/* 英文默认字体 */

@font-face {
	font-family: openSans;
	src: url('../fonts/OPEN-SANS-2.woff2')
}

* {
	font-family: openSans, Arial, Helvetica, sans-serif;
}

html, body {
	font-size: 16px;
	background-color: #fff;
}

body, div, a, li, ul, ol, dl, img, span, input {
	padding: 0px;
	margin: 0px;
	list-style: none;
	border: 0px;
}

a:link {
	color: #000;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: none;
	color: #000;
}

a:active {
	text-decoration: none;
	color: #000;
}

/* 外边距和后台一致 */

p {
	margin: 5px 0;
}

ul {
	list-style-type: none;
}

img {
	max-width: 100%;
}

.clear {
	clear: both;
}

.f-l {
	float: left;
}

.f-r {
	float: right;
}

.after:after {
	content: '';
	display: block;
	clear: both;
}

.mr-0 {
	margin-right: 0px!important;
}

.this-1200 {
	margin: 0 auto;
	width: 1200px;
}

/* 表格初始化 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td {
	border: 1px solid #eee;
	padding: 7px;
	font-size: 14px;
}

.o-v {
	overflow-y: hidden;
}

/* 首页 */

#header {
	border-bottom: 1px solid #eee;
}

#header .logo {
	margin-top: 20px;
	margin-bottom: 20px;
}

#header .nav a {
	margin-top: 40px;
	float: left;
	margin-right: 35px;
}

#header .nav a.active {
	color: #00965c;
}

#header .nav a:hover {
	color: #00965c;
}

#header .nav a:last-child {
	margin-right: 40px;
}

#header .search {
	margin-right: 40px;
	margin-top: 40px;
}

#header .search i {
	color: #666;
}

#header .language {
	color: #333;
	margin-top: 40px;
	font-size: 14px;
}

#header .language img {
	vertical-align: bottom;
	height: 17px;
	margin-right: 5px;
}

/* 首页 */

#home .about {
	padding: 100px 0;
	background-image: url(../images/bg_about.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

#home .about .left {
	width: 610px;
}

#home .about .left .title p:nth-of-type(1) {
	font-weight: bold;
	font-size: 36px;
	color: #58ae86;
	margin-bottom: 20px;
	margin-top: 0;
}

#home .about .left .title p:nth-of-type(2) {
	font-size: 26px;
	color: #333;
	margin: 0px;
}

#home .about .left .body {
	margin: 30px 0;
}

#home .about .left .body {
	margin: 30px 0;
}

#home .about .left .more {
	line-height: 50px;
	display: inline-block;
	padding: 0 50px;
	background-color: #00965c;
	font-size: 14px;
	color: #fff;
	border-radius: 30px;
}

#home .about .right {
	width: 500px;
}

#home .about .right li {
	width: 50%;
	float: left;
	text-align: center;
	margin-top: 60px;
}

#home .about .right li p:nth-of-type(1) {
	font-size: 18px;
	color: #000;
	font-weight: initial;
}

#home .about .right li p:nth-of-type(1) span {
	font-size: 40px;
	color: #00965c;
	margin: 0;
	margin-bottom: 10px;
	font-weight: bold;
	margin-right: 5px;
}

#home .about .right li p:nth-of-type(2) {
	margin: 0;
	font-size: 18px;
}

#home .products {
	padding: 100px 0;
	background-image: url(../images/bg_products.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#home .products .this-1200>.title p:nth-of-type(1) {
	font-weight: bold;
	font-size: 36px;
	color: #e6eee8;
	margin-bottom: 20px;
	margin-top: 0;
}

#home .products .this-1200>.title p:nth-of-type(2) {
	font-size: 26px;
	color: #FFFFFF;
	margin: 0px;
}

#home .products .list {
	margin-top: 60px;
}

#home .products .list .img {
	width: 100%;
	padding-top: 66.49%;
	background-size: cover;
	border: 1px solid #fff;
	box-sizing: border-box;
}

#home .products .list .title {
	font-size: 18px;
	color: #fff;
	line-height: 40px;
	text-align: center;
}

/* 滚动插件样式 */

#home .products .list.owl-theme .owl-dots {
	display: none;
}

#home .products .list.owl-theme .owl-nav [class*='owl-'] {
	margin: 0;
	top: -18%;
}

#home .products .list.owl-theme .owl-nav [class*='owl-'] i {
	font-size: 30px;
	color: #fff;
}

#home .products .list.owl-theme .owl-nav .owl-prev {
	right: 40px;
	left: unset;
}

