/*公共样式*/
.fl {
	float: left;
}
.fr {
	float: right;
}
.clearfix:before,
.clearfix:after {
	content: ' ';
	display: inline-block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	*zoom: 1;
}
.ab {
	position: absolute;
}
.hidden {
	display: none;
}

.container {
	width: 100%;
	min-height: 700px;
	overflow: hidden;
}
.container_main {
	width: 90%;
	max-width: 1400px;
	margin: 0 auto;
}
.content {
	z-index: 111;
	position: relative;
	width: 100%;
	margin: 0 auto;
}
.posa {
	position: absolute;
}
.pf {
	font-family: 'pingfang' !important;
}
/*公共头部*/
.header_container {
	position: fixed;
	z-index: 999;
	width: 100%;
	/* width: 1610px; */
	height: 100px;
	margin-top: 0;
	/*min-width: 1260px;*/
	/* background: #f9f9f9; */
}
.animate {
	transition: all 0.3s ease-in-out;
}
.header_bg {
	position: fixed;
	width: 100%;
	height: 100px;
	/* background: rgba(0, 0, 0, 0.6); */
	margin: 0 auto;
	margin-top: 0;
	left: 0;
	right: 0;
	top: 0;
	box-shadow: 0px 5px 40px -2px rgba(7, 0, 2, 0.6);
}
.header_box {
	width: 100%;
	height: 100px;
	/* background: linear-gradient(180deg, #141930 0%, rgba(15, 32, 87, 0) 177.04%); */
	background-color: #3E3A39;
	filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.02));
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header_box_logo {
	min-width: 137px;
	width: 137px;
	margin-left: 36px;
	font-size: 0;
}
.header_box_logo img {
	width: 100%;
	height: 100%;
}

.header_box_searchtel {
	padding: 0 20px;
	height: 52px;
	/* margin-right: 30px; */
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.header_box_searchtel a {
	width: 50px;
	height: 50px;
	top: auto;
	right: auto;
	margin: 0 10px;
}
.header_box_searchtel a div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #D0121B;
}
.search-wrap {
	width: 100%;
	position: absolute;
	top: 100%;
	height: 0;
	overflow: hidden;
	background-color: rgba(249, 249, 249, 0.8);
	transition: all 0.3s ease-in-out;
	display: flex;
	justify-content: center;
	align-items: center;
}
.search-box {
	width: 300px;
	height: 52px;
	/* border-radius: 35px; */
	/* background: #eeeeee; */
	border-bottom: 1px solid #00683d;
	user-select: none;
}
.offBtn {
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #a4a4a4;
	position: absolute;
	top: 20px;
	right: 30px;
}
.search_btn1 {
	width: 60px;
	height: 52px;
	background: url(../img/common/search_icon.png) no-repeat;
	background-position: center;
	top: 24px;
	margin-left: 232px;
}
.search_input {
	width: 200px;
	height: 50px;
}
.header_box_search {
	position: relative;
	width: 220px;
	height: 52px;
	background: #eeeeee url('../img/common/search_icon.png') no-repeat;
	background-position: center;
	cursor: pointer;
	border-radius: 25px;
	margin-right: 15px;
	overflow: hidden;
}
.header_box_search_box {
	width: 200px;
	height: 52px;
}
.header_box_search_input {
	width: 210px;
	height: 50px;
	padding-left: 20px;
	font-size: 14px;
	background-color: rgba(249, 249, 249, 0);
	border: none;
	user-select: none;
}
.search_btn {
	width: 21px;
	height: 21px;
	background: url(../img/common/search_icon.png) no-repeat;
	background-position: 14px 13px;
	right: 45px;
	top: 40px;
	background-size: 20px 20px;
}
.vertical {
	font-size: 16px;
	color: #fff;
}
.header_box_tel {
	width: 120px;
	height: 50px;
	border: 1px solid #00683d;
	border-radius: 25px;
	background: url('../img/common/tel_icon.png') no-repeat;
	background-position: 6px center;
	display: flex;
	align-items: center;
	padding-left: 60px;
	color: #00683d;
	font-size: 16px;
	cursor: pointer;
}
.header_box_language {
	width: 40px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}

