﻿.head{
	position:relative;
	box-shadow:0px 0px 20px rgba(0,0,0,.4);
	z-index:999999;
}
.logo a:first-child{
	display:block;
}
.logo a:last-child{
	display:none;
}
.logo img{
	max-width:180px;
}
.top{
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.menu ul{
	display:flex;
}
.menu ul li{
	position:relative;
}
.menu ul li>a{
	display:block;
	line-height:80px;
	color:#000;
	padding:0px 35px;
	transition:.3s;
	outline:none;
	text-decoration:none;
}
.menu ul li:hover>a{
	background:#0aa375;
	color:#fff;
	text-decoration:none;
}
.menu ul li dl{
	display:none;
	position:absolute;
	width:100%;
	background:#fff;
	left:0;
	top:100%;
	padding:0px 0px 10px;
}
.menu ul li:hover dl{
	display:block;
}
.menu ul li dl dd a{
	line-height:36px;
	text-align:center;
	color:#000;
	display:block;
	transition:.3s;
}
.menu ul li dl dd a:hover{
	background:#0aa375;
	color:#fff;
}
.lsdl dd {
	display:flex;
	flex-wrap:wrap;
}
.lsdl dd span{
	width:100%;
}
.lsdl dd small{
	color:#000;
	display:block;
	padding:0px 0px 10px;
	text-align:center;
}
.lsdl dd small img{
	max-width:135px;
}
@media (max-width:1400px) {
	.menu ul li>a{
		padding:0px 25px;
	}
}
@media (max-width:1200px) {
	.menu ul li>a{
		padding:0px 15px;
	}
}
@media (max-width:992px) {
	.top{
		flex-wrap:wrap;
	}
	.logo{
		padding:15px 0px;
	}
	.menu{
		width:100%;
		border-top:1px #ddd solid;
	}
	.menu ul{
		justify-content:space-between;
	}
	.menu ul li>a{
		padding:0px 20px;
		line-height:50px;
	}
}
@media (max-width:768px) {
	.logo a:first-child{
		display:none;
	}
	.logo a:last-child{
		display:block;
	}
	.head{
		box-shadow:0px 0px 5px rgba(0,0,0,.4);
	}
	.menu{
		position:fixed;
		z-index:999999;
		width:70%;
		background:#fff;
		height:100%;
		top:0;
		left:-100%;
		transition:.5s;
		border-top:0px #ddd solid;
	}
	.menuu{
		left:0;
	}
	.heise{
		position:fixed;
		z-index:99998;
		width:100%;
		background:rgba(0,0,0,.8) url(../images/close.png) right center no-repeat;
		background-size:auto 35px;
		height:100%;
		top:0;
		left:0;
		display:none;
	}
	.menu ul{
		display:block;
		padding:10px 0px 0px;
	}
	.menu ul li{
		border-bottom:1px #ddd solid;
	}
	.menu ul li>a{
		display:block;
		text-align:center;
		color:rgba(0,0,0,.6);
		line-height:20px;
		padding:15px 0px;
	}
	.nav-logo{
		position:absolute;
		right:15px;
		top:50%;
		margin-top:-15px;
		width:28px;
		padding:0px 0px 5px;
	}
	.nav-logo span{
		display:block;
		height:3px;
		background:#70ab4d;
		margin:5px 0px 0px;
	}
	.menu ul li dl{
		display:block;
		position:static;
		width:100%;
		margin-bottom:0;
	}
	.menu ul li dl dd a{
		line-height:36px;
		text-align:center;
		color:rgba(0,0,0,.6);
		display:block;
		transition:.3s;
	}
	.menu ul li dl dd a:hover{
		background:#0aa375;
		color:#fff;
	}
}
#banner .carousel-indicators li{
	border:0;
	width:10px;
	height:10px;
	border-radius:50%;
	background:rgba(255,255,255,.4);
	margin:0 3px;
	transition:.5s;
}
#banner .carousel-indicators li.active{
	width:65px;
	background:rgba(255,255,255,.8);
	border-radius:5px;
}
#banner .item section:first-child{
	display:block;
}
#banner .item section:last-child{
	display:none;
}
@media (max-width:768px) {
	#banner .item section:last-child{
		display:block;
	}
	#banner .item section:first-child{
		display:none;
	}
}
.zhihui ul{
	display:flex;
}
.zhihui ul li{
	width:calc(25% - 1px);
	background:#eef0f8;
	border-right:1px rgba(0,0,0,.2) solid;
}
.zhihui ul li:last-child{
	border-right:1px #eef0f8 solid;
}
.zhihui ul li a{
	display:block;
	padding:10% 20%;
	text-align:center;
}
.zhihui ul li a small{
	display:block;
	width:100px;
	height:100px;
	border-radius:50%;
	margin:0 auto;
	box-shadow:0px 0px 10px rgba(66,120,208,.22);
	transition:.3s;
}
.zhihui ul li a p{
	margin:25px 0px 15px;
	line-height:30px;
	font-size:2.0rem;
	color:#4d4d4d;
}
.zhihui ul li a span{
	line-height:26px;
	color:#818285;
}
.zhihui ul li a:hover p{
	color:#0aa375;
}
.zhihui ul li a:hover span{
	color:#0aa375;
}
.zhihui ul li:nth-of-type(1) small{
	background:#fff url(../images/zhpic1.png) center no-repeat;
}
.zhihui ul li:nth-of-type(2) small{
	background:#fff url(../images/zhpic2.png) center no-repeat;
}
.zhihui ul li:nth-of-type(3) small{
	background:#fff url(../images/zhpic3.png) center no-repeat;
}
.zhihui ul li:nth-of-type(4) small{
	background:#fff url(../images/zhpic4.png) center no-repeat;
}
.zhihui ul li:nth-of-type(5) small{
	background:#fff url(../images/zhpic5.png) center no-repeat;
}
.zhihui ul li:nth-of-type(1):hover small{
	background:#0aa375 url(../images/zhpic1n.png) center no-repeat;
}
.zhihui ul li:nth-of-type(2):hover small{
	background:#0aa375 url(../images/zhpic2n.png) center no-repeat;
}
.zhihui ul li:nth-of-type(3):hover small{
	background:#0aa375 url(../images/zhpic3n.png) center no-repeat;
}
.zhihui ul li:nth-of-type(4):hover small{
	background:#0aa375 url(../images/zhpic4n.png) center no-repeat;
}
.zhihui ul li:nth-of-type(5):hover small{
	background:#0aa375 url(../images/zhpic5n.png) center no-repeat;
}
@media (max-width:1200px) {
	.zhihui ul li a span{
		line-height:22px;
	}
}
@media (max-width:992px) {
	.zhihui ul li a p{
		margin:10px 0px 5px;
		line-height:24px;
		font-size:1.6rem;
		color:#4d4d4d;
	}
	.zhihui ul li a span{
		line-height:20px;
		font-size:1.2rem;
		height:40px;
		overflow:hidden;
		display:block;
		margin:0px 0px 10px;
	}
	.zhihui ul li a small{
		width:80px;
		height:80px;
		background-size:40% auto !important;
	}
	.zhihui ul li:last-child{
		border-bottom:0px #eef0f8 solid;
		width:100%;
	}
}
@media (max-width:768px) {
	.zhihui{
		display:none;
	}
	.zhihui ul{
		flex-wrap:wrap;
	}
	.zhihui ul li{
		width:50%;
		border-bottom:1px rgba(0,0,0,.08) solid;
		border-right:1px rgba(0,0,0,.08) solid;
	}
	.zhihui ul li:nth-child(2n+0){
		border-right:1px #eef0f8 solid;
	}
}
.title{
	display:flex;
	height:33px;
	overflow:hidden;
}
.title p{
	font-size:2.8rem;
	color:#2a2a2d;
	line-height:33px;
}
.title span{
	font-size:3.1rem;
	color:#2a2a2d;
	line-height:40px;
	font-family:arial;
}
.title i{
	margin:0px 10px;
	font-size:2.4rem;
	color:#2a2a2d;
	line-height:33px;
	font-weight:bold;
}
.product{
	padding:60px 0px;
	position:relative;
}
.product .title{
	padding:0px 10px;
}
.product .swiper-container{
	margin:20px 0px 0px;
	position:static;
}
@media (max-width:992px) {
	.title p{
		font-size:2.2rem;
	}
	.title span{
		font-size:2.6rem;
	}
	.title i{
		font-size:2.0rem;
	}
	.product{
		padding:30px 0px;
	}
	.product .swiper-container{
		margin:0px 0px 0px;
	}
}
.product .swiper-container .swiper-slide{
	padding:20px 10px;
}
@media (max-width:768px) {
	.title p{
		font-size:2.0rem;
	}
	.title span{
		font-size:2.2rem;
	}
	.title i{
		font-size:1.8rem;
	}
	.product{
		padding:20px 0px;
	}
	.product .swiper-container .swiper-slide{
		padding:10px;
	}
}
.product .swiper-container a{
	display:block;
	justify-content:space-between;
	background:#fff;
	box-shadow:0px 5px 10px rgba(0,0,0,.1);
	position:relative;
	padding-bottom:70px;
}
.product .swiper-container a section i{
	display:block;
	width:25px;
	background-repeat:no-repeat;
	background-position:right 37%;
	background-size:90% auto;
}
.product .swiper-container a section{
	background:#fff;
	display:flex;
	justify-content:space-between;
	height:70px;
	position:absolute;
	bottom:0;
	width:100%;
	left:0;
	transition:.3s;
	padding:0px 20px;
}
.product .swiper-container a section span>p{
	font-size:1.8rem;
	padding:20px 0px 5px;
	line-height:22px;
	color:rgba(0,0,0,.7);
}
.product .swiper-container a section span big{
	opacity:0;
	font-size:1.4rem;
	color:#87888b;
	line-height:20px;
	display:none;
	transition:.5s;
}
.product .swiper-container a:hover section{
	height:100px;
}
.product .swiper-container a:hover section span big{
	opacity:1;
	display:block;
}
.product .swiper-container .swiper-button-next{
	width:50px;
	height:50px;
	background:#e6e7ed url(../images/pdrbt.png) center no-repeat;
	background-size:auto 50%;
	right:0;
	transition:.3s;
}
.product .swiper-container .swiper-button-prev{
	width:50px;
	height:50px;
	background:#e6e7ed url(../images/pdlbt.png) center no-repeat;
	background-size:auto 50%;
	left:0;
	transition:.3s;
}
.product .swiper-container .swiper-button-next:hover{
	background:#70ab4d url(../images/pdrbtn.png) center no-repeat;
	background-size:auto 50%;
}
.product .swiper-container .swiper-button-prev:hover{
	background:#70ab4d url(../images/pdlbtn.png) center no-repeat;
	background-size:auto 50%;
}
@media (max-width:1200px) {
	.product .swiper-container a section span>p{
		font-size:1.6rem;
	}
	.product .swiper-container a section i{
		background-position:right 40%;
	}
}
.case{
	background:#eef0f8;
	padding:60px 0px;
}
.pc-slide {
	margin:40px 0px 0px;
}
@media (max-width:992px) {
	.case{
		padding:30px 0px;
	}
	.pc-slide {
		margin:20px 0px 0px;
	}
}
@media (max-width:768px) {
	.case{
		padding:20px 0px;
	}
	.pc-slide {
		margin:15px 0px 0px;
	}
	.product .swiper-container .swiper-button-next,.product .swiper-container .swiper-button-prev{
		display:none;
	}
}
.view .swiper-container .swiper-slide{
	background:#fff;
	padding:30px 20px;
}
.view .swiper-container section{
	padding:0px 5%;
	display:flex;
	justify-content:space-between;
}
.view .swiper-container section big{
	width:36%;
}
.view .swiper-container section span{
	width:60%;
	display:flex;
	align-items:center;
	flex-wrap:wrap;
}
.view .swiper-container section span p{
	font-size:2.4rem;
	color:rgba(0,0,0,.8);
	line-height:30px;
	width:100%;
}
.view .swiper-container section span small{
	display:block;
	font-size:1.6rem;
	color:#4d4d4d;
	line-height:36px;
	width:100%;
}
.view .swiper-container section span a{
	display:block;
	width:160px;
	height:46px;
	line-height:46px;
	text-align:center;
	color:#fff;
	font-size:1.6rem;
	background:#70ab4d;
	border-radius:5px;
	transition:.3S;
}
.view .swiper-container section span a:hover{
	background:#616163;
}
.view .arrow-left {
	background: url(../images/cslbt.png) no-repeat left center;
	background-size:auto 100%;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -25px;
	width: 35px;
	height: 51px;
	z-index: 10;
}
.view .arrow-right {
	background: url(../images/csrbt.png) no-repeat right center;
	background-size:auto 100%;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -25px;
	width: 35px;
	height: 51px;
	z-index: 10;
}
@media (max-width:992px) {
	.view .swiper-container .swiper-slide{
		padding:10px;
	}
	.view .swiper-container section span p{
		font-size:1.8rem;
	}
	.view .swiper-container section span small{
		font-size:1.4rem;
		line-height:22px;
	}
	.view .swiper-container section span a{
		width:130px;
		height:32px;
		line-height:32px;
		font-size:1.4rem;
	}
	.view .arrow-left {
		margin-top: -15px;
		height: 30px;
	}
	.view .arrow-right {
		margin-top: -15px;
		height: 30px;
	}
}
@media (max-width:768px) {
	.view .swiper-container section{
		display:block;
		padding:0;
	}
	.view .swiper-container section big{
		width:100%;
	}
	.view .swiper-container section span{
		width:100%;
	}
	.view .arrow-left {
		display:none;
	}
	.view .arrow-right {
		display:none;
	}
	.view .arrow-left:hover {
		background:#70ab4d url(../images/pdlbtn.png) no-repeat center center;
		background-size:auto 50%;
	}
	.view .arrow-right:hover {
		background:#70ab4d url(../images/pdrbtn.png) no-repeat center center;
		background-size:auto 50%;
	}
	.view .swiper-container section span p{
		font-size:1.6rem;
		margin:10px 0px 0px;
	}
	.view .swiper-container section span small{
		font-size:1.2rem;
		margin:0px 0px 10px;
	}
	.view .swiper-container section span a{
		font-size:1.2rem;
	}
}
.preview {
	width: 100%;
	margin-top: 20px;
	position: relative;
}
.preview .swiper-slide {
	width: 15.5%;
	cursor:pointer;
	margin-right:1.4%;
	background:#fff;
	padding:3px;
	border-radius:3px;
}
.preview img {
	opacity:.47;
	width:100%;
}
.preview .active-nav img {
	opacity:1;
}
.preview .swiper-slide:hover img{
	opacity:1;
}
@media (max-width:768px) {
	.preview {
		margin-top: 10px;
	}
	.preview .swiper-slide {
		width: 23%;
		margin-right:2.66666%;
	}
}
.news{
	padding:50px 0px;
}
.news ul{
	display:flex;
	justify-content:space-between;
	padding:30px 0px 0px;
}
.news ul li{
	width:30%;
}
.news ul li a{
	display:block;
	color:rgba(0,0,0,.9);
	background:#fff;
	transition:.3s;
}
.news ul li a span{
	padding:20px 0px 0px;
	display:block;
}
.news ul li a h4{
	font-size:2.1rem;
	line-height:30px;
}
.news ul li a p{
	color:#808080;
	font-size:1.4rem;
	line-height:16px;
	font-family:arial;
	transition:.3s;
}
.news ul li a small{
	display:block;
	color:#808080;
	font-size:1.4rem;
	line-height:24px;
	padding:10px 0px 0;
	transition:.3s;
}
.news ul li a:hover{
	color:#70ab4d;
}
.news ul li a:hover p{
	color:#70ab4d;
}
.news ul li a:hover small{
	color:#70ab4d;
}
.news ul li a big{
	display:block;
	overflow:hidden;
}
.news ul li a big img{
	transition:1s;
}
.news ul li a:hover big img{
	transform:scale(1.1);
}
@media (max-width:992px) {
	.news{
		padding:30px 0px;
	}
	.news ul{
		display:flex;
		justify-content:space-between;
		padding:20px 0px 0px;
	}
	.news ul li{
		width:32%;
	}
	.news ul li a h4{
		font-size:1.6rem;
		line-height:20px;
		margin:0;
	}
	.news ul li a p{
		margin:5px 0px 0px;
	}
	.news ul li a small{
		line-height:20px;
		padding:5px 0px 0;
	}
	.news ul li a span{
		padding:10px 0px 0px;
		display:block;
	}
}
@media (max-width:768px) {
	.news{
		padding:20px 0px;
	}
	.news ul{
		padding:10px 0px 0px;
	}
	.news ul{
		flex-wrap:wrap;
	}
	.news ul li{
		width:100%;
		margin-bottom:15px;
	}
}
.hezhuo{
	background:#eef0f8;
	padding:50px 0px 25px;
}
.hezhuo ul{
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	padding:40px 0px 0px;
}
.hezhuo ul li{
	width:20%;
	margin-bottom:15px;
	display:flex;
	align-items:center;
	justify-content:center;
}
.hezhuo ul li img{
	mix-blend-mode:multiply;
	max-width:60%;
}
@media (max-width:992px) {
	.hezhuo{
		padding:30px 0px 15px;
	}
	.hezhuo ul{
		padding:20px 0px 0px;
	}
	.hezhuo ul li img{
		max-width:80%;
	}
}
@media (max-width:768px) {
	.hezhuo{
		padding:20px 0px 15px;
	}
	.hezhuo ul{
		padding:10px 0px 0px;
	}
	.hezhuo ul li{
		width:33.333333%;
		margin-bottom:15px;
	}
}
.foot{
	background:#1e2225;
}
.bottom{
	display:flex;
	padding:60px 0px 0px;
	justify-content:space-between;
}
.bottom dl:not(.lsdl){
	width:14%;
}
.bottom dl.lsdl{
	width:30%;
	display:flex;
	justify-content:flex-end;
}
.bottom dl dt{
	font-size:1.8rem;
	font-weight:normal;
	line-height:24px;
	color:rgba(255,255,255,.7);
	margin:0px 0px 10px;
}
.bottom dl dd a{
	display:block;
	font-size:1.5rem;
	color:rgba(255,255,255,.46);
	line-height:34px;
}
.bottom dl dd a:hover{
	color:#ff0000;
}
.bottom dl dd span{
	font-family:Fontone;
	font-size:2.4rem;
	color:rgba(255,255,255,.6);
	line-height:46px;
}
.bottom dl dd section{
	display:flex;
	padding:20px 0px 0;
}
.bottom dl dd section a{
	display:block;
	width:44px;
	height:44px;
	border:1px rgba(255,255,255,.15) solid;
	border-radius:2px;
	margin-right:20px;
}
.bottom dl dd section a:nth-of-type(1){
	background:url(../images/weibo.png) center no-repeat;
}
.bottom dl dd section a:nth-of-type(2){
	background:url(../images/weixin.png) center no-repeat;
}
.bottom dl dd section a:nth-of-type(3){
	background:url(../images/dayin.png) center no-repeat;
}
.copy{
	display:flex;
	justify-content:space-between;
	color:rgba(255,255,255,.5);
	padding:25px 0px;
	border-top:1px rgba(255,255,255,.2) solid;
}
.copy a{
	color:rgba(255,255,255,.5);
}
@media (max-width:992px) {
	.bottom dl dt{
		font-size:1.6rem;
		line-height:24px;
	}
	.bottom dl dd a{
		font-size:1.3rem;
		line-height:30px;
	}
	.bottom dl dd span{
		font-size:2.4rem;
	}
}
@media (max-width:768px) {
	.bottom{
		flex-wrap:wrap;
		padding:20px 0px 0px;
	}
	.bottom dl{
		margin:0;
		border-bottom:1px rgba(255,255,255,.2) solid;
	}
	.bottom dl:first-child{
		border-top:1px rgba(255,255,255,.2) solid;
	}
	.bottom dl:not(.lsdl){
		width:100%;
	}
	.bottom dl.lsdl{
		width:100%;
		display:flex;
		justify-content:flex-start;
	}
	.bottom dl dt{
		margin:0;
		padding:10px 0px;
		font-size:1.4rem;
		line-height:20px;
		display:flex;
		justify-content:space-between;
	}
	.bottom dl dt:after{
		content:"+";
		color:rgba(255,255,255,.7);
		font-size:1.4rem;
		line-height:20px;
	}
	.bottom dl:not(.lsdl) div{
		display:none;
	}
	.bottom dl:nth-of-type(2){
		border-bottom:0px rgba(255,255,255,.2) solid;
	}
	.bottom dl:nth-of-type(3) dt{
		display:none;
	}
	.bottom dl.lsdl{
		border-bottom:0;
		padding:0px 0px 10px;
	}
	.bottom dl dd span{
		font-size:2.4rem;
		line-height:36px;
	}
	.bottom dl dd section{
		padding:10px 0px 0;
	}
	.bottom dl.lsdl dt:after{
		display:none;
	}
	.bottom dl div:last-child{
		padding-bottom:10px;
	}
	.copy{
		display:block;
		text-align:center;
		padding:25px 0px;
	}
	.copy span{
		display:block;
	}
}
.btmenu{
	height:61px;
	display:none;
}
@media (max-width:768px) {
	.btmenu{
		display:block;
	}
	.foot{
		display:none;
	}
}
.btmenu ul{
	position:fixed;
	width:100%;
	bottom:0;
	left:0;
	z-index:9999;
	display:flex;
	background:#2f373d;
}
.btmenu ul li{
	width:25%;
	text-align:center;
	border-right:1px rgba(255,255,255,.1) solid;
}
.btmenu ul li:last-child{
	border-right:1px #2f373d solid;
}
.btmenu ul li a{
	display:block;
	padding:5px 0px 0px;
}
.btmenu ul li a small{
	display:block;
	height:30px;
}
.btmenu ul li a p{
	color:#fff;
	margin:3px 0px 5px;
	line-height:18px;
}
.btmenu ul li:nth-of-type(1) small{
	background:url(../images/btpic1.png) center no-repeat;
	background-size:auto 20px;
}
.btmenu ul li:nth-of-type(2) small{
	background:url(../images/btpic2.png) center no-repeat;
	background-size:auto 20px;
}
.btmenu ul li:nth-of-type(3) small{
	background:url(../images/btpic3.png) center no-repeat;
	background-size:auto 20px;
}
.btmenu ul li:nth-of-type(4) small{
	background:url(../images/btpic4.png) center no-repeat;
	background-size:auto 20px;
}
/*page*/
.ibanner{
	position:relative;
	overflow:hidden;
	width:100%;
}
.ibanner .weizhi{
	position:absolute;
	width:100%;
	top:50%;
	left:0;
	margin-top:-80px;
}
.ibanner .weizhi span{
	display:block;
	color:#fff;
}
.ibanner .weizhi span p{
	font-size:3.0rem;
	line-height:40px;
	font-weight:bold;
}
.ibanner .weizhi span small{
	font-size:2.0rem;
	line-height:30px;
	letter-spacing:2px;
	display:block;
	padding:10px 0px 0px;
}
.pdbanner .pc{
	display:block;
}
.pdbanner .mb{
	display:none;
}
@media (max-width:992px) {
	.ibanner .weizhi{
		margin-top:-40px;
	}
	.ibanner .weizhi span p{
		font-size:2.4rem;
		line-height:30px;
	}
	.ibanner .weizhi span small{
		font-size:1.6rem;
		padding:0px 0px 0px;
	}
}
@media (max-width:768px) {
	.ibanner .weizhi{
		margin-top:-30px;
	}
	.ibanner img{
		max-width:200%;
	}
	.tbanner img{
		max-width:200%;
		margin-left:-50%;
	}
	.ibanner .weizhi span p{
		font-size:2.0rem;
		line-height:30px;
	}
	.ibanner .weizhi span small{
		font-size:1.4rem;
		padding:0px 0px 0px;
	}
	.pdbanner .pc{
		display:none;
	}
	.pdbanner .mb{
		display:block;
	}
	.pdbanner img{
		max-width:100%;
	}
}
.iabout{
	padding:50px 0px 0px;
}
.iabout-one{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.iabout-one .iabo-left{
	width:56%;
	display:flex;
	flex-wrap:wrap;
	align-content:space-between;
}
.iabout-one .iabo-left>p{
	font-size:40px;
	width:100%;
	margin:0px 0px 25px 0px;
	line-height:44px;
}
.iabout-one .iabo-left>section{
	line-height:34px;
	width:100%;
}
.iabout-one .iabo-left>section p{
	margin-bottom:10px;
        font-size:1.5rem
}
.iabout-one .iabo-bottom{
	line-height:36px;
	width:100%;
        font-size:1.5rem
	padding:30px 0px 0px;
}
.iabout-one .iabo-right{
	width:42%;
	position:relative;
}
.iabout-two{
	background:url(../images/abpic1.jpg) center no-repeat;
	background-size:100% auto;
	padding:90px 0px;
	margin:30px 0px 0px;
}
.iabout-two ul{
	display:flex;
	justify-content:space-between;
}
.iabout-two ul li{
	width:25%;
	text-align:center;
	color:#fff;
}
.iabout-two ul li h2 span{
	font-size:6.7rem;
	font-weight:bold;
	font-family:arial;
	line-height:80px;
}
.iabout-two ul li>div>span{
	font-size:1.7rem;
	font-weight:600;
	line-height:24px;
	margin:15px 0px 0px;
	display:block;
}
@media (max-width:1200px) {
	.iabout-one .iabo-left>p{
		font-size:30px;
		line-height:34px;
	}
	.iabout-one .iabo-left>section{
		line-height:28px;
		padding:10px 0px 0px;
	}
	.iabout-one .iabo-bottom{
		line-height:30px;
		padding:20px 0px 0px;
	}
	.iabout-two ul li h2 span{
		font-size:5.7rem;
		line-height:70px;
	}
	.iabout-two{
		padding:70px 0px;
		margin:20px 0px 0px;
	}
}
@media (max-width:992px) {
	.iabout-one .iabo-left{
		width:100%;
	}
	.iabout-one .iabo-right{
		width:100%;
	}
	.iabout-one .iabo-left>p{
		font-size:20px;
		line-height:24px;
	}
	.iabout-one .iabo-left>section{
		line-height:26px;
		padding:5px 0px 10px;
	}
	.iabout-one .iabo-bottom{
		line-height:26px;
		padding:10px 0px 0px;
	}
	.iabout-two ul li h2 span{
		font-size:5.7rem;
		line-height:70px;
	}
	.iabout-two{
		padding:70px 0px;
		margin:20px 0px 0px;
	}
}
@media (max-width:992px) {
	.iabout-two{
		background-size:100% 100%;
		padding:40px 0px;
	}
	.iabout-two ul li h2 span{
		font-size:3.7rem;
		line-height:50px;
	}
	.iabout-two ul li>div>span{
		font-size:1.4rem;
		font-weight:normal;
		margin:5px 0px 0px;
	}
}
@media (max-width:768px) {
	.iabout{
		padding:20px 0px 0px;
	}
	.iabout-two ul{
		flex-wrap:wrap;
	}
	.iabout-two ul li{
		width:50%;
		text-align:center;
		color:#fff;
	}
	.iabout-two ul li>div>span{
		line-height:20px;
	}
}
.fazhan{
	padding:60px 0px 0px;
}
.fazhan .fztitle p{
	font-size:4.2rem;
	color:#2f2f2f;
	line-height:50px;
}
.fazhan .fztitle span{
	display:block;
	font-size:1.8rem;
	color:#2f2f2f;
	line-height:30px;
	padding:15px 0px 0px;
}
.licheng{
	padding:40px 0px;
	position:relative;
	margin:50px 0px 0px;
}
.licheng:after{
	content:"";
	display:block;
	height:0px;
	width:calc(100% - 160px);
	top:50%;
	left:80px;
	margin-top:-1px;
	border-bottom:2px #ddd dashed;
	position:absolute;
}
.licheng .swiper-container{
	margin:0px 80px 0px 120px;
	position:static;
	padding:20px 0px;
}
#licheng .swiper-pagination{
	display:none;
}
@media (max-width:1200px) {
	.fazhan{
		padding:30px 0px 0px;
	}
	.fazhan .fztitle p{
		font-size:3.2rem;
		line-height:40px;
	}
	.fazhan .fztitle span{
		font-size:1.6rem;
		padding:10px 0px 0px;
	}
	.licheng{
		margin:0px 0px 0px;
	}
}
@media (max-width:992px) {
	.licheng{
		padding:20px 0px;
	}
	.fazhan{
		padding:30px 0px 0px;
	}
	.fazhan .fztitle p{
		font-size:2.4rem;
		line-height:30px;
	}
	.fazhan .fztitle span{
		font-size:1.4rem;
		padding:10px 0px 0px;
		line-height:24px;
	}
}
.licheng .swiper-container .swiper-button-next{
	background:url(../images/lcrbt.png) center no-repeat;
	width:20px;
	height:32px;
	margin-top:-16px;
	right:0;
}
.licheng .swiper-container .swiper-button-prev{
	background:url(../images/lclbt.png) center no-repeat;
	width:20px;
	height:32px;
	margin-top:-16px;
	left:0;
}
.licheng .swiper-slide section{
	display:flex;
	flex-wrap:wrap;
	position:relative;
	z-index:3;
	align-content:flex-end;
	height:367px;
	padding-left:10px;
}
@media (max-width:1200px) {
	.licheng .swiper-slide section{
		height:325px;
	}
}
@media (max-width:992px) {
	.licheng .swiper-slide section{
		height:410px;
	}
}
.licheng .swiper-slide section>small{
	cursor:pointer;
	position:relative;
	order:1;
	transition:.3s;
}
.licheng .swiper-slide section>small p{
	font-size:2.1rem;
	color:#808080;
	font-family:arial;
	display:block;
	width:76px;
	height:76px;
	background:#d6eee9;
	border-radius:50%;
	text-align:center;
	line-height:76px;
	transition:.3s;
}
.licheng .swiper-slide section>span{
	width:calc(100% - 38px);
	left:38px;
	padding-top:30px;
	top:0;
	display:flex;
	flex-wrap:wrap;
	position:relative;
	border-left:2px #ddd dashed;
	padding-left:15px;
	align-content:flex-end;
	order:2;
	transition:.3s;
}
.licheng .swiper-slide section>span:before{
	content:"";
	position:absolute;
	display:block;
	width:14px;
	height:14px;
	border-radius:50%;
	background:#b8c1c1;
	left:-8px;
	bottom:0;
	transition:.3s;
}
.licheng .swiper-slide section>span p{
	font-size:1.55rem;
	color:#505659;
	font-weight:bold;
	line-height:20px;
	width:100%;
	order:2;
	margin-top:5px;
	margin-bottom:-3px;
	transition:.3s;
}
.licheng .swiper-slide section>span big{
	display:block;
	font-size:1.3rem;
	line-height:21px;
	color:#181818;
	order:1;
	padding:10px 0px 0px;
	transition:.3s;
	min-height:94px;
}
.licheng .swiper-slide section:hover>span{
	border-left:2px #0aa375 solid;
}
.licheng .swiper-slide section:hover>small p{
	color:#fff;
	background:#0aa375;
	position:relative;
	z-index:2;
}
.licheng .swiper-slide section:hover>small:after{
	content:"";
	display:block;
	width:120%;
	height:120%;
	left:-10%;
	top:-10%;
	background:rgba(10,163,117,.18);
	border-radius:50%;
	position:absolute;
	z-index:1;
}
.licheng .swiper-slide section:hover>span p{
	color:#0aa375;
}
.licheng .swiper-slide section:hover>span:before{
	background:#0aa375;
}
@media (min-width:768px) {
	.licheng .swiper-slide:nth-child(2n+0) section{
		align-content:flex-start;
	}
	.licheng .swiper-slide:nth-child(2n+0) section>span{
		order:1;
		top:0;
		bottom:auto;
		align-content:flex-start;
		padding-bottom:30px;
		padding-top:0;
	}
	.licheng .swiper-slide:nth-child(2n+0) section>span:before{
		bottom:auto;
		top:0;
	}
	.licheng .swiper-slide:nth-child(2n+0) section>small{
		order:2;
	}
	.licheng .swiper-slide:nth-child(2n+0) section>span big{
		order:2;
		padding:0px 0px 10px;
	}
	.licheng .swiper-slide:nth-child(2n+0) section>span p{
		order:1;
		margin-top:-4px;
		margin-bottom:5px;
	}
}
@media (max-width:768px) {
	.licheng .swiper-container{
		margin:0px 0px 0px 0px;
	}
	.licheng .swiper-slide section{
		height:auto;
		padding:0 25px;
	}
	.licheng .swiper-slide section>small{
		order:2;
		margin:20px auto 0;
	}
	.licheng .swiper-slide section>small p{
		color:#fff;
		background:#0aa375;
	}
	.licheng .swiper-slide section>span{
		border-left:0px #ddd dashed;
		order:1;
		padding:0;
		width:100%;
		text-align:center;
		left:0;
	}
	.licheng .swiper-slide section>small:after{
		content:"";
		display:block;
		width:120%;
		height:120%;
		left:-10%;
		top:-10%;
		background:rgba(10,163,117,.18);
		border-radius:50%;
		position:absolute;
		z-index:1;
	}
	.licheng .swiper-slide section>span p{
		order:1;
		color:#0aa375;
	}
	.licheng .swiper-slide section>span big{
		order:2;
	}
	.licheng .swiper-slide section>span:before{
		display:none;
	}
	.licheng:after{
		display:none;
	}
	.licheng .swiper-slide section:hover>span{
		border-left:0px #0aa375 solid;
	}
	#licheng .swiper-pagination{
		display:block;
	}
	#licheng .swiper-button-next{
		display:none;
	}
	#licheng .swiper-button-prev{
		display:none;
	}
	#licheng .swiper-pagination .swiper-pagination-bullet-active{
		background:#0aa375;
	}
}
.jishu{
	background:url(../images/jsbg.jpg) top center no-repeat;
	background-size:100% auto;
	padding:80px 0px 0px;
}
.jishu .jstitle{
	padding:15px 0px 0px;
}
.jishu .jstitle p{
	font-size:4.2rem;
	color:#2f2f2f;
	line-height:50px;
}
.jishu .jstitle span{
	display:block;
	font-size:1.8rem;
	color:#666666;
	line-height:30px;
	padding:15px 0px 0px;
}
.zltop{
	display:flex;
	justify-content:space-between;
}
.zltop .rongyu{
	max-width:410px;
}
.zltop .rongyu img{
	box-shadow:5px 5px 15px rgba(0,0,0,.4);
}
@media (max-width:1200px) {
	.jishu{
		background:url(../images/jsbg.jpg) top center no-repeat;
		background-size:100% 100%;
	}
	.jishu .jstitle p{
		font-size:3.2rem;
		line-height:40px;
	}
	.jishu .jstitle span{
		font-size:1.6rem;
	}
	.jishu{
		padding:50px 0px 0px;
	}
	.zltop .rongyu{
		max-width:300px;
	}
}
@media (max-width:992px) {
	.zltop{
		display:block;
	}
	.zltop .rongyu{
		padding:15px 0px 0px;
		max-width:100%;
	}
	.jishu .jstitle p{
		font-size:2.4rem;
		line-height:30px;
	}
	.jishu .jstitle span{
		font-size:1.4rem;
		line-height:24px;
		padding:5px 0px 0px;
	}
	.zltop .rongyu img{
		box-shadow:2px 2px 5px rgba(0,0,0,.4);
	}
}
.zuanli ul{
	display:flex;
	justify-content:space-between;
	padding:50px 0px;
}
.zuanli ul li{
	position:relative;
	width:22%;
	padding-bottom:15px;
}
.zuanli ul li img{
	box-shadow:5px 5px 15px rgba(0,0,0,.4);
}
.zuanli ul li small{
	display:block;
	position:absolute;
	right:0;
	bottom:0;
	background:url(../images/zlibg.png) 0 0 no-repeat;
	width:197px;
	height:50px;
	text-align:center;
	font-size:1.6rem;
	color:#fff;
	line-height:50px;
}
.zuanli ul li small strong{
	font-size:2.2rem;
	font-family:arial;
	margin:0px 5px 0px 0px;
}
@media (max-width:1400px) {
	.zuanli ul li img{
		box-shadow:5px 5px 15px rgba(0,0,0,.4);
		width:85%;
	}
	.zuanli ul li small{
		background:url(../images/zlibg.png) 0 0 no-repeat;
		width:140px;
		height:40px;
		font-size:1.4rem;
		line-height:40px;
		background-size:100% 100%;
	}
	.zuanli ul li small strong{
		font-size:2.0rem;
	}
}
@media (max-width:992px) {
	.zuanli ul{
		padding:20px 0px;
	}
	.zuanli ul li img{
		box-shadow:2px 2px 5px rgba(0,0,0,.4);
		width:100%;
	}
	.zuanli ul li small{
		position:static;
		background:none;
		text-align:center;
		color:#0ab575;
		width:100%;
	}
}
@media (max-width:768px) {
	.jishu{
		background-size:auto 100%;
		padding:20px 0px;
	}
	.zuanli ul{
		flex-wrap:wrap;
	}
	.zuanli ul li{
		width:48%;
		padding-bottom:0;
	}
}
.pdweizhi{
	position:absolute;
	width:100%;
	left:0;
	top:50%;
	margin-top:-120px;
	padding-left:8%;
}
.pdweizhi h3{
	font-size:5.0rem;
	color:#fff;
	line-height:50px;
	letter-spacing:3px;
}
.pdweizhi p{
	color:rgba(255,255,255,.7);
	font-size:2.6rem;
	letter-spacing:5px;
	margin:30px 0px 60px;
	line-height:30px;
}
.pdweizhi a{
	display:block;
	width:200px;
	line-height:36px;
	text-align:center;
	color:rgba(255,255,255,.7);
	font-size:2.0rem;
	border:1px rgba(255,255,255,.7) solid;
	transition:.3s;
}
.pdweizhi a:hover{
	background:#fff;
	border:1px #fff solid;
	color:#28292e;
}
@media (max-width:1200px) {
	.pdweizhi{
		margin-top:-90px;
	}
	.pdweizhi h3{
		font-size:3.0rem;
		line-height:40px;
	}
	.pdweizhi p{
		font-size:2.0rem;
		margin:20px 0px 30px;
		line-height:24px;
	}
}
@media (max-width:768px) {
	.pdweizhi{
		margin-top:-50px;
	}
	.pdweizhi h3{
		font-size:2.0rem;
		line-height:30px;
	}
	.pdweizhi p{
		font-size:1.4rem;
		margin:5px 0px 10px;
		line-height:24px;
	}
	.pdweizhi a{
		width:120px;
		line-height:26px;
		font-size:1.4rem;
	}
}
.iprodct{
	background:#d9dbdf;
	padding:40px 0px;
}
.iprodct ul li{
	display:flex;
	justify-content:space-between;
	background:#fff;
	border-radius:5px;
	box-shadow:0px 10px 20px rgba(0,0,0,.05);
	overflow:hidden;
	margin-bottom:30px;
}
.iprodct ul li small{
	width:32%;
	display:block;
	border-right:1px #ddd solid;
}
.iprodct ul li small img{
	margin:0 auto;
}
.iprodct ul li section{
	width:65%;
	display:flex;
	flex-wrap:wrap;
	align-content:center;
	padding:20px 0px;
}
.iprodct ul li section h3{
	width:100%;
	font-size:3.0rem;
	color:#333333;
	line-height:40px;
	margin:0px 0px 5%;
}
.iprodct .pdchage{
	width:100%;
}
.iprodct .pdchage span{
	width:100%;
	display:flex;
	border-bottom:1px #ddd solid;
	flex-wrap:wrap;
}
.iprodct .pdchage span big{
	display:block;
	padding-bottom:30px;
	margin:0px 20px 0px 0px;
	position:relative;
}
.iprodct .pdchage span a{
	display:block;
	line-height:32px;
	text-align:center;
	font-size:1.6rem;
	color:#0aa375;
	border-radius:16px;
	background:#d8e2dd;
	padding:0px 15px;
	transition:.3s;
	text-decoration:none;
}
.iprodct .pdchage span a.active{
	background:#0aa375;
	color:#fff;
}
.iprodct .pdchage span a:hover{
	background:#0aa375;
	color:#fff;
}
.iprodct .pdchage .jscont{
	width:100%;
}
.iprodct .pdchage .jscont>div{
	display:none;
}
.iprodct .pdchage .jstt{
	border-bottom:1px #ddd solid;
	display:flex;
}
.iprodct .pdchage .jstt p{
	line-height:24px;
	padding:20px 5px;
	font-size:1.8rem;
	color:#333333;
	position:relative;
}
.iprodct .pdchage .jstt p:after{
	content:"";
	display:block;
	position:absolute;
	width:100%;
	bottom:-2px;
	left:0;
	height:3px;
	background:#0aa375;
}
.iprodct .pdchage .jsctt{
	line-height:22px;
	color:#333333;
	font-size:1.4rem;
	padding:20px 5px;
}
@media (max-width:1200px) {
	.iprodct ul li section h3{
		font-size:2.2rem;
		line-height:30px;
		margin:0px 0px 3%;
	}
	.iprodct .pdchage .jsctt{
		line-height:28px;
		color:#333333;
		font-size:1.4rem;
		padding:10px 5px;
	}
	.iprodct .pdchage span a{
		line-height:32px;
		font-size:1.4rem;
	}
	.iprodct .pdchage span big{
		padding-bottom:20px;
		margin:0px 20px 0px 0px;
	}
	.iprodct .pdchage .jstt p{
		line-height:20px;
		padding:15px 5px;
		font-size:1.5rem;
	}
}
@media (max-width:992px) {
	.iprodct ul li section h3{
		font-size:1.6rem;
		line-height:22px;
		margin:0px 0px 10px;
	}
	.iprodct .pdchage .jsctt{
		line-height:28px;
		color:#333333;
		font-size:1.4rem;
		padding:10px;
	}
	.iprodct .pdchage span a{
		line-height:26px;
		font-size:1.2rem;
		width:120px;
	}
	.iprodct .pdchage span big{
		padding-bottom:20px;
		margin:0px 20px 0px 0px;
	}
	.iprodct .pdchage .jstt p{
		line-height:20px;
		padding:10px;
		font-size:1.4rem;
	}
}
@media (max-width:768px) {
	.iprodct ul li{
		flex-wrap:wrap;
	}
	.iprodct ul li small{
		width:100%;
		border-right:0px #ddd solid;
		border-bottom:1px #ddd solid;
	}
	.iprodct ul li section{
		width:100%;
	}
	.iprodct .pdchage span{
		justify-content:flex-start;
		width:100%;
		flex-wrap:wrap;
		padding:0px 5px 5px;
	}
	.iprodct .pdchage span big{
		min-width:28%;
		margin:0 5px;
		padding:5px 0px;
	}
	.iprodct ul li section h3{
		font-size:1.6rem;
		line-height:22px;
		margin:10px;
	}
	.iprodct .pdchage span a{
		line-height:26px;
		font-size:1.2rem;
		width:100%;
	}
}
.iprodct .ipdx{
	background:#fff;
	border-radius:5px;
	overflow:hidden;
	max-width:1200px;
	margin:0 auto;
}
.iprodct .ipdx-top{
	display:flex;
	justify-content:space-between;
	border-bottom:1px #ddd solid;
}
.iprodct .ipdx-top small{
	width:32%;
	border-right:1px #ddd solid;
}
.iprodct .ipdx-top small img{
	margin:0 auto;
}
.iprodct .ipdx-top section{
	width:66%;
}
.iprodct .ipdx-top section h3{
	width:100%;
	margin:6% 0px 5%;
	font-size:3.0rem;
}
.iprodct .ipdx-top section .pdchage span{
	border-bottom:0;
}
.iprodct .ipdx-top section .pdchage>span{
	justify-content:flex-start;
}
.iprodct .ipdx-bottom{
	padding:0px 50px 50px;
}
.iprodct .ipdx-bottom>div{
	display:none;
}
.iprodct .ipdx-bottom .jstt{
	border-bottom:1px #ddd solid;
	display:flex;
}
.iprodct .ipdx-bottom .jstt p{
	line-height:24px;
	padding:20px 0;
	font-size:1.8rem;
	color:#333333;
	position:relative;
}
.iprodct .ipdx-bottom .jstt p:after{
	content:"";
	display:block;
	position:absolute;
	width:100%;
	bottom:-2px;
	left:0;
	height:3px;
	background:#0aa375;
}
.iprodct .ipdx-bottom .jsctt{
	padding:40px 0px 20px;
	line-height:30px;
	font-size:1.5rem;
}
.iprodct .ipdx-bottom .jsctt img{
	max-width:100%;
}
@media (max-width:768px) {
	.iprodct .ipdx-top{
		flex-wrap:wrap;
	}
	.iprodct .ipdx-top section h3{
		width:100%;
		margin:15px 10px 10px;
		font-size:2.0rem;
	}
	.iprodct .ipdx-top small{
		width:100%;
		border-right:0px #ddd solid;
		border-bottom:1px #ddd solid;
	}
	.iprodct .ipdx-top section{
		width:100%;
	}
	.iprodct .ipdx-bottom .jsctt{
		padding:30px 10px 15px;
		line-height:30px;
		font-size:1.4rem;
	}
	.iprodct .ipdx-bottom .jstt p{
		padding:10px;
		font-size:1.6rem;
	}
	.iprodct .ipdx-bottom{
		padding:0px 0px 50px;
	}
}
.icase{
	padding:50px 0px;
}
.icase ul li{
	margin-bottom:30px;
}
.icase ul li a{
	display:block;
	border:1px #868787 solid;
	color:rgba(0,0,0,.8);
	transition:.3s;
}
.icase ul li a small{
	display:block;
	overflow:hidden;
}
.icase ul li a img{
	width:100%;
	transition:1s;
}
.icase ul li a section{
	padding:30px 30px;
}
.icase ul li a section p{
	font-size:2.0rem;
	line-height:30px;
}
.icase ul li a section span{
	padding:20px 0px 0px;
	display:block;
	line-height:24px;
	color:#4d4d4d;
}
.icase ul li a:hover{
	color:#0aa375;
	box-shadow:0px 0px 20px rgba(0,0,0,.2);
}
.icase ul li a:hover img{
	transform:scale(1.1);
}
.page{
	display:flex;
	justify-content:flex-end;
	flex-wrap:wrap;
	border-top:1px rgba(0,0,0,.4) solid;
	padding:15px 0px;
}
.page span{
	display:block;
	border:1px rgba(0,0,0,.6) solid;
	margin-left:10px;
	padding:8px 20px;
	color:rgba(0,0,0,.7);
	line-height:20px;
	font-size:1.6rem;
	border-radius:2px;
	margin-bottom:10px;
}
.page span.wub{
	padding:0;
	border:0px rgba(0,0,0,.6) solid;
	border-radius:0px;
}
.page span a{
	display:block;
	border:1px rgba(0,0,0,.6) solid;
	padding:8px 20px;
	color:rgba(0,0,0,.7);
	line-height:20px;
	font-size:1.6rem;
	transition:.3s;
	border-radius:2px;
}
.page span a:hover{
	background:#14a77a;
	color:#fff;
	border:1px #14a77a solid;
}
.page select{
	font-size:1.2rem;
}
@media (max-width:768px) {
	.page span{
		font-size:1.4rem;
		padding:5px 10px;
	}
	.page span a{
		font-size:1.4rem;
		padding:5px 10px;
	}
	.icase ul li a section{
		padding:10px 10px 20px;
	}
	.icase ul li a section p{
		font-size:1.6rem;
		line-height:30px;
	}
	.icase ul li a section span{
		padding:5px 0px 0px;
		display:block;
		line-height:24px;
		color:#4d4d4d;
	}
}
.youshi{
	padding:50px 0px;
}
.ystitle{
	text-align:center;
}
.ystitle p{
	font-size:4.2rem;
	color:#2f2f2f;
}
.ystitle span{
	font-size:1.8rem;
	color:#666666;
	line-height:29px;
	display:block;
	max-width:897px;
	margin:15px auto 0;
}
.youshi ul{
	display:flex;
	justify-content:space-between;
	padding:70px 0px 20px;
}
.youshi ul li{
	width:20%;
	text-align:center;
}
.youshi ul li small{
	display:block;
	width:110px;
	height:110px;
	border-radius:50%;
	margin:0 auto;
	transition:.3s;
	background-color:#d6eee9;
	background-position:center;
	background-repeat:no-repeat;
}
.youshi ul li:nth-of-type(1) small{
	background-image:url(../images/yspic1.png);
}
.youshi ul li:nth-of-type(2) small{
	background-image:url(../images/yspic2.png);
}
.youshi ul li:nth-of-type(3) small{
	background-image:url(../images/yspic3.png);
}
.youshi ul li:nth-of-type(4) small{
	background-image:url(../images/yspic4.png);
}
.youshi ul li:nth-of-type(5) small{
	background-image:url(../images/yspic5.png);
}
.youshi ul li:nth-of-type(1):hover small{
	background-image:url(../images/yspic1n.png);
}
.youshi ul li:nth-of-type(2):hover small{
	background-image:url(../images/yspic2n.png);
}
.youshi ul li:nth-of-type(3):hover small{
	background-image:url(../images/yspic3n.png);
}
.youshi ul li:nth-of-type(4):hover small{
	background-image:url(../images/yspic4n.png);
}
.youshi ul li:nth-of-type(5):hover small{
	background-image:url(../images/yspic5n.png);
}
.youshi ul li p{
	font-size:2.0rem;
	color:#4d4d4d;
	margin:10px 0px 0px;
}
.youshi ul li:hover small{
	background-color:#0aa375;
}
@media (max-width:992px) {
	.youshi{
		padding:30px 0px;
	}
	.ystitle p{
		font-size:3.0rem;
		color:#2f2f2f;
	}
	.ystitle span{
		font-size:1.6rem;
		line-height:26px;
		max-width:800px;
		margin:10px auto 0;
	}
	.youshi ul{
		padding:40px 0px 10px;
	}
	.youshi ul li p{
		font-size:1.6rem;
	}
}
@media (max-width:768px) {
	.youshi{
		padding:20px 0px 10px;
	}
	.ystitle p{
		font-size:2.4rem;
	}
	.ystitle span{
		font-size:1.4rem;
		line-height:20px;
	}
	.youshi ul{
		padding:20px 0px 10px;
		flex-wrap:wrap;
	}
	.youshi ul li{
		width:50%;
		margin-bottom:10px;
	}
	.youshi ul li p{
		font-size:1.4rem;
	}
	.youshi ul li small{
		width:90px;
		height:90px;
		background-size:auto 40%;
	}
}
.fuchi{
	background:#d9dbdf;
	padding:50px 0px 80px;
}
.fuchi .fctitle{
	font-size:4.2rem;
	color:#2f2f2f;
	text-align:center;
}
.fuchi .zche>span{
	display:flex;
	justify-content:center;
	padding:25px 0px 45px;
}
.fuchi .zche>span a{
	display:block;
	border-right:2px #0aa375 solid;
	font-size:2.0rem;
	line-height:20px;
	color:#0aa375;
	padding:0px 25px;
	text-decoration:none;
}
.fuchi .zche>span a:last-child{
	border-right:0;
}
.fuchi .zche>span a:hover{
	color:#000;
}
.zche-ct{
	background:#fff;
}
.zche-ct section{
	display:none;
}
.zche-ct section .fczc{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.zche-ct section .fczc>small{
	display:block;
	width:35%;
}
.zche-ct section .fczc>small img{
	width:100%;
}
.zche-ct section .zche-txt{
	width:60%;
	padding:2% 0px;
}
.zche-ct section .zche-txt>div{
	position:relative;
	height:100%;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}
.zche-ct section .zche-txt>p{
	position:relative;
	height:100%;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}
.zche-ct section .zche-txt span{
	display:flex;
	line-height:23px;
	width:100%;
}
.zche-ct section .zche-txt span p{
	color:#1a1a1a;
	font-size:1.6rem;
}
.zche-ct section .zche-txt span big{
	font-size:1.4rem;
	line-height:23px;
	color:#808080;
	display:block;
	margin-left:5px;
}
@media (max-width:1200px) {
	.zche-ct section .fczc>small{
		width:38%;
	}
}
@media (max-width:992px) {
	.fuchi{
		padding:30px 0px 50px;
	}
	.fuchi .fctitle{
		font-size:3.0rem;
	}
	.fuchi .zche>span{
		padding:20px 0px 30px;
	}
	.fuchi .zche>span a{
		font-size:1.8rem;
	}
	.zche-ct section .fczc>small{
		width:40%;
	}
	.zche-ct section .fczc>small img{
		height:100%;
	}
	.zche-ct section .zche-txt{
		width:57%;
		padding:15px 0px;
	}
	.zche-ct section .zche-txt span p{
		color:#1a1a1a;
		font-size:1.4rem;
	}
	.zche-ct section .zche-txt span big{
		font-size:1.3rem;
		line-height:21px;
	}
}
@media (max-width:768px) {
	.fuchi{
		padding:20px 0px 30px;
	}
	.fuchi .fctitle{
		font-size:2.4rem;
	}
	.fuchi .zche>span{
		padding:10px 0px 15px;
	}
	.fuchi .zche>span a{
		font-size:1.4rem;
	}
	.zche-ct section .fczc>small{
		width:100%;
	}
	.zche-ct section .zche-txt{
		width:100%;
		padding:15px;
	}
}
.jion{
	padding:60px 0px 80px;
}
.jion ul{
	display:flex;
	justify-content:space-between;
	padding:60px 0px 0px;
}
.jion ul i{
	display:block;
	background:url(../images/jnimg.png) 0 no-repeat;
	width:41px;
	height:40px;
	margin:77px 0px 0px;
}
.jion ul li span{
	display:block;
	position:relative;
	width:180px;
	height:180px;
	border-radius:50%;
	box-shadow:0px 0px 30px rgba(11,128,100,.2);
}
.jion ul li:nth-of-type(1) span{
	background:url(../images/jmpic1.png) center no-repeat;
}
.jion ul li:nth-of-type(2) span{
	background:url(../images/jmpic2.png) center no-repeat;
}
.jion ul li:nth-of-type(3) span{
	background:url(../images/jmpic3.png) center no-repeat;
}
.jion ul li:nth-of-type(4) span{
	background:url(../images/jmpic4.png) center no-repeat;
}
.jion ul li:nth-of-type(5) span{
	background:url(../images/jmpic5.png) center no-repeat;
}
.jion ul li p{
	font-size:2.1rem;
	color:#4e595f;
	line-height:24px;
	text-align:center;
	margin:30px 0px 0px;
}
.jion ul li small{
	position:absolute;
	bottom:0;
	width:100%;
	left:0;
	display:flex;
	justify-content:center;
	align-items:flex-end;
	line-height:44px;
	height:100%;
	background:url(../images/jmbj.png) center bottom no-repeat;
	background-size:100% auto;
	font-size:2.0rem;
	color:#0aa375;
}
@media (max-width:1200px) {
	.jion ul li span{
		width:130px;
		height:130px;
		box-shadow:0px 0px 20px rgba(11,128,100,.2);
	}
	.jion ul li p{
		font-size:1.8rem;
	}
	.jion ul li small{
		line-height:32px;
		font-size:1.6rem;
	}
	.jion ul i{
		background-size:100% auto;
		width:30px;
		height:30px;
		margin:55px 0px 0px;
	}
}
@media (max-width:992px) {
	.jion{
		padding:40px 0px 60px;
	}
	.jion ul li span{
		width:110px;
		height:110px;
		box-shadow:0px 0px 20px rgba(11,128,100,.2);
	}
	.jion ul i{
		display:none;
	}
}
@media (max-width:768px) {
	.jion{
		padding:20px 0px;
	}
	.jion ul{
		flex-wrap:wrap;
		padding:30px 0px 0px;
	}
	.jion ul li{
		width:50%;
	}
	.jion ul li span{
		margin:0 auto;
		box-shadow:0px 0px 10px rgba(11,128,100,.2);
	}
	.jion ul li small{
		line-height:28px;
		font-size:1.6rem;
	}
	.jion ul li p{
		font-size:1.6rem;
		line-height:24px;
		margin:10px 0px;
	}
}
.fangshi{
	background:url(../images/fsbg.jpg) 0px 0px repeat;
	padding:50px 0px;
}
.fangshi .fstitle{
	text-align:center;
	font-size:4.0rem;
	color:#2f2f2f;
}
.fx-cont{
	display:flex;
	justify-content:center;
	padding:50px 0px 0px;
}
.fx-cont i{
	width:1px;
	background:#ddd;
	margin:0px 8%;
}
.fx-cont section{
	text-align:center;
}
.fx-cont section small{
	display:block;
}
.fx-cont section small img{
	max-width:185px;
	box-shadow:0px 0px 30px rgba(0,0,0,.3);
}
.fx-cont section span{
	display:block;
	background:#0aa375;
	color:#fff;
	text-align:center;
	max-width:140px;
	margin:30px auto 20px;
	line-height:30px;
	border-radius:15px;
}
.fx-cont section p{
	font-size:1.6rem;
	color:#2f2f2f;
	line-height:30px;
}
@media (max-width:992px) {
	.fangshi .fstitle{
		font-size:3.0rem;
	}
	.fangshi{
		padding:30px 0px;
	}
}
@media (max-width:768px) {
	.fx-cont section small img{
		max-width:100%;
		box-shadow:0px 0px 10px rgba(0,0,0,.3);
	}
	.fangshi .fstitle{
		font-size:2.4rem;
	}
	.fangshi{
		padding:20px 0px;
	}
	.fx-cont section{
		margin-bottom:15px;
	}
	.fx-cont section span{
		margin:20px auto 10px;
	}
	.fx-cont i{
		display:none;
	}
	.fx-cont{
		flex-wrap:wrap;
		padding:20px 0px 0px;
	}
	.fx-cont section p{
		font-size:1.4rem;
		line-height:24px;
	}
}
.lanmu ul{
	display:flex;
}
.lanmu ul li{
	margin-right:4%;
}
.lanmu ul li a{
	display:block;
	position:relative;
	line-height:80px;
	font-size:1.8rem;
	color:#808080;
	padding:0px 5px;
}
.lanmu ul li a:after{
	content:"";
	display:block;
	position:absolute;
	width:100%;
	bottom:0;
	left:0;
	height:5px;
	background:#14a77a;
	opacity:0;
	transition:.3s;
}
.lanmu ul li:hover a:after{
	opacity:1;
}
.lanmu ul li.cur a:after{
	opacity:1;
}
.zhichi{
	background:#d9dbdf;
	padding:50px 0px;
}
.search form{
	display:flex;
	justify-content:space-between;
}
.search form input{
	width:84%;
	line-height:20px;
	font-size:1.8rem;
	border:0;
	padding:30px 0px 30px 40px;
}
.search form button{
	display:block;
	border:0;
	background:#0aa375 url(../images/fdj.png) center no-repeat;
	width:14%;
	transition:.3s;
}
.search form button:hover{
	background-color:#f07700;
}
.zhichi ul{
	padding:40px 0px 0px;
}
.zhichi ul li{
	margin-bottom:30px;
}
.zhichi ul li a{
	display:block;
	transition:.3s;
}
.zhichi ul li a section{
	display:none;
}
.zhichi ul li a small{
	display:block;
	position:relative;
}
.zhichi ul li a small:after{
	content:"";
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background:rgba(0,0,0,.58);
	z-index:1;
	opacity:0;
	transition:.3s;
}
.zhichi ul li a small:before{
	opacity:0;
	content:"免费观看";
	display:block;
	width:100%;
	height:80px;
	position:absolute;
	top:50%;
	margin-top:-40px;
	left:0;
	z-index:2;
	color:#fff;
	font-size:1.7rem;
	font-weight:bold;
	text-align:center;
	line-height:20px;
	padding:60px 0px 0px;
	background:url(../images/sppic.png) center 0 no-repeat;
}
.zhichi ul li a small img{
	width:100%;
}
.zhichi ul li a span{
	display:block;
	padding:20px;
}
.zhichi ul li a span p{
	font-size:1.8rem;
	color:#333333;
	line-height:24px;
}
.zhichi ul li a span big{
	display:block;
	color:#808080;
	font-size:1.4rem;
	line-height:20px;
	padding:10px 0px 5px;
	font-family:arial;
}
.zhichi ul li a:hover{
	background:#fff;
	box-shadow:0px 0px 20px rgba(0,0,0,.2);
}
.zhichi ul li a:hover small:after,.zhichi ul li a:hover small:before{
	opacity:1;
}
@media (max-width:768px) {
	.zhichi{
		padding:30px 0px 20px;
	}
	.zhichi ul{
		padding:20px 0px 0px;
	}
	.search form input{
		width:78%;
		line-height:20px;
		font-size:1.4rem;
		padding:15px 0px 15px 10px;
	}
	.search form button{
		background:#0aa375 url(../images/fdj.png) center no-repeat;
		background-size:40% auto;
		width:20%;
	}
	.zhichi ul li{
		margin-bottom:10px;
	}
	.zhichi ul li a span p{
		font-size:1.4rem;
	}
	.zhichi ul li a span big{
		font-size:1.2rem;
		padding:0px 0px 5px;
	}
	.zhichi ul li a span{
		padding:10px 5px;
	}
	.lanmu{
		padding:15px 0px 5px;
	}
	.lanmu ul{
		justify-content:space-between;
		flex-wrap:wrap;
	}
	.lanmu ul li{
		margin-right:0;
		width:30%;
		margin-bottom:10px;
	}
	.lanmu ul li a{
		line-height:34px;
		font-size:1.2rem;
		color:#808080;
		padding:0px;
		text-align:center;
		border:1px #ddd solid;
	}
	.lanmu ul li a:after{
		content:"";
		display:none;
	}
	.lanmu ul li.cur a{
		color:#fff;
		background:#0aa375;
		border:1px #0aa375 solid;
	}
}
.tanchu{
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:rgba(0,0,0,.7);
	z-index:9999;
	display:none;
}
.tanchu .tanchuct{
	max-width:70%;
	overflow:hidden;
	margin:0 auto;
	top:10%;
	display:flex;
	justify-content:center;
	align-items:center;
	height:80%;
	position:relative;
	padding:18px;
}
.tanchu .tanchuct i{
	position:absolute;
	right:0;
	top:0;
	width:36px;
	height:36px;
	background:url(../images/btn-close.png) 0 no-repeat;
	cursor:pointer;
	z-index:9999999;
}
.tanchu .tanchuct section{
	width:100%;
	height:100%;
	background:#000;
	position:relative;
}
.zhichi ol{
	padding:40px 0px 0px;
}
.zhichi ol li{
	margin-bottom:15px;
}
.zhichi ol li a{
	display:flex;
	background:#fff;
	padding:2% 7% 2% 3%;
	justify-content:space-between;
	border:1px #fff solid;
	align-items:center;
	transition:.3s;
}
.zhichi ol li a section{
	display:flex;
}
.zhichi ol li a section small{
	margin:0px 15px 0px 0px;
}
.zhichi ol li a section big{
	display:flex;
	flex-wrap:wrap;
	align-content:space-between;
}
.zhichi ol li a section big p{
	font-size:2.2rem;
	color:#333333;
	width:100%;
	line-height:26px;
}
.zhichi ol li a section big b{
	font-size:1.4rem;
	color:rgba(0,0,0,.4);
	font-weight:normal;
	line-height:18px;
}
.zhichi ol li a span{
	border:1px #0aa375 solid;
	color:#0aa375;
	line-height:20px;
	padding:5px 25px;
	transition:.3s;
}
.zhichi ol li a:hover{
	border:1px #0aa375 solid;
}
.zhichi ol li a:hover span{
	background:#0aa375;
	color:#fff;
}
@media (max-width:768px) {
	.zhichi ol{
		padding:20px 0px 0px;
	}
	.zhichi ol li a{
		padding:10px;
		justify-content:flex-end;
		flex-wrap:wrap;
		position:relative;
	}
	.zhichi ol li a section{
		width:100%;
	}
	.zhichi ol li a section big p{
		font-size:1.5rem;
	}
	.zhichi ol li a section big b{
		font-size:1.4rem;
		line-height:18px;
	}
	.zhichi ol li a span{
		margin:0px;
		position:absolute;
		padding:0px 15px;
		transition:.3s;
		font-size:1.2rem;
		right:10px;
		bottom:10px;
	}
}
.zhichi dl{
	padding:40px 20px;
	background:#fff;
	margin:40px 0px 0px;
}
.zhichi dl section{
	border:1px #fff solid;
}
.zhichi dl section:before{
	content:"";
	display:block;
	width:calc(100% - 60px);
	border-top:1px #ddd solid;
	margin:0 auto;
}
.zhichi dl section dt{
	cursor:pointer;
	font-weight:normal;
	padding:20px 40px;
	display:flex;
	align-items:center;
	background:url(../images/qsbt.png) calc(100% - 40px) center no-repeat;
	background-size:20px auto;
}
.zhichi dl section small{
	width:33px;
	height:33px;
	display:block;
	border-radius:50%;
	background:#808080;
	color:#fff;
	text-align:center;
	line-height:33px;
	font-size:1.5rem;
	transition:.3s;
}
.zhichi dl section dt p{
	font-size:1.8rem;
	color:#808080;
	margin:0px 0px 0px 25px;
	transition:.3s;
}
.zhichi dl section dd{
	display:none;
	padding:0px 40px;
}
.zhichi dl section dd>div{
	display:flex;
	border-top:1px #ddd solid;
	padding:15px 0px;
}
.zhichi dl section.active{
	border:1px #0aa375 solid;
}
.zhichi dl section.active small{
	background:#0aa375;
}
.zhichi dl section.active:before{
	border-top:1px #fff solid;
}
.zhichi dl section.active dt p{
	color:#0aa375;
}
.zhichi dl section.active dt{
	background:url(../images/qsbtn.png) calc(100% - 40px) center no-repeat;
	background-size:20px auto;
}
.zhichi dl section dd>div span{
	display:block;
	line-height:33px;
	margin:0px 0px 40px 25px;
	font-size:1.8rem;
	color:#808080;
}
.zhichi dl section:hover small{
	background:#0aa375;
}
.zhichi dl section:hover dt p{
	color:#0aa375;
}
@media (max-width:768px) {
	.zhichi dl{
		padding:10px;
		margin:20px 0px 0px;
	}
	.zhichi dl section{
		padding:0px 5px;
	}
	.zhichi dl section dt{
		padding:10px 0px;
		background:url(../images/qsbt.png) right center no-repeat;
		background-size:15px auto;
	}
	.zhichi dl section:before{
		width:100%;
	}
	.zhichi dl section dt p{
		font-size:1.4rem;
		margin:0px 0px 0px 10px;
	}
	.zhichi dl section small{
		width:25px;
		height:25px;
		line-height:25px;
		font-size:1.3rem;
	}
	.zhichi dl section.active dt{
		background:url(../images/qsbtn.png) right center no-repeat;
		background-size:15px auto;
	}
	.zhichi dl section dd{
		padding:0px;
	}
	.zhichi dl section dd>div span{
		line-height:25px;
		margin:0px 0px 20px 10px;
		font-size:1.4rem;
	}
}
.jobone{
	padding:50px 0px;
}
.jobone .jbtitle{
	font-size:4.0rem;
	text-align:center;
	line-height:50px;
	color:#2f2f2f;
}
.jobone .jbcont{
	color:#666666;
	font-size:1.6rem;
	text-align:center;
	line-height:35px;
	max-width:950px;
	margin:0 auto;
	padding:30px 0px 0px;
}
.jobone ul{
	display:flex;
	flex-wrap:wrap;
	background:url(../images/jbpic1.jpg) 0 0 no-repeat;
	background-size:75% auto;
	margin:40px 0px 0;
}
.jobone ul li{
	width:25%;
	border-right:1px #fff solid;
}
.jobone ul li a{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	color:#fff;
	text-align:center;
	height:270px;
	padding:15%;
	background:rgba(35,40,51,.61);
}
.jobone ul li a p{
	width:100%;
	font-size:2.8rem;
}
.jobone ul li a p small{
	width:100%;
	font-size:1.4rem;
}
.jobone ul li:nth-of-type(3) {
	border-right:0;
}
.jobone ul li:last-child {
	border-right:0;
}
.jobone ul li:last-child a{
	background:#0aa375;
}
.jobone ul li:last-child a small{
	display:block;
	width:50px;
	height:57px;
	background:url(../images/jlpic.png) center no-repeat;
}
.jobone .nstitle{
	padding-bottom:10px;
	border-bottom:1px rgba(0,0,0,.3) dashed;
}
.jobone .nstitle p{
	font-size:3.0rem;
	text-align:center;
	line-height:40px;
	color:#2f2f2f;
}
.jobone .nstitle span{
	display:block;
	text-align:center;
	font-size:1.4rem;
	color:rgba(0,0,0,.5);
	line-height:20px;
	padding:20px 0px 10px;
}
.jobone .nscont{
	color:#666666;
	font-size:1.5rem;
	line-height:30px;
	margin:0 auto;
	padding:20px 5px 0px;
}
.jobone .nscont img{
	max-width:100% !important;
	height:auto !important;
}
@media (max-width:1200px) {
	.jobone .jbtitle{
		font-size:3.0rem;
		line-height:40px;
	}
	.jobone ul li a{
		height:210px;
	}
}
@media (max-width:992px) {
	.jobone{
		padding:35px 0px;
	}
	.jobone .jbtitle{
		font-size:2.4rem;
		line-height:30px;
	}
	.jobone .jbcont{
		font-size:1.4rem;
		line-height:30px;
		padding:20px 0px 0px;
	}
	.jobone ul{
		margin:20px 0px 0;
	}
	.jobone ul li a{
		height:160px;
	}
	.jobone ul li a p{
		font-size:2.0rem;
	}
	.jobone ul li:last-child a small{
		background:url(../images/jlpic.png) center no-repeat;
		background-size:50% auto;
	}
	.jobone .nstitle{
		font-size:2.0rem;
		line-height:50px;
		padding-bottom:10px;
	}
	.jobone .nscont{
		font-size:1.4rem;
		line-height:30px;
		padding:15px 0px 0px;
	}
}
@media (max-width:768px) {
	.jobone .jbtitle{
		font-size:2.0rem;
	}
	.jobone .jbcont{
		line-height:22px;
		padding:10px 0px 0px;
	}
	.jobone ul{
		background:url(../images/jbpic1.jpg) 0 0 no-repeat;
		background-size:auto 100%;
	}
	.jobone ul li{
		width:50%;
		border-right:1px #fff solid;
		border-bottom:1px #fff solid;
	}
	.jobone ul li a p{
		font-size:1.8rem;
	}
	.jobone ul li:nth-of-type(3) {
		border-right:1px #fff solid;
	}
	.jobone ul li:nth-of-type(2) {
		border-right:0;
	}
	.jobone .nstitle{
		font-size:1.8rem;
		line-height:30px;
	}
	.jobone .nscont{
		font-size:1.2rem;
		line-height:26px;
		padding:15px 0px 0px;
	}
}
.peixun{
	background:#d9dbdf;
	padding:80px 0px;
}
.peixun .pxtitle{
	font-size:4.0rem;
	color:#2f2f2f;
	text-align:center;
}
.peixun .px-ct section{
	color:#666666;
	line-height:35px;
	text-align:center;
	max-width:970px;
	margin:0 auto;
	padding:30px 0px 0px;
}
.peixun .px-ct ul{
	display:flex;
	justify-content:center;
	padding:30px 0px 0px;
}
.peixun .px-ct ul li{
	margin:0px 5%;
}
.peixun .px-ct ul li p{
	text-align:center;
	line-height:25px;
	font-size:1.8rem;
	color:#4d4d4d;
	margin:15px 0px 0px;
}
.peixun .px-ct ul li small{
	display:block;
	width:110px;
	height:110px;
	background-color:#c9d7d7;
	border-radius:50%;
	margin:0 auto;
	background-repeat:no-repeat;
	background-position:center;
}
.peixun .px-ct ul li:nth-of-type(1) small{
	background-image:url(../images/pxpic1.png);
}
.peixun .px-ct ul li:nth-of-type(2) small{
	background-image:url(../images/pxpic2.png);
}
.peixun .px-ct ul li:nth-of-type(3) small{
	background-image:url(../images/pxpic3.png);
}
@media (max-width:1200px) {
	.peixun .pxtitle{
		font-size:3.0rem;
	}
}
@media (max-width:992px) {
	.peixun{
		padding:35px 0px;
	}
	.peixun .pxtitle{
		font-size:2.4rem;
	}
	.peixun .px-ct section{
		line-height:30px;
		padding:10px 0px 0px;
	}
	.peixun .px-ct ul li p{
		font-size:1.7rem;
		margin:10px 0px 0px;
	}
	.peixun .px-ct ul li small{
		display:block;
		width:100px;
		height:100px;
	}
	.peixun .px-ct section{
		line-height:25px;
		max-width:970px;
	}
}
@media (max-width:768px) {
	.peixun .pxtitle{
		font-size:2.0rem;
	}
	.peixun .px-ct ul{
		justify-content:space-between;
	}
	.peixun .px-ct ul li{
		margin:0px;
	}
	.peixun .px-ct ul li p{
		font-size:1.4rem;
		margin:10px 0px 0px;
	}
	.peixun .px-ct ul li small{
		width:80px;
		height:80px;
		background-size:40% auto;
	}
}
.youdian{
	background:url(../images/fsbg.jpg) 0 0 repeat;
	padding:80px 0px 10px;
}
.youdian .ydtitle{
	text-align:center;
	font-size:1.8rem;
	color:#666666;
}
.youdian .ydtitle p{
	font-size:4.0rem;
	color:#2f2f2f;
	margin:0px 0px 10px;
}
.yd-ct ul{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	padding:100px 0px 50px;
}
.yd-ct ul li{
	text-align:center;
	width:25%;
	margin-bottom:15px;
}
.yd-ct ul li small{
	display:block;
	background-repeat:no-repeat;
	background-position:center 0;
	height:60px;
}
.yd-ct ul li p{
	color:#000;
	font-size:1.8rem;
	line-height:24px;
	margin:5px 0px 10px;
}
.yd-ct ul li span{
	display:block;
	color:#666666;
	line-height:24px;
	max-width:145px;
	margin:0 auto;
}
.yd-ct ul li:nth-of-type(1) small{
	background-image:url(../images/ydpic1.png);
}
.yd-ct ul li:nth-of-type(2) small{
	background-image:url(../images/ydpic2.png);
}
.yd-ct ul li:nth-of-type(3) small{
	background-image:url(../images/ydpic3.png);
}
.yd-ct ul li:nth-of-type(4) small{
	background-image:url(../images/ydpic4.png);
}
.yd-ct ul li:nth-of-type(5) small{
	background-image:url(../images/ydpic5.png);
}
.yd-ct ul li:nth-of-type(6) small{
	background-image:url(../images/ydpic6.png);
}
.yd-ct ul li:nth-of-type(7) small{
	background-image:url(../images/ydpic7.png);
}
.yd-ct ul li:nth-of-type(8) small{
	background-image:url(../images/ydpic8.png);
}
@media (max-width:1200px) {
	.youdian .ydtitle p{
		font-size:3.0rem;
	}
}
@media (max-width:992px) {
	.youdian .ydtitle{
		font-size:1.6rem;
	}
	.youdian .ydtitle p{
		font-size:2.4rem;
	}
	.yd-ct ul li small{
		background-size:auto 40px;
		height:50px;
	}
	.yd-ct ul li p{
		font-size:1.6rem;
		margin:0px 0px 5px;
	}
}
@media (max-width:768px) {
	.yd-ct ul{
		padding:20px 0px;
	}
	.youdian{
		padding:30px 0px 10px;
	}
	.youdian .ydtitle{
		font-size:1.4rem;
	}
	.youdian .ydtitle p{
		font-size:2.0rem;
	}
	.yd-ct ul li{
		width:50%;
	}
	.yd-ct ul li p{
		font-size:1.6rem;
		margin:0px 0px 5px;
	}
	.yd-ct ul li span{
		line-height:20px;
		max-width:90%;
		font-size:1.2rem;
	}
}


.youdian2{
	background:url(../images/fsbg2.jpg) 0 0 repeat;
	padding:80px 0px 10px;
}
.youdian2 .ydtitle2{
	text-align:center;
	font-size:1.8rem;
	color:#666666;
}
.youdian2 .ydtitle2 p{
	font-size:4.0rem;
	color:#2f2f2f;
	margin:0px 0px 10px;
}
.yd-ct2 ul{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	padding:50px 0px 30px;
}
.yd-ct2 ul li{
	text-align:center;
	width:25%;
	margin-bottom:15px;
}
.yd-ct2 ul li small{
	display:block;
	background-repeat:no-repeat;
	background-position:center 0;
	height:90px;
}
.yd-ct2 ul li p{
	color:#000;
	font-size:1.8rem;
	line-height:25px;
	margin:5px 0px 10px;
}
.yd-ct2 ul li span{
	display:block;
	color:#666666;
	line-height:24px;
	max-width:145px;
	margin:0 auto;
}
.yd-ct2 ul li:nth-of-type(1) small{
	background-image:url(../images/div2_icon1.png);
}
.yd-ct2 ul li:nth-of-type(2) small{
	background-image:url(../images/adv_icon3.png);
}
.yd-ct2 ul li:nth-of-type(3) small{
	background-image:url(../images/div2_icon7.png);
}
.yd-ct2 ul li:nth-of-type(4) small{
	background-image:url(../images/div2_icon6.png);
}
.yd-ct2 ul li:nth-of-type(5) small{
	background-image:url(../images/div2_icon4.png);
}
.yd-ct2 ul li:nth-of-type(6) small{
	background-image:url(../images/robot_icon1.png);
}
.yd-ct2 ul li:nth-of-type(7) small{
	background-image:url(../images/div2_icon5.png);
}
.yd-ct2 ul li:nth-of-type(8) small{
	background-image:url(../images/robot_icon2.png);
}
@media (max-width:1200px) {
	.youdian2 .ydtitle2 p{
		font-size:3.0rem;
	}
}
@media (max-width:992px) {
	.youdian2 .ydtitle2{
		font-size:1.6rem;
	}
	.youdian2 .ydtitle2 p{
		font-size:2.4rem;
	}
	.yd-ct2 ul li small{
		background-size:auto 40px;
		height:50px;
	}
	.yd-ct2 ul li p{
		font-size:1.6rem;
		margin:0px 0px 5px;
	}
}
@media (max-width:768px) {
	.yd-ct2 ul{
		padding:20px 0px;
	}
	.youdian2{
		padding:30px 0px 10px;
	}
	.youdian2 .ydtitle2{
		font-size:1.4rem;
	}
	.youdian2 .ydtitle2 p{
		font-size:2.0rem;
	}
	.yd-ct2 ul li{
		width:50%;
	}
	.yd-ct2 ul li p{
		font-size:1.6rem;
		margin:0px 0px 5px;
	}
	.yd-ct2 ul li span{
		line-height:20px;
		max-width:90%;
		font-size:1.2rem;
	}
}

.youdian3{
	background:url(../images/pro_2.jpg) 0 0 repeat;
	padding:80px 0px 10px;
}
.youdian3 .ydtitle3{
	text-align:center;
	font-size:1.8rem;
	color:#fafafa;
}
.youdian3 .ydtitle3 p{
	font-size:4.0rem;
	color:#fafafa;
	margin:0px 0px 10px;
}
.yd-ct3 ul{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	padding:50px 0px 30px;
}
.yd-ct3 ul li{
	text-align:center;
	width:25%;
	margin-bottom:15px;
}
.yd-ct3 ul li small{
	display:block;
	background-repeat:no-repeat;
	background-position:center 0;
	height:90px;
}
.yd-ct3 ul li p{
	color:#fafafa;
	font-size:1.8rem;
	line-height:25px;
	margin:5px 0px 10px;
}
.yd-ct3 ul li span{
	display:block;
	color:#fafafa;
	line-height:24px;
	max-width:145px;
	margin:0 auto;
}
.yd-ct3 ul li:nth-of-type(1) small{
	background-image:url(../images/ch_li_1.png);
}
.yd-ct3 ul li:nth-of-type(2) small{
	background-image:url(../images/ch_li_2.png);
}
.yd-ct3 ul li:nth-of-type(3) small{
	background-image:url(../images/ch_li_3.png);
}
.yd-ct3 ul li:nth-of-type(4) small{
	background-image:url(../images/ch_li_4.png);
}
.yd-ct3 ul li:nth-of-type(5) small{
	background-image:url(../images/ch_li_5.png);
}
.yd-ct3 ul li:nth-of-type(6) small{
	background-image:url(../images/ch_li_6.png);
}
.yd-ct3 ul li:nth-of-type(7) small{
	background-image:url(../images/ch_li_7.png);
}
.yd-ct3 ul li:nth-of-type(8) small{
	background-image:url(../images/ch_li_8.png);
}
@media (max-width:1200px) {
	.youdian3 .ydtitle3 p{
		font-size:3.0rem;
	}
}
@media (max-width:992px) {
	.youdian3 .ydtitle3{
		font-size:1.6rem;
	}
	.youdian3 .ydtitle3 p{
		font-size:2.4rem;
	}
	.yd-ct3 ul li small{
		background-size:auto 40px;
		height:50px;
	}
	.yd-ct3 ul li p{
		font-size:1.6rem;
		margin:0px 0px 5px;
	}
}
@media (max-width:768px) {
	.yd-ct3 ul{
		padding:20px 0px;
	}
	.youdian3{
		padding:30px 0px 10px;
	}
	.youdian3 .ydtitle3{
		font-size:1.4rem;
	}
	.youdian3 .ydtitle3 p{
		font-size:2.0rem;
	}
	.yd-ct3 ul li{
		width:50%;
	}
	.yd-ct3 ul li p{
		font-size:1.6rem;
		margin:0px 0px 5px;
	}
	.yd-ct3 ul li span{
		line-height:20px;
		max-width:90%;
		font-size:1.2rem;
	}
}

.youdian4{
	background:url(../images/pro_2.jpg) 0 0 repeat;
	padding:80px 0px 10px;
}
.youdian4 .ydtitle4{
	text-align:center;
	font-size:1.8rem;
	color:#fafafa;
}
.youdian4 .ydtitle4 p{
	font-size:4.0rem;
	color:#fafafa;
	margin:0px 0px 10px;
}
.yd-ct4 ul{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	padding:50px 0px 30px;
}
.yd-ct4 ul li{
	text-align:center;
	width:25%;
	margin-bottom:15px;
}
.yd-ct4 ul li small{
	display:block;
	background-repeat:no-repeat;
	background-position:center 0;
	height:90px;
}
.yd-ct4 ul li p{
	color:#fafafa;
	font-size:1.8rem;
	line-height:25px;
	margin:5px 0px 10px;
}
.yd-ct4 ul li span{
	display:block;
	color:#fafafa;
	line-height:24px;
	max-width:145px;
	margin:0 auto;
}
.yd-ct4 ul li:nth-of-type(1) small{
	background-image:url(../images/bed_li_1.png);
}
.yd-ct4 ul li:nth-of-type(2) small{
	background-image:url(../images/bed_li_2.png);
}
.yd-ct4 ul li:nth-of-type(3) small{
	background-image:url(../images/bed_li_3.png);
}
.yd-ct4 ul li:nth-of-type(4) small{
	background-image:url(../images/bed_li_4.png);
}
.yd-ct4 ul li:nth-of-type(5) small{
	background-image:url(../images/ch_li_5.png);
}
.yd-ct4 ul li:nth-of-type(6) small{
	background-image:url(../images/ch_li_6.png);
}
.yd-ct4 ul li:nth-of-type(7) small{
	background-image:url(../images/ch_li_7.png);
}
.yd-ct4 ul li:nth-of-type(8) small{
	background-image:url(../images/ch_li_8.png);
}
@media (max-width:1200px) {
	.youdian4 .ydtitle4 p{
		font-size:3.0rem;
	}
}
@media (max-width:992px) {
	.youdian4 .ydtitle4{
		font-size:1.6rem;
	}
	.youdian4 .ydtitle4 p{
		font-size:2.4rem;
	}
	.yd-ct4 ul li small{
		background-size:auto 40px;
		height:50px;
	}
	.yd-ct4 ul li p{
		font-size:1.6rem;
		margin:0px 0px 5px;
	}
}
@media (max-width:768px) {
	.yd-ct4 ul{
		padding:20px 0px;
	}
	.youdian4{
		padding:30px 0px 10px;
	}
	.youdian4 .ydtitle4{
		font-size:1.4rem;
	}
	.youdian4 .ydtitle4 p{
		font-size:2.0rem;
	}
	.yd-ct4 ul li{
		width:50%;
	}
	.yd-ct4 ul li p{
		font-size:1.6rem;
		margin:0px 0px 5px;
	}
	.yd-ct4 ul li span{
		line-height:20px;
		max-width:90%;
		font-size:1.2rem;
	}
}

.fangc{
	padding:50px 0px;
	background:#ebebeb url(../images/fcbg.jpg) center bottom no-repeat;
}
.fangct{
	position:relative;
	padding:40px 0px 0px;
}
.fangct .swiper-slide section{
	position:relative;
	height:100%;
}
.fangctt{
	margin:10px 0px 0px;
}
.fangctt .swiper-slide section{
	position:relative;
	height:100%;
}
.fangct .swiper-slide section iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:2;
}
.fangct .swiper-slide section span{
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:3;
}
.fangctt .swiper-slide section iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:2;
}
.fangct .swiper-button-next{
	background:url(../images/fcrbt.png) center no-repeat;
	height:48px;
	margin-top:-24px;
	right:33%;
	width:28px;
}
.fangct .swiper-button-prev{
	background:url(../images/fclbt.png) center no-repeat;
	height:48px;
	left:33%;
	margin-top:-24px;
	width:28px;
}
.fangctt .swiper-button-next{
	margin-top:-100px;
}
.fangctt .swiper-button-prev{
	margin-top:-100px;
}
.fangctt{
	display:none;
}
#fangct .swiper-wrapper{
	display:flex;
	align-items:center;
}
#fangct .swiper-slide-visible{
	width:29% !important;
}
#fangct .swiper-slide-visible section:after{
	content:"";
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.7);
	top:0;
	left:0;
	z-index:3;
}
#fangct .swiper-slide-visible.swiper-slide-next{
	width:40% !important;
}
#fangct .swiper-slide-visible.swiper-slide-next section:after{
	content:"";
	display:none;
}
#fangctt .swiper-slide-visible{
	width:29% !important;
}
#fangctt .swiper-slide-visible.swiper-slide-next{
	width:40% !important;
}
#fangctt .swiper-slide-visible .lvc{
	display:none;
}
#fangctt .swiper-slide-visible.swiper-slide-next .lvc{
	display:block;
	max-width:640px;
	margin:40px auto 20px;
	text-align:center;
}
.lvc span{
	font-size:2.4rem;
	color:#2f2f2f;
}
.lvc section{
	color:#666666;
	line-height:27px;
	padding:15px 0px 0px;
}
#fangcttt{
	padding:0px 0px 40px;
}
#fangcttt .swiper-pagination .swiper-pagination-bullet-active{
	background:#0aa375;
}
@media (max-width:992px) {
	.fangc{
		padding:30px 15px 10px;
	}
}
@media (max-width:768px) {
	.fangct{
		display:none;
	}
	.fangctt{
		display:block;
	}
	.lvc{
		margin:20px auto 0px;
	}
	.lvc span{
		font-size:1.8rem;
	}
	.lvc section{
		line-height:22px;
		padding:5px 0px 0px;
	}

}
.huoban{
	background:url(../images/hbbg.jpg) center bottom no-repeat;
	padding:60px 0px 100px;
}
.huoban .hbtitle{
	text-align:center;
}
.huoban .hbtitle p{
	font-size:4.0rem;
}
.huoban .hbtitle span{
	display:block;
	color:#666666;
	line-height:27px;
	padding:15px 0px 0px;
}
.huoban ul{
	display:flex;
	flex-wrap:wrap;
	max-width:980px;
	margin:50px auto;
}
.huoban ul li{
	border:1px #cccccc solid;
	width:25%;
	background:#fff;
	position:relative;
	display:flex;
	justify-content:center;
	align-items:center;
}
.huoban ul li a{
	display:block;
	transition:.3s;
}
.huoban ul li img{
	max-width:100%;
}
.huoban ul li:hover{
	box-shadow:0px 0px 30px rgba(0,0,0,.1);
	z-index:2;
}
@media (max-width:992px) {
	.huoban .hbtitle p{
		font-size:3.0rem;
	}
}
@media (max-width:768px) {
	.huoban{
		padding:30px 0px 40px;
	}
	.huoban .hbtitle p{
		font-size:2.4rem;
	}
	.huoban .hbtitle span{
		line-height:22px;
		padding:10px 0px 0px;
	}
	.huoban ul{
		margin:20px auto;
	}
	.huoban ul li{
		width:50%;
	}
}
.honor{
	background:url(../images/hnbg.jpg) center no-repeat;
	padding:60px 0px 0;
	position:relative;
}
.honor .hbtitle{
	text-align:center;
}
.honor .hbtitle p{
	font-size:4.0rem;
	color:#2f2f2f;
}
.honor .hbtitle span{
	display:block;
	color:#666666;
	line-height:27px;
	padding:20px 0px 30px;
}
.honor a{
	position:absolute;
	display:block;
	width:160px;
	line-height:40px;
	text-align:center;
	bottom:145px;
	left:50%;
	margin-left:-80px;
	border:1px #fff solid;
	border-radius:5px;
	font-size:1.8rem;
	color:#fff;
	transition:.3s;
}
.honor a:hover{
	background:#fff;
	color:#e00500;
}
@media (max-width:992px) {
	.honor .hbtitle p{
		font-size:3.0rem;
	}
}
@media (max-width:768px) {
	.honor{
		padding:30px 0px 0;
	}
	.honor center img{
		max-width:100%;
	}
	.honor .hbtitle p{
		font-size:2.4rem;
	}
	.honor .hbtitle span{
		line-height:22px;
		padding:10px 0px;
	}
	.honor a{
		width:120px;
		line-height:30px;
		bottom:80px;
		margin-left:-60px;
		font-size:1.6rem;
	}
}
.xiangmu{
	background:url(../images/xmbg.jpg) center bottom no-repeat;
	padding:200px 0px;
}
.xm-ct{
	max-width:500px;
}
.xm-ct .xmtitle{
	color:#2f2f2f;
	font-size:4.0rem;
}
.xm-ct .xm-cont{
	color:#666666;
	line-height:27px;
	padding:30px 0px;
}
.xm-ct>a{
	display:flex;
	width:160px;
	line-height:46px;
	text-align:center;
	background:#0aa375;
	justify-content:center;
	color:#fff;
	font-size:1.8rem;
	border-radius:4px;
	transition:.3s;
}
.xm-ct>a i{
	display:block;
	background:url(../images/pdrbtn.png) center no-repeat;
	width:10px;
	background-size:100% auto;
	margin:0px 0px 0px 10px;
}
.xm-ct>a:hover{
	color:#fff;
	background:#e47203;
}
@media (max-width:992px) {
	.xiangmu{
		padding:150px 0px;
	}
	.xm-ct .xmtitle{
		font-size:3.0rem;
	}
}
@media (max-width:768px) {
	.xm-ct .xmtitle{
		font-size:2.4rem;
	}
	.xm-ct .xm-cont{
		line-height:22px;
		padding:15px 0px 30px;
	}
	.xiangmu{
		padding:50px 0px 100px;
	}
	.xm-ct>a{
		width:120px;
		line-height:36px;
		font-size:1.6rem;
	}
	.xm-ct>a i{
		background:url(../images/pdrbtn.png) center no-repeat;
		background-size:80% auto;
	}
}
.pdclass{
	position:absolute;
	width:100%;
	bottom:0;
	left:0;
	background:rgba(0,0,0,.24);
	border-top:1px rgba(255,255,255,.2) solid;
}
.pdclass ul{
	display:flex;
	flex-wrap:wrap;
}
.pdclass ul li{
	width:11.1111111%;
}
.pdclass ul li a{
	display:block;
	padding:20px 0px;
	transition:.3s;
	color:#fff;
}
.pdclass ul li a small{
	display:block;
	height:45px;
	background-position:center;
	background-repeat:no-repeat;
}
.pdclass ul li a p{
	text-align:center;
	margin:10px 0px 0px;
	line-height:20px;
}
.pdclass ul li a:hover{
	background:#0aa375;
}
.pdclass ul li.cur a{
	background:#0aa375;
}
.iproducts{
	background:#d9dbdf;
	padding:60px 0px 100px;
}
.iproducts .ipdtitle{
	text-align:center;
}
.iproducts .ipdtitle p{
	font-size:4.0rem;
	color:#2f2f2f;
}
.iproducts .ipdtitle span{
	display:block;
	color:#666666;
	max-width:710px;
	margin:0 auto;
	line-height:26px;
	padding:15px 0px 0px;
}
.iproducts ul{
	display:flex;
	justify-content:space-between;
	padding:70px 0px 50px;
}
.iproducts ul li{
	text-align:center;
	width:25%;
}
.iproducts ul li a small{
	display:block;
	font-size:36.3rem;
	font-family:Fonttwo;
	color:#f0f1f2;
	line-height:380px;
	transition:.5s;
	opacity:1;
}
.iproducts ul li a{
	display:block;
	position:relative;
	border-radius:4px;
}
.iproducts ul li a section:after{
	content:"";
	display:block;
	height:8px;
	background:#0aa375;
	border-radius:4px;
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
}
.iproducts ul li a section{
	position:absolute;
	top:0;
	left:0;
	background:#fff;
	width:100%;
	opacity:0;
	border-radius:4px;
	height:100%;
	transition:.5s;
}
.iproducts ul li a section big{
	display:block;
	text-align:center;
	padding:10px 0px 0px;
	overflow:hidden;
}
.iproducts ul li a section big img{
	max-width:80%;
}
.iproducts ul li a section div>p{
	color:#363636;
	font-size:1.8rem;
	line-height:26px;
}
.iproducts ul li a section span{
	display:block;
	line-height:22px;
	color:#666666;
	padding:5px 15px 0;
}
.iproducts ul li a section i{
	font-style:normal;
	background:#0aa375;
	width:74px;
	height:74px;
	border-radius:50%;
	display:block;
	font-size:3.4rem;
	text-align:center;
	line-height:62px;
	color:#fff;
	border:5px #fff solid;
	font-family:Fonttwo;
	position:absolute;
	bottom:-35px;
	left:50%;
	margin-left:-37px;
	z-index:99;
}
.iproducts ul li a:hover small{
	opacity:0;
}
.iproducts ul li a:hover section{
	opacity:1;
}
@media (max-width:1200px) {
	.iproducts ul{
		flex-wrap:wrap;
		padding:70px 0px 50px;
	}
	.iproducts ul li{
		width:50%;
	}
}
@media (max-width:992px) {
	.iproducts{
		padding:30px 0px 50px;
	}
	.iproducts .ipdtitle{
		text-align:center;
	}
	.iproducts .ipdtitle p{
		font-size:3.0rem;
	}
	.iproducts .ipdtitle span{
		padding:10px 0px 0px;
	}
	.iproducts ul{
		padding:30px 0px 10px;
	}
}
#pdclass{
	display:none;
}
#pdclass section{
	position:relative;
}
#pdclass section span{
	display:block;
	position:absolute;
	width:100%;
	bottom:0;
	left:0;
	line-height:40px;
	background:rgba(0,0,0,.7);
	text-align:center;
	color:#fff;
}
#pddclass .swiper-pagination{
	display:none;
}
#pddclass:hover .swiper-pagination{
	display:block;
}
#pddclass:hover section span{
	display:none;
}
@media (max-width:768px) {
	.cpbanner>img{
		display:none;
	}
	.cpbanner img{
		max-width:100%;
	}
	#pdclass{
		display:block;
	}
	.pdclass{
		display:none;
		position:static;
		background:#fff;
		border-top:0px rgba(255,255,255,.2) solid;
	}
	.pdclass ul{
		display:flex;
		flex-wrap:wrap;
		justify-content:space-between;
		padding:15px 15px 5px;
	}
	.pdclass ul li{
		width:48%;
		margin-bottom:10px;
	}
	.pdclass ul li a{
		padding:10px 0px;
		color:rgba(0,0,0,.7);
		border:1px #ddd solid;
	}
	.pdclass ul li a small{
		display:none;
	}
	.pdclass ul li a p{
		text-align:center;
		margin:0px 0px 0px;
		line-height:20px;
	}
	.pdclass ul li.cur a{
		color:#fff;
		border:1px #0aa375 solid;
	}
	.iproducts ul li{
		width:100%;
		margin-bottom:50px;
	}
	.iproducts ul li a section{
		opacity:1;
	}
	.iproducts ul li a small{
		opacity:0;
	}
}
.ppdtitle{
	position:absolute;
	width:100%;
	top:0;
	left:0;
	z-index:9;
	text-align:center;
	padding:35px;
}
.ppdtitle p{
	font-size:5.0rem;
	color:#fff;
	line-height:60px;
}
.ppdtitle small{
	display:block;
	font-size:3.3rem;
	color:#fff;
	line-height:50px;
	font-family:Fontthree;
	font-weight:bold;
	padding:15px 0px 0px;
}
.ppdtitle small font{
	margin:0px 15px 0px 0px;
}
.prdone{
	background:#fafafa;
	padding:50px 10px 20px;
}
.prdtitle{
	text-align:center;
	max-width:845px;
	margin:0 auto;
	color:#000;
}
.prdtitle p{
	font-size:4.1rem;
	line-height:50px;
}
.prdtitle span{
	display:block;
	font-size:1.8rem;
	line-height:28px;
	padding:20px 0px 20px;
}
@media (max-width:992px) {
	.ppdbanner img{
		width:110%;
		margin-left:-5%;
	}
	.ppdtitle p{
		font-size:2.2rem;
		line-height:30px;
		text-shadow:0px 0px 5px rgba(0,0,0,.8);
	}
	.ppdtitle small{
		font-size:1.6rem;
		line-height:30px;
		padding:10px 0px 0px;
		text-shadow:0px 0px 5px rgba(0,0,0,.8);
	}
	.prdone{
		padding:10px 0px 0px;
	}
	.prdtitle{
		padding:0px 15px;
	}
	.prdtitle p{
		font-size:2.4rem;
		line-height:30px;
	}
	.prdtitle span{
		display:block;
		font-size:1.4rem;
		line-height:20px;
		padding:10px 0px 30px;
	}
}


