﻿@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;}
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:underline;}

/*定位*/
.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;}

-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;}
/*end reset*/



/* CSS Document */
body{background-color:#fff; overflow-x:hidden; color:#666; font-size:12px; font-family: microsoft yahei , "宋体"; position:relative;}/*网站字体颜色*/

.header , .content , .footer , .container{margin-left:auto; margin-right:auto; width:1000px;}

/*页眉*/
.header{width:100%; overflow:hidden; background-color:#fff;}
 
.headerTop { overflow:hidden; width:100%; height:35px; background:url(header_top.jpg) repeat-x left top;}
.headerTop p{ float:left; font-size:13px; color:#666; line-height:35px;}
.headerTop ul{ overflow:hidden; float:right; margin-top:8px;}
.headerTop li { float:left; font-size:13px; padding:0 10px; border-right:1px dotted #666;}
.headerTop li a{ color:#666}
.headerTop li.li01 a{ font-weight:bold; color:#10a930;}
.headerTop li.last{ border:none; padding-right:0;}

.headerCenter { overflow:hidden; height:136px;}
.headerCenter h1{ float:left; overflow:hidden; margin-top:15px;}
.headerCenter .wen{ overflow:hidden; float:left; margin-left:15px; padding-left:25px; border-left:1px solid #ccc; padding-top:25px; padding-bottom:20px; margin-top:16px;}
.headerCenter .wen h2{ font-size:22px; color:#10a930;}
.headerCenter .wen p{ font-size:22px; color:#000; margin-top:10px;}
.headerCenter .phone{ overflow:hidden; float:right; margin-top:45px; text-align:right}
.headerCenter .phone p{ font-size:15px; color:#666; margin-bottom:10px;}
.headerCenter .phone p em{ color:#333; font-size:21px;}
.headerCenter .phone span{ display:block; font-size:14px; color:#666; background:url(phone.png) no-repeat left center; padding-left:25px; padding-bottom:8px;}
.headerCenter .phone span b{ font-size:24px; color:#10a930; font-family:Arial;}

.headerNav { overflow:hidden; width:100%; height:60px; background-color:#10a930;}
.headerNav li{ float:left; font-size:16px; line-height:60px; background:url(header_nav_bor.png) repeat-y right top; }
.headerNav li a{ display:block; color:#fff; padding:0 21px; text-decoration:none}
.headerNav .last{ background:none}
.headerNav li.cur,.headerNav li:hover{ background:#2c2c2c;}


/*xian*/
.xian headerNav li a{ display:block; color:#fff; padding:0 21px; text-decoration:none}
.xian headerNav .last{ background:#ee7e07} 
.xian headerNav li:hover{ background:#2c2c2c;}
.xian headerNav li{ background:#2c2c2c;}



/*footer*/
.footer { overflow:hidden; width:100%; background-color:#1f1f1f; padding-top:50px; padding-bottom:55px;}
.footer ul{ overflow:hidden; margin:0 auto; width:920px; margin-bottom:45px;}
.footer li{ float:left; font-size:13px; padding:0 19px; border-right:1px dotted #363636;}
.footer li a{ color:#bcbcbc;}
.footer li.last{ border:none}
.footer dl{ overflow:hidden; width:720px; margin:0 auto;}
.footer dt{ float:left; width:110px; height:130px; margin-top:15px;}
.footer dt p{ text-align:center; font-size:12px; color:#7e7e7e; margin-top:5px;}
.footer dd{ overflow:hidden; float:left; margin-left:40px;}
.footer dd p{ font-size:12px; line-height:30px; color:#7e7e7e;}
.footer dd p em{ margin:0 10px;}
.footer dd p b{ font-size:13px; color:#10a930; margin-left:30px;}


.rtTop{ width:43px; height:43px; overflow:hidden; position:fixed; top:65%; right:50%; margin-right:-644px; cursor:pointer;  display:none;z-index: 99;}
.rtTop h4{ width:43px; height:43px; overflow:hidden; position:relative;}
.rtTop img{ display:block; position:absolute; top:0; left:0;}