#home .news {
	position: relative;
	padding: 90px 10px;
}

#home .news>.title p:nth-of-type(1) {
	font-weight: bold;
	font-size: 36px;
	color: #58ae86;
	margin-bottom: 20px;
	margin-top: 0;
}

#home .news>.title p:nth-of-type(2) {
	font-size: 26px;
	color: #333;
	margin: 0px;
}

#home .news>.body {
	margin-top: 50px;
}

#home .news>.body .left {
	width: 556px;
}

#home .news>.body .left li:nth-of-type(1) {
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 35px;
}

#home .news>.body .left a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #666;
	font-size: 18px;
	margin-bottom: 25px;
	display: block;
}

#home .news>.body .left a:hover {
	color: #00965c;
}

#home .news>.body .left .introduction {
	font-size: 14px;
	color: #999;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
}

#home .news>.body .left .time {
	margin: 30px 0;
	font-size: 14px;
	color: #999;
}

#home .news>.body .right {
	width: 620px;
}

#home .news>.body .more {
	position: absolute;
	line-height: 50px;
	padding: 0 60px;
	border: 1px solid #ccc;
	font-size: 14px;
	color: #666;
	border-radius: 30px;
	top: 135px;
	right: 0;
	transition: all 0.3s;
}

#home .news>.body .more:hover {
	background-color: #00965c;
	color: #fff;
	border-color: #00965c;
}

/* 其他公共部分 */

#main .banner {
	font-size: 0;
	position: relative;
}

#main .banner::after {
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.1);
	position: absolute;
	top: 0;
	left: 0;
}

#main>.body>.left {
	width: 900px;
	padding-right: 50px;
	box-sizing: border-box;
}

#main>.body>.left .search {
	position: relative;
	padding: 50px 0;
	text-align: center;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#main>.body>.left .search::after {
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 0;
	left: 0;
}

#main>.body>.left .search form {
	position: relative;
	z-index: 1;
}

#main>.body>.left .search input {
	border-bottom: 1px solid #eee;
	line-height: 40px;
	outline: none;
	width: 300px;
	padding: 0 20px;
}

#main>.body>.left .search button {
	border: 0;
	line-height: 40px;
	padding: 0 20px;
	cursor: pointer;
	color: #fff;
	background-color: #00965c;
	margin-left: 10px;
	transition: all 0.3s;
}

#main>.body>.left .search button:hover {
	background-color: #03774a;
}

#main>.body>.left .link {
	line-height: 50px;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	border-bottom: 1px solid #eee;
}

#main>.body>.left .link i {
	margin-right: 10px;
	font-size: 14px;
}

#main>.body>.right {
	width: 300px;
	padding-bottom: 50px;
}

#main>.body>.right>.title {
	font-size: 18px;
	font-weight: bold;
	position: relative;
	padding-bottom: 14px;
	margin-top: 16px;
	margin-bottom: 16px;
	border-bottom: 1px solid #f1f1f1;
}

#main>.body>.right>.title::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -1px;
	left: 0;
	height: 1px;
	background: #646464;
	width: 50px;
}

#main>.body>.right .series a {
	position: relative;
	box-sizing: border-box;
	border: 1px solid #d5d5d5;
	margin-bottom: 10px;
	border-radius: 0 7px 0 0;
	font-size: 14px;
	color: #6f6f6f;
	transition: all .3s;
	padding: 10px 30px;
	display: block;
}

#main>.body>.right .series a::after {
	transition: all .3s;
	content: "";
	display: block;
	position: absolute;
	height: 6px;
	width: 6px;
	background: grey;
	transform: translateY(-50%) rotate( 45deg);
	transform-origin: center;
	top: 50%;
	left: 12px;
}

#main>.body>.right .series a.active {
	border-color: #00965c;
	background-color: #00965c;
	color: #fff;
}
#main>.body>.right .series a.active::after{
	background: #fff;
}

#main>.body>.right .series a:hover {
	border-color: #00965c;
	background-color: #00965c;
	color: #fff;
}

#main>.body>.right .series a:hover::after {
	background: #fff;
}

#main>.body>.right .series .son {
	margin-top: -11px;
}

#main>.body>.right .series .son a {
	border-radius: 0;
	padding-left: 45px;
	margin-bottom: -1px;
}

#main>.body>.right .series .son a:last-child {
	margin-bottom: 15px;
}

#main>.body>.right .series .son a::after {
	left: 30px;
}

#main>.body>.right .news a {
	display: block;
}

#main>.body>.right .news a:nth-of-type(n+2) {
	margin-top: 20px;
}

