@charset "utf-8";
body,html{min-width:1400px; margin:0 auto}

/************************首页************************/
.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;
}
	.dropdown {
		position: relative;
	}

	.dropdown-menu {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 1;
	}

	.dropdown:hover .dropdown-menu {
		display: block;
	}
	.header .nav_box .nav_list li:nth-child(1) a {
	font-weight: bold;
	color: #44BCB9;
}
.footer {
	padding-top: 80px;
}
.swiper-pagination {
	outline: none;
}
@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: #44BCB9;
	margin: 30px 0 25px;
	font-style: italic;
}

.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")/*tpa=https://www.feejoy.com/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:
}



.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: #44BCB9;
}

.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;
}


.title_box {
	text-align: center;
}

.title_box h2 {
	font-size: 34px;
	font-weight: 400;
	line-height: 1.4em;
	color: #44BCB9;
}

.title_box h3 {
	font-size: 22px;
	font-weight: 300;
	line-height: 1.4em;
	color: #333333;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
}



.title_box.left {
	text-align: left;
}

.title_box.white h3 {
	color: #fff;
}

.index_product {
	padding-top: 5.7%;
	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% / 5 - 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;
}



.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;
}


.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: #44BCB9;
	/*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;
}

.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%);
	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")/*tpa=https://www.feejoy.com/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;
}


.index_solve {
	padding: 6% 0 11.5%;
	background: url("../images/solve_bg.jpg")/*tpa=https://www.feejoy.com/images/solve_bg.jpg*/ no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
}



.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);
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.index_solve .solve_swiper .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background: #44BCB9;
	border-radius: 50%;
	opacity: 1;
	margin: 0 50px;
	position: relative;
}



.index_solve .solve_swiper .swiper-pagination-bullet:after {
	width: 16px;
	height: 16px;
	border: 1px solid #44BCB9;
	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 #44BCB9;
}



.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: #44BCB9;
}


.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")/*tpa=https://www.feejoy.com/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: #44BCB9;
	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: #44BCB9;
}

.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: #ffffff;
}

.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")/*tpa=https://www.feejoy.com/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")/*tpa=https://www.feejoy.com/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%;
}



.advantage {
	padding-top: 4.5%;
}


.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;
}



.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;
}



.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;
}


.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")/*tpa=https://www.feejoy.com/images/index_news.png*/ no-repeat center top;
	background-size: cover;
}


.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%;
}



.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: #F1F7F7;
	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 #44BCB9;
	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);
}


.index_news .text_box li .text h4 {
	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 h5 {
	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;
}


.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")/*tpa=https://www.feejoy.com/images/name.png*/;
}

.form .input_box .input_wrap input.email {
	background-image: url("../images/email.png")/*tpa=https://www.feejoy.com/images/email.png*/;
}

.form .input_box .input_wrap input.tel {
	background-image: url("../images/tel.png")/*tpa=https://www.feejoy.com/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")/*tpa=https://www.feejoy.com/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: #44BCB9;
	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: #44BCB9;
	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: #44BCB9;
	color: #fff;
	border-radius: 2px;
	cursor: pointer;
	font-size: 14px;
	border: none;
	display: block;
	outline: none;
}

/************************首页************************/
/************************走进飞卓************************/
/************品牌故事************/
.story {
	padding: 8.2% 0 0;
	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;
}

.story .edit img {
	max-width: 1084px;
	width: 90%;
	margin: 4% auto 0;
	display: block;
}

.story  .story_list .img_box img{	margin: 0;}

.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: #44BCB9;
	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")/*tpa=https://www.feejoy.com/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);
}


/************品牌故事************/
/************发展历程************/
.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%;
}


.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;
}

.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: #44BCB9;
}

.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: #44BCB9;
}

.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 #44BCB9;
	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: #44BCB9;
}

.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: #44BCB9;
}


/************发展历程************/
/************资质证书************/
.certify {
	position: relative;
	padding: 6.7% 0 8.75%;
}

