﻿/*-----------------------------------------*/

/*-------------基本html标签 ---------------*/
body{
	margin:0px;
	padding:0px;
	font-size: 13px;
	font-family: "Arial","宋体","华文宋体","新宋体","华文中宋","华文楷体","华文仿宋";
	background-color: #ffffff;
	color:#1b567e;
}
a {
	padding: 0px; 
	margin: 0px;
	text-decoration: none;
	color: #2575ad; 
	cursor: hand;
}
a:link {
	background: none transparent scroll repeat 0% 0%; 
	color: #2575ad; 
}
a:visited {
	background: none transparent scroll repeat 0% 0%; 
	color: #2575ad;
}
a:active {
	background: none transparent scroll repeat 0% 0%;
	color: #2575ad;
}
a:hover {
	background: none transparent scroll repeat 0% 0%;
	color: #CC0000;
}

/*-----------------------------------------*/

/*---------------基本控件------------------*/

form{
	margin:0;
	padding:0;
}
table td{
	padding:2px;
}
textarea{
	font-size: 12px;
	font-family: "宋体";
	color: #1b567e;
	background-color:#ffffff;
	border: 1px solid #b4b4b4;
	margin: 2px;
}
select{
	font-size: 12px;
	color: #1b567e;
	margin: 2px;
	position: relative; 
	border-style: none; 
	border-width: 0px; 
}
img{
	margin: 0px;
	padding: 0px;
	border: 0px;
	vertical-align: middle;
}
input.text_input{
	color: #1b567e;
	border: 1px solid #b4b4b4;
	margin: 2px;
	background: url(../images/inputbg.gif) repeat-x left top;
}
input.button{
	font-size: 12px;
	color: #456FA1;
	background-color: #ffffff;
	border: 1px solid #b4b4b4;
	margin: 2px;
	padding: 2px;
	cursor: hand;
	background: url(../images/buttonbg.gif) repeat-x left top;
}
li{
	list-style:none;
	background:url(../images/bullet_red.gif) no-repeat scroll left 8px;
	padding-left:18px;
	line-height: 22px;
}
P{
	margin-top:0px;
}


/*---------------------------------------------*/

/*------------------默认页-----------------------*/
.default_bg4{
	width: 295px;
	height: 210px;
	background: url(../images/default_bg4.jpg) no-repeat left top;
}

/*---------------------------------------------*/

/*------------------首页-----------------------*/
.index_body {
	margin:0px; 
	background: #02245c url(../images/bg.jpg) no-repeat scroll center -50px;
	margin-left:auto; 
	margin-right:auto; 
	padding-left:auto; 
	padding-right:auto; 
}
#main_div{
	margin-left:auto; 
	margin-right:auto; 
	width:961px;
}
#headerframe{
	height: 150px;
	width: 100%;
}
#mainframe{
	margin-left:auto; 
	margin-right:auto; 
	width: 100%;
}
#footerframe{
	height: 130px;
	width: 100%;
}

/*------------------导航列表-------------------*/
.layer_list {
	position:absolute;
	width:180px;
	height:400px;
	z-index:10;
	top: 130px;
}
.layer_list ul{
	margin: 0px;
	padding: 0px;
	padding-top:20px;
    border-bottom:solid 1px #cc0000;
}
.layer_list ul li{
	margin: 0px;
	padding: 0px;
	color: #2575ad; 
    background: #ffffff;
	list-style-type: none;
	line-height:15px;
}
.layer_list ul li:hover{
    background: #cccccc;
}
.layer_list ul li a{
    padding: 2px;
    padding-left: 20px;
    font-size:13px;
	width:160px;
	display:block;
    background: #ffffff;
}
.layer_list ul li a:hover{
    background: #cccccc;
}

/*---------------------------------------------*/

/*------------------头部导航-------------------*/

#top{
	height: 100px;
}
#logo{
	height: 80px;
	width: 800px;
	float: left;
	background: url(../images/logo.png) no-repeat !important;
	background:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/logo.png'); 
}
#language{
	float: right;
	padding: 10px;
	margin-right: 10px;
	color: White;
}
#language a{
	font-family: "Arial";
	font-weight:bold;
	color: White;
	font-size: 14px;
}
#language a:hover{
	color: #cc0000;
}

