@charset "utf-8";
/* CSS Document */

/*导航*/
.nav_{ width:100%; background: #222222;}
.nav{ width:1200px; margin:0px auto;}
.nav_l{ width:260px; height: 90px; background: #FFFFFF;float:left; text-align: center; padding-top: 25px; box-sizing: border-box;}
/*.nav_c{float:left; border-left: #b7111a 1px solid; margin: 20px 0px 0px 0px; padding-left: 20px;} 
.nav_c p{width: 220px; color: #b7111a; padding: 3px 0px; text-align: center; font-size: 18px; letter-spacing: 3px; font-weight: normal; line-height: 150%;} 
.nav_r{ float:right; margin: 16px 0px 0px 0px; color: #b7111a;width: 235px;} 
.nav_r i{ color: #b7111a;} 
.nav_r p{ width: 235px; font-size: 16px; text-align: right; color: #000000;} 
.nav_r span{font-size: 30px; font-family:Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif"; color: #b7111a;} 
.nav_menu{ width:100%; background: #b7111a; }
.nav_menu ul{width:1280px; margin:0px auto;} 
.nav_menu ul li{float:left; text-align: center;}
.nav_menu ul li a{ display:block; color:#333333;  font-size:16px; padding: 15px 41px; }
.nav_menu ul li a:hover,.nav_menu ul li a.this{ background:#333333; color: #b7111a;}*/

.nav_menu {
float: right;
width: 825px;
}
/* remove the bullets and set the margin and padding to zero for the unordered list */
.nav_menu ul {
padding:0; 
margin:0 auto;
list-style-type: none;
}
/* 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;
height: 90px;
}
/* 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; 
font-size:14px;
padding: 30px 25px;
color: #FFFFFF;
}

.nav_menu ul li a p{font-size:14px;} 
.nav_menu ul li a span{ display: block; font-size:12px; text-transform: uppercase; transform:scale(0.83,0.83);}　

.nav_menu ul li a.this{
background: #b7111a;
color:#FFFFFF;
}

/* 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 */
.nav_menu ul li:hover a {
background: #b7111a;
color:#FFFFFF;
}
/* 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:62px; 
left:0; 
width:160px;
z-index: 999999;
}

/* style the background and foreground color of the submenu links */
.nav_menu ul li:hover ul li a {
display:block; 
color:#b7111a;
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:#b7111a; 
color:#FFFFFF;
}


.bottom{ width:100%; height: 280px; background:url(/images/bg08.jpg) no-repeat center; margin: 0px auto; padding: 0px; }
.bottom_{ width:1200px; margin:0 auto; position: relative;}


.bottom_t1{ position: absolute; margin: 120px 0px 0px 30px;}
.bottom_t1{ color: #FFFFFF; font-size: 16px; font-weight: lighter;} 

.bottom_t2{ position: absolute; margin: 160px 0px 0px 30px;}
.bottom_t2{ color: #FFFFFF; font-size: 16px; font-weight: lighter;} 

.bottom_t3{ position: absolute; margin: 205px 0px 0px 30px;}
.bottom_t3{ color: #FFFFFF; font-size: 16px; font-weight: lighter;} 

.bottom_t4{ position: absolute; margin: 120px 0px 0px 270px;}
.bottom_t4{ color: #FFFFFF; font-size: 16px; font-weight: lighter;} 

.bottom_t5{ position: absolute; margin: 160px 0px 0px 270px;}
.bottom_t5{ color: #FFFFFF; font-size: 16px; font-weight: lighter;} 





.bottom2{width:100%; padding: 20px 0px; text-align: center; color: #CCCCCC; background: #b7111a; } 
.bottom2 a{color: #CCCCCC;}  




/* fullSlide */
.fullSlide {width:100%;position:relative;height:750px;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:750px;overflow:hidden;text-align:center;}
.fullSlide .bd li a{display:block;height:750px;}
.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:100px;height:5px;margin:10px;overflow:hidden;background:#FFF;filter:alpha(opacity=30);opacity:0.5;line-height:999px;}
.fullSlide .hd ul .on{background:#000000;}
.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;}

.z_banner{ left:0px; top:0px; width:100%; height:100%; margin: 0px; padding: 0px;} 








