@charset "UTF-8";
/* CSS Document */

body {
	padding:0;
	margin:0;
	background-color:#F1EDE4;
}

#container{
	width:940px;
	background:url(../image_file/background.png) repeat-y top left; 
	margin:0 auto;
}

#header{
	width:900px;
	height:420px;
	margin:0 auto;
	padding-bottom:15px;
}

#header_logo{
	width:350px;
	height:60px;
	margin:25px 0px 0px 25px;
	float:left;
}

#header_topics{
	width:290px;
	height:80px;
	margin:15px 30px 17px 0px;
	float:right;
}

#header_topics p{
	margin-bottom:10px;
	font-size:92%;
	line-height:16px;
}

#header_menu{
	clear:both;
	margin:0 auto;
	width:875px;
	height:45px;
}

#header_menu li{
	width:125px;
	height:45px;
	float:left;
	margin:0px;
}

#bread, #bread span span a{
	width:875px;
	height:12px;
	margin:9px auto;
	font-size:92%;
	line-height:12px;
	color:#20A1C4;
}

#header_title{
	width:875px;
	height:230px;
	margin:0 auto;
	
}

#title{
	width:250px;
	height:230px;
	background:url(../image_file/header-title.png) top left no-repeat;
	float:left;
}

#index_title{
	width:875px;
	height:230px;
	margin:20px auto;
}

#title h1{
	width:242px;
	height:64px;
	font-size:182%;
	line-height:30px;
	margin-left:8px;
	color:#fff;
}

#title p{
	font-size:154%;
	margin:10px;
}

#title ul{
	margin:30px 0px 0px 20px;
}

#title ul li{
	margin-bottom:15px;
	height:14px;
	line-height:14px;
	list-style:none;
	background:url(../image_file/header-arrow.png) top left no-repeat;
	padding-left: 22px;
}

#title ul li a{
	color:#2C2CAF;
	font-size:108%;
}

#header_image{
	float:right;
	width:615px;
	height:230px;
}

.header_image_01{
	background:url(../image_file/header_01.jpg) top left no-repeat;
}

.header_image_02{
	background:url(../image_file/header_02.jpg) top left no-repeat;
}

.header_image_03{
	background:url(../image_file/header_03.jpg) top left no-repeat;
}

.header_image_04{
	background:url(../image_file/header_04.jpg) top left no-repeat;
}

.header_image_05{
	background:url(../image_file/header_05.jpg) top left no-repeat;
}

.header_image_06{
	background:url(../image_file/header_06.jpg) top left no-repeat;
}

.header_image_07{
	background:url(../image_file/header_07.jpg) top left no-repeat;
}

.header_image_08{
	background:url(../image_file/header_08.jpg) top left no-repeat;
}

#body{
	margin:0 auto;
	width:940px;
	position:relative;
}

.messages{
	margin:0 auto;
	width:875px;
	height:110px;
	background:url(../image_file/messages-back.png) top left repeat-y;
	margin:5px auto;
	overflow:hidden;
	position:relative;
}

.divh3c {
	display:inline-block;
	height:90px;
	padding:0 40px 0px 0;
	float:left;
	overflow:hidden;
}
.divh3 {
	overflow:hidden;
	margin:27px 20px 5px;
	height:40px;
	float:left;
}

.divh3 h3 {
	font-size:161%;
	background:url(../image_file/h3back.png) top left repeat-x;
	color:#fff;
	height:40px;
	line-height:40px;
	text-align:center;
	float:left;
	padding:0 5px;
	margin:0px;
	font-weight:bold;
}

.h3sub{
	font-size:80%;
	color:#fff;
	position:absolute;
	bottom:20px;
	left:87px;
}
	

.h3img{
	float:left;
	margin:0;
	padding:0;
}

.messages div.titlecatch {
	color:#FFFFFF;
	margin:20px 0 0;
	padding:0 20px 0 0;
	line-height:160%;
	font-size:12px;
	vertical-align:middle;
	height:80px;
}

.catchsum{
	width:560px;
	margin:20px auto 60px auto;
	font-size:92%;
	line-height:21px;
	text-align:justify;
}

.catchsum2{
	width:850px;
	margin:20px auto 60px auto;
	font-size:121%;
	font-weight:bold;
	line-height:30px;
	text-align:center;
}

.topics{
	width:660px;
	margin:0px 0px 60px 250px;
}

.topics h4{
	background:url(../image_file/topics-title.png) top left no-repeat;
	color:#fff;
	font-size:138%;
	line-height:30px;
	width:660px;
	height:30px;
	padding-left:40px;
	margin-bottom:30px;
}

.topics h5{
	font-size:121%;
	font-weight:bold;
	margin:0px 0px 10px 40px;
}

.topics p{
	font-size:108%;
	line-height:21px;
	margin:0px 0px 20px 40px;
	clear:both;
	width:600px;
}

.topics_new_ol{
	margin:0px 0px 20px 40px;
	clear:both;
	width:600px;
}

.topics_new_ol li{
	font-size:108%;
	line-height:20px;
	margin:10px 0px;
	border-bottom:1px #666 dashed;
	list-style:none;
}

.topics_new_ol li a{
	color:#5CACD5;
	text-decoration:none;
}

.navi2{
	margin:0px 0px 20px 40px;
	clear:both;
	width:600px;
}

.navi2 dt{
	float:right;
}

.navi2 dd  ul{
	width:600px;
}

.navi2 dd  ul li{
	font-size:108%;
	line-height:20px;
	margin:10px 0px;
	border-bottom:1px #666 dashed;
	list-style:none;
}

.navi2 dd  ul li a{
	color:#5CACD5;
	text-decoration:none;
}

