@charset "utf-8";
/* CSS Document */

body { margin: 0px; font-size: 12px; font-family: Arial, Helvetica, sans-serif; background: url(../images/allBg.jpg); color: #632423; }
ul,li { margin: 0px; padding: 0px; list-style: none; }
img { border: none; }
a { color: #000; text-decoration: none; }
a:hover { color: #000; text-decoration: underline; }

/*公共样式*/
.fs14 { font-size: 14px; }
.fs16 { font-size: 16px; }
.fs18 { font-size: 18px; }
.fs24 { font-size: 24px; }
.fs30 { font-size: 30px; }
.fs36 { font-size: 36px; }
.ff { font-family:Times New Roman; }
.tl { text-align: left; }
.tc { text-align: center; }
.tr { text-align: right; }
.fw { font-weight: 600; }
.fc_red { color: #FF3C00; }
.fc_red2 { color: red; }
.fc_grey { color: #393939; }
.fc_black { color: #000; }
.padBt { padding-bottom: 15px; }


.lh24 { line-height: 24px; }
.lh30 { line-height: 30px; }

.Main { width: 860px; height: auto; margin: 10px auto 0px auto; background:url(../images/MainBg.gif); }
/*头部和底部*/

.header, .bottom { width: 860px; height: auto; }
/*中间主要内容*/
.content { width: 780px; height: auto; padding: 0px 40px; line-height: 17px; }
	.content p { width: 780px; margin: 0px; padding-top: 20px; float: left; }
	
	.content .text { width: 780px; height: auto; float: left; padding-top: 20px; }
		.content .text li, .content .text ul { height: auto; float: left; }
		.content .text .l { width: 40px; }
		.content .text .r { width: 740px; padding-top: 6px; }
		
	.content .plate { width: 380px; height: 133px; background: url(../images/plateBg.jpg); float: left; margin: 20px 0px 0px 70px; display: inline; padding: 30px 223px 0px 30px; }
	.content .plate2 { width: 771px; height: 397px; float: left; background: url(../images/plateBg2.jpg); margin: 20px 0px 0px 5px; display: inline; }
		.content .plate2 .title { width: 771px; height: auto; text-align: center; font-size: 30px; padding: 40px 0px; }
		.content .plate2 .ct { width: 380px; height: auto; line-height: 35px; padding-left: 20px }
	.content .plate3 { width: 634px; height: 128px; float: left; background: url(../images/plateBg6.jpg); margin: 20px 0px 0px 50px; display: inline; padding: 12px 20px 0px 30px; line-height: 26px; }
		.content .plate3 img { margin-right: 20px; }

/*底部链接和版权信息*/
.Copy { width: 100%; height: auto; text-align: center; line-height: 30px; padding: 10px 0px; }
	.Copy .links { color: #C1710A; }
	.Copy .links a { color: #C1710A; text-decoration: none; }
	.Copy .links a:hover { color: #C1710A; text-decoration: underline; }
	

.thankTitle { width: 780px; background: #F1CB9E; margin-top: 20px; padding: 5px 0px; float: left; }