﻿@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; position:relative; z-index:2}

.headerTop { width:100%; height:43px; border-bottom:1px solid #e7e7e7;}
.headerTop p{ font-size:13px; color:#464646; float:left; line-height:43px;}
.headerTop ul{ float:right; margin-top:12px;}
.headerTop li{ float:left; font-size:13px; color:#464646; padding:0 15px; border-right:1px dotted #464646; position:relative}
.headerTop li a{ color:#464646;}
.headerTop li img{ display:none; position:absolute; left:-30px; top:30px;}
.headerTop li.last{ padding-right:0; border:none}
.headerTop li:hover img{ display:block}

.headerCenter { overflow:hidden; height:170px;}
.headerCenter h1{ overflow:hidden; float:left; padding-right:40px; background:url(Img/Common/logo_bg.png) no-repeat right center; margin-top:40px;}
.headerCenter .wen{ overflow:hidden; float:left; margin-top:55px;}
.headerCenter h2{ font-size:22px; color:#000; font-weight:normal}
.headerCenter .wen p{ font-size:15px; color:#464646;}
.headerCenter .phone{ float:right; margin-top:65px; padding-left:55px; background:url(Img/Common/phone.png) no-repeat left center;}
.headerCenter .phone p{ font-size:15px; color:#464646}
.headerCenter .phone h3{ font-size:26px; color:#303030; font-family:Arial;}
.headerCenter .phone b{ color:#0568c5;}

.headerNav { overflow:hidden; height:48px; width:1000px; padding:1px; background:url(Img/Common/navBg.png) no-repeat center top;}
.headerNav li{ float:left; font-size:14px; line-height:48px; background:url(Img/Common/navBor.png) no-repeat right center}
.headerNav li a{ color:#fff; display:block; width:100px; text-align:center; text-decoration:none}
.headerNav li.last{ background:none}
.headerNav li.cur,.headerNav li:hover{ background:url(Img/Common/navCur.png) no-repeat center;}

/*footer*/
.footer { overflow:hidden; width:100%; padding-top:25px;}
.footer dl{ overflow:hidden; float:left; margin-right:55px;}
.footer dt{ font-size:15px; margin-bottom:15px;}
.footer dt a{ color:#383838;}
.footer dd{ overflow:hidden;}
.footer dd a{ font-size:12px; color:#5f5f5f; display:block; line-height:25px; padding-left:10px; background:url(Img/Common/f01.jpg) no-repeat left center;}
.footer .ewm{ overflow:hidden; float:right}
.footer .dl02 dd a{ width:70px; margin-right:20px;float:left;}
.footer .dl02 dd{ width:200px;}
.footer .dl02 { margin-right:15px;}
.footer p{ width:100%; height:60px; line-height:60px; background-color:#f5f5f5; font-size:12px; color:#5f5f5f; text-align:center; margin-top:30px;}
.footer p em{ margin:0 10px;}


/*回到顶部*/
.rtTop{ width:40px; height:59px; overflow:hidden; position:fixed; top:84%; right:53%; margin-right:-600px; cursor:pointer;  display:none;}
.rtTop h4{ width:40px; height:59px; overflow:hidden; position:relative;}
.rtTop img{ display:block; position:absolute; top:0; left:0;}