/* 英文默认字体 */

@font-face {
	font-family: openSans;
	src: url('../fonts/Open Sans.ttf')
}

* {
	font-family: 微软雅黑, 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-1400 {
	margin: 0 auto;
	width: 1400px;
}

/* 表格初始化 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td {
	border: 1px solid #eee;
	padding: 7px;
	font-size: 14px;
}

.o-v {
	overflow-y: hidden;
}

/* 头部 */
/* 头部 */
#header {
	position: absolute;
	width: 100%;
	z-index: 999;
	padding: 0 40px;
	box-sizing: border-box;
}

#header .logo {
	float: left;
	font-size: 0;
}

#header .logo img {
	width: 80px;
	margin-top: 15px;
}

#header .right {
	float: right;
	margin-top: 40px;
}

#header .right .search {
	float: right;
}

#header .right .search form {
	position: relative;
	float: left;
}

#header .right .search form input {
	line-height: 30px;
	padding: 0 5px;
	padding-right: 30px;
}

#header .right .search form button {
	position: absolute;
	right: 0px;
	background-color: transparent;
	border: 0px;
	top: 1px;
	cursor: pointer;
}

#header .right .search i {
	color: #333;
	margin-left: 20px;
	cursor: pointer;
	margin-top: 7px;
}

#header .right .language {
	float: right;
	margin-left: 20px;
}

#header .right .language:hover .list {
	display: block;
}

#header .right .language .active {
	border: 1px solid #fff;
	color: #fff;
	line-height: 30px;
	padding: 0 10px;
	cursor: pointer;
	box-sizing: border-box;
	font-size: 14px;
}

#header .right .language .active img {
	vertical-align: middle;
	margin-right: 10px;
	margin-top: -4px;
}

#header .right .language .list {
	border: 1px solid #fff;
	margin-top: -1px;
	display: none;
	background-color: #fff;
}

#header .right .language .list a {
	display: block;
	line-height: 30px;
	padding: 0 10px;
	color: #333;
	font-size: 12px;
}

#header .right .language .list a img {
	vertical-align: middle;
	margin-right: 10px;
}

#header .right .language .list a:hover {
	background-color: #eee;
}

#header .right>.menu {
	margin-top: -7px;
	float: right;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	background-color: #666;
	margin-left: 15px;
	color: #fff;
	cursor: pointer;
	border-radius: 5px;
	font-size: 32px;
}

#header .right>.menu p {
	font-size: 16px;
	margin: 0;
	line-height: 30px;
}

#header .nav {
	position: fixed;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.8);
	left: 0px;
	top: 0px;
	display: none;
}

#header .nav .list {
	width: 500px;
	margin-left: 100px;
	margin-top: 60px;
}

#header .nav .list a {
	color: #fff;
	line-height: 80px;
	display: block;
	font-size: 18px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

#header .nav .list a:hover {
	color: #22b613;
}

#header .nav .menu {
	position: absolute;
	right: 100px;
	top: 100px;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 32px;
	background-color: #666;
	color: #fff;
	cursor: pointer;
	border-radius: 5px;
}

#header .nav .menu p {
	font-size: 16px;
	margin: 0;
	line-height: 30px;
}

/* 首页 */
#home .about>.title {
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	margin-top: 46px;
	color: #22b613;
}

#home .about>.line {
	margin-top: 22px;
}

#home .about>.line p:nth-of-type(1) {
	width: 160px;
	height: 1px;
	background-color: #3e3f3e;
	margin: 0 auto;
}

#home .about>.line p:nth-of-type(2) {
	width: 55px;
	height: 3px;
	background-color: #3e3f3e;
	margin: 0 auto;
	margin-top: -2px;
}

#home .about>.more {
	margin: auto;
	width: 60px;
	color: #22b613;
	margin-top: 20px;
	display: block;
}

#home .about .body {
	margin: 60px 0;
}

#home .about .body .left {
	width: calc(100% - 460px);
	float: left;
}

#home .about .body .right {
	float: right;
	width: 330px;
}

#home .about .pic {
	margin-bottom: 50px;
}

#home .products>.title {
	margin-top: 60px;
	margin-bottom: 60px;
	font-size: 36px;
	font-weight: bold;
	color: #22b613;
	text-align: center;
}

#home .products .item {
	position: relative;
	float: left;
	width: 25%;
}

