@charset "utf-8";

@import url('reset.css');
@import url('../font-awesome-4.7.0/css/font-awesome.css');
@import url('aos.css');
@import url('bootstrap.min.css');
@import url('swiper-bundle.css');
@import url('nav_en.css');

body {
	position: relative;
	margin: 0 auto;
	padding: 0;
	background: url("../image/bg.jpg") #f4f4f4;
}

figure,p {
	padding: 0;
	margin: 0;
}
img {max-width: 100%;}
a,a:hover {text-decoration: none;}

.menu_ul {
	position: relative;
	margin: 20px auto;
	padding: 0;
	text-align: center;
}
.menu_ul li {
	margin: 5px;
	padding: 0;
	display: inline-block;
}
.menu_ul li a {
	color: #666;
	font-size: 18px;
	line-height: 1.3;
	font-weight: 500;
	word-break: normal;
	padding: 5px 15px;
	display: block;
	background: transparent;
	border: 1px solid #666;
	transition: all .5s ease;
}
.menu_ul li .active,
.menu_ul li a:hover {
	color: #fff;
	background: #009944;
	border-color: #009944;
}

.top_left_right_txt {
	position: relative;
	margin: 0px auto;
	padding-bottom: 10px;
	border-bottom: 1px solid #c9c9c9;
}
.top_left_right_txt .left {
	position: relative;
	text-align: left;
}
.top_left_right_txt .left a {
	color: #333;
	font-size: 18px;
	line-height: 1.3;
	font-weight: 500;
	word-break: normal;
	padding: 0px;
	margin: 0 0 5px 15px;
	display: inline-block;
	position: relative;
	transition: all .5s ease;
}
.top_left_right_txt .left a::after {
	content: "";
	width: 100%;
	height: 2px;
	display: block;
	background: transparent;
	position: absolute;
    bottom: -15px;
    transition: all .5s ease;
}
.top_left_right_txt .left a:hover::after,
.top_left_right_txt .left .active::after {
	content: "";
	width: 100%;
	height: 2px;
	display: block;
	background: #009944;
	position: absolute;
    bottom: -15px;
    transition: all .5s ease;
}
.top_left_right_txt .left a:first-child {margin: 0 0 5px 0;}
.top_left_right_txt .left .active,
.top_left_right_txt .left a:hover {color: #009944;}
.top_left_right_txt .right {
	position: relative;
	text-align: left;
}
.top_left_right_txt .right_txt {
	text-align: left;
}
.top_left_right_txt .right .fa {
	color: #009944;
	font-size: 16px;
	line-height: 1.3;
	font-weight: 500;
	word-break: normal;
	margin-right: 5px;
}
.top_left_right_txt .right a {
	color: #666;
	font-size: 16px;
	line-height: 1.3;
	font-weight: 500;
	word-break: normal;
	transition: all .5s ease;
	display: inline-block;
	position: relative;
	padding: 0 15px 5px 0;
}
.top_left_right_txt .right a:hover {color: #009944;}
.top_left_right_txt .right a::after {
	content: "/";
	position: absolute;
    right: 2px;
    color: #999;
}
.top_left_right_txt .right a:last-child {padding: 0 0 5px 0;}
.top_left_right_txt .right a:last-child::after {
	content: "";
	right: 0;
}

.pagination {
	display: flex;
	justify-content: center;
    flex-wrap: wrap;
    position: relative;
	margin: 0 auto;
	padding: 0;
}
.pages_nav {
	position: relative;
	margin: 0 auto;
	text-align: center;
}
.pagination li {
	position: relative;
}
.pagination li a,
.pages_nav a {
	color: #8f8f8f;
	font-size: 16px;
	line-height: 1.3;
	font-weight: 500;
	word-break: normal;
	background: #fff;
    padding: 3px 10px;
    margin: 0 0 5px 0;
	display: inline-block;
	transition: all .5s ease;
}
/*a:not([href]):not([class]),*/
a:not([href]):not([class]):hover,
.pagination .active a,
.pagination li a:hover,
.pages_nav .active,
.pages_nav a:hover {
	color: #fff;
	background: #009944;
}

.header {
	padding: 0px;
    position: absolute;
    top: 0;
    background: transparent;
    border-bottom: 1px solid #3f3f3f;
    z-index: 2;
}
@media (min-width: 1400px) {
	.header .container {
		position: relative;
		max-width: 1600px;
	}
}
.header .search_txt .cart-search-contact {
	display: inline-block;
}
.header .search_txt .search-toggle-btn {
	background: #009944;
	border-radius: 50px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	word-break: normal;
	font-weight: 100;
	display: inline-block;
}
.header .search_txt .search-toggle-btn .fa {
	color: #fff;
	font-size: 12px;
}
.header .search_txt .yya {
	background: #009944;
	color: #fff;
	font-size: 12px;
	word-break: normal;
	border-radius: 50px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	font-weight: 100;
	display: inline-block;
}

.page_figure {
	position: relative;
    margin: 0px auto;
}
.page_figure .h1 {
	position: relative;
    margin: 0px auto;
}
.page_figure .h1 img {
	width: 100%;
    margin: 0 auto;
    display: block;
}
.main .page_figure .figcaption {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
    margin: 0px auto;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
}
.page_figure .figcaption span {
	color: #fff;
    font-size: 48px;
    font-weight: 600;
    line-height: 1.3;
    word-break: normal;
}

.page_nav {
	position: relative;
    margin: 15px auto 0;
}
.page_nav a {
	color: #000;
    font-size: 15px;
    line-height: 1.5;
    word-break: normal;
    display: block;
    margin: 0 0 15px 0;
    padding: 15px;
    background: #fff;
}

.top_nav {
	padding: 0px;
    background: #fff;
    position: relative;
    margin: 0 auto;
    border-bottom: 1px solid #ddd;
}
.top_nav .a {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    display: block;
    width: 120px;
    height: 50px;
    line-height: 50px;
    word-break: normal;
    text-align: center;
    position: relative;
    background: #f7f7f7;
    border-bottom: 3px solid #d83023;
    transition: all .5s ease;
}
.top_nav .a:hover {
	color: #fff;
	background: #d83023;
}
.top_nav .txt {
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.top_nav .ul_txt {
	padding: 0;
	margin: 0;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: end;
}
.top_nav .ul_txt li {
	position: relative;
	padding: 0 10px;
	transition: all .5s ease;
}
.top_nav .ul_txt li::after {
	content: "|";
	position: absolute;
	top: 0;
	bottom: 0;
	left: auto;
	right: 0;
	width: 1px;
    height: 100%;
}
.top_nav .ul_txt li:nth-last-child(2)::after,
.top_nav .ul_txt li:last-child::after {content: "";}
.pages_nav .ul_txt li::after {
	content: "";
}
.top_nav .ul_txt li a {
	color: #000;
	font-size: 15px;
	line-height: 1.3;
	word-break: normal;
	position: relative;
	transition: all .5s ease;
}
.pages_nav .ul_txt li a[aria-expanded="true"]::after {
	content: "";
	position: absolute;
	top: auto;
	bottom: -10px;
	left: 0;
	right: 0;
	width: 100%;
    height: 1px;
    background: #000;
}
.top_nav .ul_txt li a[aria-expanded="true"],
.top_nav .ul_txt li:hover a {color: #d83023;}
.top_nav .ul_txt li:last-child .link_a {
	color: #000;
	font-size: 15px;
	word-break: normal;
	display: block;
	width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
	position: relative;
	border: 1px solid #000;
	transition: all .5s ease;
}
.top_nav .ul_txt li:last-child .link_a:hover {
	border-color: #d83023;
	color: #d83023;
}
.top_nav .list_nav .sub_nav_txt .ul {
	width: 60%;
    float: right;
}
.top_nav .list_nav .sub_nav_txt .ul {
	padding: 0;
	margin: 0;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 15px;
}
.top_nav .list_nav .sub_nav_txt .ul li {
	position: relative;
	padding: 0 9px;
	transition: all .5s ease;
}
.top_nav .list_nav .sub_nav_txt .ul li::after {
	content: "|";
	position: absolute;
	top: 0;
	bottom: 0;
	left: auto;
	right: 0;
	width: 1px;
    height: 100%;
}
.top_nav .list_nav .sub_nav_txt .ul li:last-child::after {content: "";}
.top_nav .list_nav .sub_nav_txt .ul li a {
	color: #000;
	font-size: 15px;
	line-height: 1.3;
	word-break: normal;
	position: relative;
	transition: all .5s ease;
}
.top_nav .list_nav .sub_nav_txt .ul .active a,
.top_nav .list_nav .sub_nav_txt .ul li:hover a {color: #d83023;}

.nav_pagination {
	position: relative;
    margin: 10px auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.nav_pagination a {
	position: relative;
    display: block;
    color: #000;
    font-size: 15px;
    word-break: normal;
    padding: 3px 10px;
    margin: 5px;
    border-radius: 3px;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ccc;
    transition: color .5s ease-in-out, 
    background-color .5s ease-in-out, 
    border-color .5s ease-in-out, 
    box-shadow .5s ease-in-out;
}
.nav_pagination .active,
.nav_pagination a:hover {
	z-index: 2;
    color: #fff;
    background-color: #dd2821;
    border-color: #dd2821;
}

.main {
	padding: 0;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
@media (min-width: 1400px) {
	.main .container {
		position: relative;
		max-width: 1400px;
	}
}
.btn_h1 {
	position: relative;
	margin: 0 auto;
	display: flex;
    flex-wrap: nowrap;
}
.btn_h1 .a_btn {
	color: #fff;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 500;
    word-break: normal;
    text-align: center;
    display: inline-block;
    padding: 10px 15px;
    border: 1px solid #008e3f;
    background: #008e3f;
    transition: all .5s ease;
}
.btn_h1:hover .a_btn {
	color: #fff;
	background: #008e3f;
}
.btn_h1 .fa {
	color: #fff;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 500;
    word-break: normal;
    text-align: center;
    display: inline-block;
    padding: 10px 10px;
    background: #00703d;
}
.title_nav {
	padding: 0;
	margin: 0 auto;
	position: relative;
	display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
}
.title_nav .left {
    position: relative;
    width: 100%;
}
.title_nav .left .span1 {
	color: #009944;
	font-size: 25px;
	font-weight: 600;
	line-height: 1.2;
	word-break: normal;
	display: block;
}
.title_nav .left .span2 {
	color: #009944;
	font-size: 40px;
	font-weight: 600;
	line-height: 1.2;
	word-break: normal;
	display: none;
}
.title_nav .right {
    position: relative;
    width: 100%;
}
.title_nav .right .ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	margin: 0;
	padding: 0;
}
.title_nav .right .ul li a {
	color: #666;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.3;
	word-break: normal;
	display: inline-block;
	padding: 5px 15px;
	margin: 5px;
	border: 1px solid #666;
	background: #fff;
	transition: all .5s ease;
}
.title_nav .right .ul li .active,
.title_nav .right .ul li a:hover {
	color: #fff;
	background: #009944;
	border-color: #009944;
}

.banner {
	position: relative;
	margin: 0 auto;
	height: auto;
}
.banner .swiper-slide img {
	width: 100%;
    margin: 0 auto;
    display: block;
}
.banner .swiper-button-prev, 
.banner .swiper-button-next {
	color: #fff;
    width: 80px;
    height: 80px;
    background: rgb(0 0 0 / 20%);
    border-radius: 5px;
    opacity: 0;
    transition: all .5s ease;
}
.banner:hover .swiper-button-prev, 
.banner:hover .swiper-button-next {opacity: 1;}
.banner .swiper-button-prev:after, 
.banner .swiper-button-next:after {font-size: 40px;}
.banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    opacity: .5;
    transition: all .5s ease;
}
.banner .swiper-pagination-bullet:hover,
.banner .swiper-pagination-bullet-active {
	width: 10px;
    opacity: 1;
    border-radius: 10px;
    background: #009944;
}

.index_product {
	position: relative;
	margin: 50px auto;
}
.index_product .swiper_index_product {
	margin: 30px auto;
	position: relative;
}
.index_product .swiper_index_product .swiper-button-prev, 
.index_product .swiper_index_product .swiper-button-next {
	color: #777;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50px;
    border: 1px solid #777;
}
.index_product .swiper_index_product .swiper-button-prev:after, 
.index_product .swiper_index_product .swiper-button-next:after {font-size: 30px;}
.index_product .swiper_index_product .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    opacity: .5;
    transition: all .5s ease;
    display: none;
}
.index_product .swiper_index_product .swiper-pagination-bullet:hover,
.index_product .swiper_index_product .swiper-pagination-bullet-active {
	width: 10px;
    opacity: 1;
    border-radius: 10px;
    background: #009944;
}
.index_product .swiper_index_product .figure {
	display: block;
	position: relative;
	border: 1px solid #dedede;
}
.index_product .swiper_index_product .figure .a_img {
	position: relative;
	overflow: hidden;
	display: block;
}
.index_product .swiper_index_product .figure .a_img img {
	width: 100%;
}
.index_product .swiper_index_product .figure .figcaption {
	position: relative;
	background: #fff;
	padding: 20px;
	height: 150px;
	overflow: hidden;
	border-top: 1px solid #dedede;
}
.index_product .swiper_index_product .figure .figcaption .title_a {
	color: #009944;
	font-size: 24px;
	line-height: 1.3;
	font-weight: 600;
	text-align: left;
	word-break: normal;
	display: block;
}
.index_product .swiper_index_product .figure .figcaption .link {
	color: #666;
	font-size: 14px;
	line-height: 1.3;
	font-weight: 500;
	text-align: left;
	word-break: normal;
	display: block;
	margin: 0;
    padding: 15px 0 15px 0;
}
.index_product .swiper_index_product .figure .figcaption .link img {
	margin-left: 10px;
}
.index_product .swiper_index_product .figure .figcaption .p {
	color: #666;
	font-size: 14px;
	line-height: 1.3;
	font-weight: 500;
	text-align: left;
	word-break: normal;
	display: block;
}

.index_case {
	position: relative;
	margin: 50px auto;
}
.index_case .img_txt {
	position: relative;
	margin-top: 30px;
	margin-bottom: 30px;
}
.index_case .img_txt .left {
	position: relative;
}
.index_case .img_txt .left .swiper-button-prev, 
.index_case .img_txt .left .swiper-button-next {
	color: #fff;
    width: 80px;
    height: 80px;
    background: rgb(0 0 0 / 20%);
    border-radius: 5px;
    opacity: 0;
    transition: all .5s ease;
}
.index_case .img_txt .left:hover .swiper-button-prev, 
.index_case .img_txt .left:hover .swiper-button-next {opacity: 1;}
.index_case .img_txt .left .swiper-button-prev:after, 
.index_case .img_txt .left .swiper-button-next:after {font-size: 40px;}
.index_case .img_txt .left .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    opacity: .5;
    transition: all .5s ease;
}
.index_case .img_txt .left .swiper-pagination-bullet:hover,
.index_case .img_txt .left .swiper-pagination-bullet-active {
	width: 10px;
    opacity: 1;
    border-radius: 10px;
    background: #009944;
}
.index_case .img_txt .left .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
    top: auto;
    left: auto;
    right: 5px;
    width: auto;
}
.index_case .img_txt .left .figure {
	display: block;
	position: relative;
}
.index_case .img_txt .left .figure .figcaption {
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 15px;
	background: #00000059;
}
.index_case .img_txt .left .figure .figcaption a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    word-break: normal;
    padding: 15px 0;
}
.index_case .right {
	position: relative;
}
.index_case .right .figure {
	display: flex;
    align-items: center;
    flex-wrap: nowrap;
    background: #fff;
    margin-bottom: 25px;
}
.index_case .right .figure:last-child {margin-bottom: 0;}
.index_case .right .figure .a_img {
	position: relative;
	overflow: hidden;
}
.index_case .right .figure .a_img img {
	width: 100%;
	height: 130px;
	object-fit: fill;
	display: block;
	margin: 0 auto;
}
.index_case .right .figure .figcaption {
	position: relative;
	background: #fff;
	padding: 15px;
	display: flex;
    align-items: center;
}
.index_case .right .figure .figcaption .a1 {
	color: #333;
	font-size: 20px;
	line-height: 1.3;
	font-weight: 500;
	text-align: left;
	word-break: normal;
	display: block;
	width: 87%;
}
.index_case .right .figure .figcaption .a2 {
	color: #666;
	font-size: 30px;
	line-height: 1.3;
	font-weight: 500;
	text-align: left;
	word-break: normal;
	display: block;
    border: 1px solid #666;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.index_about {
	position: relative;
	margin: 50px auto;
}
.index_about .left_right_img_txt {
	position: relative;
	background: #fff;
}
.index_about .left_right_img_txt .row {
	align-items: center;
}
.index_about .left_right_img_txt .left {
	position: relative;
}
.index_about .left_right_img_txt .left .figure {
	position: relative;
	display: block;
}
.index_about .left_right_img_txt .left .figure .h1 {
	position: relative;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.index_about .left_right_img_txt .left .figure .h1 img {width: 100%;}
.index_about .left_right_img_txt .left .figure .figcaption {
	position: absolute;
	top: 0;
	bottom: 0;
	left: auto;
	right: 0;
	display: flex;
    align-items: center;
}
.index_about .left_right_img_txt .left .figure .figcaption .h4 {
	position: relative;
	margin: 0;
	padding: 0;
	text-align: center;
	padding: 50px 30px;
}
.index_about .left_right_img_txt .left .figure .figcaption .h4:nth-child(1) {
	background: #009944;
}
.index_about .left_right_img_txt .left .figure .figcaption .h4:nth-child(2) {
	background: #008e3f;
}
.index_about .left_right_img_txt .left .figure .figcaption .h4:nth-child(3) {
	background: #00823a;
}
.index_about .left_right_img_txt .left .figure .figcaption .h4 span {
	display: block;
	color: #fff;
	font-size: 48px;
	line-height: 1;
	font-weight: 500;
	word-break: normal;
}
.index_about .left_right_img_txt .left .figure .figcaption .h4 span sub {
	color: #fff;
	font-size: 25px;
	line-height: 1;
	font-weight: 500;
	word-break: normal;
}
.index_about .left_right_img_txt .left .figure .figcaption .h4 small {
	display: block;
	color: #fff;
	font-size: 20px;
	line-height: 1;
	font-weight: 500;
	word-break: normal;
	margin-top: 10px;
}
.index_about .left_right_img_txt .right {
	position: relative;
	background: transparent;
}
.index_about .left_right_img_txt .right .h2 {
	color: #666;
	font-size: 35px;
	line-height: 1;
	font-weight: 500;
	text-align: left;
	word-break: normal;
}
.index_about .left_right_img_txt .right .h3 {
	color: #00703d;
	font-size: 30px;
	line-height: 1;
	font-weight: 600;
	text-align: left;
	word-break: normal;
	margin: 10px auto;
}
.index_about .left_right_img_txt .right .p {
	color: #666;
	font-size: 18px;
	line-height: 1.8;
	font-weight: 500;
	text-align: left;
	word-break: normal;
	margin: 0 auto 10px;
}

.index_news {
	position: relative;
	margin: 50px auto;
}
.index_news .swiper_index_news .swiper-button-prev, 
.index_news .swiper_index_news .swiper-button-next {
	color: #777;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50px;
    border: 1px solid #777;
}
.index_news .swiper_index_news .swiper-button-prev:after, 
.index_news .swiper_index_news .swiper-button-next:after {font-size: 30px;}
.index_news .swiper_index_news .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    opacity: .5;
    transition: all .5s ease;
    display: none;
}
.index_news .swiper_index_news .swiper-pagination-bullet:hover,
.index_news .swiper_index_news .swiper-pagination-bullet-active {
	width: 10px;
    opacity: 1;
    border-radius: 10px;
    background: #009944;
}
.index_news .list {
	position: relative;
	margin-top: 30px;
	margin-bottom: 30px;
}
.index_news .list .swiper-slide {
	padding: 0 15px;
	border-right: 1px solid #ddd;
}
/*.index_news .list .swiper-slide:last-child {
	border: none;
	padding: 0;
}*/
.index_news .list .figure {
	display: block;
	position: relative;
	margin: 0px auto;
	/*border-right: 1px solid #ddd;*/
}
/*.index_news .list .figure:last-child {border: none;}*/
.index_news .list .figure .a_img {
	position: relative;
	margin: 0px auto;
	overflow: hidden;
}
.index_news .list .figure .a_img .img {
	width: 100%;
	height: 280px;
	object-fit: fill;
	display: block;
	margin: 0 auto;
}
.index_news .list .figure .figcaption {
	position: relative;
}
.index_news .list .figure .figcaption .title_a {
	color: #333;
	font-size: 18px;
	line-height: 1.3;
	font-weight: 500;
	text-align: left;
	word-break: normal;
	display: block;
	margin: 10px auto 5px;
	transition: all .5s ease;
}
.index_news .list .figure .figcaption .title_a:hover {
	color: #009944;
}
.index_news .list .figure .figcaption .p {
	color: #333;
	font-size: 13px;
	line-height: 1.3;
	font-weight: 500;
	text-align: left;
	word-break: normal;
	padding: 0;
	margin: 0;
}
.index_news .bottom_div {
	position: relative;
	margin: 0 auto;
}
.index_news .bottom_div .img {
	margin-bottom: 20px;
}

.footer {
	position: relative;
	margin: 0 auto;
	padding: 70px 0 30px 0;
	background: url(../image/footer_bg.jpg) #444 no-repeat;
    background-size: contain;
}
.footer .container {
	position: relative;
}
@media (min-width: 1400px) {
    .footer .container {
        max-width: 1400px;
    }
}
.footer .footer_nav .ul {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
.footer .footer_nav .ul::before {
	content: "";
	width: 100%;
	height: 1px;
	background: #606060;
	position: absolute;
    top: 38px;
}
.footer .footer_nav .ul li {
	position: relative;
	width: 16.66%;
	width: 25%;
	z-index: 1;
}
.footer .footer_nav .ul li:first-child {
	display: none;
}
.footer .footer_nav .ul li:nth-child(4),
.footer .footer_nav .ul li:nth-child(5) {display:none;}
.footer .footer_nav .ul li a {
	color: #cacaca;
	font-size: 14px;
	line-height: 1.3;
	font-weight: 600;
	text-align: left;
	word-break: normal;
	display: block;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid transparent;
	transition: all .5s ease;
}
.footer .footer_nav .ul li a:hover {color: #009944;}
.footer .footer_nav .ul li .div_txt a {
	color: #cacaca;
	font-size: 15px;
	line-height: 1.3;
	font-weight: 500;
	text-align: left;
	word-break: normal;
	display: block;
	padding-bottom: 0;
	margin-bottom: 10px;
	border-bottom: 1px solid transparent;
	transition: all .5s ease;
}
.footer .footer_nav .ul li .div_txt a:hover {color: #009944;}
.footer .div_link {
	position: relative;
	margin: 60px auto 0;
}
.footer .div_link a {
	color: #8c8c8c;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.3;
	text-align: center;
	word-break: normal;
	display: inline-block;
	margin: 5px;
	transition: all .5s ease;
}
.footer .div_link a:hover {color: #009944;}
.footer .footer_right_txt_img {
	position: relative;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	position: absolute;
	top: -50px;
    right: 0;
    width: 17%;
    width: 25%;
    padding: 0 15px 0 0;
}
.footer .footer_right_txt_img .a_logo {
	align-self: end;
	margin-bottom: 30px;
}
.footer .footer_right_txt_img .a_logo img {
	width: 70px;
	height: 70px;
}
.footer .footer_right_txt_img .txt {
	align-self: flex-start;
}
.footer .footer_right_txt_img .txt span {
	color: #cacaca;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.3;
	word-break: normal;
	display: block;
	margin-bottom: 10px;
}
.footer .footer_right_txt_img .wx {
	/*align-self: end;*/
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
	margin-top: 10px;

}
.footer .footer_right_txt_img .wx .h1 {
	margin: 0 0px;
}
.footer .footer_right_txt_img .wx .h1 img {
    /*object-fit: contain;*/
    width: 60px;
	height: 60px;
    display: block;
    margin: 0 auto;
}
.footer .footer_right_txt_img .wx .h1 span {
	color: #cacaca;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.3;
	text-align: center;
	word-break: normal;
	display: block;
	margin: 10px auto;
}
.copyright {
	position: relative;
	margin: 0 auto;
	padding: 10px;
	background: #3b3b3b;
}
.copyright .p {
	display: inline-block;
	color: #8c8c8c;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.3;
	word-break: normal;
}
.copyright .icp {
	display: inline-block;
	color: #8c8c8c;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.3;
	word-break: normal;
}
.copyright .aa {
	display: inline-block;
	color: #8c8c8c;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.3;
	word-break: normal;
}

.about {
	position: relative;
	margin: 30px auto;
}
.about .content {
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}
.about .content .title_h2 {
	position: relative;
	color: #009944;
	font-size: 48px;
	font-weight: 600;
	line-height: 1.8;
	word-break: normal;
	margin: 30px auto;
}
.about .content .figure {
	background: #fff;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.about .content .figure .h1 {
	position: relative;
	padding: 0;
	margin: 0;
}
.about .content .figure .h1 img {width: 100%;}
.about .content .figure .figcaption {
	position: relative;
	padding: 50px;
	margin: 0;
}
.about .content .figure .figcaption .h2 {
	position: relative;
	color: #009944;
	font-size: 30px;
	font-weight: 500;
	line-height: 1.3;
	word-break: normal;
	margin: 0px auto 20px;
}
.about .content .figure .figcaption .p {
	position: relative;
	color: #666;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.8;
	word-break: normal;
	margin: 0 auto;
}
.history .table {
	position: relative;
	margin: 20px auto;
}
.history .table thead tr th {
	padding: 20px 0;
	color: #333;
	font-size: 26px;
	font-weight: 500;
	line-height: 1.3;
	word-break: normal;
}
.history .table tbody tr td {
	padding: 20px 0;
	color: #757575;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.3;
	word-break: normal;
}
.history .table tbody tr td:first-child {
	font-style: italic;
	font-size: 26px;
	font-weight: 600;
	line-height: 1;
	color: #009944;
	word-break: normal;
}
.history .table tbody tr td:first-child a {
	font-style: italic;
	font-size: 26px;
	font-weight: 600;
	line-height: 1;
	color: #009944;
	word-break: normal;
}
.history .table tbody tr td a {
	color: #757575;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.3;
	word-break: normal;
}

.honor .list {
	position: relative;
	margin-top: 20px;
	margin-bottom: 0px;
}
.honor .list .figure {
	display: block;
	position: relative;
	margin-bottom: 20px;
	border: 1px solid #dedede;
}
.honor .list .figure .a_img {
	position: relative;
	overflow: hidden;
	display: block;
	padding: 15px;
	background: #fff;
	border-bottom: 1px solid #dedede;
}
.honor .list .figure .a_img img {
	width: 100%;
	height: 230px;
	object-fit: fill;
	display: block;
    margin: 0 auto;
}
.honor .list .figure .figcaption {
	position: relative;
	padding: 15px;
	background: #fff;
}
.honor .list .figure .figcaption .a {
	color: #333;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.3;
	word-break: normal;
	display: block;
	white-space: nowrap; /* 强制文本在一行内显示，不换行 */
	overflow: hidden; /* 隐藏超出容器的内容 */
	text-overflow: ellipsis; /* 溢出部分显示为省略号 */
}

.team .list {
	position: relative;
	margin-top: 20px;
	margin-bottom: 0px;
}
.team .list .figure {
	display: block;
	position: relative;
	margin-bottom: 20px;
	border: 1px solid #dedede;
}
.team .list .figure .a_img {
	position: relative;
	overflow: hidden;
	display: block;
	padding: 0px;
	background: #fff;
	border-bottom: 1px solid #dedede;
}
.team .list .figure .a_img img {
	width: 100%;
    height: 280px;
    object-fit: fill;
    display: block;
    margin: 0 auto;
}
.team .list .figure .figcaption {
	position: relative;
	padding: 15px;
	background: #fff;
	border-bottom: 2px solid transparent;
	transition: all .5s ease;
}
.team .list .figure:hover .figcaption {
	border-color: #009944;
}
.team .list .figure .figcaption .a {
	color: #333;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.3;
	word-break: normal;
	display: block;
	text-align: center;
	white-space: nowrap; /* 强制文本在一行内显示，不换行 */
	overflow: hidden; /* 隐藏超出容器的内容 */
	text-overflow: ellipsis; /* 溢出部分显示为省略号 */
	transition: all .5s ease;
}
.team .list .figure:hover .figcaption .a {
	color: #009944;
}

.culture .list {
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
}
.culture .list .figure {
	display: block;
	position: relative;
	margin-bottom: 0px;
}
.culture .list .figure .a_img {
	position: relative;
	overflow: hidden;
	display: block;
	padding: 20px;
	margin: 0 auto;
	background: #fff;
}
.culture .list .figure .a_img img {
	display: block;
	margin: 0 auto;
	width: 80px;
	height: 80px;
}
.culture .list .figure .figcaption {
	position: relative;
	padding: 15px;
	background: #fff;
	height: 170px;
	overflow: hidden;
	transition: all .5s ease;
}
.culture .list .figure .figcaption .a {
	color: #009944;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.3;
	word-break: normal;
	display: block;
	text-align: center;
	margin: 0px auto 15px;
	white-space: nowrap; /* 强制文本在一行内显示，不换行 */
	overflow: hidden; /* 隐藏超出容器的内容 */
	text-overflow: ellipsis; /* 溢出部分显示为省略号 */
	transition: all .5s ease;
}
.culture .list .figure .figcaption span {
	color: #666;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	display: block;
	text-align: center;
	word-break: normal;
	margin: 0px auto;
	display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
    overflow:hidden;
}

.news {
	position: relative;
	margin: 30px auto;
}
.news .list {
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
}
.news .list .figure {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #dbdbdb;
	display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.news .list .figure .a_img {
	position: relative;
	overflow: hidden;
	display: block;
	width: 30%;
}
.news .list .figure .a_img img {
	width: 100%;
	height: 260px;
    object-fit: fill;
    display: block;
    margin: 0 auto;
}
.news .list .figure .figcaption {
    width: 65%;
    margin-left: 50px;
    position: relative;
    overflow: hidden;
}
.news .list .figure .figcaption .title_a {
	color: #333;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.3;
	word-break: normal;
}
.news .list .figure .figcaption .time {
	color: #999;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.3;
	word-break: normal;
	display: block;
	margin-top: 5px;
}
.news .list .figure .figcaption .p {
	color: #666;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.3;
	word-break: normal;
	margin: 30px auto;
	display: -webkit-box;
    -webkit-line-clamp: 2; /* 默认显示3行 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news_details {
	position: relative;
	margin: 30px auto;
}
.news_details .top_txt {
	position: relative;
	margin: 50px auto 20px;
	text-align: center;
}
.news_details .top_txt .h2 {
	display: block;
	margin: 0 auto;
	text-align: center;
	color: #333;
	font-size: 30px;
	font-weight: 500;
	line-height: 1.3;
	word-break: normal;
}
.news_details .top_txt .span {
	display: inline-block;
	margin: 0 auto;
	text-align: center;
	color: #999;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.3;
	word-break: normal;
	margin: 10px 15px 10px 0;
}
.news_details .center_txt {
	border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    padding: 20px 0;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.news_details .center_txt .p {
	color: #333;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.8;
	word-break: normal;
	margin: 0px auto 15px;
    text-indent: 30px;
}
.news_details .center_txt .img {
	margin: 0 auto;
	display: block;
}
.news_details .bottom_txt {
	position: relative;
	margin: 15px auto 0;
	display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-end;
}
.news_details .bottom_txt .a {
	color: #666;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	word-break: normal;
	display: block;
	transition:all .5s ease;
}
.news_details .bottom_txt .a:hover {
	color: #009944;
}
.news_details .bottom_txt .a span {color: #333;}
.news_details .bottom_txt .back_a {
	color: #666;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    word-break: normal;
    display: block;
    padding: 10px 15px;
    text-align: center;
    background: transparent;
    border-radius: 0;
    border: 1px solid #dedede;
    transition: all .5s ease;
}
.news_details .bottom_txt .back_a:hover {
	color: #009944;
	border-color: #009944;
}

.product {
	position: relative;
	margin: 30px auto;
}
.product .list {
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
}
.product .list .figure {
	display: block;
	position: relative;
	margin-bottom: 20px;
	border: 1px solid #dedede;
}
.product .list .figure .a_img {
	position: relative;
	overflow: hidden;
	display: block;
}
.product .list .figure .a_img img {
	width: 100%;
	height: 450px;
    object-fit: fill;
    display: block;
    margin: 0 auto;
}
.product .list .figure .figcaption {
	position: relative;
	background: #fff;
	padding: 20px;
	height: 150px;
	overflow: hidden;
	border-top: 1px solid #dedede;
}
.product .list .figure .figcaption .title_a {
	color: #009944;
	font-size: 24px;
	line-height: 1.3;
	font-weight: 600;
	text-align: left;
	word-break: normal;
	display: block;
}
.product .list .figure .figcaption .link {
	color: #666;
	font-size: 14px;
	line-height: 1.3;
	font-weight: 500;
	text-align: left;
	word-break: normal;
	display: block;
	margin: 0;
    padding: 15px 0 15px 0;
}
.product .list .figure .figcaption .link img {
	margin-left: 10px;
}
.product .list .figure .figcaption .p {
	color: #666;
	font-size: 14px;
	line-height: 1.3;
	font-weight: 500;
	text-align: left;
	word-break: normal;
	display: block;
}

.product_details {
	position: relative;
	margin: 30px auto;
}
.product_details .content {
	position: relative;
	margin: 20px auto;
}
.product_details .content .top {
	position: relative;
	background: #fff;
	padding: 15px;
	margin: 0 auto 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.product_details .content .top .left {
	width: 50%;
}
.product_details .content .top .left .swiper_product_details .swiper-button-prev, 
.product_details .content .top .left .swiper_product_details .swiper-button-next {
	color: #777;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50px;
    border: 1px solid #777;
}
.product_details .content .top .left .swiper_product_details .swiper-button-prev:after, 
.product_details .content .top .left .swiper_product_details .swiper-button-next:after {font-size: 30px;}
.product_details .content .top .left .swiper_product_details .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    opacity: .5;
    transition: all .5s ease;
    display: none;
}
.product_details .content .top .left .swiper_product_details .swiper-pagination-bullet:hover,
.product_details .content .top .left .swiper_product_details .swiper-pagination-bullet-active {
	width: 10px;
    opacity: 1;
    border-radius: 10px;
    background: #009944;
}
.product_details .content .top .left .swiper_product_details .figure {
	position: relative;
	margin: 0;
	display: block;
}
.product_details .content .top .left .swiper_product_details .figure .img {
	display: block;
	margin: 0 auto;
}
.product_details .content .top .right {
	width: 50%;
	padding: 50px;
}
.product_details .content .top .right .h2 {
	position: relative;
	margin: 0 auto;
	color: #009944;
	font-size: 30px;
	line-height: 1.3;
	font-weight: 600;
	word-break: normal;
}
.product_details .content .top .right .p {
	position: relative;
	margin: 20px auto;
	color: #333;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 100;
	word-break: normal;
}
.product_details .content .top .right .p span {
	position: relative;
	margin: 0 auto;
	font-weight: 500;
	word-break: normal;
}
.product_details .content .top .right .div_h4_p {
	position: relative;
	margin: 30px auto;
	padding: 20px;
	background: #f8f8f8;
}
.product_details .content .top .right .div_h4_p .h4 {
	position: relative;
	margin: 0 auto 5px;
	color: #009944;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 600;
	word-break: normal;
}
.product_details .content .top .right .div_h4_p .p {
	position: relative;
	margin: 0 auto;
	color: #666;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 500;
	word-break: normal;
}
.product_details .content .bottom {
	position: relative;
	overflow: hidden;
	background: #fff;
	padding: 30px;
	margin: 0 auto;
}
.product_details .content .bottom .h3 {
	color: #009944;
	font-size: 30px;
	line-height: 1.3;
	font-weight: 600;
	word-break: normal;
}
.product_details .content .bottom .txt {
	position: relative;
	overflow: hidden;
	padding: 20px 0;
	margin: 20px auto;
	border-top: 1px solid #dedede;
}

.case {
	position: relative;
	margin: 30px auto;
}
.case .list {
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
}
.case .list .figure {
	display: block;
	margin-bottom: 20px;
	position: relative;
}
.case .list .figure .a_img {
	position: relative;
	display: block;
	overflow: hidden;
}
.case .list .figure .a_img img {
	width: 100%;
	height: 300px;
	object-fit: fill;
	display: block;
    margin: 0 auto;
}
.case .list .figure .figcaption {
	position: relative;
	border-bottom: 1px solid #333;
}
.case .list .figure .figcaption a {
	color: #333;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    text-align: center;
    word-break: normal;
    display: block;
    margin: 10px auto;
    transition: all .5s ease;
}
.case .list .figure .figcaption a:hover {color: #009944;}

.service {
	position: relative;
	margin: 30px auto;
}
.service .content {
	position: relative;
	margin: 20px auto;
	padding-top: 50px;
	padding-bottom: 50px;
	overflow: hidden;
}
.service .content .h2 {
	position: relative;
	margin: 0 auto 50px;
	color: #009944;
	font-size: 36px;
	font-weight: 600;
	line-height: 1.3;
	word-break: normal;
}
.service .content .h2 img {
	width: 45px;
	height: 35px;
	display: inline-block;
}
.service .content .h2 span {
	margin-left: 10px;
	display: inline-block;
}
.service .content .txt .p {
	color: #333;
	font-size: 18px;
	font-weight: 500;
	word-break: normal;
	line-height: 1.5;
	margin: 20px auto;
}
.service .content .txt .p span {
	color: #009944;
	font-weight: 600;
}

.contact {
	position: relative;
	margin: 30px auto;
}
.contact .content {
	position: relative;
	margin: 20px auto;
}
.contact .content .left_right_txt {
	position: relative;
	padding-top: 30px;
    padding-bottom: 30px;
}
.contact .content .left_right_txt .left {
	position: relative;
	border-right: 1px solid #dadada;
}
.contact .content .left_right_txt .left .h2 {
	color: #333;
	font-size: 24px;
	line-height: 1.3;
	font-weight: 600;
	word-break: normal;
	margin: 0 auto;
}
.contact .content .left_right_txt .left .span {
	color: #333;
	font-size: 18px;
	line-height: 1.3;
	font-weight: 500;
	word-break: normal;
	display: block;
	margin: 20px auto;
}
.contact .content .left_right_txt .left .wx {
	align-self: end;
	display: flex;
	flex-wrap: nowrap;
	margin-top: 30px;

}
.contact .content .left_right_txt .left .wx .h1 {
	margin: 0 10px 10px 0;
}
.contact .content .left_right_txt .left .h1 span {
	color: #999;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.3;
	word-break: normal;
	text-align: center;
	display: block;
	margin: 10px auto;
}
.contact .content .left_right_txt .right {
	position: relative;
	justify-items: flex-end;
}
.contact .content .left_right_txt .right .form {
	position: relative;
	width: 100%;
	padding-left: 100px;
}
.contact .content .left_right_txt .right .form .form_div {
	position: relative;
	margin-bottom: 15px;
}
.contact .content .left_right_txt .right .form .form_div .form_input {
	color: #333;
	font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    word-break: normal;
	display: block;
    width: 100%;
    padding: 10px;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #e5e5e5;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.contact .content .left_right_txt .right .form .form_div .form_input::placeholder,
.contact .content .left_right_txt .right .form .form_div .textarea::placeholder {
	color: #666;
	font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    word-break: normal;
}
.contact .content .left_right_txt .right .form .form_div .form_input:focus {
    background-color: transparent;
    border-color: #2ba963;
    outline: 0;
    box-shadow: 0 0 0 .1rem rgb(41 168 98 / 26%);
}
.contact .content .left_right_txt .right .form .form_div .textarea {
	width: 100%;
	height: 150px;
}
.contact .content .left_right_txt .right .form .submit_btn {
    color: #fff;
    font-size: 16px;
    word-break: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    width: 100%;
    display: block;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: #2ba963;
    border: 1px solid #2ba963;
    padding: 10px;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.contact .content .left_right_txt .right .form .submit_btn:focus {
    color: #fff;
    background-color: #2ba963;
    border-color: #2ba963;
    box-shadow: 0 0 0 .2rem rgb(41 168 98 / 26%);
}

@media (max-width: 1399px) {
	.index_case .right .figure {margin-bottom: 20px;}
	.product .list .figure .figcaption {height:200px;}
	.product .list .figure .a_img img {height: 350px;}
	.culture .list .figure .figcaption {height: 130px;}
	.culture .list .figure .figcaption .a {font-size: 20px;}
	.culture .list .figure .figcaption span {
        font-size: 15px;
        line-height: 1.3;
	}
	.footer .footer_nav .ul li {width: 15%;width: 23%;}
	.footer .footer_nav .ul li:nth-child(3) {width: 21%;}
	.footer .footer_right_txt_img {width: 25%;width: 19%;width: 33%;padding:0;}
	.footer .footer_right_txt_img .wx {margin-top: 0;}
	.footer .footer_right_txt_img .wx .h1 img {
        /* object-fit: contain; */
        width: 60px;
        height: 60px;
	}
}

@media (max-width: 1199px) {
	.logo_div {
	    padding: 0 10px;
	}
	.wpo-site-header .navbar-header .navbar-brand img {
	    width: 100%;
	    height: 100px;
	    object-fit: contain;
	}
	.wpo-site-header #navbar>ul>li>a {
		/*height: 70px;*/
		/*line-height: 70px;*/
	}
	.title_nav .right .ul {justify-content: flex-start;}
	.index_product .swiper_index_product .figure .figcaption .title_a {
		font-size: 18px;
	}
	.index_product .swiper_index_product .figure .figcaption .link {
		padding: 10px 0 10px 0;
		font-size: 13px;
	}
	.index_product .swiper_index_product .figure .figcaption .p {font-size: 13px;}
	.index_case .right .figure .a_img img {height: 88px;}
	.index_case .right .figure .figcaption {padding: 10px;}
	.index_case .right .figure .figcaption .a1 {font-size: 16px;}
	.index_case .right .figure .figcaption .a2 {
		font-size: 25px;
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
	.index_about .left_right_img_txt .left .figure .figcaption .h4 {padding: 30px 20px;}
	.index_news .list .figure .a_img .img {
		height: 170px;
	}
	.page_figure .figcaption span {font-size: 35px;}
	.news .list .figure .a_img img {
		height: 200px;
	}
	.news .list .figure .figcaption {width: 64%;}
	.news .list .figure .figcaption .p {margin: 10px auto;}
	.news .list .figure .figcaption .title_a {font-size: 20px;}
	.news_details .bottom_txt {flex-wrap: wrap;}
	.news_details .bottom_txt .a {
		width: 100%;
		margin-bottom: 5px;
	}
	.news_details .bottom_txt .back_a {
		width: auto;
	}
	.news_details .bottom_txt .a:nth-child(1) {order: 1;}
	.news_details .bottom_txt .a:nth-child(2) {order: 3;}
	.news_details .bottom_txt .a:nth-child(3) {order: 2;}
	.service .content .h2 {margin: 0 auto 15px;}
	.product .list .figure .a_img img {height: 300px;}
	.product .list .figure .figcaption {height:200px;}
	.product .list .figure .figcaption .title_a {font-size: 20px;}
	.product .list .figure .figcaption .link {padding: 10px 0;}
	.product .list .figure .figcaption .p {font-size: 13px;}
	.about .content .figure .figcaption .p {
		font-size: 16px;
		line-height: 1.5;
	}
	.culture .list .figure .a_img {padding: 10px;}
	.culture .list .figure .a_img img {
	    width: 50px;
	    height: 50px;
	}
	.culture .list .figure .figcaption {
		padding: 5px 15px;
		height: 130px;
	}
	.culture .list .figure .figcaption span {
	    display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
	}
	.culture .list .figure .figcaption .a {
		font-size: 20px;
		margin: 0px auto 10px;
	}
	.culture .list .figure .figcaption span {font-size: 15px;}
	.case .list .figure .a_img img {
        height: 260px;
    }
    .honor .list .figure .a_img img {height: 160px;}
    .team .list .figure .a_img img {
    	height: 200px;
    }
    .footer .footer_nav .ul::before {height: auto;}
    .footer .footer_nav .ul li {
        width: 33.3%;
        width: 22.2%;
    }
    .footer .footer_nav .ul li:nth-child(3) {
        width: 33.3%;
    }
    .footer .footer_nav .ul li a {
        padding-bottom: 0;
        margin-bottom: 10px;
    }
    .footer .footer_right_txt_img {
        width: 100%;
        position: relative;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        align-content: center;
    }
    .footer .footer_right_txt_img .a_logo {align-self: center;}
    .footer .footer_right_txt_img .wx {align-self: inherit;}
}

@media (max-width: 991px) {
	.header {position: relative;}
	.logo_div {
	    padding: 0;
	}
	.nav_txt {position: absolute;}
	.wpo-site-header {background: #000;}
	.logo {
	    display: block;
	    height: auto;
	}
	.wpo-site-header .navbar-header .navbar-brand img {
	    width: 45px;
	    height: 45px;
	    object-fit: contain;
	    margin: 0 auto;
	}
	.wpo-site-header .navigation {
	    padding: 0px;
	}
	.wpo-site-header #navbar>ul>li>a {width: auto;}
	.wpo-site-header .header-right>div:last-child {
	    margin: 0;
	    line-height: 1;
	}
	.wpo-site-header #navbar>ul>li>a {
	    height: auto;
	    line-height: inherit;
	}
	/*.index_news .list .figure .a_img .img {height: auto;}*/
	.index_case .right .figure .a_img img {
        height: 150px;
    }
	.footer {padding: 15px;}
	.footer .footer_nav .ul li {
	    width: 14.2%;
	    width: 50%;
	}
	.footer .footer_nav .ul li:nth-child(3) {
        width: 50%;
    }
	.footer .footer_right_txt_img {
		margin: 20px auto 0;
	    display: flex;
	    flex-wrap: wrap;
	    position: relative;
	    top: initial;
	    right: 0;
	    width: 100%;
	    flex-direction: initial;
	}
	.footer .footer_right_txt_img .a_logo {
		width: 100%;
	    align-self: initial;
	    margin-top: 10px;
	    margin-bottom: 10px;
	}
	.footer .footer_right_txt_img .txt {
		width: 100%;
	    align-self: initial;
        margin-top: 10px;
	}
	.footer .footer_right_txt_img .wx {
		width: 100%;
	    align-self: initial;
	    margin-bottom: 10px;
	    margin-top: 10px;
	}
	.footer .div_link {margin: 0 auto;}
	.title_nav .left {margin-bottom: 10px;}
	.title_nav .left .span1 {font-size: 20px;}
	.title_nav .left .span2 {font-size: 30px;}
	.index_case .right {margin-top: 20px;}
	.index_news .list {margin-bottom: 15px;}
	.index_news .list .figure {
		margin-bottom: 15px;
		border: none;
	}
	.index_news .list .figure:last-child {margin-bottom: 0;}
	.index_about .left_right_img_txt .left {margin-bottom: 20px;}
	.index_about .left_right_img_txt .right {padding: 0 25px 15px;}
	.page_figure .figcaption span {font-size: 25px;}
	.top_left_right_txt .right {
	    position: relative;
	    text-align: left;
	    margin: 0px auto 10px;
	    order: 1;
	}
	.top_left_right_txt .left a:hover::after,
	.top_left_right_txt .left .active::after {bottom: -5px;}
	.top_left_right_txt .left {order: 2;}
	.news .list .figure .a_img {
		width: 47%;
	}
	.news .list .figure .figcaption {
		width: 50%;
		margin-left: 20px;
	}
	.news_details .top_txt {margin: 20px auto;}
	.contact .content .left_right_txt .right .form {padding-left: 0;}
	.product .list .figure .a_img img {
		height: 160px;
	}
	.product .list .figure .figcaption {
	    padding: 10px;
	    height: 190px;
	}
	.product .list .figure .figcaption .title_a {
        font-size: 16px;
    }
    .product .list .figure .figcaption .link {font-size: 13px;}
    .product .list .figure .figcaption .link img {width: 100px;}
    .about .content .title_h2 {
    	font-size: 30px;
    	margin: 15px auto;
    }
    .about .content .figure .figcaption .h2 {font-size: 25px;}
    .about .content .figure .figcaption {
    	padding: 30px;
    }
    .product_details .content .top .left {width: 100%;}
	.product_details .content .top .right {width: 100%;padding: 0;}
	.product_details .content .top .right .h2 {font-size: 22px;}
	.product_details .content .top .right .p {margin: 15px auto;}
	.product_details .content .top .right .div_h4_p {
		margin: 15px auto;
		padding: 10px;
	}
	.product_details .content .bottom {padding: 15px;}
	.product_details .content .bottom .h3 {font-size: 22px;}
	.product_details .content .bottom .txt {
		padding: 10px 0;
		margin: 10px auto 0;
	}
	.top_left_right_txt .left a {margin: 0 0 15px 5px;}
	.culture .list .figure {margin-bottom: 20px;}
	.culture .list .col-sm-6:nth-last-child(-n + 2) .figure {margin-bottom: 0px;}
	.case .list .figure .a_img img {
        height: 200px;
    }
    .team .list .figure .a_img img {
    	height: 160px;
    }
}

@media (max-width: 767px) {
	.banner .swiper-button-prev, 
	.banner .swiper-button-next {
	    width: 40px;
	    height: 40px;
	}
	.banner .swiper-button-prev:after, 
	.banner .swiper-button-next:after {font-size: 20px;}
	.footer .footer_nav {display: none;}
	.footer .footer_nav .ul::before {height: 0;}
	.footer .footer_nav .ul li {
        width: 100%;
    }
	.footer .footer_nav .ul li a {
		padding-bottom: 0;
		margin-bottom: 5px;
	}
	.index_product .swiper_index_product .figure .figcaption {
		height: auto;
	}
	.index_case .img_txt {margin-bottom: 0;}
	.index_news .list .figure .a_img .img {height: auto;}
	.news .list .figure .a_img {
        width: 100%;
        margin-bottom: 15px;
    }
    .news .list .figure .a_img img {
        height: auto;
    }
    .news .list .figure .figcaption {
        width: 100%;
        margin-left: 0px;
    }
    .contact .content .left_right_txt .left {border: none;}
    .product,
    .product_details,
    .case,
    .service {
	    position: relative;
	    margin: 20px auto;
	}
	.service .content .h2 {font-size: 25px;}
	.service .content .h2 img {
		width: 40px;
		height: 30px;
	}
	.case .list .figure .a_img img {
        height: 200px;
    }
    .product .list .figure .figcaption {
	    height: 170px;
	}
	.culture .list .figure .figcaption {
        padding: 5px;
        height: 110px;
    }
    .footer .footer_right_txt_img .a_logo img {
        width: 50px;
        height: 50px;
        margin: 0 auto;
        display: block;
    }
    .footer .footer_right_txt_img .wx {
        /* align-self: end; */
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .footer .footer_right_txt_img .wx .h1 {
        margin: 0 auto 20px;
        width: 100%;
    }
    .footer .footer_right_txt_img .wx .h1 img {
        width: 100px;
        height: 100px;
    }
}

@media (max-width: 575px) {
	.footer .footer_right_txt_img .wx .h1 span {font-size: 12px;margin: 5px auto 0;}
	.index_case .right .figure {flex-wrap: wrap;}
	.index_case .right .figure .a_img {width: 100%;}
	.index_case .right .figure .a_img img {
		margin: 0 auto;
		display: block;
        width: 100%;
	}
	.index_case .right .figure .a_img img {
        height: auto;
    }
	.index_case .right .figure .figcaption {width: 100%;}
	.index_case .right .figure .figcaption .a1 {width: 85%;}
	.index_about .left_right_img_txt .right .h2 {font-size: 30px;}
	.index_about .left_right_img_txt .right .h3 {
		font-size: 25px;
		margin: 20px auto;
	}
	.index_about .left_right_img_txt .left .figure .figcaption {
	    position: relative;
	    top: initial;
	    bottom: initial;
	    left: initial;
	    right: initial;
	    display: flex;
	    align-items: center;
	    display: block;
	}
	.index_about .left_right_img_txt .left .figure .figcaption .h4 {
        padding: 30px;
        width: 100%;
        display: inline-block;
    }
    .index_about .left_right_img_txt .left .figure .figcaption .h4 span {font-size: 35px;}
    .index_about .left_right_img_txt .left .figure .figcaption .h4 span sub {font-size: 25px;}
	.index_about .left_right_img_txt .right .p {
		font-size: 15px;
		line-height: 1.5;
	}
	.news_details .top_txt .h2 {font-size: 20px;}
	.news_details .top_txt .span {margin: 5px 15px 0 0;}
	.service .content,
	.contact .content .left_right_txt {
	    position: relative;
	    padding-top: 20px;
	    padding-bottom: 20px;
	}
	.case .list {
		margin: 20px auto;
	}
	.case .list .figure {
		width: 50%;
		padding: 0 5px;
	}
	.case .list .figure .figcaption a {font-size: 15px;}
	.product .list {
		margin: 20px auto;
	}
	.product .list.row>* {width: 100%;}
	.product .list .figure .a_img img {height: auto;}
	.product .list .figure .figcaption {
        height: auto;
    }
    .product_details .top {padding: 10px;}
    .product_details .bottom {padding: 10px;}
    .product_details .bottom .h3 {font-size: 25px;}
    .honor .list.row>*,
    .team .list.row>* {width: 50%;padding: 0 10px;}
    .honor .list .figure,
    .team .list .figure {margin-bottom: 15px;}
    .honor .list .figure .a_img {padding: 5px;}
    .honor .list .figure .figcaption,
    .team .list .figure .figcaption {padding: 5px;}
    .culture .list .col-sm-6:nth-last-child(-n + 2) .figure {margin-bottom: 20px;}
    .culture .list .col-sm-6:nth-last-child(-n + 1) .figure {margin-bottom: 0px;}
    .case .list .figure .a_img img {
        height: 160px;
    }
    .culture .list .figure .figcaption {
        padding: 10px;
        height: auto;
    }
}

@media (max-width: 400px) {
	.contact .content .left_right_txt .left .h2 {font-size: 20px;}
	.contact .content .left_right_txt .left .span {
		margin: 10px auto;
		font-size: 15px;
	}
	.contact .content .left_right_txt .left .wx {
		flex-wrap: wrap;
		justify-content: center;
	}
	.contact .content .left_right_txt .left .h1 span {font-size: 13px;margin: 5px auto;}
	.case .list .figure .a_img img {
        height: 100px;
        object-fit: cover;
    }
	.honor .list .figure .a_img img,
	.team .list .figure .a_img img {
		height: 120px;
		object-fit: cover;
	}
	.case .list .figure .figcaption {border: none};
}
