/*初始化样式*/

body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
div {
	margin: 0;
	padding: 0;
	border: 0;
}

ul,
ol {
	list-style-type: none;
}

select,
input,
img,
select {
	vertical-align: middle;
}

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	color: #c00;
	text-decoration: none;
}

.clear {
	clear: both;
}

input {
	font-size: 12px;
}

body {
	color: #666;
	font-size: 12px;
	font-family: "Microsoft YaHei";
	background: #fff;
	overflow-x: hidden;
}

html,body{ height:100%; } 

.bg { background:#d5372c;}
.bg2 { background:#ac2b22;}

.main { padding-bottom:40px;}
.txtInfo { padding:20px; }
.txtInfo h2 {font-size:24px; margin-bottom:10px;}
.txtInfo h2 span { font-weight:normal; font-size:14px; color:#fff; background:#e05050; border-radius:5px; padding:2px 5px; margin-left:15px; vertical-align:middle;}
.txtInfo .txt { font-size:14px; color:#999;}
.txtInfo .txt p { margin-bottom:5px;}
.picCont {}
.picCont ul li { width:25%; float:left; text-align:center; margin-bottom:15px; color:#ff988e; font-size:12px;}
.picCont img { width:72%; border:5px solid #ec4137; margin-bottom:5px;}
.tips { width:90%; margin:0 auto; color:#999; text-align:center; font-size:14px; height:40px; line-height:40px; background:url(../images/line.gif) repeat-x center center;}
.tips span { background:#fff; padding:0 10px;}
.logo { text-align:center; padding:20px 0;}
.copyright { text-align:center; font-size:12px; color:#999;}

.txtInfo h3 {font-size:24px; margin-bottom:10px; text-align:center;}
.txtbox { padding:0 20px 20px 20px; font-size:14px;}
.txtbox p { margin-bottom:14px;}
.txtbox img { margin-bottom:14px;}

a.btn1 { background:#b52417; color:#ff988e; width:90%; height:40px; line-height:40px; text-align:center; text-decoration:none; border-radius:6px; display:block; margin:0 auto 10px auto; font-size:15px;}
a.btn2 { background:#b52417; color:#fff; font-weight:bold; width:90%; height:50px; line-height:50px; text-align:center; text-decoration:none; border-radius:6px; display:block; margin:0 auto 10px auto; font-size:15px;background: -webkit-linear-gradient(#ef463b, #ad1c10); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#ef463b, #ad1c10); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#ef463b, #ad1c10); /* Firefox 3.6 - 15 */
  background: linear-gradient(#ef463b, #ad1c10); }
a.btn3 { background:#d5372c; color:#fff; width:90%; height:40px; line-height:40px; text-align:center; text-decoration:none; border-radius:6px; display:block; margin:0 auto 10px auto; font-size:15px;}

.list { padding:0; margin:0;}
.list li { margin-bottom:20px; text-align:center; background:#d5372c; padding:15px 0;}
.list .img { margin-bottom:10px;}
.list .txt { color:#fff;font-size:14px;}
.ts { width:90%; margin:0 auto; color:#ff988e;text-align:center; font-size:12px; height:40px; line-height:40px;}

