/* CSS Document */
*, body {
    padding: 0px;
    margin: 0 auto;
}
/*html5*/
article, aside, dialog, footer, header, section, footer, nav, figure, menu {
    display: block;
}

body {
    overflow-x: hidden;
    line-height: 25px;
    font-size: 14px;
}

.yahei {
    font-family: "Microsoft YaHei";
}

dl, ul {
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4, h5, h6, em, strong, b {
    font-weight: bold;
    font-family: sim-sun;
}

h2 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

h3 {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

h4 {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

li {
    line-height: 25px;
    overflow: hidden;
    list-style: none;
}

ul li {
    margin: 0 auto;
}

ol li {
    padding: 0px;
    list-style: none;
}

dd {
    line-height: 25px;
}

p {
    line-height: 20px;
}

a {
    text-decoration: none;
    color: #000;
}

    a:hover {
        text-decoration: underline;
        color: #F00;
    }

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.w1000 {
    width: 1000px;
    margin: 0px auto;
}


.more {
    float: right;
    font-weight: normal;
    font-size: 12px;
    color: #666;
}

    .more a {
        color: #666;
    }

        .more a:hover {
            color: #F00;
        }

img {
    border: none;
}

.bold {
    font-weight: bold;
}

.left {
    float: left;
    overflow: hidden;
}

.mid {
    float: left;
}

.right {
    float: right;
}

.red, .red a {
    color: #F00;
}

.f99, .f99 a {
    color: #900;
}

.no_Point {
    background: none;
    padding: 0px;
}

.hidden {
    display: none;
}

.limar {
    display: block;
}



#footer {
    text-align: center;
    width: 1000px;
    position: relative;
}

    #footer li, #footer li a {
        font-family: "Microsoft YaHei";
    }

    #footer .img {
        position: absolute;
        left: 325px;
        top: 30px;
        overflow: hidden;
        width: 80px;
        height: 80px;
    }

.noline {
    border: 0px;
}

.main_box {
    overflow: hidden;
}

.hr_10, .hr_5, .hr_3, .hr_1, .hr_8, hr_15, .hr_25, .hr_35 {
    height: 10px;
    clear: both;
    font-size: 1px;
    line-height: 1px;
    overflow: hidden;
}

.hr_5 {
    height: 5px;
}

.hr_3 {
    height: 3px;
}

.hr_1 {
    height: 1px;
}

.hr_8 {
    height: 8px;
}

.hr_15 {
    height: 15px;
}

.hr_25 {
    height: 25px;
}

.hr_35 {
    height: 35px;
}

.sub_title {
    float: left;
    margin-right: 10px;
}

.font_14 {
    font-size: 14px;
}

.font_16 {
    font-size: 16px;
}

.line, .line_2 {
    border-bottom: 1px solid #CCC;
    height: 1px;
    line-height: 1px;
    overflow: hidden;
}

.line_2 {
    border-bottom: 1px dotted #CCC;
    font-size: 1px;
}

.blue_line {
    border: 1px solid #0850AB;
}

.f9a_line {
    border: 1px solid #9A9A9A;
}

.nopd_one {
    padding-left: 0;
    padding-right: 0;
}

.nopd_two {
    padding-top: 0;
    padding-bottom: 0;
}

.nav {
    width: 100%;
    height: 35px;
    background-color: #F3F3F3;
    line-height: 35px;
    margin-bottom: 15px;
    position: fixed;
    top: 0;
    z-index: 9999;
}

.header {
    margin-bottom: 13px;
    margin-top: 35px;
}

.banner {
    width: 765px;
    height: 86px;
    overflow: hidden;
}

    .banner a {
        display: block;
        width: 100%;
        height: 100%;
    }

.navbar {
    /*height: 68px;*/
    background-color: #FBFBFB;
    margin-bottom: 15px;
    background: url(navbg.png) center center;
}

    .navbar li {
        width: 98px;
        border-right: 2px solid #e0e0e0;
        margin-right: 10px;
    }

    /*.navbar .mr {
        width: 110px;
    }*/