.header_box_nav {
	min-width: 650px;
	height: 100%;
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.header_box_nav ul {
	height: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
	color: #c1c1c1;
	margin-left: -30px;
}
.header_box_nav ul li {
	height: 100%;
	line-height: 80px;
	font-size: 20px;
	display: flex;
	transition: 0.3s;
}
.header_box_nav ul li a:nth-child(2){
	cursor: default;
}
.header_box_nav ul li a:nth-child(3){
	cursor: default;
}
.header_box_nav ul li a:nth-child(4){
	cursor: default;
}
.header_box_nav ul li a:nth-child(6){
	cursor: default;
}
.nav_first {
	align-items: center;
	padding-left: 17px;
	position: relative;
}
.header_box_nav .nav {
	height: 100%;
}
.header_box_nav ul li a {
	color: #fff;
	font-family: 'SourceHanSerifSC';
}

 .header_box_nav ul li a:not([href]) {
	cursor: default;
	pointer-events: none; /* 使链接不可点击 */
}
.header_box_nav ul li.curr a {
	position: relative;
	display: block;
	color: #D0121B;
	font-weight: bold;
	font-family: 'SourceHanSerifSC';
}

/* .nav_first:hover .nav_second ul,
.nav_second ul:hover {
	display: block; 
} */
.nav_first:hover a {
	color: #D0121B;
}
.nav_first:hover .nav_second {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
}
.header_box_nav ul li .nav_second {
	position: absolute;
	top: 100px;
	left: 30px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: all 0.46s ease-in-out;
}
.header_box_nav ul li:nth-child(3) .nav_second{
	left: -45px;
}

/* .header_box_nav ul li:nth-child(4) .nav_second{
	left: -46px;
} */
.header_box_nav ul li .nav_second ul {
	/* width: 100vw; */
	/* height: 120px; */
	display: flex;
	/* background-color: rgba(255, 255, 255, 0.87); */
	transition: all 0.46s ease-in-out;
	margin-left: 0;
}
.nav_second_conter {
	/* width: 1200px; */
	height: 100%;
	margin: 0 auto;
	/* background-color: rgba(255, 255, 255, 0.87); */
}
.nav_conter_list {
	width: 100%;
	height: 100%;
	/* height: 176px; */
	padding: 10px 10px 10px 10px;
	display: flex;
	flex-direction: column;
	/* align-items: center; */
	justify-content: center;
	/* background: #fff; */
	background-color: rgba(255, 255, 255, 0.87);
	text-align: center;
    align-items: center;
}

.header_box_nav ul li .nav_second ul li {
	/* min-width: 25%; */
	/* position: unset; */
	padding: 0;
	line-height: 40px;
	/* color: unset; */
	font-weight: normal;
	/* margin-right: 40px; */
	height: 40px;
}
.nav_second_title {
	color: #D0121B;
	font-size: 24px;
	font-weight: bold;
}
.header_box_nav ul li .nav_second ul li a {
	color: #333;
	line-height: 40px;
	font-weight: bold;
	text-decoration: none;
	display:flex;
  align-items:center;
	font-family: 'SourceHanSerifSC';
}
.nav_second_box {
	display: flex;
	height: 40px;
	align-items: center;
	white-space: nowrap;
}
.nav_yuan {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #D0121B;
}
.nav_sec_conter {
	/* margin-left: 8px; */
	color: #000;
	font-size: 16px;
}
.nav_icon_box {
	width: 23px;
	height: 23px;
	display: flex;
	margin-left: 20px;
	border-radius: 50%;
	background-color: #e3e3e3;
	justify-content: center;
	align-items: center;
}
.nav_icon_box .conter_icon_box {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 19px;
	min-height: 19px;
	border-radius: 50%;
	background-color: #fff;
}
.nav_icon_box svg {
	width: 8px;
}

.nav_second_box:hover .nav_icon_box,
.nav_second_box:hover .conter_icon_box {
	background-color: #D0121B !important;
	/* box-shadow: 0 3px 18px rgba(32, 66, 119, 0.4); */
}
.nav_second_box:hover .nav_sec_conter {
	color: #D0121B;
}
.nav_second_box:hover svg path {
	fill: #fff;
	transform: rotate(-30deg); /* 旋转角度为-30度 */
	transform-origin: center center; /* 以中心为圆点 */
}

/* .header_box_nav ul li:hover,
.header_box_nav ul li .nav_second ul li a:hover {
	color: #00683d;
} */

/* .subline {
	position: relative;
	height: 10px;
	border-radius: 2px;
	position: absolute;
	bottom: -6px;
	pointer-events: none;
	user-select: none;
}
.subline::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 4px;
	background: #2861a6;

} */
/*公共底部*/
.footer_container {
	position: relative;
	width: 100%;
	/*  min-width: 1000px;*/
	padding-top: 20px;
	min-height: 261px;
	z-index: 99;
	background-color: #3E3A39;
}
.footer_conter {
	width: 80%;
	height: 100%;
	margin: 0 auto;
	max-width: 1500px;
}
.footer_title {
	height: 75px;
	line-height: 75px;
	width: 100%;
	border-bottom: 1px #444444 solid;
	color: #a0a0a0;
	display: flex;
	font-size: 14px;
}
.footer_title > span:first-child {
	min-width: 65px;
}
.footer_title .text_title {
	min-width: 65px;
}
.link_box {
	width: 92%;
	white-space: nowrap;
	overflow: hidden;
}
.link_box div {
	white-space: nowrap;
	display: inline-block;
}
.link_box a {
	display: inline-block; /* 让链接水平排列 */
	margin: 0 10px;
}
.footer_title a {
	color: #a0a0a0;
}
.ge {
	padding: 0 20px;
}

.footer_box {
	width: 100%;
	min-height: 180px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer_box_txt {
	display: flex;
	flex: 2;
	align-items: center;
}
.footer_addres_box {
	max-width: 1030px;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer_addres {
	max-width: 1030px;
	color: #a0a0a0;
	margin-left: 35px;
	padding: 0 35px;
	font-size: 14px;
	line-height: 2;
	flex: 2;
	border-left: 1px #444444 solid;
}
.footer_addres span,
.footer_addres a {
	color: #a0a0a0;
	margin: 0 5px;
	font-size: 12px;
}
.footer_logo {
	min-width: 137px;
}
.footer_logo img {
	width: 154px;
	height: 100%;
}
.footer_ewm {
	width: 80px;
	height: 120px;
	text-align: center;
	color: #fff;
	font-size: 16px;
}

.footer_ewm .ewm {
	margin-top: 15px;
}
.footer_ul ul li::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 1px;
	height: 14px;
	background-color: rgba(73, 82, 98, 0.7);
	left: 0;
}
.footer_ul ul li:first-child:after {
	display: none;
}
.footer_r {
	color: #808080;
	text-align: right;
	font-family: 'pingfang';
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 40px; /* 285.714% */
	margin-right: 30px;
}
/*swiperbanner*/
.banner_container {
	width: 100vw;
	height: 600px;
	position: relative;
}
.banner_container .swiper-bg {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.banner_container .swiper-bg1 {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.banner_container .swiper-slide {
	position: relative;
}
.banner_container .swiper-text-box {
	height: 320px;
	position: absolute;
	left: 10%;
	top: calc(30% - 120px);
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.swiper-text-title {
	color: #f9f9f9;
	font-family: 'SourceHanSerifSC';
	font-style: normal;
	display: flex;
	flex-direction: column;
	/* letter-spacing: 1.6px; */
}
.swiper-text-one {
	font-size: 50px;
	font-weight: bold;
	color: #b4b4b4;
}
.swiper-counter {
	width: 100%;
	position: absolute;
	bottom: 20px;
	color: #fff;
	text-align: center;
	left: 100px;
	font-size: 23px;
	z-index: 9;
}
.add_Current {
	padding: 0 3px;
	font-size: 12px;
}
.swiper-text-title .news_view span {
	margin-top: 25px;
	margin-left: 15px;
	font-size: 16px;
	color: #ececec;
}
.swiper-text-title .news_view {
	width: 100px;
	height: 100%;
	display: flex;
	position: relative;
}
.swiper-text-two {
	width: 69%;
	font-size: 50px;
	color: #fff;
	line-height: 1.5; /* 35% */
}
.swiper-text-s {
	margin-top: 10px;
	width: 46%;
	font-size: 16px;
	color: #b4b4b4;
	line-height: 1.5; /* 35% */
}
.swiper-text-text {
	width: 15%;
	height: 4px;
	background-color: #f9f9f9;
	margin-top: 40px;
}
.swiper-text-link {
	position: relative;
	padding-left: 20px;
	width: 140px;
	line-height: 40px;
	height: 40px;
	font-size: 14px;
	border-radius: 5px;
	color: #191919;
	border: 1px solid #bfbfbf;
}
.swiper-text-link:hover {
	color: #fff;
	background: #00683d;
	border: 1px solid #00683d;
}
.swiper-text-link::after {
	position: absolute;
	content: '';
	left: 127px;
	top: 15px;
	width: 13px;
	height: 13px;
	background: url('../img/banner/link_icon_b.png') no-repeat;
	background-size: 100% 100%;
}
.swiper-text-link:hover::after {
	background: url('../img/banner/link_icon_w.png') no-repeat;
	background-size: 100% 100%;
	transform: rotate(90deg);
}
.swiper-pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
	bottom: 295px;
}

.swiper-pagination-bullet {
	width: 6px;
	height: 6px;
	background-color: #888;
	border-radius: 50%;
	margin: 0 5px;
	cursor: pointer;
}

/* .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background-color: #000;
    } */

.swiper-pagination-total {
	margin-left: 10px;
	font-size: 14px;
	/* color: #333; */
}

.swiper-progress-bar {
	flex: 1;
	height: 6px;
	margin: 0 10px;
	position: relative;
	background-color: #ddd;
	border-radius: 3px;
	overflow: hidden;
}

.swiper-pagination > span {
	display: inline-block;
	padding: 9px;
	width: 4px;
	height: 4px;
	background: 0 0;
	margin: 0;
	position: relative;
	opacity: 1;
	border-radius: 0;
	transition: all ease 0.4s;
}

.swiper-pagination > span svg {
	position: absolute;
	left: 2px;
	top: 2px;
}

.swiper-pagination > span:before {
	position: absolute;
	width: 6px;
	height: 6px;
	background: #969696;
	content: '';
	left: 8px;
	top: 8px;
	border-radius: 50%;
}
.acitveAdd:before {
	position: absolute;
	width: 6px;
	height: 6px;
	background: #fff !important;
	content: '';
	left: 8px;
	top: 8px;
	border-radius: 50%;
}

.swiper-pagination > span svg .progress {
	fill: none;
	stroke: #fff;
	stroke-width: 2;
	stroke-dasharray: 47.1238;
	stroke-dashoffset: 47.1238;
}

/* Add your CSS styles here */
.swiper-pagination-bullet {
	width: 19px;
	height: 19px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.progress {
	stroke-dasharray: 47.1238;
	stroke-dashoffset: 47.1238;
	animation: drawCircle 4s ease forwards;
}

.hide {
	display: none;
}

@keyframes drawCircle {
	from {
		stroke-dashoffset: 47.1238;
	}

	to {
		stroke-dashoffset: 0;
	}
}
.swiper-btns {
	position: absolute;
	z-index: 20;
	bottom: 22px;
	width: 100%;
	height: 5px;
	display: flex;
	justify-content: center;
}
.swiper-btn-item {
	position: relative;
	width: 40px;
	height: 2px;
	background: #fff;
	margin: 0 3px;
	cursor: pointer;
}
.swiper-btn-per {
	position: absolute;
	width: 0%;
	height: 100%;
	background: linear-gradient(to right, #a8e3e7, #00683d);
}
/*banner*/
.common_banner_container {
	display: flex;
	position: relative;
	justify-content: center;
}
.common_banner_container_img {
	width: 100%;
	min-height: 260px;
	object-fit: cover;
}
.common_banner_title {
	position: absolute;
	width: 80%;
	max-width: 1500px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.common_banner_title_img {
	margin-top: 40px;
	width: 316px;
}
.common_banner_title p:nth-child(1) {
	font-size: 60px;
	font-family: 'pingfang';
}
.common_banner_title p:nth-child(2) {
	position: relative;
	font-size: 34px;
	font-family: 'pingfang';
}
.common_banner_title p:nth-child(2)::after {
	content: '';
	position: absolute;
	width: 45px;
	height: 2px;
	background: linear-gradient(to right, #ff9245, #00683d);
	left: 0;
	top: 55px;
}
.common_banner_title p:nth-child(3) {
	font-size: 18px;
	font-family: 'pingfang';
	margin-top: 30px;
	line-height: 1.8;
}
.common_banner_title p:nth-child(3) span {
	color: #f86900;
	font-weight: bold;
}

/*公共导航*/
.sidebar_container {
	position: fixed;
	right: 10px;
	bottom: 400px;
	width: 60px;
	height: 200px;
	z-index: 1000;
}
.sidebar_item {
	position: relative;
	width: 60px;
	height: 60px;
	background: linear-gradient(-45deg, #00683d, #00683d, #83d9b5, #83d9b5);
	margin-bottom: 6px;
	border-radius: 5px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sidebar_item:nth-child(1)::after {
	position: absolute;
	content: '';
	width: 29px;
	height: 29px;
	background: url('../img/common/list_icon1.png') no-repeat;
	background-size: 100% 100%;
}
.sidebar_item:nth-child(2)::after {
	position: absolute;
	content: '';
	width: 28px;
	height: 28px;
	background: url('../img/common/list_icon2.png') no-repeat;
	background-size: 100% 100%;
}
.sidebar_item:nth-child(3)::after {
	position: absolute;
	content: '';
	width: 26px;
	height: 28px;
	background: url('../img/common/list_icon3.png') no-repeat;
	background-size: 100% 100%;
}

.sidebar_item:nth-child(1) .sidebar_item_content {
	position: absolute;
	right: 70px;
	height: 80px;
	background: #f0fff9;
	display: none;
	white-space: nowrap;
	align-items: center;
	padding: 0 30px 0 60px;
	border-radius: 5px;
	font-size: 20px;
	color: #00683d;
	overflow: hidden;
}
.sidebar_item:nth-child(2) .sidebar_item_content {
	position: absolute;
	right: 70px;
	height: 120px;
	width: 120px;
	background: #f0fff9;
	display: none;
	justify-content: center;
	white-space: nowrap;
	align-items: center;
	border-radius: 5px;
	color: #00683d;
	overflow: hidden;
}
.sidebar_item:nth-child(2) .sidebar_item_content img {
	width: 110px;
	height: 110px;
	object-fit: cover;
}
.sidebar_item:nth-child(1):hover .sidebar_item_content,
.sidebar_item:nth-child(2):hover .sidebar_item_content {
	display: flex;
}
.sidebar_item:nth-child(1) .sidebar_item_content::before {
	position: absolute;
	left: 15px;
	content: '';
	width: 42px;
	height: 43px;
	background: url('../img/common/tel_icon.png') no-repeat;
	background-position: center;
}
.sidebar_item:nth-child(1) .sidebar_item_content::after {
	position: absolute;
	right: 0px;
	content: '';
	width: 6px;
	height: 100%;
	background: #00683d;
}
/*浏览器兼容*/
.web_container {
	position: fixed;
	width: 100%;
	min-height: 160px;
	background: #fff;
	bottom: 0;
	z-index: 9999;
}
.web_close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 20px;
	height: 20px;
	background: url('../img/common/close_icon.png') no-repeat;
	background-size: 14px 14px;
	background-position: center;
	cursor: pointer;
}
.web_box {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 80%;
	min-height: 160px;
	margin: 0 auto;
}
.web_text1 {
	display: flex;
	align-items: center;
	margin-top: 20px;
}
.web_text1 span:nth-child(1) {
	width: 20px;
	height: 20px;
	background: url('../img/common/web_icon0.png');
}
.web_text1 div {
	display: flex;
	font-size: 14px;
	margin-left: 10px;
}
.web_text1 div p {
	color: #00683d;
}
.web_text2 {
	display: flex;
	font-size: 14px;
}
.web_text2 a {
	display: flex;
	align-items: center;
	margin: 25px;
	color: #303030;
	text-decoration: none;
}
.web_text2 a p {
	margin-left: 5px;
}

/*导航*/
.navigation_container {
	max-width: 1400px;
	width: 80%;
	height: 75px;
	margin: 80px auto 40px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #e5e5e5;
}
.navigation_title {
	display: flex;
	font-size: 14px;
}
.navigation_title a:nth-child(1) {
	margin-left: 50px;
}
.navigation_title a {
	position: relative;
	margin-right: 10px;
	padding-right: 15px;
}
.navigation_title a::after {
	position: absolute;
	right: 0;
	top: 2px;
	content: '>';
}
.navigation_title a:last-child::after {
	display: none;
}
.navigation_title a:last-child,
.navigation_title a:hover {
	color: #ff781d;
}
/*适配*/
.header_container_mobile {
	position: fixed;
	z-index: 99999;
	left: 0;
	right: 0;
	top: 0px;
	width: 100%;
	height: 100px;
	display: none;
	margin: 0 auto;
}
.header_box_logo_mobile {
	min-width: 120px;
	width: 150px;
	margin-left: 20px;
	font-size: 0;
}
.header_box_logo_mobile img {
	width: 100%;
}
.header_box_btn_mobile {
	display: flex;
	margin-right: 20px;
	align-items: center;
	gap: 10px;
}
.header_box_search_mobile {
	width: 50px;
	height: 50px;
	background: url(../img/common/search_icon.png) no-repeat;
	background-position: center;
	cursor: pointer;
	/* margin-right: 10px; */
	background-size: 24.21px;
}

.header_box_tel_mobile {
	width: 50px;
	height: 50px;
	background: url(../img/common/phone_icon.png) no-repeat;
	background-position: center;
	cursor: pointer;
	margin-right: 10px;
	display: none;
}
.der_box_btns_mobile {
	width: 50px;
	height: 50px;
	background: #D0121B url(../img/common/menu_icon.png) no-repeat;
	background-position: center;
	background-size: 18px auto;
	cursor: pointer;
}
.der_box_btns_mobile.show {
	width: 50px;
	height: 50px;
	background: #D0121B url(../img/common/close_icon_w.png) no-repeat;
	background-position: center;
	cursor: pointer;
}
.header_box_nav_mobile {
	position: absolute;
	top: 100px;
	width: 100vw;
	height: calc(100vh - 80px);
	background: rgba(255, 255, 255, 0.95);
	overflow-y: auto;
}
.nav_first:not(:first-of-type) > a::before {
	content: '/'; /* 或者你想要的任何内容 */
	padding-right: 17px;
	color: #A5A5A5;
}
.breadcrumb a:not(:first-child)::before {
	content: '➤';
	font-size: 8px;
	top: 27%;
	left: -3px;
	position: absolute;
}
.breadcrumb {
	display: flex;
	color: #474747;
	font-family: 'pingfang';
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 20px;
	float: right;
}
.breadcrumb_box {
	display: flex;
	align-items: center;
}
.breadcrumb_box img {
	padding: 0 8px;
	width: 17px;
}
.breadcrumb ul li {
	font-family: 'pingfang';
	font-size: 14px;
	font-weight: 400;
}
.breadcrumb div a {
	color: #474747;
	padding: 0 8px;
	position: relative;
}
.breadcrumb div a:last-child {
	color: #1f1f1f;
	font-family: 'pingfang';
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
}
.nav_mobile ul {
	width: 100%;
	overflow-x: hidden;
}
.nav_search_btn {
	display: none!important;
	position: absolute;
	align-items: center;
	justify-content: center;
	top: 68%;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.nav_search_btn svg {
	width: 23px !important;
	height: 24px;
}
.nav_mobile ul li {
	position: relative;
	line-height: 60px;
	font-size: 16px;
	cursor: pointer;
	display: flex;
	flex-direction: column;
}
.nav_mobile ul li a {
	padding: 0 40px;
}
.nav_mobile_second {
	padding: 0 40px !important;
}
.nav_mobile ul li a {
	color: #222222;
	user-select: none;
}
.nav_mobile ul li a::after {
	content: '+';
	position: absolute;
	right: 20px;
	top: 0;
	width: 60px;
	height: 60px;
	font-size: 30px;
	text-align: center;
	color: #222222;
}
.nav_mobile_second ul li a::after {
	display: none;
}
.nav_mobile_second ul li a {
	background: unset !important;
	color: #222222 !important;
}
/* .nav_mobile_first.curr a:nth-child(1),
.nav_mobile_first.curr a::after {
	content: '-';
	background: #00683d;
	color: #fff;
} */

@media screen and (max-width: 1425px) {
	.header_box_nav {
		min-width: 570px;
	}
	.banner_container{
		height: 420px;
	}

	.home_list1_item_title .title,
	.home_list2_item_title .title {
		font-size: 20px !important;
	}
	.home_list1_item_title .Etxt,
	.home_list2_item_title .Etxt {
		font-size: 12px !important;
	}
	.home_list1_item_txt,
	.home_list3_item_txt {
		font-size: 14px !important;
	}
	.date {
		font-size: 10px !important;
	}
	.bTxxt {
		font-size: 12px !important;
	}
	.msgTxy {
		font-size: 14px !important;
	}
	.swiper-text-title {
		font-size: 43px !important;
	}
}
@media screen and (max-width: 1380px) {
	.banner_container{
		height: 300px;
	}
	.footer_box_t_r {
		width: 450px;
	}
	.header_box_nav {
		min-width: 530px;
	}

}
@media screen and (max-width: 1250px) {
	.banner_container{
		height: 300px;
		margin-top: 75px;
	}
	.header_container {
		display: none;
	}
	.header_container_mobile {
		display: block;
	}
	.header_box {
		width: 100%;
	}
	.header_box_language {
		/* margin-right: 30px; */
		cursor: pointer;
	}
	.footer_box_t_r {
		width: 400px;
	}
	.footer_box_t_l_text1 {
		font-size: 18px;
	}
	.swiper-text-title {
		font-size: 34px !important;
	}
}
@media screen and (max-width: 1000px) {
	.banner_container{
		height: 300px;
	}
	.footer_ewm {
		display: none;
	}
	.footer_box {
		flex-direction: column-reverse;
		justify-content: center;
	}
	.footer_addres {
		padding: 0;
		margin-left: 0;
		border-left: 0px solid;
		flex: auto;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.footer_addres > span:nth-child(3),
	.footer_addres p > span:nth-child(2), 
	.footer_addres p > span:nth-child(4) {
		display: none;
	}
	.footer_addres p {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.footer_addres {
		border: none;
	}
	.footer_addres,
	.footer_title {
		font-size: 14px;
	}
	.footer_box_t {
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-direction: column-reverse;
	}
	.footer_box_t_r {
		width: 100%;
	}
	
	.home_title p:nth-child(1) {
		font-size: 36px;
	}
	.home_title p:nth-child(2) {
		font-size: 14px;
	}
	.swiper-text-title {
		font-size: 26px !important;
	}
	.footer_container {
		justify-content: center;
	}
}
@media screen and (max-width: 850px) {
	.banner_container{
		height: 270px;
	}
	.breadcrumb div a {
		white-space: nowrap;
	}
	.footer_box {
		padding: 10px 0;
		justify-content: center;
	}
	.footer_addres {
		padding: 0;
		margin-left: 0;
		border-left: 0px solid;
		flex: auto;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.footer_addres > span:nth-child(3),
	.footer_addres p > span:nth-child(2), 
	.footer_addres p > span:nth-child(4) {
		display: none;
	}
	.footer_addres p {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.footer_r {
		margin: 0;
	}
}
@media screen and (max-width: 700px) {
	.banner_container{
		height: 200px;
	}
	
	.footer_logo {
		min-width: 80px;
	}
	.header_box_logo_mobile {
		min-width: 70px;
		width: 85px;
		margin-left: 20px;
		font-size: 0;
		margin-top: 10px;
	}
	.header_box_language {
		margin-right: 15px;
		cursor: pointer;
		width: 40px;
		height: 40px;
		text-align: center;
		line-height: 40px;
		font-size: 14px;
		color: #fff;
		font-weight: bold;
	}
	.der_box_btns_mobile {
		width: 40px;
		height: 40px;
		background: #D0121B url(../img/common/menu_icon.png) no-repeat;
		background-position: center;
		background-size: 18px auto;
		cursor: pointer;
	}

	.der_box_btns_mobile .show {
		width: 35px;
		height: 35px;
		background: #00683d url(../img/common/close_icon_w.png) no-repeat;
		background-position: center;
		cursor: pointer;
	}
	.sidebar_container {
		display: none !important;
	}
	.footer_box_t_l_logo {
		width: 237px;
		height: 31px;
		margin-top: 15px;
	}
	.banner_container .swiper-text-box {
		width: 55%;
		display: none;
	}
	.swiper-text-title {
		font-size: 22px;
	}
	.swiper-text-text {
		font-size: 14px;
		color: #454545;
		margin: 10px 0 30px;
	}
	.footer_bot_t_r_text p:nth-child(2) {
		font-size: 14px;
	}
}

@media screen and (max-width: 500px) {
	.footer_addres {
		padding: 0;
		margin-left: 0;
		border-left: 0px solid;
		flex: auto;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.footer_addres > span:nth-child(3),
	.footer_addres p > span:nth-child(2), 
	.footer_addres p > span:nth-child(4) {
		display: none;
	}
	.footer_addres p {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.footer_conter {
		width: 90%;
	}

	.about_banner,
	.Press_banner {
		height: 290px !important;
	}
	.footer_container {
		padding-top: 0;
		min-height: 400px;
	}
	.footer_title {
		height: 65px;
		line-height: 65px;
	}
	.header_box_nav_mobile {
		top: 70px;
		height: calc(100vh - 70px);
	}
	.header_container_mobile {
		height: 70px;
	}
	.footer_ewm {
		font-size: 14px;
		height: 0;
	}
	.footer_ewm .ewm {
		margin-top: 5px;
	}
	.footer_box {
		margin-top: 0px;
		flex-wrap: wrap;
	}
	.home_list1_item_title .Etxt {
		margin-left: 7px;
	}
	.home_list1_item_title .title,
	.home_list2_item_title .title {
		font-size: 18px !important;
	}
	.footer_r,
	.footer_ul ul li a {
		font-size: 12px;
	}
	.banner_container {
		height: 145px;
        margin-top: 75px;
    }
	.shou {
		/* display: none; */
	}


	.content {
		margin-top: -65px;
	}
	.ge {
		padding: 0 10px;
	}
	.swiper-pagination {
		/* left: -40px !important; */
		padding: 0;
		bottom: 0;
	}
	.swiper-counter {
		left: -6px;
		text-align: right;
        right: 20px;
        font-size: 14px;
        bottom: 10px;
	}
	.banner_container .swiper-bg1{
		width: 120%;
	}
	.header_box {
		height: 75px;
	}
	.header_box_logo_mobile {
		margin-left: 20px;
		margin-top: 0;
	}

}
