.addMenuClass {
	display: none;
}
.head_list a span {
	color: #333;
	font-size: 30px;
}
.mm-page {
	overflow: hidden;
}
.mainNav_logo img {
    display: block;
    width: 170px;
}
#menu {
	position: fixed;
	top: 81px;
}
.foo_pc{ display:inline-block;}
.foo_wap{ display:none;}
@media all and (max-width: 1023px) {
	#mainNav {
		display: none;
	}
	.head_list {
		display: block!important;
	}
	
		.foo_pc{ display:none;}
    .foo_wap{ display:inline-block;}
}

header {
	width: 100%;
	height: 153px;
	/*border-bottom: 2px solid #e60012;*/
}
.header {
	width: 100%;
	background-color: #fff;
	/*-webkit-box-shadow: 0 0 10px #f8f8f8;
	-moz-box-shadow: 0 0 10px #f8f8f8;
	box-shadow: 0 0 10px #f8f8f8;*/
	z-index: 9999;
}
.header_nav_fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	background-color: #fff;
	/*-webkit-box-shadow: 0 0 10px #f8f8f8;
	-moz-box-shadow: 0 0 10px #f8f8f8;
	box-shadow: 0 0 10px #f8f8f8;*/
	border-bottom: 2px solid #e60012;
}
.header_top {
	padding: 12px 0;
	background: #212020;
}
.header_top .header_infor {
	width: 699px;
}
.header_top .header_contact {
	width: 100%;
	justify-content: space-between;
}
.header_top .header_contact p {
	font-size: 16px;
	color: #fff;
}
.header_top .header_contact img {
	display: inline-block;
	margin-right: 10px;
}
.header_top .header_contact p span a {
	color: #fff;
	border-bottom: 1px solid transparent;
	margin-right: 5px;
}
.header_top .header_contact p span a:last-child {
	margin-right: 0;
}
.header_top .header_contact p span a:hover {
	color: #e60012;
	border-color: #e60012;
}

.header_search span.iconfont {
	font-size: 18px;
	color: #000;
	font-weight: 600;
}
.header_top_transform {
	position: relative;
	font-size: 16px;
	cursor: pointer;
}
.header_top_transform span {
	margin-left: 10px;
	color: #000;
}
.header_top_transform span.iconfont {
	font-size: 20px;
	color: #000;
}
.header_top_transform span.icon-you {
	transform: rotate(90deg);
}
.header_top_transform ul {
	display: none;
	position: absolute;
	top: 30px;
	left: 0;
	width: 100px;
	z-index: 9;
	-webkit-box-shadow: 0 0 10px #ccc;
	-moz-box-shadow: 0 0 10px #ccc;
	box-shadow: 0 0 10px #ccc;
}
.header_top_transform ul li {
	
	text-align: center;
	height: 25px;
	line-height: 25px;
}
.header_top_transform ul li a {
	color: #666;
	display: block;
	background-color: #fff;
}
.header_top_transform ul li a:hover {
	background-color: #e60012;
	color: #fff;
}

.header_search_icon {
	color: #000;
	font-weight: 600;
	margin-left: 8px;
}
.header_search_icon:hover {
	color: #e60012;
}
.mainNav_logo {
	display: none;
}
#mainNav {
	width: 100%;
}
#mainNav .logo {
	/*width: 275px;*/
}
#mainNav .logo img {
	display: block;
	width: 170px;
}
@media all and (max-width: 1023px) {
	header {
		height: 64px;
	}
	.header {
		padding: 10px 0;
	}
	.header_top {
		display: none;
	}
	.mainNav_logo {
		display: block;
		width: 170px;
	}
	.mainNav_logo img {
		display: block;
		/*width: 100%;*/
	}
}

.header_bot {
	background-color: #fff;
	padding: 40px 0;
}

#mainNav ul.firul {
	width: 100%;
}
#mainNav ul.firul li.firli {
	font-size: 16px;
	text-align: center;
	position: relative;
}

