@charset "utf-8";
/* CSS Document */
html {-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;}/* 防自定义背景色对网页的影响 */
body{
	background:#e9e9eb;font-size:12px;color:#303531;font-family:"宋体",Arial;

}

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, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section 
{margin:0;padding:0;}/* 内外边距通常让各个浏览器样式的表现位置不同 */
body, button, input, select, textarea {font-family:'宋体',Arial;}/* 表单元素并不继承父级font */
input, select, textarea {margin:0px;padding:0px;border:none;border:0;font-size:100%;}
table {border-collapse:collapse;border-spacing:0;}/* 去掉各Table cell 的边距并让其边重合 */
th {text-align:inherit;}/* IE bug fixed: th 不继承 text-align*/
img {border: 0 none;display:block;margin:0;padding:0;}/* 去除默认边框,消除下边距 */
iframe {display:block;}/* ie6 7 8(q) bug 显示为行内表现 */
button { cursor: pointer; }
ul,li{list-style:none;margin:0;padding:0; }/* 去掉列表前的标识, li 会继承，解决.ul标签在Mozilla中默认是有padding值的 */
li{list-style-position:outside;vertical-align:middle;}/*IE6 问题解决：ul左浮动后，内部li出现左边距,li内有div浮动时，li出现4px间距，这是IE6的bug*/
p{margin:0px;padding:0px;}

/*字体所有*/
h1, h2, h3, h4, h5, h6 {font-size:100%;}/* 标题自定义, 适应多个系统应用*/
em{float:left;font-style:normal;}

.f_12 {font-size:12px;}
.f_14 {font-size:14px;}
/*浮动和左中右对齐*/
.f_l{float:left;display: inline;}
.f_r {float:right;display: inline;}
.f_c{clear:both;}

.blank0{width:100%;height:0px;clear:both;overflow:hidden;}
/*超链接*/
a{text-decoration:none;color:#303531;}
a:hover{text-decoration:none;}
a:focus { outline: none; } /*点击链接时出现的虚线框消失，（消除焦点）*/
a:link,a:visited,a:active{text-decoration: none;}
a:hover{color:#67b8f2;text-decoration: none;}
input,textarea{border:1px #999999 solid;}



/*头部布局*/
#header{ width:100%; width:auto; height:550px; margin:0px auto; margin-bottom:10px; overflow:hidden; background:url(../images/topbg.jpg) top repeat-x;}
.LogoL{ width:279px; height:83px; line-height:83px; float:left; margin-top:10px; margin-left:10px;}
.LogoC{ background:url(../images/line.jpg) no-repeat; width:18px;height:83px; float:right;}
.LogoR{ float:right; width:253px;  height:50px; margin-top:20px; margin-right:10px;}
.LogoR li{ width:253px; height:34px; line-height:34px;}



/*动画布局*/
.banner{ width:1440px; height:375px; margin:0px auto;overflow:hidden}

/*主体布局*/
#main{ width:99%; _height:500px; min-height:500px;  margin:0px auto;overflow:hidden; margin-bottom:10px;}
.mainl{ float:left; width:230px; _height:500px; min-height:500px;  }
.mainr{ margin-left:243px !important; margin-left:240px;overflow:hidden; }

.box{ background:url(../images/boxbg.png) repeat-x; height:31px; line-height:31px;}
.boxl{background:url(../images/boxleft.png) no-repeat; height:31px; line-height:31px; width:99px; float:left; text-align:center; color:#FFF;}
.boxr{float:right}
.boxcont{border:1px solid #d1cfd2; min-height:200px;_height:200px; background-color:#FFF; margin-bottom:10px;}

.about{min-height:730px;_height:730px; background-color:#FFF; }
/*尾部布局*/
#foot{ width:100%; height:76px; margin:0px auto; background:url(../images/footbg.png) repeat-x;}
.copyright{ height:60px; line-height:20px; text-align:center; color:#FFF; display:block; overflow:hidden;padding-top:20px;}