.prdone1{
	background:url(../images/bed_bg_02.png) 0 0 repeat;
	padding:50px 10px 20px;
}
.prdtitle1{
	text-align:center;
	max-width:845px;
	margin:0 auto;
	color:#fafafa;
}
.prdtitle1 p{
	font-size:4.1rem;
	line-height:50px;
        color:#fafafa;
}
.prdtitle1 span{
	display:block;
	font-size:1.8rem;
	line-height:28px;
	padding:20px 0px 20px;
}
@media (max-width:992px) {
	.ppdbanner img{
		width:110%;
		margin-left:-5%;
	}
	.ppdtitle p{
		font-size:2.2rem;
		line-height:30px;
		text-shadow:0px 0px 5px rgba(0,0,0,.8);
	}
	.ppdtitle small{
		font-size:1.6rem;
		line-height:30px;
		padding:10px 0px 0px;
		text-shadow:0px 0px 5px rgba(0,0,0,.8);
	}
	.prdone{
		padding:10px 0px 0px;
	}
	.prdtitle{
		padding:0px 15px;
	}
	.prdtitle p{
		font-size:2.4rem;
		line-height:30px;
	}
	.prdtitle span{
		display:block;
		font-size:1.4rem;
		line-height:20px;
		padding:10px 0px 30px;
	}
}