#mainNav ul.firul li.firli>a {
	color: #000;
	font-weight: 600;
	display: block;
	text-transform: capitalize;
	/*height: 65px;
	line-height: 65px;*/
	width: 100%;
	text-align: center;
	position: relative;
}
#mainNav ul.firul li.firli>a:hover {
	color: #e60012;
}
#mainNav ul.firul li.act>a {
	color: #e60012;
}
#mainNav ul.secul {
	position: absolute;
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	flex-wrap: wrap;
	top: 60px;
	left: -80px;
	z-index: 9999;
	background: rgba(255,255,255,.9);
    width: 220px;
    /*overflow: hidden;*/
    -webkit-box-shadow: 0 0 10px #c3c3c3;
	-moz-box-shadow: 0 0 10px #c3c3c3;
	box-shadow: 0 0 10px #c3c3c3;
    display: none;
}
#mainNav ul.secul li.secli {
	width: 100%;
	border-bottom: 1px solid #dad8d5;
	position: relative;
}
#mainNav ul.secul li.secli .secli_icon {
	position: absolute;
	top: 50%;
	right: 2px;
	transform: translate(-1px,-50%);
}
#mainNav ul.secul li.secli a {
	display: block;
	color: #333;
	font-size: 16px;
	transition: all 0s;
	text-transform: capitalize;
	padding: 18px 20px;
}
#mainNav ul.secul li.secli a:hover {
	color: #e60012;
}
#mainNav ul.thiul {
	position: absolute;
	top: 0;
	right: 0;
	width: 220px;
	transform: translateX(100%);
	background: rgba(255,255,255,.9);
	-webkit-box-shadow: 0 0 10px #c3c3c3;
	-moz-box-shadow: 0 0 10px #c3c3c3;
	box-shadow: 0 0 10px #c3c3c3;
	display: none;
}

#mainNav ul.thiul li.thili {
	border-bottom: 1px solid #dad8d5;
}

@media all and (max-width: 1600px) {
	
}

@media all and (max-width: 1440px) {
	.header_top .header_contact p strong {
		font-size: 16px;
	}
	.header_top .header_contact p {
		font-size: 14px;
	}
	#mainNav ul.firul li.firli {
		font-size: 14px;
	}
	#mainNav ul.secul li.secli a {
		padding: 15px 20px;
		font-size: 14px;
	}
	#mainNav .logo {
		/*width: 200px;*/
	}
	header {
		height: 121px;
	}
	.header_bot {
		padding: 14px 0;
	}
	
}

@media all and (max-width: 1023px) {
	.header_ri {
		display: none;
	}
	.header_bot {
		background-color: #fff;
	}
	header {
		height: 81px;
	}
}

#inBanner {
	position: relative;
}
#inBanner .swiper-slide img {
	display: block;
	width: 100%;
}
#inBanner .inBanner-pagination {
	position: absolute;
	left: 0;
	bottom: 30px;
	width: 100%;
	text-align: center;
	z-index: 2;
}
#inBanner .inBanner-pagination .swiper-pagination-bullet {
	opacity: 1;
	background: #a6a6a6;
	margin: 0 13px;
}
#inBanner .inBanner-pagination .swiper-pagination-bullet-active {
	background: #e60012;
}
#inBanner .inBanner_btn {
	position: absolute;
	
	width: 73px;
	height: 73px;
	line-height: 73px;
	text-align: center;
	z-index: 999;
	background: rgba(255,255,255,.5);
	cursor: pointer;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
}
#inBanner .inBanner-button-prev {
	
	left: 20px;
}
#inBanner .inBanner-button-next{
	right: 20px;
}
#inBanner .inBanner_btn .iconfont {
	color: #fff;
	font-size: 26px;
}
#inBanner .inBanner_btn:hover .iconfont {
	color: #ee3333;
}

.inpro {
	margin: 60px 0 50px;
}

#inPro1 {
	overflow: hidden;
	position: relative;
}