#main>.body>.right .news a:after {
	content: "";
	clear: both;
	display: block;
}

#main>.body>.right .news .img {
	width: 100px;
	height: 57px;
	background-size: cover;
	float: left;
}

#main>.body>.right .news .right {
	float: right;
	width: calc(100% - 110px);
}

#main>.body>.right .news .right p:nth-of-type(1) {
	font-size: 12px;
	margin: 0;
	color: #333;
	line-height: 23px;
	height: 23px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 10px;
}

#main>.body>.right .news .right p:nth-of-type(2) {
	margin: 0;
	margin-top: 10px;
	color: #666;
	font-size: 12px;
}

#main>.body>.right .news a:hover p:nth-of-type(1) {
	color: #00965c;
}

#main>.body>.right .products a {
	width: calc(50% - 5px);
	margin-right: 10px;
	padding-top: 33%;
	float: left;
	background-size: cover;
}

#main>.body>.right .products a:nth-of-type(2n) {
	margin-right: 0;
}

#main>.body>.right .products a:nth-of-type(n+3) {
	margin-top: 10px;
}

/* 关于我们 */

#main>.body>.left>.about {
	padding: 10px 0;
}

/* 图片列表 */

#main>.body>.left>.pic {
	padding: 20px 0;
}

#main>.body>.left>.pic .list li {
	width: calc(33.33% - 13.333px);
	margin-right: 20px;
	float: left;
}

#main>.body>.left>.pic .list li:nth-of-type(3n) {
	margin-right: 0;
}

#main>.body>.left>.pic .list li .img {
	width: 100%;
	padding-top: 56%;
	background-size: cover;
	cursor: pointer;
}

#main>.body>.left>.pic .list li .title {
	font-size: 16px;
	text-align: center;
	margin: 10px 0;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* 产品列表 */

#main>.body>.products li {
	padding: 80px 0;
}

#main>.body>.products li:nth-of-type(2n) {
	background-color: #eee;
}

#main>.body>.products li .left {
	float: left;
	width: 400px;
}

#main>.body>.products li .right {
	float: right;
	width: calc(100% - 420px);
}

#main>.body>.products li .right .title {
	font-size: 26px;
	margin-bottom: 10px;
}

#main>.body>.products li:nth-of-type(2n) .left {
	float: right;
}

#main>.body>.products li:nth-of-type(2n) .right {
	float: left;
}

/* 新闻列表 */

#main>.body>.left>.news .list li {
	margin-top: 40px;
	border-bottom: 1px solid #eee;
	padding-bottom: 40px;
}

#main>.body>.left>.news .list li:last-child {
	border-bottom: 0;
}

#main>.body>.left>.news .list li::after {
	content: "";
	clear: both;
	display: block;
}

#main>.body>.left>.news .list li .img {
	width: 200px;
	height: 114px;
	background-size: cover;
	float: left;
}

#main>.body>.left>.news .list li .right {
	width: calc(100% - 220px);
	float: left;
	margin-left: 20px;
}

#main>.body>.left>.news .list li .right .title {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #666;
	font-size: 18px;
	margin-bottom: 10px;
	display: block;
}

#main>.body>.left>.news .list li .right .introduction {
	font-size: 14px;
	color: #999;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
}

#main>.body>.left>.news .list li .right .time {
	margin: 0;
	font-size: 14px;
	color: #999;
	margin-top: 21px;
}

#main>.body>.left>.news .list li .title:hover {
	color: #00965c;
}

/* 新闻内页 */

#main>.body>.left>.news-view>.title {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 40px;
	line-height: 30px;
}

#main>.body>.left>.news-view>.time {
	text-align: center;
	color: #999;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
}

#main>.body>.left>.news-view>.body {
	padding: 20px 0;
}

/* 底部 */

#footer {
	background-image: url(../images/bg_footer.jpg);
	background-size: cover;
}

#footer .box {
	padding: 40px 0;
}

#footer .box>div>.title {
	font-size: 16px;
	color: #fff;
	margin-bottom: 15px;
	font-weight: bold;
}

#footer .contact {
	width: 600px;
}

#footer .contact .body p, #footer .contact .body p a {
	font-size: 14px;
	color: #fff;
	line-height: 36px;
	margin: 0;
}

#footer .contact .body p em {
	font-size: 20px;
	vertical-align: middle;
	margin-right: 10px;
}

#footer .nav {
	width: 345px;
}

#footer .nav a {
	font-size: 14px;
	color: #fff;
	margin-right: 30px;
	float: left;
	margin-bottom: 20px;
}