.prdtwo{
	background:#ffffff;
	padding:80px 0px 0px;
}
.prdtitle{
	text-align:center;
	max-width:845px;
	margin:0 auto;
	color:#000;
}
.prdtitle p{
	font-size:4.1rem;
	line-height:50px;
        color:#000;
}
.prdtitle span{
	display:block;
	font-size:1.8rem;
	line-height:28px;
	padding:10px 0px 10px;
}
@media (max-width:992px) {
	.prdbanner img{
		width:110%;
		margin-left:-5%;
	}
	.prdtitle p{
		font-size:2.2rem;
		line-height:30px;
		text-shadow:0px 0px 5px rgba(0,0,0,.8);
	}
	.prdtitle small{
		font-size:1.6rem;
		line-height:30px;
		padding:10px 0px 0px;
		text-shadow:0px 0px 5px rgba(0,0,0,.8);
	}
	.prdtwo{
		padding:10px 0px 0px;
	}
	.prdtitle{
		padding:0px 15px;
	}
	.prdtitle p{
		font-size:2.4rem;
		line-height:30px;
	}
	.prdtitle span{
		display:block;
		font-size:1.4rem;
		line-height:20px;
		padding:10px 0px 30px;
	}
}

.prdthree{
        background:#fafafa;
	padding:20px 10%;
	display:flex;
	justify-content:space-between;
}
.prdthree .prdimg{
	background:#fafafa;
	width:45%;
	padding:80px 0px;
}
.prdthree .prdtext{
	background:#fafafa;
	display:flex;
	align-content:space-between;
	flex-wrap:wrap;
	width:45%;
	padding:80px 6.5%;
}
@media (max-width:768px) {
	.prdthree .prdimg{
		order:2;
	}
	.prdthree .prdtext{
		order:1;
	}
}
.prdthree .prdtext p{
	width:100%;
	font-size:4.0rem;
	line-height:50px;
	margin:0px 0px 15px 0px;
}
.prdthree .prdtext span{
	display:block;
	width:100%;
	font-size:1.8rem;
	line-height:28px;
}
.prdthree .prdtext small{
	font-size:1.6rem;
	display:block;
	font-family:microsoft yahei;
	line-height:22px;
	width:100%;
}
.prdthree .prdtext big{
	flex-wrap:wrap;
	display:flex;
	font-family:Fontfour;
	width:100%;
	font-size:7.5rem;
	line-height:80px;
}
.prdthree .prdtext big font{
	font-size:5.0rem;
	line-height:65px;
	margin:0px 0px 0px 10px;
}
.prdthree .prdtext big b{
	font-size:4.2rem;
	line-height:85px;
	margin:0px 0px 0px 10px;
	font-family:microsoft yahei;
	font-weight:normal;
}
@media (max-width:992px) {
	.prdtwo{
		padding:30px 10px;
	}
	.prdthree{
		padding:15px;
		flex-wrap:wrap;
	}
	.prdthree .prdimg{
		width:100%;
		padding:20px;
	}
	.prdthree .prdimg img{
		max-width:100%;
	}
	.prdthree .prdtext{
		width:100%;
		padding:20px;
	}
	.prdthree .prdtext p{
		font-size:2.4rem;
		margin:0px 0px 5px 0px;
		line-height:34px;
	}
	.prdthree .prdtext span{
		font-size:1.4rem;
		line-height:22px;
	}
	.prdthree .prdtext small{
		margin:15px 0px 0px;
	}
	.prdthree .prdtext big{
		font-size:4.0rem;
		line-height:50px;
	}
	.prdthree .prdtext big font{
		font-size:3.0rem;
		line-height:40px;
	}
	.prdthree .prdtext big b{
		font-size:2.6rem;
		line-height:55px;
	}
}

