﻿@charset "utf-8";
/*********************基本式样*********************/
*{margin:0px;padding:0px;list-style:none;}

body {font-size:12px; font-family:"宋体"; background-color:#FFFFFF; color:#3b4fa5; margin-left:auto; margin-right:auto; text-align:center; text-decoration:none;}  /*整个页面背景颜色 字体颜色 */

div{float:left;}		/*所有div对象都居左浮动*/

.floatL{float:left;}	/*对象居左浮动*/

.floatN{float:none;}	/*对象不浮动*/

.floatR{float:right;}	/*对象居右浮动*/

img{ border:0;}	/*图片边框设置为0*/

h1{ font-size:18px; font-weight:bold;  }
.clearboth{ clear:both; }
.margin_top{ margin-top:6px; }

.textN{ text-align:center;}
.textR{ text-align:right;}
.textL{ text-align:left; }
.margintop{ margin-top:7px; }
.marginL{ margin-left:3px;}

/*公用超链接*/
a { color:#07519A; text-decoration:none;}
a:link,a:visited{color:#07519A;text-decoration:none;}
a:hover{color:#DD7100; text-decoration:none;}

.b{ font-weight:bold; }
.n{ font-weight:normal;}
.marginl{ margin-left:5px;}
.padding{ padding:5px; }
.paddingL{ padding-left:15px; }
.line-height{ line-height:0.6cm;}
/**********************************边框***********************************/
.block{ border:1px solid #D0DAB5; }
/********************************测试***************************************/
.test{ border:1px solid #FF0000; font-size:12px;}

/********************************颜色***************************************/
.c1 { color:#FFFFFF; }
.c2 { color:#232323; }
.c3 { color:#3C76A8; }
.c4 { color:#669900; }
.c5 { color:#151515; }
.c6 { color:#469D01; }
.c7{ color:#196B16; }
.c8{ color:#602E2F; }
/********************************高度***************************************/
#h_111{ height:auto; }
.h_60{ height:30px;}
.h_37{ height:37px; }
.h_280{ height:280px; }
.h5{ height:60px; }
.h6{ height:173px; }
.h7{ height:196px; }
.h8{ height:70px; }
.h9{ height:75px; }
.h9{ height:85px;}

/********************************宽度***************************************/
.width_all{ width:992px; }
.width_704{ width:704px; }
.width_240{ width:240px; }
.width_270{ width:270px; }
.width_518{ width:518px; }
.width_219{ width:214px; }
.width_362{ width:362px; }
.width_322{ width:322px; }
.width_300{ width:250px; }
.width_62{ width:100px; }
.width_736{ width:734px; }
.width_742{ width:746px; }
.width_244 { width:246px;}
.width_120{ width:100px;}
.width_90{ width:90%;}
.width_800{ width:800px; }
/********************************字体***************************************/
.bfont14{ font-size:14px; font-weight:bold; }

