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

header {
	width: 100%;
	/*height: 90px;*/
}
.header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	/*-webkit-box-shadow: 0 0 10px #c3c3c3;
	-moz-box-shadow: 0 0 10px #c3c3c3;
	box-shadow: 0 0 10px #c3c3c3;*/
	z-index: 9999;
	padding: 10px 0;
	background:url(../images/header_nav_deep_bg.png) no-repeat center;
	background-size: cover;
}

.header_nav_deep {
	/*background-image: linear-gradient(rgba(0,0,0,.8), rgba(0,0,0,0));*/
	
	/*transition: all 0.2s;*/
	-webkit-box-shadow: 0 0 10px #444;
	-moz-box-shadow: 0 0 10px #444;
	box-shadow: 0 0 10px #444;
	background: #f1f1f1;
}
.header_nav_deep:after {
	content: "";
    width:100%;
    height:100%;
    position: absolute;
    left:0;
    top:0;
    background: #fff;
/*     filter: blur(40px); */
    z-index: -1;
}

/*.header_nav_fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	background-color: #807f7c;
	-webkit-box-shadow: 0 0 10px #f8f8f8;
	-moz-box-shadow: 0 0 10px #f8f8f8;
	box-shadow: 0 0 10px #f8f8f8;
}*/
header .logo {
	width: 180px;
}
header .logo img {
	display: block;
	width: 100%;
}
@media all and (max-width: 1023px) {
	header .logo {
		width: 80px;
	}
	header {
		height: 54px;
	}
}

.header_ri_box {
	width: 900px;
	justify-content: flex-end;
}

@media all and (max-width: 1200px) {
	.header_ri_box {
		width: 700px;
	}
}
@media all and (max-width: 1023px) {
	.header_ri_box {
		display: none;
	}
}

#mainNav {
	width: 90%;
	margin-right: 30px;
}
#mainNav ul.firul {
	width: 100%;
}
#mainNav ul.firul li.firli {
	font-size: 16px;
	text-align: center;
	/*width: 14%;*/
	position: relative;
}
#mainNav ul.firul li.firli>a {
	color: #fff;
	display: block;
	text-transform: capitalize;
	height: 70px;
	line-height: 70px;
	width: 100%;
	text-align: center;
	position: relative;
}
#mainNav ul.firul li.firli>a:after {
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	
	background-size: cover;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: -1;
	opacity: 0;
	transform: all 0.3s;
}
#mainNav ul.firul li.firli>a:hover {
	color: var(--tg-primary-color);
	text-shadow: 1px 0 0 currentColor;
}
#mainNav ul.firul li.firli_act>a {
	color: var(--tg-primary-color);
	text-shadow: 1px 0 0 currentColor;
}
#mainNav ul.firul li.firli>a:hover:after {
	opacity: 1;
}
#mainNav ul.secul {
	position: absolute;
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	flex-wrap: wrap;
	top: 80px;
/* 	left: -80px; */
	z-index: 9999;
	background: #fff;
    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 #eee;
	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: #666;
	font-size: 16px;
	transition: all 0s;
	text-transform: capitalize;
	padding: 18px 20px;
}
#mainNav ul.secul li.secli a:hover {
	color: var(--tg-primary-color);
	text-shadow: 1px 0 0 currentColor;
}
#mainNav ul.thiul {
	position: absolute;
	top: 0;
	right: 0;
	/*width: 220px;*/
	width: 440px;
	transform: translateX(100%);
	background-color: #fff;
	-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 {
	float: left;
	width: 48%;
	border-bottom: 1px solid #eee;
}
#mainNav ul.thiul li.thili a {
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

@media all and (max-width: 1366px) {
	#mainNav ul.secul li.secli a {
		padding: 15px 20px;
		font-size: 14px;
	}
}

.header_ri > a span.iconfont {
	color: #fff;
	font-size: 20px;
	width: 20px;
	height: 23px;
	display: block;
}

@media all and (max-width: 1023px) {
	.header_ri {
		display: none;
	}
}

.header_nav_deep #mainNav ul.firul li.firli>a {
	color: #333;
}
.header_nav_deep .header_ri > a span.iconfont {
	color: #333;
}
.header_nav_deep #mainNav ul.firul li.firli>a:hover {
	color: #e71f19;
	text-shadow: 1px 0 0 currentColor;
}
.header_nav_deep #mainNav ul.firul li.firli_act>a {
	color: #e71f19;
	text-shadow: 1px 0 0 currentColor;
}

