﻿/* css reset */
body { background:#fff; color:#555; font-family:"\5FAE\8F6F\96C5\9ED1", Verdana, Arial, Helvetica, sans-serif ; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0; padding:0; }
img { }
ol,ul,li { list-style:none; }
/* css common */
/*public class*/
.POS-R { position: relative;}
.FONT-16 { font-size: 1.333333333333333em;}
.FONT-14 { font-size: 1.166666666666667em;}
.hidden-lg { display: none;}
.fl{ float:left; display:inline-block;}
.fr{ float:right; display:inline-block;}
.clear {clear:both;}

.container { border: 0px solid #000; min-width: 304px;}
/*header*/
#header { 
	background:#8d8582;
	height: 86px;
	z-index: 99;
	overflow:hidden;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	
}


#header .logo {width:190px;}
#header .logo img{max-height: 100px;width: auto;max-width: 100%;}

#header .search { position: absolute; right: 8px; top: 46px;}
#header .search input { 
	border-top-left-radius: 5px; 
	border-bottom-left-radius: 5px; 
	box-shadow: none;
	background-color:#ffffff;
	border-right: 0;
	width: 190px;
	-webkit-appearance: none;
}	
#header .search .input-group {
	border-radius: 5px;
	border: 1px solid #696969;
}
/*#header .search input::-webkit-input-placeholder { color:#b2adac;}
#header .search input::-moz-placeholder { color:#b2adac;}
#header .search input:-ms-input-placeholder { color:#b2adac;}*/

#header .search .btn-search { 
	background-image: url(../images/spirit.png);
	background-repeat: no-repeat;
	background-position: 6px -94px;
	border-radius: 0px;
	height: 31px;
	border-top-right-radius: 5px; 
	border-bottom-right-radius: 5px; 
	width:30px;
	background-color:#ffffff;
	border-left: 0;
}

#header .info { margin-top: 22px; color: #fff;}
#header .info a { color: #fff;}

/*nav*/
#navToggle { 
	position: absolute; 
	top:24px; 
	right: 8px; 
	background:#464241; 
	padding: 5px 10px; 
	border-radius: 5px; 
}
#navToggle span { font-size: 32px; color:#fff;}

#nav { 
	width: 100%;
	height: 40px;
	position: fixed;
	top: 86px;
	background: #f2f2f2;
	border-bottom: 1px solid #c7c7c7;
	z-index: 100;
	transition:top 0.4s;
	-webkit-transition:top 0.4s;
}
#nav ul { width: 100%;}
#nav ul li { 
	float: left; 
	position: relative;
	display: inline-block;
	height:39px;
	margin-left: 1px;
}
#nav ul li.home { background:#000;width: 89px; margin-left:0px;}
#nav ul li.home a { color:#fff; padding: 0 22px;}
#nav ul li a { padding: 0 28px; line-height: 39px; display:block; height: 100%; text-align:center;}
#nav ul li:hover a { text-decoration: none; }
#nav ul li .tri {
	position:absolute;
	display: none;
	width: 0px;
	height: 0px;
	right: 0px;
	bottom: 0px;
	border-bottom: 15px solid #ffffff;
	border-left: 15px solid transparent;
}
#nav .navChild { border: 0px solid red;}
#nav .navChild ul {
	top: 39px;
	height:35px;
	background:rgba(0,0,0, .7);
	width:100%;
	position:absolute;
	display: none;
}
#nav .navChild ul.active { display: block;}  
#nav .navChild ul li {
	background-image: url(../images/border.png);
	background-repeat: no-repeat;
	background-position: right center;
	border-right:1px solid #222;
	height: 34px;
	margin-left: 0px;
	
}
#nav .navChild ul li a { color: #fff; line-height: 34px;}
#nav .navChild ul li .block { 
	width:100%; 
	height:3px; 
	background: #ff425e; 
	display: block; 
	position:absolute; 
	bottom: -1px; 
	left: 0px;
	display:none;
}
#nav .navChild ul li.active .block {
	display: block;
}

