@charset "utf-8";
/************************计算软件************************/
/* @import url('../calc/calc.css'); */

/************************首页************************/
.index_banner_box {
	position: relative;
}

.index_banner_box .banner_swiper {
	position: relative;
	z-index: 1;
}

.index_banner_box .swiper-wrapper {
	transition-timing-function: linear !important;
}

.index_banner_box .swiper-slide .img_box img {
	width: 100%;
	height: 100vh;
	display: block;
	object-fit: cover;
}

.toSmall {
	animation: toSmall 2s linear;
	animation-fill-mode: forwards;
}

@keyframes toSmall {
	from {
		transform: scale(1);
	}

	to {
		transform: scale(1.2);
	}
}

.toSmall2 {
	animation: toSmall2 2s linear;
	animation-fill-mode: forwards;
}

@keyframes toSmall2 {
	from {
		transform: scale(1.1);
	}

	to {
		transform: scale(1);
	}
}

.index_banner_box .swiper-slide {
	position: relative;
}

.index_banner_box .text_box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.index_banner_box .text_box img {
	max-width: 540px;
	min-width: 240px;
	width: 28%;
}

.index_banner_box .text_box h3 {
	font-size: 50px;
	/* font-weight: 300; */
	line-height: 1.4em;
	/* color: #cf2d32; */
	margin: 0px 0 10px;
	/* font-style: italic; */
	font-weight: 700;
	color: #fff;
}

.index_banner_box .text_box h4 {
	font-size: 24px;
	line-height: 1.2em;
	font-weight: 300;
	color: #fff;
	width:100%;
	max-width:1200px;
}


.index_banner_box .text_box p {
	font-size: 18px;
	line-height: 1.4em;
	color: #FFFFFF;
	font-weight: 300;
	letter-spacing: 0.2em;
	padding: 10px 6%;
	background: url(../images/banner_shadow.png) no-repeat center center;
	background-size: 100% 100%;
}

.index_banner_box .swiper-slide .text_box span {
	width: 50px;
	height: 50px;
	border:
}

@media only screen and (min-width: 100px) and (max-width: 1680px) {
	.index_banner_box .text_box h3 {
		font-size: 44px;
		margin: 26px 0 22px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 1440px) {
	.index_banner_box .text_box h3 {
		font-size: 38px;
		margin: 22px 0 19px;
	}

	.index_banner_box .text_box p {
		font-size: 16px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 1200px) {
	.index_banner_box .text_box h3 {
		font-size: 30px;
		margin: 18px 0 16px;
	}

	.index_banner_box .text_box p {
		font-size: 16px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 1000px) {
	.index_banner_box .text_box h3 {
		font-size: 25px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 750px) {
	.index_banner_box .text_box h3 {
		font-size: 20px;
	}
}

.banner_thumber {
	max-width: 1600px;
	width: 90%;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 3;
}

.banner_thumber .swiper-slide {
	width: calc(100% / 3);
	padding: 30px 5%;
	border-right: 1px solid rgba(255, 255, 255, 0.4);
	position: relative;
}

.banner_thumber .swiper-slide span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: rgba(255, 255, 255, 0.4);
}

.banner_thumber .swiper-slide span:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background: #cf2d32;
}

.banner_thumber .swiper-slide-thumb-active span:after {
	width: 100%;
	transition: all 5s;
}

.banner_thumber .swiper-slide:last-child {
	border-right: 0;
}

.banner_thumber .swiper-slide p {
	color: #fff;
	line-height: 1.4em;
	font-weight: 300;
}

.xz {
	position: absolute;
	top: 50%;
	right: 10%;
	transform: translateY(-36%)
}

.xz .jt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -70%);
	transition: 0.6s;
	opacity: 1;
}

.xz .jt img {
	width: 14px;
}

.banner_thumber .swiper-slide:hover .xz .jt {
	transform: translate(-50%, -70%) rotateZ(90deg)
}

.progress {
	position: relative;
	display: inline-block;
	padding: 0;
	transform: rotateY(180deg);
}

.progress>.circle {
	display: inline-block;
	position: relative;
	bottom: 4px;
}

.progress svg {
	width: 50px;
	height: 50px;
	opacity: 0.5;
}

.progress svg:nth-child(1) path {
	stroke: #000;
}

