@charset "utf-8";

/* CSS Document */
/*导航*/
.nav_ {
    width: 100%;
    background: #000000;
}

.nav {
    width: 1200px;
    margin: 0px auto;
}

.nav_l {
    width: 190px;
    float: left;
    margin-top: 20px;
}


.nav_r {
    float: left;
    margin-top: 20px;
    color: #eed8ab;
    width: 200px;
    text-align: right;
}

.nav_r i {
    color: #eed8ab;
}

.nav_r p {
    font-size: 14px;
    color: #eed8ab;
}

.nav_r span {
    font-size: 26px;
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
    color: #eed8ab;
    text-align: right;
    display: inline-block;
}

.nav_r_e {
    float: right;
    margin-top: 22px;
}

.nav_r_e>a>img {
    width: 45px;
    height: 45px;
}

.nav_r_e .nav_r_e_con {
    display: none;
}

.nav_r_e_con img {
    width: 150px;
    height: 150px;
}

.nav_r_e:hover .nav_r_e_con {
    display: block;
    position: absolute;
    z-index: 999999;
}


.nav_menu {
    float: left;
    margin: 0;
    width: 750px;
}

/* 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;
    margin: 25px 22px;
}

.nav_menu>ul>li:last-child {
    margin-right: 0px;
}

/* 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: 10px 0px;
    color: #eed8ab;
}

.nav_menu>ul>li>a.this {
    color: #eed8ab;
    border-bottom: #eed8ab 3px solid;
    font-weight: bold;
}

/* make the dropdown ul invisible */

/* specific to non IE browsers */
/* set the background and foreground color of the main menu li on hover */
.nav_menu>ul>li:hover>a {
    color: #eed8ab;
    border-bottom: #eed8ab 3px solid;
    font-weight: bold;
}


.nav_menu ul li ul {
    display: none;
}

/* 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: 42px;
    left: 0;
    width: 120px;
    z-index: 999999;
}

/* style the background and foreground color of the submenu links */
.nav_menu ul li:hover ul li a {
    display: block;
    background: #eed8ab;
    color: #000000;
    margin-bottom: 1px;
}

/* style the background and forground colors of the links on hover */
.nav_menu ul li:hover ul li a:hover {
    color: #eed8ab;
    background: #333333;
}


.bottom {
    width: 100%;
    margin: 0px;
}

.bottom_01 {
    width: 100%;
    background: url(../images/bg03.jpg) no-repeat center;
    height: 8px;
}

.bottom_02 {
    width: 100%;
    margin: 0px;
    background: #000000;
}

.bottom_02_ {
    width: 1200px;
    margin: 0px auto;
    padding: 50px 0px;
}

.bottom_02_ img {
    display: block;
    margin-top: 10px;
}

.bottom_l {
    border-bottom: #eed8ab 1px solid;
    width: 1200px;
    margin: 0px auto;
    padding-bottom: 15px;
}

.bottom_l ul {}

.bottom_l ul li {
    float: left;
    margin-right: 60px;
}

.bottom_l p a {
    font-size: 16px;
    color: #eed8ab;
}

.bottom_l p a:hover {
    font-weight: bold;
}

.bottom_l em {
    display: block;
    margin: 15px 0px;
    height: 3px;
    width: 30px;
    background: #c80000;
}

.bottom_r {
    width: 1200px;
    margin: 30px auto 15px;
}

.bottom_r_l {
    float: left;
}

.bottom_r_l img {
    display: block;
    float: left;
    margin: 0px 20px 0px 0px;
}

.bottom_r_r {
    float: right;
    text-align: right;
}

.bottom_r_r h3 {
    font-size: 16px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.bottom_r_r p {
    font-size: 14px;
    color: #FFFFFF;
}

.bottom_r_r span {
    font-size: 12px;
    color: #CCCCCC;
    display: block;
    margin-top: 10px;
}

.bottom_r_r span a {
    color: #CCCCCC;
}




/* fullSlide */
.fullSlide {
    width: 100%;
    position: relative;
    height: 800px;
    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: 800px;
    overflow: hidden;
    text-align: center;
}

.fullSlide .bd li a {
    display: block;
    height: 800px;
}

.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: 3px;
    margin: 3px;
    overflow: hidden;
    background: #FFF;
    filter: alpha(opacity=30);
    opacity: 0.5;
    line-height: 999px;
}

.fullSlide .hd ul .on {
    background: #eed8ab;
}

.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;
}