.inpro_item {
	background: linear-gradient(#e0e0e0,#fff,#e0e0e0);
}
.inpro_item_img {
	width: 60%;
}
.inpro_item_img img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.inpro_item_text {
	width: 40%;
	border-left: 1px solid #d6d6d6;
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 70px;
	box-sizing: border-box;
}
.inpro_item_text h4 a {
	font-size: 24px;
}
.indexpro-page{
	position: absolute;
	bottom: 52px;
	left: 65%;
	z-index: 2;
	height: 20px;
	padding: 0 20px;
}
/* #inPro1 .inPro1-pagination {
	position: absolute;
	bottom: 52px;
	left: 61%;
	z-index: 2;
	width: 150px;
} */
.inpro_con  .inpro_item_text article{
	height: 104px;
	overflow: hidden;
}
#inPro1 .swiper-pagination-bullets,#inPro2 .swiper-pagination-bullets{
	display: flex;
	align-items: center;
}
#inPro1 .inPro1-pagination .swiper-pagination-bullet {
	opacity: 1;
	background: #a6a6a6;
	margin: 0 13px;
	text-indent: 100px;
	overflow: hidden;
	
}
#inPro1 .inPro1-pagination .swiper-pagination-bullet-active {
	color: #e60012;
	background: transparent;
	height: auto;
	text-indent: 0;
	border:none !important;
}
.inPro1-button-next {
	position: absolute;
	top: 0px;
	right: 0;
	margin-top: -2px;
	z-index: 2;
	outline: none;
	cursor: pointer;
}
.inPro1-button-prev {
	margin-top: -2px;
	position: absolute;
	top: 0px;
	left:0;
	z-index: 2;
	outline: none;
	cursor: pointer;
}
.inPro1-button-next:hover span,
.inPro1-button-prev:hover span {
	color: #e60012;
}

#inPro2 {
	overflow: hidden;
	position: relative;
	margin-top: 20px;
}
#inPro2 .indexpro-page{
	left: 5%;
}
#inPro2 .inpro_item {
	flex-direction: row-reverse;
}
#inPro2 .inpro_item .inpro_item_text {
	border-left: none;
	border-right: 1px solid #d6d6d6;
}
/* #inPro2 .inPro2-pagination {
	position: absolute;
	bottom: 92px;
	left: 7%;
	z-index: 2;
	width: 150px;
} */
#inPro2 .inPro2-pagination .swiper-pagination-bullet {
	opacity: 1;
	background: #a6a6a6;
	margin: 0 13px;
	overflow: hidden;
	text-indent: 100px;
}
#inPro2 .inPro2-pagination .swiper-pagination-bullet-active {
	color: #e60012;
	background: transparent;
	height: auto;
	text-indent: 0;
}
.inPro2-button-next {
	position: absolute;
	top: 0px;
	margin-top: -2px;
	right: 0;
	z-index: 2;
	outline: none;
	cursor: pointer;
}
.inPro2-button-prev {
	margin-top: -2px;
	position: absolute;
	top: 0px;
	left: 0;
	z-index: 2;
	outline: none;
	cursor: pointer;
}
.inPro2-button-next:hover span,
.inPro2-button-prev:hover span {
	color: #e60012;
}

@media all and (max-width: 1440px) {
	#inPro1 .inPro1-pagination .swiper-pagination-bullet {
		margin: 0 9px;
	}
	#inPro2 .inPro2-pagination .swiper-pagination-bullet {
		margin: 0 9px;
	}
	.inpro_item_text h4 a {
		font-size: 20px;
	}
	#inPro2 .inPro2-pagination {
		bottom: 82px;
	}
	.inPro2-button-prev,.inPro2-button-next {
		bottom: 80px;
	}
}

@media all and (max-width: 768px) {
	#inPro1 .inPro1-pagination .swiper-pagination-bullet {
		margin: 0 6px;
	}
	#inPro2 .inPro2-pagination .swiper-pagination-bullet {
		margin: 0 6px;
	}
	#inPro2 .inPro2-pagination {
		bottom: 42px;
	}
	.inPro2-button-prev,.inPro2-button-next {
		bottom: 40px;
	}
	.inpro_item_text h4 a {
		font-size: 18px;
	}
}

@media all and (max-width: 600px) {
	.inpro_item_img {
		width: 100%;
	}
	.inpro_item_text {
		width: 100%;
	}
	/* #inPro1 .inPro1-pagination {
		left: 10%;
	} */
	/* .inPro1-button-prev {
		left: 5%;
	}
	.inPro1-button-next {
		right: 64%;
	} */
	/* #inPro2 .inPro2-pagination {
		left: 10%;
	}
	.inPro2-button-next {
		left: 32%;
	} */
	.indexpro-page{
		
		left: 50%;
		transform: translateX(-50%);
		bottom: 30px;
		/* margin: 0 auto; */
	}
	#inPro2 .indexpro-page{
		left: 50%;
	}
}


