.scale_img img {
	display: block;
	width: 100%;
	transition: 0.5s;
}
.scale_img:hover img {
	transform: scale(1.05);
}
.header-region {
	height: 145px;
}
.header-region .w {
	height: 100%;
	width: 1300px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header-search {
	height: 35px;
	border: 1px solid #969696;
	border-radius: 18px;
	padding: 0 10px;
	overflow: hidden;
}
.header-search .search-button {
	width: 33px;
	height: 33px;
	background: url(../image/hsbtn.png) no-repeat center;
	cursor: pointer;
	outline: none;
	border: none;
}
.header-search .search-key {
	border: none;
	line-height: 33px;
	vertical-align: top;
	padding: 0 5px;
	outline: none;
	color: #999;
	width: 150px;
	font-size: 13px;
}
/*
      顶部导航
  */
.navbar {
	height: 145px;
	border-radius: 0;
	margin-bottom: 0;
	border: none;
	min-height: auto;
    margin-left: 23px;
}
#nav_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.navbar li {
	position: relative;
	flex: 1 1 auto;
	text-align: center;
}
.navbar li a {
	font-size: 18px;
	line-height: 141px;
	display: block;
	color: #000;
	text-align: center;
}
#nav_box > li {
	position: relative;
}
#nav_box > li > a {
	padding: 0 16px;
}
#nav_box > li::after {
	content: "";
	display: block;
	width: 100%;
	height: 4px;
	margin: 0 auto;
	background: #49862f;
	width: 0;
	transition: 0.3s;
}
#nav_box > li:hover::after,
#nav_box > li.on::after {
	width: 100%;
}
.navbar li {
	position: relative;
}
.nav li ul {
	position: absolute;
	left: 0;
	top: 45px;
	width: 100%;
    width: 180px !important;
    padding-bottom: 12px;
	background-color: #49862f;
	display: none;
	z-index: 995;
}
.nav li ul li {
	width: 100%;
	height: 34px;
}
.nav li ul li a {
	font-size: 12px;
	color: #fff;
	background: #49862f;
	line-height: 34px;
	display: block;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding: 0 10px;
}
.nav li ul li a:hover {
	color: #fff;
	background: rgba(0, 0, 0, 0.1);
}
.nav .on ul li a {
	background-color: #49862f;
	color: #fff;
	background: #49862f;
}
.nav .on ul li a:hover {
	background: rgba(0, 0, 0, 0.1);
}
.nav li ul ul {
	left: 200px !important;
}
.region-tit {
	text-align: center;
	color: #000;
}
.region-tit h2 {
    font-size: 36px;
}
.region-tit p {
    font-size: 22px;
    opacity: 0.6;
    margin: 1px 0 15px;
}
.region-tit::after {
	content: "";
	display: block;
	width: 0;
	height: 3px;
	border-left: 43px solid #000;
	border-right: 43px solid #49862f;
	margin: 0 auto;
}
.more-link {
	text-align: center;
}
.more-link a {
	display: inline-block;
	line-height: 34px;
	border: 1px solid #8e8e8e;
	border-radius: 20px;
	padding: 0 40px;
	font-size: 14px;
	color: #999;
	transition: 0.5s;
}
.more-link a:hover {
	background: #49862f;
	border-color: #8e8e8e;
	color: #fff;
}
.product-region {
	padding: 60px 0;
	background: #f6f6f6;
}
.product-nav {
	margin: 40px 0 30px;
}
.product-nav ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.product-nav li {
	flex: 1 1 auto;
	margin: 0 1%;
    margin: 0 0.2%;
}
.product-nav li::first-of-type {
	margin-left: 0;
}
.product-nav li:last-of-type {
	margin-right: 0;
}
.product-nav li a {
	display: block;
	line-height: 37px;
	border: 1px solid #a0a0a0;
	border-radius: 20px;
	color: #4a4a4a;
	font-size: 15px;
	text-align: center;
	transition: 0.3s;
    font-size: 12px;
}
.product-nav li.on a {
	border-color: #49862f;
	color: #fff;
	background: #49862f;
}
.product-list {
	overflow: hidden;
	margin-bottom: 55px;
}
.product-list li {
	width: 384px;
	float: left;
	margin-right: 24px;
	margin-bottom: 26px;
	transition: 0.5s;
}
.product-list li .img {
	overflow: hidden;
}
.product-list li .desc {
	background: #fff;
	color: #000;
	padding: 24px;
	transition: 0.5s;
}
.product-list li .desc h5 {
	font-size: 20px;
	font-weight: normal;
}
.product-list li .desc p {
	font-size: 14px;
	line-height: 24px;
	opacity: 0.7;
	height: 72px;
	overflow: hidden;
	margin-top: 12px;
}
.product-list li:nth-of-type(3n) {
	margin-right: 0;
}
.product-list li:nth-of-type(1n + 4) {
	margin-bottom: 0;
}
.product-list li:hover {
	transform: translateY(-5px);
}
.product-list li:hover .desc {
	background: #49862f;
	color: #fff;
}
.news-region {
	padding: 60px 0;
}
.news-list {
	margin-top: 50px;
	margin-bottom: 35px;
	overflow: hidden;
}
.news-list li {
	width: 371px;
	float: left;
	margin-right: 43px;
}
.news-list li:nth-of-type(3n) {
	margin-right: 0;
}
.news-list li .img {
	overflow: hidden;
	position: relative;
}
.news-list li .img span {
	position: absolute;
	left: 10px;
	top: 10px;
	background: #49862f;
	line-height: 35px;
	padding: 0 20px;
	color: #fff;
	font-size: 15px;
	transition: 0.5s;
}
.news-list li .desc {
	color: #000;
	border-bottom: 1px solid #cbcac9;
	padding: 18px 0 15px;
	position: relative;
}
.news-list li .desc h5 {
	font-size: 18px;
	font-weight: normal;
}
.news-list li .desc p {
	font-size: 14px;
	line-height: 30px;
	opacity: 0.5;
	height: 90px;
	overflow: hidden;
	margin: 10px 0 30px;
}
.news-list li .desc .time {
	background: url(../image/ntime.png) no-repeat left center;
	padding-left: 25px;
	font-size: 15px;
}
.news-list li .desc .time span {
	background: url(../image/nright.png) no-repeat right center;
	padding-right: 27px;
}
.news-list li .desc:after {
	content: "";
	display: block;
	width: 0;
	height: 1px;
	position: absolute;
	bottom: -1px;
	left: 0;
	background: #49862f;
	transition: 0.5s;
}
.news-list li:hover .img span {
	left: 0;
	top: 0;
}
.news-list li:hover .desc h5 {
	color: #49862f;
}
.news-list li:hover .desc::after {
	width: 100%;
}
.solve-bd {
	height: 481px;
	margin-top: 40px;
	background: url(../image/solvebg.jpg) no-repeat center;
	position: relative;
	padding-top: 100px;
    padding-top: 146px;
}

