@charset "utf-8";
/* CSS Document */

body{
	background-color:#f1f1f1;
	background-image:url(../images/bg_global.gif);
	background-repeat:repeat-x;
	padding:0px;
	margin:0px auto;
	width:976px;
	color:#333;
	font-size:13px;
	line-height:21px;
	font-family:'微软雅黑', Verdana, Arial, Helvetica, sans-serif;
}

input,select,textarea{background-color:#FFFFFF; border:1px solid #dddddd; padding:6px;
font-family:Geneva, Arial, Helvetica, sans-serif; font-size:13px; width:50%}


.title{font-size:28px; line-height:32px}

form{margin:0px; padding:0px}
img{border:0px}
label{cursor:pointer}

.tips{background:url(../images/icon_arraw.png) no-repeat 0px 5px; padding:0px 0px 0px 20px}

.about1{width:178px; height:143px; background:url(../images/bg_about_1.png)}
.about1n{width:178px; height:143px; background:url(../images/bg_about_1n.png); color:#FFFFFF; cursor:pointer}
.about1h{width:178px; height:143px; background:url(../images/bg_about_1h.png); color:#FFFFFF; cursor:pointer}

.about2{width:178px; height:215px; background:url(../images/bg_about_2.png)}
.about2n{width:178px; height:215px; background:url(../images/bg_about_2n.png); color:#FFFFFF; cursor:pointer}
.about2h{width:178px; height:215px; background:url(../images/bg_about_2h.png); color:#FFFFFF; cursor:pointer}

.about3{width:178px; height:159px; background:url(../images/bg_about_3.png)}
.about3n{width:178px; height:159px; background:url(../images/bg_about_3n.png); color:#FFFFFF; cursor:pointer}
.about3h{width:178px; height:159px; background:url(../images/bg_about_3h.png); color:#FFFFFF; cursor:pointer}

.split{height:1px; border-bottom:dotted 1px #ddd; clear:both}

.input_text{padding:5px}
.input_submit{cursor:pointer; color:#fff; border:0px; width:88px; height:25px; text-align:center; background-image:url(../images/bg_button.gif)}

.main{
	width:976px;
	margin:0px auto 0px auto;
}

.main2{
	margin:0px auto 0px auto;
}


.cbar_split{color:#e9423c; margin:0px 12px 0px 12px}

.highlight{color:#f599b5}
.white{color:#fff}
.light{color:#aaa}

.light_bg{background-color:#f2f0eb}

a:link{color:#e91747; text-decoration:none}
a:visited{color:#e91747; text-decoration:none}
a:active{color:#e91747; text-decoration:underline}
a:hover{color:#e91747; text-decoration:underline}

a:link.white{color:#fff; text-decoration:none}
a:visited.white{color:#fff; text-decoration:none}
a:active.white{color:#fff; text-decoration:underline}
a:hover.white{color:#fff; text-decoration:underline}

a:link.highlight{color:#e91747; text-decoration:none}
a:visited.highlight{color:#e91747; text-decoration:none}
a:active.highlight{color:#e91747; text-decoration:underline}
a:hover.highlight{color:#e91747; text-decoration:underline}

a:link.light_golden{color:#e91747; text-decoration:none}
a:visited.light_golden{color:#e91747; text-decoration:none}
a:active.light_golden{color:#e91747; text-decoration:underline}
a:hover.light_golden{color:#e91747; text-decoration:underline}