.inchoose {}
.inchoose_box {
	display: -webkit-box;
}
.inchoose_le {
	width: 50%;
	background-image: url(/wp-content/uploads/2025/06/inchoose_le_bg.jpg);
	background-size: cover;
	position: relative;
	background-position: center !important;
	background-repeat: no-repeat;
}
.inchoose_le_con {
	position: absolute;
	width: 97.5%;
	max-width: 640px;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	padding-right: 5%;
}
.inchoose_le_con h2.in_h2_s {
	color: #fff;
	text-align: left;
}
.inchoose_le_con article {
	color: #fff;
}
.inchoose_le_con .more_btn {
	background-color: #e60012;
	color: #fff;
}

.inchoose_ri {
	width: 50%;
	position: relative;
	cursor: pointer;
}
.inchoose_ri .inchoose_ri_img > img {
	display: block;
	width: 100%;
}
.inchoose_ri_img_bf {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 52px;
	height: 52px;
	transform: translate(-50%,-50%);
}
.inchoose_ri_img_bf img {
	display: block;
	width: 100%;
}

.inabout_video_rsp {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	z-index: 9999;
	display: none;
}
.inabout_video_rsp_close {
	color: #fff;
	position: absolute;
	top: 5%;
	right: 5%;
	font-size: 24px;
	cursor: pointer;
}
.inabout_video_rsp_close:hover {
	color: #016FD0;
}
.inabout_video_box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 60%;
	height: 60%;
}
.inabout_video_rsp .pc-slide-video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.inabout_video_rsp .pc-slide-video iframe,
.inabout_video_rsp .pc-slide-video object,
.inabout_video_rsp .pc-slide-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media all and (max-width: 1366px) {
	.inchoose_ri_img {
		height: 450px;
	}
	.inchoose_ri .inchoose_ri_img > img {
		height: 100%;
	}
}
@media all and (max-width: 768px) {
	.inchoose_box {
		display: block;
	}
	.inchoose_le {
		width: 100%;
	}
	.inchoose_le_con {
		position: inherit;
		transform: translate(0,0);
		max-width: 100%;
		padding: 20px 2.5%;
	}
	.inchoose_ri {
		width: 100%;
		
	}
	.inchoose_ri_img {
		height: auto;
	}
}

@media all and (max-width: 600px) {
	.inabout_video_box {
		width: 90%;
		height: 30%;
	}
}

.innews {}
ul.innewsul {
	margin-right: -2%;
}
ul.innewsul li {
	float: left;
	width: 31.33%;
	margin-right: 2%;
	-webkit-box-shadow: 0 0 10px #f0f0f0;
	-moz-box-shadow: 0 0 10px #f0f0f0;
	box-shadow: 0 0 10px #f0f0f0;
	transition: all .3s;
}
ul.innewsul li:hover {
	transform: translateY(-2%);
}
ul.innewsul li .li_img {
	overflow: hidden;
}
ul.innewsul li .li_img img {
	display: block;
	width: 100%;
	transition: all .3s;
}
ul.innewsul li .li_img:hover img {
	transform: scale(1.1);
}
ul.innewsul li .li_text {
	padding: 30px;
}
ul.innewsul li .li_text .li_text_le {
	width: 55px;
}
ul.innewsul li .li_text .li_text_le .li_text_span1 {
	font-size: 30px;
	color: #333;
	display: block;
}
ul.innewsul li .li_text .li_text_le .li_text_le_cut {
	display: block;
	width: 30px;
	height: 1px;
	background-color: #e60012;
	margin-top: 12px;
}
ul.innewsul li .li_text .li_text_ri {
	width: 80%;
}

