﻿body {
    min-width:1200px;
}

.nav_background {
    height: 80px;
    min-width: 1200px;
    width: 100%;
    background-color: #242424;
    margin: 0 auto;
    vertical-align: top;
    position: fixed;
    top: 0;
    z-index: 999999;
}

.nav_on {
    height: 90px;
    min-width: 1200px;
    width: 100%;
    background-color: #2c2c2c;
    margin: 0 auto;
    position: fixed;
    top: 80px;
    z-index: 999999;
    display: none;
    color: #fff;
    text-align: center;
}

    .nav_on table {
        margin: 0px auto;
        width: 1200px;
        height: 65px;
    }


    .nav_on ul {
        list-style-type: none;
        padding: 0px;
        /*margin: 0px auto;*/
        color: #fff;
        font-size: 12px;
        /*width:1200px;*/
        padding-top: 15px;
    }

        .nav_on ul li {
            float: left;
        }

.nav_show_title {
    text-align: left;
    padding-left: 230px;
    /*font-weight: bold;
    width: 330px;*/
}

.nav_show_text {
    margin-left: 35px;
    cursor: pointer;
}

    .nav_show_text:hover {
        color: #d4291f;
    }

.nav_more {
    width: 1000px;
    text-align: right;
    margin: 0 auto;
}

.nav_more_a {
    color: #fff;
    font-size: 12px;
    cursor: pointer;
}


    .nav_more_a:hover {
        color: #fff;
    }

.nav_panel {
    width: 1300px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    font-size: 14px;
}

    .nav_panel ul {
        list-style-type: none;
        padding: 0px;
        margin: 0px auto;
        height: 80px;
        width: 100%;
    }

    .nav_panel > ul > li {
        float: left;
        line-height: 80px;
        padding: 0;
        color: #fff;
        /*cursor: pointer;*/
        border-bottom: 2px solid transparent;
    }

.nav_sel {
    color: #D4291F !important;
    font-weight: bold;
    border-bottom: 2px solid #D4291F !important;
}

/*.nav_hover {
    border-bottom: 2px solid #D4291F !important;
}*/

.nav_panel li div {
    text-align: center;
}

.imine_logo {
    /*background: url(../images/nav/logo.jpg) no-repeat center;*/
    width: 160px !important;
    height: 80px;
    margin: 0 auto;
    cursor: pointer;
}

.nav_png {
    width: 45px;
    height: 10px;
    margin: 0 auto;
    visibility: hidden;
}

.nav_lit {
    margin-left: 30px;
    /*line-height: 80px;*/
    /*padding-left: 0 !important;*/
    display: table;
    /*margin: 0 auto;*/
    height: 100%;
    position: relative;
}

.nav_last {
    font-size: 13px;
    margin-left: 53px;
    cursor: auto;
}

.botton_red {
    margin-left: 10px;
    display: inline-block;
    background-color: red;
    border-radius: 16px;
    width: 86px;
    line-height: 32px;
    font-weight: bold;
    cursor: pointer;
}

.bottom_area {
    min-width: 1200px;
    height: 340px;
    width: 100%;
    background-color: #2F3338;
}

.bottom_text {
    width: 1200px;
    height: 270px;
    margin: 0 auto;
}

.bottom_nav {
    list-style-type: none;
    padding: 0px;
    margin: 0px auto;
}

    .bottom_nav > li {
        list-style-type: none;
        float: left;
        margin-top: 50px;
        padding: 0;
        color: #fff;
    }

.bottom_nav_lit {
    list-style-type: none;
    padding: 0px;
    margin: 0px auto;
    width: 170px;
}


.bottom_nav_lit_title {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.bottom_nav_lit_etitle {
    font-size: 14px;
    font-weight: bold;
    color: #444 !important;
    line-height: 30px !important;
    margin-bottom: 5px;
}

.bottom_nav_lit_text {
    color: #aaa !important;
    /*font-weight: bold;*/
    line-height: 31px !important;
    font-size: 12px;
}

.bottom_img {
    height: 270px;
    float: right;
}

.bottom_img_lit {
    display: inline-block;
    margin-left: 30px;
    margin-top: 50px;
}

    .bottom_img_lit img {
        height: 136px;
        height: 136px;
    }

.bottom_img_lit_text {
    color: #fff;
    text-align: center;
    font-size: 12px;
    margin-top: 20px;
}

.bottom_ba {
    width: 1200px;
    height: 47px;
    margin: 10px auto;
    color: #fff;
    line-height: 25px;
    font-size: 12px;
}

.bottom_ba_left {
    width: 590px;
    margin: 0;
    display: inline-block;
}

.bottom_ba_right {
    width: 600px;
    margin: 0;
    text-align: right;
    display: inline-block;
}

.bottom_ba_right_url {
    padding-left: 20px;
    cursor: pointer;
}

.bottom_ba_right_url_img {
    padding-right: 5px;
    padding-bottom: 2.5px;
}

.carousel-fade .carousel-inner .item {
    opacity: 0.8;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -ms-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

    .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
        left: 0;
        opacity: 0;
    }

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.clearFix:after {
    content: "";
    visibility: hidden;
    height: 0;
    display: block;
    clear: both;
}

.clearFix {
    display: inline-block;
    zoom: 1;
}

.clearFix {
    display: block;
}

.nav-wrap {
    width: 100%;
    height: 62px;
}

.mouse-follow-nav {
    display: table;
    margin: 0 auto;
    height: 100%;
    position: relative;
}

.nav-list-w {
    position: relative;
}

.nav-list {
    height: 80px;
    position: relative;
    margin: 0 auto;
    /*background-color: #607D8B;*/
    z-index: 99;
    padding-right: 10px;
}

    .nav-list li {
        float: left;
        width: auto;
        height: 80px;
        text-align: center;
        position: relative;
        margin-left: 20px;
        z-index: 99;
        cursor: pointer;
    }

        .nav-list li a {
            float: left;
            padding: 0 10px;
            line-height: 80px;
            /*font-size: 20px;*/
            /*font-family: "Microsoft YaHei";*/
            color: #fff;
            text-decoration: none;
            position: relative;
            z-index: 999;
        }
/*滑块*/
/*.mouse-follow-nav .sliding-block {background-color: #409EFF;}
			.mouse-follow-nav .sliding-block-1 {background-color: #ff9800;}*/
#nav_list .sliding-block {
    background-color: red;
}

.current a {
    color: red !important;
}