#inBanner {
	position: relative;
width: 100%;
	height: auto ; /* 取消固定高度 */
    aspect-ratio: 1920 / 850; /* 强制锁定宽高比，浏览器会自动计算占位高度 */
    min-height: 1px;
    overflow: hidden; /* 防止未加载时溢出 */
}
#inBanner .swiper-slide img {
	display: block;
	width: 100%;
	max-width: 100%;
	aspect-ratio: 1920 / 850; 
}
#inBanner .inbanner_text {
	position: absolute;
	top: 0;
	left: 0;
	width: 35%;
	height: 100%;
	/*background: rgba(0,0,0,.2);*/
}
#inBanner .inbanner_text .inbanner_box {
	/*background: rgba(0,0,0,0.6);*/
	width: 67%;
	height: 100%;
	margin-left: auto;
	padding-top: 30%;
	padding-right: 3%;
}
#inBanner .inbanner_text .inbanner_box h2 {
	font-size: 60px;
	color: #fff;
	font-weight: 600;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 1.2em;
}
#inBanner .inbanner_text .inbanner_box h3 {
	font-size: 16px;
	color: #fff;
	margin-top: 30px;
}
#inBanner .inBanner_btn {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 73px;
	height: 73px;
	line-height: 73px;
	text-align: center;
	z-index: 999;
	background: rgba(255,255,255,.5);
	cursor: pointer;
	left: 35%;
}
#inBanner .inBanner-button-prev {
	left: 10%;
    transform: translateX(-100%);
    top: 50%;
}
#inBanner .inBanner_btn span.iconfont {
	color: #fff;
	font-size: 20px;
}
#inBanner .inBanner_btn:hover span.iconfont {
	color: #ee3333;
}
#inBanner .inBanner-pagination {
	position: absolute;
	left: 0;
	bottom: 30px;
	width: 100%;
	text-align: center;
	z-index: 9;
}
#inBanner .inBanner-pagination .swiper-pagination-bullet {
	opacity: 1;
	background-color: #fff;
	margin: 0 12px;
	position: relative;
}
#inBanner .inBanner-pagination .swiper-pagination-bullet:before {
	content: "";
	position: absolute;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: 1px solid transparent;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
#inBanner .inBanner-pagination .swiper-pagination-bullet-active:before {
	border-color: #fff;
}

.inPro_btn {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	position: absolute;
	border: 1px solid #fff;
	cursor: pointer;
	z-index: 9;
}
.inPro_btn span.iconfont {
	color: #fff;
}

.inBanner-button-next {
	right: 5%;
	top: 55%;
	transform: translate(0,-50%);
}
.inBanner-button-prev {
	left: 5%;
	top: 50%;
	transform: translate(0,-50%);
}
.inPro_btn span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 20px;
	font-weight: 600;
}
.inPro_btn:hover {
	border-color: #e71f19;
}
.inPro_btn:hover span.iconfont {
	color: #e71f19;
}

/*inpro*/
.inpro {}
.inpro_btn_box {
	width: 110px;
}
.inpro_btn_box p {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	position: relative;
	border: 1px solid #9b9b9b;
	cursor: pointer;
}
.inpro_btn_box p span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 20px;
	font-weight: 600;
}
.inpro_btn_box p:hover {
	border-color: #e71f19;
}
.inpro_btn_box p:hover span.iconfont {
	color: #e71f19;
}

@media all and (max-width: 1440px) {
	.inpro_btn_box p {
		width: 40px;
		height: 40px;
	}
	.inpro_btn_box p span {
		font-size: 16px;
	}
}

#inPro {
	overflow: hidden;
	position: relative;
	padding:10px 0;
}
.inpro_item {
	position: relative;
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.15);
}
.inpro_img {}

.inpro_img img {
	display: block;
	width: 100%;
	transition: transform 0.3s ease; /* 0.3s是动画时长，可调整 */
}

/* 鼠标悬浮在父元素.inpro_img上时，图片缩放 */
.inpro_item:hover img {
    transform: scale(1.05); /* 缩放比例：1.05表示放大5%，可按需调整 */
}