ul.innewsul li .li_text .li_text_ri h4 a {
	font-size: 18px;
	line-height: 1.4em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
ul.innewsul li .li_text .li_text_ri article {
	font-size: 14px;
	margin-top: 15px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	height: 70px;
	overflow: hidden;
}

@media all and (max-width: 1440px) {
	ul.innewsul li .li_text .li_text_le {
		width: 100%;
		margin-bottom: 10px;
	}
}

@media all and (max-width: 768px) {
	ul.innewsul li .li_text {
		padding: 20px;
	}
}

@media all and (max-width: 600px) {
	ul.innewsul li {
		width: 98%;
	}
}

.inabout {
	background: #f8f8f8;
}
.inabout_top {}
.inabout_top_logo {
	width: 25%;
}
.inabout_top_logo img {
	display: block;
	max-width: 100%;
}
.inabout_top_ri {
	width: 70%;
}

.inabout_num {}
ul.inaboutnumul {

}
ul.inaboutnumul li {
	float: left;
	width: 25%;
	text-align: center;
	border-left: 1px solid #e3e3e3;
}
ul.inaboutnumul li:last-child {
	border-right: 1px solid #e3e3e3;
}
ul.inaboutnumul li p {
	font-size: 50px;
	font-weight: 900;
	color: #e60012;
	margin-bottom: 12px;
	font-family: 'Abril Fatface', cursive;
}
ul.inaboutnumul li p sub {
	bottom: 0.75em;
}

.inabout_bot {}
#inAbout {
	position: relative;
	overflow: hidden;
}
.inAbout_item {
	position: relative;
	overflow: hidden;
}
.inAbout_item .inAbout_item_img {}
.inAbout_item .inAbout_item_img img {
	display: block;
	width: 100%;
}
.inAbout_item_rsp {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.4);
}
.inAbout_item_rsp p {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	padding: 20px;
	font-size: 16px;
	color: #fff;
	text-transform: capitalize;
}
.inAbout_item:hover .inAbout_item_rsp {
	background: rgba(0,0,0,0);
}

.inAbout-button-prev {
	position: absolute;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: #e60012;
	top: 50%;
	left: 5%;
	transform: translate(-50%,-50%);
	z-index: 2;
	cursor: pointer;
}
.inAbout-button-prev span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
}

.inAbout-button-next {
	position: absolute;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: #e60012;
	top: 50%;
	right: 5%;
	transform: translate(50%,-50%);
	z-index: 2;
	cursor: pointer;
}
.inAbout-button-next span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
}

@media all and (max-width: 1440px) {
	ul.inaboutnumul li p {
		font-size: 40px;
	}
}
@media all and (max-width: 768px) {
	.inabout_top_logo {
		width: 100%;
	}
	.inabout_top_ri {
		width: 100%;
		margin-top: 20px;
	}
	ul.inaboutnumul li {
		width: 50%;
		margin-bottom: 20px;
		border: none;
	}
}

footer {
	background: #000;
}
.fot_top {
	border-bottom: 1px solid #333;
}
.fot_top_logo {
	/*width: 212px;*/
}
.fot_top_logo img {
	display: block;
	width: 200px;
}
.fot_top_nav {
	width: 70%;
}
.fot_top_nav .fot_top_item {
	max-width: 30%;
}
.fot_top_nav .fot_top_item h3 {
	font-size: 18px;
	color: #fff;
	text-transform: capitalize;
	font-weight: 600;
}
.fot_top_nav .fot_top_item > span {
	display: block;
	margin-bottom: 10px;
}
.fot_top_nav .fot_top_item > span:last-child {
	margin-bottom: 0;
}
.fot_top_nav .fot_top_item > span a {
	display: block;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	color: #fff;
	line-height: 25px;
}
.fot_top_nav .fot_top_item > span a:hover {
	color: #e60012;
}
.fot_top_nav .fot_top_item > p {
	margin-bottom: 10px;
}
.fot_top_nav .fot_top_item > p span {
	line-height: 25px;
	color: #fff;
}
.fot_top_nav .fot_top_item > p span a {
	color: #fff;
}

.fot_bot {
	padding: 20px 0;
}
.fot_bot p {
	line-height: 25px;
	color: #999;
}
.fot_bot p a {
	color: #999;
}
.fot_bot p a:hover {
	color: #e60012;
}

@media all and (max-width: 768px) {
	.fot_top_nav {
		width: 100%;
		margin-top: 30px;
	}
}
@media all and (max-width: 750px) {
	.fot_bot {
		padding-bottom: 120px;
	}
}
@media all and (max-width: 600px) {
	/*.fot_top_nav {
		display: none;
	}*/
	.fot_top_nav .fot_top_item {
		display: none;
	}
	.fot_top_nav .fot_top_item:last-child {
		display: block;
		width: 100%;
		max-width: 100%;
	}
}

