header{
	position:fixed;
	width:100%;
	top:0;
	left:0;
	z-index:99;
	background:#fff;
}
.top{
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding:5px 0px;
	transition:.3s;
}
.head{
	box-shadow:0px 0px 5px rgba(0,0,0,.3);
}
.logo{
	width:35%;
	transition:.3s;
}
.nav-logo{
	width:30px;
	padding:5px 0px 0px;
}
.nav-logo span{
	display:block;
	height:3px;
	background:#dbac6e;
	margin-bottom:5px;
}
.menu{
	position:fixed;
	top:0;
	left:-100%;
	width:70%;
	height:100%;
	background:#fff;
	display:flex;
	align-content:space-between;
	z-index:99999;
	flex-wrap:wrap;
	transition:.5s;
}
.body{
	position:fixed;
	top:0;
	left:0;
	overflow:hidden;
	width:100%;
	height:100%;
}
.menuu{
	left:0;
}
.heise{
	position:fixed;
	top:0;
	left:0;
	display:none;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.8) url(../images/close.png) right center no-repeat;
	background-size:auto 35px;
	z-index:99998;
}
.menu ul{
	width:100%;
}
.menu ul li{
	border-bottom:1px #ddd solid;
}
.menu ul li a{
	display:block;
	text-align:center;
	color:#424242;
	line-height:46px;
	transition:.3s;
}
.menu ul li.cur a{
	color:#006eb6;
}
.menu ul li a:hover{
	color:#006eb6;
}
.selan{
	width:100%;
	padding:20px 10px 0;
}
.selan .search form{
	display:flex;
}
.selan .search form input{
	width:80%;
	border:1px #ddd solid;
	line-height:20px;
	padding:6px 0px 6px 10px;
	-webkit-appearance:none;
	border-radius:0;
	border-right:0;
}
.selan .search form button{
	display:block;
	border:0;
	background:#daac6d url(../images/fdj.png) center no-repeat;
	background-size:40% auto;
	width:20%;
}
.selan .languan{
	border-bottom:1px #ddd solid;
	display:flex;
	justify-content:space-around;
	line-height:46px;
}
.selan .languan a{
	font-size:1.4rem;
	color:#424242;
	line-height:46px;
}
.selan .languan a font{
	font-family:arial;
}
.copy{
	text-align:center;
	padding:15px;
	width:100%;
}
.copy span{
	display:block;
	line-height:20px;
	color:#424242;
}
.copy span a{
	color:#424242;
}
.copy span a:hover{
	text-decoration:underline;
}
footer{
	height:61px;
}
.btmenu{
	height:61px;
	position:fixed;
	width:100%;
	bottom:0;
	left:0;
	z-index:99;
}
.btmenu ul{
	display:flex;
	background:#1e2225;
}
.btmenu ul li{
	width:25%;
	text-align:center;
	border-right:1px rgba(255,255,255,.1) solid;
}
.btmenu ul li:last-child{
	border-right:0px #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 19px;
}
.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;
}
#banner{
	margin-top:45px;
}
.ibanner{
	margin-top:45px;
}
.imenu ul{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	padding:20px 0px 3px;
}
.imenu ul li{
	width:33%;
	margin-bottom:15px;
}
.imenu ul li big{
	display:block;
	text-align:center;
}
.imenu ul li big img{
	width:40%;
}
.imenu ul li a{
	display:block;
	color:#666666;
}
.imenu ul li a p{
	text-align:center;
	font-size:1.2rem;
	line-height:20px;
	margin:5px 0px 0px;
}
.column ul{
	display:flex;
}
.column ul li{
	width:33.33333333%;
}
.column ul li a{
	display:block;
	position:relative;
}
.column ul li a p{
	color:#272627;
	font-size:1.4rem;
	line-height:20px;
	position:absolute;
	top:5px;
	left:10px;
	text-shadow:0px 0px 3px #fff;
}
.about{
	background:url(../images/abbg.jpg) center 0 no-repeat;
	padding:40px 0px;
	background-size:auto 100%;
}
.title{
	text-align:center;
	color:#f2d4a0;
}
.title p{
	display:flex;
	justify-content:center;
	align-items:center;	
	font-size:1.8rem;
	line-height:22px;
	font-weight:bold;
	letter-spacing:2px;
}
.title p:before{
	content:"";
	display:block;
	width:42px;
	height:1px;
	background:#fff;
	margin-right:20px;
}
.title p:after{
	content:"";
	display:block;
	width:42px;
	height:1px;
	background:#fff;
	margin-left:20px;
}
.title span{
	display:block;
	font-size:1.4rem;
	font-family:Fonttwo;
	letter-spacing:6px;
	margin:10px 0px 0px;
}
.about section{
	font-size:1.3rem;
	color:#fff;
	line-height:22px;
	text-align:center;
	margin:10px 0px 0px;
}
.product{
	position:relative;
	background:url(../images/pdbg.jpg) center 0 no-repeat;
	padding:25px 0px 40px;
	background-size:auto 100%;
}
.product .title{
	color:#193883;
}
.product .title p:before{
	background:#193883;
}
.product .title p:after{
	background:#193883;
}
.product a{
	display:block;
	margin:9% 0px 0px;
}
.product img{
	max-width:100%;
}
.product section{
	margin:2% auto 0px;
	max-width:670px;
	color:#999;
	line-height:26px;
	text-align:center;
}
/*page*/
.iabt-one{
	background:url(../images/iabbg1.jpg) center 0 no-repeat;
	padding:30px 0px;
	margin:45px 0px 0px;
	background-size:auto 100%;
}
.iabt-one section{
	color:#3a3624;
	font-size:1.4rem;
	line-height:22px;
}
.iabt-one dl{
	text-align:right;
	margin:20px 0px 0px;
}
.iabt-one dl dt{
	font-weight:normal;
	font-size:1.4rem;
	line-height:22px;
	color:#fff;
	text-shadow:0px 0px 10px rgba(0,0,0,.8);
	letter-spacing:1px;
}
.iabt-one dl dd{
	font-size:1.4rem;
	line-height:22px;
	letter-spacing:1px;
	color:#fff;
	text-shadow:0px 0px 10px rgba(0,0,0,.8);
}
.iabt-two{
	background:url(../images/iabbg2.jpg) center 0 no-repeat;
	padding:30px 0px;
	background-size:auto 100%;
}
.iabt-two section{
	color:#fff;
	font-size:1.4rem;
	line-height:20px;
}
.iabt-two section span{
	display:block;
}
.iabt-two section span:first-child{
	margin-bottom:15px;
}
.iabt-two dl{
	text-align:right;
	margin:15px 0px 0px;
}
.iabt-two dl dt{
	font-weight:normal;
	font-size:1.4rem;
	line-height:22px;
	color:#fff;
	text-shadow:0px 0px 10px rgba(0,0,0,.8);
	letter-spacing:1px;
}
.iabt-two dl dd{
	font-size:1.4rem;
	line-height:22px;
	letter-spacing:1px;
	color:#fff;
	text-shadow:0px 0px 10px rgba(0,0,0,.8);
}
.iabt-thr{
	background:url(../images/iabbg3.jpg) center 0 no-repeat;
	padding:30px 0px;
	background-size:auto 100%;
}
.iabt-thr section{
	color:#3a3624;
	font-size:1.4rem;
	line-height:24px;
}
.iprodct{
	padding:15px 0px;
}
.iprodct ul{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.iprodct ul li{
	width:48%;
	margin-bottom:5px;
}
.iprodct ul li img{
	width:100%;
}
.iprodct ul li a{
	color:#000;
	display:block;
}
.iprodct ul li a span{
	display:block;
	text-align:center;
	line-height:40px;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	font-size:1.3rem;
	transition:.3s;
}
.ckmore{
	width:100%;
	background:#daac6d;
	text-align:center;
	line-height:36px;
	color:#fff;
	margin:0px 0px 0px;
	font-size:1.3rem;
}
.huise{
	background:rgba(0,0,0,.01);
}
.iphoto{
	padding:20px 0px;
}
.iphoto ul{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.iphoto ul li{
	width:48%;
	margin-bottom:10px;
}
.iphoto ul li a{
	display:block;
	background:#055cab;
	color:#fff;
	text-align:center;
}
.iphoto ul li a span{
	display:block;
	line-height:20px;
	padding:7px 0px;
}
.ivideo ul li big{
	position:relative;
}
.ivideo ul li big:after{
	content:"";
	display:block;
	width:46px;
	height:46px;
	background:url(../images/bofang.png) 0 0 no-repeat;
	position:absolute;
	background-size:100% auto;
	top:50%;
	left:50%;
	margin-top:-23px;
	margin-left:-23px;
}
.itmtt{
	font-size:1.6rem;
	font-weight:bold;
	line-height:20px;
	padding:15px 0 5px;
}
.imjj{
	font-weight:bold;
	padding:5px 0px 10px;
}
.imct{
	line-height:24px;
	color:#666;
	font-size:1.3rem;
}
.imct img{
	max-width:100%;
	height:auto;
}
.iphoto .text-center{
	margin:0px 0px 10px;
	padding:0;
}
.fanye{
	margin:15px 0px;
	border-top:1px rgba(0,0,0,.2) dashed;
	padding:10px 0px 0px;
}
.fanye span{
	display:block;
	color:#333;
	line-height:26px;
	font-size:1.3rem;
}
.fanye span a{
	color:#666;
}
.fanye span a:hover{
	color:#f00;
}
.iabout{
	padding:15px 0px;
	background:#fff url(../images/iabbg.jpg) center 0 no-repeat;
	font-size:1.3rem;
	color:#333333;
	line-height:24px;
}
.iabout img{
	max-width:100%;
	height:auto;
}
.inews{
	background:#ebecf0;
	padding:15px 0px;
}
.inews dl{
	margin:0px;
}
.inews dl dd big img{
	width:100%;
}
.inews dl dd a{
	display:block;
	background:#fff;
	transition:.3s;
}
.inews dl dd a section{
	padding:10px 15px;
}
.inews dl dd a section h3{
	font-size:1.4rem;
	color:#333;
	display:block;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	line-height:22px;
}
.inews dl dd a section span{
	display:block;
	color:#ff7800;
	font-size:1.2rem;
	margin:5px 0px 0px;
}
.inews dl dd a:hover{
	background:#ff7800;
}
.inews dl dd a:hover section h3,.inews dl dd a:hover section span{
	color:#fff;
}
.inews ul{
	margin:5px 0px 10px;
}
.inews ul li{
	margin-bottom:5px;
}
.inews ul li a{
	display:block;
	background:#fff;
	border:1px rgba(0,0,0,.1) solid;
	padding:15px;
}
.inews ul li a big{
	display:block;
	color:#3f3f3f;
	font-family:arial;
	font-size:1.2rem;
	line-height:16px;
}
.inews ul li a section h3{
	color:#8e6e2b;
	font-size:1.4rem;
	font-weight:bold;
	line-height:30px;
	display:block;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}
.inews ul li a section small{
	font-size:1.2rem;
	color:#8e6e2b;
	display:block;
	margin:5px 0px 0px;
}
.inewsd{
	padding:10px 0px 20px;
}
.inewsd .insct{
	line-height:24px;
	padding:0px 15px;
	font-size:1.3rem;
	color:#666;
}
.inewsd .insct img{
	max-width:100%;
}
.inewsd .instt{
	text-align:center;
	font-size:1.6rem;
	line-height:26px;
	padding:10px 0px;
} 
.inewsd .insxx{
	border-top:1px rgba(0,0,0,.15) solid;
	border-bottom:1px rgba(0,0,0,.15) solid;
	display:flex;
	justify-content:center;
	padding:5px 0px;
	margin:0px 0px 10px;
}
.inewsd .insxx span{
	line-height:22px;
	color:#999;
	margin:0px 4%;
	font-size:1.2rem;
}
.icontact{
	padding:20px 0px;
}
.icontact h3{
	text-align:center;
}
.icontact h3 p{
	font-size:1.8rem;
	font-family:Fonttwo;
	color:#000;
	line-height:25px;
}
.icontact h3 span{
	font-family:Fonttwo;
	color:#000;
	font-size:1.3rem;
	line-height:24px;
	display:block;
}
.icontact h4{
	text-align:center;
	color:#4d4d4d;
	font-family:Fonttwo;
	font-size:1.2rem;
	margin:5px 0px 15px;
}
.icontact h2{
	color:#dbac6e;
	font-size:2.2rem;
	font-family:Fontfive;
	line-height:30px;
	text-align:center;
}
.icontact section{
	text-align:center;
	color:#4d4d4d;
	font-size:1.3rem;
	line-height:25px;
	margin:10px 0px 0px;
}
.icontact ul{
	margin:20px auto;
}
.icontact ul li{
	margin-bottom:10px;
}
.icontact ul li a{
	display:flex;
	border:1px rgba(0,0,0,.1) solid;
	align-items:center;
	padding:15px 0px 15px 10%;
}
.icontact ul li a i{
	width:40px;
	display:block;
}
.icontact ul li a big{
	display:block;
	padding:0px 20px;
}
.icontact ul li a big p{
	color:#333333;
	font-size:1.3rem;
	font-family:Fontone;
	line-height:24px;
}
.icontact ul li a big span{
	color:#808080;
	display:block;
	line-height:24px;
	font-size:1.3rem;
}
.icontact .guanzhu{
	display:flex;
	justify-content:center;
	padding:80px 0px 20px;
}
.icontact .guanzhu span{
	display:block;
	border:2px #000 solid;
	width:100%;
	text-align:center;
	position:relative;
	padding:60px 0px 30px;
}
.icontact .guanzhu span big{
	width:180px;
	height:134px;
	background:#fff;
	position:absolute;
	text-align:center;
	left:50%;
	bottom:70px;
	margin-left:-90px;
}
.icontact .guanzhu span big img{
	width:134px;
}
.icontact .guanzhu span p{
	color:#4d4d4d;
	font-size:1.4rem;
	font-family:Fonttwo;
	line-height:30px;
	margin:10px 0px 0px;
}






















