.inpro_text {
	position: absolute;
	left: 0;
	bottom: 0;
	/*background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.8));*/
	padding: 20px;
	width: 100%;
	z-index: 10;
}
.inpro_text h4 a  {
	font-size: 18px;
	/*color: #fff;*/
	color: #000;
}
.inpro_text h4 a:hover  {
	color: var(--tg-primary-color);
}

.inpro_text h4 {
/* 	margin-bottom: 10px; */
}
.inpro_rsp {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	opacity: 0;
}
.inpro_rsp img {
	display: block;
	width: 100%;
}
.inpro_item:hover .inpro_rsp {
	opacity: 1;
}

.inPro_btn {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	position: absolute;
	border: 1px solid #fff;
	cursor: pointer;
	z-index: 9;
}
.inPro_btn span.iconfont {
	color: #fff;
}

.inPro-button-next {
	right: 2%;
	top: 50%;
	transform: translate(0,-50%);
}
.inPro-button-prev {
	left: 2%;
	top: 50%;
	transform: translate(0,-50%);
}
.inPro_btn span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 20px;
	font-weight: 600;
}
.inPro_btn:hover {
	border-color: var(--tg-primary-color);
}
.inPro_btn:hover span.iconfont {
	color: var(--tg-primary-color);
}


@media all and (max-width: 1440px) {
	.inpro_text {
		padding:10px;
	}
	.inpro_text h4 a {
		font-size: 14px;
	}
}

/*innum*/
.innum {}
.innum_item {
	width: 30%;
	text-align: center;
}
.innum_item > p {
	font-size: 88px;
	color: #444;
	font-weight: 900;
}
.innum_item article {
	font-size: 20px;
	color: #888;
}

@media all and (max-width: 1440px) {
	.innum_item > p {
		font-size: 50px;
	}
	.innum_item article {
		font-size: 16px;
	}
}
@media all and (max-width: 768px) {
	.innum_item > p {
		font-size: 35px;
	}
	.innum_item article {
		font-size: 14px;
	}
}
/*ininter*/
.ininter_wrap {
	width: 97.5%;
	max-width: 1600px;
	align-items: center;
	margin: 0 auto;
}
.ininter_le {
	width: 56%;
	position: relative;
}
.ininter_le > img {
	display: block;
	width: 100%;
	    /* 强制锁定比例，浏览器会在图片加载前就留好位置 */
    aspect-ratio: 563 / 529; 
    display: block;
}
.ininter_le .ininter_le_start {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 147px;
	height: 147px;
	cursor: pointer;
}
.ininter_le .ininter_le_start img {
	display: block;
	width: 100%;
	aspect-ratio: 410 / 446;
}
.ininter_ri {
	width: 42%;
}

.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: #6abe52;
}
.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%;
}
.ininter_ri_text {
	padding: 5%;
	-webkit-box-shadow: 0 0 10px #e8eef2;
	-moz-box-shadow: 0 0 10px #e8eef2;
	box-shadow: 0 0 10px #e8eef2;
	transform: translate(-15%,20%);
	background-color: #fff;
	margin-top: 2%;
}
.ininter_ri_text_item {
	text-align: center;
	width: 32%;
}
.ininter_ri_text_item_icon {
	width: 60px;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
}
.ininter_ri_text_item_icon img {
	display: block;
	width: 100%;
}
.ininter_ri_text_item p {
	margin-top: 20px;
	color: #1e1e1e;
	font-size: 16px;
	font-weight: 600;
	display: block;
}

@media all and (max-width: 1280px) {
	/*.ininter_ri {
		width: 60%;
		margin-left: -18%;
	}*/
}
@media all and (max-width: 1024px) {
	.ininter_wrap {
		width: 95%;
		margin-left: auto;
		margin-right: auto;
	}
	.ininter_le {
		width: 100%;
	}
	.ininter_ri {
		width: 100%;
		margin-top: 30px;
	}
	.ininter_ri_text {
		transform: translate(0%,0%);
		margin-top: 20px;
	}
}

@media all and (max-width: 500px) {
	.ininter_ri_text_item {
		width: 49%;
		margin-top: 20px;
	}
}

/*inblog*/
.inblog {}
#inBlog {
	position: relative;
	overflow: hidden;
}

@media all and (max-width: 500px) {
	#inBlog {
		padding-bottom: 50px;
	}
}

