@charset "utf-8";

.newproduct {
	position: relative;
}

.newproduct .product {
	width: 374px;
	transition: all 0.3s ease;
	transform-origin: center;
}

.newproduct .product:hover {
	transform: scale(1.05);
}

.newproduct .title {
	font-size: 26px;
}

.newproduct .desc {
	font-size: 14px;
	top: 29%;
}

.sologan .sg1 {
	font-size: 58px;
}

.sologan .sg2 {
	font-size: 30px;
	width: 33%;
}

.sologan .feefaan {
	right: 18%;
	height: auto;
	position: absolute;
	text-align: center;
	top: 20%;
}

.sologan .feefaan .phonetxt {
	font-size: 18px;
}

.sologan .feefaan .phone {
	font-size: 30px;
}

.sologan .feefaan .feeurl {
	width: 236px;
	margin-top: 14px;
	height: 52px;
	line-height: 52px;
	border-radius: 4px;
	background: #FF850C;
	font-size: 18px;
	color: #FFFFFF;
}

.eyou_banner {
	width: 100%;
	height: 700px;
	margin: 94px auto 0;
	position: relative;
}

.eyou_banner .swiper-container {
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

.eyou_banner .swiper-container .swiper-slide {
	height: 100%;
	overflow: hidden;
	position: relative;
}

.eyou_banner .swiper-container .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.eyou_banner .ba_control {
	width: 100%;
	height: 94px;
	position: absolute;
	left: 0;
	bottom: -47px;
	z-index: 1;
}

.ba_control::before {
	content: '';
	display: block;
	width: 26%;
	height: 100%;
	background-color: #2e3643;
}

.bacontrol_main {
	height: 100%;
	margin: -94px auto 0;
	position: relative;
	z-index: 1;
}

.bacontrol_main i {
	display: block;
	width: 180px;
	height: 1px;
	background-color: #ddd;
	position: absolute;
	left: 100px;
	top: 50%;
	z-index: 11;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.eyou_banner .swiper-pagination {
	width: 320px;
	height: 94px;
	margin-left: 160px;
	padding: 39px 0 39px 120px;
	background-color: #fff;
	position: relative !important;
	left: inherit !important;
	top: inherit !important;
	right: inherit !important;
	bottom: inherit !important;
}

.eyou_banner .swiper-pagination .swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	border: 1px solid #2e3643;
	border-radius: 50%;
	opacity: 0.3;
	background: none;
	margin: 0 6px;
	padding: 4px;
}

.eyou_banner .swiper-pagination .swiper-pagination-bullet::before {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	background-color: #2e3643;
	border-radius: 50%;
}

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

.eyou_banner .swiper-button-prev,
.eyou_banner .swiper-button-next {
	width: 40px !important;
	height: 40px !important;
	margin: 27px 0;
	position: inherit !important;
	left: inherit !important;
	top: inherit !important;
	right: inherit !important;
	bottom: inherit !important;
	opacity: 0.4;
	float: left;
}

.eyou_banner .swiper-button-prev {
	background: url(../images/prev01.png) center center no-repeat;
	background-size: 40px 40px;
}

.eyou_banner .swiper-button-next {
	background: url(../images/next01.png) center center no-repeat;
	background-size: 40px 40px;
}

.eyou_banner .swiper-button-prev:hover {
	background: url(../images/prev01.png) center center no-repeat;
	background-size: 40px 40px;
	opacity: 1;
}

.eyou_banner .swiper-button-next:hover {
	background: url(../images/next01.png) center center no-repeat;
	background-size: 40px 40px;
	opacity: 1;
}

@media (max-width:1800px) {
	.sologan .sg2 {
		width: 40%;
	}

	.sologan .feefaan {
		right: 15%;
		top: 20%;
	}
}

@media (max-width:1680px) {
	.eyou_banner {
		height: 620px;
	}

	/* .eyou_banner .swiper-container .swiper-slide img {
		width: 1700px;
		height: 620px;
		margin: -310px 0 0 -850px;
	} */

	.sologan .sg2 {
		width: 40%;
	}

	.sologan .feefaan {
		right: 12%;
		top: 20%;
	}
}

@media (max-width:1800px) {
	.newproduct .product {
		width: 334px;
	}
}

@media (max-width:1600px) {
	.newproduct .product {
		width: 304px;
	}

	.eyou_banner {
		height: 600px;
	}

	/* .eyou_banner .swiper-container .swiper-slide img {
		width: 1646px;
		height: 600px;
		margin: -300px 0 0 -823px;
	} */

	.sologan .sg2 {
		width: 40%;
	}

	.sologan .feefaan {
		right: 10%;
		top: 20%;
	}
}

@media (max-width:1560px) {
	.newproduct .product {
		width: 294px;
	}

	.eyou_banner {
		height: 570px;
	}

	/* .eyou_banner .swiper-container .swiper-slide img {
		width: 1564px;
		height: 570px;
		margin: -285px 0 0 -782px;
	} */
}

@media (max-width:1440px) {
	.sologan .sg2 {
		width: 40%;
	}

	.sologan .feefaan {
		right: 8%;
		top: 20%;
	}

	.newproduct .product {
		width: 274px;
	}

	.eyou_banner {
		height: 530px;
		margin: 80px auto 0;
	}

	/* .eyou_banner .swiper-container .swiper-slide img {
		width: 1454px;
		height: 530px;
		margin: -265px 0 0 -727px;
	} */

	.eyou_banner .ba_control {
		height: 80px;
		bottom: -40px;
	}

	.bacontrol_main {
		margin: -80px auto 0;
	}

	.eyou_banner .swiper-pagination {
		width: 320px;
		height: 80px;
		margin-left: 160px;
		padding: 32px 0 32px 120px;
	}

	.eyou_banner .swiper-button-prev,
	.eyou_banner .swiper-button-next {
		margin: 20px 0;
	}
}

@media (max-width:1366px) {
	.eyou_banner {
		height: 504px;
	}

	.newproduct .product {
		width: 254px;
	}

	.sologan .sg2 {
		width: 50%;
	}

	.sologan .feefaan {
		right: 5%;
	}

	/* .eyou_banner .swiper-container .swiper-slide img {
		width: 1382px;
		height: 504px;
		margin: -252px 0 0 -691px;
	} */

	.eyou_banner .swiper-pagination {
		width: 300px;
		padding: 32px 0 32px 100px;
	}

	.bacontrol_main i {
		width: 160px;
	}
}

@media (max-width:1280px) {
	.sologan .sg2 {
		width: 50%;
	}

	.sologan .feefaan {
		right: 3%;
	}

	.eyou_banner {
		height: 468px;
	}

	.newproduct .product {
		width: 234px;
	}

	/* .eyou_banner .swiper-container .swiper-slide img {
		width: 1284px;
		height: 468px;
		margin: -234px 0 0 -642px;
	} */
}

@media (max-width:1200px) {
	.sologan .sg2 {
		width: 50%;
	}

	.sologan .feefaan {
		position: inherit;
		right: unset;
		background: #151c28 url(../images/footbg.png) center center no-repeat;
		display: flex;
		justify-content: space-evenly;
		padding-top: 20px;
	}

	.eyou_banner {
		height: 442px;
	}

	.newproduct .product {
		width: 214px;
	}

	/* .eyou_banner .swiper-container .swiper-slide img {
		width: 1212px;
		height: 442px;
		margin: -221px 0 0 -606px;
	} */

	.eyou_banner .ba_control {
		height: 60px;
		bottom: -30px;
	}

	.bacontrol_main {
		margin: -60px auto 0;
	}

	.bacontrol_main i {
		width: 140px;
	}

	.eyou_banner .swiper-pagination {
		width: 260px;
		height: 60px;
		margin-left: 120px;
		padding: 22px 0 22px 120px;
	}

	.eyou_banner .swiper-button-prev,
	.eyou_banner .swiper-button-next {
		margin: 10px 0;
	}
}

@media (max-width:1080px) {
	.sologan .sg2 {
		width: 50%;
	}

	.eyou_banner {
		height: 400px;
	}

	.newproduct .product {
		width: 200px;
	}

	/* .eyou_banner .swiper-container .swiper-slide img {
		width: 1098px;
		height: 400px;
		margin: -200px 0 0 -549px;
	} */
}

@media (max-width:920px) {
	.sologan .sg2 {
		width: 80%;
	}

	.bacontrol_main i {
		width: 120px;
	}

	.newproduct .product {
		width: 180px;
	}

	.newproduct .title {
		font-size: 26px;
	}

	.newproduct .desc {
		font-size: 12px;
		top: 33%;
	}

	.eyou_banner .swiper-pagination {
		width: 240px;
		height: 60px;
		margin-left: 120px;
		padding: 22px 0 22px 100px;
	}
}

@media (max-width:820px) {
	.eyou_banner {
		height: 344px;
	}

	.newproduct .product {
		width: 160px;
	}

	/* .eyou_banner .swiper-container .swiper-slide img {
		width: 944px;
		height: 344px;
		margin: -172px 0 0 -472px;
	} */

	.bacontrol_main i {
		width: 100px;
		left: 80px;
	}

	.eyou_banner .swiper-pagination {
		width: 180px;
		height: 60px;
		margin-left: 120px;
		padding: 22px 0 22px 60px;
	}
}

@media (max-width:767px) {
	.eyou_banner {
		height: 180px;
		margin: 60px auto 0;
	}

	.newproduct .product {
		width: 140px;
	}

	.newproduct .title {
		font-size: 20px;
	}

	.newproduct .desc {
		font-size: 12px;
		/*top:34%;*/
	}

	/* .eyou_banner .swiper-container .swiper-slide img {
		width: 494px;
		height: 180px;
		margin: -90px 0 0 -247px;
	} */

	.eyou_banner .ba_control {
		height: 40px;
		bottom: -20px;
	}

	.ba_control::before {
		width: 32%;
	}

	.bacontrol_main {
		margin: -40px auto 0;
	}

	.bacontrol_main i {
		width: 60px;
	}

	.eyou_banner .swiper-pagination {
		width: 140px;
		height: 40px;
		margin-left: 100px;
		padding: 12px 0 12px 40px;
	}

	.eyou_banner .swiper-button-prev,
	.eyou_banner .swiper-button-next {
		margin: 0;
	}
}

@media (max-width:700px) {
	.sologan .sg1 {
		width: 90%;
		font-size: 50px;
	}

	.sologan .sg2 {
		width: 90%;
	}

	.newproduct .product {
		width: 110px;
	}

	.newproduct .title {
		font-size: 20px;
	}

	.newproduct .desc {
		font-size: 10px;
		/*top:34%;*/
	}
}

@media (max-width:600px) {
	.newproduct .product {
		width: 100px;
	}

	.newproduct .title {
		font-size: 20px;
	}

	.newproduct .desc {
		font-size: 8px;
		/*top:34%;*/
	}

	.sologan .sg1 {
		width: 100%;
		font-size: 44px;
	}

	.sologan .sg2 {
		width: 100%;
		font-size: 22px;
	}
}

@media (max-width:500px) {
	.eyou_about {
		display: block;
	}

	.newproduct .product {
		width: 90px;
	}

	.newproduct .title {
		font-size: 18px;
	}

	.newproduct .desc {
		font-size: 7px;
		/*top:34%;*/
	}

	.sologan .sg1 {
		font-size: 36px;
	}

	.sologan .sg2 {
		font-size: 20px;
	}

	.sologan .feefaan .phonetxt {
		font-size: 12px;
	}

	.sologan .feefaan .phone {
		font-size: 24px;
	}

	.sologan .feefaan .feeurl {
		width: 160px;
		height: 46px;
		line-height: 46px;
		margin-top: 10px;
	}
}

@media (max-width:390px) {
	.sologan .feefaan .feeurl {
		width: 130px;
	}

	.sologan .sg1 {
		font-size: 34px;
	}

	.sologan .sg2 {
		font-size: 18px;
	}

	.eyou_banner {
		height: 160px;
	}

	.newproduct .product {
		width: 70px;
	}

	.eyou_about {
		display: block;
	}

	/* .eyou_banner .swiper-container .swiper-slide img {
		width: 440px;
		height: 160px;
		margin: -80px 0 0 -220px;
	} */
}

@media (max-width:320px) {
	.eyou_banner {
		height: 140px;
	}

	/* .eyou_banner .swiper-container .swiper-slide img {
		width: 384px;
		height: 140px;
		margin: -70px 0 0 -192px;
	} */

	.ba_control::before {
		width: 40%;
	}
}

.eyou_products {
	overflow: hidden;
	padding: 127px 0 50px;
	background-color: #fff;
}

.eyou_products .eyoupro_main {
	margin: 0 auto;
}

.eyoupro_title {
	margin: 0 auto 40px;
	position: relative;
}

.eyoupro_title span {
	display: block;
	width: auto;
	height: 12px;
	overflow: hidden;
	line-height: 12px;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	border-left: 8px solid #183980;
	margin-bottom: 8px;
	padding-left: 8px;
}

.eyoupro_title span.miaospan {
	color: #444;
	font-size: 12px;
	font-weight: 500;
}

.eyoupro_title p {
	display: block;
	width: auto;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	color: #333;
	font-size: 30px;
	font-weight: bold;
}

.eyoupro_title p i {
	display: inline-block;
	width: 9px;
	height: 9px;
	background-color: #333;
	border-radius: 50%;
	vertical-align: middle;
	margin: -2px 10px 0;
}

.eyoupro_title a.eyoupro_more {
	display: block;
	width: 156px;
	height: 44px;
	overflow: hidden;
	line-height: 44px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	border-radius: 22px;
	background-color: #2e3643;
	margin-top: -22px;
	position: absolute;
	top: 50%;
	right: 0;
}

.eyoupro_title a.eyoupro_more:hover {
	background-color: #183980;
}

.eyoupro_title a.eyoupro_more::before {
	content: '';
	display: inline-block;
	width: 10px;
	height: 15px;
	overflow: hidden;
	background: url(../images/jt10.png) center center no-repeat;
	background-size: 100% 100%;
	margin: -2px 10px 0 0;
	vertical-align: middle;
	opacity: 0.6;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.eyoupro_title a.eyoupro_more:hover::before {
	margin: -2px 16px 0 0;
	opacity: 1;
}

.eyoupro_main .eyoupro_menu {
	margin-bottom: 30px;
	padding: 20px 40px;
	/*background-color: #fff;*/
}

.eyoupro_menu .swiper-container .swiper-slide {
	width: auto;
}

.eyoupro_menu .swiper-container .swiper-slide a {
	display: block;
	width: auto;
	height: 40px;
	line-height: 40px;
	color: #999;
	font-size: 16px;
	font-weight: bold;
	position: relative;
}

.eyoupro_menu .swiper-container .swiper-slide a i {
	display: block;
	width: 0;
	height: 2px;
	background-color: #183980;
	position: absolute;
	bottom: 0;
	left: 0;
}

.eyoupro_menu .swiper-container .swiper-slide:hover a,
.eyoupro_menu .swiper-container .swiper-slide.swiper-slide-active a {
	color: #333;
}

.eyoupro_menu .swiper-container .swiper-slide:hover a i,
.eyoupro_menu .swiper-container .swiper-slide.swiper-slide-active a i {
	width: 100%;
}

.eyoupro_list ul {
	margin: 0 -10px;
}

.eyoupro_list ul li {
	width: 25%;
	margin-bottom: 30px;
	padding: 0 10px;
	float: left;
}



.eyoupro_list ul li .eyoupro_con .eyoupro_name a {
	display: block;
	width: 100%;
	height: 60px;
	overflow: hidden;
	line-height: 40px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 10px 20px;
	background-color: #2e3643;
}

.eyoupro_list ul li:hover .eyoupro_con .eyoupro_name a {
	color: #fff;
	background-color: #183980;
}

.eyoupro_list ul li .eyoupro_img {
	width: 100%;
	min-height: 335px;
}

.eyoupro_list ul li .eyoupro_img a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.eyoupro_list ul li .eyoupro_img a img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	overflow: hidden;
	margin: auto;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.eyoupro_list ul li:hover .eyoupro_img a img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

.eyoupro_list ul li .eyoupro_img a i {
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5) url(../images/more00.png) center center no-repeat;
	background-size: 60px 60px;
	position: absolute;
	left: 0;
	bottom: 100%;
}

.eyoupro_list ul li:hover .eyoupro_img a i {
	bottom: 0;
}

@media (max-width:1440px) {
	.eyou_products {
		padding: 100px 0 30px;
	}

	.eyoupro_title {
		margin: 0 auto 30px;
	}

	.eyoupro_title p {
		font-size: 28px;
	}

	.eyoupro_list ul li .eyoupro_img {
		min-height: 317.75px;
	}

	.eyoupro_list ul li .eyoupro_con .eyoupro_name a {
		height: 52px;
		font-size: 16px;
		padding: 6px 20px;
	}

	.eyoupro_title a.eyoupro_more {
		width: 140px;
		height: 40px;
		line-height: 40px;
		font-size: 15px;
		margin-top: -20px;
	}
}

@media (max-width:1366px) {
	.eyoupro_list ul li .eyoupro_img {
		min-height: 303.656px;
	}
}

@media (max-width:1280px) {
	.eyoupro_list ul li .eyoupro_img {
		min-height: 279.453px;
	}

	.eyoupro_title a.eyoupro_more {
		width: 132px;
		font-size: 14px;
	}
}

@media (max-width:1200px) {
	.eyou_products {
		padding: 90px 0 30px;
	}

	.eyoupro_list ul li .eyoupro_img {
		min-height: 264.172px;
	}
}

@media (max-width:1080px) {
	.eyoupro_list ul li .eyoupro_img {
		min-height: 233.859px;
	}

	.eyoupro_list ul li .eyoupro_con .eyoupro_name a {
		height: 48px;
		padding: 4px 20px;
	}
}

@media (max-width:920px) {
	.eyou_products {
		padding: 70px 0 20px;
	}

	.eyoupro_title {
		margin: 0 auto 20px;
	}

	.eyoupro_main .eyoupro_menu {
		margin-bottom: 20px;
		padding: 10px 20px;
	}

	.eyoupro_menu .swiper-container .swiper-slide a {
		font-size: 15px;
	}

	.eyoupro_list ul li {
		margin-bottom: 20px;
	}

	.eyoupro_list ul li .eyoupro_img {
		min-height: 198px;
	}

	.eyoupro_list ul li .eyoupro_con .eyoupro_name a {
		height: 40px;
		padding: 0 20px;
	}
}

@media (max-width:820px) {
	.eyoupro_list ul li .eyoupro_img {
		min-height: 174px;
	}

	.eyoupro_list ul li .eyoupro_con .eyoupro_name a {
		font-size: 14px;
	}
}

@media (max-width:767px) {
	.eyou_products {
		padding: 60px 0 20px;
	}

	.eyoupro_title p {
		height: 32px;
		line-height: 32px;
		font-size: 24px;
	}

	.eyoupro_list ul {
		margin: 0 -6px;
	}

	.eyoupro_list ul li {
		width: 50%;
		padding: 0 6px;
	}

	.eyoupro_list ul li .eyoupro_img {
		min-height: 341px;
	}

	.eyoupro_list ul li .eyoupro_con .eyoupro_name a {
		padding: 0 12px;
	}
}

@media (max-width:650px) {
	.eyoupro_list ul li .eyoupro_img {
		min-height: 292px;
	}
}

@media (max-width:540px) {
	.eyoupro_list ul li .eyoupro_img {
		min-height: 248px;
	}
}

@media (max-width:500px) {
	.eyoupro_list ul li .eyoupro_img {
		min-height: 230px;
	}
}

@media (max-width:480px) {
	.eyoupro_list ul li .eyoupro_img {
		min-height: 220px;
	}
}

@media (max-width:414px) {
	.eyoupro_list ul li .eyoupro_img {
		min-height: 188px;
	}
}

@media (max-width:390px) {
	.eyoupro_list ul li .eyoupro_img {
		min-height: 177px;
	}
}

@media (max-width:320px) {
	.eyoupro_title p {
		height: 30px;
		line-height: 30px;
		font-size: 22px;
	}

	.eyoupro_title a.eyoupro_more {
		width: 120px;
	}

	.eyoupro_list ul li .eyoupro_img {
		min-height: 120px;
	}
}

.eyou_title {
	margin: 0 auto 40px;
	position: relative;
}

.eyou_title span {
	display: block;
	width: 100%;
	height: 50px;
	overflow: hidden;
	line-height: 50px;
	color: #333;
	font-size: 60px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	opacity: 0.06;
}

.eyou_title p {
	width: 100%;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	color: #333;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin: -20px auto 0;
}

.eyou_title p i {
	display: inline-block;
	width: 9px;
	height: 9px;
	background-color: #183980;
	border-radius: 50%;
	vertical-align: middle;
	margin: -2px 10px 0;
}

.eyou_title1 span,
.eyou_title1 p {
	color: #000;
}

.eyou_title em {
	display: block;
	width: 100%;
	line-height: 28px;
	color: #666;
	font-size: 16px;
	text-align: center;
	font-style: normal;
	margin-top: 20px;
}

.eyou_about {
	overflow: hidden;
	padding: 80px 0;
	/*background: url(../images/idxab_bg.jpg) center center no-repeat;*/
	background-size: cover;
	background-attachment: fixed;
	display: flex;
	margin: 0 auto;
	/*width: 90%;*/
}

.eyou_about .eyouab_main {
	/*margin: 0 auto;*/
	width: 50%;
}

.eyou_about .eyouab_main_right {
	width: 50%;
}

.eyouab_main .eyouab_ms {
	max-height: 120px;
	overflow: hidden;
	line-height: 30px;
	color: #000;
	font-size: 16px;
	text-align: center;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	opacity: 0.7;
}

.eyouab_main .eyouab_data {
	margin: 80px auto;
}

.eyouab_data ul {
	margin: 0 -40px;
}

.eyouab_data ul li {
	width: 33.33%;
	padding: 0 40px;
	float: left;
}

.eyouab_data ul li i {
	display: block;
	width: 80px;
	height: 80px;
	overflow: hidden;
	margin: 0 auto;
}

.eyouab_data ul li i img {
	display: block;
	width: 100%;
	height: 100%;
}

.eyouab_data ul li p {
	line-height: 44px;
	color: #000;
	font-family: "Impact";
	text-align: center;
	margin: 10px auto 0;

	/*width: 101px;*/
	/*height: 46px;*/
	font-family: HarmonyOS_Sans_SC_Black;
	font-weight: 600;
	font-size: 30px;
	color: #212F3A;
	background: linear-gradient(0deg, #0B88CF 0%, #57D1E9 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: countUp 2s ease-out forwards;
}

@keyframes countUp {
	from {
		opacity: 0;
		transform: translateY(10px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.eyouab_data ul li span {
	display: block;
	line-height: 30px;
	color: #000;
	font-size: 16px;
	text-align: center;
	margin: 0 auto;
	color: #A4A4A4;
}

.eyouab_main a.eyouab_more {
	display: block;
	width: 156px;
	height: 44px;
	overflow: hidden;
	line-height: 44px;
	color: #2e3643;
	font-size: 16px;
	text-align: center;
	border-radius: 22px;
	background-color: #fff;
	margin: 0 auto;
}

.eyouab_main a.eyouab_more:hover {
	color: #fff;
	background-color: #183980;
}

.eyouab_main a.eyouab_more::before {
	content: '';
	display: inline-block;
	width: 10px;
	height: 15px;
	overflow: hidden;
	background: url(../images/jt11.png) center center no-repeat;
	background-size: 100% 100%;
	margin: -2px 10px 0 0;
	vertical-align: middle;
	opacity: 0.6;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.eyouab_main a.eyouab_more:hover::before {
	background: url(../images/jt10.png) center center no-repeat;
	background-size: 100% 100%;
	margin: -2px 16px 0 0;
	opacity: 1;
}

@media (max-width:1440px) {
	.eyou_title {
		margin: 0 auto 30px;
	}

	.eyou_title span {
		font-size: 52px;
	}

	.eyou_title p {
		font-size: 28px;
	}

	.eyou_title em {
		line-height: 25px;
		font-size: 15px;
		margin-top: 15px;
	}

	.eyou_about {
		padding: 60px 0;
		display: flex;
		margin: 0 auto;
		width: 90%;
	}

	.eyou_about .eyouab_main {
		width: 50%;
	}

	.eyou_about .eyouab_main_right {
		width: 50%;
	}

	.eyouab_main .eyouab_ms {
		font-size: 15px;
	}

	.eyouab_main .eyouab_data {
		margin: 30px auto;
	}

	.eyouab_data ul {
		margin: 0 -30px;
	}

	.eyouab_data ul li {
		padding: 0 30px;
	}

	.eyouab_data ul li span {
		font-size: 12px;
	}

	.eyouab_main a.eyouab_more {
		width: 140px;
		height: 40px;
		line-height: 40px;
		font-size: 15px;
	}
}

@media (max-width:1280px) {
	.eyouab_main .eyouab_ms {
		max-height: 112px;
		line-height: 28px;
		font-size: 14px;
	}

	.eyouab_data ul li span {
		font-size: 14px;
	}

	.eyouab_main a.eyouab_more {
		width: 132px;
		font-size: 14px;
	}
}

@media (max-width:1280px) {
	.eyouab_data ul li p {
		font-size: 26px;
	}
}

@media (max-width:1100px) {
	.eyouab_data ul li p {
		font-size: 22px;
	}
}

@media (max-width:920px) {
	.eyou_title {
		margin: 0 auto 20px;
	}

	.eyou_about {
		padding: 40px 0;
		display: block;
	}

	.eyou_about .eyouab_main {
		width: 100%;
	}

	.eyou_about .eyouab_main_right {
		width: 100%;
		margin: 0 !important;
	}

	.eyouab_main .eyouab_data {
		margin: 40px auto;
	}

	.eyouab_data ul {
		margin: 0 -20px;
	}

	.eyouab_data ul li {
		padding: 0 20px;
	}

	.eyouab_data ul li p {
		line-height: 40px;
		font-size: 36px;
		margin: 10px auto 0;
	}
}

@media (max-width:820px) {
	.eyouab_data ul {
		margin: 0 -10px;
	}

	.eyouab_data ul li {
		padding: 0 10px;
	}

	.eyouab_data ul li p {
		line-height: 30px;
		font-size: 32px;
		margin: 10px auto 0;
	}
}

@media (max-width:767px) {
	.eyou_title span {
		height: 40px;
		line-height: 40px;
		font-size: 44px;
	}

	.eyou_title p {
		height: 32px;
		line-height: 32px;
		font-size: 24px;
		margin: 5px auto 0;
	}

	.eyouab_main .eyouab_data {
		margin: 20px auto;
	}

	.eyouab_data ul li {
		width: 50%;
		margin-bottom: 20px;
	}
}

@media (max-width:320px) {
	.eyou_title span {
		height: 36px;
		line-height: 36px;
		font-size: 40px;
	}

	.eyou_title p {
		height: 30px;
		line-height: 30px;
		font-size: 22px;
		margin: 5px auto 0;
	}

	.eyouab_main .eyouab_data {
		margin: 20px auto 0;
	}
}

.eyou_news {
	overflow: hidden;
	padding: 80px 0;
	background-color: #fff;
}

.eyou_news .eyounews_main {
	margin: 0 auto;
}

.eyounews_tab {
	text-align: center;
	margin: 0 auto 40px;
}

.eyounews_tab ul li {
	display: inline-block;
	height: 50px;
	overflow: hidden;
	line-height: 48px;
	color: #2e3643;
	font-size: 18px;
	text-align: center;
	margin: 0 8px;
	padding: 0 29px;
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid #2e3643;
	vertical-align: top;
	cursor: pointer;
}

.eyounews_tab ul li i {
	display: inline-block;
	width: 24px;
	height: 24px;
	overflow: hidden;
	vertical-align: middle;
	margin: -2px 10px 0 0;
}

.eyounews_tab ul li i svg {
	display: block;
	width: 100%;
	height: 100%;
}

.eyounews_tab ul li:hover,
.eyounews_tab ul li.active {
	color: #fff;
	background-color: #183980;
	border: 1px solid #183980;
}

.eyounews_tab ul li:hover i svg path,
.eyounews_tab ul li.active i svg path {
	fill: #ffffff;
}

.eyounews_list dl {
	margin: 0 -10px;
}

.eyounews_list dl dd {
	width: 25%;
	padding: 0 10px;
	float: left;
}

.eyounews_list dl dd .eyounews_con {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}

.eyounews_list dl dd .eyounews_con .eyounews_img {
	display: block;
	width: 100%;
	height: 330px;
	overflow: hidden;
}

.eyounews_list dl dd .eyounews_con .eyounews_img a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.eyounews_list dl dd .eyounews_con .eyounews_img a img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin: auto;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.eyounews_list dl dd:hover .eyounews_con .eyounews_img a img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.eyounews_list dl dd .eyounews_con .eyounews_txt {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	/*padding: 60px 30px;*/
	background-color: #fff;
	/*position: absolute;*/
	/*left: 0;*/
	/*top: 0;*/
	z-index: 1;
	text-align: center;
}

.eyounews_list dl dd:hover .eyounews_con .eyounews_txt {
	/*background-color: rgba(0, 0, 0, 0.6);*/
	background: linear-gradient(117.0deg, rgba(5, 149, 231, 1) 0.0, rgba(125, 205, 200, 1) 100.0%);
}

.eyounews_list dl dd .eyounews_con .eyounews_txt span {
	display: block;
	line-height: 30px;
	color: #666;
	font-size: 18px;
}

.eyounews_list dl dd:hover .eyounews_con .eyounews_txt span {
	color: #fff;
}

.eyounews_list dl dd .eyounews_con .eyounews_txt span em {
	display: inline-block;
	font-size: 30px;
	font-weight: bold;
	font-style: normal;
	vertical-align: middle;
	margin-right: 20px;
}

.eyounews_list dl dd .eyounews_con .eyounews_txt a.eyounews_name {
	display: block;
	height: 36px;
	overflow: hidden;
	line-height: 36px;
	color: #333;
	font-size: 18px;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 10px auto 10px;
	width: 200px;
}

.eyounews_list dl dd:hover .eyounews_con .eyounews_txt a.eyounews_name {
	color: #fff;
}

.eyounews_list dl dd .eyounews_con .eyounews_txt p {
	margin: 0 auto;
	width: 300px;
	height: 84px;
	overflow: hidden;
	line-height: 28px;
	color: #aaa;
	font-size: 14px;
	word-break: break-all;
	text-align: justify;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}

.eyounews_list dl dd:hover .eyounews_con .eyounews_txt p {
	color: rgba(255, 255, 255, 0.6);
}

.eyounews_list dl dd .eyounews_con .eyounews_btn {
	width: 100%;
	position: absolute;
	bottom: -34px;
	left: 0;
	z-index: 2;
}

.eyounews_list dl dd:hover .eyounews_con .eyounews_btn {
	bottom: 0;
}

.eyounews_list dl dd .eyounews_con .eyounews_btn a {
	display: block;
	width: 100%;
	height: 44px;
	overflow: hidden;
	line-height: 44px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	margin: 0 auto;
	background-color: #183980;
}

.eyounews_list a.eyounews_more {
	display: block;
	width: 156px;
	height: 44px;
	overflow: hidden;
	line-height: 44px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	border-radius: 22px;
	background-color: #2e3643;
	margin: 40px auto 0;
}

.eyounews_list a.eyounews_more:hover {
	background-color: #183980;
}

.eyounews_list a.eyounews_more::before {
	content: '';
	display: inline-block;
	width: 10px;
	height: 15px;
	overflow: hidden;
	background: url(../images/jt10.png) center center no-repeat;
	background-size: 100% 100%;
	margin: -2px 10px 0 0;
	vertical-align: middle;
	opacity: 0.6;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.eyounews_list a.eyounews_more:hover::before {
	margin: -2px 16px 0 0;
	opacity: 1;
}

@media (max-width:1440px) {
	.eyou_news {
		padding: 60px 0;
	}

	.eyounews_tab {
		margin: 0 auto 30px;
	}

	.eyounews_tab ul li {
		height: 48px;
		line-height: 46px;
		font-size: 16px;
	}

	.eyounews_list dl dd .eyounews_con .eyounews_img {
		height: 290px;
	}

	.eyounews_list dl dd .eyounews_con .eyounews_txt {
		padding: 30px 20px 60px;
	}

	.eyounews_list a.eyounews_more {
		width: 140px;
		height: 40px;
		line-height: 40px;
		font-size: 15px;
		margin: 30px auto 0;
	}
}

@media (max-width:1366px) {
	.eyounews_list dl dd .eyounews_con .eyounews_btn a {
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}
}

@media (max-width:1280px) {
	.eyounews_list dl dd .eyounews_con .eyounews_img {
		height: 270px;
	}

	.eyounews_list dl dd .eyounews_con .eyounews_txt span {
		font-size: 16px;
	}

	.eyounews_list dl dd .eyounews_con .eyounews_txt span em {
		font-size: 26px;
		margin-right: 10px;
	}

	.eyounews_list dl dd .eyounews_con .eyounews_txt a.eyounews_name {
		height: 32px;
		line-height: 32px;
		font-size: 16px;
	}

	.eyounews_list dl dd .eyounews_con .eyounews_txt p {
		height: 72px;
		line-height: 24px;
	}

	.eyounews_list a.eyounews_more {
		width: 132px;
		font-size: 14px;
	}
}

@media (max-width:920px) {
	.eyou_news {
		padding: 40px 0;
	}

	.eyounews_tab {
		margin: 0 auto 20px;
	}

	.eyounews_list a.eyounews_more {
		margin: 20px auto 0;
	}
}

@media (max-width:820px) {
	.eyounews_list dl dd {
		width: 50%;
		margin-bottom: 20px;
	}

	.eyounews_list a.eyounews_more {
		margin: 0 auto;
	}
}

@media (max-width:767px) {
	.eyounews_tab ul li {
		margin: 0 4px;
		padding: 0 20px;
	}

	.eyounews_list dl {
		margin: 0 -6px;
	}

	.eyounews_list dl dd {
		padding: 0 6px;
	}

	.eyounews_list dl dd .eyounews_con .eyounews_img {
		height: 240px;
	}

	.eyounews_list dl dd .eyounews_con .eyounews_txt {
		padding: 20px 12px 40px;
	}

	.eyounews_list dl dd .eyounews_con .eyounews_txt a.eyounews_name {
		margin: 10px auto;
	}

	.eyounews_list dl dd .eyounews_con .eyounews_btn {
		bottom: -36px;
	}
}

@media (max-width:390px) {
	.eyounews_tab ul li {
		height: 40px;
		line-height: 38px;
	}

	.eyounews_list dl dd {
		width: 100%;
	}
}

.eyou_contact {
	overflow: hidden;
	padding: 100px 0;
	background: url(../images/idxcontact_bg.jpg) center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.eyou_contact .eyoucontact_main {
	margin: 0 auto;
}

.eyoucontact_main .eyoucontact_title {
	margin-bottom: 40px;
}

.eyoucontact_title p {
	line-height: 40px;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-align: right;
	margin-bottom: 10px;
}

.eyoucontact_title span {
	display: block;
	line-height: 30px;
	color: #fff;
	font-size: 16px;
	text-align: right;
}

.eyoucontact_list {
	padding-left: 40%;
}

.eyoucontact_list dl {
	margin: 0 -12px;
}

.eyoucontact_list dl dt {
	width: 62%;
	padding: 0 12px;
	float: left;
}

.eyoucontact_list dl dd {
	width: 38%;
	margin-bottom: 24px;
	padding: 0 12px;
	float: left;
}

.eyoucontact_list dl dd:nth-child(3) {
	margin: 0;
}

.eyoucontact_list dl dt .eyoucontact_con,
.eyoucontact_list dl dd .eyoucontact_con {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.eyoucontact_list dl dt .eyoucontact_con {
	height: 404px;
	padding: 60px;
	background-color: #183980;
}

.eyoucontact_list dl dt .eyoucontact_con .eyoucontact_txt {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}

.eyoucontact_list dl dd .eyoucontact_con {
	height: 190px;
	padding: 24px;
	background-color: #ffffff;
}

.eyoucontact_list dl dd .eyoucontact_con .eyoucontact_txt {
	width: 100%;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.eyoucontact_list dl dt .eyoucontact_con img,
.eyoucontact_list dl dd .eyoucontact_con img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin: auto;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.eyoucontact_list dl dt .eyoucontact_con img {
	opacity: 0.15;
}

.eyoucontact_list dl dd .eyoucontact_con img {
	opacity: 0.3;
}

.eyoucontact_list dl dd:hover .eyoucontact_con {
	background-color: #000000;
}

.eyoucontact_list dl dd:hover .eyoucontact_con img {
	opacity: 0.5;
}

.eyoucontact_list dl dt .eyoucontact_con .eyoucontact_tit01 {
	line-height: 40px;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 24px;
}

.eyoucontact_list dl dt .eyoucontact_con p {
	line-height: 36px;
	color: #fff;
	font-size: 18px;
	text-align: justify;
	margin: 0 auto 30px;
}

.eyoucontact_list dl dt .eyoucontact_con a.eyoucontact_more {
	display: block;
	width: 156px;
	height: 44px;
	overflow: hidden;
	line-height: 44px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	border-radius: 22px;
	background-color: #2e3643;
	float: right;
}

.eyoucontact_list dl dt .eyoucontact_con a.eyoucontact_more::before {
	content: '';
	display: inline-block;
	width: 10px;
	height: 15px;
	overflow: hidden;
	background: url(../images/jt10.png) center center no-repeat;
	background-size: 100% 100%;
	margin: -2px 10px 0 0;
	vertical-align: middle;
	opacity: 0.6;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.eyoucontact_list dl dt .eyoucontact_con a.eyoucontact_more:hover::before {
	margin: -2px 16px 0 0;
	opacity: 1;
}

.eyoucontact_list dl dd .eyoucontact_con .eyoucontact_txt a.eyoucontact_Tit02 {
	display: block;
	line-height: 40px;
	color: #333333;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}

.eyoucontact_list dl dd .eyoucontact_con .eyoucontact_txt p {
	line-height: 30px;
	color: #333333;
	font-size: 18px;
	text-align: center;
}

.eyoucontact_list dl dd:hover .eyoucontact_con .eyoucontact_txt a.eyoucontact_Tit02,
.eyoucontact_list dl dd:hover .eyoucontact_con .eyoucontact_txt p {
	color: #ffffff;
}

@media (max-width:1440px) {
	.eyou_contact {
		padding: 60px 0;
	}

	.eyoucontact_main .eyoucontact_title {
		margin-bottom: 30px;
	}

	.eyoucontact_title p {
		font-size: 28px;
		margin-bottom: 5px;
	}

	.eyoucontact_title span {
		line-height: 25px;
		font-size: 15px;
	}

	.eyoucontact_list dl {
		margin: 0 -10px;
	}

	.eyoucontact_list dl dt {
		padding: 0 10px;
	}

	.eyoucontact_list dl dt .eyoucontact_con {
		height: 340px;
		padding: 40px 60px;
	}

	.eyoucontact_list dl dt .eyoucontact_con .eyoucontact_tit01 {
		font-size: 28px;
		margin-bottom: 15px;
	}

	.eyoucontact_list dl dd {
		margin-bottom: 20px;
		padding: 0 10px;
	}

	.eyoucontact_list dl dd .eyoucontact_con {
		height: 160px;
		padding: 20px;
	}

	.eyoucontact_list dl dd .eyoucontact_con .eyoucontact_txt a.eyoucontact_Tit02 {
		font-size: 28px;
		margin-bottom: 5px;
	}

	.eyoucontact_list dl dt .eyoucontact_con p,
	.eyoucontact_list dl dd .eyoucontact_con .eyoucontact_txt p {
		line-height: 30px;
		font-size: 16px;
	}

	.eyoucontact_list dl dt .eyoucontact_con a.eyoucontact_more {
		width: 140px;
		height: 40px;
		line-height: 40px;
		font-size: 15px;
	}
}

@media (max-width:1280px) {
	.eyoucontact_title span {
		line-height: 24px;
		font-size: 14px;
	}

	.eyoucontact_list dl dt .eyoucontact_con {
		height: 320px;
		padding: 40px 60px;
	}

	.eyoucontact_list dl dt .eyoucontact_con .eyoucontact_tit01 {
		line-height: 32px;
		font-size: 24px;
		margin-bottom: 15px;
	}

	.eyoucontact_list dl dt .eyoucontact_con a.eyoucontact_more {
		width: 132px;
		font-size: 14px;
	}

	.eyoucontact_list dl dd {
		margin-bottom: 20px;
		padding: 0 10px;
	}

	.eyoucontact_list dl dd .eyoucontact_con {
		height: 150px;
		padding: 20px;
	}

	.eyoucontact_list dl dd .eyoucontact_con .eyoucontact_txt a.eyoucontact_Tit02 {
		line-height: 32px;
		font-size: 24px;
		margin-bottom: 5px;
	}

	.eyoucontact_list dl dt .eyoucontact_con p,
	.eyoucontact_list dl dd .eyoucontact_con .eyoucontact_txt p {
		line-height: 28px;
		font-size: 14px;
	}
}

@media (max-width:1080px) {
	.eyoucontact_list dl dt .eyoucontact_con {
		padding: 40px;
	}
}

@media (max-width:1024px) {
	.eyoucontact_list dl dt .eyoucontact_con {
		height: 280px;
		padding: 30px;
	}

	.eyoucontact_list dl dt .eyoucontact_con .eyoucontact_tit01 {
		line-height: 30px;
		font-size: 22px;
		margin-bottom: 15px;
	}

	.eyoucontact_list dl dt .eyoucontact_con a.eyoucontact_more {
		width: 132px;
		font-size: 14px;
	}

	.eyoucontact_list dl dd .eyoucontact_con {
		height: 130px;
		padding: 20px;
	}

	.eyoucontact_list dl dd .eyoucontact_con .eyoucontact_txt a.eyoucontact_Tit02 {
		line-height: 30px;
		font-size: 22px;
		margin-bottom: 5px;
	}

	.eyoucontact_list dl dt .eyoucontact_con p,
	.eyoucontact_list dl dd .eyoucontact_con .eyoucontact_txt p {
		line-height: 24px;
		font-size: 14px;
	}
}

@media (max-width:920px) {
	.eyou_contact {
		padding: 40px 0;
	}

	.eyoucontact_main .eyoucontact_title {
		margin-bottom: 20px;
	}

	.eyoucontact_list {
		padding-left: 36%;
	}

	.eyoucontact_list dl dt .eyoucontact_con {
		height: 240px;
		padding: 20px;
	}

	.eyoucontact_list dl dt .eyoucontact_con .eyoucontact_tit01 {
		line-height: 30px;
		font-size: 20px;
		margin-bottom: 10px;
	}

	.eyoucontact_list dl dt .eyoucontact_con p {
		margin: 0 auto 20px;
	}

	.eyoucontact_list dl dt .eyoucontact_con a.eyoucontact_more {
		width: 132px;
		font-size: 14px;
	}

	.eyoucontact_list dl dd .eyoucontact_con {
		height: 110px;
		padding: 20px;
	}

	.eyoucontact_list dl dd .eyoucontact_con .eyoucontact_txt a.eyoucontact_Tit02 {
		line-height: 30px;
		font-size: 20px;
		margin-bottom: 0;
	}
}

@media (max-width:820px) {
	.eyoucontact_list {
		padding-left: 30%;
	}
}

@media (max-width:768px) {
	.eyoucontact_list dl dt .eyoucontact_con p {
		margin: 0 auto 0;
	}
}

@media (max-width:767px) {
	.eyoucontact_title p {
		line-height: 32px;
		font-size: 24px;
		text-align: left;
	}

	.eyoucontact_title span {
		text-align: left;
	}

	.eyoucontact_list {
		padding: 0;
	}

	.eyoucontact_list dl {
		margin: 0 -6px;
	}

	.eyoucontact_list dl dt {
		width: 100%;
		padding: 0 6px;
		margin-bottom: 12px;
	}

	.eyoucontact_list dl dt .eyoucontact_con {
		height: auto;
	}

	.eyoucontact_list dl dt .eyoucontact_con a.eyoucontact_more {
		float: inherit;
	}

	.eyoucontact_list dl dd {
		width: 50%;
		margin: 0;
		padding: 0 6px;
	}
}


.homeSwiperSubct {
	height: 100vh;
}


.homeSwiperModel {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.homeSwiperModel .oneSwiper {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.homeSwiperModel .oneSwiper img {
	overflow: hidden;
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}

.homeSwiperModel .swipertwo {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
}

.homeSwiperModel .swipertwo img {
	overflow: hidden;
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}


.homeSwiperTwo {
	display: none;
}


.homeSwiperModel .swiper-container {
	position: relative;
	width: 100%;
	height: 100vh;
}

.homeSwiperModel .swiper-container img {
	overflow: hidden;
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

.homeSwiperShouji {
	overflow: hidden;
	position: relative;
	width: 100%;
	display: none;
}

.homeSwiperShouji .swiper-container {
	position: relative;
	width: 100%;
}

.homeSwiperShouji .swiper-container img {
	overflow: hidden;
	position: relative;
	display: block;
	width: 100%;
}

@media (max-width: 1200px) {
	.homeSwiperModel {
		display: none !important;
	}

	.homeSwiperShouji {
		display: block;
	}

	.newproducNavs ul li {
		height: 120px;
	}

	.eyproducProdct {
		flex-wrap: wrap;
	}

	.eyproducProdct .eypro_left {
		width: 100% !important;
	}

	.productSubjects {
		width: 100% !important;
	}
}


@media (max-width: 1000px) {
	.newproducNavs {
		position: relative;
		bottom: initial;
		left: initial;
	}

	.newproducList {
		flex-wrap: wrap;
	}

	.jdshdsdone {
		width: 100% !important;
	}

	.jdshdsdTwo {
		overflow: hidden;
		position: relative;
		width: 100% !important;
		max-height: 200px;
	}

	.newproduct .desc {
		top: 46%;
	}

	.newproduct .desc {
		top: 38%;
	}
}

@media (max-width: 767px) {
	.navheadSubct {
		width: 100% !important;
		margin: 0 0 0 0 !important;
	}

	.newproduct .desc {
		top: 38% !important;
	}
}