@charset "utf-8";
/* CSS Document */

body{margin:0; padding:0; font-family:"微软雅黑"; font-size:12px; background:#f5f5f5;}

h1,h2,h3,h4,h5,h6,
p,span,div,font,
ul,li,a,img{margin:0; padding:0; font-weight:normal; font-size:12px;}

ul{list-style:none;}
img{border:0;}
a{ color:#333; text-decoration:none;}

.clearfix:after {content: ".";display:block;height:0;clear:both;visibility:hidden}
.clearfix{display:inline-block}


/*头部样式开始*/
.head{width:100%; height:120px; background:#e63735;}
.head_main{width:1100px; height:120px; margin:0 auto; position:relative;}
.logo{width:300px; height:120px; float:left;}
.tel{width:219px; height:29px; float:right; margin-top:24px; margin-right:23px;}
.menu{width:auto; height:17px; margin-top:75px; position:absolute; right:0;}
.menu ul{width:auto; height:17px; float:left;}
.menu ul li{float:left; width:100px; height:17px; text-align:center;}
.menu ul li h2 a{color:#FFF; font-size:16px;}
/*头部样式结束*/

/*底部样式开始*/
.bottom{width:100%; height:322px; background:url(../images/bottom_bg.jpg); margin-top:30px;}
.bottom1{width:1000px; height:60px; margin:0 auto;}
.bottom1 span{display:block; height:60px; margin:0 auto; width:420px; line-height:60px; color:#b8b8b8;}
.bottom1 span a{height:60px; width:auto; text-align:center; color:#333333; font-size:14px; padding-left:10px; padding-right:10px;}
.bottom2{width:1000px; height:100px; margin:0 auto; text-align:center; padding-top:30px;}
.bottom3{width:1000px; height:102px; margin:0 auto; color:#444444; text-align:center; line-height:25px; padding-top:30px;}
/*底部样式结束*/

/* 产品、新闻分页  样式标准
---------------------------------------------------------------------*/

#pageFlip{ clear:both;}
#pageFlip ul{ float:right; display:block; height:30px; margin:20px 2px; text-align:right;}
#pageFlip ul li{float:left;}
#pageFlip ul li a{display:block; width:30px; height:30px; margin-left:10px; font-size:13px; line-height:30px; border:1px solid #CCC; text-align:center; color:#444;}
#pageFlip ul li a:hover,
#pageFlip ul li.active a{color:#FFF; background:#e63735; border:1px solid #e63735;}



/* 新闻详细页  上下翻页  样式标准
---------------------------------------------------------------------*/

#page { clear:both;	padding-top:10px; border-top:1px #CCC solid;}
#page a { color:#999;}
#page a:hover {	color:#444;}
#page .Before {	float:left;}
#page .Next { float:right;}