.clearfix {
    zoom: 1;
    padding: 5px 0;
}

.navbar .last {
    border: none;
}

.navbar .navll {
    border-top: 1px solid #DE7C51;
    border-bottom: 1px solid #DE7C51;
}

.navbar li a {
    width: 100%;
    display: inline-block;
    font-size: 12px;
    line-height: 34px;
    text-align: center;
}

    .navbar li a:hover {
        color: #CB0000;
    }

.head-news {
    /*margin-bottom: 15px;*/
}

    .head-news .left, .head-news .right {
        background: url(../images/skin_v1.3.gif) no-repeat left top;
        width: 67px;
        height: 67px;
    }

    .head-news .mid {
        width: 820px;
        padding: 0 20px;
    }

    .head-news .right {
        background: url(../images/skin_v1.3.gif) no-repeat right top;
        width: 67px;
        height: 67px;
    }

    .head-news h1 {
        font-size: 35px;
        height: 43px;
        line-height: 43px;
        margin: 2px auto;
        font-family: "Microsoft yahei";
        text-align: center;
        color: #CC0000;
        font-weight: 400;
    }

        .head-news h1 a {
            color: #0071AD;
            text-decoration: none;
        }

    .head-news h5 {
        font-size: 12px;
        height: 20px;
        line-height: 20px;
        font-weight: lighter;
        text-align: center;
        position: relative;
    }

        .head-news h5 a {
            color: #7A7A7A;
        }

.sanjiao:hover {
    border-left-color: #CB0000!important;
}

.head-news h5 span {
    position: absolute;
    top: 0;
    right: 10px;
}

.head-news h5 a:hover {
    color: #CB0000;
}

.head-news h5 span a {
    color: #B57E2C;
}

#box {
    position: relative;
    width: 600px;
    height: 360px;
    background: #fff;
    border-radius: 5px;
    /*border: 8px solid #fff;*/
    margin: 0px auto;
    cursor: pointer;
}

    #box .list {
        position: relative;
        width: 600px;
        height: 360px;
        overflow: hidden;
    }

        #box .list ul {
            position: absolute;
            top: 0;
            left: 0;
        }

        #box .list li {
            width: 600px;
            height: 360px;
            position:relative;
        }

        #box .list li p {
    position: absolute;
    left: 0;
    bottom: 0;
    text-indent: 10px;
    line-height: 32px;
    font-family: Verdana;
    font-size: 14px;
    text-align: left;
    color: #FFF;
    display: block;
    width: 100%;
    height: 32px;
    font-family: 14px;
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#aa000000, endcolorstr=#aa000000);
    background: rgba(0,0,0,.5);
}
    #box .count {
        position: absolute;
        right: 0;
        bottom: 5px;
    }

        #box .count li {
            color: #fff;
            float: left;
            width: 20px;
            height: 20px;
            text-align: center;
            cursor: pointer;
            margin-right: 5px;
            overflow: hidden;
            background: #F90;
            opacity: 0.7;
            filter: alpha(opacity=70);
            border-radius: 20px;
        }

            #box .count li.current {
                color: #fff;
                opacity: 1;
                filter: alpha(opacity=100);
                font-weight: 700;
                background: #f60;
            }

#tmp {
    width: 100px;
    height: 100px;
    background: red;
    position: absolute;
}

.container .m1-right {
    width: 380px;
    height: 362px;
}

.btl {
    height: 34px;
    border-bottom: 1px #E1152F solid;
}

.btll {
    height: 34px;
    border-bottom: 1px #00406F solid;
}

.bt {
    height: 34px;
    background: url(../images/bt.png) no-repeat 10px 7px #E1152F;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    line-height: 34px;
    padding: 0px 12px 0px 40px;
    float: left;
}

    .bt a {
        color: #fff;
    }

.more {
    display: block;
    background: url(more.png);
    width: 18px;
    height: 18px;
    margin: 7px 0px 0px 0px;
    float: right;
}

.more_m {
    background: url(../images/more_m.gif) !important;
}