.prdthree2{
        background:#fafafa;
	padding:10px 10%;
	display:flex;
	justify-content:space-between;
}
.prdthree2 .prdimg{
	background:#fafafa;
	width:20%;
	padding:60px 0px;
}
.prdthree2 .prdtext{
	background:#fafafa;
	display:flex;
	align-content:space-between;
	flex-wrap:wrap;
	width:60%;
	padding:80px 6.5%;
}
@media (max-width:768px) {
	.prdthree2 .prdimg{
		order:2;
	}
	.prdthree2 .prdtext{
		order:1;
	}
}
.prdthree2 .prdtext p{
	width:100%;
	font-size:4.0rem;
	line-height:50px;
	margin:0px 0px 15px 0px;
}
.prdthree2 .prdtext span{
	display:block;
	width:100%;
	font-size:1.5rem;
	line-height:28px;
}
.prdthree2 .prdtext small{
	font-size:1.6rem;
	display:block;
	font-family:microsoft yahei;
	line-height:22px;
	width:100%;
}
.prdthree2 .prdtext big{
	flex-wrap:wrap;
	display:flex;
	font-family:Fontfour;
	width:100%;
	font-size:7.5rem;
	line-height:80px;
}
.prdthree2 .prdtext big font{
	font-size:5.0rem;
	line-height:65px;
	margin:0px 0px 0px 10px;
}
.prdthree2 .prdtext big b{
	font-size:4.2rem;
	line-height:85px;
	margin:0px 0px 0px 10px;
	font-family:microsoft yahei;
	font-weight:normal;
}
@media (max-width:992px) {
	.prdtwo{
		padding:30px 10px;
	}
	.prdthree2{
		padding:15px;
		flex-wrap:wrap;
	}
	.prdthree2 .prdimg{
		width:100%;
		padding:20px;
	}
	.prdthree2 .prdimg img{
		max-width:100%;
	}
	.prdthree2 .prdtext{
		width:100%;
		padding:20px;
	}
	.prdthree2 .prdtext p{
		font-size:2.4rem;
		margin:0px 0px 5px 0px;
		line-height:34px;
	}
	.prdthree2 .prdtext span{
		font-size:1.4rem;
		line-height:22px;
	}
	.prdthree2 .prdtext small{
		margin:15px 0px 0px;
	}
	.prdthree2 .prdtext big{
		font-size:4.0rem;
		line-height:50px;
	}
	.prdthree2 .prdtext big font{
		font-size:3.0rem;
		line-height:40px;
	}
	.prdthree2 .prdtext big b{
		font-size:2.6rem;
		line-height:55px;
	}
}