.inblog_item_box {
	margin-right: -4%;
}
.inblog_item {
	float: left;
	width: 25%;
	margin-right: 2%;
}
.inblog_item .inblog_item_img {
	position: relative;
}
.inblog_item .inblog_item_img:after {
	content: "";
	position: absolute;
	right: 0%;
	bottom: 0;
	width: 66px;
	height: 66px;
	background: url(/wp-content/uploads/2025/10/logo1-2.png) no-repeat center;
	background-size: cover;
	transform: translate(-20px,50%);
	transition: all .3s;
}
.inblog_item .inblog_item_img img {
	display: block;
	width: 100%;
}
.inblog_item .inblog_item_text {
	-webkit-box-shadow: 0 0 10px #e8eef2;
	-moz-box-shadow: 0 0 10px #e8eef2;
	box-shadow: 0 0 10px #e8eef2;
	background-color: #fff;
	padding: 30px 20px;
}

.inblog_item .inblog_item_text article {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	height: 75px;
}

.inblog_item_big {
	width: 42%;
}
.inblog_item_big .inblog_item_img {
	width: 90%;
	margin-left: auto;
	position: relative;
}
.inblog_item_big .inblog_item_img:after {
	content: "";
	position: absolute;
	right: 0%;
	bottom: 0;
	width: 44px;
	height: 44px;
	background: url(/wp-content/uploads/2025/10/more-blog.png) no-repeat center;
	background-size: cover;
	transform: translate(-20px,50%);
}
.inblog_item_big .inblog_item_img img {
	display: block;
	width: 100%;
}
.inblog_item_big .inblog_item_text {
	-webkit-box-shadow: 0 0 10px #e8eef2;
	-moz-box-shadow: 0 0 10px #e8eef2;
	box-shadow: 0 0 10px #e8eef2;
	width: 70%;
	margin-top: -20.5%;
	background-color: #fff;
	padding: 30px 20px;
	position: relative;
	z-index: 9;
}
.inblog_item_text h4 a {
	font-size: 18px;
	line-height: 1.4em;
	display: block;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.inblog_item_text h4 {
	margin-bottom: 20px;
}
.inblog_item_text span {
	display: block;
	color: #888;
	margin-top: 20px;
}

#inBlog .inBlog-pagination {
	position: absolute;
	left: 0;
	border-bottom: 0;
	width: 100%;
	text-align: center;
	z-index: 9;
}
 .inBlog-pagination .swiper-pagination-bullet {
	opacity: 1;
	background: #d1d1d1;
	width: 10px;
	height: 10px;
	position: relative;
}
 .inBlog-pagination .swiper-pagination-bullet:before {
	content: "";
	position: absolute;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: -1;
}
 .inBlog-pagination .swiper-pagination-bullet-active:before {
	background: #e6e6e6;
}

.inBlog-button-next {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(300%,-50%);
	cursor: pointer;
	z-index: 10;
}
.inBlog-button-next span.iconfont {
	color: #aeaeae;
}
.inBlog-button-prev {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-400%,-50%);
	cursor: pointer;
	z-index: 10;
}
.inBlog-button-prev span.iconfont {
	color: #aeaeae;
}
.inBlog-button-next:hover span.iconfont {
	color: #e71f19;
}
.inBlog-button-prev:hover span.iconfont {
	color: #e71f19;
}

/*.inblog_item:hover .inblog_item_img:after {

}
*/
@media all and (max-width: 768px) {  
	.inblog_item {
		width: 48%;
	}
	.inblog_item_big {
		width: 98%;
		margin-bottom: 20px;
	}
}

/*intipsection*/
.intipsection {
	background:url(/wp-content/uploads/2025/10/Form.jpg) no-repeat center;
/* 	background: url(../images/intipsection_bg.jpg) no-repeat center; */
	background-size: cover;
	height: 419px;
	position: relative;
}
.intipsection_text {
	position: absolute;
	width: 90%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 9;
	text-align: center;
}
.intipsection_text h2 {
	font-size: 36px;
	font-weight: 600;
	color: #fff;
}
.intipsection_text h3 {
	color: #fff;
	max-width: 500px;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
}
.intipsection_text .in_share {
	margin-left: auto;
	margin-right: auto;
	width: 180px;
}
.intipsection_text .in_share a {
	border: 2px solid #fff;
/* 	background: #365b8c; */
}
.intipsection_text .in_share a span.iconfont {
	color: #fff;
}
.intipsection_text .in_share a:hover {
	background: none;
}
.intipsection_text .more_btn {
	background: #fff;
	border: none;

}