.topics_small{
	width:600px;
	font-size: 14px;
	line-height:20px;
	margin:20px 0px 10px 40px;
	font-weight:bold;
	color:#666;
}

.topics_small_btn{
	width:13em;
	height:20px;
	margin:15px 0 10px 245px;
}

.topics_small_btn a{
	font-size:12px;
	line-height:20px;
	display:block;
	width:13em;
	height:20px;
	color:#000;
	background:url(../image_file/btn_bg.jpg) top left repeat-x;
	border:#999 1px solid;
	text-align:center;
	border-radius:10px;
	-webkit-border-radius:10px; 
	-moz-border-radius:10px;
}

.topics_small_btn a:hover{
	background:url(../image_file/btn_bg_hover.jpg) top left repeat-x;
}
	

.topics_ol{
	display:block;
	font-size:108%;
	margin-left:1em;
	overflow:hidden;
	padding:0.5em 2em 0.5em 3em;
}

.topics_ol li{
	list-style-type:decimal;
	margin:5px 0px 10px 1em;
	line-height:140%;
}

.topics_ol li ul li{
	list-style:circle;
	margin:3px 1.5em;
	font-size:100%px;
}

.privacy_ol{
	display:block;
	font-size:12px;
	margin:0px;
	width:580px;
	margin:20px 0px 10px 60px;
}

.privacy_ol li{
	margin-bottom:30px;
	list-style:decimal;
	line-height:16px;
}

.privacy_ol li ol{
	margin:10px 0px 0px 2em;
	font-size:100%;
}

.privacy_ol li ol li{
	list-style:disc;
	margin-bottom:10px
}

.privacy_ol li ul li{
	list-style:disc;
	margin:0px 0px 10px 1.5em;
}

.privacy_ol li ol li ul li{
	list-style:circle;
}

.privacy_ol li ol li ol{
	margin:5px 0px;
	font-size:100%;
}

.table{
	background-color:#FFFFFF;
	display:block;
	font-size:93%;
	margin:20px 0 0 30px;
	padding:5px;
}

.table dt {
	border:medium none;
	display:block;
	float:left;
	font-style:normal;
	font-weight:bold;
	line-height:normal;
	overflow:hidden;
	padding:0;
	text-decoration:none;
	text-indent:1em;
	width:8.5em;
}

.table dd {
	border:medium none;
	display:block;
	font-style:normal;
	margin:4px 0 8px 9em;
	padding:0;
}

address {
	display:block;
	font-style:normal;
	margin:0 auto;
}

dd ul {
	display:inline-block;
	list-style:none outside none;
	margin:0;
	overflow:hidden;
	padding:0;
}

dd ul li {
	margin:0;
	padding:0;
}

.csrul{
	list-style:none;
}

.csrul li{
	float:left;
	font-size:77%;
	width:200px;
	margin-left:40px;
}

.csrul li a{
	color:#000000;
	font-weight:bold;
}



#footer{
	width:898px;
	height:150px;
	margin:0 auto;
	background:url(../image_file/footer-back.png) no-repeat top left;
	position:relative;
}

.copy{
	margin:0 auto;
	text-align:center;
	font-size:92%;
	line-height:40px;
	width:900px;
	height:40px;
}
.copy a{
	color:#00005b;
}

#footer_privacymark{
	width:650px;
	height:95px;
	position:absolute;
	bottom:0px;
	left:150px;
	font-size:77%;
	line-height:19px;
}

#footer_privacymark a{
	float:left;
}

#footer_privacymark p{
	float:right;
	width:550px;
	margin:25px 0px 0px 20px;
}


.medialist {
	list-style:none;
	padding:0;
	margin:0 50px;
	display:block;
	overflow:hidden;
}
.medialist li {
	text-align:center;
	font-size:10px;
	font-weight:lighter;
	display:block;
	width:80px;
	height:100px;
	padding:0;
	margin:0 0 20px;
	float:left;
}

.quote{
	color:#666;
	font-size:110%;
	line-height:26px;
	margin:0px 0px 20px 50px;
	clear:both;
	width:550px;
	font-weight:bold;
	font-style: italic;
}

.quote p:before {
	content:"- ";
}
.quote p {
	text-align:right;
	font-weight:nomal;
	line-height:1.8em;
	vertical-align:middle;
	font-size:90%;
	width:550px;
	margin:0px;
}

#re_table {
    width: 600px;
    border: 1px #000 solid;
    border-collapse: collapse;
    border-spacing: 0;
    font-size:12px;
	margin-left:30px;
}

#re_table tr td {
    padding: 10px;
    border: 1px #000 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
    vertical-align:top;
    line-height:23px;
}

#re_table tr td strong{
color:#000;
}

#space{
	height:30px;
}

.fromul {
	display: block;
	font-size: 92%;
	margin:0px 0px 50px 40px;
	overflow:hidden;
}

ul.contact li label {
	width:12em;
}

label {
	clear:both;
	float:left;
	margin:10px 0px;
}


.prul{
	margin:0px 0px 20px 40px;
	width:600px;
}

.prul li{
	margin:0px 0px 5px 0px;
	list-style:disc;
	font-size:12px;
}

.f_mind{
	font-size:120%;
	font-weight:bold;
	margin:0px 0px 5px 40px;
	width:600px;
	color:#006;
}

.f_message{
	font-size:12px;
	margin:0px 0px 15px 40px;
	width:620px;
}

#baidu_head{
	width:250px;
	height:35px;
	position:absolute;
	top:200px;
	right:50px;
}

.topics_ul {
	margin:0px 0px 10px 40px;
	font-size:12px;
	list-style: circle outside none;
}

.topics_ul li{
margin-bottom:10px;
}