.certify .tab_list {
	margin: 4% 0 3%;
}


.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: #44BCB9;
	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.svg")/*tpa=https://www.feejoy.com/images/arrow_right2.svg*/;
	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;
}


.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")/*tpa=https://www.feejoy.com/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;
}


.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; font-weight:bold;
}

.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;
}


/************************产品中心************************/
/************************产品列表************************/
.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")/*tpa=https://www.feejoy.com/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)
}


.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;
}


.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: #44BCB9;
	letter-spacing: 0.1em;
}



.main_pro_box2 img {
	width: 100%;
}

.main_pro_box {
	background: #35404C;
	position: relative;
}

.main_pro {
	padding: 20px 0 10px;
	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;
}



/************************产品详情************************/
/************************新闻************************/
.news_type ul {
	display: flex;
	align-items: center;
	border: 1px solid #44BCB9;
	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;
}


.news_type ul li.active a {
	color: #44BCB9;
}

.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;
}



.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;
}

.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:hover h4 {
	color: rgb(68, 188, 185)
}

.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 rgb(68, 188, 185);
	background: rgb(68, 188, 185);
	color: #fff;
}

.news_list ul li .btn_box .more i {
	width: 28px;
	height: 4px;
	display: block;
	background: url("../images/more.png")/*tpa=https://www.feejoy.com/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")/*tpa=https://www.feejoy.com/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: #44BCB9;
	border: 1px solid #CCCCCC;
	color: #fff;
}

.page a:hover {
	background: #44BCB9;
	color: #fff;
}

.page a.more {
	background: #fff !important;
	color: #333 !important;
	cursor: default;
	border: 1px solid #fff;
}

.page a.next {
	background: url("../images/arrow_right.png")/*tpa=https://www.feejoy.com/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;
}

.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 span {
	font-size: 24px;
	line-height: 1.375em;
	color: #666666;
	display: block;
	padding-bottom: 2em;
	max-width: 1000px;
	border-bottom: 1px solid #DADADA;
}



.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: 5.2% 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: rgb(68, 188, 185)
}

.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;
}


.new_detail .btn_box:hover .more {
	border: 1px solid rgb(68, 188, 185);
	background: rgb(68, 188, 185);
	color: #fff;
}

.new_detail .btn_box .more i {
	width: 28px;
	height: 4px;
	display: block;
	background: url("../images/more.png")/*tpa=https://www.feejoy.com/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")/*tpa=https://www.feejoy.com/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")/*tpa=https://www.feejoy.com/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")/*tpa=https://www.feejoy.com/images/behavior01_bg.png*/ no-repeat center center;
	background-size: 100% 100%;
}

.industry_list .img_box.right .shadow {
	background: url("../images/behavior03_bg.png")/*tpa=https://www.feejoy.com/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: #44BCB9;
	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%;
}


/************************行业应用************************/
/************************行业应用-详情************************/
.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;
}



.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;
}


.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;
}

.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;
}


.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;
}



.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;
}


.solve_box a {
	display: block;
	position: relative;
}

.solve_box .img_box {
	position: relative;
	z-index: 1;
}

.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")/*tpa=https://www.feejoy.com/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 !important;
	font-weight: 400;
	line-height: 1.4em;
	color: #FFFFFF !important;
	padding-bottom: 0.5em;
}
.solve_box .text_box h4 font {	font-size: 30px !important;
	font-weight: 400;
	line-height: 1.4em;
	color: #FFFFFF !important;
	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;
}



/************************解决方案************************/
/************************解决方案-详情页************************/
.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 #44BCB9;
	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")/*tpa=https://www.feejoy.com/images/contact_box1_ling.png*/ no-repeat center bottom;
	background-size: 99% 100%;
	padding: 0 2.4%;
}


.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;
}



.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")/*tpa=https://www.feejoy.com/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;
}


.contact_box4 .sub_btn:hover {
	background: rgb(68, 188, 185);
	border: 1px solid rgb(68, 188, 185);
	/*color: rgb(68, 188, 185)*/
}

