@charset "utf-8";
html,body{ font-family:"微软雅黑",Microsoft YaHei; font-family: "Microsoft YaHei","微软雅黑" !important;/*兼容Opera*/ -webkit-text-size-adjust:none}
img{max-width:100%;}
.container{width:1200px;position: relative;	margin: 0 auto;	padding: 0 15px;box-sizing:border-box;}

.header,.i-news,.footer,.top-banner,.i-about,.i-product,.i-category{min-width:1200px !important;}

.bodyer{padding:15px 0;}

.header-line{height:78px;}
.header{ width:100%; position:fixed;z-index: 55;background:#fff; overflow:visible;border-bottom: 1px solid #efefef;}
.header-hide{margin-top:-100px;-webkit-animation: headerhide 1s;	/* Safari 和 Chrome */animation: headerhide 1s;}
@-webkit-keyframes headerhide /* Safari and Chrome */
{
from {margin-top:0px;}
to {margin-top:-100px;}
}
@keyframes headerhide
{
from {margin-top:0px;}
to {margin-top:-100px;}
}
.header-show{margin-top:0px;-webkit-animation: headershow 1s;animation: headershow 1s;}
@-webkit-keyframes headershow
{
from {margin-top:100px;}
to {margin-top:0px;}
}
@keyframes headershow
{
from {margin-top:-100px;}
to {margin-top:0px;}
}


.header .logo{width:400px;z-index:1;float: left;}
.header .logo img{ max-width:100%;}
.header .tel{float:right;}
/*css动画*/
.transition{-moz-transition: all 0.5s;-webkit-transition: all 0.5s;	-o-transition: all 0.5s;transition: all 0.5s;}
/*首页*/
.top-nav {min-height:80px; line-height:80px;font-family:'Microsoft Yahei';margin-right:15px;z-index:1;float: left;}
.top-nav li {margin:0px; padding:0px; display:inline-block;color:#ccc;position: relative;}

.top-nav li .top-category{position:absolute;width: 160%;
	left:-30%;
	background: #fff;
	display:none;
	box-shadow: 1px 1px 8px 0 rgba(0,0,0,.2);
	padding: 0 5px;
}
.top-nav li .top-category i{position: absolute;top:-14px;right:45%;font-size: 25px;color:#ccc;  transform: rotateX(180deg);line-height: 16px;}
.top-nav li .top-category a{display: block;line-height: 40px;height: 40px;text-align: center;font-size: 14px;overflow: hidden;border-bottom:1px solid #efefef;}
.top-nav li .top-category a:hover{color:#01b201;}
.top-nav .sale{position:absolute;width:25px;top:0;right:0;margin-top:-20px;margin-right:0px;}
.top-nav li a{display:block; text-align:center; color:#000;font-size:16px; text-decoration:none;padding:0px 10px;position: relative;}
.top-nav li a:hover{color:#01b201; }
.top-nav li a.mycrr {color:#01b201;}

/*main标题*/
.main-title{ padding:45px 0 25px; text-align: center;}
.main-title h2{display:inline-block; vertical-align: top; font-size:27px; color:#333; background:url("../images/ico-line.png") no-repeat right center; padding-right:140px;}
.main-title h2 strong{display:block; font-weight: bold; background:url("../images/ico-line.png") no-repeat 0 center; padding-left:140px;}
.main-title p{ font-size:14px; color:#666; padding-top:8px; letter-spacing: 6px;}

/*底部*/
.footer {width:100%; margin:10px auto 0px; background:#323941; overflow:hidden;text-align:center;min-width:1170px; }
.footer ul{text-align:center;background-color:#f2f2f2;padding:30px 0px;}
.footer ul li{display: inline-block;color:#696969;font-size:12px;vertical-align:top;}

.footer ul li.logo img{max-width:240px;}
.footer ul li.logo .kf{ padding: 0px;display: block;text-align: left;}
.footer ul li.logo .kf a{margin-right: 5px;}
.footer ul li.about{padding:0px 30px;}
.footer ul li.about ul{padding:0 0;}
.footer ul li.about ul li{display:block;line-height:30px;}
.footer ul li.about ul li.title a{font-size: 16px;}

.footer ul li.contact{padding-left:30px; width:360px;text-align:left;}
.footer ul li.contact .title{font-size:16px;}
.footer ul li.contact .title span{margin-right:5px;}
.footer ul li.contact .tel,
.footer ul li.contact p{padding-left:15px;font-size: 24px;}
.footer ul li.erweima{padding-left:10px;}
.footer ul li.erweima img{ max-width:120px;}
.footer .bottom{margin:0px auto;padding:20px;color:#ccc; }
.footer .bottom .copyright{font-size:12px;}
.footer .bottom a{color:#ccc;}
.footer .bottom a:hover{color:#fff;}

/*通用*/
.clear{clear:both;}




.more-conter{ text-align:center;margin:20px auto;}
.more-conter a{ margin:auto 0.3em; padding-left:1em;padding-right:1em;}



/*详情页 产品参数*/
.table_setup   { background-color:#fff;}
.table_setup li{float:left; line-height:40px; height:40px;border-bottom: 1px solid #eeeeee;}
.table_setup li:nth-child(2n+1) {width:31.5%; background-color:#f6f6f6; text-align:right; padding-right:2%; color:#666;}
.table_setup li:nth-child(2n)   {width:64.5%; background-color:#fefefe; padding-left:2%; color:#333;}