#footer .qr-code {
	width: 230px;
	margin-top: 20px;
}

#footer .qr-code li {
	width: 87px;
	float: left;
	margin-left: 25px;
}

#footer .qr-code li p {
	text-align: center;
	color: #fff;
	font-size: 14px;
}

#footer .copyright {
	padding-top: 20px;
	padding-bottom: 35px;
	border-top: 1px solid #00965c;
}

#footer .copyright .left, #footer .copyright .right, #footer .copyright .left a, #footer .copyright .right a {
	font-size: 14px;
	color: #fff;
}


/* 手机版 */

#nav-m {
	display: none;
}

@media screen and (max-width:1200px) {
	html, body {
		overflow-x: hidden;
		min-height: 100vh;
	}
	.this-1200 {
		width: auto;
	}
	/* 头部 */
	#header {
		display: none;
	}
	.wrap {
		transition: all 0.3s ease 0s;
		transform: translate(0, 0px);
	}
	.wrap.active {
		transform: translate(calc(-90% + 60px), 0px);
	}
	#nav-m {
		height: 50px;
		display: block;
		position: relative;
		z-index: 999;
		font-size: 0;
		width: 100%;
	}
	#nav-m .logo {
		height: 50px;
		float: left;
	}
	#nav-m .logo img {
		height: 24px;
		margin-left: 10px;
		margin-top: 13px;
	}
	#nav-m>.title {
		font-size: 14px;
		display: inline-block;
		line-height: 50px;
		vertical-align: top;
		margin-left: 10px;
		width: calc(100% - 140px);
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}
	#nav-m .menu {
		position: absolute;
		right: 10px;
		top: 11px;
		width: 22px;
		padding: 5px 10px;
		border: 1px solid #333;
		border-radius: 3px;
	}
	#nav-m .menu span {
		display: block;
		width: 100%;
		margin-bottom: 5px;
		height: 2px;
		background-color: #333;
	}
	#nav-m .menu span:nth-of-type(3) {
		margin-bottom: 0px;
	}
	#nav-m .list {
		position: fixed;
		left: 100%;
		width: calc(90% - 60px);
		top: 0;
		height: 100vh;
	}
	#nav-m .list a {
		padding-left: 10px;
		position: relative;
	}
	#nav-m .list a {
		height: 45px;
		width: 100%;
		float: left;
		font-size: 14px;
		color: #666;
		box-sizing: border-box;
		line-height: 45px;
		border-bottom: 1px solid #DEDEDF;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	#nav-m .list .title {
		border-bottom: 1px solid #DEDEDF;
	}
	#nav-m .list .title a {
		width: calc(100% - 60px);
		border-right: 1px solid #DEDEDF;
		border-bottom: 0;
	}
	#nav-m .list li i {
		width: 60px;
		height: 45px;
		line-height: 45px;
		float: right;
		font-size: 22px;
		text-align: center;
		color: #666;
		transition: all 0.3s;
		box-sizing: border-box;
	}
	#nav-m .list li .children {
		background-color: #FAFAFA;
		display: none;
	}
	#nav-m .list li .children a {
		padding-left: 20px;
	}
	#nav-m .list li .children .children {
		display: none;
		background-color: #eee;
	}
	#nav-m .list .language a {
		float: left;
		width: 50%;
	}
	#nav-m .list .language a:nth-of-type(1) {
		border-right: 1px solid #DEDEDF;
	}
	/* 搜索 */
	#nav-m .list .search {
		font-size: 0;
		display: block;
		padding: 20px;
	}
	#nav-m .list .search input {
		width: calc(100% - 50px);
		line-height: 35px;
		padding-left: 10px;
		padding-right: 10px;
		box-sizing: border-box;
		outline: none;
		border: 1px solid #DEDEDF;
		font-size: 12px;
		border-top-left-radius: 3px;
		border-bottom-left-radius: 3px;
	}
	#nav-m .list .search button {
		width: 50px;
		line-height: 37px;
		border: 0;
		height: 37px;
		vertical-align: bottom;
		color: #fff;
		background-color: #DDD;
		outline: none;
		border-top-right-radius: 3px;
		border-bottom-right-radius: 3px;
	}
	/* 首页 */
	#home .about {
		padding: 20px 0;
	}
	#home .about .left {
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
	}
	#home .about .left .title p:nth-of-type(1) {
		font-size: 20px;
		margin-bottom: 10px;
	}
	#home .about .left .title p:nth-of-type(2) {
		font-size: 14px;
	}
	#home .about .left .more {
		line-height: 40px;
		padding: 0 30px;
		font-size: 12px;
	}
	#home .about .right {
		width: 100%;
		margin-bottom: 30px;
	}
	#home .about .right li {
		margin-top: 40px;
	}
	#home .about .right li p:nth-of-type(1) span {
		font-size: 30px;
	}
	#home .about .right li p:nth-of-type(1) {
		font-size: 14px;
	}
	#home .about .right li p:nth-of-type(2) {
		font-size: 14px;
	}
	#home .products {
		padding: 20px 10px;
	}
	#home .products .this-1200>.title p:nth-of-type(1) {
		font-size: 20px;
		margin-bottom: 10px;
	}
	#home .products .this-1200>.title p:nth-of-type(2) {
		font-size: 14px;
	}
	#home .products .list {
		margin-top: 20px;
	}
	#home .products .list .title{
		font-size: 13px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	#home .news>.title p:nth-of-type(1) {
		font-size: 20px;
		margin-bottom: 10px;
	}
	#home .news>.title p:nth-of-type(2) {
		font-size: 14px;
	}
	#home .news {
		padding: 20px 10px;
	}
	#home .news>.body {
		margin-top: 20px;
	}
	#home .news>.body .left {
		width: 100%;
	}
	#home .news>.body .right {
		width: 100%;
	}
	#home .news>.body .left a {
		font-size: 14px;
		font-weight: bold;
		margin-bottom: 15px;
	}
	#home .news>.body .left .time {
		margin: 10px 0;
	}
	#home .news>.body .more {
		position: relative;
		left: 50%;
		top: 0;
		display: inline-block;
		line-height: 40px;
		padding: 0 40px;
		margin-top: 20px;
		transform: translate(-50%, 0%);
	}
	/* 其他公共部分 */
	#main>.body>.right {
		display: none;
	}
	#main>.body>.left {
		width: 100%;
		padding-right: 0;
	}
	#main>.body>.left .link {
		line-height: 40px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	#main>.body>.left .link {
		padding-left: 10px;
		padding-right: 10px;
	}
	/* 关于我们 */
	#main>.body>.left>.about {
		padding-left: 10px;
		padding-right: 10px;
	}
	/* 新闻中心 */
	#main>.body>.left>.news {
		padding-left: 10px;
		padding-right: 10px;
	}
	/* 新闻内页 */
	#main>.body>.left>.news-view>.title {
		padding-left: 10px;
		padding-right: 10px;
	}
	#main>.body>.left>.news-view>.body {
		padding-left: 10px;
		padding-right: 10px;
	}
	/* 图片列表 */
	#main>.body>.left>.pic .list li {
		width: calc(50% - 5px);
		margin-right: 10px!important;
	}
	#main>.body>.left>.pic .list li:nth-of-type(2n) {
		margin-right: 0!important;
	}
	#main>.body>.left>.pic .list li .title {
		font-size: 14px;
	}
	/* 产品中心 */
	#main>.body>.products li {
		padding: 20px 10px;
		box-sizing: border-box;
	}
	#main>.body>.products li .right, #main>.body>.products li .left {
		width: 100%;
	}
	#main>.body>.products li .right .title {
		font-size: 20px;
		margin-top: 10px;
	}
	/* 新闻中心 */
	#main>.body>.left>.news .list li {
		padding-bottom: 20px;
		margin-top: 20px;
	}
	#main>.body>.left>.news .list li .img {
		width: 100px;
		height: 57px;
	}
	#main>.body>.left>.news .list li .right {
		width: calc(100% - 120px);
	}
	#main>.body>.left>.news .list li .right .introduction {
		display: none;
	}
	#main>.body>.left>.news .list li .right .title {
		font-size: 16px;
	}
	/* 新闻内页 */
	#main>.body>.left>.news-view>.title {
		font-size: 16px;
		margin-top: 20px;
	}
	/* 搜索 */
	#main>.body>.left .search {
		padding-left: 10px;
		padding-right: 10px;
	}
	#main>.body>.left .search input {
		width: calc(100% - 90px);
		box-sizing: border-box;
	}
	/* 底部 */
	#footer .box {
		padding: 20px 10px;
	}
	#footer .contact {
		width: 100%;
	}
	#footer .nav {
		display: none;
	}
	#footer .qr-code {
		width: 100%;
		text-align: center;
	}
	#footer .qr-code li {
		float: none;
		display: inline-block;
	}
	#footer .copyright .left, #footer .copyright .right {
		float: none;
		text-align: center;
	}
	#footer .copyright {
		padding: 10px;
	}
}