﻿
@charset "utf-8";
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, lengend, button, input, textarea, /* form elements 表单元素 */
th, td { /* table elements 表格元素 */
    margin: 0;
    padding: 0;
}
input,textarea {border: 2 none; box-shadow: none; outline: none;}
/* 设置默认字体 */
body,button, input, select, textarea { font-family:"Microsoft Yahei" ;color: #666;}
h1 {font-size: 18px;}
h2 {font-size: 16px;}
h3 {font-size: 14px;}
h4, h5, h6 {font-size: 100%;}
* h1,* h2,* h3,* h4,* h5,* h6{margin: 0px;}
/* 重置列表元素 */
ul, ol ,li{list-style: none;}
/* 重置文本格式元素 */
a {text-decoration: none; color: #262626;  word-wrap:break-word;}/*英文换行*/
a:hover {text-decoration: none;}
/* 重置表单元素 */
legend {color: #000;} /* for ie6 */
fieldset, img {border: none;} /* img 搭车：让链接里的 img 无边框 */
button, input, select, textarea {
    font-size: 100%; /* 使表单元素在 ie 下能继承字体大小 */
}

/* 重置表格元素 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* 全局 */
*{transition:background-color ease .3s;-moz-transition:background-color ease .3s;-webkit-transition:background-color ease .3s;-o-transition:background-color ease .3s}
html{webkit-text-size-adjust:none;-webkit-text-size-adjust:none;text-align:justify;text-justify:inter-ideograph;}
/* 浏览器滚动轴修改 */
*{-webkit-tap-highlight-color:rgba(255,255,255,0);-webkit-touch-callout:none;margin:0;}
::-webkit-scrollbar{width:4px;height:4px}
::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2);border-radius:0;background:rgba(0,0,0,0.1)}
::-webkit-scrollbar-thumb{border-radius:5px;-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2);background:rgba(0,0,0,0.2)}
::-webkit-scrollbar-thumb:hover{border-radius:5px;-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2);background:rgba(0,0,0,0.4)}
input,textarea{-webkit-user-select:text}
/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html {overflow-y: scroll;}
/*设置浮动*/
.fl {float: left;}
.fr {float: right;}
.pr{position: relative;}
.pa{position: absolute;}
/*清除浮动*/

.clearfix:before,.clearfix:after{content: '';display:table;}
.clearfix:after{clear: both;}
.clearfix{*zoom: 1;}