.contact_box4 .sub_btn i {
	width: 28px;
	height: 4px;
	display: block;
	background: url("../images/more2.png")/*tpa=https://www.feejoy.com/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: rgb(68, 188, 185)
}

.search_title h4 {
	font-size: 30px;
	font-weight: 300;
	line-height: 3.1em;
	color: #666
}



.search_title {
	width: 90%;
	margin: 0 auto;
}

.search .search_title h4 {
	color: rgb(68, 188, 185)
}

.pro_search {
	padding-top: 3%;
}

.pro_search .product_list .product_type_content ul {
	justify-content: flex-start;
}

/************************搜索************************/
.product_detail_banner {
	background: #EBF0F4;
}

.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;
	border: 1px solid #44BCB9;
border-radius: 17px;
background: #fff;
}

.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;
}


#newBridge .icon-right-bottom {
	right: 0px !important;
	bottom: 50px !important;
}
.pc-froup-newStyle-backimg{ 
	background-image: url("../images/feidundun.gif")/*tpa=https://www.feejoy.com/images/feidundun.gif*/ !important; 
}

#newBridge .nb-customer-icon-style .nb-icon-groups {
	background-image: url("../images/feidundun.gif")/*tpa=https://www.feejoy.com/images/feidundun.gif*/;
	border: 1px solid transparent !important;
	background: transparent !important;
}