.prdfour{
	background:#ffffff;
	padding:100px 0px 20px;
}
.prdfour .prdf-ct{
	display:flex;
	justify-content:space-between;
}
.prdfour .prdf-ct .prdf-txt{
	width:50%;
}
.prdfour .prdf-ct .prdf-img{
	width:50%;
}
.prdfour .prdf-ct .prdf-txt section{
	display:flex;
	flex-wrap:wrap;
	align-content:center;
	height:85%;
	max-width:500px;
}
.prdfour .prdf-ct .prdf-txt section p{
	width:100%;
	font-size:4.0rem;
	margin:0px 0px 10%;
}
.prdfour .prdf-ct .prdf-txt section span{
	width:100%;
	font-size:1.5rem;
	line-height:36px;
}
@media (max-width:992px) {
	.prdfour{
		padding:30px 0px 0px;
	}
	.prdfour .prdf-ct{
		flex-wrap:wrap;
	}
	.prdfour .prdf-ct .prdf-txt{
		width:100%;
	}
	.prdfour .prdf-ct .prdf-img{
		width:100%;
	}
	.prdfour .prdf-ct .prdf-txt section{
		height:auto;
	}
	.prdfour .prdf-ct .prdf-txt section p{
		font-size:2.4rem;
		margin:0px 0px 10px;
	}
	.prdfour .prdf-ct .prdf-txt section span{
		width:100%;
		font-size:1.4rem;
		line-height:22px;
		margin-bottom:20px;
	}
}