.progress svg:nth-child(2) {
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.progress svg:nth-child(2) path {
	fill: none;
	stroke-width: 8;
	stroke-dasharray: 629;
	stroke: #fff;
	opacity: 1;
	transition: 0.3s;
}

.banner_thumber .swiper-slide:hover .progress svg:nth-child(2) path {
	stroke-dashoffset: 0;
}

@media only screen and (min-width: 100px) and (max-width: 750px) {
	.banner_thumber .swiper-slide {
		width: calc(100% / 3 - 4%);
		margin: 20px 2% 50px;
		height: 3px;
		padding: 0 5%;
	}

	.banner_thumber .swiper-slide span {
		height: 3px;
	}

	.banner_thumber .swiper-slide p {
		display: none;
	}
}

.title_box {
	text-align: center;
}

.title_box h2 {
	font-size: 34px;
	font-weight: 400;
	line-height: 1.4em;
	color: #cf2d32;
	text-transform: uppercase;
}

.title_box h3 {
	font-size: 22px;
	font-weight: 300;
	line-height: 1.4em;
	color: #333333;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
}

@media only screen and (min-width: 100px) and (max-width: 1440px) {
	.title_box h2 {
		font-size: 30px
	}
}

@media only screen and (min-width: 100px) and (max-width: 1280px) {
	.title_box h2 {
		font-size: 26px
	}

	.title_box h3 {
		font-size: 19px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 1000px) {
	.title_box h2 {
		font-size: 23px
	}

	.title_box h3 {
		font-size: 17px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 750px) {
	.title_box h2 {
		font-size: 20px
	}

	.title_box h3 {
		font-size: 15px;
	}
}

.title_box.left {
	text-align: left;
}

.title_box.white h3 {
	color: #fff;
}

.index_product {
	padding-top: 5.7%;
	background: url(../images/index_pro.png) no-repeat left top;
	background-size: 100% auto;
	overflow: hidden;
}

.index_product .product_list {
	padding-top: 40px;
	width: 100%;
}

.index_product .product_list ul {
	display: flex;
}

.index_product .product_list li {
	width: calc(100% / 2 - 6px);
	margin: 0 3px;
	background: #F8F8F9;
	padding-bottom: 0;
}

.index_product .product_list li:nth-child(1) {
	animation-delay: 0;
}

.index_product .product_list li:nth-child(2) {
	animation-delay: 0.2s;
}

.index_product .product_list li:nth-child(3) {
	animation-delay: 0.4s;
}

.index_product .product_list li:nth-child(4) {
	animation-delay: 0.6s;
}

.index_product .product_list li:nth-child(5) {
	animation-delay: 0.8s;
}

.index_product .product_list li a {
	width: 100%;
	padding-top: 248%;
	height: 100%;
	position: relative;
	display: block;
	overflow: hidden;
}

@media only screen and (min-width: 100px) and (max-width: 1000px) {
	.index_product {
		padding-top: 50px;
	}

	.index_product .product_list ul {
		flex-wrap: wrap;
		justify-content: center;
	}

	.index_product .product_list li {
		width: calc(100% / 3 - 6px);
		margin: 3px;
		animation-delay: 0 !important;
	}

	.index_product .product_list li:nth-child(4),
	.index_product .product_list li:nth-child(5) {
		width: calc(100% / 2 - 6px);
	}

	.index_product .product_list li:nth-child(4) a,
	.index_product .product_list li:nth-child(5) a {
		padding-top: 165%;
	}
}

@media only screen and (min-width: 100px) and (max-width: 750px) {
	.index_product .product_list li {
		width: calc(100% / 2 - 6px);
		margin: 3px;
	}

	.index_product .product_list ul li:last-child {
		width: calc(100% / 1 - 6px) !important;
		margin: 3px;
	}

	.index_product .product_list li:last-child a {
		padding-top: 124%;
	}
}

.index_product .product_list li .content_box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 30% 13% 0;
	overflow: hidden;
}

.index_product .product_list li h3 {
	font-size: 22px;
	font-weight: 400;
	line-height: 1.4em;
	color: #333333;
}

@media only screen and (min-width: 100px) and (max-width: 1440px) {
	.index_product .product_list li h3 {
		font-size: 20px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 1200px) {
	.index_product .product_list li h3 {
		font-size: 18px;
	}
}
.index_product .product_list li h2 {
	font-size: 22px;
	font-weight: 400;
	line-height: 1.4em;
	color: #333333;
}

@media only screen and (min-width: 100px) and (max-width: 1440px) {
	.index_product .product_list li h2 {
		font-size: 20px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 1200px) {
	.index_product .product_list li h2 {
		font-size: 18px;
	}
}

.index_product .product_list li p {
	font-size: 18px;
	line-height: 24px;
	color: #333333;
	padding-top: 8px;
	transition: all 0.36s;
	position: relative;
}

.index_product .product_list li .text {
	transition: all 0.36s;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.index_product .product_list li:hover .text {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 15%);
}

.index_product .product_list li:hover .text p {
	padding-top: 10px;
	margin-top: 8px;
}

.index_product .product_list li .text p:before {
	content: "";
	width: 0;
	height: 1px;
	display: block;
	background: #cf2d32;
	/*transform: scaleX(0%);*/
	transform-origin: 0;
	opacity: 0;
	transition: all 0.36s 0.12s;
	position: absolute;
	top: 0;
	left: 0;
}

.index_product .product_list li:hover .text p:before {
	width: 100%;
	opacity: 1;
	margin-bottom: 4px;
}

.index_product .product_list li span {
	width: 40px;
	/* height: 40px; */
	display: block;
	margin-top: 40px;
	transition: all 0.36s;
}

.index_product .product_list li:hover span {
	margin-top: 20px;
}

@media only screen and (min-width: 100px) and (max-width:1680px) {
	.index_product .product_list li span {
		width: 36px;
		height: 36px;
		margin-top: 36px;
	}
}

@media only screen and (min-width: 100px) and (max-width:1440px) {
	.index_product .product_list li span {
		width: 30px;
		height: 30px;
		margin-top: 30px;
	}
}

.index_product .product_list li span img {
	display: block;
	width: 100%;
	height: 100%;
}

.index_product .product_list li .img_box {
	position: absolute;
	top: 50%;
	right: 0;
	/* transform: translate(50%, -50%); */
	transform: translate(0%, -50%);
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.6s;
}

.index_product .product_list li:hover .img_box {
	right: 50%;
	transform: translate(50%, -50%) scale(0.6);
	box-shadow: none;
}

.index_product .product_list li .img_box img {
	width: 80%;
	max-height: 65%;
	display: block;
	object-fit: contain;
}



.index_product .product_list li .sj {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	padding-top: 60%;
	background: url(../images/product_sj.png) no-repeat right bottom;
	background-size: 100% auto;
	transform: translate(100%, 100%) scale(0);
	transform-origin: right bottom;
	opacity: 0;
	transition: all 0.5s;
}

.index_product .product_list li:hover .sj {
	transform: translate(0, 0) scale(1);
	opacity: 1;
}

.index_product .product_list li .sj p {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	font-size: 60px;
	font-weight: 800;
	line-height: 84px;
	color: #FFFFFF;
	padding: 20% 10% 0 0;
}

@media only screen and (min-width: 100px) and (max-width: 1680px) {
	.index_product .product_list li .sj p {
		font-size: 52px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 1440px) {
	.index_product .product_list li .sj p {
		font-size: 44px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 1200px) {
	.index_product .product_list li .sj p {
		font-size: 38px;
	}
}

.index_solve {
	padding: 6% 0 11.5%;
	background: url(../images/solve_bg.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
}

@media only screen and (min-width: 100px) and (max-width: 1000px) {
	.index_solve {
		padding: 50px 0;
	}
}

.index_solve2 {
	padding: 6% 0 11.5%;
}

@media only screen and (min-width: 100px) and (max-width: 1000px) {
	.index_solve2 {
		padding: 50px 0;
	}
}

.index_solve2 .cont-box { display: flex; flex-wrap: wrap; align-items: center !important;justify-content: space-between !important; margin-top: 60px;}
.index_solve2 .cont-box .wenhua-left {}
.index_solve2 .cont-box .wenhua-left img { max-width: 100%;}
.index_solve2 .cont-box .wenhua-right {}
.index_solve2 .cont-box .wenhua-right img { max-width: 100%;}

.index_solve .solve_swiper {
	max-width: 1730px;
	width: 94%;
	margin: 0 auto;
	position: relative;
	padding-top: 10%;
}

.index_solve .swiper-pagination {
	width: 100%;
	height: 1px;
	/* background: rgba(68, 188, 185, 0.5); */
	background-color: #de262580;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.index_solve .solve_swiper .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background: #cf2d32;
	border-radius: 50%;
	opacity: 1;
	margin: 0 50px;
	position: relative;
}

@media only screen and (min-width: 100px) and (max-width: 1680px) {
	.index_solve .solve_swiper .swiper-pagination-bullet {
		margin: 44px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 1440px) {
	.index_solve .solve_swiper .swiper-pagination-bullet {
		margin: 38px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 1280px) {
	.index_solve .solve_swiper .swiper-pagination-bullet {
		margin: 33px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 1000px) {
	.index_solve .solve_swiper .swiper-pagination-bullet {
		margin: 26px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 750px) {
	.index_solve .solve_swiper .swiper-pagination-bullet {
		margin: 20px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 460px) {
	.index_solve .solve_swiper .swiper-pagination-bullet {
		margin: 12px;
	}
}

.index_solve .solve_swiper .swiper-pagination-bullet:after {
	width: 16px;
	height: 16px;
	border: 1px solid #cf2d32;
	border-radius: 50%;
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0);
	transition: all 0.36s;
}

.index_solve .solve_swiper .swiper-pagination-bullet-active:after {
	transform: translate(-50%, -50%) scale(1);
}

.index_solve .solve_swiper .swiper-container {
	max-width: 1600px;
	width: 96%;
	margin: 0 auto;
}

.index_solve .solve_swiper .content_box {
	display: flex;
	align-items: flex-end;
	position: relative;
	padding-bottom: 60px;
}

.index_solve .solve_swiper .content_box .text_box {
	width: 35%;
	padding: 0 6% 3% 0;
	color: #fff;
}

.index_solve .solve_swiper .content_box .text_box h4 {
	font-size: 24px;
	font-weight: 400;
	line-height: 32px;
	color: #FFFFFF;
}

.index_solve .solve_swiper .content_box .text_box p {
	font-size: 16px;
	font-weight: 300;
	line-height: 32px;
	color: #FFFFFF;
	margin-top: 50px;
}

.index_solve .solve_swiper .content_box .img_box {
	width: 65%;
	overflow: hidden;
	border: 2px solid #cf2d32;
}

@media only screen and (min-width: 100px) and (max-width: 1000px) {
	.index_solve .solve_swiper .content_box {
		flex-direction: column;
	}

	.index_solve .solve_swiper .content_box .text_box {
		width: 100%;
	}

	.index_solve .solve_swiper .content_box .img_box {
		width: 100%;
	}
}

.index_solve .solve_swiper .content_box .img_box img {
	width: 100%;
	transition: all 0.5s;
}

.index_solve .solve_swiper .content_box:hover .img_box img {
	transform: scale(1.05);
}

.index_solve .solve_swiper .content_box .num {
	position: absolute;
	bottom: 45px;
	right: 1.5%;
	font-size: 120px;
	font-weight: 800;
	line-height: 32px;
	color: #cf2d32;
}

@media only screen and (min-width: 100px) and (max-width: 1680px) {
	.index_solve .solve_swiper .content_box .num {
		font-size: 106px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 1440px) {
	.index_solve .solve_swiper .content_box .num {
		font-size: 90px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 1200px) {
	.index_solve .solve_swiper .content_box .num {
		font-size: 75px;
	}
}

.behavior .wrap {
	display: flex;
	position: relative;
}

.behavior .img_box {
	overflow: hidden;
	display: block;
	cursor: pointer;
}

.behavior img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	object-fit: cover;
	z-index: 1;
	transition: all 1s;
}

.behavior .img_box:hover img {
	transform: scale(1.06);
}

.behavior .shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/behavior01_bg.png) no-repeat center center;
	background-size: 100% 100%;
	z-index: 2;
	transition: all 0.36s;
}

.behavior .img_box:hover .shadow {
	opacity: 0.5;
}

.behavior .text_box {
	width: 100%;
	padding-top: 100%;
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
}

.behavior .text_box .content_box {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	padding: 32% 18% 0;
	display: flex;
	flex-direction: column;
}

.behavior .text_box .content_box h4 {
	font-size: 22px;
	font-weight: 400;
	line-height: 32px;
	color: #FFFFFF;
	transition: all 0.36s;
}

.behavior .img_box:hover .text_box .content_box h4 {
	color: #cf2d32;
	margin-bottom: 5px;
}

.behavior .text_box .content_box p {
	font-size: 16px;
	font-weight: 200;
	line-height: 2em;
	color: #FFFFFF;
}

.behavior .left_box {
	width: calc(100% / 4 * 1);
}

.behavior .left_box .l_top_box {
	width: 100%;
	padding-top: 100%;
	background: #cf2d32;
}

.behavior .left_box .be_title {
	position: absolute;
	top: 0;
	left: 0;
	height: calc(100% / 3);
	width: 100%;
	display: flex;
	align-items: center;
}

.behavior .left_box .be_title .title_box {
	text-align: left;
	max-width: 1600px;
	width: 90%;
	margin: 0 auto;
}

.behavior .left_box .be_title .title_box h2 {
	color: #26333E;
}

.behavior .left_box .l_bottom_box .img_box {
	width: 100%;
	padding-top: 200%;
	position: relative;
}

.behavior .left_box .l_bottom_box .shadow {
	background: url(../images/behavior02_bg.png) no-repeat center center;
	background-size: 100% 100%;
}

.behavior .right_box {
	width: calc(100% / 4 * 3);
}

.behavior .right_box .r_top_box {
	display: flex;
}

.behavior .right_box .r_top_left_box {
	width: calc(100% / 3 * 2);
}

.behavior .right_box .r_top_left_box .img_box {
	position: relative;
	width: 100%;
	padding-top: 50%;
}

.behavior .right_box .r_top_right_box {
	width: calc(100% / 3);
}

.behavior .right_box .r_top_right_box .img_box {
	position: relative;
	width: 100%;
	padding-top: 200%;
}

.behavior .right_box .r_top_right_box .shadow {
	background: url(../images/behavior02_bg.png) no-repeat center center;
	background-size: 100% 100%;
}

.behavior .right_box .r_bottom_box {
	display: flex;
	justify-content: flex-end;
	background: #4F5560;
}

.behavior .right_box .r_bottom_box .r_bottom_left_box {
	width: calc(100% / 3);
}

.behavior .right_box .r_bottom_box .r_bottom_left_box .img_box {
	position: relative;
	width: 100%;
	padding-top: 100%;
}

.behavior .right_box .r_bottom_box .r_bottom_left_box .text_box .content_box {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 0;
	text-align: center;
}

.behavior .right_box .r_bottom_box .r_bottom_left_box span {
	font-size: 50px;
	font-weight: bold;
}

.behavior .right_box .r_bottom_box .r_bottom_right_box {
	width: calc(100% / 3 * 2);
}

.behavior .right_box .r_bottom_box .r_bottom_right_box .img_box {
	position: relative;
	width: 100%;
	padding-top: 50%;
}

.behavior .right_box .r_bottom_box .r_bottom_right_box .shadow {
	transform: rotate(180deg);
}

.behavior .right_box .r_top_left_box .text_box,
.behavior .right_box .r_bottom_box .r_bottom_right_box .text_box {
	width: 50%;
	padding-top: 50%;
}

.behavior .right_box .r_bottom_box .r_bottom_right_box .text_box {
	left: 50%;
}

@media only screen and (min-width: 100px) and (max-width: 1680px) {
	.behavior .text_box .content_box {
		padding: 28% 18% 0;
	}
}

@media only screen and (min-width: 100px) and (max-width: 1580px) {
	.behavior .text_box .content_box {
		padding: 20% 16% 0;
	}

	.behavior .right_box .r_bottom_box .r_bottom_left_box span {
		font-size: 40px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 1390px) {
	.behavior .text_box .content_box {
		padding: 10% 10% 0;
	}
}

@media only screen and (min-width: 100px) and (max-width: 1200px) {
	.behavior .text_box .content_box {
		padding: 40px 10% 0;
	}

	.behavior .text_box {
		width: 100% !important;
		height: 100% !important;
		padding: 0 !important;
		left: 0 !important;
	}

	.behavior .text_box .content_box p {
		font-size: 14px;
	}

	.behavior .right_box .r_bottom_box .r_bottom_left_box span {
		font-size: 32px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 1000px) {
	.behavior .text_box .content_box {
		padding: 20px 5% 0;
	}
}

@media only screen and (min-width: 100px) and (max-width: 750px) {

	.behavior .wrap,
	.behavior .right_box .r_top_box,
	.behavior .right_box .r_bottom_box {
		flex-direction: column;
	}

	.behavior .left_box,
	.behavior .right_box,
	.behavior .right_box .r_top_left_box,
	.behavior .right_box .r_top_right_box,
	.behavior .right_box .r_bottom_box .r_bottom_left_box,
	.behavior .right_box .r_bottom_box .r_bottom_right_box {
		width: 100%;
	}

	.behavior .img_box {
		width: 100% !important;
		padding-top: 70% !important;
		position: static !important;
		transform: translate(0, 0) !important;
	}

	.behavior .img_box.img_box2,
	.behavior .img_box.img_box3,
	.behavior .left_box .l_top_box {
		padding-top: 40% !important;
	}

	.behavior .text_box .content_box {
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding-top: 0;
	}

	.behavior .left_box .l_top_box {
		position: relative;
	}

	.behavior .left_box .be_title {
		top: 50%;
		transform: translateY(-50%);
	}

	/*.behavior .left_box .l_top_box .img_box,
	.behavior .right_box .r_bottom_right_box .img_box:nth-child(1) {
		display: none;
	}*/
	.behavior .img_box .shadow {
		background: url(../images/behavior01_bg.png) no-repeat center center !important;
		background-size: 100% 100%;
	}
}

.advantage {
	padding-top: 4.5%;
}

@media only screen and (min-width: 100px) and (max-width: 1000px) {
	.advantage {
		padding-top: 60px;
	}
}

.advantage .advantage_list {
	padding: 3.6% 0 5%;
}

.advantage .advantage_list ul {
	display: flex;
}

.advantage .advantage_list ul li {
	width: calc(100% / 3);
	text-align: center;
	transition: all 0.36s;
	cursor: pointer;
}

.advantage .advantage_list ul li:nth-child(1) {
	animation-delay: 0.3s;
}

.advantage .advantage_list ul li:nth-child(2) {
	animation-delay: 0.6s;
}

.advantage .advantage_list ul li:nth-child(3) {
	animation-delay: 0.9s;
}

.advantage .advantage_list ul li:hover {
	transform: translateY(-8px);
}

.advantage .advantage_list ul li img {
	height: 75px;
}

.advantage .advantage_list ul li h5 {
	font-size: 20px;
	font-weight: 400;
	line-height: 1.6em;
	color: #333333;
	margin-top: 20px;
}

.advantage .advantage_list ul li p {
	font-size: 14px;
	font-weight: 400;
	line-height: 2.14em;
	color: #333333;
	letter-spacing: 0.1em;
}

@media only screen and (min-width: 100px) and (max-width: 1280px) {
	.advantage .advantage_list ul li h5 {
		font-size: 18px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 750px) {
	.advantage .advantage_list ul li h5 {
		font-size: 16px;
	}

	.advantage .advantage_list ul li p {
		font-size: 12px;
	}

	.advantage .advantage_list ul {
		flex-wrap: wrap;
		justify-content: center;
		padding: 40px 0;
	}

	.advantage .advantage_list ul li {
		width: 45%;
		margin: 10px auto;
		animation-delay: 0 !important;
	}

	.advantage .advantage_list ul li:first-child {
		margin: 0 50px;
	}

	.advantage .advantage_list ul li img {
		height: 50px;
	}

	.advantage .advantage_list ul li h5 {
		margin-top: 10px;
	}
}

.advantage_num ul {
	display: flex;
}

.advantage_num ul li {
	width: calc(100% / 3);
	position: relative;
	overflow: hidden;
}

.advantage_num ul li:nth-child(1) {
	animation-delay: 0.6ss;
}

.advantage_num ul li:nth-child(2) {
	animation-delay: 0.3s;
}

.advantage_num ul li:nth-child(3) {
	animation-delay: 0s;
}

@media only screen and (min-width: 100px) and (max-width: 750px) {
	.advantage_num ul {
		flex-wrap: wrap;
		justify-content: center;
	}

	.advantage_num ul li {
		width: calc(100% / 2);
	}
}

.advantage_num ul li .img_box {
	width: 100%;
	padding-top: 80%;
	position: relative;
	overflow: hidden;
}

.advantage_num ul li .img_box img {
	width: 102%;
	height: 102%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	transition: all 1s;
}

.advantage_num ul li:hover .img_box img {
	transform: scale(1.05);
}

.advantage_num ul li .text_box {
	width: 102%;
	height: 102%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: rgba(37, 51, 62, 0.7);
	color: #fff;
}

.advantage_num ul li .text_box em {
	font-style: normal;
	font-size: 100px;
	font-weight: 400;
	line-height: 1em;
	color: #FFFFFF;
	font-family: 'GOTHIC' !important;
}

/* .advantage_num ul li:nth-child(2) .text_box span {
	display: flex;
	align-items: flex-start;
} */

@media only screen and (min-width: 100px) and (max-width: 1680px) {
	.advantage_num ul li .text_box em {
		font-size: 88px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 1440px) {
	.advantage_num ul li .text_box em {
		font-size: 76px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 1200px) {
	.advantage_num ul li .text_box em {
		font-size: 62px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 960px) {
	.advantage_num ul li .text_box em {
		font-size: 50px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 750px) {
	.advantage_num ul li .text_box em {
		font-size: 40px;
	}
}

.advantage_num ul li .text_box i {
	font-style: normal;
	font-size: 24px;
	font-weight: bold;
	line-height: 32px;
	color: #FFFFFF;
}

.advantage_num ul li .text_box p {
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 300;
	line-height: 32px;
	color: #FFFFFF;
}

.index_news {
	padding: 8% 0;
	/* background: url(../images/index_news.png) no-repeat center top;
	background-size: cover; */
}

@media only screen and (min-width: 100px) and (max-width: 1000px) {
	.index_news {
		padding: 50px 0;
	}
}

.index_news .wrap {
	display: flex;
	align-items: center;
	padding: 20px 0 0;
}

.index_news .img_box {
	width: 44%;
}

.index_news .img_box .ratio {
	width: 100%;
	padding-top: 74%;
	position: relative;
	overflow: hidden;
}

.index_news .img_box .ratio img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	transition: all 1s;
}

.index_news .img_box:hover .ratio img {
	transform: scale(1.1);
}

.index_news .text_box {
	width: 55%;
	padding-left: 6%;
}

@media only screen and (min-width: 100px) and (max-width: 1000px) {
	.index_news .wrap {
		flex-direction: column;
	}

	.index_news .img_box {
		width: 100%;
		margin-bottom: 20px;
	}

	.index_news .text_box {
		width: 100%;
	}
}

.index_news .text_box li {
	position: relative;
}

.index_news .text_box li a {
	display: flex;
	padding: 37px 20px;
	transition: all 0.36s;
	position: relative;
	z-index: 2;
}

.index_news .text_box li:after {
	content: "";
	width: 40%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: #17499d10;
	opacity: 0;
}

.index_news .text_box li:hover:after {
	opacity: 1;
	width: 100%;
	transition: all 0.5s;
}

.index_news .text_box li .time {
	display: flex;
	align-items: center;
	border-right: 1px solid #cf2d32;
	padding-right: 17px;
	width: 145px;
}

.index_news .text_box li .time .day {
	font-size: 50px;
	font-weight: 400;
	line-height: 0.9em;
	color: #333333;
	margin-right: 17px;
}

.index_news .text_box li .time .mouth_year span {
	display: block;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	color: #333333;
}

.index_news .text_box li .text {
	padding-left: 24px;
	width: calc(100% - 145px);
}

@media only screen and (min-width: 100px) and (max-width: 1440px) {
	.index_news .text_box li a {
		padding: 30px 20px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 1380px) {
	.index_news .text_box li a {
		padding: 26px 20px;
	}

	.index_news .text_box {
		padding-left: 3%;
	}
}

@media only screen and (min-width: 100px) and (max-width: 1300px) {
	.index_news .text_box li a {
		padding: 20px 20px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 1200px) {
	.index_news .text_box li a {
		padding: 20px 20px;
	}

	.index_news .text_box li .time .day {
		font-size: 40px;
	}

	.index_news .text_box li .time {
		width: 125px;
	}

	.index_news .text_box li .text {
		width: calc(100% - 125px);
	}
}

@media only screen and (min-width: 100px) and (max-width: 1000px) {
	.index_news .text_box {
		padding-left: 0;
	}
}

@media only screen and (min-width: 100px) and (max-width: 750px) {
	.index_news .text_box li a {
		flex-direction: column;
	}

	.index_news .text_box li .time {
		border-right: 0;
		border-bottom: 1px solid #cf2d32;
	}

	.index_news .text_box li .text {
		width: 100%;
		padding-left: 0;
		padding-top: 20px;
	}

	.index_news .text_box li:nth-child(2n):after {
		opacity: 1;
		width: 100%;
		transition: all 0.5s;
	}
}


.index_news .text_box li .text h3 {
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


.index_news .text_box li .text h4 {
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 20px;
	color: #999999;
	padding-top: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.partners {
	padding: 3% 0 5%;
}

.partners .wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 66px;
	flex-wrap: wrap;
}

.partners ul {
	max-width: 1240px;
	width: 90%;
	margin: 0 auto;
}

.partners .wrap .swiper-wrapper {
	align-items: center;
}

.partners li {
	width: calc(100% / 7);
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 27px 0;
}

@media only screen and (min-width: 100px) and (max-width: 1680px) {
	.partners li {
		/*margin: 6px 48px;*/
	}
}

@media only screen and (min-width: 100px) and (max-width: 1440px) {
	.partners li {
		/*margin: 6px 42px;*/
	}
}

@media only screen and (min-width: 100px) and (max-width: 1200px) {
	.partners li {
		/*margin: 6px 34px;*/
	}
}

@media only screen and (min-width: 100px) and (max-width: 1100px) {
	.partners li {
		/*margin: 6px 26px;*/
	}

	.partners li img {
		max-width: 70px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 750px) {
	.partners .wrap {
		padding-top: 20px;
	}

	.partners li {
		width: calc(100% / 3);
	}
}

.partners li img {
	max-height: 70px;
	transition: all 0.36s;
	filter: grayscale(100%);
}

.partners li img:hover {
	transform: scale(1.1);
	filter: grayscale(0);
}

.form .input_box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 6%;
	max-width: 803px;
	width: 90%;
	margin: 0 auto;
}

.form .input_box .input_wrap {
	width: 49%;
	margin-top: 17px;
	margin: 17px 0 0 0;
	position: relative;
}

.form .input_box .input_wrap input {
	width: 100%;
	line-height: 52px;
	height: 52px;
	background: rgba(255, 255, 255, 0.21);
	padding: 0 14px;
	font-size: 14px;
	border: 0;
	padding-left: 50px;
	background-repeat: no-repeat;
	background-size: 24px auto;
	background-position: 20px center;
	color: #fff;
}

.form .input_box .input_wrap input.uname {
	background-image: url(../images/name.png);
}

.form .input_box .input_wrap input.email {
	background-image: url(../images/email.png);
}

.form .input_box .input_wrap input.tel {
	background-image: url(../images/tel.png);
}

.form .input_box .input_wrap:nth-child(3),
.form .input_box .input_wrap:nth-child(4) {
	width: 100%;
}

.form .input_box .input_wrap textarea {
	width: 100%;
	height: 148px;
	border: none;
	padding: 14px;
	background: rgba(255, 255, 255, 0.21);
	padding-left: 50px;
	background-repeat: no-repeat;
	background-size: 24px auto;
	background-position: 20px 14px;
	background-image: url(../images/message.png);
	color: #fff;
}

.form .input_box .input_wrap input::-webkit-input-placeholder,
.form .input_box .input_wrap textarea::-webkit-input-placeholder {
	color: #fff;
	font-weight: 300;
}

.form .input_box .input_wrap input::-moz-placeholder,
.form .input_box .input_wrap textarea::-moz-placeholder {
	font-weight: 300;
	color: #fff;
}

.form .input_box .input_wrap input:-moz-placeholder,
.form .input_box .input_wrap textarea:-moz-placeholder {
	font-weight: 300;
	color: #fff;
}

.form .input_box .input_wrap input:-ms-input-placeholder,
.form .input_box .input_wrap textarea:-ms-input-placeholder {
	font-weight: 300;
	color: #fff;
}

.form .input_box .input_wrap span {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 20px;
	width: 100%;
	background: none;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	/*border: 1px solid red;*/
	color: red;
	display: none;
	font-size: 16px;
	text-align: right;
}

.form .input_box .sub_btn {
	color: #cf2d32;
	text-align: center;
	line-height: 44px;
	display: block;
	cursor: pointer;
	transition: all 3s;
	margin-top: 17px;
	font-size: 14px;
	margin: 40px auto 0;
	width: 160px;
	height: 44px;
	background: rgba(255, 255, 255, 0.21);
	border-radius: 3px;
	transition: all 0.36s;
}

.form .input_box .sub_btn:hover {
	background: #cf2d32;
	color: #fff;
}

.black_box2 {
	background: rgba(0, 0, 0, .4);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100000;
	display: none;
}

/*******************************提示框*****************************/
.popup {
	width: 300px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	box-shadow: 1px 1px 50px rgba(0, 0, 0, .3);
	padding-bottom: 20px;
	display: none;
	z-index: 150000;
}

.popup .title_box {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 10px 20px;
	border-bottom: 1px solid #ccc;
}

.popup .title_box h6 {
	font-size: 14px;
}

.popup .title_box .close_btn {
	cursor: pointer;
	padding-left: 10px;
	font-size: 16px;
	transform: scaleX(1.2);
}

.popup .content_box {
	padding: 20px;
}

.popup .content_box p {
	font-size: 14px;
}

.popup .btn_box {
	display: flex;
	justify-content: flex-end;
}

.popup button {
	line-height: 28px;
	height: 28px;
	margin: 0px 20px 0;
	padding: 0 18px;
	background: #cf2d32;
	color: #fff;
	border-radius: 2px;
	cursor: pointer;
	font-size: 14px;
	border: none;
	display: block;
	outline: none;
}

/************************首页************************/
/************************走进飞卓************************/
/************品牌故事************/
.story {
	padding: 8.2% 0 0;
	background: url(../images/story_bg.png) no-repeat left 8%;
	background-size: 100% auto;
}

.story .edit {
	width: 90%;
	margin: 0 auto;
	padding: 47px 0;
}

.story .edit p {
	font-size: 20px;
	font-weight: 500;
	line-height: 2em;
	color: #333333;
	opacity: 1;
	/* text-align: center; */
}

@media only screen and (min-width: 100px) and (max-width: 1440px) {
	.story .edit p {
		font-size: 18px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 1280px) {
	.story .edit p {
		font-size: 16px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 1000px) {
	.story .edit p {
		font-size: 14px;
	}

	.story {
		padding: 50px 0;
	}

	.story .edit {
		padding: 30px 0;
	}
}

.story .edit img {
	max-width: 1084px;
	/* width: 90%; */
	margin: 4% auto 0;
	display: block;
}

.story_list {
	width: 90%;
	margin: 0 auto;
}

.story_list ul {
	display: flex;
	justify-content: space-between;
}

.story_list ul li {
	width: 32%;
	position: relative;
}

.story_list ul li .img_box {
	width: 100%;
	padding-top: 130%;
	position: relative;
	overflow: hidden;
}

.story_list ul li .img_box img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	transition: all 1s;
}

.story_list ul li:hover .img_box img {
	transform: scale(1.05);
}

.story_list ul li .text_box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(37, 51, 63, 0.5);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #cf2d32;
	padding-bottom: 10%;
}

.story_list ul li .text_box h3 {
	font-size: 40px;
	line-height: 1.4em;
}

.story_list ul li .text_box .edit_p {
	position: relative;
	width: 100%;
	padding: 10px 5% 0;
}

.story_list ul li .text_box .edit_p .text {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	opacity: 0;
	transform: translateY(20px);
	transition: all 0.5s;
}

.story_list ul li:hover .text_box .edit_p .text {
	opacity: 1;
	transform: translateY(0px);
}

.story_list ul li .text_box .edit_p p {
	text-align: center;
	width: 100%;
	font-size: 14px;
	line-height: 2em;
	padding: 0 5%;
}

.story_list ul li .text_box span {
	width: 34px;
	height: 34px;
	background: url(../images/story_icon.png) no-repeat center center;
	background-size: 100% 100%;
	position: absolute;
	left: 50%;
	bottom: 10%;
	transform: translate(-50%, 0);
	transition: all 0.36s;
}

.story_list ul li:hover .text_box span {
	transform: translate(-50%, -10px);
}

@media only screen and (min-width: 100px) and (max-width: 1680px) {
	.story_list ul li .text_box h3 {
		font-size: 35px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 1440px) {
	.story_list ul li .text_box h3 {
		font-size: 30px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 1280px) {
	.story_list ul li .text_box h3 {
		font-size: 25px;
	}

	.story_list ul {
		flex-wrap: wrap;
		justify-content: center;
	}

	.story_list ul li {
		width: 45%;
		margin: 0 auto;
	}

	.story_list ul li:first-child {
		margin: 0 50px 30px;
	}

	.story_list ul li .text_box .edit_p .text {
		opacity: 1;
		transform: translateY(10px);
	}

	.story_list ul li .text_box .edit_p p {
		line-height: 1.75em;
		font-size: 12px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 1000px) {
	.story_list ul li .text_box h3 {
		font-size: 20px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 750px) {
	.story_list ul li {
		width: 100% !important;
		margin: 0 auto 10px !important;
	}
}

/************品牌故事************/
/************发展历程************/
.history {
	padding-top: 6.25%;
}

.history_img {
	position: relative;
}

.history_img img {
	width: 100%;
	min-height: 60px;
	object-fit: cover;
}

.history_img.his2 img {
	min-height: 200px;
	object-fit: cover;
}

.history_img .text_box {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
}

.history_img .text_box h3 {
	font-size: 40px;
	font-weight: 300;
	line-height: 1.4em;
	color: #FFFFFF;
	text-align: center;
	padding: 0 5%;
}

@media only screen and (min-width: 100px) and (max-width: 1440px) {
	.history_img .text_box h3 {
		font-size: 35px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 1280px) {
	.history_img .text_box h3 {
		font-size: 30px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 1000px) {
	.history_img .text_box h3 {
		font-size: 25px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 750px) {
	.history_img .text_box h3 {
		font-size: 20px;
	}
}

.story_swiper {
	width: 90%;
	position: relative;
	margin: 0 auto;
}

.story_swiper .line {
	width: 100%;
	height: 1px;
	background: #C2C2C2;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.story_swiper .swiper-slide {
	width: 383px;
	height: 260px;
	padding: 0 20px;
}

@media only screen and (min-width: 100px) and (max-width: 640px) {
	.story_swiper .swiper-slide {
		width: 80%;
	}
}

.story_swiper .swiper-slide dt {
	font-size: 24px;
	font-family: 'HelveticaNeueLTStd-Roman';
	color: #333333;
	position: relative;
	display: inline-block;
	line-height: 48px;
	transform: translateX(-50%);
	transition: all 0.36s;
}

.story_swiper .swiper-slide.swiper-slide-active dt {
	color: #cf2d32;
}

.story_swiper .swiper-slide dt:after {
	content: "";
	display: block;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 12px;
	height: 12px;
	background: #C2C2C2;
	border-radius: 50%;
}

.story_swiper .swiper-slide.swiper-slide-active dt:after {
	background: #cf2d32;
}

.story_swiper .swiper-slide dt:before {
	content: "";
	display: block;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: scale(0) translate(-50%, -25%);
	width: 24px;
	height: 24px;
	border: 1px solid #cf2d32;
	box-sizing: border-box;
	border-radius: 50%;
	opacity: 0;
	transition: all 0.36s;
}

.story_swiper .swiper-slide.swiper-slide-active dt:before {
	transform: scale(1) translate(-50%, -25%);
	opacity: 1;
}

.story_swiper .swiper-slide dd {
	font-size: 16px;
	font-family: 'HelveticaNeueLTStd-Th';
	color: #999;
	line-height: 24px;
	height: 67px;
	position: relative;
}

.story_swiper .swiper-slide dd p {
	position: relative;
	font-size: 15px;
	font-family: 'HelveticaNeueLTStd-Th';
	color: #999;
	line-height: 24px;
	padding-left: 24px;
}

.story_swiper .swiper-slide dd p:before {
	width: 8px;
	height: 8px;
	background: #C2C2C2;
	border-radius: 50%;
	content: "";
	display: block;
	position: absolute;
	top: 8px;
	left: 0;
	transform: translateX(-50%);
}

.story_swiper .swiper-slide.swiper-slide-active dd p:before {
	background: #cf2d32;
}

.story_swiper .swiper-slide dd:before {
	content: "";
	display: block;
	position: absolute;
	top: 8px;
	left: 0;
	width: 1px;
	height: 67px;
	background: #C2C2C2;
}

.story_swiper .swiper-slide.swiper-slide-active dd:before {
	background: #cf2d32;
}

@media only screen and (min-width: 801px) {
	.story_swiper .swiper-slide:nth-child(2n+1) dd p {
		top: 67px
	}

	.story_swiper .swiper-slide:nth-child(2n+1) {
		margin-top: 260px;
		position: relative;
		top: -55px;
	}

	.story_swiper .swiper-slide:nth-child(2n) {
		top: auto;
		bottom: -55px;
	}

	.story_swiper .swiper-slide:nth-child(2n) dl {
		display: flex;
		flex-direction: column-reverse;
		align-items: flex-start;
		height: 100%;
	}

	.story_swiper .swiper-slide:nth-child(2n) dt:after {
		top: auto;
		bottom: 100%;
	}

	.story_swiper .swiper-slide:nth-child(2n) dt:before {
		top: auto;
		bottom: 100%;
		transform: translate(-50%, 25%);
	}

	.story_swiper .swiper-slide:nth-child(2n).swiper-slide-active dt:before {
		transform: scale(1) translate(-50%, 25%);
	}

	.story_swiper .swiper-slide:nth-child(2n) dd:before {
		top: -8px;
	}

	.story_swiper .swiper-slide:nth-child(2n) dd p:before {
		/*top:0px;*/
	}

	.story_swiper .swiper-slide:nth-child(2n) dd p {
		top: -16px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 800px) {
	.story_swiper {
		margin-top: 40px;
	}

	.story_swiper .line {
		top: 54px;
		transform: translateY(0);
	}

	.story_swiper .swiper-slide dd p {
		top: 67px
	}
}

/************发展历程************/
/************资质证书************/
.certify {
	position: relative;
	padding: 6.7% 0 8.75%;
}

.certify .tab_list {
	margin: 4% 0 3%;
}

@media only screen and (min-width: 100px) and (max-width: 1000px) {
	.certify {
		padding: 50px 0;
	}

	.certify .tab_list {
		margin: 30px 0 10px;
	}
}

.certify .tab_list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.certify .tab_list ul li {
	margin: 5px 8px;
}

.certify .tab_list ul li a {
	width: 138px;
	line-height: 46px;
	background: #E8F1F0;
	display: block;
	color: #666;
	font-size: 16px;
	text-align: center;
}

.certify .tab_list ul li.active a {
	background: #cf2d32;
	color: #fff;
}

.certify .tab_content_box {
	position: relative;
}

.certify .tab_content_box .tab_content {
	position: absolute;
	top: 0;
	left: 50%;
	background: #fff;
	transform: translate(-50%, 0);
	z-index: 1;
	opacity: 0;
}

.certify .tab_content_box .tab_content.active {
	position: relative;
	z-index: 2;
	left: 0;
	transform: translate(0%, 0);
	opacity: 1;
}

.certify .tab_content_box .tab_content .swiper-container {
	transform: translateY(50px);
	opacity: 0;
	transition: all 1s;
}

.certify .tab_content_box .tab_content.active .swiper-container {
	transform: translateY(0px);
	opacity: 1;
}

.certify .swiper_box {
	position: relative;
	max-width: 1260px;
	width: 90%;
	margin: 0 auto;
}

.certify .swiper-button-prev,
.certify .swiper-button-next {
	margin: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/arrow_right2.html);
	height: 60px;
	outline: none;
	transition: all 0.36s;
	transform: translateY(50%);
}

.certify .swiper-button-prev:hover,
.certify .swiper-button-next:hover {
	/*background-image: url(images/arrow_right2.svg);*/
	transform: translateY(50%) scale(1.4);
}

.certify .swiper-button-prev {
	transform: translateY(50%) rotate(-180deg);
}

.certify .swiper-button-prev:hover {
	transform: translateY(50%) rotate(-180deg) scale(1.4);
}

.certify .swiper-container {
	padding: 52px 10px 40px;
	width: 100%;
	overflow: visible;
	overflow-x: hidden;
	margin: 0 auto;
}

.certify .swiper-slide {
	width: 280px;
	position: relative;
}

.certify .swiper-slide-active {
	/*box-shadow: 0px 4px 29px 0px rgba(0, 0, 0, 0.35);*/
}

.certify .swiper-slide img {
	display: block;
	width: 100%;
	position: relative;
	z-index: 2;
	box-shadow: 0px 8px 22px 2px rgba(0, 0, 0, 0.1);
}

.certify .swiper-slide p {
	line-height: 98px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.1em;
	margin: 0;
}

/************资质证书************/
/************************走进飞卓************************/
/************************产品中心************************/
.product_page .banner_box .text_box {
	background: none;
	text-align: left;
	padding-top: 5%;
}

.product_page .banner_box .text_box .content {
	align-items: flex-start;
}

.product_page .banner_box .text_box h2 {
	font-size: 40px;
	color: #333333;
	padding: 0 10%;
}

.product_page .banner_box .text_box h3 {
	font-size: 34px;
	color: #333333;
	margin: 0.2em 0;
	padding: 0 10%;
}

.product_page .banner_box .text_box p {
	font-size: 16px;
	color: #666;
	background: none;
	margin-top: 0;
	padding: 12px 10%;
	text-align: left;
}

@media only screen and (min-width: 100px) and (max-width: 1680px) {
	.product_page .banner_box .text_box h2 {
		font-size: 35px;
	}

	.product_page .banner_box .text_box h3 {
		font-size: 30px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 1440px) {
	.product_page .banner_box .text_box h2 {
		font-size: 30px;
	}

	.product_page .banner_box .text_box h3 {
		font-size: 26px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 1280px) {
	.product_page .banner_box .text_box h2 {
		font-size: 26px;
	}

	.product_page .banner_box .text_box h3 {
		font-size: 22px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 1000px) {
	.product_page .banner_box .text_box h2 {
		font-size: 22px;
		padding: 0 5%;
	}

	.product_page .banner_box .text_box h3 {
		font-size: 18px;
		padding: 0 5%;
	}

	.product_page .banner_box .text_box p {
		padding: 0 5%;
	}
}

@media only screen and (min-width: 100px) and (max-width: 750px) {
	.product_page .banner_box .text_box h2 {
		font-size: 18px;
	}

	.product_page .banner_box .text_box h3 {
		font-size: 14px;
	}
}

.series_box {
	height: 138px;
	margin-bottom: 26px;
}

.series_tab {
	width: 100%;
	padding: 0 5%;
	/*margin: 0 auto;*/
	padding: 24px 0 24px;
	position: relative;
	width: 100%;
	background: #fff;
	transition: all 0.36s;
	z-index: 9;
	top: 0;
	left: 0;
}

.series_tab.fixed {
	position: fixed;
	border-bottom: 1px solid #69B9B7;
	z-index: 999;
}

.series_tab .swiper-container {
	max-width: 1200px;
	width: 100%;
}

.series_tab:before {
	content: "";
	width: 90%;
	height: 1px;
	background: #4CBFBC;
	display: block;
	position: absolute;
	top: 30px;
	left: 5%;
}

/*@media only screen and (min-width: 1200px)  {
	.series_tab .swiper-wrapper {
		justify-content: center;
	}
}*/
.series_tab .swiper-slide {
	width: 200px;
	text-align: center;
	opacity: 0.6;
	transition: all 0.36s;
}

.series_tab .active {
	opacity: 1;
}

.series_tab .swiper-slide span {
	width: 13px;
	height: 13px;
	display: block;
	margin: 0 auto;
	background: url(../images/product_type02.png) no-repeat center center;
	background-size: 100% 100%;
}

.series_tab .swiper-slide h3 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4em;
	color: #333333;
	margin: 24px 0 6px;
}

@media only screen and (min-width: 100px) and (max-width: 1000px) {
	.series_box {
		height: 110px;
		margin-bottom: 10px;
	}

	.series_tab {
		padding: 14px 0;
	}

	.series_tab .swiper-slide h3 {
		margin-top: 16px;
	}
}

.series_tab .swiper-slide p {
	font-size: 14px;
	line-height: 1.4em;
	color: #333333;
}

.relative.series_content {
	width: 90%;
	margin: 0 auto;
	padding: 0;
	margin-bottom: 5.2%;
	position: relative;
	z-index: 2;
}

.series_title {
	width: 100%;
	padding-top: 25%;
	position: relative;
}

.series_title .content_box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #69B9B7;
	overflow: hidden;
	padding: 0 5%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.series_title .content_box h3 {
	font-size: 60px;
	font-family: 'impact' !important;
	line-height: 1.3em;
	font-weight: normal;
	text-transform: uppercase;
	color: #333333;
	position: relative;
	z-index: 2;
}

.series_title .content_box h4 {
	font-size: 50px;
	font-weight: normal;
	line-height: 1.4em;
	color: #333333;
	margin: 10px 0 20px;
	position: relative;
	z-index: 2;
}

.series_title .content_box .img1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 1;
}

.series_title .content_box .img2 {
	position: absolute;
	top: 10%;
	right: 2%;
	width: auto;
	height: 130%;
	transform: translateX(32%);
}

.series_title .content_box span {
	width: 40px;
	height: 40px;
	display: block;
	position: relative;
	z-index: 2;
}

.series_title .content_box span img {
	width: 100%;
	height: 100%;
}

.relative.series_content .swiper-container {
	padding: 53px 0 30px;
}

@media only screen and (min-width: 100px) and (max-width: 1680px) {
	.series_title .content_box h3 {
		font-size: 53px;
	}

	.series_title .content_box h4 {
		font-size: 44px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 1440px) {
	.series_title .content_box h3 {
		font-size: 45px;
	}

	.series_title .content_box h4 {
		font-size: 38px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 1280px) {
	.series_title .content_box h3 {
		font-size: 40px;
	}

	.series_title .content_box h4 {
		font-size: 33px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 1000px) {
	.series_title .content_box h3 {
		font-size: 32px;
	}

	.series_title .content_box h4 {
		font-size: 26px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 750px) {
	.series_title {
		padding-top: 50%;
	}

	.series_title .content_box h3 {
		font-size: 23px;
	}

	.series_title .content_box h4 {
		font-size: 20px;
	}

	.series_title .content_box span {
		width: 30px;
		height: 30px;
	}

	.series_title .content_box .img2 {
		height: 70%;
		top: auto;
		bottom: 10px
	}
}

/************************产品中心************************/
/************************产品列表************************/
.product_list {
	width: 90%;
	margin: 0 auto;
}

.product_list .swiper-container {
	padding-bottom: 20px;
}

.product_list ul.product_type_list {
	/*justify-content: center;*/
}

.product_list .product_type_content ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.product_list ul li {
	width: calc(100% / 5 - 30px);
	margin: 0 15px;
	padding-bottom: 20px;
	position: relative;
	transition: all 0.36s;
}

.product_list ul li:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	background: url(../images/sjx.png) no-repeat center center;
	width: 33px;
	height: 16px;
	transform: translateX(-50%) translateY(120%);
	opacity: 0;
	transition: all 0.36s;
}

.product_list ul li.active:after {
	opacity: 1;
	transform: translateX(-50%) translateY(100%);
}

.product_list ul li:last-child {
	margin-right: 0;
}

.product_list ul li a {
	display: block;
}

.product_list ul li .img_box {
	width: 100%;
	padding-top: 124%;
	position: relative;
	transition: all 0.36s;
}

.product_list ul li .img_box:hover {
	box-shadow: 0px 1px 27px 5px rgba(105, 185, 183, 0.3)
}

.product_list .product_type_content ul li .img_box {
	border: 2px solid #69B9B7;
}

.product_list ul li .img_box img {
	max-width: 80%;
	max-height: 80%;
	display: block;
	object-fit: contain;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.6s;
}

.product_list ul li:hover .img_box img {
	transform: translate(-50%, -50%) scale(1.06);
}

.product_list ul li .text_box {
	text-align: center;
}

.product_list ul li .text_box h5 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4em;
	color: #333333;
	letter-spacing: 0.2em;
	padding: 14px 0 10px;
	transition: all 0.36s
}

.product_list ul li:hover .text_box h5 {
	color: rgba(105, 185, 183, 1)
}

@media only screen and (min-width: 100px) and (max-width: 1280px) {
	.product_list ul li .text_box h5 {
		font-size: 18px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 1100px) {
	.product_list ul li .text_box h5 {
		font-size: 16px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 750px) {
	.product_list ul li .text_box h5 {
		font-size: 14px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 1440px) {
	.product_list ul li {
		width: calc(100% / 4 - 30px);
	}
}

@media only screen and (min-width: 100px) and (max-width: 1280px) {
	.product_list ul li {
		width: calc(100% / 3 - 30px);
	}
}

@media only screen and (min-width: 100px) and (max-width: 750px) {
	.product_list ul li {
		width: calc(100% / 2 - 20px);
		margin: 0 10px;
	}
}

.product_type_content {
	margin-top: 50px;
	margin-bottom: 100px;
}

.product_type_content {
	transform: translateY(30px);
	transition: all 0.36s;
}

.product_type_content.active {
	transform: translateY(0px);
}

/************************产品列表************************/
/************************产品详情************************/
.banner_box.pro_detail_banner {
	background: #EBF0F4;
}

.banner_box.pro_detail_banner .img_box img {
	object-position: right bottom;
	position: relative;
	bottom: 0;
	transform: translateY(17%);
}

.banner_pro_list {
	position: absolute;
	bottom: 40px;
	left: 10%;
}

.banner_pro_list ul {
	display: flex;
}

.banner_pro_list ul li {
	width: 130px;
	margin-right: 10px;
}

@media only screen and (min-width: 100px) and (max-width: 1000px) {
	.product_detail_page .banner_box .img_box img {
		transform: translate(-15%, 0) !important;
	}

	.product_detail_page .banner_box .text_box {
		position: static;
	}

	.product_detail_page .banner_box .text_box h2,
	.product_detail_page .banner_box .text_box h3,
	.product_detail_page .banner_box .text_box p {
		padding: 0 5%;
		width: 100%;
		text-align: center;
	}

	.banner_pro_list {
		position: static;
		display: flex;
		justify-content: center;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.banner_pro_list ul {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		justify-content: center;
	}

	.banner_pro_list ul li {
		width: 32%;
		margin-bottom: 10px;
	}
}

.banner_pro_list ul li a {
	display: flex;
	padding-top: 100%;
	position: relative;
	border: 1px solid #fff;
	border-radius: 17px;
}

.banner_pro_list ul li a img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 80%;
	max-height: 80%;
	min-height: 0;
	display: block;
	object-fit: contain;
}

.best_choose {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 75px 5%;
	background: #2c3844;
}

.best_choose .icon_list ul {
	display: flex;
	text-align: center;
}

.best_choose .icon_list ul li {
	padding: 0 50px;
}

.best_choose .icon_list ul p {
	color: #69B9B7;
	font-size: 20px;
	margin-top: 22px;
}

.best_choose .title4_box {
	position: relative;
}

.best_choose .title4_box span {
	font-size: 90px;
	font-weight: bold;
	font-family: "微软雅黑" !important;
	line-height: 1.11em;
	color: #F6F7F8;
	opacity: 0.14;
	text-align: right;
	display: block;
}

.best_choose .title4_box .tt {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	text-align: center;
}

.best_choose .title4_box .tt h3 {
	font-size: 36px;
	font-weight: 400;
	line-height: 1.4em;
	color: #FFFFFF;
	letter-spacing: 0.1em;
}

.best_choose .title4_box .tt h5 {
	font-size: 24px;
	font-weight: 300;
	line-height: 1.375em;
	color: #cf2d32;
	letter-spacing: 0.1em;
}

@media only screen and (min-width: 100px) and (max-width: 1680px) {
	.best_choose .title4_box span {
		font-size: 80px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 1440px) {
	.best_choose .title4_box span {
		font-size: 70px;
	}

	.best_choose .title4_box .tt h3 {
		font-size: 32px;
	}

	.best_choose .title4_box .tt h5 {
		font-size: 21px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 1280px) {
	.best_choose .title4_box span {
		font-size: 60px;
	}

	.best_choose .icon_list ul li {
		padding: 0 30px;
	}

	.best_choose .title4_box .tt h3 {
		font-size: 28px;
	}

	.best_choose .title4_box .tt h5 {
		font-size: 19px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 1000px) {
	.best_choose {
		flex-direction: column-reverse;
	}

	.best_choose .title4_box {
		margin-bottom: 20px;
		text-align: center;
	}

	.best_choose .title4_box span {
		font-size: 50px;
		text-align: center;
	}

	.best_choose .title4_box .tt {
		width: 100%;
	}

	.best_choose .title4_box .tt h3 {
		font-size: 24px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 750px) {
	.best_choose .icon_list ul li {
		padding: 0 20px;
	}

	.best_choose .icon_list ul li img {
		width: 60px;
	}
}

.main_pro_box2 img {
	width: 100%;
}

.main_pro_box {
	background: #35404C;
	position: relative;
}

.main_pro {
	padding: 200px 0 120px;
	max-width: 630px;
	margin: 0 auto;
	width: 80%;
}

.main_pro img {
	width: 100%;
}

.main_pro_box .infr {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.main_pro_box .infr ul {
	position: absolute;
	top: 0;
	left: 0;
}

.main_pro_box .infr ul li {
	width: 540px;
	position: absolute;
	display: flex;
	align-items: center;
	color: #fff;
}

.main_pro_box .infr ul li.left {
	right: 0;
	transform: translateX(-50%);
	text-align: right;
}

.main_pro_box .infr ul li.right {
	left: 0;
	transform: translateX(50%);
	text-align: left;
	flex-direction: row-reverse;
}

.main_pro_box .infr ul li>img {
	width: 155px;
}

.main_pro_box .infr ul li .text_box {
	width: calc(100% - 155px);
	position: relative;
}

.main_pro_box .infr ul li h4 {
	font-size: 22px;
	line-height: 1.4em;
	font-weight: normal;
	margin-bottom: 18px;
	padding: 0 30px;
}

.main_pro_box .infr ul li p {
	font-size: 14px;
	font-weight: 100;
	padding: 18px 30px 0;
	border-top: 1px dashed #fff;
}

.main_pro_box .infr ul li.left span {
	width: 98px;
	position: absolute;
	top: 46px;
	left: 100%;
}

.main_pro_box .infr ul li.right span {
	width: 98px;
	position: absolute;
	top: 46px;
	right: 100%;
}

.main_pro_box .infr ul li.right span {
	transform: rotateY(180deg);
}

.main_pro_box .infr ul li span img {
	width: 98px;
	height: auto;
}

.parameter {
	padding: 70px 5%;
	background: #EBF0F4;
	position: relative;
}

.parameter .top_box ul {
	display: flex;
}

.parameter .top_box ul li {
	width: 90px;
	margin-right: 24px;
}

.parameter .top_box ul li img {
	width: 100%;
}

.parameter h4 {
	font-size: 30px;
	line-height: 1.4em;
	color: #333;
	margin: 4.2% 0 4.7%;
	font-weight: normal;
}

.parameter .parameter_list {
	display: flex;
	flex-wrap: wrap;
}

.parameter .parameter_list dl {
	width: calc(100% / 2);
	display: flex;
	padding: 7.5px 0;
}

.parameter .parameter_list dl dt {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4em;
	color: #333333;
	margin-right: 24px
}

.parameter .parameter_list dl dd {
	font-size: 16px;
	line-height: 1.575em;
	color: #333333;
}

.parameter .title5_box {
	position: absolute;
	top: 70px;
	right: 1%;
	max-width: 610px;
	width: 40%;
}

.parameter .title5_box .img_box img {
	width: 100%;
}

.parameter .title5_box ul {
	position: absolute;
	top: 50%;
	right: 14%;
	display: flex;
	align-items: center;
}

.parameter .title5_box ul li {
	margin: 0 27px;
	text-align: center;
}

.parameter .title5_box ul li img {
	height: 30px;
}

.parameter .title5_box ul li p {
	font-size: 12px;
	line-height: 1.5em;
	color: #1F8A86;
	margin-top: 10px;
}

@media only screen and (min-width: 100px) and (max-width: 1000px) {
	.parameter .title5_box {
		position: relative;
		top: 0;
		right: 0;
		width: 60%;
		margin-bottom: 30px;
	}

	.parameter .title5_box ul {
		width: 100%;
		transform: translateY(-50%);
		text-align: center;
		align-items: center;
		justify-content: center;
	}

	.parameter .title5_box ul li {
		margin: 0 15px;
	}

	.parameter .parameter_list dl {
		width: 100%;
	}

	.parameter h4 {
		padding: 30px 0 30px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 750px) {
	.parameter .title5_box {
		width: 75%;
	}

	.parameter .parameter_list dl {
		display: flex;
		flex-direction: column;
	}

	.parameter .parameter_list dl dd {
		padding-top: 6px;
		padding-left: 1em;
	}
}

/************************产品详情************************/
/************************新闻************************/
.news_type ul {
	display: flex;
	align-items: center;
	border: 1px solid #cf2d32;
	padding: 17px 0;
}

.news_type ul li {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.news_type ul li:first-child {
	border-right: 1px solid #45BCB9;
}

.news_type ul li a {
	font-size: 30px;
	font-weight: 300;
	line-height: 3.1em;
	color: #666666;
}

@media only screen and (min-width: 100px) and (max-width: 1440px) {
	.news_type ul li a {
		font-size: 26px;
		line-height: 2.8em;
	}
}

@media only screen and (min-width: 100px) and (max-width: 1280px) {
	.news_type ul li a {
		font-size: 22px;
		line-height: 2em;
	}
}

@media only screen and (min-width: 100px) and (max-width: 1000px) {
	.news_type ul li a {
		font-size: 20px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 750px) {
	.news_type ul {
		padding: 10px 0;
	}

	.news_type ul li a {
		font-size: 18px;
	}
}

.news_type ul li.active a {
	color: #cf2d32;
}

.news_list ul {
	display: flex;
	padding: 0 2.1% 4%;
	flex-wrap: wrap;
}

.news_list ul li {
	width: calc(100% / 3);
	padding: 3.2% 3.2% 0;
	border-right: 1px solid #DADADA;
	border-bottom: 1px solid #DADADA;
}

.news_list ul li:after {
	content: "";
	width: 100%;
	height: 1px;
	background: #DADADA;
}

.news_list ul li:nth-child(3n) {
	border-right: none;
}

@media only screen and (min-width: 100px) and (max-width: 1000px) {
	.news_list ul li {
		width: calc(100% / 2);
	}

	.news_list ul li:nth-child(3n) {
		border-right: 1px solid #DADADA;
	}

	.news_list ul li:nth-child(2n) {
		border-right: none;
	}

	.page {
		padding: 60px 0;
	}
}

@media only screen and (min-width: 100px) and (max-width: 750px) {
	.news_list ul li {
		width: 100%;
		border-left: 1px solid #DADADA;
		border-right: 1px solid #DADADA !important;
	}
}

.news_list ul li .img_box {
	width: 100%;
	padding-top: 67%;
	position: relative;
	overflow: hidden;
}

.news_list ul li .img_box img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	object-fit: cover;
	transition: all 1s
}

.news_list ul li:hover .img_box img {
	transform: scale(1.05);
}

.news_list ul li .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 30px 0 6px;
}

.fuwuyunying_list.news_list ul li .title { padding: 30px 0;} 

.news_list ul li h4 {
	font-size: 18px;
	font-weight: 800;
	line-height: 1.4em;
	color: #333333;
	width: calc(100% - 80px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all 0.36s;
}
.news_list ul li h2 {
	font-size: 18px;
	font-weight: 800;
	line-height: 1.4em;
	color: #333333;
	width: calc(100% - 80px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all 0.36s;
}

.fuwuyunying_list.news_list ul li h2 { width: 100%; text-align: center;}

.news_list ul li:hover h4 {
	color: #cf2d32
}
.news_list ul li:hover h2 {
	color: #cf2d32
}

.news_list ul li span {
	font-size: 12px;
	line-height: 2em;
	color: #999999;
	width: 70px;
}

.news_list ul li p {
	font-size: 12px;
	line-height: 2em;
	color: #666666;
	height: 4em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.news_list ul li .btn_box {
	border-top: 1px solid #DADADA;
	margin-top: 22px;
	padding: 22px 0;
}

.news_list ul li .btn_box .more {
	width: 128px;
	height: 40px;
	border: 1px solid #DADADA;
	border-radius: 20px;
	color: #999;
	font-size: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.36s;
}

.news_list ul li:hover .btn_box .more {
	border: 1px solid #cf2d32;
	background: #cf2d32;
	color: #fff;
}

.news_list ul li .btn_box .more i {
	width: 28px;
	height: 4px;
	display: block;
	background: url(../images/more.png) no-repeat center center;
	background-size: auto 100%;
	margin-left: 20px;
	transition: all 0.36s;
}

.news_list ul li:hover .btn_box .more i {
	background: url(../images/more2.png) no-repeat center center;
	background-size: auto 100%;
}

.page {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 5% 0;
}

.page a {
	width: 36px;
	height: 36px;
	line-height: 34px;
	display: block;
	color: #999999;
	text-align: center;
	margin: 0 5px;
	transition: all 0.36s;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #CCCCCC
}

.page a.on {
	background: #cf2d32;
	border: 1px solid #CCCCCC;
	color: #fff;
}

.page a:hover {
	background: #cf2d32;
	color: #fff;
}

.page a.more {
	background: #fff !important;
	color: #333 !important;
	cursor: default;
	border: 1px solid #fff;
}

.page a.prev {
	background: url(../images/arrow_left.png) no-repeat center center;
	background-size: 100% 100%;
	border: none;
}

.page a.next {
	background: url(../images/arrow_right.png) no-repeat center center;
	background-size: 100% 100%;
	border: none;
}

/************************新闻************************/
/************************新闻详情************************/
.route {
	font-size: 20px;
	line-height: 1.4em;
	color: #333;
	width: 90%;
	margin: 2em auto;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

@media only screen and (min-width: 100px) and (max-width: 750px) {
	.route {
		font-size: 17px;
	}
}

.route a {
	font-size: inherit;
	color: #999;
	padding: 0 4px;
}

.route a:first-child {
	padding-left: 0;
}

.new_detail {
	width: 90%;
	margin: 0 auto 8%;
}

.new_detail h3 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.375em;
	color: #333333;
	margin-bottom: 10px;
}
.new_detail h2 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.375em;
	color: #333333;
	margin-bottom: 10px;
}

.new_detail span.span {
	font-size: 24px;
	line-height: 1.375em;
	color: #666666;
	display: block;
	padding-bottom: 2em;
	max-width: 1000px;
	border-bottom: 1px solid #DADADA;
}

@media only screen and (min-width: 100px) and (max-width: 1000px) {

	.new_detail h3,
	.new_detail span {
		font-size: 20px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 750px) {

	.new_detail h3,
	.new_detail span {
		font-size: 18px;
	}

	.new_detail span {
		padding-bottom: 26px;
	}
}

.new_detail p {
	font-size: 18px;
	line-height: 2.28em;
	color: #333333;
}

.new_detail img {
	max-width: 100%;
	margin-bottom: 40px;
}

.new_detail .edit {
	border-bottom: 1px solid #DADADA;
	padding: 3% 0;
}

.new_detail .btn_box {
	padding: 15px 0;
	position: relative;
}

.new_detail .btn_box a {
	display: block;
	font-size: 16px;
	line-height: 2.56em;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all 0.36s;
}

.new_detail .btn_box a:hover {
	color: #cf2d32;
}

.new_detail .btn_box .more {
	width: 128px;
	height: 40px;
	border: 1px solid #DADADA;
	border-radius: 20px;
	color: #999;
	font-size: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	transition: all 0.36s;
}

@media only screen and (min-width: 100px) and (max-width: 750px) {
	.new_detail p {
		font-size: 16px;
		line-height: 2em;
	}

	.new_detail .btn_box .more {
		position: static;
		transform: translateY(0);
		margin-top: 20px;
	}
}

.new_detail .btn_box:hover .more {
	border: 1px solid #cf2d32;
	background: #cf2d32;
	color: #fff;
}

.new_detail .btn_box .more i {
	width: 28px;
	height: 4px;
	display: block;
	background: url(../images/more.png) no-repeat center center;
	background-size: auto 100%;
	margin-left: 20px;
}

.new_detail .btn_box .more:hover i {
	background: url(../images/more2.png) no-repeat center center;
	background-size: auto 100%;
}

/************************新闻详情************************/
/************************行业应用************************/
.industry_list .top_box,
.industry_list .bottom_box {
	display: flex;
}

.industry_list .left_box {
	width: calc(100% / 4);
}

.industry_list .left_box .l_top_box {
	width: 100%;
}

.industry_list .img_box {
	position: relative;
	overflow: hidden;
	display: block;
}

.industry_list img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	object-fit: cover;
	z-index: 1;
	transition: all 1s;
}

.industry_list .img_box:hover img {
	transform: scale(1.06);
}

.industry_list .shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/behavior02_bg.png) no-repeat center center;
	background-size: 100% 100%;
	z-index: 2;
	transition: all 0.36s;
}

.industry_list .img_box.left .shadow {
	background: url(../images/behavior01_bg.png) no-repeat center center;
	background-size: 100% 100%;
}

.industry_list .img_box.right .shadow {
	background: url(../images/behavior03_bg.png) no-repeat center center;
	background-size: 100% 100%;
}

.industry_list .img_box:hover .shadow {
	opacity: 0.5;
}

.industry_list .text_box {
	width: 100%;
	padding-top: 100%;
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
}

.industry_list .text_box.ban {
	padding-top: 50%;
}

.industry_list .img_box.right .text_box {
	width: 50%;
	left: 50%
}

.industry_list .text_box .content_box {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	padding: 32% 18% 0;
	display: flex;
	flex-direction: column;
}

.industry_list .text_box .content_box h4 {
	font-size: 22px;
	font-weight: 400;
	line-height: 32px;
	color: #FFFFFF;
	transition: all 0.36s;
}

.industry_list .img_box:hover .text_box .content_box h4 {
	color: #cf2d32;
	margin-bottom: 5px;
}

.industry_list .text_box .content_box p {
	font-size: 16px;
	font-weight: 200;
	line-height: 2em;
	color: #FFFFFF;
}

.industry_list .img_box.img_box2 .text_box .content_box p,
.industry_list .img_box.img_box3 .text_box .content_box p {
	text-align: center;
}

.industry_list .right_box {
	width: calc(100% / 4 * 3);
}

.industry_list .right_box .r_top_box {
	display: flex;
}

.industry_list .right_box .r_top_left_box {
	width: calc(100% / 3 * 2);
	position: relative;
}

.industry_list .left_box .l_top_box .img_box {
	padding-top: 100%;
}

.industry_list .left_box .l_bottom_box .img_box {
	padding-top: 200%;
}

.industry_list .right_box .r_top_right_box {
	width: calc(100% / 3);
}

.industry_list .right_box .r_top_left_box .img_box {
	padding-top: 50%;
}

.industry_list .right_box .r_top_left_box .img_box:nth-child(1) {
	transform: translateX(-50%);
}

.industry_list .right_box .r_top_right_box .img_box {
	padding-top: 200%;
}

.industry_list .right_box .r_bottom_box {
	display: flex;
}

.industry_list .right_box .r_bottom_left_box {
	width: calc(100% / 3 * 2);
}

.industry_list .right_box .r_bottom_right_box {
	width: calc(100% / 3);
}

.industry_list .right_box .r_b_left_top_box {
	display: flex;
}

.industry_list .right_box .r_b_left_top_box>.img_box {
	width: 50%;
	padding-top: 100%;
}

.industry_list .right_box .r_b_l_top_r_box {
	width: 50%;
	position: relative;
}

.industry_list .right_box .r_b_l_top_r_box .img_box {
	width: 200%;
	padding-top: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.industry_list .right_box .r_b_left_bottom_box .img_box {
	padding-top: 50%;
}

.industry_list .right_box .r_bottom_right_box {
	width: calc(100% / 3);
}

.industry_list .right_box .r_bottom_right_box .img_box {
	padding-top: 200%;
}

.industry_list .right_box .r_bottom_right_box .img_box:nth-child(1) {
	padding-top: 100%;
}

.industry_list .text_box.ban {
	width: 50% !important;
}

.industry_list .img_box.img_box2 {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 50%;
	background: #B8B6B6;
}

.industry_list .img_box.img_box2 .text_box .content_box {
	justify-content: center;
	align-items: center;
	padding: 0 5%;
}

.industry_list .img_box.img_box2 .text_box span {
	font-size: 50px;
	font-weight: bold;
}

.industry_list .img_box.img_box3 {
	position: absolute;
	top: 50% !important;
	left: 0;
	width: 100% !important;
	padding-top: 100%;
}

.industry_list .img_box.img_box3 .text_box {
	background: #94C8C9;
}

.industry_list .img_box.img_box3 .text_box .content_box {
	justify-content: center;
	align-items: center;
	padding: 0 5%;
}

.industry_list .bottom_box .b_box {
	width: 50%;
}

.industry_list .bottom_box .b_box .img_box {
	padding-top: 50%;
}

@media only screen and (min-width: 100px) and (max-width: 1680px) {
	.industry_list .text_box .content_box {
		padding: 28% 18% 0;
	}
}

@media only screen and (min-width: 100px) and (max-width: 1580px) {
	.industry_list .text_box .content_box {
		padding: 20% 16% 0;
	}

	.industry_list .right_box .r_bottom_box .r_bottom_left_box span {
		font-size: 40px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 1390px) {
	.industry_list .text_box .content_box {
		padding: 10% 10% 0;
	}
}

@media only screen and (min-width: 100px) and (max-width: 1200px) {
	.industry_list .text_box .content_box {
		padding: 40px 10% 0;
	}

	.industry_list .text_box {
		width: 100% !important;
		height: 100% !important;
		padding: 0 !important;
		left: 0 !important;
	}

	.industry_list .text_box.ban {
		width: 100% !important;
		height: 100% !important;
	}

	.industry_list .text_box .content_box p {
		font-size: 14px;
	}

	.industry_list .right_box .r_bottom_box .r_bottom_left_box span {
		font-size: 32px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 1000px) {
	.industry_list .text_box .content_box {
		padding: 20px 5% 0;
	}
}

@media only screen and (min-width: 100px) and (max-width: 750px) {

	.industry_list .right_box .r_top_box,
	.industry_list .top_box,
	.industry_list .bottom_box,
	.industry_list .right_box .r_bottom_box,
	.industry_list .right_box .r_b_left_top_box {
		flex-direction: column;
	}

	.industry_list .left_box,
	.industry_list .right_box,
	.industry_list .right_box .r_top_left_box,
	.industry_list .right_box .r_top_right_box,
	.industry_list .bottom_box .b_box,
	.industry_list .img_box.img_box2,
	.industry_list .right_box .r_bottom_left_box,
	.industry_list .right_box .r_b_l_top_r_box,
	.industry_list .right_box .r_bottom_right_box {
		width: 100%;
	}

	.industry_list .img_box {
		width: 100% !important;
		padding-top: 70% !important;
		position: static !important;
		transform: translate(0, 0) !important;
	}

	.industry_list .img_box.img_box2,
	.industry_list .img_box.img_box3 {
		padding-top: 40% !important;
	}

	.industry_list .text_box .content_box {
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding-top: 0;
	}

	.industry_list .left_box .l_top_box .img_box,
	.industry_list .right_box .r_bottom_right_box .img_box:nth-child(1) {
		display: none;
	}

	.industry_list .img_box .shadow {
		background: url(../images/behavior01_bg.png) no-repeat center center !important;
		background-size: 100% 100%;
	}
}

/************************行业应用************************/
/************************行业应用-详情************************/
.application {
	padding-top: 8%;
}

.application .app_wrap {
	max-width: 1350px;
	width: 90%;
	margin: 0 auto;
}

.application .app_wrap .swiper-container {
	padding: 8% 10px 130px;
}

.application .swiper-slide {
	position: relative;
}

.application .swiper-slide .text_box {
	width: 62%;
}

.application .swiper-slide .text_box .ratio {
	width: 100%;
	padding-top: 48%;
	position: relative;
}

.application .swiper-slide .text_box .content_box {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border: 2px solid #dadfe2;
	padding: 5% 20% 5% 5%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.application .swiper-slide .text_box .title2_box {
	text-align: right;
	position: relative;
	margin-bottom: 30px;
}

.application .swiper-slide .text_box .title2_box img {
	position: absolute;
	bottom: 0;
	left: 0;
	max-width: 20%;
	height: auto;
}

.application .swiper-slide .text_box .title2_box h3 {
	font-size: 30px;
	font-weight: bold;
	line-height: 1em;
	color: #333333;
	letter-spacing: 0.05em;
}

.application .swiper-slide .text_box .title2_box h4 {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.8em;
	color: #69B9B7;
	letter-spacing: 0.05em;
	padding-top: 10px;
}

.application .swiper-slide .text_box p {
	font-size: 16px;
	line-height: 2em;
	color: #555;
	letter-spacing: 0.05em;
}

.application .swiper-slide .img_box {
	position: absolute;
	top: 37px;
	right: 40px;
	width: 45.7%;
	background: #EBF0F4;
}

.application .swiper-slide .img_box .ratio {
	width: 100%;
	padding-top: 63.5%;
	position: relative;
	top: 43px;
	left: 34px;
	background: #fff;
	box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.16);
}

.application .swiper-slide .img_box img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.application .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background: #69B9B7;
	border-radius: 50%;
	opacity: 0.6;
}

.application .swiper-pagination-bullet-active {
	opacity: 1;
}

@media only screen and (min-width: 100px) and (max-width: 1440px) {
	.application .swiper-slide .text_box .title2_box h3 {
		font-size: 26px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 1280px) {
	.application .swiper-slide .text_box .title2_box h3 {
		font-size: 22px;
	}

	.application .swiper-slide .text_box .title2_box h4 {
		font-size: 16px;
		padding-top: 6px;
	}

	.application .swiper-slide .text_box .ratio {
		padding-top: 0;
	}

	.application .swiper-slide .text_box .content_box {
		position: static;
	}
}

@media only screen and (min-width: 100px) and (max-width: 1000px) {
	.application .app_wrap .swiper-container {
		padding: 8% 0 100px;
	}

	.application .swiper-slide .text_box .title2_box h3 {
		font-size: 20px;
	}

	.application .swiper-slide .text_box .title2_box {
		margin-bottom: 15px;
	}

	.application .swiper-slide .text_box {
		width: 100%;
	}

	.application .swiper-slide .img_box {
		width: 100%;
		position: static;
	}

	.application .swiper-slide .text_box .content_box {
		padding: 50px 5% 20px;
	}

	.application .swiper-slide .img_box .ratio {
		width: 90%;
		top: 20px;
		left: 5%;
	}
}

@media only screen and (min-width: 100px) and (max-width: 750px) {}

.sensor {
	padding-top: 6%;
}

.sensor .sensor_list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-top: 4.2%;
}

.sensor .sensor_list ul li {
	margin: 0 2.5%;
}

.sensor .sensor_list ul li .circle {
	width: 130px;
	transition: all 0.6s;
}

@media only screen and (min-width: 100px) and (max-width: 750px) {
	.sensor .sensor_list ul li {
		margin: 12px 0;
		width: calc(100% / 2 - 10%);
	}

	.sensor .sensor_list ul li .circle {
		margin: 0 auto;
	}
}

.sensor .sensor_list ul li .circle .ratio {
	width: 100%;
	padding-top: 100%;
	position: relative;
	border-radius: 50%;
	border: 2px solid #3FACAB;
}

.sensor .sensor_list ul li:hover .circle {
	transform: scale(1.06);
}

.sensor .sensor_list ul li .circle .ratio .content_box {
	width: 83.8%;
	height: 83.8%;
	border-radius: 50%;
	background: #3FACAB;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	justify-content: center;
	align-items: center;
}

.sensor .sensor_list ul li .circle .ratio .content_box p {
	font-size: 18px;
	color: #fff;
	text-align: center;
}

.customized {
	padding-top: 6%;
}

.customized .title3_box h3 {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.375em;
	color: #3FACAB;
	text-align: center;
}

.customized .title3_box p {
	font-size: 14px;
	font-weight: 300;
	line-height: 1.43em;
	color: #333333;
	text-align: center;
}

.customized .customized_list ul {
	display: flex;
	justify-content: center;
	margin-top: 3.5%;
}

.customized .customized_list ul li {
	width: 290px;
	margin: 0 16px;
	padding-bottom: 20px;
}

.customized .customized_list ul li a {
	display: block;
}

.customized .customized_list ul li .img_box {
	width: 100%;
	padding-top: 124%;
	position: relative;
	border: 2px solid #69B9B7;
}

@media only screen and (min-width: 100px) and (max-width: 750px) {
	.customized {
		padding-top: 50px;
	}

	.customized .customized_list ul {
		flex-wrap: wrap;
		margin-top: 40px;
	}

	.customized .customized_list ul li {
		width: 45%;
		margin: 0 auto;
	}

	.customized .customized_list ul li:first-child {
		margin: 0 50px;
	}

	/*	.customized .customized_list ul li:first-child{
		width: 95%;
	}
	.customized .customized_list ul li:first-child a{
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.customized .customized_list ul li:first-child .img_box{
		width: 47%;
		padding-top: 58%;
	}
	.customized .customized_list ul li:first-child .text_box{
		width: 47%;
	}*/
}

.customized .customized_list ul li .img_box img {
	max-width: 80%;
	max-height: 80%;
	display: block;
	object-fit: contain;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.6s;
}

.customized .customized_list ul li:hover .img_box img {
	transform: translate(-50%, -50%) scale(1.06);
}

.customized .customized_list ul li .text_box {
	text-align: center;
}

.customized .customized_list ul li .text_box h5 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4em;
	color: #333333;
	letter-spacing: 0.2em;
	padding: 14px 0 10px;
}

.customized .customized_list ul li .text_box dt p {
	font-size: 14px;
	color: #3FACAB;
	line-height: 2.2em;
}

.customized .customized_list ul li .text_box dd p {
	font-size: 14px;
	color: #333;
	line-height: 2.2em;
}

.relative {
	padding: 6% 0;
}

@media only screen and (min-width: 100px) and (max-width: 1000px) {
		{
		padding: 50px 0;
	}
}

.relative .wrap {
	width: 90%;
	margin: 0 auto;
}

.relative .title_box h3 {
	text-align: left;
}

.relative .swiper-container {
	padding: 32px 0 40px;
}

.relative .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background: #69B9B7;
	border-radius: 50%;
	opacity: 0.6;
}

.relative .swiper-pagination-bullet-active {
	opacity: 1;
}

.relative .swiper-slide {
	width: calc(100% / 5 - 27.2px);
	margin-right: 34px;
	padding-bottom: 20px;
}

@media only screen and (min-width: 100px) and (max-width: 1440px) {
	.relative .swiper-slide {
		width: calc(100% / 4 - 28.4px);
	}
}

@media only screen and (min-width: 100px) and (max-width: 1280px) {
	.relative .swiper-slide {
		width: calc(100% / 3 - 22.7px);
	}
}

@media only screen and (min-width: 100px) and (max-width: 750px) {
	.relative .swiper-slide {
		width: calc(100% / 2 - 10px);
		margin-right: 20px;
	}
}

.relative .swiper-slide:last-child {
	margin-right: 0;
}

.relative .swiper-slide a {
	display: block;
}

.relative .swiper-slide .img_box {
	width: 100%;
	padding-top: 124%;
	position: relative;
	border: 2px solid #69B9B7;
	transition: all 0.36s;
	box-sizing: border-box;
}

.relative .swiper-slide:hover .img_box {
	box-shadow: 0px 1px 27px 5px rgba(105, 185, 183, 0.3)
}

.relative .swiper-slide .img_box img {
	max-width: 80%;
	max-height: 80%;
	display: block;
	object-fit: contain;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.6s;
}

.relative .swiper-slide:hover .img_box img {
	transform: translate(-50%, -50%) scale(1.06);
}

.relative .swiper-slide .text_box {
	text-align: center;
}

.relative .swiper-slide .text_box h5 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4em;
	color: #333333;
	letter-spacing: 0.2em;
	padding: 14px 0 10px;
	transition: all 0.36s;
}

.relative .swiper-slide:hover .text_box h5 {
	color: rgba(105, 185, 183, 1)
}

/************************行业应用-详情************************/
/************************解决方案************************/
.solve_banner {
	position: relative;
}

.solve_banner img {
	width: 100%;
	max-height: 100vh;
	min-height: 33vh;
	object-fit: cover;
}

.solve_banner .text_box {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 5%;
	text-align: center;
}

.solve_banner .text_box h2 {
	font-size: 60px;
	font-weight: bold;
	line-height: 1.4em;
	color: #FFFFFF;
	padding-bottom: 0.6em;
}

.solve_banner .text_box p {
	font-size: 16px;
	line-height: 1.875em;
	color: #FFFFFF;
	letter-spacing: 0.2em;
}

@media only screen and (min-width: 100px) and (max-width: 1680px) {
	.solve_banner .text_box h2 {
		font-size: 52px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 1440px) {
	.solve_banner .text_box h2 {
		font-size: 45px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 1280px) {
	.solve_banner .text_box h2 {
		font-size: 40px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 1000px) {
	.solve_banner .text_box h2 {
		font-size: 31px;
	}

	.solve_banner .text_box p br {
		display: none;
	}
}

@media only screen and (min-width: 100px) and (max-width: 750px) {
	.solve_banner .text_box h2 {
		font-size: 23px;
		color: #333;
	}

	.solve_banner .text_box {
		position: static;
		padding: 60px 5% 20px;
	}

	.solve_banner .text_box p {
		color: #333;
	}
}

.solve_box a {
	display: block;
	position: relative;
}

.solve_box .img_box {
	position: relative;
	z-index: 1;
	max-height: 500px;
}

.solve_box img {
	width: 100%;
	min-height: 500px;
	object-fit: cover;
}

.solve_box .shadow {
	width: 100%;
	height: 100%;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/behavior01_bg.png) no-repeat center center rgba(14, 54, 93, 0.6);
	background-size: cover;
	transition: all 0.4s;
	opacity: 1;
	z-index: 2;
}

.solve_box:hover .shadow {
	opacity: 0.7;
}

.solve_box .text_box {
	width: 100%;
	height: 100%;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 50px 0;
	transition: all 0.4s;
	z-index: 3;
}

.solve_box .text_box .content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.solve_box .text_box h4 {
	font-size: 30px;
	font-weight: 400;
	line-height: 1.4em;
	color: #FFFFFF;
	padding-bottom: 0.5em;
}

.solve_box .text_box p {
	max-width: 850px;
	width: 90%;
	font-weight: 300;
	font-size: 14px;
	line-height: 2em;
	color: #FFFFFF;
}

@media only screen and (min-width: 100px) and (max-width: 1440px) {
	.solve_box .text_box h4 {
		font-size: 26px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 1100px) {
	.solve_box .text_box h4 {
		font-size: 22px;
	}

	.solve_box .text_box br {
		display: none;
	}
}

@media only screen and (min-width: 100px) and (max-width: 750px) {
	.solve_box .text_box h4 {
		font-size: 18px;
	}

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

	.solve_box .text_box {
		position: relative;
		height: auto;
	}

	.solve_box img {
		height: 100%;
		min-height: 0;
	}

	.solve_box .text_box {
		padding: 50px 0;
	}
}

/************************解决方案************************/
/************************解决方案-详情页************************/
.solve_detail {
	width: 90%;
	margin: 0 auto;
	padding: 4.7% 0;
}

.solve_detail h4 {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.36em;
	color: #333333;
	border-left: 4px solid #cf2d32;
	padding-left: 20px;
}

.solve_detail p {
	font-size: 16px;
	line-height: 1.875em;
	color: #333333;
}

.solve_detail img {
	max-width: 1280px;
	display: block;
	margin: 0 auto;
	width: 100%;
}

/************************解决方案-详情页************************/
/************************联系我们************************/
.contact_box1,
.contact_box2,
.contact_box3,
.contact_box4 {
	width: 100%;
	position: relative;
}

.contact_box1 .img_box,
.contact_box2 .img_box,
.contact_box3 .img_box {
	position: relative;
	z-index: 1;
}

.contact_box1 .img_box img,
.contact_box2 .img_box img,
.contact_box3 .img_box img {
	width: 100%;
	max-height: 100vh;
	min-height: 100vh;
	object-fit: cover;
	display: block;
}

.contact_box1 .text_box,
.contact_box2 .text_box,
.contact_box3 .text_box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.44);
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.contact_box1 .text_box h3 {
	font-size: 40px;
	font-weight: bold;
	line-height: 1.4em;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 0 5%;
	text-align: center;
}

.contact_box1 .text_box ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 10%;
	width: 90%;
	max-width: 1550px;
	margin: 10% auto 0;
	padding: 0 3%;
}

.contact_box1 .text_box ul li {
	width: calc(100% / 3 - 6%);
	height: 162px;
	background: url(../images/contact_box1_ling.png) no-repeat center bottom;
	background-size: 99% 100%;
	padding: 0 2.4%;
}

@media only screen and (min-width: 100px) and (max-width: 1440px) {
	.contact_box1 .text_box h3 {
		font-size: 35px;
	}

	.contact_box1 .text_box ul {
		margin-top: 8%;
	}
}

@media only screen and (min-width: 100px) and (max-width: 1280px) {
	.contact_box1 .text_box h3 {
		font-size: 30px;
	}

	.contact_box1 .text_box ul {
		margin-top: 5%;
	}
}

@media only screen and (min-width: 100px) and (max-width: 1000px) {
	.contact_box1 .text_box h3 {
		font-size: 26px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 1000px) {
	.contact_box1 .text_box h3 {
		font-size: 22px;
	}

	.contact_box1 .text_box ul {
		flex-wrap: wrap;
		justify-content: center;
	}

	.contact_box1 .text_box ul li {
		width: calc(100% / 2 - 6%);
		margin: 30px 3%;
	}
}

.contact_box1 .text_box ul li img {
	margin-bottom: 20px;
}

.contact_box1 .text_box ul li p,
.contact_box1 .text_box ul li p a {
	color: #fff;
	font-size: 20px;
	line-height: 2em;
}

.contact_box1 .text_box ul li p:last-child,
.contact_box1 .text_box ul li p:last-child a {
	font-size: 16px;
	line-height: 1.5em;
}

@media only screen and (min-width: 100px) and (max-width: 640px) {
	.contact_box1 .text_box h3 {
		font-size: 20px;
	}

	.contact_box1 .text_box ul {
		margin-top: 0;
	}

	.contact_box1 .text_box ul li {
		width: 100%;
		max-width: 390px;
		height: 140px;
		margin: 10px 0;
		padding: 0 8.4%;
	}

	.contact_box1 .text_box ul li:nth-child(1),
	.contact_box1 .text_box ul li:nth-child(2) {
		height: 115px;
	}

	.contact_box1 .text_box ul li img {
		margin-bottom: 10px;
	}

	.contact_box1 .text_box ul li p,
	.contact_box1 .text_box ul li p a {
		font-size: 18px;
	}

	.contact_box1 .text_box ul li p:last-child,
	.contact_box1 .text_box ul li p:last-child a {
		font-size: 14px;
	}
}

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

.contact_box4 .img_box img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
}

.contact_box4 .text_box {
	padding: 6.3% 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 2;
	height: 100vh;
}

.contact_box4 .content_box {
	width: 90%;
	/*min-height: 100%;*/
	background: rgba(0, 0, 0, 0.5);
	box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.86);
	padding: 5% 4%;
	margin: auto;
}

.contact_box4 p {
	text-align: center;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.4em;
	color: #FFFFFF;
}

.contact_box4 .input_box {
	padding-top: 40px;
}

.contact_box4 dl {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.contact_box4 dl dt {
	width: 21.5%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #fff;
	padding: 1.9% 4.2% 1.9% 1.7%;
}

.contact_box4 dl dt span {
	font-size: 20px;
	font-weight: 500;
	line-height: 28px;
	color: #FFFFFF;
}

.contact_box4 dl dt em {
	width: 68px;
	line-height: 34px;
	background: #FFFFFF;
	font-size: 20px;
	line-height: 28px;
	color: #8D9593;
	display: block;
	font-style: normal;
	text-align: center;
	transition: all 0.36s;
}

.contact_box4 dl dt em.gs {
	opacity: 0;
}

.contact_box4 dl.error dt em.gs {
	opacity: 1;
}

.contact_box4 dl.error dt em {
	background: red;
	color: #fff;
}

.contact_box4 dl dd {
	width: calc(100% - 21.5% - 4%);
	border-bottom: 1px solid #fff;
	padding: 1.9% 4.2%;
}

.contact_box4 dl dd input {
	background: none;
	font-size: 20px;
	line-height: 28px;
	color: #FFFFFF;
	border: none;
	width: 100%;
}

.contact_box4 dl dd input::-webkit-input-placeholder {
	color: #FFFFFF;
}

.contact_box4 dl dd input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #FFFFFF;
}

.contact_box4 dl dd input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #FFFFFF;
}

.contact_box4 dl dd input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #FFFFFF;
}

.contact_box4 .check_wrap {
	overflow: hidden;
	width: 200px;
	margin: 0 auto;
	/*height: 34px;*/
}

.contact_box4 .check_wrap input[type='checkbox'] {
	width: 25px;
	height: 23px;
	border: 1px solid #FFFFFF;
	float: left;
	margin-right: 4px;
	outline: none;
	position: absolute;
	display: block;
	padding: 0;
	opacity: 0;
}

.contact_box4 .check_wrap label {
	padding-right: 20px;
	z-index: -1;
	font-size: 14px;
	color: #fff;
	line-height: 34px;
	display: block;
	margin: 40px 0 40px;
}

.contact_box4 .check_wrap label a {
	color: #fff;
}

.contact_box4 .check_wrap input[type="checkbox"]+label::before {
	content: "";
	display: inline-block;
	width: 25px;
	height: 23px;
	border: 1px solid #FFFFFF;
	border-radius: 2px;
	outline: none;
	top: 4px;
	margin-right: 10px;
	position: relative;
	display: block;
	float: left;
}

.contact_box4 .check_wrap input[type="checkbox"]:checked+label::before {
	content: "";
	color: #E9002A;
	background: url(../images/gou.svg) no-repeat center center;
	background-size: auto 100%;
	text-align: center;
	/*border:1px solid #E9002A;*/
}

.contact_box4 .check_wrap input[type="checkbox"]:disabled+label::before {
	background-color: gray;
	box-shadow: none;
	color: #666;
}

.contact_box4 .sub_btn {
	width: 128px;
	height: 40px;
	border: 1px solid #fff;
	border-radius: 20px;
	color: #fff;
	margin: 0 auto;
	font-size: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.36s;
}

@media only screen and (min-width: 100px) and (max-width: 1400px) {

	.contact_box4 dl dt span,
	.contact_box4 dl dt em,
	.contact_box4 dl dd input {
		font-size: 18px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 1300px) {
	.contact_box4 dl dt em {
		width: 54px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 1200px) {

	.contact_box4 dl dt,
	.contact_box4 dl dd {
		padding: 2%;
	}

	.contact_box4 .check_wrap label {
		margin: 40px 0;
	}
}

@media only screen and (min-width: 100px) and (max-width: 1000px) {
	.contact_box4 dl {
		position: relative;
	}

	.contact_box4 dl dt {
		width: 80px;
		position: absolute;
		top: 0;
		right: 0;
		border-bottom: 0;
	}

	.contact_box4 dl dt span {
		display: none;
	}

	.contact_box4 dl dd {
		width: 100%;
	}
}

@media only screen and (min-width: 100px) and (max-width: 750px) {
	.contact_box4 .text_box {
		padding: 40px 0;
	}

	.contact_box4 p {
		font-size: 14px;
		padding: 0 5%;
	}

	.contact_box4 .content_box {
		padding: 45px 0;
	}

	.contact_box4 dl dt span,
	.contact_box4 dl dt em,
	.contact_box4 dl dd input {
		font-size: 16px;
	}

	.contact_box4 dl dt,
	.contact_box4 dl dd {
		padding: 20px 2%;
	}

	.contact_box4 .input_box {
		padding: 20px 5% 0;
	}

	.contact_box4 .check_wrap label {
		margin: 24px 0;
	}
}

.contact_box4 .sub_btn:hover {
	background: #cf2d32;
	border: 1px solid #cf2d32;
	/*color: #cf2d32*/
}

.contact_box4 .sub_btn i {
	width: 28px;
	height: 4px;
	display: block;
	background: url(../images/more2.png) no-repeat center center;
	background-size: auto 100%;
	margin-left: 20px;
}

#dituContent {
	width: 100%;
	height: 100vh;
}

/************************联系我们************************/
/************************搜索************************/
.search_page {
	padding-top: 80px;
}

.search {
	margin: 6% auto 0;
}

.search h4 {
	font-size: 18px;
	color: #cf2d32
}

.search_title h4 {
	font-size: 30px;
	font-weight: 300;
	line-height: 3.1em;
	color: #666
}

@media only screen and (min-width: 100px) and (max-width: 1440px) {
	.search_title h4 {
		font-size: 26px;
		line-height: 2.8em;
	}
}

@media only screen and (min-width: 100px) and (max-width: 1280px) {
	.search_title h4 {
		font-size: 22px;
		line-height: 2em;
	}
}

@media only screen and (min-width: 100px) and (max-width: 1000px) {
	.search_title h4 {
		font-size: 20px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 750px) {
	.search_title h4 {
		font-size: 18px;
	}
}

.search_title {
	width: 90%;
	margin: 0 auto;
}

.search .search_title h4 {
	color: #cf2d32
}

.pro_search {
	padding-top: 3%;
}

.pro_search .product_list .product_type_content ul {
	justify-content: flex-start;
}

/************************搜索************************/
.product_detail_banner {
	position: relative;
	/* background: #EBF0F4; */
	overflow: hidden;
	padding-top: 100px;
}

.product_detail_banner::after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 50%; z-index: 1;
background-image: -moz-linear-gradient(-90deg, rgba(44, 56, 68, 0.6) 0%,rgba(0, 24, 66, 0) 50%);
    background-image: -webkit-linear-gradient(-90deg, rgba(44, 56, 68, 0.6) 0%,rgba(0, 24, 66, 0) 50%);
    background-image: -ms-linear-gradient(0deg, rgba(44, 56, 68, 0.6) 0%, rgba(0, 24, 66, 0) 50%);
}

.product_detail_banner .content_box {
	max-width: 1660px;
	width: 90%;
	margin: 0 auto;
	position: relative;
	display: flex;
}

.product_detail_banner .content_box .left_text {
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding-bottom: 40px;
	position: relative;
}

.product_detail_banner .content_box .left_text h2 {
	font-size: 40px;
	color: #333333;
	text-align: left;
}

.product_detail_banner .content_box .left_text p {
	font-size: 16px;
	color: #666;
	background: none;
	margin-top: 0;
	padding: 25px 0;
	text-align: left;
}

.product_detail_banner .content_box .left_text .product_detail_list {
	/* position: absolute;
	bottom: 40px;
	left: 0; */
	width: 100%;
}

.product_detail_banner .content_box .left_text .product_detail_list ul {
	display: flex;
}

.product_detail_banner .content_box .left_text .product_detail_list li {
	max-width: 130px;
	width: calc(100% / 4);
	margin-right: 10px;
}

.product_detail_banner .content_box .left_text .product_detail_list li a {
	display: flex;
	padding-top: 100%;
	position: relative;
	border: 1px solid #fff;
	border-radius: 17px;
}

.product_detail_banner .content_box .left_text .product_detail_list li a img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 80%;
	max-height: 80%;
	min-height: 0;
	display: block;
	object-fit: contain;
}

.product_detail_banner .content_box .right_img {
	width: 50%;
}

.product_detail_banner .content_box .right_img .swiper-container {
	transform: translateY(10%);
}

.product_detail_banner .content_box .right_img .swiper-slide {
	opacity: 0;
	transition: all 0.2s;
}

.product_detail_banner .content_box .right_img .swiper-slide-active {
	opacity: 1;
}

.product_detail_banner .content_box .right_img img {
	width: 90%;
	max-height: 100vh;
	object-fit: cover;
}

@media only screen and (min-width: 100px) and (max-width: 1300px) {
	.product_detail_banner .content_box .left_text {
		width: 560px;
	}

	.product_detail_banner .content_box .right_img {
		width: calc(100% - 560px);
	}
}

@media only screen and (min-width: 100px) and (max-width: 1000px) {
	.product_detail_banner .content_box {
		flex-direction: column;
	}

	.product_detail_banner .content_box .left_text {
		width: 100%;
		padding-top: 100px;
		padding-bottom: 0;
	}

	.product_detail_banner .content_box .right_img {
		width: 100%;
	}

	.product_detail_banner .content_box .left_text .product_detail_list {
		position: static;
	}

	.product_detail_banner .content_box .left_text .product_detail_list ul {
		flex-wrap: wrap;
	}

	.product_detail_banner .content_box .left_text .product_detail_list ul li {
		margin-top: 5px;
		margin-bottom: 5px;
	}

	.product_detail_banner .content_box .right_img .swiper-container {
		transform: translateY(0);
	}
}

#newBridge .icon-right-bottom {
	right: 0px !important;
	bottom: 50px !important;
}
.pc-froup-newStyle-backimg{ 
	background-image: url(../images/feidundun.gif) !important; 
}

#newBridge .nb-customer-icon-style .nb-icon-groups {
	background-image: url(../images/feidundun.gif);
	border: 1px solid transparent !important;
	background: transparent;
}

#newBridge .nb-icon-inner-wrap {
	height: 110px !important;
	background-image: url(../images/feidundun.gif) !important;
	background-size: 160px;
	background-repeat: no-repeat;
	
}

#newBridge .nb-nodeboard-right-bottom {
	inset: auto 60px 10px auto !important;
}

#newBridge .nb-nodeboard-base .nb-nodeboard-contain-base {
	border-radius: 20px !important;
	-webkit-border-radius: 20px !important;
	-moz-border-radius: 20px !important;
	-ms-border-radius: 20px !important;
	-o-border-radius: 20px !important;
}

#newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-nodeboard-top-shadow {
	border-radius: 20px !important;
	-webkit-border-radius: 20px !important;
	-moz-border-radius: 20px !important;
	-ms-border-radius: 20px !important;
	-o-border-radius: 20px !important;
}

#newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-nodeboard-top {
	border-top-left-radius: 20px !important;
	border-top-right-radius: 20px !important;
}

#newBridge .nb-nodeboard-base {
	border-radius: 20px !important;
	-webkit-border-radius: 20px !important;
	-moz-border-radius: 20px !important;
	-ms-border-radius: 20px !important;
	-o-border-radius: 20px !important;
}

@media (max-width:480px) {
	.index_product .product_list li .img_box{
		transform: translate(0%, -40%);
	}
	.product_list ul li .img_box img{
		transform: translate(-50%, -40%);
	}
}


/*修改*/
/* .index_product .product_list li { width: calc(100% / 3 - 6px);} */
.index_product .product_list li .content_box { padding-top: 15%;}
.index_product .product_list li a {padding-top: 100%;}
.index_product .product_list li:hover .img_box { transform: translate(50%, -50%) scale(0.8);}

.yingyong-main {display: flex; width: 100%; height: 100%;  margin-left: calc(6/1920 * 100%); margin-top: 126px;}
.yingyong-main .title {font-size: 5vw;}

.yingyong-main .button {padding: 2% 4%;}

.yingyong-main .container {
	width: 1920px !important;
	height: 499px;
	margin-left: -11px;
}

.yingyong-main .image {
	background: url(../images/salve-semi-conductor.jpg) lightgray 50% / cover no-repeat;
	width: 100%;
	/* Adjust width as needed */
	height: 100%;
	/* Maintain aspect ratio */
}

.yingyong-main .text-container {
	width: 100%;
	height: 100%;
	position: relative;
	/* left: 8.333%; */
	/* Adjust left position as needed */
	top: 4.823%;
	/* Adjust top position as needed */
}

.yingyong-main .title {
	left: 33.593%;
	/* Adjust left position as needed */
	top: 0;
	position: absolute;
	text-align: right;
	font-size: 1.667vw;
	/* Use viewport units for font size */
	/* ... (other styles) */
}

@media (max-width: 768px) {
	.yingyong-main .container {
		width: 80%;
		/* Adjust the width for smaller screens */
		margin-left: auto;
		/* Center the container horizontally */
		margin-right: auto;
	}

	.yingyong-main .image {
		width: 100%;
		/* Adjust width for smaller screens */
	}

	.yingyong-main .text-container {
		left: 5%;
		/* Adjust left position for smaller screens */
		/* ... (other styles) */
	}

	/* ... (other styles for smaller screens) */
}

.yingyong-main .description {
	width: 90%;
	height: 2.64%;
	left: 10%;
	top: 20.48%;
	position: absolute;
	text-align: right;
	color: #1E1E1E;
	font-size: 16px;
	/* Fixed font size in pixels */
	font-family: Source Han Sans CN;
	font-weight: 350;
	word-wrap: break-word;
}

.yingyong-main .subtitle {
	left: 32.12%;
	top: 10.89%;
	position: absolute;
	text-align: right;
	color: #1E1E1E;
	font-size: 16px;
	/* Fixed font size in pixels */
	font-family: Source Han Sans CN;
	font-weight: 350;
	word-wrap: break-word;
}

.yingyong-main .button {
	padding: 1.242% 2.484%;
	left: 83%;
	top: 44.889%;
	position: absolute;
	background: #4EC2BF;
	justify-content: center;
	align-items: center;
	gap: 2.484%;
	display: inline-flex;
}

.yingyong-main .button-text {
	color: #EAEFF2;
	font-size: 20px;
	/* Fixed font size in pixels */
	font-family: Source Han Sans CN;
	font-weight: 500;
	word-wrap: break-word;
}

.yingyong-main .container-1 {
	width: 100%;
	height: 100%;
	/* margin-right: 8.333%;*/
	margin-left: 1%;
}

.yingyong-main .title-1 {
	color: var(--text-color-1, #1E1E1E);
	font-family: Source Han Sans CN;
	font-size: 32px;
	/* Fixed font size in pixels */
	font-weight: 500;
	line-height: normal;
}

.yingyong-main .subtitle-1 {
	color: var(--text-color-1, #1E1E1E);
	font-family: Source Han Sans CN;
	font-size: 16px;
	/* Fixed font size in pixels */
	font-weight: 350;
	line-height: normal;
}

.yingyong-main .content-1 {
	display: flex;
	width: 100%;
	height: 9.841%;
	flex-direction: column;
	color: var(--text-color-1, #1E1E1E);
	font-family: Source Han Sans CN;
	font-size: 16px;
	/* Fixed font size in pixels */
	font-weight: 350;
	line-height: normal;
}

.yingyong-main .button-1 {
	display: inline-flex;
	padding: 2.484% 4.968%;
	justify-content: center;
	align-items: center;
	gap: 2.484%;
	background: var(--c-1, #4EC2BF);
	color: var(--bg-color, #EAEFF2);
	font-family: Source Han Sans CN;
	font-size: 20px;
	/* Fixed font size in pixels */
	font-weight: 500;
	line-height: normal;
	border: none;
}


.image-1 {
	margin-top: 22px;
}

.image-1{
	width: 100%;
	height: 100%;
	flex-shrink: 0;
}

.container-2 {
	display: block;
	position: absolute;
	top: 1170px;
	margin-right: 160px;
	margin-left: 160px;
}

.image-container-2 {
	margin-top: 8%;
	display: flex;
	justify-content: flex-start;
}

.image-2 {
	padding-left: 0;
}

.image-2:not(:first-child) {
	padding-left: 24px;
}

/* 添加后缀 */
.custom-container {
	width: 1600px;
	height: 318px;
	display: block;
	margin-left: 160px;
	margin-right: 160px;
	position: absolute;
	margin-top: 835px;
}

.custom-image {
	width: 1600px;
	height: 100%;
	object-fit: cover;
}

.custom-button {
	display: flex;
	position: absolute;
	width: 300.8px;
	padding: 12px 89px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 6px;
	background-color: var(--c-2, #EAEFF2);
	border: none;
	left: 40.6%;
	top: 215px;
}

.custom-button-text {
	color: var(--text-color-1, #1E1E1E);
	text-align: center;
	font-family: Source Han Sans CN;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.custom-button-description {
	color: var(--text-color-1, #1E1E1E);
	text-align: center;
	font-family: Source Han Sans CN;
	font-size: 16px;
	font-style: normal;
	font-weight: 350;
	line-height: normal;
}

/* 添加后缀 */
.custom-container-2 {
	display: flex;
	margin-top: 30px;
}

.custom-image-container-2 {
	display: flex;
}

.custom-image-2 {
	max-width: 100%;
	height: auto;
}

.custom-section-2 {
	width: 300.79999px;
	height: 100%;
	margin-left: 19px;
	padding-top: 12px;
	padding-bottom: 12px;
	background: #EAEFF2;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 6px;
	display: inline-flex;
	margin-top: 30px;
}

.custom-section-title-2 {
	width: auto;
	height: 29px;
	text-align: center;
	color: #1E1E1E;
	font-size: 24px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	word-wrap: break-word;
}

.custom-section-description-2 {
	text-align: center;
	color: #1E1E1E;
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 350;
	word-wrap: break-word;
}
.header .nav_box .nav_list li {
	color: #414244
}


.blk-xs{width:240px;}
.blk-sm{width:calc(100% - 280px);}
.blk{margin-bottom:  20px;}

.prolist {padding-top: 60px;}

.fdh-01-tit {
	background: #cf2d32;
	/*height: 80px;*/
}

.fdh-01-tit h3 {
	height: 75px;
	font-size: 24px;
	font-weight: normal;
	line-height: 75px;
	color: #fff;
	border-bottom: 1px solid #fff;
	text-align: center;
}

.fdh-01-tit h3 span {
	font-size: 14px;
	text-transform: uppercase;
}

.fdh-01-nav-one h3 {
	height: 50px;
	line-height: 50px;
	background: url(../images/p14-icon5.png) no-repeat right center #ececeb;
	margin-bottom: 2px;
}

.fdh-01-nav-one h3 a {
	display: block;
	font-size: 18px;
	font-weight: normal;
	margin-right: 40px;
	margin-left: 38px;
	color: #666;
}

.fdh-01-nav-one h3.sidenavcur,
.fdh-01-nav-one h3:hover {
	background: url(../images/p14-icon2.png) no-repeat right center  #cf2d32;
}

.fdh-01-nav-one h3.sidenavcur a,
.fdh-01-nav-one h3:hover a{
	color: #fff;
}
.fdh-01-nav dl {
	padding: 2px 0 4px;
}

.fdh-01-nav dt {
	height: 50px;
	font-size: 16px;
	line-height: 50px;
	padding-left: 54px;
	padding-right: 40px;
	margin-bottom: 1px;
	background: #ececec;
	position: relative;
}

.fdh-01-nav dt:after {
	content: "";
	width: 8px;
	height: 8px;
	border: 2px solid #b8b8b8;
	border-style: solid solid none none;
	position: absolute;
	top: 50%;
	right: 32px;
	margin-top: -4px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.fdh-01-nav dt.sidenavcur:after,
.fdh-01-nav dt:hover:after {
	border-color:  #cf2d32;
}

.fdh-01-nav dt.sidenavcur a,
.fdh-01-nav dt:hover a {
	color:  #cf2d32;
}

.fdh-01-nav dd {
	border: 1px solid #ececec;
	border-bottom: 0;
}

.fdh-01-nav p {
	height: 50px;
	font-size: 14px;
	line-height: 50px;
	padding-left: 72px;
	padding-right: 40px;
	border-bottom: 1px solid #ececec;
	background: #fff;
	position: relative;
}

.fdh-01-nav p.sidenavcur a,
.fdh-01-nav p:hover a {
	color:  #cf2d32;
}

.fdh-01-nav p.sidenavcur:after,
.fdh-01-nav p:hover:after {
	background: #eeeeee;
}

.fdh-01-nav a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #666;
}

.cbgg-01 {
	background: #cf2d32;
	text-align: center;
	color: #fff;
}

.cbgg-01-img img {
	width: 100%;
	display: block;
}

.cbgg-01 p {
	padding-top: 15px;
}

.cbgg-01 p img {
	vertical-align: middle;
	margin-right: 5px;
}

.cbgg-01 span {
	display: block;
	font-size: 28px;
	font-weight: bold;
	font-family: Arial;
	padding-bottom: 20px;
	padding-top: 10px;
}


div.nkey {
    width: 400px;
    height: 42px;
    line-height: 40px;
    overflow: hidden;
}

div.nkey a,div.nkey p {
    display: block;
    float: left;
    padding: 0 12px;
    border: 1px solid #cf2d32;
    margin-right: 10px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
}
.cplb-1n-ts-01-tit {
	height: 40px;
	border-bottom: 2px solid #d4d4d4;
	margin-bottom: 18px;
}

.cplb-1n-ts-01-tit h3 {
	height: 40px;
	display: inline-block;
	font-size: 24px;
	font-weight: normal;
	line-height: 40px;
	padding-right: 24px;
	border-bottom: 2px solid #eeeeee;
}

.cplb-1n-ts-01 dl {
	border: 1px solid #dedede;
	margin-bottom: 15px;
	padding: 15px 0 18px 0;
	background: #fff;
	display: inline-block;
	width: 100%;
}

.cplb-1n-ts-01 dl:hover {
	border: 1px solid  #cf2d32;
}

.cplb-1n-ts-01 dt {
	width: 30%;
	float: left;
	margin-right: 5.5%;
	margin-left: 20px;
}
.y222 {
margin: 0 auto;
margin-bottom: 20px;
}
.cplb-1n-ts-01 dt img {
	width: 100%;
	margin: 0 auto;
	display: block;
}

.cplb-1n-ts-01 dd {
	padding-right: 4.5%;
}

.cplb-1n-ts-01 dd h4 {
	height: 52px;
	font-weight: normal;
	font-size: 18px;
	color: #154c64;
	line-height: 48px;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.cplb-1n-ts-01 h4 a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-bottom: 4px;
	/* background: url(../images/p15-icon1.png) repeat-x left bottom; */
	border-bottom: 2px solid #999;
	font-size: 24px;
	font-weight: 700;
	color: #242424;
}

.cplb-1n-ts-01 dl:hover h4 a {
	color:  #cf2d32;
}

.cplb-1n-ts-01-list-desc {
	max-height: 84px;
	font-size: 14px;
	line-height: 28px;
	color: #626262;
	overflow: hidden;
	margin-bottom: 20px;
}

.cplb-1n-ts-01-list-deta {
	float: right;
	width: 125px;
	height: 40px; 
	display: inline-block;
	border: 1px solid #aaa;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
}
.cplb-1n-ts-01-list-deta a { color: #242424;}

.cplb-1n-ts-01 dl:hover .cplb-1n-ts-01-list-deta {
	background:  #cf2d32;
	border-color:  #cf2d32;
}

.cplb-1n-ts-01 dl:hover .cplb-1n-ts-01-list-deta a {
	color: #fff;
}

.cp-tit {
        padding-left: 20px;
        line-height: 58px;
        position: relative;
        overflow: hidden;
    }
    
    .cp-tit span {
        font-size: 22px;
        color: #cf2d32;
        font-weight: bold;
    }
    
    .cp-tit em {
        font-size: 16px;
        font-weight: normal;
        color: #666;
        text-transform: uppercase;
        padding-left: 10px;
        font-style: normal;
    }
    
    .cp-tit:before {
        position: absolute;
        content: "";
        width: 8px;
        height: 30px;
        background-color: #cf2d32;
        left: 0;
        top: 14px;
    }
.contact_box4 button { display: block; background: none; border: 0; margin: 20px auto; width: 128px;}

.cate-list { border-bottom: 1px solid #ddd; background-color: #eee;}
.cate-list .cate-list-box { width: 90%; margin: 0 auto; text-align: center;}
.cate-list .cate-list-box a {display: inline-block;line-height: 30px; padding: 20px 60px; font-size: 20px; font-weight: 700; color: #242424;}
.cate-list .cate-list-box a:hover { background-color: #cf2d32; color: #fff;}
.cate-list .cate-list-box a.cur { background-color: #cf2d32; color: #fff;}


@font-face {
  font-family: "iconfont"; /* Project id 4351665 */
  src: url('fonts/iconfont.woff2?t=1702885332428') format('woff2'),
       url('fonts/iconfont.woff?t=1702885332428') format('woff'),
       url('fonts/iconfont.ttf?t=1702885332428') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-you:before {
  content: "\e60b";
}

.matter { padding-top: 60px;}
.matter .item {
    background: #FFFFFF;
    transition: 0.7s;
}

.matter .item:not(:last-child) {
    margin: 0 0 15px;
}

.matter .item .show {
    height: 80px;
    background: #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 60px;
    transition: 0.7s;
    cursor: pointer;
}

.matter .item .show p {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    transition: 0.7s;
}

.matter .item .show .iconfont {
    font-size: 18px;
    color: #000;
    opacity: 0.3;
    font-weight: bold;
    transition: 0.7s;
}

.matter .item .hide {
    overflow: hidden;
    display: none;
}

.matter .item .hide .joke {
    margin: 40px 60px 70px;
}

.expense .wrap .content .matter .item .hide .joke table {
    width: 100%;
    border: 1px solid #EDEDED;
}

.matter .item .hide .joke table tr td {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    height: 40px;
    border-top: 1px solid #EDEDED;
    text-align: center;
}

.matter .item .hide .joke table tr:first-child td {
    color: #cf2d32;
    font-size: 18px;
}

.matter .item .hide .joke h1 {
    font-size: 18px;
    font-weight: 700;
    color: #333333;
    margin: 0 0 10px;
}

.matter .item .hide .joke .cont { margin-bottom: 10px;}

.matter .item .hide .joke p {
    font-size: 16px;
    font-weight: 400;
    color: #111111;
    line-height: 36px;
}

.matter .item.on {
    box-shadow: 0px 0px 20px 0px rgba(3, 28, 123, 0.05);
}

.matter .item.on .show {
    background: #cf2d32;
}

.matter .item.on .show p {
    color: #fff;
}

.matter .item.on .show .iconfont {
    color: #fff;
    opacity: 1;
    transform: rotate(90deg);
}

@media only screen and (min-width: 100px) and (max-width: 1440px) {
	
}

@media only screen and (min-width: 100px) and (max-width: 1280px) {
	

@media only screen and (min-width: 100px) and (max-width: 1000px) {
	
}

@media only screen and (min-width: 100px) and (max-width: 768px) {
	.blk-xs { width: 100%;}
	.blk-sm { width: 100%;}
}

@media only screen and (min-width: 100px) and (max-width: 575px) {
	.cplb-1n-ts-01 dt { width: 100%; float: none; margin: 0; padding: 30px;}
	.cplb-1n-ts-01 dd { padding: 0 30px;}
	.cplb-1n-ts-01 h4 a { font-size: 16px;}
	.footer .logo_box a { text-align: center;}
	.footer .media {justify-content: center!important;}
	.footer .right_copy { text-align: center;}
}