.main1 .left {
    margin-right: 20px;
}

.main1 .left, .main1 .mid, .main1 .right {
    width: 320px;
    margin-top: 15px;
}

.new_I_list {
    margin-top: 10px;
}

    .new_I_list li {
        display: inline-block;
        position: relative;
        font-size: 14px;
        line-height: 30px;
        color: #333;
        text-indent: 14px;
    }

        .new_I_list li span {
            position: absolute;
            top: 13px;
            left: 2px;
            width: 3px;
            height: 3px;
            background-color: #333;
        }

        .new_I_list li a {
            color: #333;
        }

.list_new {
    margin-top: 10px;
}

    .list_new li {
        position: relative;
        font-size: 14px;
        line-height: 30px;
        color: #333;
        text-indent: 14px;
    }

        .list_new li span {
            position: absolute;
            top: 13px;
            left: 2px;
            width: 3px;
            height: 3px;
            background-color: #333;
        }

        .list_new li a {
            color: #333;
        }

.banner1 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.banner2 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.dbimg {
    width: 336px;
    height: 98px;
    margin-top: 22px;
}

    .dbimg div {
        float: left;
        margin-right: 14px;
        position: relative;
    }

        .dbimg div p {
            font-size: 12px;
            text-align: center;
            position: absolute;
            bottom: 0px;
            width: 100%;
            height: 20px;
            left: 0px;
            background: url(../images/opa75.png);
            line-height: 20px;
            color: #FFF;
        }

    .dbimg img {
        width: 152px;
        height: 94px;
    }

.jczt .list_new {
    margin-top:20px;
}
    .jczt .list_new li {
        position: relative;
    font-size: 14px;
    height:78px;
    color: #333;
    text-indent: 14px;
    }
.main1 .imgzt .image img {
    margin: 10px 10px;
    width: 299px;
    height: 160px;
}

.main1 .right .image img {
    margin: 10px 10px;
    width: 299px;
    height: 160px;
}

.list_new1 {
    margin-top: 7px;
}

    .list_new1 li {
        position: relative;
        font-size: 14px;
        line-height: 30px;
        color: #333;
        text-indent: 14px;
    }

        .list_new1 li span {
            position: absolute;
            top: 13px;
            left: 2px;
            width: 3px;
            height: 3px;
            background-color: #333;
        }

        .list_new1 li a {
            color: #333;
        }



.productshow {
    width: 1000px;
    height: 122px;
    margin: 20px auto 10px auto;
    position: relative;
}

