﻿/********************************************************************
*                                                                   *
*               With all best Wishes for HanJuan                    *
*                                                                   *
*               Main Cascading Style Sheet                          *
*               style1.css, 2008/07/26, ZengHui                     *
*                                                                   *
********************************************************************/

@charset "utf-8";

td, li, input, select, form, textarea {
	font-size: 12px;
	color: #004F99;
}
body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	color: #004F99;
	font-size: 12px;
	line-height: 18px;
	background-color: #EDEDED;
	font-family: Verdana, "宋体", Arial, Sans;
}
input, textarea {
	color: #353535;
}

.netfent {
	color: #BB0000;
}

.chs {
	font-family: "宋体";
}

.copyright {
	line-height: 23px;
	text-align: center;
	background-image: url(images/bg_copyright_01.gif);
	background-repeat: repeat-x;
}

.pictitle {
	color: #454545;
	font-weight: bold;
}

.caption {
	font-size: 13.8px;
	font-weight: bold;
}

.date {
	color: #969696;
	text-align: center;
	font-family: "宋体";
}
.info {
	padding: 3px;
	border: #DAF2F4 1px solid;
	background-color: #EDF8FC;
	background-image: url(images/bg_body_03.gif);
	background-repeat: repeat-x;
}

.info_01 {
	border: #DAF2F4 1px solid;
	background-color: #EDF8FC;
	background-image: url(images/bg_body_03.gif);
	background-repeat: repeat-x;
}

.about {
	color: #3A3A3A;
	text-indent: 2em;
}
.comm {
	color: #3A3A3A;
	line-height: 19px;
}
.num {
	color: #FD5E0A;
	font-weight: 600;
	font-family: "宋体";
}

A:link, A:visited {
    color: #004F99; text-decoration: none;
}
A:active, A:hover {
    color: #FD5E0A; text-decoration: underline;
}