#nav {
	background: #ffffff url(../images/navbg1.gif) repeat-x; 
	height: 50px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	float: left; 
}
#nav li {
	margin: 0px;
	padding: 0px;
	float: left; 
	list-style-type:none;
	background:none;
}
#nav a {
	font-family: "Arial";
	font-size: 15px;
	font-weight: bold;
	text-align:center;
	display: block;
	padding-bottom:15px;
}


#nav .first {
	width: 0px; 
	height: 50px; 
}
#nav .last {
	height: 50px; 
}
#nav .distance {
	background: #ffffff url(../images/navdistance.gif) repeat-x; 
	width: 1px; 
	height: 50px; 
}
#nav li, #nav .link a, #nav .link2 a {
	width: 95px;
}
#nav .link a {
	color: #456FA1;
	padding-top: 16px;
}
#nav .link a:hover {
	background: #ffffff url(../images/navbg2.gif) repeat-x; 
	padding-top: 15px;
}
#nav .link a:active, #nav .link2 a{
	background: #ffffff url(../images/navbg3.gif) repeat-x; 
	padding-left: 2px;
	padding-top: 17px;
	color: #cc0000;
}


/*-----------------------------------------*/

/*---------------页尾信息------------------*/

#footer {
	background: url(../images/footer.jpg) no-repeat center top; 
	height: 148px;
}
#copyright {
	color: #97bee6;
	margin: 0px;
	padding: 40px;
	text-align: center;
}


/*-----------------------------------------*/

/*---------------页面内容------------------*/

.closefilter {
	clear:both;
	height:50px;
	background: url(../images/close.gif) repeat-x scroll left bottom;
}
#context {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}
#turn_div{
	float:right;
	margin-top:30px;
	margin-right:10px;
}


/*---------------主页内容------------------*/
.banner{
	border-top:solid 3px #CC0000;
	border-bottom:solid 3px #406DA6;
}
#banner{
	color: white;
	font-size: 29px;
	font-family: "华文宋体";
	font-weight: bold;
	height: 200px;
	background:url(../images/banner2.jpg) no-repeat;
	width:961px;
	border-top:solid 3px #CC0000;
	border-bottom:solid 3px #406DA6;
}
#banner .b1{
	padding-top: 23px;
	padding-left: 50px;
}
#banner .b2{
	padding-top: 10px;
	padding-left: 150px;
}
#main_left {
	width: 660px;
	float: left;
	background-color: #ffffff;
}
#main_right {
	width: 301px;
	float: right;
	padding-bottom: 30px;
	background: url(../images/rightbg.jpg) repeat-x scroll left top;
}
#main_right .part {
	margin-left: 5px;
}
#main_right .contain {
	margin-bottom: 0px;
}
#main_right .contain img {
	width:296px;
}
.container {
	margin: 0px;
	padding: 0px;
	background-color:#ffffff;
}
.more {
	font-family: "宋体";
	float:right;
	font-size: 12px;
	color: #2575ad;
	padding: 5px;
	margin-right:10px;
}
.more2 {
	float:right;
	font-size: 12px;
	color: #2575ad;
	padding: 2px;
	margin-right:5px;
}
.more2:hover {
	color: #cc0000;
}
#turn_div{
	float:right;
	margin-top:30px;
	margin-right:10px;
}
.cooperateMQ{
	margin:0px;
	padding:0px;
	background-color:#3A5D85;
}
.cooperateMQ ul{
	margin:0px;
	padding:0px;
}
.cooperateMQ li{
	margin:0px;
	padding:0px;
	list-style-type:none;
	background:url(none);
	width:295px;
}
.cooperateMQ img{
	width:143px;
	height:50px;
	padding-left:3px;
	padding-bottom:1px;
}
.cooperateMQ img:hover{
	width:141px;
	height:49px;
	padding-bottom:0px;
	border:dashed 1px #cc0000;
}
#cooperate_footer{
	height:10px;
	background:url(../images/cooperate_footer.jpg) no-repeat;
}
/*---------------信息清单------------------*/