.scrollcontainer {
    width: 938px;
    height: 120px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

    .scrollcontainer ul {
        width: 20000px;
        position: absolute;
        left: 0px;
        top: 0px;
    }

    .scrollcontainer li {
        float: left;
        width: 138px;
        height: 120px;
        text-align: center;
        font-size: 12px;
        color: #666;
        line-height: 30px;
        margin-right: 22px;
    }

        .scrollcontainer li img {
            width: 138px;
            height: 92px;
        }

        .scrollcontainer li a {
            font-size: 12px;
            color: #666;
        }

    .scrollcontainer a:hover img {
        filter: alpha(opacity=86);
        -moz-opacity: 0.86;
        opacity: 0.86;
    }

a.abtn {
    position: absolute;
    top: 30px;
    display: block;
    height: 32px;
    width: 17px;
    overflow: hidden;
    text-indent: -20000px;
    background: url(../images/index_cjdx.png) no-repeat;
}

a.aright {
    right: 0px;
    background-position: -17px 0px;
}



    /*.jczt li {
        width: 195px;
        float: left;
        margin-left: 4px;
    }

        .jczt li > a > img {
            width: 195px;
            height: 127px;
        }*/

.main9 {
    padding-bottom: 10px;
    width:320px;
    margin-top:15px;
}

    .main9 .image {
        position: relative;
    }

.container .main1 .main9 .image {
    margin: 15px 0 35px 35px;
}

.image .chuyingsousuopic {
    width: 239px;
    height: 70px;
}

.container .main1 input {
    height: 22px;
    width: 170px;
    margin-top: 10px;
    border: 10px solid #65B345;
    border-right: 0;
    border-radius: 20px;
    padding-left: 10px;
}

.container .main1 .fdj {
    position: absolute;
    top: 82px;
    left: 165px;
}

.container .main1 .link a {
    text-align: center;
    font-size: 12px;
    display: block;
    width: 65px;
    height: 75px;
    float: left;
    margin: 0 5px;
}



.par {
    margin-left: 20px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #C1C1C1;
}

.ychr .par a:hover {
    text-decoration: none;
}

.ychr .par a {
    color: #0071AD;
    text-decoration: none;
}

.ychr h4 {
    color: #0071AD;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
}

.ychr .par p {
    text-indent: 2em;
    line-height: 18px;
    font-size: 12px;
    color: #999999;
    height: 54px;
    overflow: hidden;
}

    .ychr .par p a {
        color: #CB0000;
    }

.hr365 {
    width: 320px;
    margin-top: 15px;
}

    .hr365 .img365 .bigger {
        width: 100px;
        max-height: 30px;
    }

    .hr365 .image365 {
        margin-top: 10px;
        margin-left: 10px;
    }

.image365 > a > img {
    width: 162px;
    height: 108px;
}

.hr365 p {
    width: 132px;
    padding: 4px;
    line-height: 18px;
    text-indent: 2em;
    color: #828282;
}

.hr365 .list_new {
    margin-top: 10px;
}































.footer .shu {
    display: block;
    background-color: #CB0000;
    width: 5px;
    height: 18px;
    margin-top: 8px;
    margin-right: 10px;
}

.footer h3 {
    font: 600 14px "sim-sun";
    line-height: 34px;
    color: #CB0000;
    text-align: left;
}

.footer .link .js {
    margin-top: 10px;
}

    .footer .link .js li {
        float: left;
        margin-right: 8px;
        line-height: 24px;
    }

.footer .link {
    margin-bottom: 15px;
}

.footer .option select {
    width: 327px;
}

.footer .option #other {
    margin-right: 0;
}

.footer .end {
    margin-top: 50px;
    margin-bottom: 50px;
}

    .footer .end p {
        font-size: 15px;
        text-align: center;
        line-height: 30px;
    }

body, textarea, input, button, select, keygen, legend {
    font: 12px/1.14 arial, \5b8b\4f53;
    color: #333;
    outline: 0;
}

.m10 {
    margin-top: 10px;
}

/*图说我们的价值观*/
.pannel-tit {
    display: none;
}

.con3-focus {
    width: 970px;
    margin: 0 auto;
}

.gygg {
    padding-left: 18px;
}

.btl ul li {
    width: 64px;
    float: left;
    text-align: center;
}

.main-nav li {
    float: right;
    color: #CB0000;
    font-size: 14px;
    position: relative;
    cursor: pointer;
}

    .main-nav li a {
        color: #CB0000;
        text-decoration: none;
    }

.tab_content_wrap {
    display: none;
}

    .tab_content_wrap .active {
        display: block;
    }

.current {
    background-color: #fff;
}



/*tab选项?*/
.menub1_1 {
    float: left;
    min-width: 60px;
    _width: 60px;
    cursor: pointer;
    line-height: 39px;
    height: 35px;
    text-align: center;
    background: url(tab_hover.png) bottom no-repeat;
}

    .menub1_1 a {
        color: #CB0000;
        font-size: 14px;
        font-weight: bold;
        font-family: microsoft yahei;
        text-decoration:none;
    }

        .menub1_1 a:hover {
            color: #CB0000;
            text-decoration: none;
        }

.menub1_2 {
    font-weight: normal;
    float: left;
    min-width: 60px;
    _width: 60px;
    cursor: pointer;
    line-height: 39px;
    height: 35px;
    text-align: center;
}

    .menub1_2 a {
        color: #333;
        font-size: 14px;
        font-family: microsoft yahei;
    }