﻿@charset "utf-8";
/* CSS Document */
/*约定：*/
    /*注释方式为/和*，*和内容之间间隔一个空格，*和/不能间隔空格。 */
/* 注释的格式 ：*/
    /*  ==头部定义开始===：内置“==”表示某一大类CSS定义的范围及注释 */
    /*  ---网页中部左侧--：内置“--”表示本大类中某一小类CSS定义的范围及注释 */
    /*  头部左侧LOGO ：无内置符号表示单独CSS定义的注释 */
/* 注释的位置：*/
    /* 大类、小类注释一般放在本类开始之前。 */
    /* 单个注释一般放在CSS定义后面。 */
/* ======全局定义开始====== */
body{
	font:14px "宋体";
	color:#000;
	line-height:150%;
	text-decoration:none;
	margin:0px;
	padding:0px;
	background-color:#fafafa;
	}
img{
	border:none;}
a{color:#1b5aa1; text-decoration:none;}
a:link{color:#1b5aa1;}
a:visited{color:#1b5aa1;}
a:hover{color:#000;}
input,select,img{ vertical-align:middle;font-size:14px;padding:1px;}
.border{border:1px #bfbfbf solid;padding:1px;}
.lanse {
	color:#1b5aa1;}
.heise{
	color:#000000;}
.smallchild{
	font-family:"幼圆", "宋体";}
.bold_title{
	color:#1b5aa1;
	font-weight:bold;}
#Container{
	width:980px;
	margin:0px auto;
	border:1px #eaeaea solid;
	background-color:#FFFFFF;
	height:800px;
	}
#columContainer{
	width:980px;
	margin:0px auto;
	border:1px #eaeaea solid;
	background-color:#FFFFFF;
	}
.bg_top{
	background-image:url(images/bg_top.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	width:100%;
	height:100%;}
.bg_bottom{
	background-image:url(images/bg_bottom.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	width:100%;
	height:100%;}
.colum_bg_bottom{
	background-image:url(images/colum_bottom_bg.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	width:100%;
	height:100%;}
.colum_under_nav{
	background-image:url(images/colum_under_nav.png);
	background-position:94px 233px;
	background-repeat:no-repeat;
	width:100%;
	height:100%;}
.bg_left{
	background-image:url(images/bg_left.gif);
	background-position:left 200px;
	background-repeat:no-repeat;
	width:100%;
	height:100%;}
.colum_bg_left{
	background-image:url(images/colum_main_left_bg.png);
	background-position:left 260px;
	background-repeat:no-repeat;
	width:100%;
	height:100%;}
.colum_bg_right{
	background-image:url(images/colum_right_bg_top.png);
	background-position:284px 260px;
	background-repeat:no-repeat;
	width:100%;
	height:100%;}
.colum_main_right{
	margin-top:222px;
	margin-left:284px;}
.colum_main_right_top,.colum_main_right_center,.colum_main_right_bottom{
	margin:0px;
	padding:0px;}
.colum_main_right_top{
	height:50px;
	vertical-align:middle;
	padding-left:20px;
	padding-right:60px;
	font-weight:bold;}
.colum_main_right_center{
	background-image:url(images/colum_main_right_bg.png);
	background-repeat:repeat-y;
	padding-left:15px;
	padding-right:55px;
	height:auto;}
.colum_main_right_center *{margin:0px;padding:0px;}
.colum_main_right_bottom{
	background-image:url(images/colum_right_bg_bottom.png);
	background-repeat:no-repeat;
	height:15px;}
.banner{
	width:100%;
	height:128px;}
.banner img{
	padding:0px;
	margin:0px;}
.nav{
	background-image:url(images/nav_bg.png);
	background-repeat:no-repeat;
	background-position:80px center;
	height:97px;
	width:100%;
	}
.nav_small{
	padding:50px 0px 0px 180px;}
.nav img{
	padding:0px;
	margin:0px;}
.main_left{
	width:auto;
	height:auto;
	padding-top:20px;
	padding-left:450px;
	padding-right:10px;
	line-height:170%;}
.main_left_up,.main_left_down{
	width:auto;
	height:auto;}
.main_left_up img {
	float:left;
	margin:10px 5px 0px -5px;}
.main_left_down_title{
	background-image:url(images/index_mainleft_bg.png);
	background-position:left center;
	background-repeat:no-repeat;
	height:60px;
	margin-top:15px;}
.main_left_down_title_detail{
	margin-left:45px;
	font-size:16px;
	padding-top:22px;}
.main_left_down_content{
	padding-left:20px;
	padding-right:20px;}
.main_left_login{
	width:auto;
	height:auto;
	margin:50px 0px 0px 40px;}
.copyright{
	text-align:center;
	padding-bottom:20px;
	padding-top:40px;
                color:#1b5aa1;
	}
.copyright a{color:#1b5aa1; text-decoration:none;}
.copyright a:link{color:#1b5aa1;}
.copyright a:visited{color:#1b5aa1;}
.copyright a:hover{color:#fff;}
/*======全局定义结束======*/
.Main_List_Field{background-color:f1f1f1;border:1px #CCC solid; padding:7px;}
.article_title{font:16px "幼圆", "宋体", Arial, "Times New Roman"; color:#000; font-weight:bold;border-bottom:1px #CCC solid ;width:50%; text-align:center;padding:15px;}
/*======网页中部Main定义结束======*/