#home .products .item:nth-of-type(4n) {
	margin-right: 0px;
}

#home .products .item .img {
	padding-top: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#home .products .item .bg {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: rgba(0, 0, 0, 0.3);
	width: 100%;
	height: 100%;
	transition: all 0.3s;
}

#home .products .item .title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}

#home .products .item .title p:nth-child(1) {
	width: 30px;
	height: 1px;
	background-color: #fff;
	margin-bottom: 15px;
	transition: all 0.3s;
}

#home .products .item .title p:nth-child(2) {
	color: #fff;
	font-size: 20px;
}

#home .products .item:hover .bg {
	background-color: rgba(0, 0, 0, 0);
}

#home .products .item:hover .title p:nth-of-type(1) {
	margin-bottom: 0px;
	opacity: 0;
}

#home .advantage {
	background-image: linear-gradient(to bottom, #fff 50%, #b7ffb0);
}

#home .advantage .this-1400>.title {
	margin-top: 60px;
}

#home .advantage .this-1400>.title p {
	margin: 0 auto;
	text-align: center;
}

#home .advantage .this-1400>.title p:nth-of-type(1) {
	font-size: 36px;
	font-weight: bold;
	color: #22b613;
}

#home .advantage .this-1400>.title p:nth-of-type(2) {
	font-size: 24px;
	color: #333;
	margin: 15px 0;
}

#home .advantage .this-1400>.title p:nth-of-type(3) {
	font-size: 24px;
	color: #333;
}

#home .advantage .this-1400>.list {
	padding: 60px 0;
}

#home .advantage .this-1400>.list .item {
	float: left;
	margin-right: 50px;
	width: calc(33.333% - 33.333px);

}

#home .advantage .this-1400>.list .item:nth-of-type(3n) {
	margin-right: 0px;
}

#home .advantage .this-1400>.list .item .img {
	padding-top: 58%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#home .advantage .this-1400>.list .item .title {
	background-color: #fff;
	text-align: center;
}

#home .advantage .this-1400>.list .item .title p:nth-of-type(1) {
	font-size: 24px;
	color: #22b613;
	margin: 0;
	padding-top: 20px;
}

#home .advantage .this-1400>.list .item .title p:nth-of-type(2) {
	font-size: 18px;
	color: #333;
	padding: 20px 0;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
}


#home .advantage2 {
	background-image: linear-gradient(to bottom, #fff 50%, #b7ffb0);
}

#home .advantage2 .this-1400>.title {
	margin-top: 60px;
}

#home .advantage2 .this-1400>.title p {
	margin: 0 auto;
	text-align: center;
}

#home .advantage2 .this-1400>.title p:nth-of-type(1) {
	font-size: 36px;
	font-weight: bold;
	color: #22b613;
}

#home .advantage2 .this-1400>.title p:nth-of-type(2) {
	font-size: 24px;
	color: #333;
	margin: 15px 0;
}

#home .advantage2 .this-1400>.list {
	padding: 60px 0;
}

#home .advantage2 .this-1400>.list .item {
	float: left;
	margin-right: 50px;
	width: calc(33.333% - 33.333px);
	box-shadow: 5px 2px 6px rgba(0, 0, 0, 0.3);
}

#home .advantage2 .this-1400>.list .item:nth-of-type(3n) {
	margin-right: 0px;
}

#home .advantage2 .this-1400>.list .item .img {
	padding-top: 58%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#home .advantage2 .this-1400>.list .item .title {
	background-color: #fff;
	line-height: 30px;
	padding: 20px 30px;
	height: 90px;
	overflow: hidden;
}

#home .advantage2 .this-1400>.list .item:hover .title {
	color: #22b613;
}


#home .process {
	background-image: linear-gradient(to bottom, #fff 50%, #b7ffb0);
}

#home .process .this-1400>.title {
	margin-top: 60px;
}

#home .process .this-1400>.title p {
	margin: 0 auto;
	text-align: center;
}

#home .process .this-1400>.title p:nth-of-type(1) {
	font-size: 36px;
	font-weight: bold;
	color: #22b613;
}

#home .process .this-1400>.title p:nth-of-type(2) {
	font-size: 24px;
	color: #333;
	margin: 15px 0;
}

#home .process .this-1400>.list {
	padding: 70px 0;
}

