header{
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.67);
	z-index: 99;
	transition: .5s;
	padding:10px 0px 0px;
}
.head{
	padding:0px 0px 0px;
}
.head .language{
	display: none;
}
@media (max-width:768px) {
	header{
		padding:0px 0px 0px;
	}
}
.language section{
	float: right;
	position: relative;
}
.language section p{
	line-height: 36px;
	color: #fff;
	font-family:Fontfive;
	background: url(../images/lgjt.png) right center no-repeat;
	font-size: 1.6rem;
	position: relative;
	z-index: 9;
	padding: 0px 40px 0px 20px;
	cursor: pointer;
	transition: .3s;
}
.language section:hover p{
	background: #fff url(../images/lgjtn.png) right center no-repeat;
	color: #000;
}
.language section span{
	display: none;
	position: absolute;
	z-index: 8;
	width: 150%;
	left: 0;
	top: 100%;
	background: #fff;
	padding: 4px 0px;
	box-shadow: 0px 0px 10px rgba(0,0,0,.5);
}
.language section:hover span{
	display: block;
}
.language section span a{
	display: block;
	color: #000;
	font-family:Fontfive;
	font-size: 1.4rem;
	text-align: center;
	line-height: 24px;
}
.language section span a:hover{
	color:#f00;
}
.logo{
	width: 26%;
	float: left;
	padding-bottom: 15px;
}
.logo img{
	height: 105px;
}
.head .logo{
	padding: 10px 0px;
}
.head .logo img{
	height: 50px;
}
.menu{
	width:74% ;
	float: right;
	padding: 20px 0px 0px;
}
.menu ul{
	float:right;
	padding-right:30px;
}
.head .menu{
	padding: 0px 0px 0px;
}
.head .menu .search{
	display: none;
}
.menu .search form{
	float: right;
}
.search form{
	border: 0px #ffffff solid;
	width: 53%;
	background: #ffffff;
}
.search form input{
	float: left;
	border: 0px;
	line-height: 26px;
	padding: 5px 10px;
	outline: none;
	font-family:Fontthree;
	width: 90%;
}
.search form button{
	float: right;
	width: 10%;
	background: #fff url(../images/fdj.png) center no-repeat;
	border: 0;
	height: 36px;
	opacity: 0;
	transition: .3s;
}
.search form button.butt{
	opacity: 1;
}
/* .menu ul{ */
	/* margin-right: -43px; */