.prdfour2{
	background:#ffffff;
	padding:100px 0px 20px;
}
.prdfour2 .prdf-ct{
	display:flex;
	justify-content:space-between;
}
.prdfour2 .prdf-ct .prdf-txt{
	width:60%;
}
.prdfour2 .prdf-ct .prdf-img{
	width:40%;
}
.prdfour2 .prdf-ct .prdf-txt section{
	display:flex;
	flex-wrap:wrap;
	align-content:center;
	height:85%;
	max-width:500px;
}
.prdfour2 .prdf-ct .prdf-txt section p{
	width:100%;
	font-size:4.0rem;
	margin:0px 0px 10%;
}
.prdfour2 .prdf-ct .prdf-txt section span{
	width:100%;
	font-size:1.5rem;
	line-height:30px;
}
@media (max-width:992px) {
	.prdfour2{
		padding:30px 0px 0px;
	}
	.prdfour2 .prdf-ct{
		flex-wrap:wrap;
	}
	.prdfour2 .prdf-ct .prdf-txt{
		width:100%;
	}
	.prdfour2 .prdf-ct .prdf-img{
		width:100%;
	}
	.prdfour2 .prdf-ct .prdf-txt section{
		height:auto;
	}
	.prdfour2 .prdf-ct .prdf-txt section p{
		font-size:2.4rem;
		margin:0px 0px 10px;
	}
	.prdfour2 .prdf-ct .prdf-txt section span{
		width:100%;
		font-size:1.4rem;
		line-height:22px;
		margin-bottom:20px;
	}
}

