﻿/*@time:2025*/
.YEbody{}
.YEwidth{
	width: 1440px;
	margin: 0 auto;
}

.mr16{margin-right: 16px;}

.RightBotton{
	font-size: 16px;
	line-height: 24px;
	color: #a7a7a7;
	padding-right: 18px;
	padding-left: 18px;
	padding-top: 8px;
	padding-bottom: 8px;
	border: 1px #e1e1e1 solid;
	border-radius:30px;
	background-color: #f9f9f9;
}
.listMore{
	display: block;
	width: 120px;
	text-align: center;
}
.listMore:hover{
	border-color: #024290;
	color: #024290;
}
/*YEhead*/
.YEhead{
	padding-top: 30px;
}
.YEhead .YEwidth{
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
}
.YEhead .YEhead_logo{
	padding-bottom: 20px;
}
.YEhead .YEhead_right{
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.YEhead_lang{
	border-radius: 8px;
	overflow: hidden;
	margin-left: 30px;
}
.YEhead_lang a{
	display: block;
	float: left;
	padding: 0 13px;
	font-size: 16px;
	line-height: 36px;
	color: #333;
	background-color: #eaeaea;
}
.YEhead_lang a.action{
	color: #fff;
	background-color: #bd2611;
}
.YEhead_nav>ul>li{
	float: left;
	position: relative;
}
.YEhead_nav>ul>li>a{
	display: block;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 18px;
	line-height: 20px;
	color: #333;
}
.YEhead_nav>ul>li>a.dropIcon{
	position: relative;
}
.YEhead_nav>ul>li>a.dropIcon:after{
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	background: url(../25images/icon_down.png) no-repeat;
	margin-left: 6px;
    transform: translateY(-50%);
    top: 50%;
}
.nav-drop-menu{
	display: none;
	position: absolute;
	top: 52px;
	left: 0;
	right: 0;
	z-index: 10;
	width: 100%;
	padding: 4px;
	border-top: 8px #bd2611 solid;
	background-color: #fff;
}
.nav-drop-menu>ul>li>a{
	display: block;
	width: 100%;
	font-size: 16px;
	line-height: 36px;
	color: #333;
	text-align: center;
}
.YEhead_nav>ul>li:hover .nav-drop-menu{
	display: block;
}


/*YEBox1*/
.YEBox1{
	padding-top: 35px;
	padding-bottom: 26px;
}
.YEBox1 .YEBox1_list{
	overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    padding-right: 0.6%;
    padding-left: 2%;
    margin-top: 30px;
}
.YEBox1 .YEBox1_list_item{
	display: flex;
    align-content: center;
    flex-direction: row;
    align-items: center;
	width: 20%;
	max-width: 288px;
	margin-top: 18px;
	margin-bottom: 18px;
	font-size: 20px;
	color: #333;
	line-height: 24px;
}
.YEBox1_list_item-hd{
	width: 80px;
	height: 80px;
    flex: 0 0 80px;
}
.YEBox1 .YEBox1_list_item:hover{
	color: #024290;
	cursor: pointer;
}

.YEBox1_list_item-hd img{
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.YEBox1 .YEBox1_list_item:hover img{
	transform: rotate(180deg);
}

.YEBox1_list_item.YEBox1_list_more{
	flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #bbb;
    font-size: 20px;
    line-height: 1;
}
.YEBox1_list_item.YEBox1_list_more h1{
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
}
.YEBox1_list_item.YEBox1_list_more p i{
	display: inline-block;
	font-style: normal;
	width: 10px;
	height: 10px;
	margin: 5px 2px;
	border-radius: 100%;
	background-color: #bbb;
	overflow: hidden;
}

/*YEBox3*/
.YEBox3{
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #f5f5f5;
}
.YEBox3 .YEBox_Tit{
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.YEBox3_list{}
.YEBox3_list .YEBox3_list_item{
	float: left;
	margin-left: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
	width: calc((100% - 60px ) / 3);
	background-color: #fff;
}
.YEBox3_list .YEBox3_list_item:nth-child(3n+1){
	margin-left: 0;
}
.YEBox3_list .YEBox3_list_item:hover h3{
	color: #024290;
}
.YEBox3_list .YEBox3_list_item a{
	display: block;
	width: 100%;
	overflow: hidden;
}
.YEBox3_list_item-hd{
	width: 100%;
	max-height: 300px;
	background-color: #f5f5f5;
	overflow: hidden;
}
.YEBox3_list_item-hd img{
	display: block;
	width: 100%;
	height: auto;
}
.YEBox3_list_item-bd{
	padding: 20px;
	font-size: 16px;
	line-height: 18px;
	color: #999;
	overflow: hidden;
}
.YEBox3_list_item-bd h3{
	font-size: 20px;
	line-height: 24px;
	color: #333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-bottom: 14px;
}
.YEBox3_list_item-bd p{
	margin: 5px 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

/*YEBox4*/
.YEBox4{
	padding-top: 50px;
	padding-bottom: 50px;
	color: #fff;
	font-size: 16px;
	background-color: #024290;
}
.YEBox4 .YEwidth{
	padding-right: 2.7%;
	padding-left: 5%;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.YEBox4 .YEBox4_Tit{
	font-size: 30px;
	line-height: 48px;
	font-weight: bold;
	letter-spacing: 2px;
	margin-bottom: 10px;
}
.YEBox4_Lother{
	line-height: 30px;
}
.YEBox4_list{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 35px;
}
.YEBox4_list a{
	width: 45px;
	height: 45px;
	margin-right: 30px;
}
.YEBox4_list a:hover{
	transform: scale(1.2);
}
.ficon{
	display: block;
    width: 45px;
    height: 45px;
    background-image: url(../25images/ficon.png);
    background-repeat: no-repeat;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.ficon.ficon_01{
	background-position: 0 0;
}
.ficon.ficon_02{
	background-position: -50px 0;
}
.ficon.ficon_03{
	background-position: -100px 0;
}
.ficon.ficon_04{
	background-position: -150px 0;
}
.ficon.ficon_05{
	background-position: -200px 0;
}
.ficon.ficon_06{
	background-position: -250px 0;
}

.YEBox4_Rother p{
	line-height: 36px;
	display: flex;
	align-items: center;
}
.YEBox4_Rother i{
	display: block;
	font-style: normal;
	width: 15px;
	height: 15px;
	margin-right: 12px;
	background-image: url(../25images/ficon_more.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

/*淇敼*/
.YEbody .en-banner{height: 460px;}
.YEbody .en-banner .banner-slide ul li a{height: 460px;}
.YEbody .en-banner .banner-slide img{height: 460px;}

.YEbody .en-footer{
	padding-top: 35px;
	padding-bottom: 50px;
}
.YEbody .en-footer .YEwidth{
	overflow: hidden;
	padding-left: 2.7%;
	padding-right: 1.6%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.YEbody .en-footer .footer-code{position: inherit;top:0;right: 0;}
.YEbody .en-footer .footer_left{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.YEbody .en-footer .footer_left .footer-logo{
	float: none;
    display: inherit;
    margin-left: 0;
    max-height: 68px;
    height: auto;
}

.ien-banner.ien2025{height:auto !important;max-height: 306px !important;}
.ien-banner.ien2025 .banner-slide ul li a{height:auto;max-height: 306px;}
.ien-banner.ien2025 .banner-slide img{height:auto;max-height: 306px;}



@media screen and (max-width: 1210px){
    .YEwidth{width: 100%;padding:0 2%;}
    
    .YEBox1 .YEBox1_list_item{width: 25%;}
    .YEbody .en-footer .footer_left .footer-logo{
        width: calc(302px * 0.8);
		margin-right: 10px;
    	padding-right: 10px;
	}
}