.intipsection_text .more_btn:hover {
	color: #fff;
	background-color: var(--tg-primary-color);
}

@media all and (max-width: 1440px) {
	.intipsection_text h2 {
		font-size: 30px;
	}
}
@media all and (max-width: 768px) {
	.intipsection_text h2 {
		font-size: 24px;
	}
}
footer {}
.fot_main {
	background: url(../images/foot_top_bg.jpg) no-repeat center;
	background-size: cover;
}
.fot_main_top {
	padding-top: 35px;
	padding-bottom: 20px;
	border-bottom: 1px solid #2e2e2e;
}
.fot_nav {
	width: 60%;
}
.fot_nav li a {
	color: #b7babc;
	border-bottom: 1px solid transparent;
	font-size: 16px;
	text-transform: capitalize;
}
.fot_nav li a:hover {
	color: #fff;
	border-color: #fff;
}
.fot_main_bot {

}
.fot_main_bot > .wrap {
	/*flex-wrap: nowrap;*/
}
.fot_main_bot_item {
	width: 25%;
}
.fot_main_bot_item h3 {
	font-size: 22px;
	color: #fff;
	text-transform: capitalize;
}
.fot_main_bot_item article {
	font-size: 16px;
	color: #ccc;
}
/*.fot_main_bot_item_about {
	width: 34%;
}
.fot_main_bot_item_pro {
	width: 130px;
}
.fot_main_bot_item_contact {
	width: 28%;
}*/

ul.fot_pro_nav {}
ul.fot_pro_nav li {
	margin-bottom: 10px;
}
ul.fot_pro_nav li:last-child {
	margin-bottom: 0;
}
ul.fot_pro_nav li a {
	color: #b7babc;
	font-size: 16px;
	border-bottom: 1px solid transparent;
}
ul.fot_pro_nav li a:hover {
	border-color: #fff;
	color: #fff;
}
.fot_main_bot_item_contact {}
.fot_main_bot_item_contact p {
	margin-bottom: 20px;
	font-size: 16px;
	color: #b7babc;
}
.fot_main_bot_item_contact p:last-child {
	margin-bottom: 0;
}
.fot_main_bot_item_contact p img {
	
	width: 10%;
}
.fot_main_bot_item_contact p span {
	width: 90%;
	padding-left: 10px;
}
.fot_main_bot_item_contact p span a {
	color: #b7babc;
	border-bottom: 1px solid transparent;
}
.fot_main_bot_item_contact p span a:hover {
	color: #fff;
	border-color: #fff;
}

.fot_tip {
	background-color: #232323;
	color: #4c4c4c;
	font-size: 16px;
	padding: 15px 0;
	line-height: 25px;
}
.fot_tip span a {
	color: #4c4c4c;
	border-bottom: 1px solid #4c4c4c;
}
.fot_tip span a:hover {
	color: #fff;
	border-color: #fff;
}

@media all and (max-width: 1440px) {
	.fot_nav li a {
		font-size: 14px;
	}
	ul.fot_pro_nav li a {
		font-size: 14px;
	}
	.fot_main_bot_item article {
		font-size: 14px;
	}
	.fot_main_bot_item_contact p {
		font-size: 14px;
	}
	.fot_tip {
		font-size: 14px;
	}
	.fot_main_bot_item h3 {
		font-size: 18px;
	}
}
@media all and (max-width: 768px) {
	.fot_main_bot {
		display: none;
	}
	.fot_nav {
		width: 80%;
	}
}

@media all and (max-width: 750px) {
	.fot_tip {
		padding-bottom: 110px;
	}
}

@media all and (max-width: 600px) {
	.fot_main_top {
		display: none;
	}
	.fot_tip .in_share {
		margin-right: auto;
		margin-left: auto;
		margin-top: 20px;
	}
}


 

