﻿@charset "utf-8";
	* {
	box-sizing:border-box
}
blockquote,body,button,code,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,legend,li,ol,p,pre,td,textarea,th,ul {
	margin:0;
	padding:0
}
body {
	background:#fff;
	color:#333;
	font-size:14px;
	font-family:Arial,Helvetica,sans-serif;
	overflow-x:hidden
}
caption,td,th {
	font-size:16px;
	border:1px
}
h1,h2,h3,h4,h5,h6 {
	font-weight:400;
	font-size:100%
}
.h4,.h5,.h6,h4,h5,h6 {
	margin:0
}
address,caption,cite,code,var {
	font-style:normal;
	font-weight:400
}
a {
	color:#333;
	text-decoration:none
}
a:link {
	text-decoration:none
}
a:hover {
	text-decoration:none;
	color:#000
}
img {
	border:none;
	max-width:100%
}
li,ol,ul {
	list-style:none
}
button,input,select,textarea {
	font:14px Verdana,Helvetica,Arial,sans-serif
}
table {
	border-collapse:collapse
}
html {
	overflow-y:scroll
}
i {
	font-style:normal
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden
}
.clearfix {
	*zoom:1
}
section {
	position:relative;
	z-index:1
}
header .top {
	height:40px;
	width:100%;
	background:#222;
	color:#fff;
	position:relative;
	z-index:9999
}
header {
	background:#007147;
	position:relative;
	z-index:999
}
.container {
	width:1400px;
	margin:0 auto
}
.top .container {
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	align-items:center;
	height:40px
}
.link-way {
	display:flex;
	display:-webkit-flex;
	justify-content:flex-start
}
.link-way i {
	color:#007147;
	font-size:18px;
	padding:0 7px
}
.link-way a {
	color:#939393
}
.link-way a:hover {
	color:#007147
}
.link-way span {
	display:flex;
	height:40px;
	align-items:center;
	position:relative;
	border-left:1px #3a3a3a solid;
	padding:0 10px
}
.header-share,.header-share ul {
	display:flex;
	display:-webkit-flex;
	height:40px;
	align-items:center;
	justify-content:flex-end;
	color:#939393;
	font-size:15px
}
.header-share span a{
	color:#fff;
	margin:0 6px;
	font-size:13px;
}
.header-share span a:hover{
	opacity:0.6;
}
.header-share ul {
	margin-left:10px
}
.header-share ul li {
	margin:0 10px;
	cursor:pointer;
	position:relative;
	
}
.header-share ul li i {
	color:#7e7e7e;
	font-size:18px
}
.header-share ul li:hover i {
	color:#007147
}
.header-share span {
	text-transform:capitalize
}
.inner-banner img {
	display:block
}
.header-share ul li div{
	position:absolute;
	top:40px;
	background:#fff;
	padding:5px;
	border-radius:5px;
	width:110px;
	height:110px;
	left:-40px;
	box-shadow:0 0 6px rgba(0,0,0,0.2);
	display:none;
}
.header-share ul li:hover div{
	display:block;
}
.header-share ul li div img{
	width:100px;
	height:100px;
}
#xyz {
	position:relative!important;
	color:#afafaf;
	border-left:1px #3a3a3a solid;
	border-right:1px #3a3a3a solid
}
#xyz li a {
	color:#afafaf;
	display:flex;
	display:-webkit-flex;
	height:20px;
	align-items:center
}
header .xyz12 span {
	padding:0 10px;
	height:40px
}
header .xyz12 li img {
	width:28px
}
header .xyz12 {
	padding:0
}
header #xyz #liDropD_En a {
	height:40px;
	line-height:40px
}
header #xyz ul li {
	margin:0;
	width:100%;
	background:#fff;
	padding:0 4px
}
#xyz ul {
	margin-left:0;
	display:block
}
#xyz img {
	display:block;
	padding-right:5px
}
.header-nav-list>.container {
	height:110px;
	display:flex;
	display:-webkit-flex;
	justify-content:space-between
}
.header-nav-list {
	position:relative;
	z-index:999;
	background:#007147
}
.header-nav .logo {
	height:100%;
	display:flex;
	display:-webkit-flex;
	align-items:center;
	padding:10px 0
}
.header-nav .logo {
	padding:10px 0;
}
.header-nav .logo img {
	max-height:100%;
	display:block;
	max-width:100%;
	height:48px;
}
header.down .header-nav {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	background:#007147;
	z-index:999999
}
.header-nav {
	position:relative;
	z-index:999;
}
.sub-menu{
	display:none;
}
.navul > .menu-item > a{
	display: block;
    height: 105px;
    line-height: 105px;
    font-size: 18px;
    padding: 0 10px;
    font-weight: 600;
}
.navul > .menu-item:hover > a{
	color:#007147;
}
.header-nav {
	background:#fff;
	position:relative;
	z-index:99;
}
.header-nav .container{
	display:flex;
	justify-content:space-between;
	align-items:center;
	position:relative;
	padding-right:60px;
}
.search{
	position:absolute;
	top:32px;
	right:0;
}
.search-from.active {
	top:100%
}
.search-from {
	position:absolute;
	top:0;
	left:0;
	background:#222;
	width:100%;
	z-index:9;
	padding:30px 0;
	opacity:0;
	visibility:hidden;
	transition:.3s all ease-in-out;
	-webkit-transition:.3s all ease-in-out;
	-o-transition:.3s all ease-in-out;
	-moz-transition:.3s all ease-in-out
}
.search-from.active {
	top:100%;
	opacity:1;
	visibility:visible;
	transition:.3s all ease-in-out;
	-webkit-transition:.3s all ease-in-out;
	-o-transition:.3s all ease-in-out;
	-moz-transition:.3s all ease-in-out
}
.search-from .form {
	width:700px;
	margin:0 auto;
	display:flex;
	display:-webkit-flex;
	position:relative;
	z-index:10
}
.search-from .form .searchtxt {
	flex-basis:calc(100% - 80px);
	height:48px;
	padding-left:20px;
	border:none;
	outline:0
}
.search-from .form .searchbtn {
	flex-basis:80px;
	height:48px;
	border:none;
	background:#007147;
	cursor:pointer;
	text-transform:capitalize
}
@media (min-width:992px) {
	.search-from.active .searchOff {
	position:fixed;
	width:100%;
	height:100%;
	top:145px;
	left:0;
	opacity:.5;
	background-color:#000;
	z-index:9
}
.nav-active>a {
	color:#fff
}
#nav>ul>li {
	float:left
}
#nav {
	float:right
}
#nav {
	display:flex;
	justify-content:flex-end
}
.search-icon {
	width:60px;
	display:flex;
	display:-webkit-flex;
	justify-content:flex-end;
	align-items:center;
	height:100%
}
.search-icon i {
	display:flex;
	display:-webkit-flex;
	align-items:center;
	justify-content:center;
	width:40px;
	height:40px;
	background:#222;
	color:#fff;
	font-size:20px;
	cursor:pointer
}
.nav-btn {
	display:none
}
#nav>ul>li>a {
	font-size:16px;
	font-family:Microsoft Yahei,Tahoma,Arial,Helvetica,sans-serif;
	display:flex;
	display:-webkit-flex;
	align-items:center;
	height:110px;
	padding:0 20px;
	position:relative;
	text-transform:uppercase
}
#nav>ul>li {
	position:relative
}
.submenu {
	position:absolute;
	top:100%;
	border:none;
	border-radius:0;
	background-color:#007147;
	box-shadow:none;
	left:0;
	z-index:99999;
	display:none;
	transition:.3s all ease-in-out;
	-moz-transition:.3s all ease-in-out;
	-o-transition:.3s all ease-in-out;
	-webkit-transition:.3s all ease-in-out
}
.nav-list:hover .submenu {
	top:100%;
	opacity:1;
	visibility:visible;
	transition:.3s all ease-in-out;
	-moz-transition:.3s all ease-in-out;
	-o-transition:.3s all ease-in-out;
	-webkit-transition:.3s all ease-in-out
}
#nav li .submenu a {
	white-space:nowrap;
	font-size:16px;
	line-height:48px;
	color:#333;
	padding:0 30px;
	display:block
}
#nav li .submenu li:hover {
	background:#222
}
#nav li:hover>a {
	color:#fff
}
#nav .nav-list>a:after {
	content:' ';
	position:absolute;
	bottom:20px;
	left:50%;
	margin-left:-3px;
	border:2px solid #fff;
	display:inline-block;
	width:6px;
	height:6px;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	border-top:none;
	border-right:none;
	opacity:0;
	visibility:hidden
}
#nav .nav-list:hover>a:after {
	opacity:1;
	visibility:visible
}
#banner img {
	display:block
}
.banner-btn>div {
	background:#007147 url(../images/banner-btn.png) no-repeat center;
	width:53px;
	height:112px;
	margin-top:-56px;
	left:-53px;
	transition:.3s all ease-in-out;
	-webkit-transition:.3s all ease-in-out;
	-o-transition:.3s all ease-in-out;
	-moz-transition:.3s all ease-in-out
}
.banner-btn>div:hover {
	background-color:#fff
}
.banner-btn .swiper-button-next {
	left:auto;
	right:-53px;
	transform:rotate(180deg);
	-webkit-transform:rotate(180deg)
}
#banner:hover .banner-btn>div {
	left:0;
	transition:.3s all ease-in-out;
	-webkit-transition:.3s all ease-in-out;
	-o-transition:.3s all ease-in-out;
	-moz-transition:.3s all ease-in-out
}
#banner:hover .banner-btn .swiper-button-next {
	right:0;
	left:auto
}
#banner .swiper-pagination-bullet {
	background:#007147;
	width:30px;
	border-radius:4px
}
}.section {
	padding-bottom:80px
}
#banner .swiper-pagination-bullet-active {
	background:#007147
}
.tit-h2 {
	font-size:45px;
	line-height:1.6;
	position:relative;
	width:100%;
	text-align:center;
	padding-bottom:10px;
	padding-top:40px
}
.tit-h2:after {
	content:' ';
	position:absolute;
	bottom:0;
	width:30px;
	left:50%;
	margin-left:-30px;
	height:3px;
	background:#222
}
.tit-h2:before {
	content:' ';
	position:absolute;
	bottom:0;
	width:30px;
	left:50%;
	height:3px;
	background:#007147;
	margin-left:0
}
.tit-h2 span {
	color:#007147;
	padding-left:15px
}
.tit-p {
	font-size:16px;
	color:#cbcbcb;
	max-width:710px;
	margin:20px auto 0;
	text-align:center
}
.ca-list {
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin-top:30px
}
.ca-list li {
	width:calc(33.3% - 20px);
	text-align:center;
	background:#f3f3f3;
	padding:20px 60px 40px;
	overflow:hidden;
	position:relative;
	z-index:1;
	margin-bottom:110px;
	-webkit-transition:all .5s ease-out;
	-moz-transition:all .5s ease-out;
	-o-transition:all .5s ease-out;
	transition:all .5s ease-out
}
.ca-list li:hover {
	box-shadow:0 0 10px rgba(0,0,0,.3);
	transform:translateY(-10px);
	-webkit-transform:translateY(-10px);
	-moz-transform:translateY(-10px);
	-o-transform:translateY(-10px);
	-webkit-transition:all .5s ease-out;
	-moz-transition:all .5s ease-out;
	-o-transition:all .5s ease-out;
	transition:all .5s ease-out
}
.ca-list li .cat,.ca-list li h3 {
	color:#222;
	font-size:20px;
	text-transform:capitalize;
	margin:15px 0 20px
}
.ca-list li p {
	font-size:16px;
	color:#777;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
	overflow:hidden;
	height:66px;
	line-height:1.4
}
.ca-list li:after {
	content:' ';
	position:absolute;
	top:0;
	left:-210%;
	width:186%;
	height:160%;
	background:#007147;
	transform:skew(-45deg);
	z-index:-1;
	transition:.4s left ease-in-out;
	-webkit-transition:.4s left ease-in-out;
	-o-transition:.4s left ease-in-out;
	-moz-transition:.4s left ease-in-out
}
.ca-list li:hover:after {
	left:-69%;
	transition:.4s left ease-in-out;
	-webkit-transition:.4s left ease-in-out;
	-o-transition:.4s left ease-in-out;
	-moz-transition:.4s left ease-in-out
}
.ca-list li:hover p {
	color:#222
}
.pro-ca {
	display:flex;
	display:-webkit-flex;
	justify-content:space-between
}
.pro-ca>li {
	width:calc(25% - 30px);
	flex-basis:calc(25% - 30px)
}
.pro-ca>li img {
	display:block
}
.pro-ca>li>a {
	display:block;
	position:relative;
	border-bottom:1px #eaeaea solid;
	height:282px;
}
.pro-ca>li>a span {
	display:block;
	position:absolute;
	bottom:0;
	right:0;
	padding:10px 20px;
	background:#007147
}
.pro-ca>li ul {
	padding:30px 20px
}
.pro-ca>li ul li {
	padding:5px 0
}
.pro-ca>li ul li a {
	position:relative;
	padding-left:15px;
	transition:.3s ease-in-out all;
	-webkit-transition:.3s ease-in-out all;
	-o-transition:.3s ease-in-out all;
	-moz-transition:.3s ease-in-out all;
	word-break:keep-all;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis; 
}
.pro-ca>li {
	border:1px #eaeaea solid
}
.pro-ca>li ul li a:before {
	content:' ';
	position:absolute;
	top:7px;
	left:0;
	border:1px solid #6c6c6c;
	display:inline-block;
	width:6px;
	height:6px;
	-webkit-transform:rotate(-135deg);
	transform:rotate(-135deg);
	border-top:none;
	border-right:none;
	transition:.3s ease-in-out all;
	-webkit-transition:.3s ease-in-out all;
	-o-transition:.3s ease-in-out all;
	-moz-transition:.3s ease-in-out all
}
.pro-ca>li ul li a:hover {
	padding-left:30px;
	color:#007147;
	transition:.3s ease-in-out all;
	-webkit-transition:.3s ease-in-out all;
	-o-transition:.3s ease-in-out all;
	-moz-transition:.3s ease-in-out all
}
.pro-ca>li ul li a:hover:before {
	left:15px;
	border-color:#007147;
	transition:.3s ease-in-out all;
	-webkit-transition:.3s ease-in-out all;
	-o-transition:.3s ease-in-out all;
	-moz-transition:.3s ease-in-out all
}
.recommended-products {
	background:url(../images/recommended-products-bg.jpg);
	background-size:cover;
	width:100%;
	padding-bottom:60px
}
.recommended-products .tit-h2 {
	color:#fff
}
.recommended-products .tit-h2:after {
	background-color:#fff
}
.recommended-products-list {
	position:relative;
	padding-bottom:80px
}
.recommended-img img {
	display:block;
	transition:.3s transform ease-in-out;
	-webkit-transition:.3s transform ease-in-out
}
.recommended-con {
	background:#f6f6f6;
	padding:20px
}
#recommended-products-list li:hover .ircn a {
	color:#007147
}
#recommended-products-list li:hover .recommended-con .ircn:after,.pro-list .pro-item:hover .recommended-con .ircn:after {
	width:100%;
	transition:.6s width ease-in-out;
	-webkit-transition:.6s width ease-in-out
}
.recommended-con .ircn {
	line-height:1.6;
	color:#303030;
	font-size:18px;
	position:relative;
	padding-bottom:10px;
	text-overflow:ellipsis;
	white-space:normal;
	overflow:hidden;
	margin-bottom:10px
}
.recommended-con .ircn:after {
	content:' ';
	position:absolute;
	bottom:0;
	left:0;
	width:50px;
	height:3px;
	background:#007147;
	transition:.6s width ease-in-out;
	-webkit-transition:.6s width ease-in-out
}
.recommended-con p {
	font-size:14px;
	color:#4f4f4f;
	line-height:1.6
}
.recommended-btn {
	width:100%;
	height:48px;
	display:flex;
	justify-content:center
}
.recommended-btn span {
	text-transform:uppercase;
	width:calc(100% - 68px);
	flex-basis:calc(100% - 68px);
	background:#eaebec;
	color:#1d1d1d;
	font-size:15px;
	display:flex;
	display:-webkit-flex;
	align-items:center;
	padding-left:20px;
	height:100%;
	position:relative;
	z-index:1;
	overflow:hidden;
	transition:.3s all ease-in-out;
	-webkit-transition:.2s all ease-in-out
}
.recommended-btn span:after {
	content:' ';
	position:absolute;
	left:-100%;
	width:100%;
	top:0;
	height:100%;
	background:#007147;
	transition:.3s all ease-in-out .2s;
	z-index:-1
}
.recommended-btn:hover .btn {
	color:#fff;
	background:#222;
	transition:.2s .2s all ease-in-out;
	-webkit-transition:.2s .2s all ease-in-out
}
.recommended-btn:hover span:first-child:after {
	left:0;
	transition:.3s all ease-in-out;
	-webkit-transition:.2s all ease-in-out
}
.recommended-btn .btn {
	width:68px;
	flex-basis:68px;
	background:#007147;
	justify-content:center;
	padding:0;
	font-size:30px
}
.recommended-products-list {
	margin-top:40px
}
.recommended-products-list .swiper-slide{
	height:460px;
}
.recommended-products-list .swiper-slide a.recommended-img{
	height:295px!important;
}
.recommended-list-btn>div {
	width:48px;
	height:48px;
	border-radius:50%;
	left:-100px;
	outline:0;
	border:3px #fff solid;
	background:0 0;
	display:flex;
	display:-webkit-flex;
	align-items:center;
	justify-content:center
}
.recommended-list-btn {
	color:#fff;
	font-size:20px
}
.recommended-list-btn .swiper-button-next {
	left:auto;
	right:-100px
}
.recommended-list-btn>div:hover {
	border-color:#007147;
	background:#007147;
	color:#333
}
.pro-list .recommended-img,.recommended-products-list .swiper-slide>a {
	width:100%;
	background:#fff;
	display:flex;
	display:-webkit-flex;
	align-items:center;
	justify-content:center;
	overflow:hidden
}
#recommended-products-list .recommended-img:hover img,.pro-item .recommended-img:hover img {
	transform:scale(1.2);
	-webkit-transform:scale(1.2);
	transition:.3s transform ease-in-out;
	-webkit-transition:.3s transform ease-in-out
}
.pro-btn {
	text-align:center
}
.pro-btn a {
	display:inline-block;
	padding:16px 48px;
	border:1px #fff solid;
	font-size:15px;
	color:#fff;
	text-transform:uppercase
}
.pro-btn a i {
	padding-left:15px
}
.about:after {
	content:' ';
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	z-index:1;
	background:#f2f2f2;
	width:50%
}
.idx-about {
	position:relative;
	background:#fff;
	z-index:2;
	display:flex;
	display:-webkit-flex;
	justify-content:space-between
}
.idx-about>div {
	padding:175px 0
}
.idx-about-img {
	width:535px;
	flex-basis:535px;
	position:relative;
	z-index:1
}
.idx-about-img i {
	display:inline-block;
	padding:5px;
	background:#fff
}
.idx-about-img:after {
	content:' ';
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	width:50%;
	z-index:-1;
	background:#f2f2f2
}
.idx-about-con {
	width:calc(100% - 620px)
}
.idx-about-con .h3,.idx-about-con h3 {
	font-size:36px;
	padding:15px 0 20px;
	position:relative
}
.idx-about-con .h3:after,.idx-about-con h3:after {
	content:'';
	position:absolute;
	bottom:0;
	height:5px;
	width:70px;
	background:#007147;
	left:0
}
.idx-about-con .h4,.idx-about-con h4 {
	font-size:18px;
	margin:20px 0;
	text-transform:uppercase;
	letter-spacing:3px
}
.idx-about-con p {
	color:#8a8a8a;
	font-size:16px;
	line-height:1.8;
	margin-bottom:20px;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:5;
	overflow:hidden;
	height:140px
}
.about-list {
	display:flex;
	display:-webkit-flex;
	justify-content:flex-start;
	padding-top:20px;
	border-top:1px #ebebeb solid
}
.about-list li {
	margin-right:20px;
	display:flex;
	justify-content:center;
	height:65px;
	align-items:center
}
.about-list li i {
	margin-right:10px
}
.about-list li strong {
	display:block;
	font-family:Lato-black;
	font-size:25px;
	margin-bottom:5px
}
.about-btn {
	margin-top:40px
}
.about-btn a {
	display:inline-block;
	padding:18px 30px;
	background:#007147;
	color:#222;
	font-size:16px;
	text-transform:uppercase;
	font-family:Roboto-Bold
}
.about-btn a i {
	padding-left:10px;
	font-size:18px;
	font-weight:700
}
.video {
	background-image:url(../images/videobg2.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	padding:80px 0
}
.contain {
	width:1200px;
	margin:0 auto;
	text-align:center
}
.video h2 {
	font-size:40px;
	color:#fff;
	margin:20px 0 10px
}
.video p {
	font-size:16px;
	line-height:1.6;
	color:#fff
}
.play img {
	cursor:pointer
}
.idx-news {
	background:#f6f6f6
}
.idx-news .tit-p {
	max-width:1200px;
	color:#848484
}
.idx-news-con {
	padding:18px 25px;
	background:#fff
}
.idx-news-list li {
	width:100%;
/*	flex-basis:calc(50% - 15px);
	*/margin-bottom:40px;
	display:-webkit-flex;
	display:flex;
	justify-content:center;
	transition:.3s all ease-in-out
}
.idx-news-list li a {
	background:#fff
}
.idx-news-list li>a {
	width:44%;
	flex-basis:44%
}
.idx-news-list li>.idx-news-con {
	width:56%;
	flex-basis:56%
}
.idx-news-list {
	margin-top:20px;
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	flex-wrap:wrap
}

.idx-news .h3{ 	font-size:28px;
	line-height:1.6;
	position:relative;
	width:100%;
	text-align:left;
	padding-bottom:10px;
	padding-top:40px}


.idx-news-list li img {
	display:block;
	height:100%;
	width:100%;
}
.idx-news-list li:hover {
	transition:.3s all ease-in-out;
	box-shadow:0 5px 10px #e3e3e3;
	transform:translateY(-5px);
	-webkit-transform:translateY(-5px);
	-moz-transform:translateY(-5px);
	-o-transform:translateY(-5px)
}
.idx-news-con .inct {
	padding-bottom:25px;
	position:relative;
	height:auto
}
.idx-news-con .inct a {
	font-size:20px;
	color:#050713;
	display:block;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
	height:48px;
	margin-bottom:5px;
	position:relative;
	height:auto
}
.idx-news-list li:hover .inct a {
	color:#007147
}
.idx-news-con .inct:after {
	content:' ';
	position:absolute;
	width:50px;
	background:#007147;
	height:2px;
	bottom:12px;
	left:0
}
.idx-news-con p {
	font-size:16px;
	line-height:1.6;
	color:#848484;
	height:75px;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
	overflow:hidden
}
.display {
	background:#007147;
	width:100%;
	padding:40px 0
}
.display-list li a {
	height:110px;
	width:205px;
	border:2px #fff solid;
	display:flex;
	display:-webkit-flex;
	align-items:center;
	justify-content:center
}
.display .hover {
	display:none
}
.display li:hover i {
	display:none
}
.display li:hover .hover {
	display:block
}
.display li {
	float:left;
	margin-right:90px
}
.display li:last-child {
	margin-right:0
}
.foot-content {
	width:100%;
	background:url(../images/foot-bg.jpg) no-repeat;
	background-size:cover;
	padding:50px 0 30px
}
.foot-content>.container {
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	flex-wrap:wrap
}
.foot-contact .date {
	color:#ececec;
	display:flex;
	margin-top:15px;
	line-height:1.6
}
.foot-contact .date p {
	color:#ececec;
	padding-left:5px
}
.foot-contact {
	max-width:400px
}
.company-contact {
	width:400px
}
.foot-contact p {
	font-size:15px;
	color:silver;
	line-height:1.6
}
.foot-logo {
	margin-bottom:20px
}
.foot-logo img {
	max-height:70px
}
.foot-phone {
	display:flex;
	display:-webkit-flex;
	align-items:center;
	position:relative;
	margin-top:20px;
	height:56px
}
.foot-phone i {
	width:46px;
	height:46px;
	position:relative;
	top:0;
	left:5px;
	z-index:2
}
.foot-phone span {
	color:#007147;
	font-size:30px;
	display:block;
	margin-left:30px
}
.blingbling {
	background:#007147;
	width:56px;
	height:56px;
	border-radius:50%;
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	-webkit-animation:scaleout 2.5s infinite ease-in-out;
	animation:scaleout 2.5s infinite ease-in-out
}
@-webkit-keyframes scaleout {
	0% {
	-webkit-transform:scale(1.1);
	opacity:0
}
50% {
	-webkit-transform:scale(1);
	opacity:.8
}
100% {
	-webkit-transform:scale(1.1);
	opacity:0
}
}@keyframes scaleout {
	0% {
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	opacity:0
}
50% {
	transform:scale(1);
	-webkit-transform:scale(1);
	opacity:.8
}
100% {
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	opacity:0
}
}.foot-tit {
	position:relative;
	font-size:23px;
	color:#fff;
	text-transform:capitalize;
	padding-bottom:10px
}
.foot-tit:after {
	content:' ';
	position:absolute;
	bottom:0;
	left:0;
	width:40px;
	height:1px;
	background:#007147
}
.company-contact li a {
	font-size:16px;
	color:silver;
	padding:5px 10px 5px 15px;
	display:inline-block
}
.company-info li {
	position:relative
}
.company-info li:after {
	position:absolute;
	content:' ';
	top:11px;
	left:0;
	width:4px;
	height:4px;
	border:1px silver solid;
	border-left:none;
	border-top:none;
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg)
}
.company-info ul,.contact-us ul {
	margin:10px 0
}
.company-contact li:hover a {
	color:#007147
}
.company-contact li:hover:after {
	border-color:#007147
}
.company-contact .contact-us li {
	padding:10px 0;
	display:flex;
	display:-webkit-flex;
	color:silver
}
.company-contact .contact-us i {
	flex-basis:36px;
	text-align:center;
	font-size:18px;
	color:#007147
}
.company-contact .contact-us li a {
	padding:0
}
.code img {
	display:block;
	margin-top:20px;
	width:148px
}
.copy {
	font-size:16px;
	width:100%;
	background:#111;
	color:#595959;
	display:flex;
	display:-webkit-flex;
	position:relative;
	border-top:1px #595959 solid
}
.copy .container {
	position:relative;
	padding:20px 0;
	display:flex;
	display:-webkit-flex;
	justify-content:flex-start;
}
.copy .header-share,.copy .header-share ul {
	height:auto
}
.copy .header-share {
	margin-right:50px
}
.top-btn {
	position:absolute;
	top:-25px;
	right:0;
	width:50px;
	height:50px;
	border-radius:50%;
	cursor:pointer;
	background:#007147
}
.top-btn:after {
	content:' ';
	position:absolute;
	top:50%;
	left:50%;
	border:2px #2d2d2d solid;
	border-bottom:none;
	border-left:none;
	width:8px;
	height:8px;
	margin-top:-3px;
	margin-left:-5px;
	transform:rotate(-45deg)
}
.addresss {
	background-color:#f2f2f2;
	height:88px;
	width:100%;
	color:#303030;
	font-size:16px
}
.addresss .container {
	display:flex;
	height:100%;
	display:-webkit-flex;
	align-items:center;
	justify-content:space-between;
	text-transform:capitalize
}
.addresss span {
	padding:0 7px
}
.addresss .current {
	font-size:21px;
	color:#151515
}
.inner {
	padding-top:50px;
	margin-bottom:80px
}
.inner-l {
	float:left;
	width:320px
}
.inner-r {
	float:right;
	width:calc(100% - 380px);
	line-height:1.6
}
.inner-r p{
	font-size:16px;
	line-height:1.8;
	margin-bottom:20px;
}
.inner-r img{
	max-width:100%;
	height:auto;
	
}
.inner-l .tit {
	width:100%;
	height:70px;
	font-size:23px;
	color:#141414;
	text-transform:capitalize;
	line-height:70px;
	background-color:#007147;
	padding-left:17px
}
.inner-l li a {
	display:block;
	padding:20px
}
.inner-l li a i {
	display:block;
	float:left;
	width:82px
}
.inner-l li a .con {
	float:right;
	width:calc(100% - 102px)
}
.inner-l .contact-list li a {
	padding:0
}
.inner-l .con h3 {
	font-size:15px;
	color:#050713;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
	display:-webkit-box;
	margin-bottom:5px;
	line-height:1.2;
	height:36px
}
.inner-l .con p {
	color:#848484;
	font-size:14px
}
.inner-l>ul {
	border:4px #007147 solid;
	border-top:none
}
.inner-l>ul>li {
	border-bottom:1px #e2e2e2 solid;
	position:relative
}
.inner-l li:hover h3 {
	color:#007147
}
.lContact {
	margin-top:20px;
	color:#333;
	position:relative;
	z-index:99;
}
.lContact li:hover a {
	color:#007147
}
.lContact li:hover:after {
	border-color:#007147
}
.lContact .lContact-list,.lKeyword-list {
	border:4px #007147 solid;
	border-top:none;
	padding:10px
}
.lKeyword {
	margin-top:20px
}
.lKeyword-list a {
	display:inline-block;
	margin-right:10px;
	margin-bottom:10px;
	padding:5px 10px;
	background:#f6f6f6;
	white-space:nowrap
}
.lContact .lContact-list li {
	padding:10px 0;
	display:flex;
	display:-webkit-flex;
	color:#333
}
.lContact .lContact-list a,.lContact .lContact-list span {
	display:block;
	flex-basis:calc(100% - 36px);
	width:calc(100% - 36px)
}
.lContact .lContact-list i {
	flex-basis:36px;
	width:36px;
	text-align:center;
	font-size:18px;
	color:#007147
}
.lContact .lContact-list li a {
	padding:0
}
.inner-r .tit {
	height:70px;
	display:flex;
	display:-webkit-flex;
	align-items:center;
	justify-content:center
}
.inner-r .tit a {
	font-size:20px;
	color:#050713;
	display:inline-block;
	margin:0 5px;
	text-transform:uppercase
}
.inner-r .tit a.active {
	color:#007147
}
.inner-r .tit a:after {
	content:' / ';
	padding-left:5px;
	color:#050713
}
.inner-r .tit a:hover {
	color:#007147
}
.inner-r .tit a:last-child:after {
	content:' '
}
.news-date {
	width:60px;
	position:absolute;
	top:0;
	left:-60px
}
.news-date p {
	font-size:17px;
	text-align:center;
	color:#222;
	background-color:#222;
	line-height:38px
}
.news-date .day {
	background-color:#007147;
	font-size:23px;
	line-height:32px
}
.news-date .month {
	font-size:18px;
	line-height:32px;
	background-color:#007147
}
.news-date .year {
	color:#fff
}
.news-img {
	width:340px;
	float:left
}
.news-img a {
	display:flex;
	display:-webkit-flex;
	height:100%;
	justify-content:center;
	align-items:center
}
.news-img img {
	max-height:100%;
	display:block
}
.news-con {
	float:right;
	width:calc(100% - 340px);
	padding:30px
}
.news-con h3 a {
	font-size:20px;
	color:#050713;
	line-height:1.4;
	height:58px;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
	display:-webkit-box
}
.pro-con h3 a {
	font-size:20px;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	display:block
}
.news-con h3,.pro-con h3 {
	position:relative;
	padding-bottom:20px;
	margin-bottom:20px
}
.news-con h3:after,.pro-con h3:after {
	content:' ';
	position:absolute;
	bottom:0;
	left:0;
	width:50px;
	height:2px;
	background:#007147
}
.news-con p {
	font-size:16px;
	color:#848484;
	line-height:1.6;
	height:75px;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
	overflow:hidden;
	display:-webkit-box
}
.new-list .news-con {
	border-left:none
}
.new-list>ul>li {
	display:flex;
	display:-webkit-flex;
	margin-bottom:60px;
	height:257px;
	position:relative;
	margin-left:60px;
	border:1px #e3e3e3 solid
}
.new-list>ul>li:hover {
	box-shadow:0 0 10px rgba(222,222,222,.75)
}
.new-list>ul>li:hover .news-con h3 a {
	color:#007147
}
.no-img-news-date {
	width:104px;
	float:left;
	text-align:center;
	padding:22px 0;
	background:#007147;
	color:#fff
}
.no-img-news-date .day {
	font-size:24px;
	line-height:1.6;
	font-weight:700;
	margin-bottom:5px
}
.no-img-news-date .year {
	font-size:18px
}
.no-img-news-con {
	width:calc(100% - 108px);
	float:left;
	padding:10px 0 10px 20px
}
.no-img-news-con a {
	display:block;
	font-size:20px;
	color:#050713;
	line-height:1.4;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden
}
.no-img-news-con p {
	margin-top:10px;
	font-size:14px;
	color:#999;
	line-height:1.6;
	height:48px;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
	display:-webkit-box
}
.page-nav,.page-nav ul {
	display:flex;
	justify-content:center
}
.new-list>ul>.no-img-news {
	height:108px;
	margin-left:0;
	margin-bottom:20px
}
.new-list>ul>.no-img-news:hover .no-img-news-con a {
	color:#007147
}
.page-nav {
	margin-top:60px
}
.page-nav,.page-nav ul {
	display:flex;
	justify-content:center;
	flex-wrap:wrap
}
.page-nav a {
	display:inline-block;
	width:55px;
	height:55px;
	font-size:20px;
	border:1px solid #e5e5e5;
	line-height:55px;
	text-align:center;
	color:#b1b1b1;
	margin:5px
}
.page-nav a:hover {
	background-color:#007147;
	color:#222
}
.page-nav ul li:nth-child(1) a:hover:after,.page-nav ul li:nth-last-child(1) a:hover:after {
	border-color:#222
}
.page-nav ul li:nth-child(1) a,.page-nav ul li:nth-last-child(1) a {
	width:120px;
	text-align:right;
	padding:0 30px;
	font-size:20px;
	text-transform:capitalize;
	position:relative
}
.page-nav ul li:nth-last-child(1) a {
	text-align:left
}
.page-nav ul li:nth-child(1) a:after,.page-nav ul li:nth-last-child(1) a:after {
	content:'';
	border:2px solid #b1b1b1;
	display:block;
	width:8px;
	height:8px;
	margin:auto;
	position:absolute;
	top:23px;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	border-top:none;
	border-right:none;
	left:25px
}
.page-nav ul li.disabled:nth-child(1) a:after,.page-nav ul li.disabled:nth-last-child(1) a:after {
	border-color:#b1b1b1
}
.page-nav ul li:nth-last-child(1) a:after {
	-webkit-transform:rotate(-135deg);
	transform:rotate(-135deg);
	left:auto;
	right:25px
}
.page-nav ul li.disabled a {
	cursor:not-allowed;
	color:#b1b1b1;
	font-size:20px;
	background-color:#efefef;
	text-transform:capitalize
}
.page-nav ul li.active a {
	background:#007147;
	color:#222
}
.news-content h1 {
	font-size:25px;
	color:#050713;
	margin-top:40px;
	line-height:1.6;
	margin-bottom:10px
}
.news-con-date {
	color:#007147;
	font-size:16px
}
.news-con-date i {
	font-size:24px;
	padding-right:10px
}
.news-content-p {
	padding:10px 0;
	margin-top:20px
}
.news-content-p p {
	font-size:16px;
	line-height:1.6;
	margin-bottom:20px
}
.news-content-p h2{
	
}
.news-page {
	display:flex;
	display:-webkit-flex
}
.news-page>div {
	width:50%;
	flex-basis:50%;
	position:relative
}
.news-page>div .news-p {
	font-size:22px;
	color:#000;
	margin-bottom:8px
}
.news-page>div .news-a {
	display:flex;
	display:-webkit-flex;
	height:36px;
	align-items:center;
	color:#777;
	font-size:16px;
	margin-top:32px;
	position:relative;
	z-index:1
}
.news-page>div .news-a i {
	margin-right:10px;
	display:block;
	width:36px;
	height:36px;
	background:#222;
	position:relative;
	color:#fff
}
.news-page>div .news-a i:after {
	content:' ';
	width:8px;
	height:8px;
	border:2px #fff solid;
	border-right:none;
	border-top:none;
	position:absolute;
	top:50%;
	margin-top:-5px;
	margin-left:-4px;
	left:50%;
	transform:rotate(45deg)
}
.news-page .next {
	text-align:right
}
.news-page>div>a:first-child {
	margin:10px 0;
	display:inline-block
}
.news-page>.next .news-a {
	justify-content:flex-end
}
.news-page>.next .news-a i {
	margin-left:10px;
	margin-right:0
}
.news-page>.next .news-a i:after {
	transform:rotate(-135deg);
	margin-left:-7px
}
.news-page {
	border-top:1px #e2e2e2 solid;
	padding-top:30px
}
.news-page>div:hover .news-a i {
	background:#007147
}
.news-page>div:hover .news-a i:after {
	border-color:#181818
}
.inner-l .sf-menu {
	border:4px #007147 solid;
	border-top:none;
	margin-bottom:20px
}
.inner-l .sub-menu {
	display:none;
	padding-left:30px;
	border:none;
	overflow:visible!important;
}
.inner-l .sf-menu .currentProType {
	color:#007147
}
.inner-l .sf-menu a {
	padding:14px 50px 14px 20px;
	font-size:16px;
	color:#7c7c7c;
	overflow:hidden;
	display:block;
	white-space:nowrap;
	text-overflow:ellipsis
}
.inner-l .sf-menu li:hover>a {
	color:#007147
}
.pro-tit {
	color:#363636;
	border-bottom:1px #e2e2e2 solid;
	border-left:4px #007147 solid;
	height:40px;
	line-height:40px;
	padding-left:20px;
	font-size:25px;
	margin-bottom:30px
}
.pro-p {
	font-size:15px;
	color:#606060;
	line-height:1.6;
	margin:20px 0
}
.pro-list>ul {
	margin-bottom:30px
}
.pro-list>ul>li {
	width:100%;
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin-bottom:50px;
	border:1px #eee solid;
	height:250px;
	overflow:hidden;
}
.pro-list>ul>li:hover h3 a {
	color:#007147
}
.pro-list>ul>li .pro-img {
	display:flex;
	display:-webkit-flex;
	flex-basis:280px;
	width:280px;
	height:100%;
	align-items:center;
	justify-content:center
}
.pro-list>ul>li .pro-img img {
	display:block;
	max-height:100%
}
.pro-list>ul>li .pro-con {
	flex-basis:calc(100% - 280px);
	width:calc(100% - 280px);
	background:#f6f6f6;
	padding:35px
}
.pro-list>ul>.pro-item {
	float:left;
	width:31%;
	margin:0 1% 20px;
	display:block;
	padding:0
}
.pro-con p {
	color:#4f4f4f;
	font-size:16px;
	line-height:1.6;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
	overflow:hidden;
	display:-webkit-box;
	height:75px
}
.pro-con .pro-btn {
	display:inline-block;
	margin-top:30px;
	font-size:15px;
	color:#1d1d1d;
	line-height:40px;
	padding:0 20px 0 0;
	transition:.3s all ease-in-out;
	-webkit-transition:.3s all ease-in-out;
	-o-transition:.3s all ease-in-out;
	-moz-transition:.3s all ease-in-out;
	text-transform:uppercase
}
.pro-con .pro-btn i {
	padding-left:10px;
	font-size:20px;
	padding-top:5px
}
.pro-list li:hover .pro-con .pro-btn {
	background:#007147;
	padding:0 20px;
	transition:.3s all ease-in-out;
	-webkit-transition:.3s all ease-in-out;
	-o-transition:.3s all ease-in-out;
	-moz-transition:.3s all ease-in-out
}
.inner-l .nav-list {
	position:relative
}
.inner-l .nav-list i {
	position:absolute;
	content:' ';
	top:0;
	right:0;
	width:50px;
	height:47px;
	cursor:pointer;
	display:block
}
.about-left-list li:hover:before {
	border-color:#007147
}
.about-left-list li:before,.inner-l .nav-list i:before {
	position:absolute;
	content:' ';
	top:17px;
	right:21px;
	width:8px;
	height:8px;
	border:2px #707070 solid;
	border-top:none;
	border-left:none;
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	transition:.3s transform ease-in-out;
	-webkit-transition:.3s -webkit-transform ease-in-out;
	cursor:pointer
}
.inner-l .nav-list.active i:before {
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	transition:.3s transform ease-in-out;
	-webkit-transition:.3s -webkit-transform ease-in-out
}
.latest-products li {
	float:left;
	width:50%;
	display:flex;
	align-items:center;
	justify-content:center
}
.inner-l>.latest-products>li {
	border:none;
	margin-bottom:18px
}
.latest-products li a {
	width:132px;
	height:132px;
	border:1px #eee solid;
	display:flex;
	display:-webkit-flex;
	align-items:center;
	justify-content:center;
	position:relative
}
.latest-products li a:after {
	content:' ';
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:rgba(11,11,11,.8) url(../images/search.png) no-repeat center;
	visibility:hidden;
	opacity:0;
	transition:.3s all ease-in-out;
	-webkit-transition:.3s all ease-in-out
}
.latest-products li:hover a:after {
	visibility:visible;
	opacity:1;
	transition:.3s all ease-in-out;
	-webkit-transition:.3s all ease-in-out
}
.latest-products li a img {
	display:block;
	max-width:100%;
	max-height:100%
}
.latest-products {
	padding:18px 9px 0
}
.jq-zoom {
	width:392px;
	float:left;
	position:relative
}
.pro-btn>span {
	display:block;
	width:36px;
	height:36px;
	position:absolute;
	top:177px;
	left:0;
	z-index:11;
	cursor:pointer
}
.pro-btn .next {
	right:0;
	left:auto;
	transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	-moz-transform:rotate(180deg)
}
.img-zoom {
	width:400px;
	height:400px;
	border:1px #d2d2d2 solid
}
#product-s-show li {
	border:1px #d2d2d2 solid
}
#product-s-show ul {
	margin:15px 0
}
.pro-info-pic {
	float:left
}
.pro-info-con {
	float:right;
	width:calc(100% - 450px)
}
.pro-info-con h1 {
	font-size:24px;
	color:#141414;
	padding-bottom:20px
}
.pro-info-con p {
	font-size:16px;
	color:#5f5f5f;
	line-height:1.8;
	padding-top:10px;
	border-top:1px #eee solid
}
.pro-info-con .btn {
	margin-top:30px
}
.pro-info-con .LayImAhrefNode,.pro-info-con .btn>div,.pro-info-con .sendInquiry {
	font-size:18px;
	display:flex;
	display:-webkit-flex;
	height:60px;
	justify-content:center;
	align-items:center;
	color:#222;
	text-align:center;
	background:#007147;
	border-radius:3px;
	width:45%;
	margin-right:5%;
	float:left;
	margin-bottom:20px;
	text-transform:uppercase
}
.pro-info-con .LayImAhrefNode {
	background:#222;
	color:#007147
}
.pro-info-con .btn>div {
	background:#fff;
	border:1px #d2d2d2 solid;
	position:relative
}
.pro-info-con .btn>div:after {
	content:" ";
	position:absolute;
	left:0;
	top:0;
	width:2px;
	height:100%;
	background:#007147
}
.pro-info-con .btn>div a {
	display:flex;
	align-items:center;
	height:100%;
	justify-content:center
}
.pro-info-con .btn>div a i {
	padding:0 10px
}
.pro-detaile p {
	font-size:16px;
	line-height:1.6;
	margin-bottom:5px
}
.pro-detaile .pro-name,.prolistrandom .pro-name {
	width:100%;
	border-bottom:1px #d2d2d2 solid;
	margin-bottom:15px
}
.prolistrandom {
	margin-top:30px
}
.rollPro1 {
	display:flex;
	flex-wrap:wrap
}
.rollPro1 li {
	width:calc(33.3% - 20px);
	flex-basis:calc(33.3% - 20px);
	margin-bottom:20px;
	margin-right:30px
}
.rollPro1 li:nth-child(3n) {
	margin-right:0
}
.rollPro1 li .pbox {
	border:1px #d2d2d2 solid;
	overflow:hidden
}
.rollPro1 li .pbox a {
	width:100%;
	display:block;
	height:200px;
	position:relative
}
.rollPro1 li .pbox a img {
	max-width:100%;
	max-height:100%;
	position:absolute;
	top:50%;
	left:50%;
	-o-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%)
}
@media (max-width:1365px) {
	.rollPro1 li .pbox a {
	height:160px
}
}.rollPro1 li p a {
	text-align:center;
	padding:10px 0;
	font-size:16px;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:normal;
	display:block;
	height: 36px;
}
.pro-detaile .pro-name div,.prolistrandom .pro-name h3 {
	font-size:18px;
	background:#007147;
	padding:18px 35px;
	display:inline-block;
	color:#fff;
}
.pro-detaile {
	margin-top:50px;
	padding-bottom:30px;
	border-bottom:1px #d2d2d2 solid
}
.pro-inquiry .pro-name {
	color:#050713;
	font-size:30px;
	text-transform:capitalize;
	position:relative;
	padding-bottom:15px;
	margin-bottom:20px
}
.pro-inquiry .pro-name:after {
	content:' ';
	position:absolute;
	bottom:0;
	width:50px;
	height:3px;
	left:0;
	background:#007147
}
.pro-inquiry {
	margin-top:50px
}
.pro-inquiry>p {
	padding:15px 0;
	color:#5b5b5b;
	font-size:16px;
	margin-bottom:30px
}
.input-boxs {
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	flex-wrap:wrap
}
.input-boxs .input-box {
	flex-basis:calc(50% - 10px);
	width:calc(50% - 10px)
}
.input-box {
	width:100%;
	margin-bottom:15px
}
.input-box input {
	width:100%;
	height:58px;
	border:1px #e8e8e8 solid;
	padding:0 20px
}
.input-box textarea {
	width:100%;
	border:1px #e8e8e8 solid;
	padding:20px 10px
}
.fsbtn .submita {
	color:#222;
	font-size:24px;
	padding:13px 90px;
	border:none;
	background-color:#007147;
	text-transform:uppercase;
	cursor:pointer
}
.inner-l .contact-list {
	border:1px #d2d2d2 solid
}
.inner-l .contact-list li {
	text-align:center;
	padding:30px 20px
}
.inner-l .contact-list .icon {
	font-size:24px;
	color:#969696
}
.inner-l .contact-list li h3 {
	color:#363636;
	font-size:18px;
	padding:5px 0
}
.inner-l .contact-list li p {
	font-size:16px;
	color:#616161
}
.contact-us {
	margin-top:0
}
#map {
	width:100%;
	height:528px
}
.about-img {
	margin-bottom:45px
}
.about-img img {
	display:block
}
.about-con .tit_h2 {
	font-size:36px;
	color:#2f2f2f;
	position:relative;
	padding-bottom:20px;
	margin-bottom:15px
}
.about-con .tit_h2:before {
	content:' ';
	position:absolute;
	left:0;
	bottom:0;
	width:70px;
	height:5px;
	background:#007147
}
.about-con p {
	font-size:16px;
	color:#8a8a8a;
	line-height:1.6
}
.about-display {
	margin-top:60px
}
.about-display li {
	width:50%;
	padding-right:20px;
	float:left;
	margin-bottom:10px
}
.about-display a {
	display:block
}
.about-display a i {
	display:block;
	float:left;
	width:150px
}
.about-display .con {
	width:calc(100% - 150px);
	float:left;
	padding-left:10px
}
.about-display .con h3 {
	font-size:15px;
	color:#050713;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	margin:5px 0 8px;
	line-height:1.4
}
.about-display a .con p {
	font-size:16px;
	color:#8a8a8a;
	height:50px;
	overflow:hidden
}
@media (max-width:1600px) {
	.idx-news-con .inct a {
	font-size:18px;
	height:42px
}
.idx-news-con p {
	line-height:1.4;
	height:66px
}
.container {
	width:1170px
}
.recommended-con .ircn {
	font-size:18px
}
.pro-list>ul>li .pro-img {
	width:280px;
	flex-basis:280px;
	height:250px
}
.pro-list>ul>li .pro-con {
	width:calc(100% - 280px);
	flex-basis:calc(100% - 280px);
	padding:23px 35px
}
.ca-list li:after {
	top:-75px;
	width:190%
}
.ca-list li:hover:after {
	left:-50%
}
.display li {
	float:left;
	margin-right:36px
}
.idx-news-con {
	padding:14px 20px;
	background:#fff
}
.idx-about>div {
	padding:120px 0
}
}@media (max-width:1365px) and (min-width:992px) {
	.pro-info-con {
	width:100%;
	margin-top:20px
}
.about-display li {
	width:100%
}
.idx-news-con .inct a {
	font-size:16px;
	height:38px
}
.idx-news-con p {
	font-size:14px;
	height:57px
}
.idx-news-con .inct {
	padding-bottom:10px
}
.idx-news-con .inct:after {
	bottom:5px
}
.pro-list>ul>.pro-item {
	width:48%
}
}@media (max-width:1365px) {
	.container {
	width:1170px
}
.pro-ca>li {
	width:calc(25% - 20px);
	flex-basis:calc(25% - 20px)
}
#nav>ul>li>a {
	padding:0 10px
}
.display li {
	margin-bottom:30px
}
.company-contact,.foot-contact {
	width:330px;
	flex-basis:330px
}
.code {
	width:150px;
	flex-basis:150px
}
.idx-about-img {
	width:400px;
	flex-basis:400px;
	position:relative;
	z-index:1
}
.idx-about-con {
	width:calc(100% - 430px)
}
.idx-about-con p {
	-webkit-line-clamp:3;
	height:80px
}
.idx-about-con .h4,.idx-about-con h4 {
	margin:15px 0 10px
}
.about-btn {
	margin-top:20px
}
.idx-about>div {
	padding:70px 0
}
.tit-h2 {
	font-size:40px
}
.idx-news-list {
	margin-top:50px
}
.recommended-btn {
	height:52px
}
.recommended-btn span {
	width:calc(100% - 52px);
	flex-basis:calc(100% - 52px)
}
.recommended-btn .btn {
	width:52px;
	flex-basis:52px
}
.contain {
	width:970px
}
.video {
	padding:50px 0
}
.ca-list li {
	padding:20px 30px
}
.ca-list li .cat,.ca-list li h3 {
	font-size:18px;
	margin:10px 0 15px;
	height:auto
}
.ca-list li:hover:after {
	left:-48%
}
.news-img {
	width:250px
}
.news-con {
	width:calc(100% - 250px)
}
.news-con h3 a {
	font-size:18px;
	height:48px
}
.new-list>ul>li {
	height:188px
}
.news-con {
	padding:10px 30px
}
.pro-con p {
	-webkit-line-clamp:3;
	height:75px
}
.pro-con .pro-btn {
	margin-top:14px
}
.pro-list>ul>li .pro-img {
	width:240px;
	flex-basis:240px;
	height:240px
}
.pro-list>ul>li .pro-con {
	width:calc(100% - 240px);
	flex-basis:calc(100% - 240px);
	padding:23px 35px
}
.pro-con h3 a {
	font-size:18px
}
.about-con .tit_h2 {
	font-size:34px
}
}@media (max-width:1200px) {
	.recommended-products .container {
	max-width:800px
}
.recommended-list-btn .swiper-button-next {
	right:-70px
}
.recommended-list-btn .swiper-button-prev {
	left:-70px
}
.about-con .tit_h2 {
	font-size:32px
}
}@media (max-width:991px) {
	.pro-list>ul>li .pro-img {
	width:200px;
	flex-basis:200px;
	height:200px
}
.copy .header-share,.copy .header-share ul {
	display:flex;
	margin-top:5px
}
.copy .container {
	display:block
}
.header-share,.header-share ul {
	justify-content:flex-start
}
.pro-list>ul>li .pro-con {
	width:calc(100% - 200px);
	flex-basis:calc(100% - 200px)
}
.pro-con p {
	font-size:14px;
	height:66px
}
.pro-con .pro-btn {
	display:none
}
.page-nav {
	margin-top:0
}
.recommended-con .ircn {
	font-size:16px
}
.recommended-con p {
	font-size:14px
}
.news-body .inner-l,.product-body .inner-l {
	display:none
}
.inner-r {
	width:100%
}
.addresss {
	height:42px
}
.contact-body .inner-l {
	width:100%;
	margin-bottom:30px
}
.inner-l .contact-list {
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	flex-wrap:wrap
}
.inner-l .contact-list li {
	width:33.3%;
	flex-basis:33.3%;
	border-right:1px #d2d2d2 solid
}
.inner-l .contact-list li:last-child {
	border-right:none
}
.inner.container {
	padding-top:30px
}
.pro-inquiry .pro-name {
	font-size:28px
}
.ca-list li:after {
	top:0;
	width:100%;
	left:-150%
}
.ca-list li:hover:after {
	left:-150%
}
.contain,.container {
	padding:0 50px;
	width:100%
}
.idx-about {
	width:calc(100% - 100px);
	padding:0
}
.header-share>span,.header-share>ul {
	display:none
}
.header-nav-list>.container {
	height:72px
}
.nav-btn {
	position:absolute;
	right:50px;
	bottom:0;
	height:72px;
	display:flex;
	align-items:center;
	z-index:99999;
	justify-content:center
}
.nav-r-btn {
	position:relative;
	width:40px;
	height:40px
}
.nav-btn span {
	position:absolute;
	top:11px;
	right:0;
	display:block;
	width:25px;
	height:3px;
	border:0 solid #333;
	background-color:#333;
	-webkit-transition:top .2s .2s,background .2s,opacity 0s .2s,-webkit-transform .2s;
	transition:top .2s .2s,transform .2s,background .2s,opacity 0s .2s
}
.nav-btn span:nth-of-type(2) {
	top:19px
}
.nav-btn span:nth-of-type(3) {
	top:auto;
	bottom:10px;
	-webkit-transition:bottom .2s .2s,background .2s,-webkit-transform .2s;
	transition:bottom .2s .2s,transform .2s,background .2s
}
.nav-btn.toggle-animate span:nth-of-type(1) {
	top:19px;
	transform:rotate(45deg);
	transition:top .2s,transform .2s .2s,background .2s;
	-webkit-transform:rotate(45deg);
	-webkit-transition:top .2s,-webkit-transform .2s .2s,background .2s
}
.nav-btn.toggle-animate span:nth-of-type(2) {
	opacity:0;
	transition:opacity .2s;
	-webkit-transition:opacity .2s
}
.nav-btn.toggle-animate span:nth-of-type(3) {
	bottom:18px;
	transform:rotate(-45deg);
	transition:bottom .2s,transform .2s .2s,background .2s;
	-webkit-transform:rotate(-45deg);
	-webkit-transition:bottom .2s,-webkit-transform .2s .2s,background .2s
}
#nav>ul {
	position:absolute;
	top:100%;
	width:300px;
	background:#222;
	right:-300px;
	overflow-y:auto;
	height:calc(100vh - 112px);
	transition:.3s right ease-in-out;
	-webkit-transition:.3s right ease-in-out;
	-o-transition:.3s right ease-in-out;
	-moz-transition:.3s right ease-in-out;
	z-index:999
}
#nav.actived>ul {
	right:0;
	transition:.3s right ease-in-out;
	-webkit-transition:.3s right ease-in-out;
	-o-transition:.3s right ease-in-out;
	-moz-transition:.3s right ease-in-out
}
.down #nav>ul {
	height:calc(100vh - 72px)
}
#nav>ul li a {
	display:block;
	font-size:16px;
	line-height:48px
}
#nav>ul>li>a {
	padding:0 20px;
	color:rgba(255,255,255,.8)
}
.nav .icon-right {
	position:absolute;
	right:0;
	width:48px;
	height:48px
}
.nav .icon-right:after {
	content:'';
	border:2px solid rgba(255,255,255,.8);
	display:block;
	width:8px;
	height:8px;
	margin:auto;
	position:absolute;
	top:20px;
	-webkit-transform:rotate(-135deg);
	transform:rotate(-135deg);
	border-top:none;
	border-right:none;
	right:20px;
	transition:.3s all ease-in-out
}
.nav .submenu {
	display:none
}
.nav li.actived .icon-right:after {
	transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	transition:all .3s cubic-bezier(.66,.53,.65,1);
	-o-transition:all .3s cubic-bezier(.66,.53,.65,1);
	-moz-transition:all .3s cubic-bezier(.66,.53,.65,1);
	-webkit-transition:all .3s cubic-bezier(.66,.53,.65,1)
}
#nav>ul .submenu li a {
	padding:0 20px 0 30px;
	color:rgba(255,255,255,.7)
}
.nav-btn.toggle-animate span:nth-of-type(1) {
	top:19px;
	transform:rotate(45deg);
	transition:top .2s,transform .2s .2s,background .2s;
	-webkit-transform:rotate(45deg);
	-webkit-transition:top .2s,-webkit-transform .2s .2s,background .2s
}
.nav-btn.toggle-animate span:nth-of-type(2) {
	opacity:0;
	transition:opacity .2s;
	-webkit-transition:opacity .2s
}
.nav-btn.toggle-animate span:nth-of-type(3) {
	bottom:18px;
	transform:rotate(-45deg);
	transition:bottom .2s,transform .2s .2s,background .2s;
	-webkit-transform:rotate(-45deg);
	-webkit-transition:bottom .2s,-webkit-transform .2s .2s,background .2s
}
.search {
	position:absolute;
	right:90px;
	height:100%;
	display:flex;
	align-items:center;
	padding:0 20px
}
.search i {
	font-size:20px
}
.banner-btn {
	display:none
}
.mask.mask-block {
	position:fixed;
	top:0;
	width:100%;
	bottom:0;
	background:rgba(0,0,0,.6);
	z-index:99
}
.tit-h2 {
	font-size:34px
}
.ca-list li {
	margin-bottom:50px
}
.pro-ca {
	margin-bottom:60px
}
.pro-ca>li {
	width:calc(25% - 10px);
	flex-basis:calc(25% - 10px)
}
.idx-about-img {
	width:320px;
	flex-basis:320px
}
.idx-about-con {
	width:calc(100% - 360px)
}
.idx-about-con .h3,.idx-about-con h3 {
	font-size:30px;
	padding:10px 0 15px
}
.idx-about-con .h3:after,.idx-about-con h3:after {
	height:3px
}
.idx-about-con .h4,.idx-about-con h4 {
	font-size:16px
}
.idx-about-con p {
	line-height:1.6;
	height:72px
}
.recommended-products .container {
	padding:0 90px;
	width:auto
}
.idx-news-list li {
	width:100%;
	flex-basis:100%
}
.display-list li a {
	height:85px;
	width:175px
}
.foot-contact {
	width:70%;
	flex-basis:70%;
	max-width:70%;
	margin-bottom:30px
}
.copy .container {
	padding:10px
}
.top-btn {
	right:50px
}
.foot-logo {
	margin-bottom:20px
}
.foot-content {
	padding:50px 0 30px
}
.recommended-products-list {
	padding-bottom:40px;
	margin-top:30px
}
.about-list li {
	display:block;
	height:auto;
	flex-basis:30%;
	width:30%;
	text-align:center
}
.video h2 {
	font-size:30px
}
.new-list>ul>li {
	margin-bottom:30px
}
.news-page>div .news-p {
	font-size:18px
}
.news-content h1 {
	font-size:22px
}
.news-content-p {
	margin-top:0
}
.about-con .tit_h2 {
	font-size:30px
}
}@media (max-width:767px) {
	.pro-info-con {
	width:100%;
	margin-top:20px
}
.inner.container {
	padding-top:15px
}
.tit-h2 {
	font-size:30px
}
.contain,.container {
	padding:0 15px
}
.idx-about-img {
	display:none
}
.idx-about-con {
	width:100%
}
.idx-about {
	width:100%
}
.display li {
	margin-right:10px;
	margin-bottom:10px
}
.section {
	padding-bottom:30px
}
.video h2 {
	font-size:24px
}
.header-nav-list>.container {
	height:60px
}
#xyz {
	display:none
}
.link-way {
	width:100%;
	justify-content:space-between
}
.link-way span {
	padding:0;
	border:none
}
.nav-btn {
	right:15px;
	height:60px
}
.search {
	right:40px
}
.header-nav .logo img {
	max-height:40%
}
.search-from .form {
	width:100%;
	padding:0 30px
}
#nav>ul {
	width:260px;
	height:calc(100vh - 100px)
}
.down #nav>ul {
	height:calc(100vh - 60px)
}
.news-con,.news-img {
	width:50%
}
.new-list>ul>li {
	height:auto;
	margin-left:0
}
.news-date {
	width:48px;
	left:0
}
.page-nav ul li.disabled a {
	font-size:14px
}
.page-nav a {
	height:38px;
	line-height:38px;
	font-size:16px
}
.page-nav ul li:nth-child(1) a,.page-nav ul li:nth-last-child(1) a {
	width:80px;
	padding:0 10px
}
.page-nav ul li:nth-child(1) a:after,.page-nav ul li:nth-last-child(1) a:after {
	top:13px;
	left:18px
}
.page-nav ul li:nth-child(1) a,.page-nav ul li:nth-last-child(1) a {
	font-size:16px
}
.page-nav ul li:nth-last-child(1) a:after {
	right:-22px
}
.page-nav {
	margin-top:30px
}
.inner {
	margin-bottom:30px
}
.foot-tit {
	font-size:18px
}
}@media (max-width:767px) and (min-width:640px) {
	.contain,.container {
	padding:0 30px
}
.ca-list li {
	width:calc(33.3% - 10px);
	flex-basis:calc(33.3% - 10px);
	padding:10px 15px
}
}@media (max-width:640px) {
	.recommended-products .container {
	padding:0 15px
}
.pro-list>ul>.pro-item {
	width:48%
}
.about-display li {
	width:100%
}
.about-con .tit_h2 {
	font-size:24px
}
.ca-list li {
	width:100%;
	flex-basis:100%
}
.pro-ca {
	flex-wrap:wrap;
	margin-bottom:0
}
.tit-h2 {
	line-height:1.2
}
.pro-ca>li {
	width:calc(50% - 5px);
	flex-basis:calc(50% - 5px);
	margin-bottom:10px
}
.idx-about>div {
	padding:30px 0
}
.idx-news-con .inct a {
	font-size:16px;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	height:38px;
	overflow:hidden;
	margin-bottom:7px
}
.idx-news-con {
	padding:8px
}
.idx-news-con .inct {
	padding-bottom:2px;
	margin-bottom:7px
}
.idx-news-con .inct:after {
	bottom:0
}
.idx-news-con p {
	font-size:14px;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
	height:41px
}
.idx-news-list li {
	margin-bottom:20px
}
.display-list {
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	flex-wrap:wrap
}
.company-contact,.foot-contact {
	flex-basis:100%;
	width:100%;
	max-width:100%
}
.top-btn {
	width:40px;
	height:40px;
	right:15px
}
.display-list li {
	width:calc(50% - 10px);
	flex-basis:calc(50% - 10px)
}
.display-list li a {
	width:100%
}
.display {
	padding:20px 0
}
.foot-phone span {
	font-size:24px
}
.idx-about-con .h3,.idx-about-con h3 {
	font-size:24px
}
.news-con {
	padding:5px
}
.news-con h3 a {
	font-size:16px
}
.news-con p {
	font-size:14px;
	height:42px;
	-webkit-line-clamp:2
}
.news-con h3 {
	padding-bottom:7px;
	margin-bottom:7px
}
.inner-l .contact-list li {
	width:100%;
	flex-basis:100%
}
.inner-l .contact-list li {
	padding:15px
}
.input-box input {
	height:48px
}
.input-box {
	margin-bottom:10px
}
.input-boxs .input-box {
	width:100%;
	flex-basis:100%
}
.fsbtn .submita {
	width:100%
}
.addresss {
	display:none
}
.pro-list>ul>li {
	width:50%;
	float:left;
	padding:8px
}
.pro-list>ul>li .pro-con,.pro-list>ul>li .pro-img {
	width:100%;
	flex-basis:100%
}
.pro-list>ul>li .pro-con {
	padding:10px;
	margin-top:0
}
.pro-con h3 a {
	font-size:16px
}
.pro-list .pro-con .pro-btn,.pro-list .pro-con p {
	display:none
}
.pro-list .pro-con h3 {
	padding-bottom:10px;
	margin-bottom:10px
}
.pro-list>ul>li {
	margin-bottom:15px
}
}@media (max-width:480px) {
	.pro-con .LayImAhrefNode,.pro-con .btn>div,.pro-con .sendInquiry {
	width:100%;
	height:48px;
	margin-bottom:10px
}
.pro-btn>span {
	top:125px
}
}

