@charset "utf-8";
.eyou_banner {
	width: 100%;
	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%;
}
.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 {

}
.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: 1440px) {
.eyou_banner {
	margin: 80px auto 0;
 }} 
 @media (max-width:767px) {
.eyou_banner {
	margin: 60px auto 0;
 }} 
.eyou_products {
	overflow: hidden;
	padding: 50px 0 50px;
	background-color: #f2f2f2;
}
.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 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 {
	background-color: #fff;
}
.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%;
	height: 280px;
}
.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: 30px 0 30px;
}
.eyoupro_title {
	margin: 0 auto 30px;
}
.eyoupro_title p {
	font-size: 28px;
}
.eyoupro_list ul li .eyoupro_img {
	height: 270px;
}
.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 {
	height: 260px;
}
}
 @media (max-width:1280px) {
.eyoupro_list ul li .eyoupro_img {
	height: 240px;
}
.eyoupro_title a.eyoupro_more {
	width: 132px;
	font-size: 14px;
}
}
 @media (max-width:1200px) {
.eyou_products {
	padding: 30px 0 30px;
}
.eyoupro_list ul li .eyoupro_img {
	height: 224px;
}
}
 @media (max-width:1080px) {
.eyoupro_list ul li .eyoupro_img {
	height: 200px;
}
.eyoupro_list ul li .eyoupro_con .eyoupro_name a {
	height: 48px;
	padding: 4px 20px;
}
}
 @media (max-width:920px) {
.eyou_products {
	padding: 20px 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 {
	height: 170px;
}
.eyoupro_list ul li .eyoupro_con .eyoupro_name a {
	height: 40px;
	padding: 0 20px;
}
}
 @media (max-width:820px) {
.eyoupro_list ul li .eyoupro_img {
	height: 150px;
}
.eyoupro_list ul li .eyoupro_con .eyoupro_name a {
	font-size: 14px;
}
}
 @media (max-width:767px) {
.eyou_products {
	padding: 20px 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 {
	height: 160px;
}
.eyoupro_list ul li .eyoupro_con .eyoupro_name a {
	padding: 0 12px;
}
}
 @media (max-width:390px) {
.eyoupro_list ul li .eyoupro_img {
	height: 150px;
}
}
 @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 {
	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: #fff;
}
.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;
}
.eyou_about .eyouab_main {
	margin: 0 auto;
}
.eyouab_main .eyouab_ms {
	max-height: 120px;
	overflow: hidden;
	line-height: 30px;
	color: #fff;
	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: 25%;
	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: #fff;
	font-size: 44px;
	font-family: "Impact";
	text-align: center;
	margin: 20px auto 0;
}
.eyouab_data ul li span {
	display: block;
	line-height: 30px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	margin: 0 auto;
}
.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;
}
.eyouab_main .eyouab_ms {
	font-size: 15px;
}
.eyouab_main .eyouab_data {
	margin: 60px auto;
}
.eyouab_data ul {
	margin: 0 -30px;
}
.eyouab_data ul li {
	padding: 0 30px;
}
.eyouab_data ul li span {
	font-size: 15px;
}
.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:920px) {
.eyou_title {
	margin: 0 auto 20px;
}
.eyou_about {
	padding: 40px 0;
}
.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: -16px 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: -15px auto 0;
}
.eyouab_main .eyouab_data {
	margin: 20px auto 0;
}
}
.eyou_news {
	overflow: hidden;
	padding: 80px 0;
	background-color: #f2f2f2;
}
.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.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}
.eyounews_list dl dd .eyounews_con .eyounews_txt {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding: 60px 30px;
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.eyounews_list dl dd:hover .eyounews_con .eyounews_txt {
	background-color: rgba(0, 0, 0, 0.6);
}
.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: 20px auto 10px;
}
.eyounews_list dl dd:hover .eyounews_con .eyounews_txt a.eyounews_name {
	color: #fff;
}
.eyounews_list dl dd .eyounews_con .eyounews_txt p {
	height: 84px;
	overflow: hidden;
	line-height: 28px;
	color: #999;
	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;
}
}
.cover,.cover1,.cover2 {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.cover {
    width: 100%;
    height: 100%;
    object-fit: cover
}
.lyWhy img,.lyFaq img {
    max-width: 100%;
    border: 0
}
.lyWhy .w1400,.lyFaq .w1400{margin:0 auto;}
.lyWhy{overflow:hidden;padding:100px 0;background-color:#f8f8f8;position:relative}
.lyWhy_main{min-height:580px;padding-left:40%;position:relative}
.lyWhy_main .lyWhy_list{width:50%;height:auto;position:absolute;left:0;top:50%;z-index:1;transform:translateY(-50%);-webkit-transform:translateY(-50%)}
.lyWhy_list ul{background-color:#fff}
.lyWhy_list ul li{width:100%;padding:20px 40px;position:relative;cursor:pointer}
.lyWhy_list ul li::before{content:'';display:block;width:100%;height:1px;background-color:#e6e6e6;position:absolute;left:0;bottom:0;transition:all 0.5s;-webkit-transition:all 0.5s}
.lyWhy_list ul li:last-child::before{display:none}
.lyWhy_list ul li:hover::before,.lyWhy_list ul li.active::before{width:0}
.lyWhy_list ul li::after{content:'';display:block;width:0;height:100%;overflow:hidden;background-color:#1a5aaa;position:absolute;left:0;top:0;transition:all 0.5s;-webkit-transition:all 0.5s}
.lyWhy_list ul li:hover::after,.lyWhy_list ul li.active::after{width:calc(100% + 40px)}
.lyWhy_list ul li .lyWhy_con{display:flex;align-items:center;position:relative;z-index:1}
.lyWhy_list ul li .lyWhy_con .pic{width:100px;height:100px;overflow:hidden;background-color:#fff;border:3px solid #fff;border-radius:50%;position:relative}
.lyWhy_list ul li .lyWhy_con .text{width:calc(100% - 100px);height:auto;overflow:hidden;padding-left:40px}
.lyWhy_list ul li .lyWhy_con .text p{line-height:30px;color:#222;font-size:20px;font-weight:bold}
.lyWhy_list ul li .lyWhy_con .text span{display:block;max-height:52px;overflow:hidden;line-height:26px;color:#777;font-size:16px;display:-webkit-box;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:10px}
.lyWhy_list ul li:hover .lyWhy_con .text p,.lyWhy_list ul li.active .lyWhy_con .text p{color:#fff}
.lyWhy_list ul li:hover .lyWhy_con .text span,.lyWhy_list ul li.active .lyWhy_con .text span{color:rgba(255,255,255,.45)}
.lyWhy_main .lyWhy_pic{width:100%;height:580px;overflow:hidden;position:relative}
.lyFaq{overflow:hidden;padding:80px 0;background-color:#fff;position:relative;z-index:2}
.lyFaq .lyTitle1{margin-bottom:40px}
.lyFaq_list{border-top:1px solid #e6e6e6}
.lyFaq_item{border-bottom:1px solid #e6e6e6}
.lyFaq_question{line-height:30px;color:#222;font-size:20px;font-weight:bold;padding:24px 70px 24px 0;position:relative;cursor:pointer}
.lyFaq_question i{display:block;width:18px;height:18px;position:absolute;top:50%;right:10px;transform:translateY(-50%);-webkit-transform:translateY(-50%)}
.lyFaq_question i::before,.lyFaq_question i::after{content:'';display:block;background-color:#1a5aaa;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%)}
.lyFaq_question i::before{width:18px;height:2px}
.lyFaq_question i::after{width:2px;height:18px}
.lyFaq_item.active .lyFaq_question{color:#1a5aaa}
.lyFaq_item.active .lyFaq_question i::after{display:none}
.lyFaq_answer{height:0;overflow:hidden;opacity:0;transition:height .22s ease,opacity .18s ease,margin .22s ease;-webkit-transition:height .22s ease,opacity .18s ease,margin .22s ease}
.lyFaq_item.active .lyFaq_answer{height:auto;margin:0 0 24px;opacity:1}
.lyFaq_answer_inner{line-height:28px;color:#666;font-size:16px;padding-top:0}
.lyFaq_answer_inner p{line-height:28px;color:#666;font-size:16px}
@media (max-width:1440px){
	.lyWhy{padding:80px 0}
	.lyWhy_main{padding-left:44%}
.lyWhy_list ul li{padding:20px 30px}
.lyWhy_list ul li .lyWhy_con .text{padding-left:30px}
.lyWhy_list ul li:hover::after,.lyWhy_list ul li.active::after{width:calc(100% + 30px)}
.lyWhy_main .lyWhy_pic{height:500px}
}
@media (max-width:1280px){
	.lyWhy{padding:60px 0}
	.lyWhy_list ul li{padding:20px}
.lyWhy_list ul li .lyWhy_con .pic{width:88px;height:88px;border:2px solid #fff}
.lyWhy_list ul li .lyWhy_con .text{width:calc(100% - 88px);padding-left:20px}
.lyWhy_list ul li .lyWhy_con .text p{font-size:18px}
.lyWhy_list ul li .lyWhy_con .text span{max-height:48px;line-height:24px;font-size:14px}
.lyWhy_list ul li:hover::after,.lyWhy_list ul li.active::after{width:calc(100% + 20px)}
.lyWhy_main .lyWhy_pic{height:440px}
}
@media (max-width:920px){
	.lyWhy{padding:40px 0}
}
@media (max-width:820px){
	.lyWhy_list ul li .lyWhy_con .pic{width:80px;height:80px}
.lyWhy_list ul li .lyWhy_con .text p{line-height:24px;font-size:16px}
.lyWhy_list ul li .lyWhy_con .text span{margin-top:8px}
.lyWhy_main .lyWhy_pic{height:400px}
}
@media (max-width:767px){
	.lyWhy_main{padding-left:0}
.lyWhy_main .lyWhy_list{width:100%;height:auto;position:inherit;left:inherit;top:inherit;transform:inherit;-webkit-transform:inherit}
.lyWhy_list ul li .lyWhy_con .text p{line-height:28px;font-size:18px}
.lyWhy_list ul li:hover::after,.lyWhy_list ul li.active::after{width:100%}
.lyWhy_main .lyWhy_pic{height:280px}
}
@media (max-width:390px){
	.lyWhy_list ul li{padding:12px}
.lyWhy_list ul li .lyWhy_con .text{padding-left:12px}
.lyWhy_list ul li .lyWhy_con .text p{line-height:26px;font-size:16px}
.lyWhy_list ul li .lyWhy_con .text span{margin-top:6px}
.lyWhy_list ul li .lyWhy_con .pic{width:70px;height:70px}
.lyWhy_main .lyWhy_pic{height:260px}
}}@media (max-width:320px){
	.lyWhy_list ul li .lyWhy_con .text p{line-height:25px;font-size:15px}
.lyWhy_list ul li .lyWhy_con .pic{width:50px;height:50px}
.lyWhy_list ul li .lyWhy_con .text{width:calc(100% - 50px)}
.lyWhy_list ul li .lyWhy_con .text span{max-height:44px;line-height:22px;font-size:12px}
.lyWhy_main .lyWhy_pic{height:200px}
}

.eyproducts .eytop_tel{width:100%;background-color: #183980;overflow: hidden;margin: 30px auto;}
a.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;
}
a.more:hover {
	background-color: #183980;
}
a.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;
}
a.more:hover::before {
	margin: -2px 16px 0 0;
	opacity: 1;
}
 @media (max-width:920px) {
	a.more {
		width: 132px;
		font-size: 14px;
		margin: 0 auto;
	}
 }