
/* html,body{
	width: 100%;
	height: 100%;
} */
a {
	display: block;
	text-decoration: none;
}

a:hover {
	text-decoration: none !important;
}

p {
	margin: 0;
	padding: 0;
}



/* 空数据 */
.notData {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	margin: 20px 0px;
}



/* 导航 + 轮播 */
.home_nav {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%) !important;
	z-index: 10;
}

.nav_box {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.Nav_UL {
	display: flex;
	align-items: center;
	background: #555555;
}

/* .Nav_UL li:nth-child(1){
	background: ;
} */

.Nav_notSelect {
	width: 120px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	cursor: pointer;
}

/* 
.Nav_notSelect_one {
	width: 120px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
} */


.Nav_Select_one {
	width: 200px;
	height: 100%;
	line-height: 70px;
	position: relative;
	background: url(../../image/puilIndex/Nav_Select.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	left: -68px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.Nav_notSelect_P {
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 7px;

}

.Nav_Select {
	width: 200px;
	height: 100%;
	position: relative;
	background: url(../../image/puilIndex/Nav_Select.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	line-height: 70px;
	left: -40px;
	transition: 0s;
	cursor: pointer;
}

/* 底部 */
footer {
	width: 100%;
}


.footerNavUl {
	width: 100%;
	padding: 16px 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	/* background: url(../../image/index_link.png) no-repeat;
	background-size: 100% 70%;
    background-position-y: 130%; */
	background: #fff;
}
.footerNavUl .col-lg-1{
	width: 12%;
}
.footerNavUl .col-lg-11{
	width: 88%;
}

.footer_Header {
	font-size: 16px;
	font-family: PingFang;
	font-weight: 400;
	color: #FF8F34;
	line-height: 28px;
}

.footer_Header_Link_box {
	width: 100%;
	display: flex;
	align-items: center;
	/* padding-left: 15px; */
}

.footer_Header_Link_box a{
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.footer_Header_Link {
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #555555;
	line-height: 28px;
}

.footer_Header_Link:hover{
	color: #E67015;
	text-decoration: underline !important;
}


.footerInfo {
	background: #282F39;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	font-family: PingFang;
	font-weight: 500;
	color: #8A8A8A;
	line-height: 32px;
	padding: 10px 0px;
}

.footerInfo p {
	line-height: 22px;
}

.scanCode {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	font-family: PingFang;
	font-weight: 500;
	color: #8A8A8A;
	line-height: 32px;
	margin-left: 100px;
}

.scanCode img {
	width: 100px;
	margin-right: 10px;
}



/* 首页标题 */
.Header_box {
	display: flex;
	flex-direction: column;
}

.Index_title {
	font-size: 24px;
	font-family: FZZhengHeiS-EB-GB;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 35px;
}

.Index_titleE {
	font-size: 30px;
	font-family: Arial;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 35px;
}

/* 首页子选项卡  */

.index_Tab_box {
	display: flex;
	flex-direction: column;
	margin-left: 10px;
}

.index_Tab_Title {
	font-size: 18px;
	font-family: PingFang;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 20px;
}

.index_Tab_TitleE {
	font-size: 12px;
	font-family: Calibri;
	font-weight: 300;
	color: #FFFFFF;
	line-height: 20px;
}



.hidden1 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.hidden2 {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

/* swiper 轮播组件 */
.swiper {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
/* 二级导航 */
/* 二级导航  */
.second_nav {
    width: 100%;
}

.second_nav {
    width: 100%;
}

.SN_List {
    width: 100%;
    height: 90px;
}

.SN_UL {
    width: 100%;
    height: 100%;
    display: flex;
   
}
.SN_UL li:last-child img{
	display: none;
	
}

.SN_U_Item {
    flex: 1;
    height: 100%;
    border-bottom: 5px solid #555555;
    cursor: pointer;
}

.SN_U_Item_Select{
    flex: 1;
    height: 100%;
    border-bottom: 5px solid #E67015;
    background-size: 100% 100%;
    cursor: pointer;
}

.U_Item_box {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    /* background: red; */
}

.U_Item_Title {
    font-size: 18px;
    font-family: PingFang;
    color: #494949;
    line-height: 28px;
}

.U_Item_Title_p{
    font-size: 18px;
    font-family: PingFang;
    font-weight: bold;
    color: #E67015;
    line-height: 28px;
}

.U_Item_img {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);

}
/* --------------------------- */

/* 一行超出隐藏 省略号*/
.oneline {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/*超过两行省略号*/
.twoline {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

/*列表 标题 */
.LIST_Title {
	font-size: 22px;
	font-family: PingFang;
	font-weight: 800;
	color: #545454;
	line-height: 28px;
}


.LIST_TS_Text {
	font-size: 16px;
	font-family: PingFang;
	font-weight: 500;
	color: #AEAEAE;
	line-height: 28px;
	margin-top: 20px;
}

.LIST_TC_Text {
	font-size: 16px;
	font-family: PingFang;
	font-weight: 500;
	color: #6B6B6B;
	line-height: 32px;
}

.LIST_TC_Text img {
	display: none;
}


#translate {
	position: fixed;
	top: 200px;
	right: 0;
	z-index: 1000;
}

.translate_arrow{
    width: 37px;
    height: 34px;
    background: #E67015;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 10px;
    right: 5px;
    z-index: 110;
    cursor: pointer;
	display: none;
}

.translate_arrow img{
	width: 26px;
}

.translate {
	width: 40px;
	display: flex;
	flex-direction: column;
	background: #fff;
	box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.26);
	display: none;

}
.translate div:last-child{
	border: none;
}

.translate_Item {
	flex: 1;
	height: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 5px 20px;
	border-bottom: 1px solid #cdcdcd;
	cursor: pointer;
	position: relative;
}

.translate_Item img{
	width: 30px;
	margin-bottom: 17px;
}
.translate_Item_img1{
	display: none;
}


.translate_Item:hover a{
	color: #E67015;
}
/* .translate_Item p{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #E67015;
	line-height: 20px;
} */

.translate_Item:hover p{
	color: #fff;
}
.translate_Item:hover .translate_Item_img{
	display: none;
	
}
.translate_Item:hover .translate_Item_img1{
	display: block;
	
}


.translate_Item a {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #E67015;
	line-height: 20px;
}

.translate_Item_Ban {
	background: #E67015;
}

.translate_Item_Ban a {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #fff !important;
	line-height: 20px;
}
.translate_Item_Content{
	width: 200px;
	height: 325px;
	background: #E67015;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	position: absolute;
	left: -200px;
	top: 0px;
	z-index: 100;
	display: none;
}

.translate_Item:hover{
	background: #E67015;
}

.translate_Item:hover a{
	color: #fff;
}
/* .translate_Item:hover .translate_Item_Content{
	display: none !important;
} */

.translate_Item_Content_Header{
	width: 100%;
	padding: 10px 0px;
	text-align: center;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 30px;
	border-bottom: 1px solid #ee9957;
}

.translate_Item_Content_Body{
	width: 100%;
	box-sizing: border-box;
	padding: 15px 0px 10px 17px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 30px;
}
.translate_Item_Content_Body_Btn{
	width: 160px;
	height: 35px;
	border: 1px solid #ee9957 !important;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 16px;
}
/* #headers{
	height: 466px;
} */
.translate_Item_Content_Phone{
	font-weight: bold;
}

/* @media (max-width: 1900px) {
	#header{
		height: auto !important;
	}
} */

@media (min-width: 200px) and (max-width: 1220px) {
	.en_text {
		font-size: 16px;
		font-family: Microsoft YaHei;
		font-weight: 400;
		color: #494949;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	/* .second_nav {
		display: none;
	} */

	.home_nav {
		display: none;
	}

	.footerInfo {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		padding: 25px 15px;
	}

	.scanCode {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-left: 0px;
		margin-top: 19px;
	}

	.contentText {
		padding: 0 30px;
	}
	.translate_arrow {
		width: 37px;
		height: 34px;
		background: #E67015;
		display: flex;
		justify-content: center;
		align-items: center;
		position: fixed;
		bottom: 25px;
		right: 5px;
		z-index: 30;
		cursor: pointer;
		display: none;
	}
	.header #navToggle {
		height: 100%;
		padding: 4px 2px 0px;
		margin-right: -25px;
		display: inline-block;
		float: right;
		margin-top: 10px;
		border: 3px solid rgb(230, 112, 21);
	}
}
@media (min-width: 200px) and (max-width: 995px){
	.header #navToggle {
		height: 100%;
		padding: 4px 2px 0px;
		margin-right: -35px;
		display: inline-block;
		float: right;
		margin-top: 10px;
		border: 3px solid rgb(230, 112, 21);
	}
}
@media (min-width: 200px) and (max-width: 750px){
	.footerNavUl{
		display: none;
	}
	/* html,body{
		height: auto !important;
	}
	#headers{
		height: auto !important;
	} */
	.SN_UL{
		overflow-x: auto;
	}
	.U_Item_box{
		width: 150px;
	}

	 .LIST_Title{
		font-size: 17px;
		font-family: PingFang;
		font-weight: 800;
		color: #545454;
		line-height: 17px;
	}


}

.Ne_DC_Title {
	font-size: 32px;
	font-family: PingFang;
	font-weight: bold;
	color: #545454;
	line-height: 40px;
	text-align: center;
}