@charset "utf-8";
/* CSS Document */
/*main*/
#main{
width:992px;
margin:0 auto;
background:url(../images/bg_mm_03_1.gif) left top repeat-x  #d1ecff;
overflow:hidden
}
#main_2{ 
float:left;
width:992px;
padding-top:22px;
background:url(../images/bg_mm_03.gif) left bottom repeat-x;
}
.main_l{
width:270px;
float:left;
}
.main_l .main_l_t{
margin:0 0 20px 15px; *margin:0 0 10px 15px;
width:242px;
height:10px;
background:url(../images/list_03.png) no-repeat;
}
.main_l .main_l_b{
margin:0 0 0 15px;
width:245px;
}
.main_l_b ul li{
border:#B8BBBF 1px solid;
background:url(../images/left001.gif) no-repeat;
width:227px;
padding-left:15px;
height:31px;
line-height:31px;
margin:10px 0;
}
.main_l_b ul li a{
float:left;
background:url(../images/list_17.gif) left center no-repeat;
padding-left:15px;
display:block;
width:160px;
height:31px;
font-weight:bold;
color:#3A3A3A;
}
.main_l_b ul li span{
float:right;
width:36px;
background:url(../images/list_19.gif) left center no-repeat;
display:block;
height:31px;

}
.main_r{  
width:710px; _width:705px;
float:left;
}
.main_r_t{
width:688px;
height:50px;
margin:0 0 0 10px; 
}
.wiezhi{
line-height:40px;
width:688px;
height:40px;
border-bottom:#A9A9A9 1px solid;
}
.wiezhi h2{
font-size:18px;
color:#3F3F3F;
float:left;
}
.wiezhi p{
background:url(../images/list_10.gif) left center no-repeat;
padding:0 0 0 20px;
float:right
}
.wiezhi p a{
color:#3F3F3F;
}
.main_content{ 
float:left;
width:710px; _width:700px;
margin:0 0 0 10px; _margin:0 0 0 5px;
padding:10px;
}
.main_list{
    width: 700px;
}
.main_list li{
    background:url(../images/yuandian_03.png) 8px center no-repeat;
    width: 668px;
    padding-left: 20px;
    height: 30px;
    line-height: 30px;
    border-bottom: #1F1F1F 1px dashed;
}
.main_list li a{
    display: block;
    color: #5A5A5A;
    font-size: 14px;
    width: 540px;
    float: left;
}
.main_list li a:hover{
    color: #FF8A15;
}
.main_list li span{
    display: block;
    margin: 0 10px 0 0 ;
    float:right;
}
.pages{
    width: 710px;
    text-align: center;
    margin: 30px 0 0 0;
}

.pages a{
    color: #1F1F1F;
}
.fenye{
    width: 100%;
    height: 24px;
    line-height: 24px;
    text-align: center;
}

.fenye ul li{
    display:inline !important;
    margin: 0 2px;
}
.fenye a{
    color: #2B2B2B;
}
.arc-body{margin:18px 38px 14px 14px; line-height:165%}

/*video*/
.video{ float:left; width:500px; height:353px; margin-top:10px; display:inline;}
.video object{ width:500px; float:left; border:1px solid #025388; display:inline;}
.v-list{width:150px; padding-bottom:10px;float:right; margin:10px 30px 0 0;}

img.thumb_img {cursor:pointer;display:block;margin-bottom:10px}
img#main_img {cursor:pointer;display:block;}
#gotop{cursor:pointer;display:block; margin:0 0 10px 50px;float:left; display:inline;}
#gobottom{cursor:pointer;display:block; margin:10px 0 0 50px;float:left; display:inline;}
#showArea {height:305px;overflow:hidden; width:150px; float:left;}
#showArea li{ float:left; width:140px; height:100px; background:#e8e8e8; padding:3px; margin-top:5px; display:inline; overflow:hidden;}

.list_pic { filter:alpha(opacity=85);}
.list_pic1 {  filter:alpha(opacity=100);}

.ditu{margin:12px}

.words{
    width: 680px;
    margin: 30px 0 0 0;
    padding: 0 0 0 20px;
}
.words tr{
    margin: 10px 0;
}
.words p{
    margin: 15px 0 0 0;
    width: 680px;
    text-align: center;
}
.yanzhengma{
    display: inline;
    margin-top: 10px;
}
.in_1{
    width: 330px;
}
.bg1{ 
    background: url(../images/words.png) 425px 70px no-repeat;
float:left;
width:710px; _width:700px;
margin:0 0 0 10px; _margin:0 0 0 5px;
padding:10px;
}
.utext{width:400px}
.tb1 td{padding:3px 0}
.submitbtn{width:80px; height:35px; margin:0 0 0 260px}

/*二级菜单*/
.amazonmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.amazonmenu ul li {
	position: static; /* menu li items should have position set to static */
}
.amazonmenu > ul {
	width: 245px; /* width of main menu */
	/*height: 400px;  height of main menu */
	position: relative;
}
.amazonmenu > ul li{
	border:#B8BBBF 1px solid;
	background:url(../images/left001.gif) no-repeat;
	width:227px;
	padding-left:15px;
	height:31px;
	line-height:31px;
	margin:10px 0;
}

.amazonmenu > ul li a {
	float:left;
	background:url(../images/list_17.gif) left center no-repeat;
	padding-left:15px;
	display:block;
	width:160px;
	height:31px;
	font-weight:bold;
	color:#3A3A3A;
}
 .amazonmenu > ul li.hassub > a::after { /* Arrow to indicate this item has sub menu (LI elements with sub menus have a ".hassub" class). */
 
 content: '';
 height: 0;
 position: absolute;
 right: 5px;
 top: 35%;
 width: 0;
}
 .amazonmenu > ul li.hassub.selected > a::after { /* Style of arrow when corresponding sub menu is open (LI element has a "selected" class during this state */
 border-left-color: red;
}
.amazonmenu ul li a:hover, .amazonmenu ul li.hassub.selected > a { /* style of hover and selected menu item links */
	color: navy;
}
.amazonmenu ul li > div, .amazonmenu ul li > ul { /* Sub menus (Could be a DIV or UL wrapper) style */
	background: #d1ecff;
	border: 1px solid #aac;
	display: none;
	font-weight: normal;
	width: 245px;
	min-height: 200px;  /*height of sub menu */
	left: 100%;
	padding: 10px;
	position: absolute;
	top: 0;
	z-index: 1000;
}