.title {
	font-family: "华文宋体";
	height: 35px;
	color: #1b567e;
	font-weight: bold;
	font-size: 20px;
	text-align: left;
	vertical-align: middle;
	background: url(../images/titlebg.jpg) repeat-x scroll left bottom;
	padding-top: 15px;
	padding-left: 30px;
}
.title2 {
	height: 25px;
	color: #1b567e;
	font-weight: bold;
	font-size: 15px;
	text-align: left;
	vertical-align: middle;
	background: url(../images/titlebg.jpg) repeat-x scroll left bottom;
	padding-top: 10px;
	padding-left: 25px;
}
.list {
	color: #2575ad;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 20px;
	background-color: #FFFFFF;
}
.list ul {
	margin: 0px 20px 0px 30px;
	padding: 0px;
}
.list ul li {
	font-size: 13px;
	color: #2575ad;
	line-height:15px;
	list-style:none;
	background:url(../images/bullet_blue.png) no-repeat scroll left 6px;
	padding: 5px;
	padding-left:25px;
	border-bottom:dashed 1px #E9E9E9;
}
.list ul .li2{
	background:url(../images/bullet_red.png) no-repeat scroll left 6px;
}
.list a{
	font-size: 13px;
}

/*---------------左导航------------------*/

#leftframe {
	font-family: "宋体";
	font-size: 14px;
	color:#1b567e;
	line-height:25px;
	float: left;
	width:200px;
}
#lefttitle {
	font-family: "华文楷体";
	color: #ffffff;
	font-size: 16px;
	font-weight:bold;
	height: 35px;
	padding-left:40px;
	padding-top: 5px;
	background: url(../images/lefttitlebg/lefttitlebg1.jpg) repeat-x scroll left top;
}
#leftframe a {
	padding-top: 5px;
	display:block;
	text-align:center;
	height: 25px;
}
#leftframe ul {
	margin: 0px; 
	padding: 0px;
	padding-bottom: 40px; 
	text-align: left;
}
#leftframe ul li {
	padding:0px;
	list-style: none;
	height: 30px;
	border-bottom: 1px #cccccc solid;
	background: url(../images/leftbg1.jpg) repeat-x scroll left bottom;
}
#leftframe .link a:hover, #leftframe .link a:active, #leftframe .link2 a:hover{
	background: url(../images/leftbg2.jpg) repeat-x scroll left bottom;
	color: #cc0000;
	font-weight: bold;	
}
#leftframe .link2 a{
	background: url(../images/leftbg2.jpg) repeat-x scroll left bottom;
	color: #cc0000;
	font-weight: bold;	
}
#ltor{
	background-color: #4A84B2; 
	width:3px; 
	float:left;
}

/*---------------右边内容------------------*/