.ul_proul  .li_img {
	position: relative;
	overflow: hidden;
}
.ul_proul  .li_img:before {
	content: "";
	position: absolute;
	width: 45px;
	height: 37px;
	/*background: url(../images/inpro_logo.png) no-repeat center;*/
	background-size: cover;
	top: 5%;
	left: 5%;
	z-index: 9;
}
.ul_proul  .li_img img {
	transition: all .5s;
	display: block;
	width: 100%;
}
.ul_proul  .li_img:hover img {
	transform: scale(1.2);
}
.ul_proul  .li_text {
	background-color: #f0f0f0;
	padding: 20px 5%;
	position: relative;
}
.ul_proul .li_text:after {
	content: "";
	position: absolute;
	width: 70px;
	height: 73px;
	background: url(../images/proul_icon.png) no-repeat center;
	background-size: cover;
	top: 0;
	right: 0;
	transform: translate(14px,-13px);
}
.ul_proul h4 a {
	font-size: 18px;
	/*color: #313131;*/
	font-weight: 700;
	display: block;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
@media all and (max-width: 1440px) {
	.ul_proul h4 a {
		font-size: 16px;
	}
.ul_proul .li_text {
		padding: 15px 5%;
	}
.ul_proul .li_text:after {
		width: 60px;
		height: 62px;
		transform: translate(12px,-13px);
	}
}
@media all and (max-width: 600px) {
.ul_proul .li_text:after {
		display: none;
	}
.ul_proul h4 a {
		font-size: 14px;
	}
.ul_proul .li_text {
		padding: 8px 2%;
	}
}


.section_top120{
    margin-top: 120px;
}

#inPrinting {
    position: relative;
}


.about_cer_wrap {
	position: relative;
}

.cer_btn {
	width: 48px;
    height: 48px;
    border-radius: 50%;
    position: relative;
    border: 1px solid #9b9b9b;
    cursor: pointer;
}
.cer_btn  span {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 20px;
    font-weight: 600;
}
.cer_btn:hover {
	border-color:#e71f19;
}
.cer_btn:hover span {
	color: #e71f19;
}

.cer_btn_prev {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(-200%,-50%);
}
.cer_btn_next {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(200%,-50%);
}


#aboutCer {
	position: relative;
	overflow: hidden;
	padding: 3px;
}
#aboutCer .about_cer_img {
	padding: 20px 0;
	-webkit-box-shadow: 0 0 10px #ddd;
	-moz-box-shadow: 0 0 10px #ddd;
	box-shadow: 0 0 10px #ddd;
}
#aboutCer .about_cer_img img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
	transition:transform 0.5s ease;
}
#aboutCer .about_cer_img:hover img {
 transform:scale(1.2);
}



.whyus_new{
  margin-top: 50px;
}

.whyus_new:hover {
/* 	background:rgba(231, 31, 25, 0.09); */
}

.whyus_new_left img {
  width: 100%;
}

.whyus_new_right {
/*   margin-top: 30px; */
}

.whyus_new_right>h2 {
  font-size: 32px;
  color: #333;
}

.whyus_new_right>div {
  margin-top: 20px;
  font-size: 20px;
	line-height:1.5em;
	color:#000;
}

.whyus_new_right>a {
  padding: 10px 25px;
  border-radius: 30px;
  font-size: 16px;
  color: #fff;
  background: #e71f19;
  transition: .3s;
  display: inline-block;
  margin-top: 25px;
}

.whyus_new_right>a:hover {
  opacity: .8;
}

@media (min-width: 992px) {
  .whyus_new {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .whyus_new_left {
    width: 46%;
  }

  .whyus_new_right {
    width: 49%;
    margin-top: 0;
  }
} 
@media (max-width: 768px) {
  .whyus_new_right>h2 {
    font-size: 20px;
  }

  .whyus_new_right>div {
    font-size: 14px;
  }
}

 #whyus_swiper{
  position: relative;
 }

.whyus_btns {
  display: flex;
  justify-content: center;
  margin-top: 35px;
}

.whyus_btns .inPro_btn {
  position: relative;
  border-color: #666;
  top: 0;
  left: 0;
  right: 0;
  transform: translate(0, 0);
  margin: 0 10px;
}

.whyus_btns .inPro_btn span.iconfont {
  color: #666;
}

.whyus_btns .inPro_btn:hover {
  border-color: #e71f19;
}

.whyus_btns .inPro_btn:hover span.iconfont {
  color: #e71f19;
}
@media (max-width:768px) {
	.inBanner-button-next {
	right: 5%;
	top: 55%;
	transform: translate(0,-50%);
	
    }
    #inBanner .inBanner-button-prev {
        left: 15%;
        transform: translateX(-100%);
        top: 45%;
    }
    #inBanner{
       aspect-ratio: 750 / 400;
       min-height: 180px;
    }
    #inBanner .swiper-slide img{
         aspect-ratio: 750 / 400;
    }
    #inPro{
        height: 218px;
    }
}