#home .process .this-1400>.list a {
	float: left;
	width: 16.666%;
	border-right: 1px solid #fff;
	box-sizing: border-box;
	background-color: #49cc93;
	height: 400px;
	position: relative;
	transition: all 0.3s;
}

#home .process .this-1400>.list a .number {
	position: absolute;
	top: 50px;
	left: 40px;
	height: 35px;
	width: 35px;
	border-radius: 50%;
	border: 1px solid #fff;
	line-height: 35px;
	font-size: 18px;
	text-align: center;
	color: #fff;

}

#home .process .this-1400>.list a .bottom {
	position: absolute;
	left: 40px;
	bottom: 20px;
}

#home .process .this-1400>.list a .bottom .icon img {
	width: 40px;
	transition: all 0.3s;
}

#home .process .this-1400>.list a .bottom .text {
	font-size: 18px;
	margin-top: 20px;
	color: #fff;
	font-weight: bold;
}

#home .process .this-1400>.list a .bottom .arrow {
	margin-top: 30px;
	color: #fff;
	height: 0px;
	overflow: hidden;
	transition: all 0.3s;
}

#home .process .this-1400>.list a:hover {
	background-color: #22b613;
}

#home .process .this-1400>.list a:hover .icon img {
	width: 50px;
}

#home .process .this-1400>.list a:hover .arrow {
	height: 20px;
}

#home .news {
	padding: 100px 0;
	background-image: url(../images/news-bg.png);
	background-repeat: no-repeat;
	background-position: right 250px;
}

#home .news .left {
	width: calc(50% - 75px);
	float: left;
}

#home .news .left .img {
	padding-top: 58%;
	display: block;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#home .news .left .title p:nth-of-type(1) {
	font-size: 18px;
	margin-top: 45px;
	font-weight: bold;
}

#home .news .left .title p:nth-of-type(1) a {
	color: #22b613;
}

#home .news .left .title p:nth-of-type(2) {
	font-size: 14px;
	color: #555;
	line-height: 24px;
	margin-top: 20px;
}

#home .news .right {
	width: calc(50% - 75px);
	float: right;
}

#home .news .right .series a {
	float: left;
	width: 180px;
	line-height: 60px;
	font-size: 20px;
	color: #333;
	margin-right: 100px;
	border: 1px solid #c1c1bf;
	border-radius: 20px;
	text-align: center;
	font-weight: bold;
}

#home .news .right .series a.active {
	background-color: #22b613;
	color: #fff;
	border-color: #22b613;
}

#home .news .right .list {
	position: relative;
	overflow: hidden;
	margin-top: 46px;
}

#home .news .right .list .line {
	width: 2px;
	background-color: #cbcaca;
	height: 100%;
	position: absolute;
	left: 108px;
	top: 0;
}

#home .news .right .list .item {
	margin-top: 40px;
}

#home .news .right .list .item::after {
	content: "";
	clear: both;
	display: block;
}

#home .news .right .list .item .time {
	float: left;
	color: #555;
}

#home .news .right .list .item .point {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #cbcaca;
	float: left;
	margin: 0 15px;
	margin-top: 5px;
}

#home .news .right .list .item .title {
	float: left;
	width: calc(100% - 130px);
}

#home .news .right .list .item .title a {
	font-size: 18px;
	color: #333;
	font-weight: bold;
}

#home .news .right .list .item .title p {
	color: #555;
	font-size: 14px;
	margin: 0;
	margin-top: 20px;

}

#home .news .right .list .item .title a:hover {
	color: #22b613;
}


/* 其他页公共部分 */
#main .banner {
	position: relative;
}

#main .banner img {
	width: 100%;
}

#main .banner .series {
	position: absolute;
	bottom: 3px;
	background-color: rgba(0, 0, 0, 0.5);
	border: 1px solid #fff;
	width: 100%;
	text-align: center;
	border-right: 0px;
	border-left: 0px;
	font-size: 0;
}

#main .banner .series a {
	display: inline-block;
	line-height: 77px;
	padding: 0 30px;
	color: #fff;
	font-size: 18px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	margin-left: -1px;
}

#main .banner .series a.active {
	background-color: #22b613;
}

#main>.path {
	padding: 25px 0;
	color: #999;
}

#main>.path a {
	color: #999;
}

#main>.path a:hover {
	color: #22b613;
}

#main>.path span {
	margin: 0 15px;
}