/*报价*/
.jsq{ cursor:pointer;width:109px;height:102px;position:fixed;left:0px;top:150px;z-index:99999;}
.jsq span{background:url(../images/jsq-c.png) no-repeat left center; cursor:pointer;width:109px;height:102px;position:absolute;left:0px;top:0px;z-index:99999;display:block;}
.jsq div{ font-size:18px; text-align:center; width:85px; height:376px; background:url(../images/jsq.jpg) no-repeat top left; display:none;}
.jsq .jsq_txt{ color:#ffffff; padding-top:20px; padding-bottom:10px; height:auto; display:block; font-size:14px;}
input.left_sub{ width:90%; height:36px; line-height:36px; text-align:center; color:#616161; font-size:14px; margin-bottom:12px; border-right:2px solid #a49e9e;font-family:"微软雅黑"; background:url(../images/jsq_inputbj.jpg) no-repeat left center;}
input.left_sub2{ width:88%; height:36px; line-height:36px; color:#2a0600; font-size:16px; font-family:"微软雅黑"; background-color:#fe9901; text-align:center;}

/*分享*/
.gotop {cursor:pointer;width:85px;position:fixed;right:0px;top:150px;z-index:99999;}
.gotop img{ width: auto;}
.gotop span{background:url(../images/zxzx-c.png) no-repeat right center;cursor:pointer;width:79px;height:102px;position:absolute;right:0px;top:0px;z-index:99999;display:block;}

.gotop div{border-top:#cacaca;border-left:#cacaca;padding:10px;text-align:center;display:none;background:#eee;}
.gotop div img{cursor:pointer;display:inline-block;}
.gotop div.div4{background:#8d8582;border-bottom:#cacaca; }

#footer { margin-top:0px; background:#8d8582; height:258px; min-width:304px;}
#footer .logo{ width:213px; position: absolute; right:0px;top:27px;}
#footer .logo img{max-width:100%;max-height: 70px;width: auto;}
#footer .footNav { width: 302px; border-right:2px solid #b3afae; height: 110px; position:absolute; top: 65px; left:0px;}
#footer .footNav ul li { float: left; margin:0px 20px 26px 20px;}
#footer .footNav ul li a { color:#fff; font-size:14px;}

#footer .addr { position:absolute; width:766px;top:70px;right:0px; border-bottom:1px solid #b3afae;padding-bottom:15px;}
#footer .addr ul { margin-left:-10px;}
#footer .addr ul li { float:left;width:60px; border-right:2px solid #fff; height:16px;line-height:16px;}
#footer .addr ul li:last-child { border:none;}
#footer .addr ul li a { color:#fff; font-size:16px;text-align:center;display:block; width:100%;}


#footer .btnTo { position:absolute; top:116px; right:0px; width:236px;}
#footer .btnTo a.btn-OA { float:right;font-size:14px;display:block; border-radius:5px; line-height:32px; text-align: center;color:#8d8582; width:100px; height:32px; background: #fff;margin-right:10px;}
#footer .btnTo a.btn-shop { float:right;font-size:14px;display:block; border-radius:5px; line-height:32px; text-align: center;color:#fff; width:100px; height:32px; background: #8d8582; border:1px solid #fff;}
#footer .btnTo a.btn-OA img{ margin-top:-2px; margin-right:5px; width:auto;}
#footer .btnTo a.btn-shop img { margin-top:-3px; margin-right:2px;width:auto;}

#footer .codeFrame { position:absolute; width: 480px; top:117px; left:350px; }
#footer .codeFrame img { width:auto;}
#footer .codeFrame .code { margin-bottom: 5px; margin-top:5px; width:190px; height:52px; float:left;}
#footer .codeFrame .code img {float:left; margin-right:10px; width: 55px; height: 52px;}
#footer .codeFrame .code span { color:#fff; float:left; font-size:14px;display:inline-block;width:50%;white-space:nowrap;}		
#footer .codeFrame .code span.mt{ margin-top: 14px;}

#footer .copyright { position: absolute; top:158px; right:0px; color:#fff;}


@media only screen and (max-width: 1116px) {
	/*public class*/
	.hidden-lg { display: block;}
	/*header*/
	#header { height: 108px;}
	#header .logo { width: 190px; margin-top:11px;}
	#header .search { left:8px;  top: 71px;width: 200px; display:inline-block;}
	#header .search input { width: 160px;}
	#header .info { margin-top: 78px;}
	#header .info a { font-size: 1em;}
	
	#nav { width: 100%; right: 0px; height:100%; background:none; border: none; display:none;}
	#nav .container { padding: 0; width:100%; height: 100%; background: rgba(0,0,0,.7)}
	#nav .container .row {  height: 100%;}
	#nav .container .col-lg-12 { height: 100%;}
	
	#nav ul { width: 50%; height: 100%;}
	#nav ul li.home  { width: 100%;}
	#nav ul li { width: 100%; margin:0; border-bottom: 1px solid #c7c7c7; height: 34px;}
	#nav ul li a { text-align:center; line-height:34px;}
	
	#nav .navFather { right: 0px; background:#f2f2f2; position: absolute; top:0px;}
	#nav .navChild { left: 0px; width:50%; height: 100%;}
	#nav .navChild ul { top: 0px; height: 100%; background: none;}
	#nav .navChild ul li { background:none; height: 34px;}
	#nav .navChild ul li:first-child{ display: none;}
	#nav .navChild ul li .block { opacity:0}
	#nav .navChild ul li a { line-height: 34px;}
	
	.gotop { display:none;}
	.jsq { top:auto; bottom: 30px; z-index:99; display:none;}
	.jsq>div { position:absolute; bottom:80px;}
	
	#footer { height: 291px;}
	
	#footer .logo{ left:8px;top:10px; width:170px;}

	#footer .btnTo { width: 110px; height: 77px; border-left: 1px solid #fff; right:8px;top:10px;}
	#footer .btnTo a.btn-OA { margin: 0;}
	#footer .btnTo a.btn-shop { margin: 5px 0;}
	
	#footer .addr { left:0px; font-size:12px; right:auto; width:100%; padding-left:14px;}
	#footer .addr ul li { width:36px;}
	#footer .addr ul li a{font-size:12px;}
	
	#footer .footNav { top:110px; width:134px; left: 8px; border:none;}
	#footer .footNav ul li { float: left; margin:0px 18px 10px 0px;}
	#footer .footNav ul li a {font-size:12px;}
	
	#footer .codeFrame { width:158px; left:auto; right:8px; top:104px;}
	#footer .codeFrame .code { width:164px;}
	#footer .codeFrame .code span { font-size:12px; width:96px;}
	
	#footer .copyright{ top: 253px; left:0px; width:100%; text-align:left; padding:0 8px;}
	#footer .copyright span { display:inline-block;}
}
	
@media only screen and (max-width: 480px) {
img { width:100%; height:auto;}

}	
	
	
	
.image img{ width:1100px; height:650px;}
	
	
	
	
	
