﻿@charset "utf-8";
html{
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-tap-highlight:rgba(0,0,0,0);
	-webkit-text-size-adjust:none;
	overflow-y: scroll;
}
body {
	margin: 0;
	padding: 0;
	background-color: #fff;
}

body, div, p, th, td{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Arial, "Microsoft YaHei",Helvetica, sans-serif;
	color:#444; 
	-webkit-text-size-adjust: none;
}
input, button, select, textarea{
	margin: 0;
	padding: 0;
	border: 0;
	line-height: normal;
	font-size: 12px;
	font-family: Arial, "Microsoft YaHei",Helvetica, sans-serif;
	color: #444;
	outline: none;
	-webkit-appearance: none;

	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
textarea{
	resize: none;
}
input:focus {
	outline: none;
}
label {
	cursor: pointer;
}

table{
	border-collapse: collapse;
	border: 0;
}
th, td{
	padding: 0;
	border: 0;
}
img{
	vertical-align: middle;
	border:0;
}

a{
	text-decoration: none;
	color:#444;
}
a:hover{
	color:#444;
}

.bgf3f3f3{
    background-color: #f3f3f3;
}

header{
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 50;
	background-color: #fff;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}
header h1{
	margin: 10px 0;
	padding: 0;
	text-align: center;
}
header h1 a{
	width: 168px;
	height: 26px;
	display: inline-block;
	text-indent: 9999em;
	background-image: url('../img/logo.png');
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.menu{
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	display: flex; 
	justify-content: center;
}
.menu > li{
	width: 120px;
	height: 40px;
	line-height: 40px;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	font-size: 14px;
}
.menu > li > a{
	height: 40px;
	line-height: 40px;
	display: block;
}
.menu > li > a:hover{
	color: #fff;
	background-color: rgba(153, 161, 34, 0.75);
}
.menu > li > a.active,
.menu > li > a.active:hover{
	color: #fff;
	background-color: rgba(153, 161, 34, 1);
}
.menu > li > ul{
	width: 200px;
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	left: 0;
	top: 40px;
	display: none;
	background-color: rgba(0, 0, 0, 0.5);
}
.menu > li > ul > li > a{
	height: 32px;
	line-height: 32px;
	margin: 0;
	padding: 0 15px;
	text-align: left;
	display: block;
	color: #fff;
}
.menu > li > ul > li > a:hover{
	background-color: rgba(153, 161, 34, 1);
}
.menu > li:hover > ul{
	display: block;
}

.swiper-lazy-preloader-green {
    --swiper-preloader-color: #99a122
}

.home_kv{
	width: 100%;
	height: 619px;
	margin-top: 86px;
}
.home_kv .swiper-slide{
	width: 100%;
	position: relative;
	overflow-x: hidden;
}
.home_kv img {
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next{
	left: 20px !important;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev{
	right: 20px !important;
}

.container{
	margin: 0 auto;
	width: 1160px;
    padding-top: 50px;
	overflow-y: auto;
}

.home_wrap_34{
	margin-top: 34px !important;
}
.home_h2{
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	text-align: center;
    font-family: 'Times New Roman';
    font-size: 36px;
	font-weight: normal;
	color: #000;
}
.home_our{
	line-height: 24px;
	margin-top: 20px;
	text-align: center;
	font-size: 16px;
}
.home_product{
	margin: 0 0 34px 0;
	padding: 20px 0 0 1px;
	list-style: none;
	overflow-y: auto;
}
.home_product > li{
	float: left;
	width: 354px;
	margin: 0 16px 16px 16px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	background-color: #fff;
}
.home_product > li:hover{
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.home_product > li a{
	display: block;
}
.home_product > li img{
	width: 354px;
	height: 354px;
}
.home_product > li p{
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	background-color: #f5f5f5;
}

.praisein_wrap{
    overflow-y: auto;
}
.praisein_intro{
    float: left;
    width: 620px;
	margin-top: 20px;
}
.praisein_intro p{
    line-height: 32px;
    text-align: justify;
    font-size: 16px;
	font-weight: bold;
}
.praisein_intro p:nth-child(1){
    margin-bottom: 20px;
}
.praisein_pic{
	float: right;
	width: 500px;
	margin-top: 20px;
}
.praisein_pic > img{
	width: 100%;
	cursor: pointer;
}
.home_series{
	height: 396px;
	padding: 50px 0 50px 1px;
	margin: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow-y: hidden;
}
.home_series > li{
	float: left;
	width: 386px;
	height: 396px;
	position: relative;
	margin: 0;
	padding: 0;
}
.home_series > li > a{
	width: 386px;
	height: 396px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	display: block;
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	background-color: #ccc;
}
.home_series > li > a > p{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	font-size: 24px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(0, 0, 0, 0.25);
}
.home_series > li > a > img{
	width: 100%;
	display: block;
}
.home_series > li:nth-child(1) > a:hover{
	z-index: 21;
}
.home_series > li:nth-child(2) > a:hover{
	z-index: 22;
}
.home_series > li:nth-child(3) > a:hover{
	z-index: 23;
}
.home_series > li > a:hover{
	transform: scale(1.08);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.home_series > li > a:hover p{
	background-color: rgba(0, 0, 0, 0.1);
}
.home_blog_bg{
    margin-bottom: 50px;
	background-image: url('../img/blog_bg.jpg');
	background-position: center center;
	background-repeat: no-repeat;
}
.home_blog_wrap{
    height: 422px;
    margin-top: 20px;
    padding-top: 0 !important;
    position: relative;
}
.home_blog_wrap::before{
    content: '';
    width: 2px;
    height: 368px;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -1px;
    background-color: #cfcfcf;
}
.home_blog_item{
    width: 638px;
    height: 120px;
    border: 1px solid #cfcfcf;
	border-color: transparent;
    position: absolute;
    left: 0;
    top: 0;
	display: flex;
	align-items: center;
	justify-content: left;
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
}
.home_blog_item a{
	height: 100%;
	display: block;
}
.home_blog_item h3{
	width: 380px;
	line-height: 30px;
	text-align: right;
	margin: 22px 0 0 10px;
	padding: 0;
	font-size: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.home_blog_intro{
	width: 380px;
	height: 40px;
	line-height: 20px;
	text-align: right;
	margin: 0 0 0 10px;
	font-size: 14px;
	color: #999;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	display: -webkit-box-flex;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.home_blog_date{
	width: 120px;
	height: 100%;
	position: absolute;
	left: 435px;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: left;
}
.home_blog_date > div{
	font-size: 14px;
	color: #bdbdbd;
}
.home_blog_date > div > p{
	font-size: 36px;
	color: #bdbdbd;
}
.home_blog_item::after{
    content: '';
    width: 10px;
    height: 10px;
    border: 2px solid #cfcfcf;
    position: absolute;
    right: 52px;
    top: 50%;
    margin-top: -7px;
    overflow: hidden;
    border-radius: 7px;
    background-color: #fff;
}
.home_blog_item:nth-child(2){
    left: 520px;
	top: 132px;
}
.home_blog_item:nth-child(2) h3{
	margin-left: 250px !important;
	text-align: left;
}
.home_blog_item:nth-child(2) .home_blog_intro{
	margin-left: 250px !important;
	text-align: left;
}
.home_blog_item:nth-child(2) .home_blog_date{
	left: 100px;
}
.home_blog_item:nth-child(2)::after{
	left: 52px;
}
.home_blog_item:nth-child(3){
    top: 264px;
}
.home_blog_item:hover{
	border-color: #cfcfcf;
	background-color: #757575;
}
.home_blog_item:hover::after{
	border: 2px solid #757575;
}
.home_blog_item:hover h3{
	color: #fff;
}
.home_blog_item:hover .home_blog_intro{
	color: #ccc;
}
.home_blog_more{
	width: 26px;
    height: 26px;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -15px;
	border-radius: 50%;
	border: 2px solid #cfcfcf;
    background-color: #cfcfcf;
}
.home_blog_more:hover{
	border-color: rgba(153, 161, 34, 1);
}
.home_blog_more a{
	height: 100%;
	display: block;
	border-radius: 50%;
}

.cultrue_m{
	margin-bottom: 50px;
}
.cultrue_m h2{
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	text-align: center;
    font-family: 'Times New Roman';
    font-size: 36px;
	font-weight: normal;
	color: #000;
}
.cultrue_m div{
	line-height: 30px;
	margin-top: 10px;
	text-align: justify;
	font-size: 16px;
}
.cultrue_h3{
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 32px;
	font-family: 'Times New Roman';
	font-weight: normal;
	color: #015f9c !important;
}
.cultrue_h4{
	margin: 20px 0;
	padding: 0;
	text-transform: uppercase;
	text-align: center;
    font-family: 'Times New Roman';
    font-size: 30px;
	font-weight: normal;
	color: #000;
}
.cultrue_list{
	margin: 0 0 50px 0;
	padding: 0;
	list-style: none;
}
.cultrue_list li{
	margin: 50px 0 0 0;
	text-align: right;
	position: relative;
}
.cultrue_list li img{
	width: 456px;
}
.cultrue_item_info{
	width: 390px;
	height: 100%;
	position: absolute;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: left;
}
.cultrue_item_info h3{
	margin: 0 0 20px 0;
	padding: 0;
	text-transform: uppercase;
	text-align: left;
    font-family: 'Times New Roman';
    font-size: 24px;
	font-weight: normal;
	color: #000;
}
.cultrue_item_info p{
	line-height: 24px;
	text-align: left;
    font-size: 16px;
	font-weight: normal;
	color: #000;
}
.cultrue_list li:nth-child(2),
.cultrue_list li:nth-child(4){
	text-align: left;
}
.cultrue_list li:nth-child(2) .cultrue_item_info,
.cultrue_list li:nth-child(4) .cultrue_item_info{
	right: 0 !important;
}

.social_album p > img{
	width: 100%;
}
.social_info{
	margin: 50px 0;
	padding: 0;
	list-style: none;
	overflow-y: auto;
}
.social_info li:nth-child(1){
	float: left;
	width: 28%;
	line-height: 40px;
	margin: 0;
	font-size: 30px;
	font-family: 'Times New Roman';
	font-weight: bold;
}
.social_info li:nth-child(2){
	float: right;
	width: 60%;
	margin: 0;
}
.social_info li:nth-child(2) > p{
	line-height: 30px;
	margin-bottom: 15px;
	font-size: 16px;
}
.product_kv{
	margin-bottom: 20px;
}
.product_kv img{
	width: 100%;
}
.product_wrap{
	margin-bottom: 50px;
	overflow-y: auto;
}
.product_wrap h2{
	line-height: 45px;
	margin: 0;
	padding: 0;
	position: relative;
	font-size: 22px;
	font-weight: normal;
	border-bottom: 1px solid #d6d6d6;
}
.product_wrap h2::before{
	content: '';
	width: 98px;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	overflow: hidden;
	background-color: rgba(153, 161, 34, 1);
}
.product_sidebar{
	float: left;
	width: 260px;
}
.product_sidebar ul{
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
}
.product_sidebar li{
	margin: 0;
	padding: 0;
}
.product_nav{
	margin-bottom: 20px !important;
}
.product_nav li{
	height: 32px;
	line-height: 32px;
	border-bottom: 1px solid #f2f2f2;
	font-size: 14px;
}
.product_nav li a{
	line-height: 32px;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.product_nav li i{
	width: 16px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	display: inline-block;
	color: #999;
}
.product_nav li a:hover{
	color: rgba(153, 161, 34, 1);
}
.product_nav li.active a{
	font-weight: bold;
	color: rgba(153, 161, 34, 1);
}
.product_news{
	margin-bottom: 20px !important;
}
.product_news li{
	height: 32px;
	line-height: 32px;
	border-bottom: 1px solid #f2f2f2;
	font-size: 14px;
}
.product_news li a{
	line-height: 32px;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.product_news li i{
	width: 16px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	display: inline-block;
	color: #999;
}
.product_news li a:hover{
	color: rgba(153, 161, 34, 1);
}
.product_contact li{
	line-height: 20px;
	margin-bottom: 5px;
	font-size: 14px;
}
.product_con{
	float: right;
	width: 850px;
}

.product_category{
	position: relative;
}

.search_con {
	width: 280px;
	border: 1px solid #d6d6d6;
	border-radius: 5px;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #fff;
}
.search_con input {
	width: 100%;
	height: 38px;
	font-size: 14px;
	color: var(--BLACK);
	line-height: 38px;
	padding: 0 50px 0 10px;
	outline: none;
	border: 0;
	border-radius: 5px;
	background-color:transparent;
}
.search_con .btn_search {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	background: url(../img/search_icon.gif) no-repeat;
	background-size: 12px;
	background-position: center;
}

.search_con > ul{
	width: 280px;
	max-height: 186px;
	margin: 0;
	padding: 0;
	overflow-y: auto;
	position: absolute;
	right: -1px;
	top: 38px;
	border: 1px solid #d6d6d6;
	border-top: 1px solid #d6d6d6;
	display: none;
	background-color: #fff;
}
.search_con > ul > li{
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #d6d6d6;
}
.search_con > ul > li > a{
	line-height: 20px;
	display: block;text-align: left;
	padding: 5px 10px;
	font-size: 14px !important; color: #473237;
}
.search_con > ul > li > a:hover{
	color:#9EA700;
}
.search_con > ul > li:last-child{
	border-bottom: 0;
}

.product_list{
	margin: 10px 0 10px 0;
	padding: 0;
	list-style: none;
	overflow-y: auto;
}
.product_list li{
	float: left;
	width: 190px;
	margin: 0 30px 10px 0;
}
.product_list li a{
	display: block;
}
.product_list li img{
	width: 188px;
	height: 188px;
	border: 1px solid #ddd;
	border-radius: 5px;
}
.product_list li p{
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.product_list li:hover{
	color: rgba(153, 161, 34, 1);
}
.product_list li:hover img{
	border: 1px solid rgba(153, 161, 34, 1);
}
.product_list li:nth-child(4n){
	margin-right: 0 !important;
}

.detail_title{
	line-height: 30px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #eee;
}

.detail_album_basic{
    margin-bottom: 30px;
	overflow-y: auto;
}
.detail_album{
	float: left;
	width: 360px;
	padding: 9px;
	border: 1px solid #eee;
	background-color: #f9f9f9;
}
.detail_big{
	width: 360px;
	height: 360px;
	overflow: hidden;
}
.detail_big {
	display: inline-block;
	position: relative;
}
.detail_big:after{
	content: '';
	display: block; 
	width: 33px; 
	height: 33px; 
	position: absolute; 
	top: 0;
	right: 0;
	background:url(../img/icon_search.png);
}
.detail_big img::selection {
	background-color: transparent;
}
.detail_big img{
	width: 100%;
}
.detail_small{
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
	overflow-y: auto;
}
.detail_small li{
	float: left;
	width: 60px;
	height: 60px;
	margin-right: 5px;
	border: 2px solid #ddd;
}
.detail_small li > img{
	width: 100%;
}
.detail_small li.active{
	border-color: rgba(153, 161, 34, 1);
}
.detail_basic{
    float: right;
    width: 450px;
}
.detail_share{
    overflow-y: auto;
    padding-bottom: 10px;
    border-bottom: 2px solid #ddd;
}
.detail_share .a2a_kit{
    float: right;
}
.detail_para{
    margin: 10px 0 0 0;
    overflow-y: auto;
}
.detail_para dl{
    margin: 0;
    padding: 5px 0;
    line-height: 22px;
    font-size: 14px;
    overflow-y: auto;
}
.detail_para dt{
    float: left;
    width: 30%;
    color: #999;
}
.detail_para dd{
    float: left;
    width: 60%;
}
.detail_h3{
    height: 21px;
    position: relative;
}
.detail_h3::before{
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 10px;
    overflow: hidden;
    background-color: #000;
}
.detail_h3 b{
    height: 21px;
    line-height: 21px;
    padding: 0 10px;
    position: absolute;
    left: 20px;
    top: 0;
    z-index: 5;
    display: block;
    font-size: 16px;
    background: #fff;
}
.detail_tab{
    margin: 20px 0;
}
.detail_tab th,
.detail_tab td{
    line-height: 22px;
    padding: 5px;
    text-align: center;
    border: 1px solid #cecece;
    font-size: 14px;
}
.detail_tab th{
    width: 20%;
    font-weight: normal;
    background-color: #d9d9d9;
}
.detail_video{
	margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.detail_brand > img{
    width: 100%;
}
.detail_cert_packing > img{
    width: 100%;
}
.detail_cert_packing ul{
    margin: 10px 0;
    padding: 0;
    list-style: none;
    overflow-y: auto;
}
.detail_cert_packing li{
    float: left;
    line-height: 20px;
    font-size: 14px;
}
.detail_cert_packing p{
    line-height: 32px;
    font-size: 16px;
    font-weight: bold;
}
.detail_cert_packing li:nth-child(1){
    width: 285px;
    margin-left: 10px;
}
.detail_cert_packing li:nth-child(2){
    width: 430px;
    margin-left: 116px;
}
.detail_service{
    margin-bottom: 30px;
    text-align: center;
}
.detail_keyword{
    padding: 10px 0;
    margin-bottom: 30px;
    text-align: left;
}
.detail_keyword a{
    line-height: 20px;
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
}
.detail_keyword a:hover{
    color: #fff;
    background-color: rgba(153, 161, 34, 1);
}
.detail_related{
    line-height: 50px;
    padding: 0 20px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background-color: rgba(153, 161, 34, 1);
}
.related_product{
	margin: 10px 0 30px 0;
	padding: 0;
	list-style: none;
	overflow-y: auto;
}
.related_product li{
	float: left;
	width: 190px;
	margin: 0 30px 10px 0;
}
.related_product li a{
	display: block;
}
.related_product li img{
	width: 188px;
	height: 188px;
	border: 1px solid #ddd;
	border-radius: 5px;
}
.related_product li p{
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.related_product li:hover{
	color: rgba(153, 161, 34, 1);
}
.related_product li:hover img{
	border: 1px solid rgba(153, 161, 34, 1);
}
.related_product li:nth-child(4n){
	margin-right: 0 !important;
}
.detail_feedback_title{
    margin-bottom: 10px;
    overflow-y: auto;
}
.detail_feedback_title .title_left{
    float: left;
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
    color: #000;
}
.detail_feedback_title .title_right{
    float: right;
    line-height: 30px;
    font-size: 14px;
}
.detail_feedback{
    margin: 0;
    padding: 0;
    list-style: none;
}
.detail_feedback li{
	margin-bottom: 10px !important;
}
.detail_feedback li input{
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
    border: 1px solid #ddd;
	border-radius: 5px;
	font-size: 14px;
	color: #666;
}
.detail_feedback li textarea{
	width: 100%;
	height: 60px;
	line-height: 20px;
	padding: 10px;
    border: 1px solid #ddd;
	border-radius: 5px;
	font-size: 14px;
	color: #666;
}
.detail_feedback li a{
	width: 120px;
	height: 50px;
	line-height: 50px;
	display: block;
	border-radius: 5px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background-color: rgba(153, 161, 34, 1);
}
.detail_feedback li:last-child{
	margin-bottom: 0;
}

.factory_h2{
	padding: 30px 0 20px 0;
	text-align: center;
	background-color: #333;
}
.factory_h2 > img{
	vertical-align: middle;
}
.factory_h2 > p{
	padding-top: 10px;
	text-align: center;
	font-size: 32px;
	color: #99a122;
}
.factory_info{
    padding-bottom: 30px;
    overflow-y: auto;
	background-color: #333;
}
.factory_info ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.factory_info li{
    line-height: 24px;
    padding-left: 12px;
    position: relative;
    font-size: 14px;
	color: #fff;
}
.factory_info li::before{
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 9px;
    background-color: #fff;
}
.factory_info_left{
    float: left;
    width: 45%;
	margin-left: 15px;
}
.factory_info_left > p{
    line-height: 22px;
    margin-bottom: 10px;
    font-size: 16px;
	color: #fff;
}
.factory_info_right{
    float: right;
    width: 45%;
	margin-right: 15px;
}
.factory_info_right h3{
    line-height: 70px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Times New Roman';
    font-size: 36px;
    font-weight: normal;
    color: #fff;
}
.factory_pic img{
    width: 100%;
}
.factory_our{
	height: 75px;
	line-height: 75px;
	text-align: center;
	font-size: 36px;
	color: #444;
}
.factory_swiper{
    padding: 0 100px;
    margin: 30px 0;
    overflow-y: auto;
}
.factory_swiper .swiper{
    width: 325px;
    height: 280px;
    overflow: hidden;
}
.factory_swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.factory_swiper .button-prev,
.factory_swiper .button-next{
    width: 41px;
    height: 41px;
    position: absolute;
    top: 50%;
    margin-top: -20.5px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url('../img/icon_arrow.png');
}
.factory_swiper .button-prev{
    left: 0;
}
.factory_swiper .button-next{
    right: 0;
    -moz-transform:scaleX(-1);
    -webkit-transform:scaleX(-1);    
    -o-transform:scaleX(-1);    
    transform:scaleX(-1);
}
.factory_swiper .swiper_tip{
	width: 250px;
	height: 50px;
	line-height: 50px;
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: 20;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin-left: -125px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background-color: rgba(158, 167, 0, 0.75);
}
.factory_swiper_left{
    float: left;
    width: 325px;
    padding: 0 55px;
    position: relative;
}
.factory_swiper_right{
    float: right;
    width: 325px;
    padding: 0 55px;
    position: relative;
}
.factory_course{
    margin: 20px 10px 50px 10px;
    position: relative;
    overflow-y: auto;
}
.factory_course::before{
    content: '';
    width: 3px;
    height: calc(100% - 30px);
    position: absolute;
    left: 3px;
    top: 30px;
    overflow: hidden;
    background-color: #a2a722;
}
.factory_course dl{
    margin: 0 0 40px 0;
    padding: 0;
    overflow-y: auto;
}
.factory_course dt{
    float: left;
    width: 15%;
    line-height: 60px;
    margin: 0;
    padding-left: 24px;
    position: relative;
    font-size: 30px;
    font-weight: bold;
}
.factory_course dt::before{
    content: '';
    width: 3px;
    height: 3px;
    border: 3px solid #a2a722;
    position: absolute;
    left: 0;
    top: 25px;
    overflow: hidden;
    background-color: #fff;
}
.factory_course dd{
    float: right;
    width: 80%;
    line-height: 30px;
    margin: 15px 0 0 0;
    font-size: 18px;
}

.blog_pic{
    margin-bottom: 30px;
}
.blog_pic img{
    width: 100%;
}
.blog_wrap{
    margin-bottom: 50px;
    overflow-y: auto;
}
.blog_list{
    float: left;
    width: 865px;
}
.blog_item{
    padding: 10px 30px 30px 30px;
    margin-bottom: 30px;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    background-color: #fff;
}
.blog_date{
    line-height: 24px;
    font-size: 14px;
    color: #999;
}
.blog_item h2{
    line-height: 32px;
    margin: 10px 0 0 0;
    padding: 0 0 24px 0;
    position: relative;
    font-size: 24px;
    font-weight: normal;
}
.blog_item h2::after{
    content: '';
    width: 80px;
    height: 4px;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(153, 161, 34, 1);
}
.blog_item h2 a:hover{
    color: rgba(153, 161, 34, 1);
}
.blog_desc{
    line-height: 24px;
    margin: 20px 0;
    font-size: 14px;
    color: #999;
}
.blog_read{
    padding-top: 30px;
    border-top: 1px solid #f2f2f2;
}
.blog_read a{
    width: 130px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 21px;
    font-size: 16px;
    color: rgba(153, 161, 34, 1);
}
.blog_read a:hover{
    border-color: rgba(153, 161, 34, 1);
    color: #fff;
    background-color: rgba(153, 161, 34, 1);
}
.blog_sidebar{
    float: right;
    width: 270px;
}
.blog_sidebar_item{
	padding: 25px 20px;
	margin-bottom: 30px;
	box-shadow: 0 0 10px rgb(0 0 0 / 15%);
	background-color: #fff;
}
.blog_sidebar_item h2{
    margin: 0;
    padding: 0 0 20px 0;
    position: relative;
    font-size: 20px;
    font-weight: normal;
}
.blog_sidebar_item h2::after{
    content: '';
    width: 80px;
    height: 4px;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(153, 161, 34, 1);
}
.blog_search{
	margin: 0 auto;
	padding: 0;
	width: 225px;
	overflow-y: auto;
}
.blog_search dt{
	float: left;
	width: 158px;
	height: 40px;
	margin: 0;
	padding: 0;
	border: 1px solid #ddd;
}
.blog_search dt > input{
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	font-size: 14px;
	background-color: #fff;
}
.blog_search dd{
	float: left;
	width: 65px;
	line-height: 42px;
	text-align: center;
	margin: 0;
	padding: 0;
	cursor: pointer;
	font-size: 14px;
	color: #fff;
	background-color: rgba(153, 161, 34, 1);
}
.blog_sidebar_nav{
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
}
.blog_sidebar_nav li{
	height: 36px;
	border-bottom: 1px solid #f2f2f2
}
.blog_sidebar_nav li a{
	line-height: 36px;
	display: block;
	font-size: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.blog_sidebar_nav li i{
	width: 16px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	display: inline-block;
	color: #999;
}
.blog_sidebar_nav li a:hover{
	color: rgba(153, 161, 34, 1);
}
.blog_sidebar_nav li.active a{
	color: rgba(153, 161, 34, 1);
	font-weight: bold;
}

.article_wrap{
    float: left;
    width: 795px;
	padding: 10px 30px 30px 30px;
	box-shadow: 0 0 10px rgb(0 0 0 / 15%);
	background-color: #fff;
}
.article_date{
    line-height: 24px;
    font-size: 14px;
    color: #999;
}
.article_h2{
    line-height: 32px;
    margin: 10px 0 0 0;
    padding: 0 0 24px 0;
    position: relative;
    font-size: 24px;
    font-weight: normal;
}
.article_h2::after{
    content: '';
    width: 80px;
    height: 4px;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(153, 161, 34, 1);
}
.article_share{
	margin-top: 20px;
}
.article_content{
    margin: 20px 0;
}
.article_content,
.article_content div,
.article_content p{
	line-height: 30px;
	text-align: justify;
    font-size: 16px;
    color: #999;
}
.article_content img{
	max-width: 795px;
	vertical-align: middle;
}
.article_prevnext{
	margin: 0 0 20px 0;
	padding: 0;
	overflow-y: auto;
}
.article_prevnext dt,
.article_prevnext dd{
	width: 45%;
	line-height: 24px;
	font-size: 14px;
	color: #999;
	word-wrap: break-work;
	word-break: break-all;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.article_prevnext dt{
	float: left;
	text-align: left;
}
.article_prevnext dd{
	float: right;
	text-align: right;
}
.article_prevnext a:hover{
	color: rgba(153, 161, 34, 1);
}
.article_wrap .related_product{
	margin-bottom: 0 !important;
}
.article_wrap .related_product li{
	margin-right: 11px !important;
}
.article_wrap .related_product li:nth-child(4n){
	margin-right: 0 !important;
}

.download_list{
	margin: 10px 0 0 0;
	padding: 0;
}
.download_list dl{
	margin: 0;
	padding: 0;
	border-bottom: 1px dashed #ddd;
	overflow-y: auto;
}
.download_list dt{
	float: left;
	width: 85%;
}
.download_list dt > a{
	line-height: 26px;
	padding: 5px 0;
	display: block;
	font-size: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.download_list dt > a > i{
	width: 16px;
	line-height: 36px;
	text-align: center;
	display: inline-block;
	color: #999;
}
.download_list dt > a:hover{
	color: rgba(153, 161, 34, 1);
}
.download_list dd{
	float: right;
	width: 10%;
	line-height: 36px;
	text-align: right;
	font-size: 14px;
	color: #999;
}
.download_h3{
	margin: 20px 0 10px 0;
	padding: 0;
	line-height: 36px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}
.download_link{
	text-align: right;
}
.download_link a{
	line-height: 32px;
	padding: 0 10px;
	display: inline-block;
	font-size: 14px;
	color: #fff;
	background-color: rgba(153, 161, 34, 0.75);
}
.download_link a:hover{
	background-color: rgba(153, 161, 34, 1);
}
.download_content{
    margin: 20px 0;
}
.download_content,
.download_content div,
.download_content p{
	line-height: 30px;
	text-align: justify;
    font-size: 16px;
    color: #999;
}
.download_content img{
	max-width: 850px;
	vertical-align: middle;
}
.download_prevnext{
	margin: 0 0 20px 0;
	padding: 0;
	overflow-y: auto;
}
.download_prevnext dt,
.download_prevnext dd{
	width: 45%;
	line-height: 24px;
	font-size: 14px;
	color: #999;
	word-wrap: break-work;
	word-break: break-all;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.download_prevnext dt{
	float: left;
	text-align: left;
}
.download_prevnext dd{
	float: right;
	text-align: right;
}
.download_prevnext a:hover{
	color: rgba(153, 161, 34, 1);
}

.contact_pic_form{
    margin-bottom: 30px;
    overflow-y: auto;
    background-color: #f5f5f5;
}
.contact_pic{
    float: left;
    width: 50%;
}
.contact_pic img{
    width: 100%;
}
.contact_form{
    float: left;
    width: 50%;
}
.contact_form h3{
    line-height: 75px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Times New Roman';
    font-size: 30px;
    font-weight: normal;
    color: #000;
}
.contact_form ul{
    margin: 0 50px;
    padding: 0;
    list-style: none;
}
.contact_form li{
    padding-left: 90px;
    margin-bottom: 10px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 20px 20px;
}
.contact_form li input{
	width: 100%;
	height: 40px;
	line-height: 40px;
    border-bottom: 1px solid #959595;
	font-size: 14px;
	color: #666;
    background-color: transparent;
}
.contact_form li::before{
    height: 100%;
    line-height: 40px;
    position: absolute;
    left: 25px;
    top: 0;
    font-size: 14px;
    color: #999;
}
.contact_form li:nth-child(1){
    background-image: url(../img/icon_name.png);
}
.contact_form li:nth-child(1)::before{
    content: 'Name';
}
.contact_form li:nth-child(2){
    background-image: url(../img/icon_email.png);
}
.contact_form li:nth-child(2)::before{
    content: 'Email';
}
.contact_form li:nth-child(3){
    background-image: url(../img/icon_tel.png);
}
.contact_form li:nth-child(3)::before{
    content: 'Tel';
}
.contact_form li:nth-child(4){
    background-image: url(../img/icon_address.png);
}
.contact_form li:nth-child(4)::before{
    content: 'Address';
}
.contact_form li:nth-child(5){
    background-image: url(../img/icon_content.png);
}
.contact_form li:nth-child(5)::before{
    content: 'Content';
}
.contact_form li:nth-child(6){
    margin-top: 20px !important;
    padding-left: 0 !important;
    text-align: center;
}
.contact_form li:nth-child(6)::before{
    content: '' !important;
}
.contact_form li a{
    width: 100px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	border-radius: 5px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background-color: #000;
}
.contact_map_info{
    margin-bottom: 50px;
    overflow-y: auto;
}
.contact_map{
    float: left;
    width: 540px;
    height: 500px;
    background-color: #f5f5f5;
}
#map {
    width: 540px;
    height: 500px;
}
.contact_info{
    float: right;
    width: 592px;
    height: 500px;
    border-left: 4px solid #9EA700;
    border-right: 4px solid #9EA700;
    background-color: #9EA700;
}
.contact_info dl{
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #fff;
    overflow-y: auto;
}
.contact_info dt{
    float: left;
    width: 140px;
    height: 110px;
    margin: 0;
    padding: 0 0 0 52px;
    font-size: 18px;
    font-family: 'Times New Roman';
    font-weight: bold;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: left;
}
.contact_info dd{
    float: left;
    width: 300px;
    height: 110px;
    line-height: 24px;
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: left;
}
.contact_info dd a{
	float: left;
	width: 34px;
	height: 34px;
	line-height: 34px; 
	display: block;
	margin-right: 10px;
	text-align: center;
	border: 2px solid #fff;
    background-color: #9EA700;
}
.contact_info dd a > i{
	line-height: 34px; 
	display: block;
	font-size: 18px;
	color:#fff;
}
.contact_info dl:last-child dt,
.contact_info dl:last-child dd{
    height: 166px;
}


footer{
	background-image: url(../img/footbg.webp);
}
.subscript_wrap{
	height: 50px;
	padding: 10px 0;
	background-color: #9EA700;
}
.subscript_link{
	float: left;
	height: 40px;
	margin-top: 5px;
}
.subscript_link a{
	float: left;
	width: 38px;
	height: 38px;
	line-height: 38px; 
	display: block;
	margin-right: 10px;
	text-align: center;
	border: 1px solid #9EA700;
	border-radius: 5px;
}
.subscript_link a > i{
	line-height: 38px; 
	display: block;
	font-size: 18px;
	color:#fff;
}
.subscript_link a:hover{
	border-color: #fff;
}
.subscript_form{
	float: right;
	height: 50px;
}
.subscript_form h3{
	float: left;
	line-height: 50px;
	margin: 0 10px 0 0;
	padding: 0;
	font-size: 20px;
	font-weight: normal;
	color: #fff;
}
.subscript_form dl{
	float: left;
	height: 50px;
	margin: 0;
	padding: 0;
}
.subscript_form dt{
	float: left;
	width: 300px;
	height: 50px;
	margin: 0;
	padding: 0;
	background-color: #fff;
}
.subscript_form dt input{
	width: 100%;
	height: 50px;
	padding: 0 10px;
	font-size: 14px;
	color: #666;
	background: transparent;
}
.subscript_form dd{
	float: left;
	width: 50px;
	height: 50px;
	margin: 0;
	padding: 0;
	text-align: center;
	cursor: pointer;
	background-color: #fff;
}
.subscript_form dd > i{
	line-height: 50px; 
	display: block;
	font-size: 16px;
	color: #999;
}
.subscript_form dd:hover > i{
	color: #f00;
}
.footer_item{
	float: left;
	width: 272px;
	margin-right: 50px;
	margin-bottom: 50px;
}
.footer_item > h3{
	line-height: 30px;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 20px;
	font-weight: normal;
    color: #ccc;
    text-transform: uppercase;
}
.footer_item > ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer_item > ul > li{
	margin: 0;
	padding: 0;
}
.footer_contact li{
	line-height: 30px;
	font-size: 14px;
	color: #ccc;
}
.footer_contact li > a{
	text-decoration: underline;
	color: #fff;
}
.footer_nav li{
	line-height: 30px;
	font-size: 14px;
	color: #ccc;
}
.footer_nav li > a{
	color: #ccc;
}
.footer_news dl{
	margin: 0 0 10px 0;
	overflow-y: auto;
}
.footer_news dt{
	float: left;
	width: 80px;
	margin: 0;
}
.footer_news dt img{
	width: 80px;
	height: 80px;
	display: block;
}
.footer_news dd{
	float: right;
	width: 200px;
	margin: 0;
}
.footer_news dd p:nth-child(1) a{
	height: 20px;
	line-height: 20px;
	display: block;
	font-size: 14px;
	color: #fff;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.footer_news dd p:nth-child(2){
	height: 40px;
	line-height: 20px;
	font-size: 14px;
	color: #ccc;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	display: -webkit-box-flex;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.footer_news dd p:nth-child(3){
	line-height: 20px;
	font-size: 12px;
	color: #999;
}
.footer_news dl:last-child{
	margin-bottom: 0;
}
.footer_form li{
	margin-bottom: 5px !important;
}
.footer_form li input{
	width: 100%;
	height: 33px;
	line-height: 33px;
	padding: 0 10px;
	border-radius: 5px;
	font-size: 14px;
	color: #666;
	background-color: #fff;
}
.footer_form li textarea{
	width: 100%;
	height: 60px;
	line-height: 20px;
	padding: 10px;
	border-radius: 5px;
	font-size: 14px;
	color: #666;
	background-color: #fff;
}
.footer_form li a{
	width: 100%;
	height: 40px;
	line-height: 40px;
	display: block;
	border-radius: 5px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: rgba(153, 161, 34, 1);
	background-color: #fff;
}
.footer_form li a:hover{
    color: #fff;
    background-color: rgba(153, 161, 34, 1);
}
.footer_form li:last-child{
	margin-bottom: 0;
}
.footer_item:nth-child(2){
	width: 150px !important;
}
.footer_item:nth-child(3){
	width: 300px !important;
}
.footer_item:nth-child(4){
	width: 288px !important;
}
.footer_item:last-child{
	margin-right: 0;
}
.copyright{
	line-height: 32px;
	text-align: center;
	font-size: 14px;
	color: #fff;
}

.popup_con {
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 200;
  }
  
  .popup_con .shadow {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
  }
  
  .popup_con .btn_close {
	width: 50px;
	height: 50px;
	background: url(../img/i_close.png) no-repeat;
	background-size: 30px;
	background-position: center;
	position: absolute;
	right: -12px;
	top: -50px;
	cursor: pointer;
  }
  
  .popup_con .popup_wrap {
	width: 70%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 15%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
  }
  
  .popup_con .video_con {
	width: 100%;
	height: auto;
  }
  
  .popup_con .video_con video {
	width: 100%;
	display: block;
  }

.pagination_c{
    width: auto;
	max-width: 100%;
    display: table;
	margin: 0 auto;
	overflow-y: auto;
}
.pagination_c .pagination_list{
    width: auto;
    overflow: hidden;
}
.pagination_c .pagination_list>li{
    margin: 0 4px;
    display: inline-block;
    text-align: center;
}
.pagination_c .pagination_list>li > a{
	height: 30px; line-height: 30px;
	display: block;
	font-size: 12px; font-family: Arial, Helvetica, sans-serif; color: #9EA700;
    cursor: pointer;
    border: 1px solid #ddd;
    padding: 0 10px;
    background-color: #fff;
}
.pagination_c .pagination_list>li.active > a{
	color: #fff;
	border-color: #9EA700;
	background-color: #9EA700;
}