@charset "utf-8";
/* CSS Document */

/*导航*/
.nav_{ width:100%; background: #FFFFFF;}
.nav{ width:1200px; margin:0px auto; padding: 15px 0px;}
.nav_l{ float:left;}

.nav_c{ float: left; margin: 25px 0px 0px 35px;color: #000000; font-size: 24px;font-weight: bold; } 

/*
.nav_c p{  font-weight: normal; margin-bottom: 3px;} 
.nav_c span{color: #999999;font-size: 12px; font-weight: normal;} 
.nav_c span img{ float: left;} 
*/
.nav_r{ float:right; text-align: right; margin-top: 10px;} 
.nav_r p{font-size: 14px; font-weight: bold; margin-bottom: 10px;} 
.nav_r p a{color: #000000;} 
.nav_r p a:hover{color: #119c36;} 

.nav_menu {
width:100%; background: #119c36;
margin:0px; 
}
/* remove the bullets and set the margin and padding to zero for the unordered list */
.nav_menu ul { 
margin:0 auto; 
list-style-type: none;
width:1200px; 
}
/* 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 */
.nav_menu ul li { 
float:left; 
position:relative; 
}
.nav_menu ul li:first-child{} 
.nav_menu ul li:last-child{} 

/* 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. */
.nav_menu ul li a, .nav_menu ul li a:visited {
display:block; 
text-align:center; 
text-decoration:none; 
padding:15px 0px; 
font-size:14px;
width: 150px;
color: #FFFFFF;
}
.nav_menu ul li a:hover{  background: #FFFFFF; color: #119c36; font-weight: bold;} 
.nav_menu ul li a.this{ background: #FFFFFF; color: #119c36; font-weight: bold;} 


/* make the dropdown ul invisible */
.nav_menu ul li ul {
display: none;
}
/* specific to non IE browsers */
/* set the background and foreground color of the main menu li on hover */

/* make the sub menu ul visible and position it beneath the main menu list item */
.nav_menu ul li:hover ul {
display:block; 
position:absolute; 
top:52px; 
left:0; 
width:171px;
z-index: 999999;
}

/* style the background and foreground color of the submenu links */
.nav_menu ul li:hover ul li a {
display:block; 
color:#FFFFFF;
background-color:rgba(0,0,0,0.5);
margin-bottom: 1px;
}
/* style the background and forground colors of the links on hover */
.nav_menu ul li:hover ul li a:hover {
background:#fdd100; 
color:#000000;
}


.bottom{ width:100%; background:url(/images/bg07_en.jpg) no-repeat center; height:370px;} 
.bottom_{ width:1200px; margin:0px auto; position: relative;} 

.bottom_ .tt0{position: absolute; margin: 50px 0px 0px 250px;} 
.bottom_ .tt0 a{font-size: 18px; color: #FFFFFF; display: inline-block; margin: 0px 30px;} 
.bottom_ p.tt1{position: absolute; margin: 195px 0px 0px 280px; font-size: 18px; color: #FFFFFF;} 
.bottom_ p.tt2{position: absolute; margin: 225px 0px 0px 280px; font-size: 12px; color: #FFFFFF; line-height: 175%;} 
.bottom_ p.tt2 a{ color: #FFFFFF;} 



/* fullSlide */
.fullSlide {width:100%;position:relative;height:589px;background:#000;}
.fullSlide .bd{margin:0 auto;position:relative;z-index:0;overflow:hidden;} 
.fullSlide .bd ul{width:100% !important;} 
.fullSlide .bd li{width:100% !important;height:589px;overflow:hidden;text-align:center;} 
.fullSlide .bd li a{display:block;height:589px;}
.fullSlide .hd{width:100%;position:absolute;z-index:1;bottom:0;left:0;height:50px;line-height:50px;}
.fullSlide .hd ul{text-align:center;}
.fullSlide .hd ul li{cursor:pointer;display:inline-block;*display:inline;zoom:1;width:15px;height:15px;margin:5px;overflow:hidden;background:#FFF;filter:alpha(opacity=50);opacity:0.5;line-height:999px; border-radius: 50%;}
.fullSlide .hd ul .on{background:#119c36;}
.fullSlide .prev,.fullSlide .next{display:block;position:absolute;z-index:1;top:50%;margin-top:-30px;left:3%;z-index:1;width:40px;height:60px;background:url(/images/slider-arrow.png) -126px -137px no-repeat;cursor:pointer;filter:alpha(opacity=50);opacity:0.5;display:none;}
.fullSlide .next{left:auto;right:3%;background-position:-6px -137px;}