/* 关于我们 */
#main>.about {
	padding-bottom: 30px;
}

/* 图片列表 */
#main>.pic {
	padding: 30px 0;
}

/* 证书列表 */
#main .certificate {
	padding: 60px 0;
}

#main .certificate .item {
	float: left;
	margin-right: 30px;
	width: calc(25% - 22.5px);
}

#main .certificate .item:nth-of-type(4n) {
	margin-right: 0px;
}

#main .certificate .item .img {
	padding-top: 87.5%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #ccc;
}

#main .certificate .item .img.lang {
	padding-bottom: 120%;
}

#main .certificate .item .title {
	line-height: 50px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
	margin-top: 20px;
}

#main .certificate .item:hover .title {
	color: #22b613;
}

/* 系列2 */
#main .series-2 a {
	float: left;
	line-height: 40px;
	border-radius: 10px;
	background-color: #999;
	color: #fff;
	padding: 0 20px;
	margin-right: 30px;
}

#main .series-2 a.active {
	background-color: #22b613;
	transition: all 0.3s;
}

#main .series-2 a:hover {
	background-color: #22b613;
}

/* 产品列表 */
#main .products {
	padding: 60px 0;
}

#main .products .item {
	position: relative;
	float: left;
	width: 33.333%;
}

#main .products .item:nth-of-type(4n) {
	margin-right: 0px;
}

#main .products .item .img {
	padding-top: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#main .products .item .bg {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: rgba(0, 0, 0, 0.3);
	width: 100%;
	height: 100%;
	transition: all 0.3s;
}

#main .products .item .title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}

#main .products .item .title p:nth-child(1) {
	width: 30px;
	height: 1px;
	background-color: #fff;
	margin-bottom: 15px;
	transition: all 0.3s;
}

#main .products .item .title p:nth-child(2) {
	color: #fff;
	font-size: 20px;
}

#main .products .item:hover .bg {
	background-color: rgba(0, 0, 0, 0);
}

#main .products .item:hover .title p:nth-of-type(1) {
	margin-bottom: 0px;
	opacity: 0;
}

/* 产品列表2 */
#main .products-list {
	background-color: #f8f8f8;
	padding: 30px 0;
}

#main .products-list>.this-1400>.left {
	width: 300px;
	float: left;
	margin-bottom: 40px;
	background-color: #fff;
}

#main .products-list>.this-1400>.left>.title {
	line-height: 50px;
	text-align: left;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border: 1px solid #eee;
	padding-left: 10px;
	background-color: #22b613;
}

#main .products-list>.this-1400>.left>.title i {
	margin-right: 10px;
}

#main .products-list>.this-1400>.left .list {
	font-size: 0;
}

#main .products-list>.this-1400>.left .list a {
	padding: 0 10px;
}

#main .products-list>.this-1400>.left .list>a {
	font-weight: bold;
}

#main .products-list>.this-1400>.left .list a, #main .products-list>.this-1400>.left .list .more .title {
	height: 45px;
	width: 100%;
	display: block;
	font-size: 14px;
	color: #000;
	box-sizing: border-box;
	line-height: 45px;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#main .products-list>.this-1400>.left .list .more {
	display: inline-block;
	width: 100%;
}

#main .products-list>.this-1400>.left .list .more i {
	width: 60px;
	height: 45px;
	line-height: 45px;
	float: right;
	font-size: 25px;
	cursor: pointer;
	text-align: center;
	color: #000;
	transition: all 0.3s;
	box-sizing: border-box;
}

#main .products-list>.this-1400>.left .list .more .title a {
	width: calc(100% - 60px);
	float: left;
	border-right: 1px solid #eee;
	border-left: 0;
	font-weight: bold;
}

#main .products-list>.this-1400>.left .list .more .children {
	display: none;
}

#main .products-list>.this-1400>.right {
	width: calc(100% - 330px);
	float: left;
	margin-left: 30px;

}

#main .products-list>.this-1400>.right .list {
	padding-bottom: 30px;
}

#main .products-list>.this-1400>.right .list a {
	width: calc(33.333% - 6.666px);
	float: left;
	margin-right: 10px;
	border: 1px solid #eee;
	background-color: #fff;
	box-sizing: border-box;
}

#main .products-list>.this-1400>.right .list a:nth-of-type(3n) {
	margin-right: 0;
}

