﻿#header {
	
height: 90px;

}



/***************头部*******************/


.header {
	
height: 90px;
	
width: 1040px;

}


.header_1 {
	
text-align: left;
	
width: 1040px;
	
height: 15px;
	
font-size: 10px;
	
margin-top: 15px;
	
color: white;

}



.header_1_1 {
	
float: left;
	
width: 860px;
	
font-size: 12px;

}



.header_1_2 {
	
text-align: right;
	
float: right;
	
width: 180px;

}



.header_1_2 a {
	
font-size: 12px;
	
color: white;
	
text-decoration: none;

}



.header_1_2 a:hover {
	
color: greenyellow;
	
text-decoration: underline;

}



.header_2 {
	
margin-top: 10px;
	
height: 68px;
	
background-color: rgb(123, 167, 196);
	
box-shadow: 0px 5px 15px;
	
/*圆角*/
	
font-family: Arial;
	
border: 2px;
	
border-radius: 5px;
	
padding: 0px 0px;
	
background: url(../img/header/log_bg.gif) repeat-x;

}



.header_2_1 {
	
background-color: rgb(4, 12, 17);
	
height: 68px;
	
width: 270px;
	
float: left;
	
/*圆角*/
	
font-family: Arial;
	
border: 2px;
	
border-radius: 5px 0px 0px 5px;
	
padding: 0px 0px;

}



.header_2_1_1 {
	
margin-top: 10px;
	
float: right;
        
/*圆角*/
	
border-radius: 5px 5px 5px 5px;

}



.header_2_2 {
	
width: 10px;
	
height: 68px;
	
float: left;
	
background: url(../img/header/logo_right.gif) no-repeat left;

}



.header_2_3 {
	
margin-top: 25px;
	
width: 590px;
	
float: left;
	
font: 12px verdana, arial, sans-serif;
	
/* 设置文字大小和字体样式 */

}



.header_2_3 ul {
	
list-style: none;
	
/* 将默认的列表符号去掉 */
	
padding: 0;
	
/* 将默认的内边距去掉 */
	
margin: 0;
	
/* 将默认的外边距去掉 */

}



.header_2_3 li {
	
float: left;

}


.header_2_3 li:hover {
	
font-size: 14px;

}




.header_2_3 li a {
	
display: block;
	
/* 将链接设为块级元素 */
	
padding: 0px 10px;
	
/* 设置内边距 */
	
color: white;
	
/* 设置文字颜色 */
	
border-right: 1px solid white;
	
/* 在左侧加上分隔线 */

}




.header_2_3 a:hover {
	
color: greenyellow;
	
text-decoration: underline;

}



.header_2_4 {
	
float: right;
	
width: 170px;
	
height: 100px;

}



.header_2_4 img {
	
margin-top: 22px;

}



#header_links_content {
position:absolute;
z-index:1000;
display: none;
	
margin-top: -3px;
	

/*height: 45px;*/
	
width: 126px;
	
background-color: rgb(19, 49, 68);
	
/*圆角*/
	
border: 2px;
	
border-radius: 5px 5px 5px 5px;
	
padding: 0px 0px;

}



#header_links_content ul {
	
list-style: none;
	
/* 将默认的列表符号去掉 */
	
padding: 0;
	
/* 将默认的内边距去掉 */
	
margin: 0;
	
/* 将默认的外边距去掉 */

}



#header_links_content a {
	
font-size: 14px;
	
display: block;
	
/* 将链接设为块级元素 */
	
padding: 0px 12px;
	
/* 设置内边距 */
	
color: white;
	
/* 设置文字颜色 */

}



#header_links_content a:hover {

color: greenyellow;
	
text-decoration: underline;

}



/***************头部 end****************/

