﻿/*常用的基本css控制*/
html{color:#000;background:#FFF;}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td
{margin:0;padding:0;}
table /* 设置table 的样式*/{border-collapse:collapse;border-spacing:0;}
fieldset, img{border:0;}
em, strong{font-style:normal;font-weight:normal;}
li{list-style:none;}
h1, h2, h3, h4, h5, h6{font-size:100%;font-weight:normal;}
body, input, button, textarea{font-size:12px;}
a{text-decoration:none;outline:none;white-space: nowrap;color:#505050}
a:hover{ cursor:pointer; color:#00F}
th, td{vertical-align:top;}
.clear{clear:both;}
.mt10{margin-top:8px;}
/*自定义*/
body{font-size:12px;}
html{background:url(imagesbg.gif) repeat-x;}
#main{width:960px;margin:0 auto;}
.bk{margin:0;border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; background:#fff; *display:inline;-khtml-border-radius: 5px;color:#333;border:1px solid #cacece;}
.img,.ad960 img,.ad img{border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;*display:inline;-khtml-border-radius: 5px;}
/*header*/
#top{height:30px; line-height:30px;width:990px;margin:0 auto;font-size:14px;}
	.topspan{margin:0 5px; color:#ccc; text-align:right}
	.topspan span{margin:0 5px; color:#333; cursor:pointer}
#header{height:110px; background:#fff}
#logo{width:330px;float:left;height:80px;overflow:hidden;margin-top:10px;}
#logo a{ background:url(imageslogo_top.gif);width:330px; height:80px;display:block}
#menu{float:left;width:600px;height:100px; overflow:hidden;}
#navPanl{background:#39A4DC;height:34px;line-height:34px;}
/* 导航条css */
		.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
		.nav{padding:0 10px; margin:0px; background:#39A4DC;width:938px; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; background:#39A4DC; *display:inline;-khtml-border-radius: 5px;color:#fff;border:1px solid #39A4DC;CURSOR:pointer;font: 14px/34px "Microsoft YaHei";behavior: url(jspiePIE.htc);}
		.nav a{ color:#fff;}
		.nav .nLi{ float:left;  position:relative; display:inline;  }
		.nav .nLi h3{ float:left;  }
		.nav .nLi h3 a{ display:block; padding:0 18px; font-size:14px; font-weight:bold;  }
		.nav .sub{ display:none; min-width:96px; left:0; top:34px;  position:absolute; background:#4E4E4E;  line-height:26px; padding:5px 0;  }
		.nav .sub li{ zoom:1; }
		.nav .sub a{ display:block; padding:0 10px; }
		.nav .sub a:hover{ background:#6d6d6d; color:#fff;  }
		.nav .on h3 a{ background:#4E4E4E; color:#fff;   }
.ad960{margin:5px 0;}
/*slideBox*/
.slideBox{width:395px;height:307px; overflow:hidden; position:relative;background:#fff}
.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:20px; bottom:30px; z-index:2; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ float:left; margin-right:2px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
.slideBox .hd ul li.on{ background:#f00; color:#fff; }
.slideBox .bd{ position:relative; height:100%; z-index:0;height:307px; overflow:hidden;}
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd li span{display:block; background:#CCC;line-height:27px; text-align:center;}
.slideBox .bd img{margin-left:1px;width:393px; height:280px;border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;*display:inline;-khtml-border-radius: 5px;behavior: url(jspiePIE.htc);}


/*底部css*/
#copy{background:url(../images/bottom.jpg);color:#fff;height:180px;text-align:center;line-height:30px;font-size:12px;}
#copy a{color:#fff;font: 12px/31px  'microsoft yahei',Verdana,Arial;margin:0 5px;}
#bottommenu{padding-top:50px;}

/*INPUT*/
.input{margin:0;display:inline-block; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; background:#fff;padding:0px 5px; *display:inline;-khtml-border-radius: 5px;color:#333;border:1px solid #cacece;CURSOR:pointer;font: 14px/26px "Microsoft YaHei";height:26px;}
.inputButton{margin:0;display:inline-block; border-radius:15px; -moz-border-radius:15px; -webkit-border-radius:15px; background:#78ceff;padding:0px 10px; *display:inline;-khtml-border-radius: 15px;color:#fff;border:1px solid #78ceff;CURSOR:pointer;font: 14px/27px "Microsoft YaHei"behavior: url(jspiePIE.htc);}

/*SELECT*/
select{margin:0;display:inline-block; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; background:#fff;padding:0px 5px; *display:inline;-khtml-border-radius: 5px;color:#333;border:1px solid #cacece;CURSOR:pointer;font: 14px/27px "Microsoft YaHei";height:27px;behavior: url(jspiePIE.htc);}
select + label {-webkit-appearance: none;background-color: #fafafa;width:20px;height:25px;display: inline-block;position: relative;font-size: 10px;top: 1px;left: -25px;line-height:30px;text-align:center;color:#ccc;*display:none}