#rightframe {
	width: 758px;
	margin-bottom: 30px;
}
#tsimg {
	width: 715px;
	height: 60px;
	background:url(../images/tisi/tisi1.jpg);
	padding-left:130px;
	padding-top:25px;
	color: #ffffff;
	font-size: 28px;
	font-family: "华文宋体";
	font-weight: bold;
}
#tsimg_footer{
	height:8px;
	background:url(../images/tsimg_footer.jpg) repeat-x;
}
#rightup {
    margin: 0px;
    padding: 0px;
	height: 30px;
	padding-top:10px;
	background: url(../images/titlebg2.jpg) repeat-x scroll left top;
}
#righttitle {
	font-family: "华文楷体";
	color: #ffffff;
	font-size: 16px;
	font-weight:bold;
	float: left;
	margin-left: 10px;
}
.detail {
	padding-left: 20px;
	padding-right: 20px;
	font-size: 13px;
	line-height: 22px;
}
.second_div {
	font-family: "华文宋体";
	height: 35px;
	color: #1b567e;
	font-weight: bold;
	font-size: 20px;
	text-align: left;
	vertical-align: middle;
	background: url(../images/titlebg.jpg) repeat-x scroll left bottom;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-left: 30px;
}
.third_div{
	font-size: 13px;
	margin-left: 30px;
	margin-right: 20px;
	padding-left: 20px;
	line-height: 20px;
	background: url(../images/bullet_blue.png)  no-repeat 0px 2px;
}
.third_div a{
	background: url(none);
}
.fourth_div{
	margin-left: 60px;
	margin-right: 20px;
	padding-left: 20px;
	line-height: 20px;
	background: url(../images/bullet_green.png)  no-repeat 0px 2px;
}
.fourth_div a{
	background: url(none);
}
.news_div{
	font-size: 13px;
	color:#2575ad;
	margin-top: 5px;
	padding-bottom: 5px;
	margin-left: 30px;
	margin-right: 20px;
	padding-left: 20px;
	line-height: 20px;
	background: url(../images/bullet_blue.png)  no-repeat 0px 2px;
	border-bottom:dashed 1px #E9E9E9;
}
.news_div a{
	background: url(none);
}
.pictures_div{
	margin-left: 32px;
	margin-right: 20px;
	padding-left: 25px;
	line-height: 20px;
	background: url(../images/pictures.png)  no-repeat 0px 2px;
}
.pictures_div a{
	background: url(none);
}
.compositions_div{
	margin-left: 32px;
	margin-right: 20px;
	padding-left: 25px;
	line-height: 20px;
	background: url(../images/book_open.png)  no-repeat 0px 2px;
}
.compositions_div a{
	background: url(none);
}
.services_div{
	font-size: 13px;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 20px;
	padding-left: 20px;
	line-height: 20px;
	background: url(../images/bullet_blue.png)  no-repeat 0px 2px;
}
.contact_div{
	font-size: 13px;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 20px;
	padding-left: 30px;
	line-height: 20px;
	color:#1b567e;
	background: url(../images/page_white_world.png)  no-repeat 0px 1px;
}
.contact_div .tit{
	color: #1b567e;
	font-size:15px;
}
.contact_div a{
	color:#1b567e;
}
.mDetail_div{
	margin-left: 30px;
	margin-right: 20px;
	padding-left: 20px;
	line-height: 20px;
	background: url(../images/bullet_blue.png)  no-repeat 0px 2px;
}


/*--------------详细内容页面----------------*/

.detail_body {
	margin:0px; 
	padding: 0px;
	background: #02245c url(../images/bg2.jpg) no-repeat scroll center -30px;
}
#contain_div{
	margin-left:auto; 
	margin-right:auto; 
	padding: 0px;
	padding-top: 30px;
	width:768px;
}
#contain_top{
	height: 50px;
	width: 600px;
	margin:0px; 
	margin-bottom: 12px;
	padding: 0px;
}
.BGround{
	background: url(../images/logo2.png) no-repeat !important;
	background:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/logo2.png'); 
}
.vBGround{
	background: url(../images/vlogo2.jpg) no-repeat;
}
#detail_top {
	background: #ffffff url(../images/navbg1.gif) repeat-x left top;
	height: 40px; 
	border-bottom: solid 3px #cc0000;
	margin:0px; 
}
#news_title{
	color: #1b567e;
	font-weight: bold;
	font-size:15px;
	text-align:center;
	padding-top: 10px;
}
#divMain{
	background:#ffffff url(../images/detailbg.jpg) repeat left 90px;
}
#divDetail{
	background:#ffffff url(../images/detailbg.jpg);
	padding: 15px;
}
#divNews{
	color: #1b567e;
	line-height:20px;
	font-size:14px;
}

.RED_TITLE{
	color:Red;
	font-size:16px;
	line-height:25px;
}
.BLUE_TITLE{
	color:blue;
	font-size:14px;
	line-height:25px;
}
.GREEN_TITLE{
	color:green;
	line-height:25px;
}

/*---------------相片格式------------------*/
.divPhoto{
	float:left; 
	margin:10px; 
	width:220px; 
	text-align: center;
	border:#cccccc 1px solid; 
	padding:1px; 
}
.divPhoto img{
	width:218px; 
	height:165px;
	border:0px;
}
.divPhoto span{
	font-size:15px; 
	line-height:20px; 
	text-decoration:none;
}