#newBridge .nb-icon-inner-wrap {
	height: 110px !important;
	background-image: url("../images/feidundun.gif")/*tpa=https://www.feejoy.com/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;
}

.pages{ text-align:right;width:90%; padding-bottom:5%; margin:0 auto}
.pages strong{ color:#ffffff; background:#44BCB9; padding:10px;}
.wow.fadeInUp20.animated.prcs {
  width: 100%;
}
.icon_list {
  width: auto;
  display: inline-block;
  float: left;
}
.parameter .parameter_list dl.cs_other{width:100%;display: block;}
.relative.series_content .swiper-container {
  padding: 53px 0 30px;
}
.relative.series_content {
  width: 90%;
  margin: 0 auto;
    margin-bottom: 0px;
  padding: 0;
  margin-bottom: 5.2%;
  position: relative;
  z-index: 2;
}
.story .edit{color: rgb(127, 127, 127);}
.story .edit p{ color:#44BCB9;}
.s_btn{ background:none;}
.s_btn:hover{ color:#000000}
.contact-wrapper{width:90%; margin:0 auto}
.contact_us_map{width:90%; margin:0 auto; margin-top:20px; margin-bottom:20px;}
.common-container .contact-wrapper {
	margin: 50px 0;
	display: flex;width:1280px; margin:0 auto;
}
.common-container .contact-wrapper .contact-left {
	padding: 52px 60px;
	width: 440px;
	background: #f2f2f2
}
.common-container .contact-wrapper .contact-left .title {
	font-size: 30px;
	font-weight: 700;
	color: #4c4c4c
}
.common-container .contact-wrapper .contact-left ul {
	margin-top: 30px
}
.common-container .contact-wrapper .contact-left ul li {
	margin: 16px 0;
	color: #4c4c4c;
	line-height: 24px
}
.common-container .contact-wrapper .contact-left ul li .contact-way {
	font-size: 18px;
	font-weight: 700
}
.common-container .contact-wrapper .contact-left ul li .contact-info {
	font-size: 16px
}
.common-container .contact-wrapper .contact-left ul li .contact-num {
	font-size: 20px;
	margin-top: 10px
}
.common-container .contact-wrapper .contact-main {
	margin-left: 20px;
	flex: 1
}
.common-container .contact-wrapper .contact-main .send-inquiry .inquiry-form {
	position: relative;
	display: flex;display: inline-flex; display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-left: 30px
}
.contact_nei_title{width:1280px; margin:0 auto}
.send-inquiry .inquiry-form input, .send-inquiry .inquiry-form textarea {
	padding-right: 40px;
	transition: .3s
}
.send-inquiry .inquiry-form input::-webkit-input-placeholder, .send-inquiry .inquiry-form textarea::-webkit-input-placeholder {
color:#4c4c4c;
-webkit-transition:.3s;
transition:.3s;
transform-origin:top left
}
.send-inquiry .inquiry-form input::-moz-input-placeholder, .send-inquiry .inquiry-form textarea::-moz-input-placeholder {
color:#4c4c4c
}
.send-inquiry .inquiry-form input::-ms-input-placeholder, .send-inquiry .inquiry-form textarea::-ms-input-placeholder {
color:#4c4c4c
}
.send-inquiry .inquiry-form input:focus::-webkit-input-placeholder, .send-inquiry .inquiry-form textarea:focus::-webkit-input-placeholder {
transform:scale(.8) translate(2px, -14px)
}
.send-inquiry .inquiry-form input:focus, .send-inquiry .inquiry-form textarea:focus {
	border-color: #00b1a7
}
.send-inquiry .inquiry-form input {
	position: relative;
	width: 49%;
	height: 50px;
	margin-bottom: 30px
}
.send-inquiry .inquiry-form input, .send-inquiry .inquiry-form textarea {
	box-sizing: border-box;
	padding-left: 20px;
	border: 1px solid #d5d5d5;
	outline: 0
}
.send-inquiry .inquiry-form textarea {
	padding-top: 20px;
	width: 100%;
	height: 250px;
	resize: none
}
.send-inquiry .inquiry-form .input-error {
	border: 1px solid #f77
}
.send-inquiry .inquiry-form #in-company {
	background: url(../images/company.png) no-repeat;
	background-size: 26px 26px;
	background-position: right 10px top 12px
}
.send-inquiry .inquiry-form #username{
	background: url(../images/user.png) no-repeat;
	background-size: 26px 26px;
	background-position: right 10px top 12px
}
.send-inquiry .inquiry-form #in-title {
	width: 100%;
	background: url(../images/title.png) no-repeat;
	background-size: 26px 26px;
	background-position: right 10px top 12px
}
.send-inquiry .inquiry-form #in-phone {
	background: url(../images/phone.png) no-repeat;
	background-size: 24px 24px;
	background-position: right 10px top 12px
}
.send-inquiry .inquiry-form #email{
	background: url(../images/email.png) no-repeat;
	background-size: 24px 24px;
	background-position: right 10px top 12px
}
.send-inquiry .inquiry-form #textarea {
	background: url(../images/pencil.png) no-repeat;
	background-size: 20px 20px;
	background-position: right 10px top 15px
}
.send-inquiry .send-btn {
	width: 216px;
	height: 47px;
	border: 1px solid #4c4c4c;
	display: flex;display: inline-flex; display: -webkit-flex;
	align-items: center;
	margin: 50px auto;
	box-sizing: border-box
}
.send-inquiry .send-btn .span:first-child {
	display: flex;display: inline-flex; display: -webkit-flex;
	justify-content: center;
	align-items: center;
	flex: 1;
	font-weight: 700;
	color: #4c4c4c;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none; margin-bottom:0;
}
.send-inquiry .send-btn .span:nth-child(2) {
	height: 100%;
	width: 47px;
	display: flex;display: inline-flex; display: -webkit-flex;
	justify-content: center;
	align-items: center;
	border-left: 1px solid #4c4c4c; display:none
}
.send-inquiry .send-btn .span:nth-child(2) em, .send-inquiry .send-btn .span:nth-child(2) i {
	color: #707070;
	transform: scale(1.7)
}
.send-inquiry .send-btn:hover {
	cursor: pointer;
	border: 1px solid #00b1a7
}
.send-inquiry .send-btn:hover .span:first-child {
	color: #fff;background: #4280b1;
}
.send-inquiry .send-btn:hover .span:nth-child(2) {
	border: none
}
.send-inquiry .send-btn:hover .span:nth-child(2) em, .send-inquiry .send-btn:hover .span:nth-child(2) i {
	color: #fff;background: #4280b1;
}
.contact-wrapper{ padding-top:50px;}
.send-inquiry .subbtton{ background:none; border:none}
.send-inquiry input.subbtton{border:none;margin-bottom:0;}
.common-container.Contact.Us {
  margin: 0 auto;
}
.common-container.Contact.Us .contact-wrapper{width:90%}
#dituContent {
  width: 100% !important;
  height: 300px !important;
}
/*弹出框search*/
.container-fluid {
	margin-right: auto;
	margin-left: auto
}
.container-fluid::before{display: table;
content: " ";
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal {
    top: 40%;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
}
.modal-lg {
    width: 900px;
}

.fade.in {
    opacity: 1;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    width: 600px;
    margin: 30px auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
}
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}
.bs-example-modal-lg-search .row {
    padding: 20px;
}
.row::before {
    display: table;
    content: " ";
}
.col-lg-10 {
    width: 100%; margin:0 auto;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group-btn > .btn {
    position: relative;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.modal-lg  .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
	border: 1px solid #ccc;
    border-radius: 4px;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
		margin-top:0px
}
button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button, select {
    text-transform: none;
}
button {
    overflow: visible;
}
button, input, optgroup, select, textarea {
    margin: 0;
        margin-bottom: 0px;
        margin-left: 0px;
    font: inherit;
        font-family: inherit;
        font-weight: inherit;
        font-size: inherit;
        line-height: inherit;
    color: inherit;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background:rgba(0,0,0,0.6);
	z-index:999
}
.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}
.modal-lg {
    width: 900px;
	 margin:0 auto
}
.modal-dialog {
    margin: 30px auto;
    position: relative;
	z-index:99999
}