.pages a {
	display:inline-block;
	margin:0 5px 15px;
	padding:16px 21px;
	border:1px solid #ccc;
	font-size:16px
}
.pages a:hover,.pages a.active {
	background:#007147;
	border-color:#007147;
	color:#fff;
	opacity:1
}
.pages span {
	opacity:1.4;
	font-size:16px;
}
.pages {
	width:100%;
	text-align:center;
	padding-bottom:45px
}
.inner-r .singglepic {
	margin:0;
	float:left;
	border:1px #eee solid;
	width:382px;
	height:382px;
	overflow:hidden;
	display: flex;
    align-items: center;
}
.news-p>a {
	display:block;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	font-size:18px;
	width:90%;
	top:0;
	left:0;
	position:absolute;
	bottom:0;
	z-index:2
}
.next .news-p>a {
	margin-left:10%;
	overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.seo_key {
	background:#f6f6f6;
	padding:15px;
	line-height:1.6
}
.table,.table1,table#emphasis,table#newspaper,table#verzebra,table.colorful,table.hovertable,table.imagetable,table.table2 {
	width:100%;
	border-collapse:collapse
}
.table p,.table1 p,table#emphasis p,table#newspaper p,table#verzebra p,table.colorful p,table.hovertable p,table.imagetable p,table.table2 p {
	padding:0;
	margin:0
}
.table td,.table th {
	border:1px solid #cdcdcd;
	padding:5px
}
table.table2 td,table.table2 th {
	border:1px solid #cdcdcd;
	padding:5px
}
table.table2 tr:nth-child(odd) {
	background-color:#efede1
}
table.table2 tr:nth-child(even) {
	background-color:#fff
}
table.table2 tr:first-child {
	background-color:#8db3e3
}
table.table2 tr:nth-child(3) {
	background-color:#d7d7d7
}
.table1 th,.table1 tr.bgcolor {
	background-color:#c1c1c1
}
.table1 td,.table1 th {
	border:1px solid #000;
	padding:5px
}
table.imagetable {
	font-family:verdana,arial,sans-serif;
	font-size:11px;
	color:#333;
	border-width:1px;
	border-color:#999;
	border-collapse:collapse
}
table.imagetable th {
	background:#b5cfd2 url(../images/cell-blue.jpg);
	border-width:1px;
	padding:8px;
	border-style:solid;
	border-color:#999
}
table.imagetable td {
	background:#dcddc0 url(../images/cell-grey.jpg);
	border-width:1px;
	padding:8px;
	border-style:solid;
	border-color:#999
}
table.hovertable {
	font-family:verdana,arial,sans-serif;
	font-size:11px;
	color:#333;
	border-width:1px;
	border-color:#999;
	border-collapse:collapse
}
table.hovertable th {
	background-color:#c3dde0;
	border-width:1px;
	padding:8px;
	border-style:solid;
	border-color:#a9c6c9
}
table.hovertable tr {
	background-color:#d4e3e5
}
table.hovertable tr:hover {
	background-color:#ff6
}
table.hovertable td {
	border-width:1px;
	padding:8px;
	border-style:solid;
	border-color:#a9c6c9
}
#verzebra {
	font-family:"Lucida Sans Unicode","Lucida Grande",Sans-Serif;
	font-size:12px;
	text-align:left;
	border-collapse:collapse
}
#verzebra th {
	font-size:14px;
	font-weight:400;
	padding:12px 15px;
	border-right:1px solid #fff;
	border-left:1px solid #fff;
	color:#039
}
#verzebra td {
	padding:8px 15px;
	border-right:1px solid #fff;
	border-left:1px solid #fff;
	color:#669
}
.vzebra-odd {
	background:#eff2ff
}
.vzebra-even {
	background:#e8edff
}
#verzebra #vzebra-adventure,#verzebra #vzebra-children {
	background:#d0dafd;
	border-bottom:1px solid #c8d4fd
}
#verzebra #vzebra-action,#verzebra #vzebra-comedy {
	background:#dce4ff;
	border-bottom:1px solid #d6dfff
}
#emphasis {
	font-family:"Lucida Sans Unicode","Lucida Grande",Sans-Serif;
	font-size:12px;
	text-align:left;
	border-collapse:collapse
}
#emphasis th {
	font-size:14px;
	font-weight:400;
	padding:12px 15px;
	color:#039
}
#emphasis td {
	padding:10px 15px;
	color:#669;
	border-top:1px solid #e8edff
}
.oce-first {
	background:#d0dafd;
	border-right:10px solid transparent;
	border-left:10px solid transparent
}
#emphasis tr:hover td {
	color:#339;
	background:#eff2ff
}
#newspaper {
	font-family:"Lucida Sans Unicode","Lucida Grande",Sans-Serif;
	font-size:12px;
	text-align:left;
	border-collapse:collapse;
	border:1px solid #6cf
}
#newspaper th {
	padding:20px;
	font-weight:400;
	font-size:13px;
	color:#039;
	text-transform:uppercase;
	border-right:1px solid #0865c2;
	border-top:1px solid #0865c2;
	border-left:1px solid #0865c2;
	border-bottom:1px solid #fff
}
#newspaper td {
	padding:10px 20px;
	color:#669;
	border-right:1px dashed #6cf
}
table.colorful {
	font-family:"Trebuchet MS",sans-serif;
	font-size:16px;
	font-weight:700;
	line-height:1.4em;
	font-style:normal;
	border-collapse:separate
}
.colorful thead th {
	padding:15px;
	color:#fff;
	text-shadow:1px 1px 1px #568f23;
	border:1px solid #93ce37;
	border-bottom:3px solid #9ed929;
	background-color:#9dd929;
	background:-webkit-gradient(linear,left bottom,left top,color-stop(.02,#7bc043),color-stop(.51,#8bc642),color-stop(.87,#9ed929));
	background:-moz-linear-gradient(center bottom,#7bc043 2%,#8bc642 51%,#9ed929 87%);
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius:5px 5px 0 0;
	border-top-left-radius:5px;
	border-top-right-radius:5px
}
.colorful thead th:empty {
	background:0 0;
	border:none
}
.colorful tbody th {
	color:#fff;
	text-shadow:1px 1px 1px #568f23;
	background-color:#9dd929;
	border:1px solid #93ce37;
	border-right:3px solid #9ed929;
	padding:0 10px;
	background:-webkit-gradient(linear,left bottom,right top,color-stop(.02,#9ed929),color-stop(.51,#8bc642),color-stop(.87,#7bc043));
	background:-moz-linear-gradient(left bottom,#9ed929 2%,#8bc642 51%,#7bc043 87%);
	-moz-border-radius:5px 0 0 5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px
}
.colorful tfoot td {
	color:#9cd009;
	font-size:32px;
	text-align:center;
	padding:10px 0;
	text-shadow:1px 1px 1px #444
}
.colorful tfoot th {
	color:#666
}
.colorful tbody td {
	padding:10px;
	text-align:center;
	background-color:#def3ca;
	border:2px solid #e7efe0;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	color:#666;
	text-shadow:1px 1px 1px #fff
}
#feedbackForm span.xh,.feedbackForm #feedbackForm .atextarea,.feedbackForm #feedbackForm .fsbtn,.feedbackForm #feedbackForm .lable,.feedbackForm #feedbackForm .submita,.feedbackForm #feedbackForm .text,.feedbackForm #feedbackForm table,.feedbackForm #msg,.feedbackForm .fput,.feedbackForm .ftxt {
	max-width:none;
	padding:0;
	margin:auto;
	border:0;
	height:auto;
	font-size:auto;
	line-height:1.5;
	font-family:Arial;
	color:#333;
	background:0 0;
	text-align:left
}
.feedbackForm {
	margin-bottom:3.25rem;
	max-width:1200px;
	margin-left:auto;
	margin-right:auto
}
.feed-title {
	font-size:1.875rem;
	color:#2c2c2c;
	margin-top:2.5rem;
	margin-bottom:1.25rem;
	font-weight:600;
	text-transform:uppercase
}
.feedbackForm #feedbackForm td {
	border:0;
	height:48px;
	padding:0
}
.lable {
	white-space:nowrap
}
.feedbackForm #feedbackForm tbody {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between
}
.feedbackForm #feedbackForm tr {
	border:1px solid #d9d9d9;
	border-radius:2px;
	box-sizing:border-box;
	margin-bottom:15px;
	font-size:.9375rem;
	color:#727272
}
.feedbackForm #feedbackForm tr:nth-child(-n+4) {
	width:49%;
	flex-basis:49%
}
.feedbackForm #feedbackForm tr:nth-child(-n+5) {
	display:flex;
	justify-content:flex-start
}
.feedbackForm #feedbackForm tr:nth-child(-n+5) td:first-child {
	display:flex;
	align-items:center;
	padding:0 5px
}
.feedbackForm #feedbackForm tr:nth-child(-n+5) td:last-child {
	width:100%;
	flex-basis:100%;
	display:block
}
.feedbackForm #feedbackForm tr:nth-child(-n+5) input {
	width:100%;
	height:100%;
	outline:0
}
.feedbackForm #feedbackForm tr:nth-child(5) {
	width:100%;
	flex-basis:100%
}
.feedbackForm #feedbackForm tr:nth-child(6) {
	width:100%;
	flex-basis:100%;
	display:flex;
	flex-direction:column
}
.feedbackForm #feedbackForm tr:nth-child(7) {
	border:0;
	padding:0
}
#feedbackForm input,.feedbackForm #feedbackForm #SubmitContent {
	border:0;
	font-size:.9375rem;
	color:#000;
	padding-left:5px;
	box-sizing:border-box
}
.feedbackForm #feedbackForm #SubmitContent {
	width:100%;
	margin-top:10px;
	padding-left:0;
	box-sizing:border-box
}
.feedbackForm #feedbackForm .submita {
	color:#222;
	font-size:24px;
	padding:13px 90px;
	border:none;
	background-color:#007147;
	text-transform:uppercase;
	cursor:pointer
}
#feedbackForm {
	background:#fff
}
#feedbackForm input::placeholder {
	font-size:14px;
	color:#666
}
#feedbackForm input {
	color:#666
}
.feedbackForm #feedbackForm tr:nth-child(6) td {
	height:auto;
	padding:0 5px;
	display:block
}
.feedbackForm #feedbackForm tr:nth-child(6) textarea {
	outline:0;
	text-indent:15px
}
.feedbackForm #feedbackForm .xh {
	color:red
}
#con {
	margin-top:30px
}
#tagContent {
	padding-top:20px
}
#tags:after {
	content:'';
	display:block;
	clear:both;
	visibility:hidden;
	height:0
}
#tags li {
	margin-bottom:10px;
	float:left
}
#tags li a {
	text-decoration:none;
	display:block;
	line-height:40px;
	margin-right:8px;
	background:#efefef;
	color:#222;
	font-size:18px;
	padding:4px 25px
}
ul#tags li.selectTag a {
	color:#222;
	background:#007147
}
.tagContent {
	display:none;
	width:100%;
	color:#222;
	padding-top:10px;
	font-size:14px;
	line-height:28px
}
#tagContent div.selectTag {
	display:block
}
header #xyz ul li {
	padding:0 8px
}
header #xyz #liDropD_En a {
	padding-top:4px;
	height:25px;
	line-height:25px
}
#xyz li a {
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	height:25px;
	line-height:25px
}
#xyz {
	position:relative;
	z-index:99999;
	width:120px;
	height:27px;
	border:none;
	margin-left:5px
}
#xyz ul,header .xyz12 span {
	height:25px
}
.xyz12 {
	border-radius:3px;
	width:100%;
	padding:0 4px;
	background:#fff;
	line-height:25px;
	position:absolute;
	box-sizing:border-box
}
.xyz12 li {
	position:relative;
	height:25px;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	line-height:25px;
	padding:0 4px;
	z-index:1;
	text-align:left
}
.xyz12 li a {
	color:#333;
	font-size:12px
}
.xyz12 li.selected {
	border-top:0
}
.xyz12 li.selected a {
	color:#8550d9
}
.xyz12 span {
	position:absolute;
	right:6px;
	top:2px;
	background:url(../images/amore.png) center no-repeat;
	display:block;
	width:25px;
	height:25px;
	cursor:pointer;
	z-index:100
}
.xyz12 span.dp {
	background:url(../images/amore1.png) center no-repeat
}
header #xyz .xyz12 li img {
	vertical-align:middle;
	margin:0 7px 0 0;
	width:20px;
	padding-right:0
}
header #xyz ul li:hover {
	background:#f2f2f2
}
.table {
	word-break:break-word
}
.news-page>div .news-a {
	position:relative
}
.news-page>div .news-a p {
	position:absolute;
	color:transparent;
	height:100%
}
.news-page>div .news-a p a {
	color:transparent;
	display:block;
	height:100%
}
.news-page>div.prev .news-a p {
	left:0
}
.news-page>div.next .news-a p {
	right:0
}
#nav>ul {
	display:flex;
	white-space:nowrap
}
.pro-list ul {
	display:flex;
	flex-wrap:wrap
}
.pro-list>ul>.pro-item {
	position:relative;
	padding-bottom:48px;
	background:#f6f6f6
}
.recommended-btn {
	position:absolute;
	bottom:0
}
.recommended-products .recommended-con {
	padding-bottom:70px
}
.recommended-products .recommended-con a{
	overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
	display:block;
}
/* index3 */
.prout .pro-ca>li .pro-btn span:nth-child(1) {
	text-transform:uppercase;
	width:calc(100% - 68px);
	flex-basis:calc(100% - 68px);
	font-size:15px;
	display:flex;
	display:-webkit-flex;
	align-items:center;
	padding-left:20px;
	height:100%;
	position:static;
	z-index:1;
	overflow:hidden;
	background:#eaebec;
	color:#000;
	justify-content:center;
	float:left
}
.prout .pro-ca>li .pro-btn .btn {
	width:68px;
	flex-basis:68px;
	background:#007147;
	justify-content:center;
	padding:0;
	font-size:30px;
	position:static;
	float:right;
	height:100%;
	color:#fff;
	line-height:48px;
}
.prout .pro-ca>li img {
	width:100%
}
.prout .pro-ca>li .pro-btn {
	height:48px;
	width:100%;
	background:#fff;
	display:flex;
	display:-webkit-flex;
	align-items:center;
	justify-content:center;
	overflow:hidden
}
/* Advantage news */
.ca-list li p {
	-webkit-line-clamp:initial;
	height:auto
}
.idx-news-con .inct a {
	-webkit-line-clamp:6
}
#hoproduct .iholist {
	display:flex;
	flex-wrap:wrap;
}
#hoproduct .iholist li {
	width:24%;
	margin-right:1.333%;
	margin-bottom:20px;
}
#hoproduct .iholist li:nth-child(4n) {
	margin-right:0;
}
@media (max-width:1200px) {
	#hoproduct .iholist li {
	width:49%;
	margin-right:2%;
}
#hoproduct .iholist li:nth-child(2n) {
	margin-right:0;
}
}.inner-l .sf-menu a {
	padding:14px 50px 14px 16px;
	white-space:normal
}
.inner-l .sf-menu .sub-menu a {
	padding:14px 10px 14px 8px
}
.news-p>a {
	/*white-space:normal;*/
	position:initial
}
.news-page>div .news-a {
	margin-top:0
}
ul,ol,li {
	margin:0;
	padding:0;
	list-style:none;
}
a {
	color:#373937;
	text-decoration:none;
}
i {
	font-style:normal;
}
.floatwindow_fd_conct img {
	border:none;
	max-width:100%;
	max-height:100%;
}
.floatwindow_fd_conct {
	position:fixed;
	z-index:9999999999;
	top:25%;
	right:5px;
	cursor:pointer;
	transition:all .3s ease;
	font-size:14px;
}
.floatwindow_fd_img {
	position:absolute;
	top:0;
	right:0;
	width:42px;
}
.floatwindow_fd_main {
	position:absolute;
	top:0;
	right:-170px;
	border:1px #e5e5e5 solid;
	border-radius:5px;
	background:#fff;
	opacity:0;
}
.floatwindow_admin {
	position:absolute;
	top:-48px;
	left:50%;
	margin-left:-39px;
}
.floatwindow_fd_main>span {
	text-align:center;
	font-size:18px;
	color:#666;
	display:block;
	margin-top:60px;
	margin-bottom:15px;
}
.floatwindow_im-tel li {
	text-align:center;
	height:35px;
	margin-bottom:7px;
}
.floatwindow_im-tel li img {
	width:22px;
}
.floatwindow_im-tel {
	padding:0 10px;
}
.floatwindow_im-tel li a {
	display:block;
	width:100%;
	display:flex;
	background:linear-gradient(#eee,#fefefe);
	background:-webkit-linear-gradient(#eee,#fefefe);
	background:-o-linear-gradient(#eee,#fefefe);
	background:-moz-linear-gradient(#eee,#fefefe);
	border-radius:5px;
	border:1px #eee solid;
}
.floatwindow_im-tel li:hover a {
	background:#5996ff;
	color:#fff;
}
.floatwindow_im-tel i {
	line-height:35px;
	display:inline-block;
	width:30px;
	text-align:right;
	display:flex;
	align-items:center;
	justify-content:center;
	margin-left:10px;
}
.floatwindow_im-tel span {
	line-height:35px;
	padding:0 5px 0 10px;
	font-size:15px;
	white-space:nowrap;
}
.floatwindow_im-tel .floatwindow_hover {
	display:none;
}
.floatwindow_im-tel i {
	background-repeat:no-repeat;
	background-size:20px;
	width:20px;
	height:20px;
	background-position:50%;
	margin-top:7px;
}
.floatwindow_online i {
	background-image:url(../images/online.png);
}
.floatwindow_email i {
	background-image:url(../images/email.png);
}
.floatwindow_skype i {
	background-image:url(../images/skype.png);
}
.floatwindow_wechat i {
	background-image:url(../images/wechat.png);
}
.floatwindow_im-tel li:hover {
	border:none;
}
.floatwindow_im-tel li:hover .floatwindow_online i {
	background-image:url(../images/online-w.png);
}
.floatwindow_im-tel li:hover .floatwindow_email i {
	background-image:url(../images/email-w.png);
}
.floatwindow_im-tel li:hover .floatwindow_skype i {
	background-image:url(../images/skype-w.png);
}
.floatwindow_im-tel li:hover .floatwindow_wechat i {
	background-image:url(../images/wechat-w.png);
}
.floatwindow_phone {
	text-align:center;
	margin-top:15px;
}
.floatwindow_tel-num {
	text-align:center;
	font-size:18px;
	color:#fd3939;
	font-weight:bold;
	margin-bottom:20px;
	margin-top:5px;
}
.pc-no{
	display:none;
}
/**/
/*移动端导航*/
.header-m {
	position:relative;
	padding:15px 10px;
padding-right: 50px;
}
.header-m .logo img{
	height:52px;
	width:auto;
}
.mnav-btn i{
	font-size:24px;
	color:#bbb;
}

.header-m .w-mnav{
	z-index:999999;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	display:none;
	padding:20px;
	padding-top:80px;
	height:100%;
	background:#fff;
}
.header-m .menu-item {
	margin-bottom:00px;
}
.header-m .menu-item a{
	line-height:40px;
	padding:0 5px;
	display:block;
	height:40px;
	color:#007147;
	font-size:15px;
	font-weight:600;
	position:relative;
}
.header-m .menu-item i{
	font-size:13px;
	margin-right:5px;
}
.header-m .sub-menu{
	display:flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.header-m .sub-menu .menu-item{
	margin-bottom:10px;
}
.header-m .sub-menu .menu-item:active{
	background:#f6fbff;
	border-radius:5px;
	color:#0091ff;
}
.header-m .sub-menu .menu-item:active{
	background:#f6fbff;
	border-radius:5px;
	color:#0091ff;
}
.header-m .sub-menu .menu-item a{
	line-height:28px;
	padding:0 10px;
	display:block;
	height:28px;
	color:#7d97d6;
	font-size:14px;
	font-weight:300;
}
.header-m .sub-menu .menu-item a p{
	margin:0;
	line-height:20px;
	color:#bbb;
	font-size:14px;
	display:block;
	height:20px;
	overflow:hidden;
}
.header-m .sub-menu .menu-item a span{
	font-size:14px;
	margin-right:5px;
	color:#bbb;
}
.header-m .w-hdright a{
	margin-right:8px;
	color:#0091ff;
}
.header-m a.navclose {
	border:none;
	background:none;
	position:absolute;
	top:28px;
	right:15px;
	color:#999;
}
.header-m a.wm-navbtn{
	color:#999;
	line-height:24px;
	width:24px;
	height:24px;
	position:absolute;
	top:30px;
	right:10px;
}
.header-m a.wm-navbtn i{
	font-size:24px;
}
.header-m a.navclose{
	z-index:999999;
	color:#ccc;
}
.header-m a.navclose i{
	font-size:20px;
}
.header-m form{
	margin-top:40px;
	border:5px #f4f4f4 solid;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}
.header-m form input{
	width:100%;
	border:none;
height:30px;
line-height:30px;	
}
.header-m form button{
	position:absolute;
	right:0;
	top:0;
	background:#007147;
	border:none;
	height:100%;
	width:40px;
	color:#fff;
}
/*留言表单*/
.pro-msge{
	display:flex;
	justify-content:space-between;
	align-items:stretch;
	flex-wrap:wrap;
	font-size:16px;
}
.pro-msge div{
	padding:10px;
	border:1px #dedede solid;
	border-radius:2px;
	margin-bottom:15px;
}
.pro-msge div input{
	padding:5px;
	font-size:16px;
	border:none;
}
.pro-msge .pro-msge-5{
	width:48%;
}
.pro-msge .pro-msge-5 input{
	width:70%;
}
.pro-msge .pro-msge-1 input{
	width:90%;
}
.pro-msge .pro-msge-1{
	width:100%;
}
.pro-nr{
	display:block;
}
.pro-msge  textarea{
	width:100%;
	font-size:15px;
	margin-top:10px;
	border:none;
	outline:none;
}
.pro-msge span{
	color:#f00;
}
.pro-msge-btn{
	display:block;
	background:#007147;
	width:180px;
	height:58px;
	line-height:58px;
	text-align:center;
	color:#fff;
	font-size:18px;
	cursor:pointer;
}
.pro-msge-btn:hover{
	color:#fff;
	opacity:0.8;
}
/*标签*/
.single-tag{
	font-size: 15px;
    color: #999;
	padding-top:20px;
	border-top:1px #dedede dotted;
	margin-top:60px;
}
.single-tag a{
	display: inline-block;
    font-size: 13px;
    border:none;
	background:#dedede;
    border-radius: 3px;
    color: #999;
    line-height: 20px;
    padding: 3px 8px;
    word-break: keep-all;
    white-space: normal;
	margin-right:5px;
	margin-bottom:10px;
}
.single-tag a:hover{
	box-shadow:0 0 3px rgba(0,0,0,0.4);
	
}
/*内容样式-通用*/
.nr-ctn{
	font-size:16px;
}
.nr-ctn p{
	
	margin-bottom:30px;
	line-height:1.5;
}
.nr-ctn img{
	display:block;
	width:auto;
	height:auto;
	max-width:100%;
}
.nr-ctn h2{
	font-size:22px;
	font-weight:600;
	padding-bottom:6px;
	display:inline-block;
	border-bottom:2px #007147 solid;
	margin-bottom:20px;
}
.nr-ctn  ul{
	padding-left:50px;
	margin-bottom:30px;
}
.nr-ctn ul li{
	list-style-type:disc;
	margin-bottom:6px;
}
.pc-hidden{
		display:none;
}
.pc-show{
		display:block;
}
/**/
/*引用*/
blockquote:before {
    position: absolute;
    content: "";
    left: 30px;
    top: 22px;
	display:block;
	width:36px;
	height:36px;
	background:url(../images/yinghao.png) no-repeat center;
	background-size:cover;
}
blockquote{
    position: relative;
    padding: 30px 30px 30px 75px;
    background: #eee;
    border-left: 0;
    font-size: 16px;
    border-radius: 6px;
	margin-top:30px;
	margin-bottom:30px;
	color:#999;
}
.news-content-p ul,.nr-ctn ul{
	padding-left:50px;
	margin-bottom:30px;
}
.news-content-p ul li,.nr-ctn ul li{
	list-style-type:disc;
}
.news-content-p h2,.nr-ctn h2{
	font-size:20px;
	font-weight:600;
	border-bottom:1px #dedede solid;
	padding-bottom:10px;
	margin-bottom:15px;
	position:relative;
	margin-top:30px;
}
.news-content-p h2:before,.nr-ctn h2:before{
	content:"";
	width:40px;
	height:4px;
	background:#007DDB;
	position:absolute;
	left:0;
	bottom:-2px;
}
.news-content-p h3,.nr-ctn h3 {
	font-size:18px;
	font-weight:600;
	margin-bottom:15px;
	margin-top:30px;
}
/*响应式-媒体查询*/
@media (max-width:768px){
	.mpad-no{
		display:none;
	}
	.mpad-has{
		display:block;
	}
	.container{
		width:100%;
	}
	.search{
		height:42px;
		right:0;
	}
	.pro-ca>li{
		height:137px;
	}
	.recommended-products-list .swiper-slide{
		height:415px;
	}
	.idx-about{
		padding-left:15px;
		padding-right:15px;
	}
	.pro-ca>li>a{
		height:138px;
	}
}
@media (max-width: 414px){
	.m-hidden{
		display:none;
	}
	.m-show{
		display:block;
	}
	.pro-ca>li {
    height: 146px;
	margin-bottom:15px;
	overflow:hidden;
	}
	.pro-ca>li>a{
		height:146px;
	}
	.pro-ca>li>a span{
	right:-1px;
	}
	.recommended-products-list .swiper-slide{
		width:80%!important;
	}
	.code{
		display:none;
	}
	.company-info ul{
		display:flex;
		justify-content:flex-start;
		align-items:center;
		flex-wrap:wrap;
	}
	.company-contact li a{
		white-space:nowrap;
	}
	.foot-tit{
		font-size:15px;
	}
	.company-contact li a{
		font-size:14px;
	}
	.foot-content {
    padding: 20px 0 10px;
	}
	.copy .container{
		font-size:12px;
		text-align:center;
	}
	.inner-l{
		display:none;
	}
	.pro-msge .pro-msge-5{
		width:100%;
	}
	.pro-msge .pro-msge-5 input,.pro-msge .pro-msge-1 input{
		width:70%;
	}
	.pro-msge-btn{
		width:100%;
	}
	.inner-r .singglepic{
		width:100%;
	}
	.sendInquiry{
		width:100%!important;
		display:block!important;
		height:44px!important;
		line-height:44px!important;
	}
	.news-page>div{
		width:100%;
	}
	.news-p i{
		font-size:14px;
		color:#fff;
		background:#007147;
		display:inline-block;
		width:36px;
		height:36px;
		line-height:36px;
		width:36px;
		text-align:center;
		margin-right:10px;
	}
	.news-page>div .news-p{
		display:flex;
		justify-content:flex-start;
		align-items:center;
		color: #777;
    font-size: 15px;
	}
	.news-p a{
		color: #777;
    font-size: 15px;
	}
	.rollPro1 li {
    width: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    margin-bottom: 20px;
    margin-right: 20px;
}
	.rollPro1 li:nth-child(3n){
		margin-right:20px;
	}
	.rollPro1 li:nth-child(2n){
		margin-right:0;
	}
	.pages a{
		padding: 5px 10px;
		font-size: 14px;
		margin: 0 3px 15px;
	}
	.pro-list>ul>li {
    width: calc(50% - 10px);
    padding:0;
	margin-right:20px;
	
}
.pro-list>ul>li:nth-child(2n){
	margin-right:0;
	
}
.pro-list>ul>li .pro-img{
	height:160px;
}
.pro-list>ul>li{
	position:relative;
}
.pro-list .pro-con h3{
	padding-bottom:5px;
	margin-bottom:0;
}
.pro-list>ul>li .pro-con{
	height:90px;
}
.pro-list .pro-con .pro-btn{
	position:absolute;
	bottom:0;
	left:0;
	display:block;
	padding:0;
	width:100%;
	height:32px;
	line-height:32px;
	background:#eaebec;
	padding-right:32px;
	
}
.pro-con .pro-btn i{
	font-size:14px;
		color:#fff;
		background:#007147;
		display:inline-block;
		width:32px;
		height:32px;
		line-height:32px;
		text-align:center;
		margin-left:10px;
		padding:0;
		position:absolute;
		right:0;
		bottom:0;
}
.pro-tit {
    color: #363636;
    border-bottom: 1px #e2e2e2 solid;
    border-left: 4px #007147 solid;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    font-size: 20px;
    margin-bottom: 30px;
}
.no-img-news-con a{
	font-size:18px;
}
}



/* 增加 */

.mcb-section.bg-contain{
	background-size: contain;
}

@media only screen and (min-width: 1240px){
	.section_wrapper {
    max-width: 1060px;
}
}
.section_wrapper {
    max-width: 1220px;
    margin: 0 auto;
    position: relative;
}

.one-second.mcb-wrap {
    width: 50%;
}
.mcb-wrap.move-up {
    z-index: 28;
}
.mcb-wrap {
    float: left;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
}
.two-fifth.mcb-wrap {
    width: 40%;
}
.mcb-wrap {
    float: left;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
}
.clearfix:before, .clearfix:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.one.column {
    width: 98%;
}
.column_image {
    line-height: 0;
}
.column, .columns {
    float: left;
    margin: 0 1% 40px;
}
.image_frame.no_border {
    border-width: 0;
}
.image_frame {
    border-color: #f8f8f8;
}
.image_frame .image_wrapper {
    position: relative;
    overflow: hidden;
}
img.scale-with-grid, #Content img {
    max-width: 100%;
    height: auto;
}
.image_frame .image_wrapper img:not(.ls-l) {
    position: relative;
    top: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.clearfix:after {
    clear: both;
}
.clearfix:before, .clearfix:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.section_wrapper:after, .container:after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
}
.column.column_divider {
    margin-bottom: 0!important;
    height: auto!important;
}
.one.column {
    width: 98%;
}
.column, .columns {
    float: left;
    margin: 0 1% 40px;
}
hr.no_line {
    background: none;
    color: transparent;
}
.one.column {
    width: 98%;
}
.column, .columns {
    float: left;
    margin: 0 1% 40px;
}
.image_frame.no_border {
    border-width: 0;
}
.image_frame {
    border-color: #f8f8f8;
}
.image_frame .image_wrapper, .wp-caption img, .icon_box .icon_wrapper:before {
    border-color: #e2e2e2;
}
.image_frame .image_wrapper {
    position: relative;
    overflow: hidden;
}
img.scale-with-grid, #Content img {
    max-width: 100%;
    height: auto;
}
.image_frame .image_wrapper img:not(.ls-l) {
    position: relative;
    top: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
hr.no_line {
    background: none;
    color: transparent;
}
hr.no_line {
    background: none;
    color: transparent;
}
.idea_box {
    border: 1px solid rgba(0,0,0,0.08);
    padding: 15px 15px 15px 0;
    background: none;
}
.idea_box .icon {
    display: block;
    position: static;
    float: left;
    left: 0;
    top: 0;
    margin-top: 0;
    width: 60px;
    text-align: center;
    margin-top: 5px;
}
.idea_box .icon {
    font-size: 30px;
    line-height: 30px;
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -15px;
    color: rgba(0,0,0,.15);
}
.icon-lamp:before {
    content: '\e8ae';
}
[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "mfn-icons";
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: none!important;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
}
.idea_box .desc {
    border-left: 1px solid rgba(0,0,0,0.08);
    padding: 10px 15px 10px 20px;
    margin-left: 60px;
}
h3 {
    font-size: 32px;
    line-height: 44px;
    font-weight: 500;
    letter-spacing: 0px;
	margin-bottom: 15px;
}

hr {
    display: block;
    border: none;
    outline: none;
    height: 1px;
    width: 100%;
    margin: 0 auto 15px;
    clear: both;
}
p.ppjs {
    margin: 0 0 15px;
    font-size: 18px;
    color: #007147;
    font-family: "微软雅黑";
    font-size: 18px;
    line-height: 1.8;
}
.idea_box {
    border: 1px solid rgba(0,0,0,0.08);
    padding: 15px 15px 15px 0;
    background: none;
}
.icon-lamp:before {
    content: '\e8ae';
}
[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "mfn-icons";
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: none!important;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
}

.idea_box .desc {
    border-left: 1px solid rgba(0,0,0,0.08);
    padding: 10px 15px 10px 20px;
    margin-left: 60px;
}



@media only screen and (max-width: 767px){
	.section_wrapper .mcb-wrap{
    margin: 0;
    width: 100%!important;
    clear: both;
}
}


ul#flink {
    display: block;
    background: #e9e9e9;
	border-top: 1px #595959 solid;
}
.links li {
    float: left;
    margin: 10px;
}
.links li a {
    color: #595959;
} 
@media (max-width: 414px){
.links li {
	font-size:12px;
}	
}











.header-navul{}

.header-navul li{ position:relative}
.header-navul li p{ display:none; background:#fff; width:100%}

.header-navul li:hover p{ display:block; position:absolute}

.header-navul li p a{ display:block; line-height:30px; text-align:center; width:100% }

.row {
    margin-right: -15px;
    margin-left: -15px;
}


.bd-mbox { padding:75px 0; overflow:hidden
}
.bd-mbox .bm-til {
	text-align:center;
}
.bd-mbox .bm-til p {
	font-size:18px;
	color:#999;
}
.bd-mbox .bm-til h3 {
	margin:0 0 25px 0;
	font-size:30px;
	font-weight:bold;
	color:#D34646;
}
.bd-mbox .bm-con {
}
.bd-mbox .bm-con a {
	color:#333;
}
.bd-mbox .bm-con a:hover {
	text-decoration:none;
}
.bd-mbox .bm-con .c-con {
	margin:0 auto 30px;
	padding: 0 15px;
	max-width:835px;
	text-align:center;
	color:#999;
}
@media (max-width: 767px){
.bd-mbox .bm-til p {
	font-size:16px;
	text-align:center;
}
.bd-mbox .bm-til h3 {
	margin:0 0 15px 0;
	font-size:22px;
	text-align:center;
}
}
/* åˆ†é¡µ */
.bd-listpage {
	text-align: center;
}
.bd-listpage ul {
}
.bd-listpage ul li {
}
.bd-listpage ul .thisclass a {
	background:#EEE;
}
@media (max-width: 767px){
.bd-listpage .visible-xs-block {
	display:inline-block !important;
}
}

.idx-news_left{ float:left; width:49%}

.idx-news_right{ float:right; width:49%}