#main .products-list>.this-1400>.right .list a:nth-of-type(n+4) {
	margin-top: 20px;
}

#main .products-list>.this-1400>.right .list a .img {
	padding-top: 97.63%;
	width: 100%;
	background-size: contain;
	border-radius: 3px;
	background-position: center;
	background-repeat: no-repeat;
}

#main .products-list>.this-1400>.right .list a .title {
	text-align: center;
	font-size: 14px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	line-height: 40px;
}


/* 新闻中心 */
#main .news .hot {
	position: relative;
	height: 400px;
	margin-top: 30px;
	margin-bottom: 70px;
}

#main .news .hot .item {
	width: 100%;
	position: absolute;
	top: 0px;
	display: none;
}

#main .news .hot .item:nth-of-type(1) {
	display: block;
}

#main .news .hot .item .img {
	padding-top: 28.57%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#main .news .hot .item .body {
	width: 480px;
	position: absolute;
	top: 90px;
	left: 60px;
	background-color: rgba(255, 255, 255, 0.5);
	padding: 20px 46px;
	box-sizing: border-box;
}

#main .news .hot .item .body .time {

	font-size: 14px;
	color: #22b613;
	margin-bottom: 22px;
}

#main .news .hot .item .body .title {
	display: block;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 50px;
}

#main .news .hot .item .body .arrow {
	float: left;
}

#main .news .hot .item .body .arrow i {
	width: 30px;
	line-height: 30px;
	height: 30px;
	background-color: #22b613;
	color: #fff;
	font-size: 18px;
	text-align: center;
	border-radius: 50%;

	cursor: pointer;
}

#main .news .hot .item .body .arrow i:nth-of-type(1) {
	margin-right: 30px;
}

#main .news .hot .item .body .number {
	float: right;
	color: #333;
}

#main .news .hot .item .body .number span {
	color: #22b613;
	font-size: 18px;
	font-weight: bold;
}

/* 筛选 */
#main .news .search {
	margin: 10px auto;
	border-bottom: 1px solid #dadada;
	padding-bottom: 10px;
}

#main .news .search .text {
	float: left;
	font-size: 18px;
	margin-right: 20px;


}

#main .news .search .form {
	float: left;
}

#main .news .search .form select {
	line-height: 30px;
	height: 30px;
	width: 300px;
	border-radius: 5px;
	border: 1px solid #dadada;
	padding: 0 10px;
}

#main .news .list .item {
	border-bottom: 1px solid #dadada;
	padding: 25px 0;
}

#main .news .list .item:last-child {
	border-bottom: 0px;
}

#main .news .list .item::after {
	content: "";
	clear: both;
	display: block;
}

#main .news .list .item .time {
	float: left;
	margin-top: 40px;
}

#main .news .list .item .time p {
	margin: 0;
}

#main .news .list .item .time p:nth-of-type(1) {
	font-size: 18px;
}

#main .news .list .item .time p:nth-of-type(2) {
	height: 1px;
	background-color: #dadada;
	width: 20px;
	margin: 7px 0;
}

#main .news .list .item .time p:nth-of-type(3) {
	font-size: 14px;
}

#main .news .list .item .img {
	float: left;
	height: 150px;
	width: 300px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-left: 75px;
	margin-right: 30px;
}

#main .news .list .item .title {
	float: left;
	line-height: 150px;
	font-size: 18px;
	width: calc(100% - 520px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#main .news .list .item .title:hover {
	color: #22b613;
}

#main .news .list .item .arrow {
	float: left;
	height: 70px;
	border-left: 1px solid #dadada;
	line-height: 70px;
	padding-left: 30px;
	color: #ccc;
	margin-top: 40px;
}

/* 加入我们 */
#main .join .list .item {
	margin-bottom: 40px;
}

#main .join .list .item .title {
	line-height: 60px;
	color: #333;
	font-size: 18px;
	font-weight: bold;
	background-color: #e9e9e9;
	border-radius: 6px;
	cursor: pointer;
}

#main .join .list .item .title i {
	padding-left: 25px;
	padding-right: 20px;
	vertical-align: bottom;
	font-size: 22px;
	line-height: 60px;
	transition: all 0.3s;
}

#main .join .list .item .body {
	border: 1px solid #ccc;
	padding: 40px 20px;
	border-top: 0px;
	margin-top: -1px;
	display: none;
}

/* 产品内页 */