/* } */
.menu ul li{
	float: left;
	position:relative;
	margin-right: 50px;
}
.menu ul li:last-child{
	margin-right:0;
}
.menu ul li dl{
	position:absolute;
	background:#fff;
	top:100%;
	left:-100%;
	width:300%;
	text-align:center;
	z-index:99;
	display:none;
	box-shadow:0px 3px 3px rgba(0,0,0,.6);
	padding:10px 0px;
}
@media (max-width:1300px) {
	.menu ul{
		margin-right: -25px;
	}
	.menu ul li{
		margin-right: 20px;
	}
}
@media (max-width:1200px) {
	.menu ul{
		margin-right: -5px;
	}
	.menu ul li{
		margin-right: 5px;
	}
}
.nav-logo{
	width: 30px;
	margin: 20px 0px 0px;
	cursor: pointer;
	display: none;
}
.nav-logo span{
	display: block;
	height: 3px;
	background: #fff;
	margin: 5px 0px;
}
.heise{
	background: rgba(0,0,0,.8);
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	z-index: 990;
	width: 100%;
	height: 100%;
}
.menu>i{
	display: none;
	height: 60px;
	background: url(../images/close.png) center no-repeat;
	background-size: auto 20px;
	border-bottom: 1px rgba(0,0,0,.15) solid;
	cursor: pointer;
}
.menu ul li>a{
	display: block;
	color: #fff;
	font-size: 1.5rem;
	font-family: Fontfive;
	line-height: 64px;
	transition: color .3s;
}
.head .menu ul li>a{
	line-height: 70px;
}
.menu ul li>a:hover,.menu ul li.cur>a{
	text-decoration: underline;
	color: #69a542;
}
.menu ul li dd a{
	display:block;
	color:#333;
	line-height:30px;
	font-family: Fontfive;
	font-size:1.4rem;
}
.menu ul li dd a:hover{
	color:#5ea538;
}
.sjyu{
	display: none;
	border-bottom: 1px rgba(0,0,0,.15) solid;
}
.sjyu a{
	width: 50%;
	display: block;
	color:#333;
	font-size:1.4rem;
	text-align: center;
	font-family: Fontfive;
	line-height: 53px;
	float: left;
}
.sjyu a:first-child{
	border-right: 1px rgba(0,0,0,.15) solid;
}
@media (max-width:992px) {
	.sjyu{
		display: block;
	}
	.nav-logo{
		display: block;
	}
	.logo{
		padding: 5px 0px;
	}
	.logo img{
		height: 50px;
	}
	.language{
		display: none;
	}
	.menu{
		display:block;
		position:fixed;
		width:45%;
		background:#fff;
		top:0;
		right:-100%;
		height:100%;
		z-index:9999;
		transition:.5s;
		padding: 0;
	}
	.menuu{
		right: 0;
	}
	.menu>i{
		display: block;
	}
	.menu ul{
		margin-right: 0px;
	}
	.menu ul li{
		margin-right: 0px;
		width: 100%;
		padding:0px 15px;
		border-bottom: 1px rgba(0,0,0,.1) solid;
	}
	.menu ul li a{
		color:#333;
		font-size:1.4rem;
		display: block;
		line-height: 53px;
		background: url(../images/mnjt.png) right center no-repeat;
		background-size: auto 20px;
	}
	.search{
		padding: 10px;
		border-bottom: 1px rgba(0,0,0,.1) solid;
	}
	.search form{
		width: 100%;
		background: rgba(0,0,0,.05);
	}
	.search form input{
		background: none;
		padding: 10px 10px;
		width: 80%;
	}
	.search form button{
		width: 20%;
		background: transparent url(../images/fdj.png) center no-repeat;
		height: 46px;
	}
}
.bottomm{
	position: fixed;
	width: 100%;
	left: 0;
	z-index: 992;
	bottom: 0;
	display:none;
	background: #fff;
	background-size: 100% 100%;
	box-shadow: 0px 0px 5px rgba(0,0,0,.1);
}
.bottomm ul{
	display: flex;
	display: -webkit-flex;
	position:relative;
	z-index:6;
	background:#fff;
}
.bottomm ul li{
	width: 25%;
}
.bottomm ul li a{
	display: block;
	text-align: center;
	font-family: Fontfive;
	padding: 6px 0 3px;
	color: #9097a3;
}
.bottomm ul li a i{
	display: block;
}
.bottomm ul li a i img{
	height: 17px;
}
.bottomm ul li a p{
	font-size: 1.3rem;
	font-family: Fontfive;
	margin: 2px 0px 0px;
	line-height: 20px;
}
.b-height{
	height: 48px;
	display:none;
}
.sjlx{
	position:absolute;
	width:100%;
	z-index:1;
	background:#fff;
	bottom:-100%;
	padding:5px 0px;
	border-bottom:1px rgba(0,0,0,.1) solid;
	transition:.5s;
}
.sjlxx{
	bottom:100%;
}
.sjlx a{
	display:flex;
	font-size: 1.4rem;
	font-family: Fontfive;
	line-height:32px;
	color:#666;
	padding:0px 20px;
}
.sjlx a:first-child{
	border-bottom:1px rgba(0,0,0,.1) dashed;
}
.sjlx a p{
	font-family: Fontfive;
	margin-right:5px;
}
@media (max-width:768px) {
	.bottomm{
		display:block;
	}
	.b-height{
		display:block;
	}
	header .row{
		margin: 0;
	}
	.logo img{
		height: 40px;
	}
	.head .logo{
		padding: 5px 0px;
	}
	.nav-logo{
		width: 26px;
		margin: 12px 0px 0px;
	}
	.nav-logo span{
		height: 2px;
	}
	.menu{
		width:65%;
	}
}
#banner .swiper-pagination{
	bottom: 40px;
}
#banner .swiper-pagination span{
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #5ea538;
}
.title{
	line-height: 50px;
}
.title p{
	color: #252525;
	font-size: 3.8rem;
	font-family: Fonteight;
}
.title a{
	color: #69a542;
	font-size: 1.8rem;
	font-family: Fontthree;
	display: block;
	background: url(../images/mrjt.png) right center no-repeat;
	padding-right: 20px;
}
.title a:hover{
	text-decoration: underline;
	color: #69a542;
}
@media (max-width:1200px) {
	.title p{
		font-size: 2.8rem;
	}
	.title a{
		font-size: 1.6rem;
	}
}
@media (max-width:768px) {
	.title{
		line-height: 30px;
	}
	.title p{
		font-size: 1.8rem;
	}
	.title a{
		font-size: 1.3rem;
	}
}
.arriv{
	background: #e2e2e2;
	padding: 50px 0px;
}
.arriv ul{
	margin-top: 30px;
}
.arriv ul li{
	margin-bottom: 30px;
}
.arriv ul li a span{
	display: flex;
	justify-content:space-between;
	background: #ffffff;
	color: #252525;
	font-family: Fonteight;
	font-size: 1.8rem;
	line-height: 66px;
	text-align: center;
	padding:0px 20px;
	transition: .3s;
}
.arriv ul li a span p{
	font-family: Fonteight;
}
.arriv ul li a:hover span{
	background: #69a542;
	color: #fff;
}
@media (max-width:992px) {
	.arriv{
		padding: 30px 0px;
	}
	.arriv ul{
		margin-top: 15px;
	}
	.arriv ul li a span{
		font-size: 1.4rem;
		line-height: 56px;
	}
}
@media (max-width:768px) {
	.arriv{
		padding: 15px 0px;
	}
	.arriv ul{
		margin-top: 10px;
	}
	.arriv ul li{
		margin-bottom: 15px;
	}
	.arriv ul li a span{
		line-height: 46px;
	}
}
.about{
	padding: 55px 0px;
}
.about img{
	max-width:100%;
	height:auto;
}
.about .abtext{
	background: #eff0f0;
	padding: 35px 40px 50px;
	margin: 0px 0px 30px;
}
.about .abtext h3 small{
	display: block;
	color: #69a542;
	font-size: 2.1rem;
	font-family:Fontone;
	margin-bottom: 7px;
}
.about .abtext h3 big{
	display: block;
	color: #161513;
	font-size: 4.5rem;
	font-family: Fonteight;
	line-height: 50px;
}
.about .abtext section{
	line-height: 26px;
	font-size: 1.8rem;
	font-family: Fontthree;
	margin: 22px 0px 0px;
}
@media (max-width:1300px) {
	.about .abtext{
		padding: 26px;
	}
}
@media (max-width:1200px) {
	.about .abtext{
		padding: 24px;
	}
	.about .abtext h3 small{
		font-size: 1.8rem;
		margin-bottom:8px;
	}
	.about .abtext h3 big{
		font-size: 3.0rem;
		line-height: 30px;
	}
	.about .abtext section{
		line-height: 22px;
		font-size: 1.4rem;
		margin: 15px 0px 0px;
	}
}
@media (max-width:992px) {
	.about{
		padding: 35px 0px;
	}
	.about .abtext h3 big{
		font-size: 2.4rem;
		line-height: 30px;
		margin-top: 15px;
	}
	.about .abtext{
		padding: 15px;
		height: 386px;
	}
}
@media (max-width:768px) {
	.about{
		padding: 15px 0px;
	}
	.about .abtext{
		padding: 15px;
		height: auto;
		margin: 0px 0px 15px;
	}
	.about .abtext h3 small{
		font-size: 1.4rem;
		margin-bottom:5px;
	}
	.about .abtext h3 big{
		font-size: 2.0rem;
		line-height: 20px;
		margin: 0px 0px 0px;
	}
	.about .abtext section{
		line-height: 20px;
		font-size: 1.3rem;
		margin: 5px 0px 0px;
	}
	.about ul li{
		margin-bottom: 15px;
	}
	.about ul li img{
		width: 100%;
	}
}
.news{
	background: #eff0f0;
	padding: 60px 0px 70px;
}
.news ul{
	margin-top: 30px;
}
.news ul li a{
	display: block;
	position: relative;
	background: #ffffff;
	transition: .3s;
}
.news ul li a section{
	padding: 25px;
}
.news ul li a section big{
	display: block;
	color: #333333;
	font-size: 1.6rem;
	font-family:Fonteight;
}
.news ul li a:hover section big{
	color: #fff;
}
.news ul li a section span{
	display: block;
	color: #808080;
	line-height: 22px;
	font-family: Fontthree;
	margin: 12px 0px 0px;
}
.news ul li a:hover section span{
	color: #fff;
}
.news ul li a:hover{
	background: #69a542;
}
.news ul li a small{
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 70px;
	text-align: center;
	z-index: 9;
	color: #fff;
	background: #69a542;
	padding: 5px 0px;
}
.news ul li a small big{
	display: block;
	font-size: 4.6rem;
	font-family:Fonteight;
	line-height: 46px;
}
.news ul li a small p{
	font-family:Fonteight;
	line-height: 14px;
	letter-spacing: 1px;
	font-size: 1.2rem;
}
@media (max-width:992px) {
	.news{
		padding: 30px 0px;
	}
	.news ul{
		margin-top: 15px;
	}
}
@media (max-width:768px) {
	.news{
		padding: 15px 0px;
	}
	.news ul{
		margin-top: 10px;
	}
	.news ul li{
		margin-bottom: 15px;
	}
	.news ul li a section{
		padding: 15px;
	}
	.news ul li a section big{
		font-size: 1.4rem;
	}
	.news ul li a section span{
		font-size: 1.3rem;
		line-height: 20px;
		margin: 5px 0px 0px;
	}
}
.send{
	padding: 30px 0px;
	border-bottom: 1px rgba(0,0,0,.15) solid;
}
.send .btlogo{
	width: 26%;
}
.send section{
	width: 74%;
	padding: 26px 0px 0px;
}
.send section form{
	width: 60%;
	border: 2px #5ea538 solid;
}
.send section form input{
	width: 80%;
	border: 0;
	line-height: 26px;
	font-size: 2.3rem;
	font-family:Fontthree;
	outline: none;
	padding: 17px;
}
.send section form button{
	width: 20%;
	border: 0;
	color: #fff;
	background: #5ea538;
	height: 60px;
	font-size: 3.4rem;
	margin: 0;
}
@media (max-width:992px) {
	.send{
		padding: 15px 0px;
	}
	.send section{
		width: 100%;
		padding: 10px 0px;
	}
}
@media (max-width:768px) {
	.send{
		padding: 15px 0px;
		border-bottom: 1px rgba(0,0,0,.15) solid;
	}
	.send section form{
		width: 100%;
	}
	.send section form input{
		width: 75%;
		line-height: 20px;
		font-size: 1.4rem;
		padding: 10px;
	}
	.send section form button{
		width: 25%;
		height: 40px;
		font-size: 2.4rem;
	}
}
.send ul{
	padding: 2px 0px 0px;
}
.send ul li{
	float: left;
	margin-left: 25px;
}
.send ul li a{
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 1px rgb(0,0,0,.15) solid;
	transition: background-color .5s;
}
.send ul li a:hover{
	border: 1px #5ea538 solid;
}
.send ul li:nth-child(1) a{
	background: url(../images/anpic1.png) center no-repeat;
}
.send ul li:nth-child(2) a{
	background: url(../images/anpic2.png) center no-repeat;
}
.send ul li:nth-child(3) a{
	background: url(../images/anpic3.png) center no-repeat;
}
.send ul li:nth-child(1) a:hover{
	background: #5ea538 url(../images/anpic1n.png) center no-repeat;
}
.send ul li:nth-child(2) a:hover{
	background: #5ea538 url(../images/anpic2n.png) center no-repeat;
}
.send ul li:nth-child(3) a:hover{
	background: #5ea538 url(../images/anpic3n.png) center no-repeat;
}
@media (max-width:768px) {
	.send ul{
		padding: 15px 0px 0px;
	}
	.send ul li a{
		width: 40px;
		height: 40px;
	}
	.send ul li:nth-child(1) a{
		background: url(../images/anpic1.png) center no-repeat;
		background-size: auto 100%;
	}
	.send ul li:nth-child(2) a{
		background: url(../images/anpic2.png) center no-repeat;
		background-size: auto 100%;
	}
	.send ul li:nth-child(3) a{
		background: url(../images/anpic3.png) center no-repeat;
		background-size: auto 100%;
	}
}
.bottom{
	overflow: hidden;
	margin: 30px 0px 50px;
	position: relative;
}
.bottom #totop{
	width:52px;
	height:52px;
	border-radius:50%;
	border:1px rgba(0,0,0,.15) solid;
	background:#e9e9e9 url(../images/top.png) center no-repeat;
	position:absolute;
	right:0;
	bottom:0;
	z-index:9;
	cursor:pointer;
}
.bottom .row{
	margin-right: -80px;
}
@media (max-width:992px) {
	.bottom .row{
		margin-right: 0px;
	}
	.bottom dl{
		margin-bottom: 20px;
	}
	.bottom{
		overflow: hidden;
		margin: 30px 0px;
		position: relative;
	}
}
@media (max-width:768px) {
	.bottom{
		margin: 15px 0px;
	}
	.bottom dl{
		margin-bottom: 10px;
	}
}
.bottom dl dt a{
	display: block;
	color: #333333;
	font-family: arial;
	font-size: 2.0rem;
	font-weight: normal;
	line-height: 30px;
}
.bottom dl dt big{
	display: block;
	margin: 15px 0px 30px;
}
.bottom dl dt big i{
	display: block;
	float: left;
	width: 4px;
	height: 5px;
	background: #5ea538;
	margin-right: 3px;
	transform: skew(-30deg);
}
@media (max-width:768px) {
	.bottom dl dt big{
		margin: 5px 0px 15px;
	}
}
.bottom dl .contact{
	color: #666666;
	font-family: Fontthree;
}
.bottom dl .contact section{
	display: block;
	line-height: 18px;
	padding: 5px 0px 5px 35px;
	background-position: 0px 1px;
	background-repeat: no-repeat;
}
.bottom dl .contact section .ctext{
	display:block;
	font-size:1.4rem;
	width:100%;
}
.bottom dl .contact section .ctext p{
	font-family: Fontthree;
}
.bottom dl .contact section.gs{
	background-image: url(../images/gs.png);
}
.bottom dl .contact section.dz{
	background-image: url(../images/dz.png);
}
.bottom dl .contact section.cz{
	background-image: url(../images/cz.png);
}
.bottom dl .contact section.sj{
	background-image: url(../images/sj.png);
}
.bottom dl .contact section.dh{
	background-image: url(../images/dh.png);
}
.bottom dl .contact section.yx{
	background-image: url(../images/yx.png);
}
.bottom dl dd a{
	display: block;
	color: #666666;
	font-family:Fontthree;
	line-height: 37px;
	background: url(../images/btjt.png) 0px 12px no-repeat;
	padding-left: 15px;
}
.bottom dl dd a:hover{
	color: #5ea538;
}
@media (max-width:1200px) {
	.bottom .row{
		margin-right: -30px;
	}
	.bottom dl dt a{
		font-size: 1.6rem;
	}
	.bottom dl dd a{
		line-height: 27px;
		background: url(../images/btjt.png) 0px 7px no-repeat;
	}
	.bottom dl .contact section .ctext{
		width:100%;
	}
}
@media (max-width:768px) {
	.bottom .row{
		margin-right: -15px;
	}
	.bottom dl .contact{
		font-size: 1.3rem;
	}
	
}
.copy{
	background: #c0c0c0;
	color: #fff;
	font-family: arial;
	line-height: 24px;
	padding: 20px 0px;
}
.copy p{
	font-family: arial;
}
.copy a{
	color: #fff;
}
.copy a:hover{
	text-decoration: underline;
	color: #fff;
}
/*page*/
/* .itop{ */
	/* border-top: 36px #212022 solid; */
	/* height: 156px; */
