@charset "gb2312";
/* CSS Document */

/* ☆ reset ======================================================*/
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-family:'Microsoft YaHei';
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{text-decoration:none;}
input,textarea{font-family:'Microsoft YaHei';}
/* ☆ pub Class==================================================================*/
.clearfix {zoom: 1;display: table;width: 100%;}
.clear{clear: both;}
.fl{float:left;}
.fr{float:right;}
/* ☆ common Class=============================================================*/
.topOuter{width:100%;margin:0 auto;background:#fff;}
.topInner{width:1200px;height:40px;margin:0 auto;}
.topNav{width:475px;padding:15px 0 0 0;float:right;color:#333;text-align:right;font-size:12px;}
.topInner a.logo{display:block;width:68px;height:30px;float:left;margin: 5px 0 0 0;}
.topInner img{width:68px;height:30px;}
.topNav a{color:#333;}
.ctitle2{font-size: 30px;color: #0a52d7;line-height: 150%;font-weight: bold;margin: 0 0 10px 0;text-align:center;}
.ctitle2 img{vertical-align: middle;}
.ctitle2 span{display:inline-block;*display:inline;*zoom:1;vertical-align: middle;}
.title3,.title4{color: #0a52d7;line-height: 150%;font-weight: bold;text-align:center;}
.title3{font-size: 30px;}
.title4{font-size: 24px;margin: 0 0 10px 0;}
.ctitle5{font-size: 24px;color: #000000;line-height: 150%;font-weight: bold;margin: 0 0 10px 0;}
.ctitle5 img{vertical-align: middle;}
.ctitle5 span{display:inline-block;*display:inline;*zoom:1;vertical-align: middle;}
.orange{color:#ff8400;}
.copyright{font-size: 12px;line-height: 150%;text-align: center;color: #ffffff;padding: 0 0 10px 0;}
/* ☆ 页面模式部分===========================================================*/
.bannerwrap{background:#0a53d4 url(../images/banner.jpg) no-repeat center top;}
.blank_banner{height:400px;}
.sectionouter{background:#7db9ff;width:1184px;padding:16px 16px 0 0;border-radius:16px;margin:0 auto 20px auto;}
.sectioninner{background:#ffffff;padding:20px 30px;border-radius:10px;}
.commtxt{font-size:14px;color:#333333;line-height:24px;margin: 0 0 10px 0;}
.zphtable{width:100%;margin: 0 0 10px 0;}
.zphtable table{width:100%;}
.zphtable table th{height:40px;line-height:40px;text-align:center;font-size:20px;color:#ffffff;border-left:1px solid #0658dd;background:#0658dd;}
.zphtable table td{text-align:center;font-size:14px;color:#333333;line-height:24px;padding:10px 15px;border-left:1px solid #999999;border-bottom:1px solid #999999;vertical-align:middle;}
.zphtable table td.evenbg{background:#dbefff}
.zphtable table td.mainpoint{font-size:18px;line-height:30px;}

.zztable{width:100%;margin: 0 0 10px 0;}
.zztable table{width:100%;}
.zztable table th{height:40px;line-height:40px;text-align:center;font-size:20px;color:#ffffff;border-left:1px solid #f84f32;background:#f84f32;}
.zztable table td{text-align:center;font-size:14px;color:#333333;line-height:24px;padding:10px 15px;border-left:1px solid #999999;border-bottom:1px solid #999999;vertical-align:middle;}
.zztable table td.evenbg{background:#ffded8}