/* 产品内页 */
#main .products-view {
	padding: 20px 0;
	background-color: #fff;
	border-radius: 5px;
	margin-bottom: 20px;
}

#main .products-view>.body .title {
	width: 400px;
	float: left;
}

#main .products-view>.body .title .img {
	width: 100%;
	margin: auto;
}

#main .products-view>.body .title .img>a {
	display: block;
	width: 100%;
	padding-top: 100%;
	border: 1px solid #f1f2f4;
	text-align: center;
	box-sizing: border-box;
	font-size: 0;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

#main .products-view>.body .title .img .list li {
	width: calc(25% - 8px);
	margin-right: 10px;
	margin-top: 10px;
	float: left;
	border: 1px solid #f1f2f4;
	box-sizing: border-box;
}

#main .products-view>.body .title .img .list a {
	display: block;
	width: 100%;
	padding-top: 100%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

#main .products-view>.body .title .img .list li:nth-of-type(4n) {
	margin-right: 0;
}

#main .products-view>.body .title .img .list li.active {
	border: 1px solid #00713D;
}



#main .products-view>.body .details {
	width: calc(100% - 430px);
	margin-left: 30px;
	box-sizing: border-box;
	float: left;

	border-top: 1px solid #eee;
}

#main .products-view>.body .details>p {
	text-align: center;
	font-size: 25px;
	margin: 20px 0;
}

#main .products-view>.body .details .content {
	padding: 10px;
}

#main .products-view>.body .details .back {
	line-height: 40px;
	padding: 0 10px;
	background-color: #22b613;
	color: #fff;
	text-align: center;
	display: inline-block;
	font-size: 14px;
	border-radius: 3px;
}

#main .products-view .other-title {
	text-align: left;
	font-size: 25px;
	font-weight: bold;
	color: #54b438;
	margin-bottom: 30px;
	margin-top: 30px;
}

#main .products-view .other-products .item {
	display: block;
	width: 100%;
}

#main .products-view .other-products .item .img {
	padding-top: 110%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #ccc;
}


#main .products-view .other-products .item .title {
	line-height: 50px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
	margin-bottom: 20px;
}

#main .products-view .other-products .item:hover .title {
	color: #22b613;
}

/* 新闻内页 */

#main .news-view {
	padding: 20px 0;
}

#main .news-view .title {
	border-bottom: 1px solid #ccc;

}

#main .news-view .title p:first-child {
	font-size: 28px;
	text-align: center;
	margin: 0;
	margin-bottom: 20px;
}

#main .news-view .title p:first-child+p {
	font-size: 14px;
	text-align: center;
	margin-top: 10px;
	color: #999;
	margin-bottom: 20px;
}

#main .news-view .content {
	padding: 10px 0;
}

/* 底部 */
#footer {
	background-color: #0e9401;
}

#footer .body {
	padding: 35px 0;
}

#footer .body .qr-code {
	margin-left: 190px;
	float: left;
	width: 150px;
}

#footer .body .right {
	width: 950px;
	float: left;
	margin-left: 100px;
}

#footer .body .right .nav a {
	float: left;
	border-right: 2px solid #fff;
	margin-right: 25px;
	color: #fff;
	padding-right: 25px;
	line-height: 15px;
	margin-bottom: 15px;
}

#footer .body .right .nav a:last-child {
	border-right: 0px;
}

#footer .body .contact {
	margin-top: 25px;
	color: #fff;
}

#footer .body .contact a, footer .body .contact p {
	color: #fff;
}

#footer .copyright {
	line-height: 38px;
	text-align: center;
	color: #333;
	background-color: #fff;
}

#footer .copyright a, #footer .copyrigh p {
	margin: 0;
	color: #333;
}

/* 适配1366 */
@media screen and (max-width:1400px) {
	.this-1400 {
		width: 1200px;
	}

	/* 首页 */
	#home .news .right .list .item {
		display: none;
	}

	#home .news .right .list .item:nth-of-type(1), #home .news .right .list .item:nth-of-type(2), #home .news .right .list .item:nth-of-type(3) {
		display: block;
	}

	/* 底部 */
	#footer .body .qr-code {
		margin-left: 0;
	}
}

/* 手机版 */
#nav-m, #main .products-series-2 {
	display: none;
}