.prdfive{
	margin:60px 10% 0px;
	padding:100px 10% 0;
}
@media (max-width:992px) {
	.prdfive{
		margin:15px;
		padding:30px 20px;
	}
}
@media (max-width:768px) {
	.prdfive .prdf-ct .prdf-txt{
		order:1;
	}
	.prdfive .prdf-ct .prdf-img{
		order:2;
	}
}
.prdsix{
	padding:30px 10%;
}
.prdsix .prdimg{
	padding:80px 0px 0px;
}
.prdsix .prdtext{
	align-content:center;
}
.prdsix .prdtext p{
	margin:0px 0px 10%;
}
.prdsix .prdtext span{
	display:block;
	max-width:470px;
	line-height:36px;
}
@media (max-width:992px) {
	.prdsix{
		padding:0px 15px;
	}
	.prdsix .prdimg{
		padding:30px 10px 0px;
	}
	.prdsix .prdtext p{
		margin:0px 0px 15px;
	}
	.prdsix .prdtext span{
		line-height:22px;
	}
}
.prdseven{
	padding:100px 0px 0px;
}
.prdseven .prdtitle{
	margin-top:30px;
}
@media (max-width:992px) {
	.prdseven{
		padding:30px 10px 0px;
	}
	.prdseven .prdtitle{
		margin-top:20px;
	}
}

