@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;z-index:9999;
    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:#ff6000;}
.top-nav .layui-nav-bar{background-color:#ff6000;height: 3px;}
.layui-nav-bar,.layui-bg-blue .layui-nav-itemed:after,.layui-bg-blue .layui-this:after{background-color:#ff6000;height: 3px;}


.top-nav .layui-nav-bar *{background-color:#ff6000;height: 2px;}
.top-nav .layui-nav-child a:hover {
    background-color:#f2f2f2;
    color:#ff6000
}
.top-nav .layui-nav-item > a{color:rgb(0, 0, 0);}
.top-nav .layui-nav-item > a:hover{color:#ff6000;}
/*箭头*/
.top-nav-80{float:right}
.top-nav-80 .layui-nav-item{line-height: 80px;}
.top-nav-80 .layui-nav-child{top:75px;}


/*main标题*/
.main-title{ padding:45px 0 25px; text-align: center;margin: 0px auto;max-width: 1200px;}
.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: 2px;}

/*底部*/
.footer {width:100%; margin:10px auto 0px; background:#434343; overflow:hidden;text-align:center;min-width:1200px; }
.footer a{color:#999;}
.footer a:hover{color:#ff6000;}
.footer .footer-info{text-align:center;padding:30px 0px;
    background-color:#f2f2f2;
}
.footer .footer-info .footer-logo{margin: 20px auto 20px;}
.footer .footer-info .footer-logo img{width: 160px;}
.footer .footer-info .footer-nav{color:#696969;vertical-align:top;}
.footer .footer-info .footer-nav li{display: inline-block;font-size:14px;padding: 5px;color:#cccccc;}
.footer .footer-info .kf{ padding: 0px;display: block;text-align: center;margin-top:20px}
.footer .footer-info .kf a{margin-right: 5px;}
.footer .footer-info .kf img{width: 120px;}
.footer .footer-info .kf p{line-height: 35px;font-size: 12px;color: #666;}

.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;}
