@charset "utf-8";
/*reset*/

/* CSS reset for c_b */
body , div , dl , dt , dd , ul , ol , li , h1 , h2 , h3 , h4 , h5 , h6 , pre , form , fieldset , input , textarea , p , blockquote , th , td {margin:0; padding:0;list-style: none;}
table {border-collapse:collapse; border-spacing:0;}
table th , table td {padding:5px;}
fieldset , img {border:0;}
address , caption , cite , code , dfn , em  , th , var {font-style:normal; font-weight:normal;}
ol , ul {list-style:none;}
ception , th{text-align:left;}
q:before , q:after{content:'';}
abbr , acronym{border:0;}
a {color:#666; text-decoration:none;}  /*for ie f6n.net*/
a:focus{outline:none;} /*for ff f6n.net*/
a:hover {text-decoration: none;}

/*定位*/
.tl {text-align:left;}
.tc {text-align:center;}
.tr {text-align:right;}
.bc {margin-left:auto; margin-right:auto;}
.fl {float:left; display:inline;}
.fr {float:right; display:inline;}
.zoom {zoom:1}

.hidden {visibility:hidden;}
.vam {vertical-align:middle;}
.clear{clear:both; height:0; line-height:0; font-size:0;}
p{ word-spacing:-1.5px;}
i, em {

    font-style: normal;

}
-moz-box-sizing:content-box;
-webkit-box-sizing:content-box;
box-sizing:content-box;

/*其他*/
.curp{cursor:pointer};

/*原reset*/
sup{vertical-align:baseline;}
sub{vertical-align:baseline;} 
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
input,button,textarea,select{*font-size:100%;}
input,select{vertical-align:middle;}
body{font:12px/1.231 arial,helvetica,clean,sans-serif;}
select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}
table{font-size:inherit;font:100%; border-collapse:collapse;}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
/*title*/
h1 { font-size:32px;}
h2 { font-size:26px;}
h3 { font-size:20px;}
h4 { font-size:14px;}
h5 { font-size:12px;}
h6 { font-size:10px;}




.retop ul{ overflow:hidden;}
.retop li{ float:left; margin-left:10px;}
.retop li img{ display:block;}
.rtTop{ width:43px; height:43px; overflow:hidden; position:fixed; top:65%; right:55%; margin-right:-615px; cursor:pointer;  display:none;}
.rtTop h4{ width:43px; height:43px; overflow:hidden; position:relative;}
.rtTop img{ display:block; position:absolute; top:0; left:0;}


/*end reset*/



/* CSS Document */
body{background-color:#fff; overflow-x:hidden; color:#666; font-size:12px; font-family: "微软雅黑"; position:relative;}/*网站字体颜色*/

.header , .content , .footer , .container{margin-left:auto; margin-right:auto; width:1260px;}

/*页眉*/
.header{width:100%; /*overflow:hidden;*/ background-color:#fff;}

.header_top { overflow:hidden; width:100%; height:46px; background:url(../images/header_top.png) repeat-x left top;}
.header_top p{ float:left; font-size:13px; line-height:40px;} 
.header_top ul{ overflow:hidden; float:right; margin-top:14px;}
.header_top li{ float:left; margin:0 10px; font-size:13px; color:#666;}
.header_top li a{ color:#666}

.header_center { overflow:hidden; width:1260px; height:120px; margin:0 auto}
.header_center h1{ float:left; margin-top:25px;}
.header_center h2{ float:left; margin-left:10px; padding-left:10px; border-left:1px solid #e1e1e1; margin-top:30px; font-size:24px; color:#000}
.header_center h2 b{ color:#0066bc;}
.header_center h2 p{ font-size:14px; font-weight:normal; color:#000; margin-top:10px;}
.header_center h2 p img{ margin:0 4px;}
.header_center .phone{ overflow:hidden; padding:5px 0; float:right; margin-top:25px; padding-left:60px; background:url(../images/tel.png) no-repeat left center; margin-right:30px;}
.header_center .phone em{ display:block; font-size:14px; color:#888787;}
.header_center .phone span{ font-size:20px; color:#e60012; font-weight:bold; display:block;}

.header_nav {  width:100%; height:62px; background:url(../images/nav_bg.png) repeat-x;}
.header_nav ul{  width:100%;}
.header_nav li{ float:left; background:url(../images/nav_bor.png) right center no-repeat; /*! border-top:2px solid #fff; */ height:62px; position:relative; line-height:60px;  font-size:16px;width: 140px;text-align: center;}
.header_nav li a{ display:block; color:#fff; text-decoration:none;}
.header_nav li.last{ background:none}
.header_nav li.cur,.header_nav li:hover{ background:#ee0018; border-color:#ee0018;height: 60px;}

 .header_nav ul li .sednavs{ width: 200px; padding:10px 0 20px; top: 60px; position:absolute; background:url(../images/sbg.png) repeat center; display:none; left:0; z-index:9999;}
 .header_nav ul li .sednavs p{ height:30px; line-height:30px; padding-left: 46px; background: url(../images/pbg2.png) no-repeat 18px center; text-align:left;}
 .header_nav ul li .sednavs p a{ font-size:14px; color:#fff; display:block;width: 120px; overflow:hidden; white-space: nowrap;text-overflow: ellipsis;}
 .header_nav ul li .sednavs p a:hover{color:#ff7800;}
 .header_nav ul li:hover .sednavs{ display:block;}


