* {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

p,
span,
h1,
h2,
h3,
h4,
h5,
h6,
small,
div,
li,
a {
	font-family: "Microsoft YaHei" !important;
}

h3 {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
	;
}

.container {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.header {
	height: 100px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.logo {
	width: 285px;
	height: 80px;
	display: block;
}

.logo img {
	display: block;
	width: 285px;
	height: 80px;
}


.nav {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.nav a {
	color: #333333;
	font-size: 18px;
	margin-left: 40px;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.nav a:hover {
	color: #32b44d;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.nav a.nav-active {
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	color: #32B44D;
}

.swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	background: #FFFFFF;
}

.swiper-pagination-bullet-active {
	background: #32B44D;
}

.phone-nav {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.phone-logo {
	display: block;
	padding: 10px 20px;
}

.phone-logo img {
	height: 50px;
}

.phone-hout {
	background: #32B44D;
	display: block;
	width: 100%;
	height: 70px;
	text-align: center;
	line-height: 70px;
	color: #FFFFFF;
	font-size: 16px;
}

.banner img {
	display: block;
	width: 100%;
}

/* 首页产品中心开始 */
.product {
	background: #fafafa;
	overflow: hidden;
	padding: 60px 0 80px 0;
}

.product-nav {
	overflow: hidden;
	display: flex;
	flex-direction: row;
	align-items: center;
	word-wrap: wrap;
}

.product-nav a {
	width: 115px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	color: #333333;
	font-size: 16px;
}

.product-nav a:hover {
	color: #32b44d;
}

.product-nav a.product-nav-active {
	background: #32b44d;
	color: #FFFFFF;
}

.product-list>div {
	margin-top: 40px;
	cursor: pointer;
}

.product-list>div img {
	height: 260px;
	display: block;
	margin: 0 auto;
	margin-top: 5px;
}

.product-list figure {
	background: #FFFFFF;
}

.about {
	background: url(../images/bg2.png) no-repeat left center;
	overflow: hidden;
	padding: 100px 0;
}

.about-text {
	width: 540px;
	float: right;
	color: #000000;
}

.about-text p {
	font-size: 16px;
	line-height: 36px;
	text-indent: 2em;
}

.choose {
	background: url(../images/bg3.jpg) no-repeat center;
	overflow: hidden;
	padding-top: 80px;
	padding-bottom: 90px;
}

.choose-title h3 {
	color: #ffffff;
	font-size: 50px;
	line-height: 50px;
}

.choose-title p {
	color: #ffffff;
	font-size: 18px;
	background: url(../images/line.png) no-repeat center;
	line-height: 18px;
	margin-top: 20px;
}

.choose-text {
	background: #0a220f;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 30px;
	padding: 15px;
}

.choose-ul li img {
	width: 100%;
}

.choose-ul li {
	margin-top: 50px;
}

.news {
	margin-top: 50px;
	padding-bottom: 80px;
}

.news-ul {
	padding: 0;
	margin: 0;
}

.news-ul li {
	overflow: hidden;
	line-height: 50px;
	border-bottom: 1px dashed #eeeeee;
}

.news-ul li a {
	color: #333333;
	font-size: 14px;
	width: 70%;
	display: block;
	float: left;
}

.news-ul li span {
	float: right;
	text-align: right;
}

.news-marigin {
	margin-top: 50px;
}

.footer {
	background: #1b1b1b;
	padding-top: 80px;
}

.footer-contont {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.footer-left {
	border-right: 1px solid #222;
	width: 690px;
}

.footer-left h3 {
	color: rgb(170, 170, 170);
	font-size: 24px;
	text-transform: uppercase;
}

.footer-left h3 span {
	color: #32B44D;
}

.footer-nav {
	display: flex;
	flex-direction: row;
	margin-top: 40px;
}

.footer-nav-part {
	display: flex;
	flex-direction: column;
	margin-right: 70px;
}

.footer-nav-part a {
	color: #FFFFFF;
	opacity: 0.2;
	font-size: 14px;
	line-height: 50px;
}

.footer-nav-part a:hover {
	color: #32B44D;
	opacity: 1;
}

.footer-form-ul li {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-top: 15px;
}

.footer-form-ul li p {
	font-size: 14px;
	color: #6a6a6a;
}

.footer-form-ul li input {
	width: 275px;
	height: 35px;
	background: #6a6a6a;
	color: #FFFFFF;
	text-indent: 10px;
	border: none;
	margin-left: 10px;
}

.footer-form-ul li textarea {
	width: 255px;
	background: #6a6a6a;
	color: #FFFFFF;
	padding: 10px;
	border: none;
	margin-left: 10px;
}

.footer-form {
	width: 509px
}

.footer-form button {
	width: 138px;
	height: 44px;
	display: block;
	background: #32B44D;
	color: #FFFFFF;
	font-size: 16px;
	border: none;
	margin-left: 68px;
}

.footer-txt {
	text-align: center;
	color: #FFFFFF;
	margin-top: 50px;
	padding-bottom: 10px;
}

.bout {
	background: url(../images/banner3.jpg) no-repeat center;
	height: 300px;
	overflow: hidden;
	display: flex;
}


.bout-text h3 {
	font-size: 50px;
	color: #32B44D;
	line-height: 50px;
	font-weight: bold;
	margin-top: 80px;
}

.bout-text p {
	font-size: 18px;
	line-height: 20px;
	margin-top: 10px;
}

.news-list {
	margin: 0;
	padding: 0;
}

.news-list-top {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.news-list-top a {
	color: #333333;
	font-size: 16px;
}

.news-list-top a:hover {
	color: #32B44D;
}

.news-list-top span {
	color: #999999;
}

.news-img {
	width: 100%;
}

.news-list li {
	border-bottom: 1px dashed #e5e5e5;
	padding: 12px 0;
}

.news-list p {
	margin-top: 6px;
	line-height: 26px;
}

.news-top {
	margin-top: 40px;
}

.news-four-top {
	height: 200px;
	background: #f5f5f5;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 50px;
}

.news-four-top h3 {
	font-size: 28px;
	line-height: 30px;
}

.news-four-top p {
	font-size: 16px;
	margin-top: 15px;
}

.news-aout {
	padding: 0;
	margin-bottom: 40px;
}

.news-aout li {
	padding: 30px 0;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px dashed #e5e5e5;
}

.news-aout-time {
	background: #f5f5f5;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 7%;
	height: 85px;
}

.news-aout-text {
	width: 91%;
}

.news-aout-text a {
	display: block;
	font-size: 16px;
	color: #333333;
}

.news-aout-text p {
	line-height: 28px;
	margin-top: 5px;
}

.news-aout-text a:hover {
	color: #32B44D;
}

.details-title {
	border-bottom: 1px solid #e5e5e5;
	padding: 30px 0;
}

.details-title h3 {
	font-size: 25px;
	color: #333;
	text-align: left;
	font-weight: 400;
	line-height: 30px;
}

.details-title p {
	color: #6A6A6A;
	margin-top: 15px;
}

.details-text p {
	color: #333333;
	line-height: 28px;
	margin-top: 20px;
}

.details-next {
	display: flex;
	flex-direction: column;
	border-top: 1px solid #E5E5E5;
	margin-top: 20px;
	padding-bottom: 40px;
}

.details-next a {
	color: #333333;
	font-size: 16px;
	margin-top: 20px;
	line-height: 26px;
}

.details-next a:hover {
	color: #32B44D;
}

.contact {
	margin-top: 80px;
}

.contact-text {
	margin-top: 20px;
}

.contact-text p {
	line-height: 36px;
	font-size: 15px;
	color: #a9a9a9;
}

.contact-part {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-top: 25px;
}

.contact-part img {
	display: block;
	width: 20px;
	height: 20px;
}

.contact-part p {
	color: #A9A9A9;
	margin-left: 10px;
	font-size: 14px;
}

.contact-ul li {
	margin-top: 20px;
}

.contact-ul li p {
	color: #333333;
	font-size: 16px;
}

.contact-ul li input {
	width: 60%;
	height: 40px;
	margin-top: 10px;
	font-size: 16px;
	text-indent: 10px;
	outline: none;
	border: 1px solid #e5e5e5;
}

.contact-ul li textarea {
	width: 60%;
	margin-top: 10px;
	font-size: 16px;
	line-height: 28px;
	border: 1px solid #e5e5e5;
}

.contact-ul li button {
	display: block;
	width: 200px;
	height: 40px;
	background: #32B44D;
	color: #FFFFFF;
	border: none;
	font-size: 16px;
}

.contact-ifram {
	margin-top: 50px;
	margin-bottom: 50px;
}

.contact-ifram iframe {
	width: 100%;
	height: 400px;
}



.pc-slide {
	width: 400px;
	float: left;
}

.view .swiper-container {
	width: 400px;
	height: 400px;
}

.view .arrow-left {
	background: url(../images/index_tab_l.png) no-repeat left top;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -25px;
	width: 28px;
	height: 51px;
	z-index: 10;
}

.view .arrow-right {
	background: url(../images/index_tab_r.png) no-repeat left bottom;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -25px;
	width: 28px;
	height: 51px;
	z-index: 10;
}

.preview {
	width: 100%;
	margin-top: 10px;
	position: relative;
}

.preview .swiper-container {
	width: 100%;
	height: 82px;
}

.preview .swiper-slide {
	width: 87px;
	height: 82px;
	cursor: pointer;
}

.preview .slide6 {
	width: 82px;
}

.preview .arrow-left {
	background: url(../images/feel3.png) no-repeat left top;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -9px;
	width: 9px;
	height: 18px;
	z-index: 10;
}

.preview .arrow-right {
	background: url(../images/feel4.png) no-repeat left bottom;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -9px;
	width: 9px;
	height: 18px;
	z-index: 10;
}

.preview img {
	padding: 1px;
}

.preview .active-nav img {
	padding: 0;
	border: 1px solid #F00;
}

.kout {
	width: 700px;
	float: right;
}

.kout-wrap {
	overflow: hidden;
	margin-top: 20px;
}

.kout h3 {
	margin: 0;
}

.kout-wrap p {
	float: left;
	width: 50%;
	margin: 0;
	line-height: 40px;
}
.paging {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-top: 40px;
	flex-wrap: wrap;
}

.paging li {
	font-size: 16px;
	height: 30px;
	border: 1px solid #6ea014;
	line-height: 30px;
	text-align: center;
	margin: 10px;
}

.paging li a {
	color: #6ea014;
	display: block;
	padding: 0 10px;
}

.paging li a:hover {
	color: #FFFFFF;
	background: #6ea014;
}
.details-product {
	margin-top: 60px;
}

.product-title {
	border-bottom: 1px solid #32B44D;
}

.product-title h3 {
	background: #32B44D;
	color: #FFFFFF;
	height: 40px;
	width: 200px;
	text-align: center;
	line-height: 40px;
}

.product-details {
	margin-top: 30px;
}

.product-details p {
	line-height: 28px;
	margin-top: 15px;
}

.product-margin {
	margin-bottom: 50px;
}

.title {
	padding: 30px 0;
}

.title h3 {
	font-size: 28px;
	line-height: 40px;
}

.title p {
	color: #6A6A6A;
	margin-top: 5px;
}

.us-pic p {
	font-size: 18px;
	text-align: center;
	color: #333333;
	margin-top: 15px;
}

.us-text {
	padding: 50px;
	line-height: 30px;
	font-size: 16px;
	text-align: center;
}

.Explain {
	height: 350px;
	background: #32B44D;
}


.Explain-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	height: 350px;
	padding: 0 100px;
	width: 1000px;
}

.Explain-main h3 {
	font-size: 38px;
	line-height: 40px;
	color: #FFFFFF;
}

.Explain-main p {
	color: #FFFFFF;
	font-size: 16px;
	margin-top: 15px;
}

.team-name {
	margin-top: 10px;
}

.team-name p {
	font-size: 16px;
	color: #333333;
	text-transform: uppercase;
	margin-top: 5px;
}

.team-name p:nth-child(2) {
	color: #32B44D;
}

.team-small {
	color: #6A6A6A;
	margin-top: 10px;
	line-height: 26px;
}

.Partner {
	margin-top: 30px;
	padding-bottom: 20px;
}

.Partner-ul li {
	margin-bottom: 30px;
}


.medium {
	position: fixed;
	bottom: 0;
	width: 100%;
	background: #0BA360;
}

.medium a {
	padding: 6px 0;
}

.medium img {
	display: block;
	width: 28px;
	margin: 0 auto;
}

.medium p {
	color: #FFFFFF;
	margin: 0;
	margin-top: 5px;
}

@media screen and (max-width: 768px) {
	.container {
		width: 92%;
	}

	.pc-slide {
		width: 100%;
		float: none;
	}

	.us-pic div {
		margin-top: 30px;
	}

	.us-text {
		padding: 0;
		margin: 30px 0;
	}
	.Explain{
		height: 260px;
	}

	.Explain-wrap {
		width: 92%;
		padding: 0;
		flex-wrap: wrap;
		height: 260px;
	}
	.team li{
		margin-bottom: 30px;
	}
	.Partner{
		margin-top: 0;
	}
	.Explain-wrap .Explain-main{
		width:33.33%;
	}

	.view .swiper-container {
		width: 100%;
		height: auto;
	}

	.view .arrow-left {
		background: url(../images/index_tab_l.png) no-repeat left top;
		position: absolute;
		left: 10px;
		top: 50%;
		margin-top: -25px;
		width: 28px;
		height: 51px;
		z-index: 10;
	}

	.view .arrow-right {
		background: url(../images/index_tab_r.png) no-repeat left bottom;
		position: absolute;
		right: 10px;
		top: 50%;
		margin-top: -25px;
		width: 28px;
		height: 51px;
		z-index: 10;
	}

	.preview {
		width: 100%;
		position: relative;
	}

	.preview .swiper-container {
		width: 100%;
		height: 82px;
	}

	.preview .swiper-slide {
		width: 87px;
		height: 82px;
		cursor: pointer;

	}

	.preview .slide6 {
		width: 82px;
	}

	.preview .arrow-left {
		background: url(../images/feel3.png) no-repeat left top;
		position: absolute;
		left: 10px;
		top: 50%;
		margin-top: -9px;
		width: 9px;
		height: 18px;
		z-index: 10;
	}

	.preview .arrow-right {
		background: url(../images/feel4.png) no-repeat left bottom;
		position: absolute;
		right: 10px;
		top: 50%;
		margin-top: -9px;
		width: 9px;
		height: 18px;
		z-index: 10;
	}

	.preview img {
		padding: 1px;
	}

	.preview .active-nav img {
		padding: 0;
		border: 1px solid #F00;
	}

	.kout {
		width: 100%;
		margin-top: 20px;
	}

	.contact {
		margin-top: 30px;
	}

	.contact-ul {
		padding: 0;
	}

	.contact-ul li input {
		width: 98%;
	}

	.contact-ul li textarea {
		width: 98%;
	}

	.contact-ul li button {
		width: 100%;
	}

	.news-four-top {
		text-align: center;
		height: 150px;
		margin-top: 20px;
	}

	.news-aout-time {
		display: none;
	}

	.news-aout li {
		padding: 20px 0;
	}

	.news-aout-text {
		width: 100%;
	}

	.news-aout-text a {
		color: #32B44D;
	}

	.news-aout-text p {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	.bout {
		height: 200px;
	}

	.bout-text h3 {
		margin-top: 50px;
	}

	.news-marigin {
		margin-top: 30px;
	}

	.choose {
		background: #0a220f;
		padding: 30px 0;
	}

	.choose-text {
		background: #FFFFFF;
		color: #0a220f;
	}

	.choose-title h3 {
		font-size: 24px;
		line-height: 24px;
	}

	.choose-title p {
		background: none;
		margin-top: 10px;
		font-size: 16px;
	}

	.choose-ul li {
		margin-top: 30px;
	}

	.product {
		padding: 20px 0;
	}

	.product-list>div img {
		height: 170px;
	}

	.product-list>div {
		margin-top: 20px;
		cursor: pointer;
	}

	.about {
		background: url(../images/bg2.png) no-repeat center top;
		background-size: 100%;
		overflow: hidden;
		padding: 100px 0;
		padding-bottom: 20px;
	}

	.about-text {
		width: 100%;
		float: none;
		color: #000000;
		margin-top: 100px;
	}

	.news {
		padding: 30px 0;
		margin: 0 auto;
	}

	.footer-form {
		width: 100%;
	}

	.footer {
		padding-top: 30px;
	}
.product-nav {
		overflow: hidden;
		    display: block;
		flex-direction: row;
		align-items: center;
		word-wrap: wrap;
	}
.product-nav a {
    display: inline-table;
    width: 49%;
    height: 45px;
    text-align: center;
    line-height: 45px;
    color: #333333;
    font-size: 16px;
}
	.footer-txt {
		margin-top: 20px;
	}
	.footer{
		padding-bottom: 70px;
	}
}