/* -- 页面整体布局 -- */
.content{ width:1280px; margin:0 auto;  }
.header ,.footer { width:100%; margin:0 auto;  }
/*分页样式*/
.pglist{padding: 25px 0;float:left;width:100%;line-height: 34px;text-align: center; }
.pglist a {color: #333333;padding: 0 10px;margin:0 5px;font-/weight: bold;background: #fff;border: 1px solid #dcdcdc;font-size: 14px;}
.pglist *{display:inline-block;_zoom:1;_display:inline;vertical-align:middle;line-height: 28px;height: 28px;padding-bottom:1px;border-radius: 2px;-webkit-border-radius: 2px;}
.pglist .hover {display:inline-block;color: #fff;background: #a80d1d;}
.pglist a:hover {display:inline-block;color: #fff;background: #a80d1d;}
.pglist .curpage{display:inline-block;color: #fff;background: #a80d1d;}
/*顶部*/



.zilu_head{ margin: 0 auto; position: relative; z-index: 5;  height: 140px;}
.zilu_head .logo{ margin: 35px 0 0}
.zilu_head .mid{margin: 40px 0 0 20px}
.zilu_head .mid strong{font-size: 24px; font-weight: bold; color: #a80d1d;display: block;}
.zilu_head .mid span{font-size: 24px;color: #262626; font-weight: bold;}
.zilu_head .right{}
.zilu_head .right img{ width: 100px ;margin: 20px 10px 0 0;float: left;border: 1px solid #efefef; padding: 5px;box-sizing: border-box;}
.zilu_head .right .pho{ display: inline-block;font-size: 18px; color: #333333;font-weight: bold;margin-top: 40px}
.zilu_head .right .pho strong{font-family: 'Impact'; color: #a80d1d;font-size: 30px;display: block; }



/*nav*/
.nav {height: 65px; border-top: 3px solid #ffcc33; background: #a80d1d; width:100%}
.nav > ul{}
.nav > ul >li{
	float: left;
	line-height: 65px;
	border-right: 1px solid #cb2132;	
}
.nav > ul .home{background: url(../images/home.png) no-repeat 0px 20px; text-indent: 10px}
.nav > ul .home:hover{background: url(../images/home.png) no-repeat 0px 20px; text-indent: 10px}

.nav > ul >li:last-child{border-right: none;}

.nav > ul >li .nav_two{
	width: 100%;
	position: absolute;
	left: 0;
	top: 80px;
	z-index: 1001;
	display: none; 
}
.nav > ul >li .long{
	width: 180px;
	left: 50%;
	margin-left: -90px;
}
.nav > ul >li .long2{
	width: 100%;
	left: 0%;
	background:#a00414;
	padding-top: 50px; 
	top: 130px;
	z-index: 99;
}

.nav > ul >li .long2 .box{width: 90%;margin: 0 auto}
.nav > ul >li .long2 ul{
	width: 16.666667%;
	height: 190px;
	overflow: hidden;
	float: left; 
	margin-bottom: 20px; 
	background-size: auto 100%; 
	padding-left: 20px;
	box-sizing: border-box;
}
.nav > ul >li .long2 ul li{
	line-height: 30px;
}
.nav > ul >li .long2 ul .li5{ 
	margin-bottom: 10px;
	color: #fff; 
}
.nav > ul >li .long2 ul li a{
	color: #fff;
	font-size: 12px;
	font-weight: 100
}
.nav > ul >li .long2 ul li a:hover{
	color: #fff;
}
.nav > ul >li .nav_two > ul > li{
	width: 100%;
	text-align: center;
	height: 39px;
	line-height: 39px;
	background: #ffffff;
	border-top:1px solid #ccc;
}
.nav > ul >li .nav_two > ul > li a{
	font-size: 14px;
	color: #333333;
}
.nav > ul >li .nav_two > ul > li a:hover{
	color: #fff;
}
.nav > ul >li > a{
	display: block;
	font-size: 16px;
	color: #fff;

	padding: 0 12px;
}
.nav  > ul >li > a:hover{
	color: #fff;
	background: #a00414
}
.nav  > ul >li > .active{
	color: #fff;
	background: #a00414
}

.nav .cur {
color: #fff;
background: #a00414}


/*导航跟随*/
.stick {position:fixed;top:0;left: 0;width: 100%;box-shadow: 3px 3px 3px rgba(0,0,0,.2); z-index: 999;border-top: 0px solid #ffcc33; background: #a80d1d;}

/*banner*/
.slideBox{position:relative;display:block;width:100%;height:640px;overflow:hidden; z-index: 1;}
.slideBox .bd img{display:block;margin:0 auto;height:640px;}
.slideBox .prev{display:none;position:absolute;padding:0;left: 50%;margin-left: -595px;top: 60%;margin-top: -73px;width: 38px;height: 73px;background: url(../images/next_bg_09.png) no-repeat left center;background-position: 0 0;}
.slideBox .next{display:none;position:absolute;padding:0;right: 50%;margin-right: -595px;top: 60%;margin-top: -73px;width: 38px;height: 73px;background: url(../images/next_bg_09.png) no-repeat left center;background-position: right center;}
.slideBox .hd{position:relative;top: -10px;z-index:1;}
.slideBox .hd ul{text-align:center;margin-top: -25px;}
.slideBox .hd ul li{width:8px;height: 8px;display:inline-block;margin: 0 3px;cursor:pointer;background: #fff; border-radius: 50%;border: 2px solid #fff}
.slideBox .hd ul li.on{background: #a80d1d;}


/*内页benner*/
.mbanner{padding: 175px 0; background-repeat: no-repeat ; background-position: center;}


/*公用TITLE*/
.zilu_tit{position: relative; z-index: 2; margin: 0 auto 30px;text-align: left;display: block; padding-left: 40px;box-sizing: border-box; width: 100%}
.zilu_tit em{font-size: 24px; color: #a80d1d; text-transform: uppercase;font-style: normal;font-weight: 200; position: relative;font-weight: bold; }
.zilu_tit strong{font-size: 24px;color: #333;font-weight: bold; z-index: 2;position: relative;margin-right: 25px}
.zilu_tit strong:after{content: ''; height: 4px; width: 22px;background: #ffcc33;position: absolute;left: -40px;top: 15px}
.zilu_tit strong:before{content: ''; height: 6px; width: 6px;background: #333333;position: absolute;right: -15px;top: 15px; border-radius: 50%}
.zilu_tit span{color: #333;line-height: 50px; font-size: 14px;display: block;}
.zilu_tit a{position: absolute;right: 0; top: 25px}
.zilu_tit a:before{content: '';height: 3px; width: 30px; background: #ffcc33;left: -35px;top: 10px;position: absolute;}

.zilu_tit_1{position: relative; z-index: 2; margin: 0 auto 10px;text-align: center;display: block; width: 100%;box-sizing: border-box;;padding-bottom: 30px}
.zilu_tit_1 em{font-size: 60px; color: #ffc126; position: relative;font-weight: bold; position: relative;left: -15px }
.zilu_tit_1 strong{font-size: 24px;color: #fff;font-weight: bold; z-index: 2;position: relative;margin-right: 25px}
.zilu_tit_1 span{color: #fff;font-size: 24px; display: block;text-transform: uppercase;}
.zilu_tit_1:after{content: ''; width: 50px; background: #ffc126; height: 5px; border-radius: 3px;position: absolute;left: 50%; margin-left: -25px;bottom: 10px}


/*公用TITLE-内*/
.zilu_tit_m{position: relative; z-index: 2; margin:30px auto ;text-align: left;display: block; padding-left: 40px;box-sizing: border-box; width: 100%;border-bottom: 1px solid #e5e5e5}
.zilu_tit_m em{font-size: 24px; color: #a80d1d; text-transform: uppercase;font-style: normal;font-weight: 200; position: relative;font-weight: bold; }
.zilu_tit_m strong{font-size: 24px;color: #333;font-weight: bold; z-index: 2;position: relative;margin-right: 25px}
.zilu_tit_m strong:after{content: ''; height: 4px; width: 32px;background: #ffcc33;position: absolute;left: -40px;top: 15px}
.zilu_tit_m strong:before{content: ''; height: 6px; width: 6px;background: #333333;position: absolute;right: -15px;top: 15px; border-radius: 50%}
.zilu_tit_m span{color: #333;line-height: 50px; font-size: 14px;display: block;}
.zilu_tit_m a{position: absolute;right: 0; top: 25px}
.zilu_tit_m a:before{content: '';height: 3px; width: 30px; background: #ffcc33;left: -35px;top: 10px;position: absolute;}


/*产品详情页*/
.zilu_tit_pro{position: relative; z-index: 2; margin:30px auto 0;text-align: left;display: block; padding-left: 40px;box-sizing: border-box; width: 100%}
.zilu_tit_pro em{font-size: 24px; color: #a80d1d; text-transform: uppercase;font-style: normal;font-weight: 200; position: relative;font-weight: bold; }
.zilu_tit_pro strong{font-size: 24px;color: #333;font-weight: bold; z-index: 2;position: relative;margin-right: 25px}
.zilu_tit_pro strong:after{content: ''; height: 4px; width: 32px;background: #ffcc33;position: absolute;left: -40px;top: 15px}
.zilu_tit_pro strong:before{content: ''; height: 6px; width: 6px;background: #333333;position: absolute;right: -15px;top: 15px; border-radius: 50%}
.zilu_tit_pro span{color: #cccccc;line-height: 50px; font-size: 26px;display: block;text-transform: uppercase;}
.zilu_tit_pro a{position: absolute;right: 0; top: 25px}
.zilu_tit_pro a:before{content: '';height: 3px; width: 30px; background: #ffcc33;left: -35px;top: 10px;position: absolute;}

.zilu_tit_pro1{position: relative; z-index: 2; margin:30px auto;text-align: center;display: block;box-sizing: border-box; width: 100%}
.zilu_tit_pro1 em{font-size: 24px; color: #a80d1d; text-transform: uppercase;font-style: normal;font-weight: 200; position: relative;font-weight: bold; }
.zilu_tit_pro1 strong{font-size: 24px;color: #333;font-weight: bold; z-index: 2;position: relative;margin-right: 25px}
.zilu_tit_pro1 strong:after{content: ''; height: 4px; width: 32px;background: #ffcc33;position: absolute;left: -40px;top: 15px}
.zilu_tit_pro1 strong:before{content: ''; height: 6px; width: 6px;background: #333333;position: absolute;right: -15px;top: 15px; border-radius: 50%}
.zilu_tit_pro1 span{color: #cccccc;line-height: 50px; font-size: 26px;display: block;text-transform: uppercase;}
.zilu_tit_pro1 a{position: absolute;right: 0; top: 25px}
.zilu_tit_pro1 a:before{content: '';height: 3px; width: 30px; background: #ffcc33;left: -35px;top: 10px;position: absolute;}


/*底部*/

.zilu_foot{ border-top: 3px solid #ffcc33; background: #a80d1d;  width:100%; color: #999; }
.zilu_foot .t{padding: 20px 0;display: flex;}
.zilu_foot .t .left{}
.zilu_foot .t .min{font-size: 14px; color: #fff; padding: 0 0 0 30px; line-height: 25px}
.zilu_foot .t .right{flex: 1;text-align: right}
.zilu_foot .t .right a{color: #fff;font-size: 15px; padding: 0 20px; line-height: 80px}
.zilu_foot .x{height: 1px;background: rgba(255,255,255,0.5); width:100%;}
.zilu_foot .b{padding: 30px 0;display: flex; color: #fff;}

.zilu_foot .b .tit{font-size: 18px; font-weight: bold; color: #fff;margin-bottom: 30px;text-align: left;position: relative;padding-left: 40px}
.zilu_foot .b .tit:before{content: '';height: 3px;width: 30px; background: #ffc126; position: absolute;left: 0;top:13px;}

.zilu_foot .b .tit span{ font-size: 16px; color: rgba(255,255,255,0.5); font-family: 'Arial';font-weight: 100;padding: 0 10px }
.zilu_foot .b .left {flex: 4}
.zilu_foot .b .left dl{padding: 0 50px 0 0 }
.zilu_foot .b .left dl dt{font-size: 18px; font-weight: bold; }
.zilu_foot .b .left dl dd{font-size: 14px; line-height: 35px;width: 50%; display:block; box-sizing: border-box; float: left}

.zilu_foot .b .mid {flex: 4}
.zilu_foot .b .mid .con a{ display: inline-block;padding-right: 20px;color: #fff;font-size: 14px;line-height: 30px }

.zilu_foot .b .right {flex: 2}
.zilu_foot .b .right .con{width: 120px; margin: 0 auto;text-align: center; font-size: 14px}
.zilu_foot .b .right .con img{ width: 100%; background: #fff; border-radius: 5px;padding: 5px; }

.zilu_bq{ width:100%; color: #ffffff; line-height: 300%; text-align: left; font-size:0.875rem; border-top: 1px solid rgba(255,255,255,0.5)}
.zilu_bq a{ color: #ffffff }

/*面包削导航*/
.mbx{border-bottom: 1px dashed #efefef; line-height: 50px;font-size: 14px;position: relative;padding-left: 30px; box-sizing: border-box;}
.mbx a{line-height: 50px; color: #666; font-size: 14px;}
.mbx:before{content: ''; background:#ffc126;display: inline-block; width: 20px; height: 3px;position: absolute;left:0; top: 24px}

/*内页二级导航*/
.navtow{margin: 20px auto}

.navtow li{ padding: 5px 50px; line-height: 40px; background: #f5f5f5;display: inline-block; cursor: pointer;}
.navtow li a{ color: #333}
.navtow li:hover{ background:#a80d1d;color: #fff}
.navtow li:hover a{color: #fff }

.navtow .on{ background: #a80d1d; color: #fff }
.navtow .on a{ background: #a80d1d; color: #fff }



/* 浮动工具 */
.c-tools {position: fixed;z-index: 9999;text-align: center;right: 0;bottom: 50%;margin-bottom: -144px;}
.c-tools ul li {transition: all 0.3s;-webkit-transition: all 0.3s;border-radius: 2px;-webkit-border-radius: 2px;cursor: pointer;position: relative;width: 62px;height: 62px;margin: 1px;background: #333 url(../images/tools-ico.png) no-repeat;}
.c-tools ul li:hover {background-color: #a80d1d;}
.c-tools ul li span {transition: all 0.3s;-webkit-transition: all 0.3s;border-radius: 2px;-webkit-border-radius: 2px;display: none;position: absolute;right: 63px;width: 135px;padding: 0 10px;background: #ff9601;color: #ffffff;}
.c-tools ul li .ewmPic {width: 168px;}
.c-tools ul li .ewmPic img {display: block;margin-top: 10px;padding-bottom: 10px;width: 168px;height: 168px;}
.c-tools ul .tel-ico {background-position: center -22px;}
.c-tools ul .tel-ico span{ height:62px; line-height:62px}
.c-tools ul .ewm-ico {background-position: center 21px;}
.c-tools ul .qq-ico {background-position: center -69px;}
.c-tools ul .top-ico {background-position: center -115px;}