﻿@charset "utf-8";
html{color:#000;background:#FFF; }
body { color:#666;font:12px/1.231  "微软雅黑",arial,helvetica,clean,sans-serif,"宋体";} /*网站字体颜色*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,th,var,optgroup{font-style:inherit;font-weight:inherit;}
del,ins{text-decoration:none;}
li{list-style:none;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
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;}
i,em{ font-style:normal;}
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;}

.mt10{ margin-top:10px;}
.mt5{margin-top:5px;}
.color-red{color:red;}

a { color:#666; text-decoration:none;}  /*for ie f6n.net*/
a:focus{outline:0;} /*for ff f6n.net*/
a:hover { text-decoration:underline;}
.vam { vertical-align:middle;}
.clear{ clear:both; height:0; line-height:0; font-size:0;}
.clearfix:after{ content:""; clear:both; height:0; visibility:hidden; display:block;}
.clearfix{*zoom:1}
p{ word-spacing:-1.5px;}
.tr { text-align:right;}
.tl { text-align:left;}
.center { text-align:center;}
.fl { float:left;}
.fr { float:right;}
.pa{ position:absolute;}
.pr{ position:relative}

.w960{
	width:960px;
	margin:0 auto;
}
.w1100{
	width:1100px;
	margin:0 auto;
}
.nmr{
	margin-right:0!important;
}

/*banner开始*/
.slideBox{ 
  width:100%;
  /* height:380px;  */
  overflow:hidden;
  position:relative; 
}
.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:15%; bottom:5px; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ float:left; margin-right:8px;  width:18px; height:8px; line-height:14px; text-align:center; background:#8CC2F4; cursor:pointer; }
.slideBox .hd ul li.on{ background:#0c64ce; color:#fff; }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{ width:100%; height:392px; display:block;  }

/*rollup.css*/
#roll_top,#fall,#ct{position:relative;cursor:pointer;height:80px;width:26px}
#roll_top{background:url(images/top.gif) no-repeat}
#fall{background:url(images/top.gif) no-repeat 0 -80px}
#ct{background:url(images/top.gif) no-repeat 0 -40px}
#roll{display:block;width:15px;margin-right:-520px;position:fixed;right:50%;top:80%;_margin-right:-520px;_position:absolute;_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight*0.8)); z-index:100;}

/*头部开始*/
.header{
	background:url(images/h-bg.gif) repeat-x center top;
}
.head{
	width:960px;
	margin:0 auto;
}
.h-top{
	height:3px;
}
.h-info{
	position:relative;
}
.h-in{
	position:absolute;
	z-index:2;
	right:0;
	text-align:center;
	background:#000;
	color:#fff;
	width:210px;
	height:25px;
	line-height:25px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}
.h-in a{
	color:#fff;
	padding:0 5px;
}
.h-con{
	height:120px;
	overflow:hidden;
}
.h-con h1 {
    padding: 23px 0 0 5px;
}
.h-con h1 .logo {
    float: left;
    padding: 0 16px 0 0;
    width: 80px;
    height: 80px;
}
.h-con h1 span {
    float: left;
    font-size: 18px;
    color: #000;
    width: 570px;
    font-family: "微软雅黑";
    padding: 5px 0 10px 16px;
    background: url(images/h_bor.gif) no-repeat left top;
    line-height: 30px;
    font-weight: normal;
}
.h-con h1 span p {
    color: #999;
    font-size: 16px;
}
.h-pho {
    width: 160px;
    padding: 30px 0 5px 48px;
    overflow: hidden;
    color: #646464;
    font-size: 14px;
    background: url(images/tel.png) no-repeat left 40px;
    overflow: hidden;
    line-height: 26px;
    font-family: "微软雅黑";
}
.h-pho p {
    font-size: 18px;
    color: #0C64CE;
	font-weight:bold;
}
.h-nav{
	height:52px;
	overflow:hidden;
}
.h-nav ul li {
    float: left;
    line-height: 52px;
    overflow: hidden;
    font-size: 16px;
}
.h-nav ul li a {
    color: #fff;
    padding: 0 30px;
    font-family: "微软雅黑";
}
.h-nav ul li a:hover, .h-nav ul .cur a {
    background-color: #ff6600;
    display: block;
    color: #fff;
}

/*底部开始*/
.footer{
    margin-top:40px;
    background:url(images/b-bg.gif) repeat-x center top;
    height:285px;
}
.foot{
    width:960px;
    margin:0 auto;
}
.f-top{
    height:50px;
    line-height:50px;
    color:#fff;
    font-size:14px;
}
.f-top ul{
    overflow:hidden;
}
.f-top ul li {
    float: left;
    line-height: 50px;
    overflow: hidden;
    font-size: 14px;
}
.f-top ul li a {
    color: #fff;
    padding: 0 26px;
    font-family: "微软雅黑";
}
.f-info{
    margin-top:10px;
    overflow:hidden;
}
.f-info .f-infol{
    margin-left:130px;
    overflow:hidden;
}
.f-info .f-infol .f-logo{
    margin:40px 100px 0 0;
}
.f-info .f-infol .f-logo img {
    width: 95px;
    height: 95px;
}
.f-info .f-in p{
    color:#333;
    font-size:14px;
    line-height:26px;
}
.f-ewm{
    margin:30px 130px 0 0;
}
.f-ewm img{
	width:150px;
	height:150px;
}
/*左侧列表*/
.prolist1{
	width:960px;
	margin:30px auto 0 auto;
	overflow:hidden;
}
.prolist {
    width: 205px;
    overflow: hidden;
}
.prolist h2 {
	background:url(images/zx_top.gif) no-repeat;
    height: 48px;
	color:#fff;
	font-size:20px;
	font-weight:normal;
	text-align:center;
	line-height:48px;
}
.list_c .cur a{
	color:#0c64ce;
}
.list_c0 {
    border: 1px solid #ccc;
    border-top: 0;
    overflow: hidden;
}
.list_c {
    overflow: hidden;
    border: 1px solid #fff;
    border-top: 0;
    padding: 0 8px;
}
.list_c h4 {
    font-size: 15px;
    height: 33px;
    line-height: 33px;
    overflow: hidden;
    background: url(images/listh3.gif) no-repeat;
    padding-left: 24px;
    margin-top:4px;
    font-family: "微软雅黑";
}
.list_c h4 a {
    color: #141414;
}
.list_c ul {
    padding: 0 5px;
    overflow: hidden;
}
.list_c ul li {
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    padding-left: 24px;
    border-bottom: 1px dotted #cac8c8;
    background: url(images/lldd01.gif) no-repeat 10px center;
}
.list_c ul li a {
    color: #353535;
}
.right{
	width:700px;
	border:1px solid #ccc;
	border-radius:5px;
	overflow:hidden;
	padding:10px;
}
.right .r-title{
	padding:0 0 8px 0;
	font-size:12px;
	color:#666;
	font-weight:normal;
	border-bottom:1px dashed #ccc;
}
.right .r-xq{
	padding-top:10px;
}
.dh ul li{
	height:35px;
	line-height:35px;
}
/*左侧联系我们*/
.con{
	width:205px;
	overflow:hidden;
	margin-top:20px;
}
.con h3{
	background:#0c64ce;
	color:#fff;
	font-weight:normal;
	font-size:16px;
	padding-left:15px;
	line-height:40px;
}
.cinfo{
	border:1px solid #ccc;
}
.cinfo p{
	line-height:24px;
	padding-left:5px;
}
.cinfo .tel{
	background: url(images/Teln.gif) no-repeat scroll 0 18px transparent;
    color: #666666;
    line-height: 20px;
	margin-left:5px;
    padding: 10px 0 10px 55px;
}
.cinfo .tel span{
	display: block;
    font: 18px "Impact";
    color: #1B64B5;
}