@charset "utf-8";
html,body{ 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;box-sizing:border-box;}

.header,
.footer,
.bodyer
{min-width:1200px !important;}

.bodyer{padding:15px 0;}
.header{ width:100%; position:relative; overflow:visible;z-index: 55;height: 80px;border-bottom:1px solid hsla(0,0%,100%,.25);}

/*.header-bg{position: absolute;top:0;left:0;width: 100%;height: 100%;display: none;}*/
.header .logo{width:400px;z-index:1;float: left;}
.header .logo img{ height:80px;width: auto;}
.header .tel{float:right;}



/*导航*/



.top-nav{float:right;background-color:transparent !important;padding: 0px;border-radius:0px;}
.top-nav .layui-nav-item a:hover{color:rgb(57, 172, 166);}
.top-nav .layui-nav-bar{background-color:#b60005;}
.top-nav .layui-nav-child a:hover {
    background-color:#f2f2f2;
    color:#b60005
}

.top-nav-80{float:right}
.top-nav-80 .layui-nav-item > a,
.top-nav-80 .layui-nav-item > a:hover{color:rgb(0, 0, 0);}
.top-nav-80 .layui-nav-item{line-height: 80px;}
.top-nav-80 .layui-nav-child{top:85px;}

/*main标题*/
.main-title{ padding:45px 0 25px; text-align: center;}
.main-title h2{display:inline-block; vertical-align: top; font-size:27px; color:#333;font-weight: bold;}
.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:1200px; }
.footer .nav{text-align:center;background-color:#f2f2f2;padding:30px 0px; width:100%;text-align: center;}
.footer .nav ul{}
.footer .nav ul li{display: inline-block;color:#696969;font-size:18px;vertical-align:top;margin: 0px 10px;border-right:1px solid #ccc;padding-right:20px;}

.footer .nav .erweima{text-align: center;margin-top: 20px;}
.footer .nav .erweima img{ width:120px;}
.footer .nav .kf{margin: 20px; font-size: 14px;}
.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;}
.fl{float: left;}
.m-r{margin-right: 0px;}
.relative{position: relative;}
/*css动画*/
.transition{-moz-transition: all 0.5s;-webkit-transition: all 0.5s;	-o-transition: all 0.5s;transition: all 0.5s;}
/*阴影*/
.box-shadow{-moz-box-shadow:2px 2px 5px #333333; -webkit-box-shadow:2px 2px 5px #333333; box-shadow:2px 2px 5px #333333;}



.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;}