/* } */
/* .itop .language{ */
	/* background: #212022; */
/* } */
/* .itop header{ */
	/* background: #262626; */
/* } */
.huise{
	background: #eff0f0;
	padding: 50px 0px 60px;
}
.lanmu{
	border-bottom: 4px #69a542 solid;
}
.lanmu ul li{
	float: left;
	margin-right: 5px;
}
.lanmu ul li a{
	display: block;
	font-family:Fontthree;
	color: #333;
	line-height: 33px;
	background: #fff;
	padding: 5px 30px 0px;
	border-radius: 3px 3px 0px 0px;
	border: 1px rgba(0,0,0,.15) solid;
	transition: .3s;
	border-bottom: 0;
}
.lanmu ul li.cur a,.lanmu ul li a:hover{
	color: #fff;
	background: #69a542;
	border: 1px #69a542 solid;
	border-bottom: 0;
}
.ititle{
	font-size: 4.5rem;
	color: #333333;
	font-family:Fonteight;
	line-height: 105px;
	padding: 20px 0px 0px;
}
.iabout{
	color: #666666;
	font-family: arial;
	line-height: 28px;
	margin-top: 20px;
}
.inews{
	margin-top:20px;
}
.iabout p{
	font-family: arial;
}
.iabout img{
	max-width: 100%;
	height: auto;
}
.icare{
	color: #666666;
	font-family: arial;
	line-height: 28px;
	padding:30px 0px 0px;
}
.icare p{
	font-family: arial;
}
.icare img{
	max-width: 100%;
	height: auto;
}
@media (max-width:992px) {
	.itop {
		border-top: 0px #212022 solid;
		height: 70px;
	}
	.ititle{
		font-size: 3.0rem;
		line-height: 80px;
		padding: 10px 0px 0px;
	}
	.lanmu ul li a{
		padding: 5px 20px 0px;
		font-size: 1.3rem;
	}
}
@media (max-width:768px) {
	.itop {
		height: 50px;
	}
	.huise{
		padding: 15px 0px 20px;
	}
	.lanmu{
		border-bottom: 2px #69a542 solid;
		padding: 0px 0px 5px;
	}
	.lanmu ul li{
		padding: 0px 5px;
		margin-right: 0px;
		margin-bottom: 10px;
		width: 50%;
	}
	.lanmu ul li a{
		font-size: 1.3rem;
		padding: 0px;
		text-align: center;
		border-radius: 0px;
		border: 1px rgba(0,0,0,.15) solid;
	}
	.lanmu ul li.cur a,.lanmu ul li a:hover{
		border: 1px #69a542 solid;
	}
	.ititle{
		font-size: 2.0rem;
		line-height: 50px;
		padding: 10px 0px 0px;
	}
	.iabout{
		line-height: 22px;
	}
}
.pdlm{
	background: #fff;
	margin: 0px 0px 25px;
	box-shadow: 0px 0px 15px rgba(0,0,0,.15);
	padding: 20px;
}
.pdlm h3{
	color: #333333;
	font-size: 1.6rem;
	font-family:Fonttwo;
	padding: 0px 0px 10px;
	border-bottom: 2px rgba(0,0,0,.1) solid;
	position: relative;
	line-height: 24px;
}
.pdlm h3:after{
	content:"";
	display: block;
	height: 2px;
	width: 60px;
	background: #69a542;
	position: absolute;
	top: 100%;
	left: 0;
}
.pdlm form{
	margin: 20px 0px;
	padding: 5px 0px;
	border: 1px rgba(0,0,0,.15) solid;
}
.pdlm form input{
	float: left;
	line-height: 23px;
	height: 23px;
	outline: none;
	overflow: hidden;
	font-size: 1.2rem;
	font-family:Fontthree;
	width: 80%;
	padding: 0px 0px 0px 10px;
	border: 0;
	border-right: 1px rgba(0,0,0,.15) solid;
}
.pdlm form button{
	width: 20%;
	float: right;
	height: 23px;
	background: url(../images/xfdj.png) center no-repeat;
	border: 0;
}
.pdlm h2{
	color: #333333;
	font-size: 2.0rem;
	line-height: 31px;
	font-family: arial;
	border-bottom: 2px rgba(0,0,0,.1) solid;
	position: relative;
	margin: 0px 0px 10px;
}
.pdlm h2:after{
	content:"";
	display: block;
	height: 2px;
	width: 60px;
	background: #69a542;
	position: absolute;
	top: 100%;
	left: 0;
}
.pdlm ul li a{
	display: block;
	color: #333333;
	font-family: arial;
	line-height: 38px;
	padding-left: 15px;
	position: relative;
}
.pdlm dl{
	display:none;
}
.pdlm div.cur dl{
	display:block;
}
.pdlm dl dd{
	padding-left:10px;
}
.pdlm dl dd a{
	display: block;
	color: #333333;
	font-size:1.2rem;
	font-family: arial;
	line-height: 34px;
	padding-left: 15px;
	position: relative;
}
.pdlm ul li a:after,.pdlm dl dd a:after{
	content:"";
	display: block;
	width: 8px;
	height: 2px;
	background: rgba(0,0,0,.2);
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -1px;
}
.pdlm ul li a:hover,.pdlm ul li.cur a,.pdlm dl dd a:hover,.pdlm dl dd.cur a{
	color: #5ea538;
}
.pdlm ul li:hover a:after,.pdlm ul li.cur a:after,.pdlm dl dd:hover a:after,.pdlm dl dd.cur a:after{
	background: #5ea538;
}
@media (max-width:768px) {
	.pdlm{
		margin: 0px 0px 15px;
		box-shadow: 0px 0px 5px rgba(0,0,0,.15);
		padding: 15px;
	}
	.pdlm h2{
		font-size: 1.8rem;
		line-height: 28px;
	}
}
.remen{
	background: #fff;
	padding: 20px;
	box-shadow: 0px 0px 15px rgba(0,0,0,.15);
}
.remen h2{
	color: #333333;
	font-size: 2.0rem;
	line-height: 41px;
	font-family: arial;
	border-bottom: 2px rgba(0,0,0,.1) solid;
	position: relative;
	margin: 0px 0px 20px;
}
.remen h2:after{
	content:"";
	display: block;
	height: 2px;
	width: 60px;
	background: #69a542;
	position: absolute;
	top: 100%;
	left: 0;
}
.zuiduo ul{
	margin: 0px 3px 10px;
}
.zuiduo ul li a{
	display: block;
	border-bottom: 1px rgba(0,0,0,.1) solid;
	padding: 10px 0px;
	font-size:1.4rem;
}
.zuiduo ul li a:after{
	content:"";
	display: block;
	clear: both;
}
.zuiduo ul li a big{
	display: block;
	float: left;
	font-size: 0;
	width: 34%;
}
.zuiduo ul li a big img{
	height:53px;
}
.zuiduo ul li a span{
	display: block;
	float: right;
	width: 60%;
	color: #565252;
	font-family:Fontthree;
	line-height: 44px;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}