.modal-dialog .row {
    padding: 20px;
}

.social-icons{ float:left; padding-left:20px; padding-top:7px; text-align:right}
.glyphicon.glyphicon-search i {
  font-size: 16px;
  padding-right: 10px;

  padding-left: 10px;
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.glyphicon {
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
}
.glyphicon-menu-right::before {
    content: "\e258";
}
.view-html .container-fluid {
    padding-right:0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto
}
.glyphicon {
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
}
.swiper-button-next, .swiper-button-prev {
    cursor: pointer;
}
[role="button"] {
    cursor: pointer;
}
::after, ::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.glyphicon-menu-left::before {
    content: "\e257";
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.glyphicon-menu-right::before {
    content: "\e258";
}
::after, ::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}
.fa-search{ background:url(../images/search.png) no-repeat center center; font-size:0;width: 40px;
height: 40px;}
.fa-search::before {
content:none !important;
}
.banner_box.searchbox img {
  width: 100%;
 height: 300px !important;
  display: block;
  object-fit: cover;
}
.searvh_content{width:90%; margin:0 auto}
.product_page .fa-search{ background:url(../images/search1.png) no-repeat center center; font-size:0;width: 40px;
height: 40px;}
body,html{min-width:1280px;}
.news_list_down{width: 90%;
margin: 0 auto;
padding: 47px 0;}
.news_list_down .text{ line-height:45px; font-size:40px; border-bottom:1px solid #efefef; margin-bottom:20px;}
.news_list_down .text #att{ float:right;width:150px;height:40px; background:#44BCB9; color:#ffffff; border-radius:100px; display:inline-block; text-align: center}
.news_list_down .text .downf{ float:right;width:150px;height:40px; background:#44BCB9; color:#ffffff; border-radius:100px; display:inline-block; text-align: center; display:none}
.news_list_down .title{ background:url(../images/down.gif) no-repeat left center; padding-left:20px;}
#pro_infor{width:40%; float:left}
#pro_infor img{max-width:100%}
#pro_baseinfo{width:55%; float:left; margin-left:5%}
.clear{ clear:both}
.downfn a{width:150px;height:40px; background:#44BCB9; color:#ffffff; border-radius:100px; display:inline-block; text-align: center; line-height:40px;}
#pro_baseinfo li{ line-height:50px;}