@media screen and (max-width:1200px) {

	html,
	body {
		overflow-x: hidden;
		min-height: 100vh;
	}

	.this-1400 {
		width: auto;
	}


	/* 头部 */
	.wrap {
		transition: all 0.3s ease 0s;
		transform: translate(0, 0px);
	}

	.wrap.active {
		transform: translate(calc(-90% + 60px), 0px);
	}

	#header {
		display: none;
	}

	#nav-m {
		display: block;
		z-index: 999;
		font-size: 0;
		width: 100%;
		position: absolute;
	}

	#nav-m .logo {
		float: left;
	}

	#nav-m .logo img {
		height: 45px;
		margin-left: 10px;
		margin-top: 10px;
	}

	#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: 5px;
		width: 35px;
		height: 35px;
		text-align: center;
		line-height: 35px;
		background-color: #666;
		color: #fff;
		cursor: pointer;
		border-radius: 5px;
		font-size: 23px;
	}

	#nav-m .menu p {
		font-size: 12px;
		margin: 0;
		line-height: 30px;
	}

	#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 .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>.title {
		font-size: 25px;
		margin-top: 20px;
	}

	#home .about>.line {
		margin-top: 10px;
	}

	#home .about>.line p:nth-of-type(1) {
		width: 100px;
	}

	#home .about>.line p:nth-of-type(2) {
		width: 30px;
	}

	#home .about>.more {
		font-size: 15px;
		margin-top: 10px;
	}

	#home .about .body {
		margin: 30px 0;
		padding: 0 10px;
	}

	#home .about .body .left {
		width: 100%;
	}

	#home .about .body .right {
		width: 100%;
	}

	#home .products>.title {
		font-size: 25px;
		margin: 25px 0;
	}

	#home .products .item {
		width: 50%;
	}

	#home .products .item .title p:nth-child(2) {
		font-size: 16px;
	}

	#home .advantage {
		background-image: linear-gradient(to bottom, #fff 70%, #b7ffb0);
	}

	#home .advantage .this-1400>.title p:nth-of-type(1) {
		font-size: 23px;
	}

	#home .advantage .this-1400>.title p:nth-of-type(2) {
		font-size: 20px;
	}

	#home .advantage .this-1400>.list .item {
		width: 100%;
		float: none;
		margin-right: 0px;
	}

	#home .advantage2 .this-1400>.title p:nth-of-type(1) {
		font-size: 23px;
	}

	#home .advantage2 .this-1400>.title p:nth-of-type(2) {
		font-size: 20px;
	}

	#home .advantage2 .this-1400>.list .item {
		float: none;
		width: 100%;
		margin-right: 0px;
	}

	#home .process .this-1400>.title p:nth-of-type(1) {
		font-size: 23px;
	}

	#home .process .this-1400>.title p:nth-of-type(2) {
		font-size: 20px;
	}

	#home .process .this-1400>.list {
		padding: 30px 0;
	}

	#home .process .this-1400>.list a {
		width: 50%;
	}

	#home .process .this-1400>.list a .bottom .arrow {
		height: auto;
	}

	#home .process .this-1400>.list a:nth-of-type(n+3) {
		margin-top: 10px;
	}

	#home .news {
		padding: 30px 10px;
	}

	#home .news .left {
		width: 100%;
	}

	#home .news .right {
		width: 100%;
		margin-top: 30px;
	}

	#home .news .right .series a {
		font-size: 16px;
		margin-right: 20px;
		line-height: 40px;
		width: 150px;
	}

	#home .news .right .list .item .title a {
		font-size: 16px;
	}

	#home .news .right .list .item .title p {
		font-size: 13px;
	}

	#home .news .right .list .item .time {
		width: 90px;
		font-size: 15px;
	}

	#home .news .right .list .line {
		left: 109px;
	}


	/* 其他公共部分 */
	#main .banner {
		font-size: 0;
	}

	#main .banner::after {
		content: "";
		position: absolute;
		top: 0px;
		left: 0px;
		height: 100%;
		width: 100%;
		background-color: rgba(0, 0, 0, 0.25);
	}

	#main .banner .series {
		display: none;
	}

	#main>.path {
		padding: 10px;
		font-size: 13px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	#main .series-2 {
		padding: 20px 10px;
	}

	#main .series-2 a {
		line-height: 30px;
		padding: 0 10px;
		font-size: 13px;
		margin-right: 10px;
	}

	/* 关于我们 */
	#main>.about {
		padding: 0 10px;
	}

	/* 图片切换 */

	#main>.pic {
		padding: 30px 10px;
	}

	/* 证书 */
	#main .certificate {
		padding: 10px;
	}

	#main .certificate .item {
		width: calc(50% - 5px);
		margin-right: 10px !important;
	}

	#main .certificate .item:nth-of-type(2n) {
		margin-right: 0px !important;
	}

	#main .certificate .item .title {
		margin-top: 0px;
		font-size: 14px;
	}

	/* 产品展示 */
	#main .products {
		padding: 20px 0;
	}

	#main .products .item {
		width: 50%;
	}

	#main .products .item .title p:nth-child(2) {
		font-size: 16px;
	}

	#main .products-series-2 {
		display: block;
	}

	#main .products-list>.this-1400>.left {
		display: none;
	}

	#main .products-list>.this-1400>.right {
		width: 100%;
		margin-left: 0px;
		padding: 0 10px;
		box-sizing: border-box;
	}

	#main .products-list>.this-1400>.right .list a {
		width: calc(50% - 5px);
		margin-right: 10px !important;
	}

	#main .products-list>.this-1400>.right .list a:nth-of-type(2n) {
		margin-right: 0px !important;
	}

	#main .products-list>.this-1400>.right .list a:nth-of-type(n+3) {
		margin-top: 10px;
	}

	/* 产品详情 */
	#main .products-view>.body {
		padding-left: 10px;
		padding-right: 10px;
	}

	#main .products-view>.body .title {
		width: 100%;
	}

	#main .products-view>.body .details {
		width: 100%;
		margin-left: 0px;
		margin-top: 10px;
	}

	#main .products-view>.body .details .content {
		padding: 0px;
	}

	#main .products-view .other-title {
		text-align: center;
	}

	#main .products-view .other-products {
		padding-left: 10px;
		padding-right: 10px;
	}

	/* 新闻中心 */
	#main .news {
		padding-left: 10px;
		padding-right: 10px;
	}

	#main .news .hot {
		position: relative;
		height: 190px;
		margin-bottom: 30px;
	}

	#main .news .hot .item::after {
		content: "";
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 0;
		background-color: rgba(255, 255, 255, 0.5);
		z-index: 2;
	}

	#main .news .hot .item {
		background-color: rgba(255, 255, 255, 0.5);
	}

	#main .news .hot .item .body {
		z-index: 999;
		width: 100%;
		padding: 10px;
		top: 0px;
		left: 0px;
	}

	#main .news .hot .item .img {
		padding-top: 45.5%;
	}

	#main .news .hot .item .body .title {
		margin-bottom: 30px;
		height: 50px;
		font-size: 16px;
		line-height: 25px;
		overflow: hidden;
	}

	#main .news .search .form select {
		width: 150px;
	}

	#main .news .list .item {
		padding-bottom: 15px;
	}

	#main .news .list .item .time {
		float: none;
		margin-top: 0px;
	}

	#main .news .list .item .img {
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 20px;

	}

	#main .news .list .item .title {
		width: 100%;
		line-height: 40px;
		font-size: 16px;
	}

	#main .news .list .item .arrow {
		display: none;
	}

	/* 新闻详情 */
	#main .news-view .title p:first-child {
		font-size: 20px;
		margin-bottom: 10px;
	}

	#main .news-view .content {
		padding: 10px;
	}

	/* 加入我们 */
	#main .join {
		padding-top: 30px;
		padding-left: 10px;
		padding-right: 10px;
	}

	#main .join .list .item {
		margin-bottom: 20px;
	}

	#main .join .list .item .title {
		line-height: 40px;
		font-size: 16px;
	}

	#main .join .list .item .title i {
		line-height: 40px;
		font-size: 20px;
	}

	/* 底部 */
	#footer .body .qr-code {
		display: none;
	}

	#footer .body .right {
		width: 100%;
		margin-left: 0px;
		padding: 0 10px;
		box-sizing: border-box;
	}

	#footer .body .right .nav {
		text-align: left;
	}

	#footer .body .right .nav a {
		line-height: 30px;
		font-size: 14px;
		border-right: 0px;
		float: none;
		display: inline-block;
		padding-right: 0px;
		width: 33.333%;
		margin-right: 0;
		margin-bottom: 20px;
	}
}