.solve-bd .w{
    position: relative;
}
.swiper-button-next,.slove-bd .swiper-container-rtl .swiper-button-prev{
    right: -80px;
    color: #49862f;
}
.swiper-button-prev,.slove-bd .swiper-container-rtl .swiper-button-next{
    left: -80px;
    color: #49862f;
}

.solve-bd::after {
	content: "";
	position: absolute;
	bottom: 82px;
	left: 0;
	width: 100%;
	height: 1px;
	/*background: #929292;*/
}
.solve-bd .swiper-container {
	overflow: hidden;
}
.solve-bd .swiper-wrapper {
	display: flex;
	color: #fff;
}
.solve-bd .swiper-slide {
	text-align: center;
	flex: 0 0 auto;
	position: relative;
}
.solve-bd .swiper-slide .icon {
	transform-style: preserve-3d;
	perspective: 500px;
}
.solve-bd .swiper-slide .icon img {
	transition: 0.5s;
    height: 89px;
}
.solve-bd .swiper-slide::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 94%;
	background: rgba(255, 255, 255, 0.1);
}
.solve-bd .swiper-slide h3 {
    font-size: 18px;
    font-weight: normal;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 36px;
}
.solve-bd .swiper-slide h3::before {
	content: "";
	display: block;
	width: 28px;
	height: 3px;
	background: #fff;
	border-radius: 2px;
	margin: 40px auto 34px;
	transition: 0.5s;
}
.solve-bd .swiper-slide:hover .icon img {
	transform: rotateY(360deg);
}
.solve-bd .swiper-slide:hover h3::before {
	width: 40px;
}
.solve-bd .swiper-container-horizontal > .swiper-scrollbar {
	position: static;
	margin: 88px auto 0;
	background: none;
	height: 8px;
}
.solve-bd .swiper-scrollbar-drag {
	background: #49862f;
	height: 8px !important;
}
.strength-region {
	padding: 60px 0;
}
.strength-bd {
	margin-top: 50px;
}
.strength-bd .strength-item {
	background: #f5f5f5;
	position: relative;
	transition: 0.5s;
}
.strength-bd .strength-item a{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.strength-bd .strength-item .item-img {
	width: 600px;
	overflow: hidden;
}
.strength-bd .strength-item .item-desc {
	width: 600px;
	padding: 0 45px;
	position: relative;
}
.strength-bd .strength-item .item-desc i {
	position: absolute;
	right: 64px;
	top: -40px;
	font-size: 60px;
	font-family: fantasy;
	font-style: italic;
	color: #49862f;
	opacity: 0.6;
}
.strength-bd .strength-item .item-desc h3 {
	font-size: 27px;
	font-weight: normal;
}
.strength-bd .strength-item .item-desc h3 span {
	font-size: 45px;
	font-family: fantasy;
	margin-right: 3px;
}
.strength-bd .strength-item .item-desc h3::after {
	content: "";
	display: block;
	width: 54px;
	height: 2px;
	background: #49862f;
	margin: 5px 0 20px;
}
.strength-bd .strength-item .item-desc p {
	font-size: 14px;
	line-height: 25px;
	color: #666;
}
.strength-bd .strength-item .item-desc::after {
	content: "";
	position: absolute;
	left: -18px;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-top: 16px solid transparent;
	border-bottom: 16px solid transparent;
	border-right: 18px solid #f5f5f5;
}
.strength-bd .strength-item:nth-of-type(2n) a{
	flex-direction: row-reverse;
}
.strength-bd .strength-item:nth-of-type(2n) .item-desc::after {
	right: -18px;
	left: auto;
	border-right: 0;
	border-left: 18px solid #f5f5f5;
}
.strength-bd .strength-item:hover {
	box-shadow: 0 0 9px #999;
	z-index: 8;
	transform: translateY(-2px);
}
.area-region {
	background: #1a1a1a;
	border-top: 6px solid #49862f;
	line-height: 53px;
	font-size: 13px;
	color: #999;
}
.footer {
	background: #242424;
}
.footer .footer-friendslink {
	color: #999;
	line-height: 40px;
	font-size: 13px;
}
.footer-hd {
	padding: 30px 0 40px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.footer-hd .footer-nav {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.footer-hd .footer-nav dl {
	margin-right: 40px;
}
.footer-hd .footer-nav dt {

    font-size: 17px;
    color: #999;
    margin-bottom: 7px;
}
.footer-hd .footer-nav a {
    display: block;
    font-size: 12px;
    color: #666;
    line-height: 24px;
}
.footer-hd .footer-nav a:hover {
	color: #49862f;
}
.footer-hd .footer-code h2 {
	font-size: 18px;
	color: #999;
	margin-bottom: 20px;
	font-weight: normal;
}
.footer-hd .footer-code .footer-img {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	text-align: center;
	color: #999;
	margin-top: 10px;
	font-size: 13px;
}
.footer-hd .footer-code .footer-img .code-item {
	margin-right: 20px;
}
.footer-hd .footer-code .footer-img .code-item:last-of-type {
	margin-right: 0;
}
.footer-hd .footer-code .footer-img img {
	width: 102px;
	margin-bottom: 8px;
}
.footer-copyright {
	border-top: 1px solid #171717;
	font-size: 13px;
	line-height: 24px;
	color: #999;
	text-align: center;
	padding: 10px 0 30px;
}

.footer-tel{
    color: #fff;
    font-size: 13px;
    font-family: arial;
    margin-top: 17px;
    line-height: 1.6;
}
.footer-tel span{
    font-size: 25px;
    vertical-align: -2px;
}