.zuiduo ul li a:hover span{
	color: #5ea538;
}
.weizhi{
	color: #333333;
	font-size: 2.4rem;
	font-family: arial;
	font-weight: bold;
	border-bottom: 2px rgba(0,0,0,.1) solid;
	line-height: 60px;
}
.iproduct{
	padding: 30px 0px 0px;
}
.iproduct ul li{
	margin-bottom: 20px;
}
.iproduct ul li a{
	display: block;
	color: #4d4d4d;
	font-family: arial;
	line-height: 18px;
}
.iproduct ul li a span{
	display: block;
	padding: 10px 0px;
}
.iproduct ul li a span p{
	text-overflow:ellipsis;
	overflow:hidden;
	font-family: arial;
	white-space:nowrap;
	text-align:center;
}
.page-list{
	padding: 15px 0px 0px;
}
.page-list>span{
	float: right;
}
.page-list>span span{
	float:left;
}
.page-list>span a{
	display: block;
	float: left;
	color: #808080;
	border-radius: 1px;
	background: #fff;
	font-family:arial;
	line-height: 26px;
	padding: 2px 15px;
	border: 1px rgba(0,0,0,.2) solid;
	margin-left: 5px;
	margin-bottom: 5px;
}
.page-list>span a:hover,.page-list span>a.hover{
	color: #fff;
	background: #5ea538;
	border: 1px #5ea538 solid;
}
@media (max-width:768px) {
	.iproduct{
		padding: 15px 0px 0px;
	}
	.weizhi{
		font-size: 1.8rem;
		line-height: 36px;
	}
	.iproduct ul li{
		margin-bottom: 10px;
	}
	.page-list span a{
		font-size: 1.3rem;
		line-height: 24px;
		padding: 0px 10px;
	}
}
.iproductd{
	background: #fff;
	margin: 30px 0px 0px;
	padding: 30px;
	position: relative;
}
/*jqzoom*/
.jqzzoom{
	position:relative;
}
.jqzoom{
	width:100%;
	position:relative;
	border:1px #ddd solid;
	padding:0;
}
.zoomdiv{
	z-index:100;
	position:absolute;
	top:0px !important;
	left:100% !important;
	width:400px;
	height:400px;
	border:1px solid #e4e4e4;
	display:none;
	text-align:center;
	overflow: hidden;
}
.bigimg{
	width:1000px;
	height:auto;
}
.jqZoomPup{
	z-index:10;
	visibility:hidden;
	position:absolute;
	top:0px;
	left:0px;
	width:50px;
	height:50px;
	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;
}
.ipdnye .jqzzoom{
	float: left;
	width: 45%;
}
.ipdnye .jqtext{
	float: right;
	width: 50%;
}
@media (max-width:992px) {
	.iproductd{
		margin: 20px 0px 0px;
		padding: 15px;
	}
	.ipdnye .jqzzoom{
		width: 100%;
	}
	.ipdnye .jqtext{
		width: 100%;
	}
	.weizhi{
		font-size: 2.0rem;
		line-height: 50px;
	}
}
@media (max-width:768px) {
	.weizhi{
		font-size: 1.8rem;
		line-height: 36px;
	}
	.iproductd{
		margin: 10px 0px 0px;
		padding: 10px;
	}
}
.jqzoom img{
	width: 100%;
}
.xiaotu dl{
	padding: 10px 0px 0px;
}
.xiaotu dl dd{
	float: left;
	width: 18%;
	margin: 0px 2% 0px 0px;
	border: 1px rgba(0,0,0,.15) solid;
	cursor: pointer;
	font-size:0;
}
.xiaotu dl dd.hover{
	border: 1px #e2a611 solid;
}
.xiaotu dl dd img{
	width: 100%;
}
.jqtext{
	padding:0px;
}
.jqtext h2{
	font-size: 1.8rem;
	line-height: 48px;
	color: #333333;
	font-family:Fontone;
	border-bottom: 1px rgba(0,0,0,.1) solid;
	padding-bottom: 10px;
}
.jqtext section{
	font-family:Fontthree;
	font-size: 1.4rem;
	line-height: 28px;
	color: #666666;
	margin:5% 0px;
	padding-bottom: 20px;
	border-bottom: 1px rgba(0,0,0,.1) solid;
}
.jqtext section p{
	font-family:Fontthree;
}
.jqtext section img{
	display:none;
}
.jqtext .onlin{
	padding: 10px 0px 0px;
}
.jqtext .onlin h3{
	width: 100%;
	font-size:1.7rem;
	color: #8a8a8a;
	font-family:Fontone;
	margin: 0px 0px 20px;
}
.jqtext .onlin a:not(.email){
	display: block;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-color: #69a542;
	float: left;
	margin: 0px 15px 0px 0px;
	background-repeat: no-repeat;
	background-position: center;
}
.jqtext .onlin a.email{
	line-height:32px;
	height:32px;
	width:30%;
	text-align:center;
	color:#fff;
	border-radius:3px;
	background:#69a542;
	font-family:Fontthree;
	float:right;
}
.jqtext .onlin a:nth-of-type(1){
	background-image: url(../images/olpic1.png);
}
.jqtext .onlin a:nth-of-type(2){
	background-image: url(../images/olpic2.png);
}
@media (max-width:1200px) {
	.jqtext h2{
		font-size: 1.6rem;
		line-height: 38px;
		padding-bottom: 0px;
	}
	.jqtext section{
		font-size: 1.3rem;
		line-height: 24px;
		margin:3% 0px;
		padding-bottom: 10px;
	}
	.jqtext .onlin h3{
		font-size:1.4rem;
		margin: 0px 0px 10px;
	}
}
.procont{
	border: 2px rgba(0,0,0,.1) solid;
	margin: 60px 0px 0px;
}
.procont h2{
	line-height: 46px;
	background: #eff0f0;
	padding: 0px 0px 0px 30px;
}
.procont h2 p{
	float: left;
	color: #69a542;
	font-family:Fontone;
	font-size: 1.5rem;
	border-bottom: 2px #eff0f0 solid;
	cursor:pointer;
	margin-right:5%;
}
.procont h2 p.cur{
	color: #69a542;
	border-bottom: 2px #69a542 solid;
}
.procont section{
	font-size: 1.8rem;
	color: #4d4d4d;
	line-height: 50px;
	display:none;
	padding: 30px;
	font-family:Fontthree;
}
.procont section p{
	font-family:Fontthree;
}
.procont section img{
	max-width:100%;
	height:auto;
}
@media (max-width:1200px) {
	.procont h2{
		line-height: 40px;
		padding: 0px 0px 0px 20px;
	}
	.procont section{
		font-size: 1.4rem;
		line-height: 30px;
		padding: 20px;
	}
}
@media (max-width:768px) {
	.procont h2{
		line-height: 34px;
		padding: 0px 0px 0px 10px;
	}
	.procont h2 p{
		font-size: 1.4rem;
	}
	.procont{
		margin: 20px 0px 0px;
	}
	.procont section{
		font-size: 1.3rem;
		line-height: 20px;
		padding: 10px;
	}
}
.fanye{
	padding: 0px 30px 30px;
}
.fanye a{
	display: block;
	width: 50%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	float: left;
	line-height: 30px;
	font-family:Fontthree;
	color: #5ea538;
	font-size: 1.6rem;
}
.fanye a:last-child{
	text-align: right;
}

