/** 清除内外边距 **/
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote, /* structural elements 结构元素 */
dl,
dt,
dd,
ul,
ol,
li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
form,
fieldset,
legend,
button,
input,
textarea, /* form elements 表单元素 */
th,
td, /* table elements 表格元素 */
img/* img elements 图片元素 */ { border:medium none; margin: 0; padding: 0; }
strong{ font-weight:normal}
/** 设置默认字体 **/
body,
button,
input,
select,
textarea { font:normal 12px "微软雅黑"; }
input,
select,
form img,
button { vertical-align:middle; }
h1,
h2,
h3,
h4,
h5,
h6 { font-size: 100%;  }
em { font-style:normal; }
/** 重置列表元素 **/
ul,
ol { list-style: none; }
/** 重置超链接元素 **/
a { text-decoration: none; color:#666; }
a:hover { text-decoration: underline;}
/** 重置图片元素 **/
img { border:none; }
/** 重置表格元素 **/

/** 清楚浮动 **/
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .clearfix { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
textarea, input{resize:none}
a, textarea, input, button{outline:none}
.clear { clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
.coz{ clear:both; overflow:hidden; zoom:1}
.fr{ float:right;}
.fl{ float:left;}
/**字体颜色**/
.White{color:#FFF}
.Hui{ color:#666666}
.hei{ color:#000000}
.red{ color:#E3250F}
.cheng{ color:#FE7E01}
/**字体大小**/
.fon-12{ font-size:12px;}
.fon-14{ font-size:14px;}
.fon-18{ font-size:18px;}
/**字体**/
.yahei{ font-family:"微软雅黑";}
.Farial{ font-family:Arial, Helvetica, sans-serif}
.cu{ font-weight:bold;}
/**重置结束***/
/*=======头部样式=========*/
.headBox{width: 100%; min-width: 1000px; height: 64px; background: #fff}
.headMain{width:1000px; margin:auto;}
.logo{float:left;}
.headRight{ display: inline-block;float:right; margin-right: 40px; height:64px; }
.nav{ float:left;}
.nav ul{float:right;	}
.nav li{float:left;  height:64px;position: relative;}
.nav > ul > li > a{font-size:16px; display: block; line-height: 64px; color:#595757;  padding:0 20px; }
.nav > ul > li > a:hover {color:#f19502; text-decoration: none; background: url("../images/nvabcg.png") no-repeat center bottom;}





.page{width:100%;text-align: center; margin-top: 40px; float:left;}
ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
}

ul.pagination li {display: inline;}

ul.pagination li a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}

ul.pagination li a.active {
    background-color: #006a92;
    color: white;
}

ul.pagination li a:hover:not(.active) {background-color: #ddd;}
/*banner*/
.slideBox{ width:980px; height:360px; overflow:hidden; position:relative; margin:auto; }
.slideBox .hd{width:100%; height:15px; overflow:hidden; position:absolute; left:0px; bottom:5px; z-index:1; text-align: right }
.slideBox .hd ul{ display:inline-block; *zoom:1;*display:inline;-webkit-appearance:none; -moz-appearance: none; appearance:none;  }
.slideBox .hd ul li{margin-right:5px;  width:10px; height:10px;  border-radius: 100%; overflow: hidden; text-indent: -1000px; text-align:center; background:#fff; cursor:pointer;float:left; }
.slideBox .hd ul li.on{ background:#0e51a2; color:#fff; }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; text-align: center; }
.slideBox .bd img{ display:block;  }
/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(../images/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.slideBox .next{ left:auto; right:3%; background-position:8px 5px; }
.slideBox .prev:hover,
.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.slideBox .prevStop{ display:none;  }
.slideBox .nextStop{ display:none;  }
.indexSarchBox{min-width: 1000px; width:100%; height:86px; background: #e3e3e3;}
.indexSarchMain{width:1000px; margin:auto;}
.sarchbox{width:320px;float:right; height:30px; margin-top: 25px; background: #fff; border:2px solid #f19502;}
.indexSarchMain strong{  font-size:22px;  display: inline-block;float:left; margin-top: 25px;}
.sarchbox a{ float:right; background: #f19502; height:30px; display: inline-block; line-height: 30px; color:#fff; text-decoration: none; padding:0 10px; }
.sarchbox input{ font-size:15px; text-indent: 10px; height:30px; border:0; width:260px; }
.title{width:1000px; margin:auto; border-top:1px solid #e3e3e3; position: relative; margin-top: 80px;}
.title span{width:405px; position:absolute; z-index: 1; display: block; left:50%; margin-left:-200px; text-align:center; background: #fff; color:#f19502; font-size:30px; top:-20px;}
.productBox{width:1000px; overflow: hidden; margin:auto; margin-top: 50px;}
.productBox li{width:280px;float:left; margin:25px 0 0 25px; background: #f19502; padding:10px;}
.productBox li h2{ line-height: 30px; text-align: center; font-size:15px; color:#fff;}
.productBox li p{font-size:14px;color:#fff;}

.newsList{width:1000px; overflow: hidden; margin:auto; margin-top:50px;}
.newsList ul{padding-left:20px;}
.newsList ul li{width:47%;float:left; margin-bottom: 30px;}
.newsList ul li:nth-child(odd){float:right;}
.newsList ul li div.box{  overflow: hidden; border-bottom:1px solid #dddddd; margin-right:40px; padding-bottom: 30px; }
.newsList ul li div.picBox{width:120px;height:98px; overflow: hidden;float:left;}
.newsList ul li div.picBox img{width:100%;}
.newsList ul li div.RightDiv{width:280px; float:left; margin-left: 20px;}
.newsList ul li div.RightDiv h2{font-size:14px;}
.newsList ul li div.RightDiv p{height:45px;color:#888; margin-top:10px; line-height: 20px; font-size:12px;}
.newsList ul li div.RightDiv .timers{color:#999; font-size:12px; }
.newsMove{text-align: center; overflow: hidden; }
.newsMove a{ background: #f19502 ;color:#fff; display: inline-block; font-size:15px; padding:10px 30px; text-decoration: none; }
/*关于我们*/
.aboutUs{width:1000px; overflow: hidden;  margin:auto; margin-top: 20px; margin-bottom: 20px;}
.aboutUsbox{width:100%; margin: auto; font-size:14px; color:#333; line-height: 26px;}
.aboutUsbox img{float:left; margin-right: 20px; margin-top: 7px;}

/*产品*/
.prductBox-warp{width:1000px; margin:auto;  margin:60px auto; overflow: hidden;}
.prductBox-warp .prductLeft{width:244px; min-height: 600px; border-right:1px solid #cccccc;   float:left;}
.prductBox-warp .prductLeft h2{ line-height: 30px; font-size:14px; color:#fff; background: #f19502; text-indent: 20px; }
.prductBox-warp .prductLeft ul{border-bottom: 1px dashed #999; margin-right:30px; padding-left:20px;}
.prductBox-warp .prductLeft ul li{ line-height: 40px; }
.prductBox-warp .prductLeft ul li a{ color:#333; font-size:14px; }
.prductBox-warp .prductLeft ul li a span{color:#f4000c; display: inline-block; padding-right: 10px; }
.prductBox-warp .prductRight{width:700px; float:left;}
.productBoxList{width:700px; overflow: hidden;  }
.productBoxList li{width:280px;float:left; margin:0px 0 25px 25px; background: #f19502; padding:10px;}
.productBoxList li h2{ line-height: 30px; text-align: center; font-size:15px; color:#fff;}
.productBoxList li p{font-size:14px;color:#fff;}
/*关于我们*/
.us-warp{width:1000px; margin:auto;  margin:60px auto; line-height: 24px; overflow: hidden;font-size:14px;color:#7f8c8d;}
.us-warp img{float:left; margin-right:30px; display: block; }
/*新闻*/
.news-warp{width:1000px;   margin:60px auto 20px auto; overflow: hidden;}
.news-warp ul li{border-bottom: 1px dashed #dddddd; padding:20px 0; overflow: hidden;}
.news-warp ul li div.picbox{width:200px;height:100px; float:left;}
.news-warp ul li div.fontRight{width:780px; float:right;}
.news-warp ul li div.fontRight h2 a{ font-size:15px; color:#333; }
.news-warp ul li div.fontRight p{ font-size:14px;color:#999; line-height: 24px; margin-top:5px; }
/*应用领域*/
.AppList{width:700px; overflow: hidden;  }
.AppList li{width:280px;float:left; margin:0px 0 25px 25px;  padding:10px;}
.AppList li h2{ padding-left: 20px; line-height: 30px; color:#000; text-align: left; background: #f0f0f0; font-size:15px; }
.AppList li p{ padding-left: 20px; padding-bottom: 10px; font-size:14px;color:#000; text-align: left;background: #f0f0f0;}
/*联系我们*/
.Lianxi-warp{width:1000px; margin:auto;  margin:60px auto; line-height: 24px; overflow: hidden;font-size:14px;color:#7f8c8d;}
.Lianxi-warp img{float:left; margin-right:30px; display: block; }
.LianxiRight{width:420px;float:right;}
.LianxiRight h2{ font-size:20px; color:#f19502; font-weight: bold; }
.LianxiRight p{ font-size:14px; line-height: 25px; margin-top: 10px;	}
.LianxiRight .inputStyle{width:100%; margin-top: 10px;  overflow: hidden;}
.LianxiRight .inputStyle img{float:left; height:30px; border:1px solid #e2e5ea; border-left:0}
.inputStyle input{width:99%; height: 30px; border:1px solid #e2e5ea;float:left;}
.textareaStyle{width:99%; height: 100px; border:1px solid #e2e5ea; margin-top: 10px;}
.submitBox{ margin-top: 30px }
.submitBox a{ background: #f19502; color:#fff; padding:0 40px; display: inline-block;  font-size:14px; }
/*底部*/
.footers{width:100%; overflow: hidden; padding:30px 0; min-width:100px; background: #f19502}
.footerMian{width:1000px; margin:auto;}
.footerLeft{float:left; display: inline-block;}
.footerLeft div{color:#fff; font-size:14px;}
.footerLeft p{color:#fff; font-size:12px; margin-top: 20px;}
.footerRight{display: inline-block;float:right;}
.footerRight div{width:94px; float:left; text-align: center; color:#fff; line-height: 30px; margin-left: 40px;}
