﻿@charset "utf-8";
/* CSS Document */
body {margin:0; padding:0; font:14px ; background-color:#FFF; line-height:150%;}
table,td,tr,th{font-size:14px;}
input{border:none;}
img{border:0;}
ol,ul,li {list-style:none;}
A,A:link{FONT-SIZE: 18px; COLOR: #000; TEXT-DECORATION: none;}
A:hover {COLOR:#FD7021}
A.nava,A.nava:link{ text-align:center; color:#fff;  font-size:26px; font-weight: bold;  text-decoration:none; padding:0px  15px;}
A.nava:hover{COLOR:#FD7021}
A.a_news,A.a_news:link{ text-align:center; color:#000;  font-size:14px;  text-decoration:none;}
A.a_news:hover{COLOR:#FD7021}
A.lc,A.lc:link{ text-align:center; color:#000;  font-size:16px;   text-decoration:none;}
A.lc:hover{COLOR:#F00; font-weight:bold;}
A.lc1,A.lc1:link{ text-align:center; color:#000;  font-size:16px;   text-decoration:none;}
A.lc1:hover{COLOR:#F00; font-weight:bold;}

.STYLE3 A,A:link{FONT-SIZE: 20px; COLOR: #000; TEXT-DECORATION: none;}

.STYLE3 A:hover{COLOR:#FD7021}

.nott1{ width:80%; text-align:left;}

.nott1 img{ width:90%;  margin:auto; }


.nott2{ width:95%; text-align:left;}

.intro {	font-size: 20px; line-height:200%
}

.STYLE1 {
	font-size: 26px;
	color: #FFFFFF;
	font-weight: bold;
}
.STYLE2 {
	font-size: 32px;
	font-weight: bold;
}
.STYLE3 {
	font-size: 20px;
	line-height: 38px;
}
.STYLE6 {font-size: 14px}
.STYLE11 {color: #FFFFFF; font-size: 18px;}






.link1 a{	
font-family: "宋体";
	font-size: 16px;
	color: #666666;
	line-height: 25px;}


.link1 a:hover {
color: #F63;
}


.images-content{ 
position: absolute; 
z-index: 1; 
left: 0; 
bottom:0; 
width: 100%; 
color: #fff; 
background: rgba(0,0,0,.3); 
height: 40px; 
line-height: 40px; 
overflow: hidden; text-align:center; font-size:16px;
} 
.images-wrapper{ 
width:100%; 
height:100%; 
position:relative; 
} 


.images-content a{ color:#FFFFFF; font-size:18px; text-align:center; margin:auto;
} 

.images-wrapper img{ 
width:100%; 
height:100%; 

} 



.toppic2{ width:98%; margin:auto}

.pages {color: #999;overflow: auto; }
.pages a, .pages .cpb { text-decoration:none;float: left; padding: 0 11px; border: 1px solid #ddd;background: #ffff;margin:0 2px; font-size:12px; color:#000;}
.pages a:hover { background-color: #900; color:#fff;border:1px solid #900; text-decoration:none;}
.pages .cpb { font-weight: bold; color: #fff; background:#900; border:1px solid #900;}
.note{ width:100%;overflow: auto; margin:auto;}
.piclist{ width:33%; text-align:center; float:left; padding:20px 0px; }
.piclist img{ margin:auto;}


 .inputxt{
	border:1px solid #a5aeb6;
	width:196px;
	padding:4px 2px;
}

.input11{ border-right:0px; padding-left:10px;}

.input12{ border-left:0px; padding-left:10px;}
.bt1 {
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF; border:0px;  background-color:#3366FF; width:215px; height:56px;
}


.menu {
 display:block;
width:1300px; 
 padding-left:80px; z-index:99999;

}
/* remove the bullets and set the margin and padding to zero for the unordered list */
.menu ul {
padding:0; 
margin:0;
list-style-type: none; z-index:99999;
}
/* float the list so that the items are in a line and their position relative so that the drop down list will appear in the right place underneath each list item */
.menu ul li {
float:left; 
position:relative;  z-index:99999;

}
/* style the links to be 104px wide by 30px high with a top and right border 1px solid white. Set the background color and the font size. */
.menu ul li a, .menu ul li a:visited {
display:block;  z-index:99999;
text-align:center; 
text-decoration:none; 
width:150px; 
height:28px; 
color:#fff; 
line-height:28px; 
font-size:26px;
border-right:solid 1px #fff;
}

/* make the dropdown ul invisible */
.menu ul li ul {
display: none; z-index:99999;
}
/* specific to non IE browsers */
/* set the background and foreground color of the main menu li on hover */
.menu ul li a {
color:#fff;  z-index:99999;

}

.menu ul li:hover a {
color:#FD7021;  z-index:99999;

}

/* make the sub menu ul visible and position it beneath the main menu list item */
.menu ul li:hover ul {
display:block;  z-index:99999;
position:absolute; 
top:28px; 
left:10px; 
width:130px;
}
/* style the background and foreground color of the submenu links */
.menu ul li:hover ul li a {
display:block;  z-index:99999;
background:#fff; 
color:#000;
font-size:14px;
width:130px; text-align:left; padding-left:20px;
border-bottom:#CCC solid 1px;
height:40px; line-height:40px;
}
/* style the background and forground colors of the links on hover */
.menu ul li:hover ul li a:hover {
background:#ddd;  z-index:99999;
color:#000;
}