.tonglei{
	padding: 30px 10px 10px;
}
#tonglei{
	padding-right:1px;
}
.tonglei h1{
	font-size: 1.7rem;
	color: #595959;
	font-family:Fontone;
	line-height: 30px;
	margin: 0px 0px 30px;
}
.tonglei .swiper-slide a{
	display: block;
	color: #4d4d4d;
	font-family: arial;
	line-height: 18px;
}
.tonglei .swiper-slide a big{
	display:block;
	border:1px rgba(0,0,0,.1) solid;
}
.tonglei .swiper-slide a span{
	display: block;
	padding: 10px 0px;
}
.tonglei .swiper-button-next{
	width:30px;
	height:50px;
	background-size:auto 50%;
	background-color:rgba(0,0,0,.8);
	margin-top:-45px;
	border-radius:4px;
	opacity:0;
	transition:.5s;
}
.tonglei .swiper-button-prev{
	width:30px;
	height:50px;
	background-size:auto 50%;
	background-color:rgba(0,0,0,.8);
	margin-top:-45px;
	border-radius:4px;
	opacity:0;
	transition:.5s;
}
#tonglei:hover .swiper-button-next,#tonglei:hover .swiper-button-prev{
	opacity:1;
}
@media (max-width:1200px) {
	.fanye{
		padding: 0px 20px 20px;
	}
	.fanye a{
		font-size: 1.4rem;
	}
	.tonglei{
		padding: 20px 10px 4px;
	}
	.tonglei h1{
		font-size: 1.4rem;
		line-height: 20px;
		margin: 0px 0px 20px;
	}
}
@media (max-width:768px) {
	.fanye{
		padding: 0px 10px 10px;
	}
}
.inewsd{
	padding:40px 0px 0px;
}
.inewsd .fanye{
	padding:30px 0px 0px;
}
.icontact form input{
	float: left;
	width: 48.5%;
	border: 1px rgba(0,0,0,.15) solid;
	border-radius: 4px;
	line-height: 26px;
	font-family:Fontthree;
	padding: 15px 10px;
}
.icontact form input:first-child{
	margin-right: 3%;
}
.icontact form textarea{
	width: 100%;
	border: 1px rgba(0,0,0,.15) solid;
	border-radius: 4px;
	line-height: 26px;
	font-family:Fontthree;
	padding: 15px 10px;
	margin: 20px 0px;
	resize: none;
}
.icontact form button{
	font-size: 1.8rem;
	color: #fff;
	font-family:Fontone;
	width: 50%;
	border: 0;
	background: #69a542;
	border-radius: 4px;
	height: 60px;
}
.icontact ul li:after{
	content: "";
	display: block;
	clear: both;
}
.icontact ul li{
	margin-bottom:10px;
}
.icontact ul li i{
	float: left;
	margin-right: 10px;
	display: block;
	width: 22px;
	text-align: center;
	padding-top:5px;
}
.icontact ul li section{
	float: left;
	width: 523px;
	color: #4d4d4d;
	font-size: 1.5rem;
	font-family:Fontthree;
	line-height: 30px;
}
.icontact ul li section p{
	font-family:Fontthree;
}
.icontact ul li section img{
	display:none;
}
.map{
	border: 8px #fff solid;
	margin: 40px 0px 0px;
}
.map #container{
	height:480px;
}
@media (min-width:768) and (max-width:1200px) {
	.ititle{
		font-size: 3.5rem;
	}
	.icontact ul li section{
		width: 180px;
	}
	.map{
		border: 5px #fff solid;
		margin: 20px 0px 0px;
	}
}
@media (max-width:768px) {
	.icontact form input{
		padding: 10px;
	}
	.icontact form textarea{
		padding: 10px;
		margin: 10px 0px;
	}
	.icontact form button{
		font-size: 1.6rem;
		width: 100%;
		height: 50px;
	}
	.icontact ul li section{
		width: 298px;
	}
	.icontact ul li section big{
		font-size: 1.6rem;
	}
	.icontact ul li section span{
		padding: 5px 0px 10px;
	}
	.map{
		border: 2px #fff solid;
		margin: 10px 0px 0px;
	}
	.map #container{
		height:300px;
	}
}
.inews h1{
	font-family: Fonteight;
	font-size: 2.6rem;
	color: #222222;
	line-height: 30px;
}
.inews ul{
	margin: 0px 0px 0px;
}
.inews ul li{
	border-bottom: 1px rgba(0,0,0,.15) dashed;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.inews ul li:after{
	content:"";
	display: block;
	clear: both;
}
.inews ul li>a{
	display: block;
	float: left;
	width: 20%;
	position: relative;
}
.inews ul li section{
	width: 75%;
	float: right;
} 
.inews ul li section a:first-child{
	font-size: 1.8rem;
	color: #222222;
	font-family:Fonteight;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	line-height: 60px;
	transition: .3s;
}
.inews ul li section a:first-child:hover{
	color: #69a542;
}
.inews ul li section span{
	display: block;
	color: #666666;
	font-size: 1.4rem;
	line-height: 22px;
	font-family:Fontthree;
}
.inews ul li section a:last-child{
	display: block;
	width: 125px;
	line-height: 35px;
	border: 2px #69a542 solid;
	text-align: center;
	color: #222222;
	font-family:Fontthree;
	margin: 5% 0px 0px;
	transition: .3s;
}
.inews ul li section a:last-child:hover{
	color: #fff;
	background: #69a542;
}
.inews ul li a small{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 70px;
	text-align: center;
	z-index: 9;
	color: #fff;
	background: #69a542;
	padding: 5px 0px;
}
.inews ul li a small big{
	display: block;
	font-size: 4.0rem;
	font-family:Fonteight;
	line-height: 40px;
}
.inews ul li a small p{
	font-family:Fonteight;
	line-height: 14px;
	letter-spacing: 1px;
	font-size: 1.2rem;
}

@media (max-width:1200px) {
	.inews ul li section a:first-child{
		font-size: 1.8rem;
		line-height: 50px;
	}
	.inews ul li section span{
		font-size: 1.4rem;
		line-height: 20px;
	}
	.inews ul li section a:last-child{
		line-height: 30px;
		margin: 3% 0px 0px;
	}
}
@media (max-width:920px) {
	.inews h1{
		font-size: 2.0rem;
	}
	.inews ul{
		margin: 20px 0px 0px;
	}
	.inews ul li section a:first-child{
		font-size: 1.6rem;
		line-height: 40px;
	}
	.inews ul li section span{
		font-size: 1.3rem;
		line-height: 18px;
	}
	.inews ul li section a:last-child{
		display: none;
	}
}
@media (max-width:768px) {
	.inews ul{
		margin: 10px 0px 0px;
	}
	.inews ul li>a{
		width: 100%;
	}
	.inews ul li section{
		width: 100%;
	} 
	.inews ul li section a:last-child{
		display: block;
	}
	.inews ul li{
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
}
.instt{
	font-size:2.0rem;
	font-family:Fontfive;
	text-align:center;
	line-height:22px;
	margin:0px 0px 10px;
}
.insct{
	font-family:Fontthree;
	line-height:26px;
	color:#444;
	font-size: 1.6rem;
	margin:20px 0px 0px;
}
.insct p{
	font-family:Fontthree;
}
.instm{
	display:flex;
	justify-content:center;
	border-bottom:2px rgba(0,0,0,.5) solid;
	padding-bottom:7px;
}
.instm span{
	color:#777;
	font-family:Fontthree;
	display:flex;
	line-height:30px;
	margin:0px 10px;
	font-size:1.3rem;
}
.instm span i{
	line-height:26px;
	margin-right:5px;
}
@media (max-width:992px) {
	.instt{
		font-size:1.6rem;
		margin:0px 0px 5px;
	}
	.insct{
		line-height:22px;
		font-size: 1.4rem;
		margin:10px 0px 0px;
	}
}
.ifaq{
	padding: 30px 0px 0px;
}
.ifaq ul li{
	margin-bottom: 15px;
}
.ifaq ul li .ques{
	cursor: pointer;
}
.ifaq ul li .ques small{
	display: block;
	float: left;
	width: 11%;
	background: #bebebe;
	text-align: center;
	font-size: 3.0rem;
	font-family:Fontthree;
	color: #fff;
	line-height: 58px;
}
.ifaq ul li.cur .ques small{
	background: #589133;
	color: #fff;
}
.ifaq ul li .ques span{
	display: block;
	float: left;
	width: 89%;
	background: #f8f8f8;
	color: #333333;
	font-family: arial;
	font-size: 1.8rem;
	border: 1px rgba(0,0,0,.1) solid;
	line-height: 56px;
	border-left: 0;
	padding-left: 30px;
}
.ifaq ul li.cur .ques span{
	background: #69a542;
	color: #fff;
}
.ifaq ul li .ans{
	border: 1px rgba(0,0,0,.1) solid;
	background: #f8f8f8;
	border-top: 0;
	padding: 10px 0px 50px;
	display: none;
}
.ifaq ul li .ans small{
	display: block;
	width: 11%;
	font-family:Fontthree;
	font-size: 3.0rem;
	text-align: center;
	line-height: 58px;
	color: #69a542;
	float: left;
}
.ifaq ul li .ans section{
	float: left;
	width: 89%;
	font-size: 1.8rem;
	font-family: arial;
	color: #808080;
	line-height: 35px;
	padding: 12px 0px 0px 30px;
}
@media (max-width:992px) {
	.ifaq ul li .ques small{
		font-size: 2.0rem;
		line-height: 48px;
	}
	.ifaq ul li .ques span{
		font-size: 1.6rem;
		line-height: 46px;
		padding-left: 20px;
	}
	.ifaq ul li .ans small{
		font-size: 2.0rem;
		line-height: 48px;
	}
	.ifaq ul li .ans section{
		font-size: 1.6rem;
		line-height: 30px;
		padding: 7px 0px 0px 20px;
	}
}
@media (max-width:768px) {
	.ifaq ul li .ques small{
		font-size: 1.6rem;
		line-height: 38px;
	}
	.ifaq ul li .ques span{
		font-size: 1.2rem;
		line-height: 16px;
		padding:2px 0px 2px 10px;
	}
	.ifaq ul li .ans small{
		font-size: 1.6rem;
		line-height: 38px;
	}
	.ifaq ul li .ans section{
		font-size: 1.2rem;
		line-height: 16px;
		padding: 4px 0px 0px 10px;
	}
	.ifaq ul li .ans{
		padding: 10px 0px 20px;
	}
	.ifaq ul li{
		margin-bottom: 5px;
	}
	.ifaq{
		padding: 15px 0px 0px;
	}
}
.iwarr{
	padding: 40px 0px 0px;
}
.iwarr section{
	font-size: 1.6rem;
	line-height: 24px;
	color: #333333;
	font-family: arial;
	margin-bottom: 35px;
}
.iwarr table{
	margin: 0px 0px 35px;
}
.iwarr table thead{
	background: #69a542;
}
.iwarr table thead tr td{
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 76px;
	color: #fff;
}
.iwarr table tr td{
	padding: 0px 0px 0px 5%;
	font-family: arial;
	border-top: 2px #e5e6e6 solid;
	border-bottom: 2px #e5e6e6 solid;
}
.iwarr table tbody tr{
	background: #f5f7f4;
}
.iwarr table tbody tr td{
	color: #333333;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 24px;
	padding-top: 25px;
	padding-bottom: 25px;
}
.iwarr table tbody tr:nth-child(even){
	background: #fff;
}
.iwarr table tbody tr td small{
	font-weight: normal;
	display: block;
	line-height: 24px;
	font-size: 1.4rem;
	margin: 5px 0px 0px;
}
.iwrct span{
	display: block;
	font-size: 1.4rem;
	line-height: 26px;
	font-family: arial;
	color: #333333;
}
.iwrct span p{
	font-family: arial;
}
.iwrct h3{
	font-family: arial;
	font-size: 1.8rem;
	color: #333333;
	font-weight: bold;
	margin: 35px 0px 20px;
}
@media (max-width:768px) {
	.iwarr{
		padding: 15px 0px 0px;
	}
	.iwarr section{
		font-size: 1.3rem;
		line-height: 20px;
		margin-bottom: 25px;
	}
	.iwarr table thead tr td{
		font-size: 1.4rem;
		line-height: 20px;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.iwarr table tbody tr td{
		font-size: 1.4rem;
		line-height: 20px;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.iwarr table tbody tr td small{
		line-height: 18px;
		font-size: 1.2rem;
	}
	.iwrct span{
		font-size: 1.3rem;
		line-height: 22px;
	}
	.iwrct h3{
		font-size: 1.5rem;
		margin: 25px 0px 10px;
	}
}
.idown ul li{
	margin-bottom:30px;
}
.idown ul li a{
	display:block;
	background:#fff;
	position:relative;
	padding:0px 0px 30px;
	text-decoration:none;
}
.idown ul li a:after{
	content:"";
	display:block;
	clear:both;
}
.idown ul li a big{
	display:block;
	overflow:hidden;
	border:5px #fff solid;
	border-bottom:0;
}
.idown ul li a big img{
	width:100%;
	transition:1s;
}
.idown ul li a:hover big img{
	transform:scale(1.1);
}
.idown ul li a p{
	color:#0f1415;
	font-family:Fonteight;
	font-size:1.8rem;
	line-height:20px;
	text-overflow:ellipsis;
	overflow:hidden;
	text-decoration:none;
	white-space:nowrap;
	padding:20px 0px 10px 6%;
}
.idown ul li a span{
	display:block;
	margin:10px 0px 0px 5.5%;
	width:60%;
}
.idown ul li a span small{
	width:70%;
	font-size:1.6rem;
	font-weight:bold;
	color:#fff;
	font-family:FOnttwo;
	float:left;
	display:block;
	text-align:center;
	background:#5ea538;
	line-height:40px;
}
.idown ul li a span:after{
	content:"";
	display:block;
	float:left;
	width:20%;
	height:40px;
	background:#2f8302 url(../images/dwpic.png) center no-repeat;
}
.iqrd .iqury{
	display:flex;
	justify-content:space-between;
	color:#fff;
	line-height:20px;
}
.iqrd .iqury p{
	font-size:1.6rem;
}
.iqrd .iqury a{
	color:#fff;
	font-size:1.2rem;
	display:flex;
	line-height:30px;
	width:120px;
	justify-content:center;
	background:#3b3b3b;
	border-radius:3px;
}
.iqrd .iqury a:before{
	content:"";
	display:block;
	background:url(../images/xunp.png) center no-repeat;
	background-size:18px auto;
	width:18px;
	margin-right:10px;
}
.iqrd .iqury a:hover{
	background:#060302;
}
.order{
	padding:20px 0px;
}
.order .odtt{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	background:#fff;
	border:2px rgba(0,0,0,.1) solid;
	padding:0;
	margin-bottom:20px;
}
.order .odtt dt{
	line-height:50px;
	text-align:center;
	color:#333;
	font-size:1.6rem;
	font-family:Fontthree;
	font-weight:normal;
	border-right:2px rgba(0,0,0,.1) solid;
	border-bottom:2px rgba(0,0,0,.1) solid;
}
.order .odtt dd{
	line-height:20px;
	color:#333;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:1.6rem;
	padding:0px 10px;
	font-family:Fontthree;
	font-weight:normal;
	border-right:2px rgba(0,0,0,.1) solid;
}
.order .odtt dt:nth-of-type(1){
	width:30%;
}
.order .odtt dt:nth-of-type(2){
	width:30%;
}
.order .odtt dt:nth-of-type(3){
	width:20%;
}
.order .odtt dt:nth-of-type(4){
	width:20%;
	border-right:0;
}
.order .odtt dd:nth-of-type(1){
	width:30%;
}
.order .odtt dd:nth-of-type(2){
	width:30%;
}
.order .odtt dd:nth-of-type(3){
	width:20%;
}
.order .odtt dd:nth-of-type(4){
	width:20%;
	border-right:0;
}
.order .odtt dd span{
	display:block;
	background:#060302;
	width:50%;
	margin:20px 0px;
}
.order .odtt dd .shuzix{
	width:80%;
}
.order .odtt dd .shuzix input{
	background:none;
	border:1px rgba(0,0,0,.2) solid;
	border-radius:3px;
	width:100%;
	text-align:center;
	outline:none;
	font-family:Fontthree;
	line-height:32px;
}
.order .odtt dd .shanchu{
	display:block;
	width:45px;
	height:45px;
	background:url(../images/guanbi.png) center no-repeat;
	background-size:40% auto;
	border-radius:50%;
	box-shadow:0px 0px 15px rgba(0,0,0,.2);
	transition:.3s;
}
.order .odtt dd .shanchu:hover{
	background:#bb070a url(../images/guanbin.png) center no-repeat;
	background-size:40% auto;
}
.biaodan .biaodan-a input{
	width:100%;
	line-height:50px;
	border:2px rgba(0,0,0,.1) solid;
	border-radius:3px;
	padding:5px 0px 5px 45px;
	margin-bottom:15px;
	font-size:1.6rem;
	outline:none;
	font-family:Fontthree;
	color:rgba(0,0,0,.6);
}
.biaodan .biaodan-a input.company{
	background:#fff url(../images/lypic1.png) 10px center no-repeat;
	background-size:25px auto;
}
.biaodan .biaodan-a input.email{
	background:#fff url(../images/lypic3.png) 8px center no-repeat;
	background-size:27px auto;
}
.biaodan .biaodan-a input.name{
	background:#fff url(../images/lypic2.png) 11px center no-repeat;
	background-size:23px auto;
}
.biaodan .biaodan-a input.add{
	background:#fff url(../images/lypic4.png) 11px center no-repeat;
	background-size:23px auto;
}
.biaodan .biaodan-c textarea{
	padding:10px 0px 0px 45px;
	width:100%;
	background:#fff url(../images/lypic5.png) 10px 15px no-repeat;
	background-size:25px auto;
	line-height:30px;
	font-size:1.6rem;
	outline:none;
	border-radius:3px;
	color:rgba(0,0,0,.6);
	font-family:Fontthree;
	border:2px rgba(0,0,0,.1) solid;
	resize:none;
}
.biaodan button{
	background:#cb0004;
	display:block;
	width:31%;
	border:0;
	text-align:center;
	line-height:66px;
	color:#fff;
	margin:20px 0px 0px;
	border-radius:3px;
	transition:.3s;
	font-family:Fontthree;
	font-size:1.6rem;
}
.biaodan button:hover{
	background:#f18401;
}