.body{
	padding-top: 39px;
}
header{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	background-color: #fff;
	z-index: 99;
	box-shadow: 0px 0px 5px rgba(0,0,0,.3);
}
.top{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 7px 0px;
}
.logo img{
	height: 25px;
}
.nav-logo{
	width: 25px;
}
.nav-logo i{
	display: block;
	padding: 3px 0px;
}
.nav-logo i:after{
	content: "";
	display: block;
	height: 2px;
	background-color: #d9b44f;
}
.heise{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,.8);
	z-index: 90;
	display: none;
}
.menu{
	position: fixed;
	width: 70%;
	right: -100%;
	z-index: 99;
	top: 0;
	background-color: #fff;
	height: 100%;
	transition: .5s;
}
.menuu{
	right: 0;
}
.menu i{
	display: block;
	text-align: center;
	height: 41px;
	border-bottom: 1px rgba(0,0,0,.1) solid;
	padding: 9px 0px;
}
.menu i img{
	height: 21px;
}
.menu ul li{
	border-bottom: 1px rgba(0,0,0,.1) solid;
}
.menu ul li a{
	display: block;
	color: #333;
	font-size: 1.4rem;
	line-height: 20px;
	padding: 10px 15px;
	text-transform:uppercase;
}
#banner .swiper-pagination span{
	background-color: #fff;
	opacity: 1;
}
#banner .swiper-pagination span.swiper-pagination-bullet-active{
	background-color: #fac314;
}
.search{
	padding: 15px 0px;
}
.search form{
	display: flex;
	background-color: #d9b44f;
	border-radius: 20px;
	padding-left: 5px;
}
.search form input{
	width: 85%;
	line-height: 20px;
	padding: 8px 10px;
	height: 36px;
	border: 0;
	color: #fff;
	font-size: 1.3rem;
	background: transparent;
	outline: none;
}
.search form input::-webkit-input-placeholder{
	color: #fff;
}
.search form input:-moz-placeholder{
	color: #fff;
}
.search form input::-moz-placeholder{
	color: #fff;
}
.search form input:-ms-input-placeholder{
	color: #fff;
}
.search form button{
	width: 15%;
	border: 0;
	background: url(../images/fdj.png) center no-repeat;
	background-size: 35% auto;
}
.qkmenu{
	background: #f6f6f6;
	padding: 20px 0px 10px;
}
.qkmenu ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.qkmenu ul li{
	width: 30%;
	margin-bottom: 10px;
}
.qkmenu li i{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	box-shadow: 2px 2px 2px rgba(0,0,0,.2);
}
.qkmenu li:nth-child(1) i img{
	max-width: 50%;
}
.qkmenu li:nth-child(2) i img{
	max-width: 47%;
}
.qkmenu li:nth-child(3) i img{
	max-width: 50%;
}
.qkmenu li:nth-child(4) i img{
	max-width:47%;
}
.qkmenu li:nth-child(5) i img{
	max-width: 61%;
}
.qkmenu li:nth-child(6) i img{
	max-width: 54%;
}
.qkmenu li a{
	display: block;
	text-align: center;
	color: #616161;
	font-size: 1.3rem;
}
.qkmenu li p{
	margin: 8px 0px 0;
}
.title{
	text-align: center;
	color: #fac314;
}
.title p{
	font-size: 1.8rem;
	line-height: 20px;
	font-family:DIN-Bold;
	margin: 0px 0px 2px;
	text-transform:uppercase;
}
.about{
	padding: 20px 0px;
}
.about section{
	margin: 10px 0px 0px;
	color: #555;
	font-size: 1.3rem;
	line-height: 22px;
}
.product{
	padding: 5px 0px 15px;
}
.product ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 15px;
}
.product ul li{
	margin-bottom: 13px;
	width: 48.5%;
}
.product li a{
	display: block;
	background-color: #fff;
	box-shadow: 0px 0px 6px rgba(0,0,0,.1);
}
.product li a i{
	display: block;
	border-bottom: 1px rgba(0,0,0,.15) solid;
}
.product li a p{
	color: #333;
	font-size: 1.3rem;
	line-height: 20px;
	padding: 10px;
}
footer{
	height: 53px;
}
.bottom{
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 89;
	background-color: #dfac08;
	padding: 6px 20px 4px;
}
.bottom ul{
	display: flex;
	justify-content: space-between;
}
.bottom li a{
	display: block;
	text-align: center;
	color: #fff;
	font-size: 1.3rem;
}
.bottom li i{
	display: block;
	margin: 0px 0px 5px;
}
.bottom li i img{
	display: block;
	margin: 0 auto;
}
.lanmu{
	position:relative;
}
.lanmu .lmbt{
	position:relative;
	background:#dfac08;
	z-index:9;
}
.lanmu .lm-ct{
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.lanmu .lm-ct h3{
	display:block;
	color:#fff;
	font-size:1.5rem;
	line-height:20px;
	padding:10px 0px;
}
.lanmu .lm-ct .lm-logo{
	width:27px;
	padding:5px 0px 0px;
}
.lanmu .lm-ct .lm-logo span{
	display:block;
	background:#fff;
	height:2px;
	margin-bottom:5px;
	transition: .3s;
	transform-origin: 33% center;
}
.lanmu .lm-ct .xx-logo span:nth-of-type(1){
	-webkit-transform: rotateZ(45deg);
	-moz-transform: rotateZ(45deg);
	-ms-transform: rotateZ(45deg);
	-o-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}
.lanmu .lm-ct .xx-logo span:nth-of-type(2){
	display:none;
}
.lanmu .lm-ct .xx-logo span:nth-of-type(3){
	-webkit-transform: rotateZ(-45deg);
	-moz-transform: rotateZ(-45deg);
	-ms-transform: rotateZ(-45deg);
	-o-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
}
.lanmu .lmct{
	position:absolute;
	width:100%;
	top:100%;
	left:0;
	display:none;
	background:#fff;
	z-index:8;
	padding:15px 15px 5px;
	box-shadow:0px 0px 5px rgba(0,0,0,.4);
}
.lanmu .lmct ul{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.lanmu .lmct ul li{
	width:48%;
	margin-bottom:10px;
}
.lanmu .lmct ul li a{
	display:block;
	text-align:center;
	line-height:32px;
	color:rgba(0,0,0,.7);
	font-size:1.35rem;
	border:1px rgba(0,0,0,.1) solid;
}
.lanmu .lmct ul li.cur a{
	color:#fff;
	background:#dfac08;
	border:1px #dfac08 solid;
}
.iabout{
	padding:15px 0px;
	font-size:1.4rem;
	line-height:26px;
	color:#555;
}
.iabout img{
	max-width:100%;
	height:auto;
}
.ihonor{
	padding:15px 0px;
}
.ihonor ul{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.ihonor ul li{
	width:49%;
	margin-bottom:10px;
}
.ihonor ul li a{
	display:block;
	background:#055cab;
	color:#fff;
	text-align:center;
}
.ihonor ul li a span{
	display:block;
	line-height:20px;
	padding:7px 0px;
}
.inews{
	padding:15px 0px;
}
.inews ul li{
	border-bottom:1px #ddd solid;
	padding-bottom:15px;
	margin-bottom:15px;
}
.inews ul li a{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	color:#333;
}
.inews ul li a p{
	width:100%;
	line-height:20px;
	padding-bottom:10px;
	font-weight:bold;
}
.inews ul li a small{
	width:42%;
}
.inews ul li a section{
	width:55%;
	font-size:1.2rem;
	opacity:.6;
}
.ins-tt{
	text-align:center;
	border-bottom:1px rgba(0,0,0,.2) dashed;
	padding-bottom:10px;
	margin-bottom:15px;
}
.ins-tt p{
	font-size:1.5rem;
	font-weight:bold;
	line-height:24px;
}
.ins-tt span{
	display:block;
	color:rgba(0,0,0,.6);
	line-height:14px;
	padding:5px 0px 0px;
	font-size:1.2rem;
}
.ins-tt span i{
	margin-right:5px;
}
.ins-ct{
	line-height:24px;
	color:#666666;
	font-size:1.3rem;
}
.ins-ct img{
	max-width:100%;
	height:auto;
}
.iproduct{
	padding:15px 0px;
}
.iproduct ul{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.iproduct ul li{
	margin-bottom:10px;
	width:48.5%;
}
.iproduct li a{
	display:block;
	background:rgba(0,0,0,.08);
	color:#000;
}
.iproduct li p{
	text-align:center;
	line-height:26px;
	padding:5px 0px;
	font-size:1.3rem;
}
.iproductsd{
	padding:15px 0px;
}
.iproductsd .itmtt{
	font-size:1.5rem;
	font-weight:bold;
	line-height:20px;
	text-align:center;
	padding:0px 0 10px;
}
.iproductsd .imct{
	line-height:24px;
	color:#666;
	padding:10px 0px;
}
.iproductsd .imct img{
	max-width:100%;
	height:auto;
}
.fanye a{
	display:block;
	color:#000;
	line-height:26px;
}
.iabout form span{
	display:block;
	color:#666;
	margin-bottom:10px;
}
.iabout form span h4{
	margin:0 0 5px;
	font-size:1.3rem;
}
.iabout form span input{
	width:100%;
	border:1px #ddd solid;
	border-radius:3px;
	padding:8px;
	line-height:18px;
	height:36px;
	outline:none;
}
.iabout form span textarea{
	width:100%;
	border:1px #ddd solid;
	border-radius:3px;
	padding:8px;
	line-height:18px;
	outline:none;
	resize:none;
}
.iabout form button{
	background: #dfac08;
	color:#fff;
	height:38px;
	border:0;
	width:100%;
	border-radius:3px;
}
.ijoin{
	padding:15px 0px;
}
.ijoin ul li{
	border-bottom:1px rgba(0,0,0,.1) solid;
}
.ijoin li a{
	display:flex;
	line-height:40px;
	color:#666;
	justify-content:space-between;
}
.ijoin li span{
	font-size:1.2rem;
}