.prdeight{
	background:#fafafa;
	margin:0px 10% 100px;
	padding:50px 20px 100px;
}
.prdeight .prdett{
	text-align:center;
	font-size:3.3rem;
	line-height:40px;
}
.prdeight ul{
	display:flex;
	max-width:1200px;
	flex-wrap:wrap;
	margin:40px auto 100px;
	border-bottom:3px #ddd solid;
}
.prdeight ul li{
	margin-right:5%;
}
.prdeight ul li span{
	display:block;
	cursor:pointer;
	font-size:2.0rem;
	line-height:30px;
	padding:0px 0px 15px;
	font-family:arial;
	position:relative;
}
.prdeight ul li span:after{
	content:"";
	display:block;
	height:3px;
	background:rgba(0,0,0,.4);
	position:absolute;
	top:100%;
	left:0;
	opacity:0;
	width:100%;
	transition:.3s;
}
.prdeight ul li:hover span:after{
	opacity:1;
}
.prdeight ul li.active span:after{
	opacity:1;
}
.prdect{
	max-width:1200px;
	margin:0px auto;
}
.prdect>div{
	display:none;
}
.prdect section{
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.prdect section small{
	width:55%;
	text-align:center;
	display:block;
}
.prdect section small img{
	max-width:100%;
}
.prdect section span{
	display:block;
}
.prdect section span big{
	display:block;
	font-size:2.0rem;
	line-height:36px;
}
.prdect section span>p{
	font-size:4.0rem;
	font-family:Fontfour;
}
@media (max-width:992px) {
	.prdeight{
		margin:0px 15px 50px;
		padding:30px 20px;
	}
	.prdeight .prdett{
		font-size:2.3rem;
		line-height:30px;
	}
	.prdeight ul{
		margin:20px auto 5px;
		flex-wrap:wrap;
		border:0px #ddd solid;
	}
	.prdeight ul li{
		width:48%;
		text-align:center;
		border:1px #ddd solid;
		margin:0px 0px 10px;
	}
	.prdeight ul li span{
		padding:0;
		font-size:1.4rem;
		line-height:36px;
	}
	.prdeight ul li span:after{
		display:none;
	}
	.prdeight ul li.active{
		background:#0aa375;
		color:#fff;
		border:1px #0aa375 solid;
	}
	.prdect section{
		flex-wrap:wrap;
		border-top:1px #ddd solid;
		padding:10px 0px 0px;
	}
	.prdect section small{
		width:100%;
		order:2;
		padding:15px 0px 5px;
	}
	.prdect section small img{
		max-width:70%;
	}
	.prdect section span big{
		font-size:1.4rem;
		line-height:22px;
	}
	.prdect section span>p{
		font-size:2.4rem;
	}
}
@media (max-width:768px) {
	.prdect section small img{
		max-width:50%;
	}
}
.totop{
	background:url(../images/top.png) center no-repeat;
	background-size:100% auto;
	width:33px;
	height:33px;
	position:fixed;
	bottom:70px;
	right:10px;
	cursor:pointer;
}
.ipd-ctt{
	max-width:1200px;
	margin:0 auto;
}
.pro-img{
	display:flex;
	justify-content:space-between;
}
.pro-img .xiaotu{
	margin-top:10px;
	margin-right:-10px;
}
.pro-img #Gbig{
	width:100%;
}
.pro-img .colmd5{
	width:50%;
}
.pro-img .colmd7{
	width:48%;
}
.pro-img .colmd7 .pro-ptt{
	font-size:22px;
	font-weight:bold;
	padding:20px 0px;
	border-bottom:1px rgba(0,0,0,.2) solid;
	font-weight:bold;
}
.pro-img .colmd7>span{
	margin:20px 0 0 0;
	padding:0;
	display:block;
	color:rgba(0,0,0,.75);
	font-size:1.4rem;
	line-height:26px;
	width:100%;
	word-wrap:break-word;
}
.pro-img .colmd7>span ul{
	list-style-type:disc;
	margin-left:20px;
}
.jqzzoom{
	position:relative;
}
.jqzoom{
	position:relative;
	overflow:hidden;
	border:1px #ddd solid;
}
.zoomdiv{
	float:left;
	top:0 !important;
	left:101% !important;
	border:3px solid #e4e4e4;
	display:none;
	text-align:center;
	overflow: hidden;
	position:absolute;
	z-index:999;
	background-color:#fff;
}
.bigimg{
	width:800px;
	height:800px;
}
.jqZoomPup{
	z-index:10;
	visibility:hidden;
	position:absolute;
	top:0px;
	left:0px;
	width:100px !important;
	height:100px !important;
	border:1px solid #aaa;
	background:#fff 50% top no-repeat;
	opacity:0.5;
	-moz-opacity:0.5;
	-khtml-opacity:0.5;
	filter:alpha(Opacity=50);
	cursor:move;
}
#xiaotu{
	margin:10px 0px 0px;
	position:relative;
	padding:0px 23px;
}
#xiaotu .swiper-container{
	padding:0px 10px;
}
#xiaotu .swiper-slide a{
	border:1px rgba(0,0,0,.1) solid;
	display:block;
	background:#fff;
	opacity:.6;
}
#xiaotu .swiper-slide a.hover{
	opacity:1;
}
#xiaotu .swiper-button-prev{
	background-color:#175b38;
	background-size:60% auto;
	height:100%;
	top:0;
	margin-top:0;
	opacity:1;
	left:0;
}
#xiaotu .swiper-button-next{
	background-color:#175b38;
	background-size:60% auto;
	height:100%;
	top:0;
	margin-top:0;
	right:0;
	opacity:1;
}
@media (max-width:992px) {
	.pro-img .colmd7 .pro-ptt{
		font-size:1.6rem;
		padding:10px 0px;
	}
}
@media (max-width:768px) {
	.pro-img{
		flex-wrap:wrap;
	}
	.pro-img .colmd5{
		width:100%;
	}
	.pro-img .colmd7{
		width:100%;
	}
	.jqzzoom{
		display:none;
	}
	#xiaotu{
		padding:0px;
	}
	#xiaotu .swiper-slide a{
		border:0px rgba(0,0,0,.1) solid;
		opacity:1;
	}
	#xiaotu .swiper-container{
		padding:0px;
	}
	#xiaotu .swiper-button-prev{
		display:none;
	}
	#xiaotu .swiper-button-next{
		display:none;
	}
	.icasee{
		padding:10px 0px;
	}
}
.pkdone{
	padding:50px 0px;
}
.pkdtitle{
	text-align:center;
}
.pkdtitle p{
	font-size:4.1rem;
	line-height:50px;
}
.pkdtitle span {
	display: block;
	font-size: 2.2rem;
	line-height: 34px;
	color:rgba(0,0,0,.7);
	padding: 20px 0px 40px;
	letter-spacing:3px;
	max-width:480px;
	margin:0 auto;
}
@media (max-width:768px) {
	.pkdtitle p{
		font-size:2.4rem;
		line-height:30px;
	}
	.pkdtitle span {
		font-size: 1.4rem;
		line-height:20px;
		padding: 10px 5px 0px;
	}
	.pkdone{
		padding:30px 0px;
	}
}
.pkdone ul{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	max-width:720px;
	margin:30px auto 0px;
}
.pkdone ul li{
	width:156px;
	margin:0px 40px 60px;
}
.pkdone ul li small{
	display:block;
	height:125px;
}
.pkdone ul li p{
	font-size:2.4rem;
	color:#989898;
	line-height:30px;
	margin:30px 0px 0px;
	text-align:center;
}
.pkdone ul li:nth-of-type(1) small{
	background:url(../images/kpopic1.png) center no-repeat;
}
.pkdone ul li:nth-of-type(2) small{
	background:url(../images/kpopic2.png) center no-repeat;
}
.pkdone ul li:nth-of-type(3) small{
	background:url(../images/kpopic3.png) center no-repeat;
}
.pkdone ul li:nth-of-type(4) small{
	background:url(../images/kpopic4.png) center no-repeat;
}
.pkdone ul li:nth-of-type(5) small{
	background:url(../images/kpopic5.png) center no-repeat;
}
.pkdone ul li:nth-of-type(6) small{
	background:url(../images/kpopic6.png) center no-repeat;
}
@media (max-width:768px) {
	.pkdone ul li{
		width:48%;
		margin:0px 1% 0px;
	}
	.pkdone ul li small{
		height:100px;
	}
	.pkdone ul li p{
		font-size:1.8rem;
		margin:0px 0px 0px;
	}
	.pkdone ul li:nth-of-type(1) small{
		background:url(../images/kpopic1.png) center no-repeat;
		background-size:60px auto;
	}
	.pkdone ul li:nth-of-type(2) small{
		background:url(../images/kpopic2.png) center no-repeat;
		background-size:60px auto;
	}
	.pkdone ul li:nth-of-type(3) small{
		background:url(../images/kpopic3.png) center no-repeat;
		background-size:60px auto;
	}
	.pkdone ul li:nth-of-type(4) small{
		background:url(../images/kpopic4.png) center no-repeat;
		background-size:60px auto;
	}
	.pkdone ul li:nth-of-type(5) small{
		background:url(../images/kpopic5.png) center no-repeat;
		background-size:60px auto;
	}
	.pkdone ul li:nth-of-type(6) small{
		background:url(../images/kpopic6.png) center no-repeat;
		background-size:60px auto;
	}}
}
.pkdtwo center{
	margin:50px 0px 60px;
}
@media (max-width:768px) {
	.pkdtwo center{
		margin:30px 0px 20px;
	}
}
.pkdthree{
	display:flex;
	justify-content:center;
}
.pkdthree .pkdimg img{
	max-width:100%;
}
.pkdthree .pkdtext{
	max-width:535px;
	padding-top:8%;
}
.pkdthree .pkdtext p{
	font-size:4.1rem;
	line-height:60px;
}
.pkdthree .pkdtext span{
	font-size:2.2rem;
	line-height:32px;
	display:block;
	margin:40px 0px 0px;
	color:rgba(0,0,0,.8);
}
@media (max-width:768px) {
	.pkdthree .pkdtext{
		padding:0px 15px 20px;
		text-align:center;
	}
	.pkdthree .pkdtext p{
		font-size:2.4rem;
		line-height:30px;
	}
	.pkdthree .pkdtext span{
		font-size:1.4rem;
		line-height:22px;
		margin:10px 0px 0px;
	}
	.pkdthree{
		flex-wrap:wrap;
	}
	.pkdthree .pkdimg{
		order:2;
	}
}
.pkdthreee{
	padding:0px 0px 100px;
}
.pkdthreee .pkdtext{
	margin-right:6%;
	max-width:450px;
	padding-top:9%;
	text-align:right;
}
.prdeight{
	position:relative;
}
.prdeight .yanse{
	position:absolute;
	top:40%;
	left:8%;
	z-index:9;
}
#prdectt{
	display:none;
}
.prdeight .yansee{
	display:none;
}
@media (max-width:1600px) {
	.prdeight .yanse{
		left:25px;
	}
	.prdeight .yanse{
		width:30px;
	}
	.prdeight .yanse img{
		max-width:100%;
	}
}
@media (max-width:768px) {
	.pkdthreee .pkdtext{
		text-align:center;
	}
	.prdeight .yanse{
		display:none;
	}
	.prdeight .yansee{
		display:block;
		position:absolute;
		bottom:32px;
		left:8%;
		width:20px;
		z-index:9;
	}
	.prdeight .yansee img{
		width:100%;
	}
	#prdqih{
		display:none;
	}
	#prdect{
		display:none;
	}
	#prdectt{
		display:block;
		margin:20px 0px 0px;
	}
	#prdectt #prdecttt{
		padding-bottom:30px;
		min-height:350px;
	}
	#prdectt .swiper-pagination span{
		background:#333;
	}
}


















































