﻿@charset "UTF-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table,
caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, nav, output,
section, summary, time, mark, audio, video, input, select {
    margin: 0;
    padding: 0;
}

body {
    background: #fff;
    color: #333;
    font: 12px/1.5 "Microsoft Yahei","Hiragino Sans GB",arial,sans-serif;
    min-width: 1200px;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

address, cite, dfn, em, var, i {
    font-style: normal
}

ol, ul {
    list-style: none;
}

img {
    border: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    color: #333;
    text-decoration: none;
}

    a:hover {
        color: #DD3400;
        text-decoration: none;
    }

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html .clearfix {
    height: 1%;
}

input::-ms-clear, ::-ms-reveal {
    display: none;
}

input:focus, textarea:focus {
    outline: none;
}

.mask {
    display: none;
    z-index: 9999;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.4);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);
    zoom: 1;
}

:root .mask {
    filter: none\9;
}
/*for IE9*/
.outHide {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.box {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    max-height: 99999px;
}

.noData {
    text-align: center;
    line-height: 200px;
    font-size: 16px;
    color: #999;
}

    .noData span {
        color: #e00;
    }

.header {
    height: 100px;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    border-bottom: 1px solid #eee;
    z-index: 99;
}

.header_l {
    float: left;
    height: 100px;
    width: 450px;
    overflow: hidden;
}

.logo {
    display: inline-block;
    height: 100px;
    line-height: 100px;
    vertical-align: top;
}

    .logo img {
        max-height: 75%;
        max-width: 135px;
        vertical-align: middle;
        margin-bottom: 3px;
    }

.header_gsm {
    line-height: 100px;
    margin-left: 15px;
    font-size: 21px;
    color: #DD3400;
    font-weight: bold;
}

.nav {
    float: left;
    width: 550px;
}

    .nav li {
        float: left;
        width: 91px;
        height: 100px;
        line-height: 100px;
        position: relative;
        z-index: 9;
    }

        .nav li a {
            display: block;
            text-align: center;
            font-size: 17px;
        }

            .nav li a.on, .nav li:hover a {
                background: #DD3400;
                color: #fff;
            }

.navTwo {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 91px;
    padding: 5px 0;
    background: #797979;
}

    .navTwo a {
        display: block;
        height: 35px;
        line-height: 35px;
        padding: 0 10px;
        font-size: 14px !important;
        color: #FCFBEB;
    }

.nav li:hover .navTwo {
    display: block;
}

    .nav li:hover .navTwo a {
        background: #797979;
        color: #FCFBEB;
    }

        .nav li:hover .navTwo a:hover {
            background: #696969;
            color: #FCFBEB;
        }

.header_dh {
    float: right;
    height: 50px;
    margin-top: 25px;
    padding-left: 50px;
    line-height: 63px;
    background: url(../images/tel600.png) left top no-repeat;
    font-size: 20px;
    color: #dd3400;
    font-weight: bold;
}

.slide_box {
    max-width: 1920px;
    height: 400px;
    position: relative;
    overflow: hidden;
    margin-top: 101px;
}

.slide {
    position: relative;
}

    .slide .content {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
    }

        .slide .content li {
            float: left;
            width: 100%;
            height: 400px;
            margin-right: 0;
            overflow: hidden;
        }

            .slide .content li a, .slide .content li a img {
                display: block;
                width: 100%;
                height: 100%;
            }

.cell {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 20px;
    bottom: 5px;
    left: 0;
    z-index: 9;
    text-align: center;
}

    .cell li {
        display: inline-block;
        background: #fff;
        overflow: hidden;
        text-indent: -9999px;
        cursor: pointer;
        height: 12px;
        width: 12px;
        margin: 0 5px;
        border-radius: 50%;
    }

        .cell li.on {
            background: #DD3400;
        }

.cell {
    *position: absolute;
    *overflow: hidden;
    *bottom: 10px;
    *left: 47%;
    *z-index: 9;
}

    .cell li {
        *float: left;
    }

.i_search {
    height: 40px;
    line-height: 40px;
    background: #F5F5F5;
    border-bottom: 1px solid #e2e2e2;
}

.i_search_rmss_l {
    font-weight: bold;
    color: #DD3400;
    padding-right: 5px;
}

.i_search_rmss_r a {
    display: inline-block;
    margin-right: 15px;
}

.i_search_btn {
    position: absolute;
    right: 0;
    top: 8px;
    height: 24px;
    line-height: 24px;
    width: 60px;
    background: #f0b407;
    border: 0;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

    .i_search_btn:hover {
        background: #e3aa03;
        color: #fff;
    }

.i_search_input {
    position: absolute;
    right: 65px;
    top: 8px;
    height: 22px;
    line-height: 22px;
    width: 180px;
    padding: 0 10px 0 32px;
    border: 1px solid #d4d4d4;
    background: url(../images/search.png) 10px center no-repeat #fff;
    font-size: 12px;
}

.i_gywm {
    margin: 35px 0;
    max-height: 9999px;
}

.i_gywm_l {
    float: left;
    width: 700px;
}

.i_tit1 {
    display: inline-block;
    height: 127px;
    width: 260px;
    margin-bottom: 30px;
    background: url(../images/bg6.png) right top no-repeat;
}

.i_tit_t {
    display: inline-block;
    margin: 24px 0 -4px;
    width: 100%;
    font-size: 20px;
    color: #C1C2C2;
}

.i_tit_b {
    display: inline-block;
    width: 100%;
    font-size: 32px;
    color: #000;
}

.i_gywm_l_b {
    font-size: 16px;
    text-indent: 32px;
    max-height: 245px;
    line-height: 35px;
    color: #666;
    overflow: hidden;
}

.i_gywm_more {
    text-align: right;
    margin-top: 10px;
    font-size: 14px;
    padding-right: 10px;
}

.i_gywm_r {
    float: right;
    width: 350px;
    margin-top: 50px;
}

    .i_gywm_r img {
        width: 100%;
    }

.i_cpfl_wapper {
    height: 793px;
    background: url(../images/cpflbg03.jpg) center top no-repeat;
    overflow: hidden;
}

.i_cpfl_l {
    float: left;
    width: 285px;
    margin-top: 40px;
}

.i_cpfl {
    border: 1px solid #DD3400;
    height: 63px;
    padding: 5px 10px 5px 83px;
    margin-bottom: 12px;
    position: relative;
}

.i_cpfl_img {
    position: absolute;
    left: 10px;
    top: 5px;
    width: 63px;
    height: 63px;
}

.i_cpfl_t {
    height: 24px;
    line-height: 24px;
    margin: 5px 0;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    overflow: hidden;
}

.i_cpfl_b span {
    display: inline-block;
    width: 66px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    background: #2B2B2B;
    color: #fff;
    font-size: 12px;
    border-radius: 6px;
}

.i_cpfl:hover {
    background: #DD3400;
}

.i_cpfl_r {
    float: right;
    width: 870px;
    max-height: 9999px;
}

.i_cpfl_pro {
    float: left;
    width: 250px;
    padding: 6px;
    margin: 50px 0px 0px 26px;
    border: 1px solid #e8e8e8;
    background: #fff;
}

.i_cpfl_pro_img {
    display: block;
    height: 250px;
}

    .i_cpfl_pro_img img {
        width: 100%;
        height: 100%;
    }

.i_cpfl_pro_name {
    height: 44px;
    line-height: 22px;
    margin-top: 10px;
    padding: 0 10px;
    overflow: hidden;
    font-size: 14px;
}

.i_zztj_box {
    height: 700px;
    margin: 40px 0;
    overflow: hidden;
    position: relative;
}

.i_zztj_tit {
    position: absolute;
    left: 0;
    top: 30px;
}

.i_zztj_info {
    position: absolute;
    left: 0;
    top: 200px;
    width: 370px;
    padding: 6px;
    border: 1px solid #e8e8e8;
    background: #fff;
}

.i_zztj_info_img {
    display: block;
    height: 430px;
}

    .i_zztj_info_img img {
        width: 100%;
        height: 100%;
    }

.i_zztj_info_name {
    height: 44px;
    line-height: 22px;
    margin-top: 10px;
    padding: 0 10px;
    overflow: hidden;
    font-size: 15px;
}

.i_zztj_info2 {
    position: absolute;
    left: 410px;
    top: 0px;
}

    .i_zztj_info2 .i_zztj_info_img {
        height: 500px;
    }

.i_zztj_info3 {
    position: absolute;
    right: 0;
    top: 0px;
    left: inherit;
}

    .i_zztj_info3 .i_zztj_info_img {
        height: 270px;
    }

.i_zztj_info4 {
    position: absolute;
    right: 0;
    bottom: 0px;
    left: inherit;
    top: inherit;
}

    .i_zztj_info4 .i_zztj_info_img {
        height: 270px;
    }

.i_gszy_box {
    height: 298px;
    background: url(../images/guanjiancibei03.jpg) center top no-repeat;
    overflow: hidden;
}

.i_gszy_t {
    height: 40px;
    line-height: 40px;
    margin-top: 103px;
    font-size: 32px;
    color: #FBEAC1;
    font-weight: bold;
    text-align: center;
}

.i_gszy_b {
    margin-top: 25px;
    text-align: center;
    font-size: 28px;
    color: #F5D18B;
}

.i_flcp_box {
    margin: 40px 0;
    padding-bottom: 40px;
    border-bottom: 2px solid #e4e4e4;
}

.i_tit2 {
    width: 100%;
    text-align: center;
    background: url(../images/bg6.png) center top no-repeat;
}

.i_flcp_info {
    max-height: 9999px;
}

    .i_flcp_info .i_cpfl_pro {
        margin: 28px 0px 0px 28px;
    }

.i_yqlj_box {
    padding: 15px 15px 15px 100px;
    margin-bottom: 30px;
    position: relative;
    border: 1px solid #ddd;
    line-height: 30px;
}

.i_yqlj_tit {
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    left: 15px;
    top: 15px;
}

.i_yqlj_box a {
    display: inline-block;
    margin: 0 30px 0 0;
    font-size: 14px;
    color: #666;
}

    .i_yqlj_box a:hover {
        color: #DD3400;
    }

.footer {
    padding: 15px 0;
    background: #222;
}

.foot_l {
    float: left;
    width: 240px;
    text-align: center;
}

.foot_l_img {
    width: 80px;
    height: 80px;
}

.foot_l_txt {
    color: #ecdcaa;
}

.foot_r {
    float: right;
    width: 930px;
    text-align: center;
    color: #ecdcaa;
    line-height: 26px;
}

    .foot_r a {
        color: #ecdcaa;
        margin: 0 10px;
    }

        .foot_r a:hover {
            text-decoration: underline;
        }

.right_nav {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 45px;
    z-index: 999;
}

    .right_nav a {
        display: block;
        width: 45px;
        height: 45px;
        line-height: 45px;
        background: #2b2b2b;
        color: #fff;
        overflow: hidden;
        float: right;
        position: relative;
    }

        .right_nav a.goTop {
            background: #f4f4f4;
        }

            .right_nav a.goTop:hover {
                background: #dfdfdf;
            }

    .right_nav i {
        display: block;
        width: 45px;
        height: 45px;
        float: left;
    }

.goTop i {
    background: url(../images/gotop.png) center center no-repeat;
    background-size: 22px;
}

.r_kf i {
    background: url(../images/czx4.png) center center no-repeat;
}

.r_dh i {
    background: url(../images/dianhua.png) center center no-repeat;
}

.r_ewm i {
    background: url(../images/czx5.png) center center no-repeat;
}

.right_nav a.r_kf:hover {
    background: #DD3400;
    width: 120px;
}

.right_nav a.r_dh:hover {
    background: #DD3400;
    width: 220px;
    font-size: 16px;
}

.right_nav a.r_ewm {
    overflow: visible;
}

.r_ewm_info {
    display: none;
    position: absolute;
    right: 45px;
    bottom: 0;
    width: 120px;
    height: 140px;
    padding: 4px;
    line-height: 17px;
    color: #333;
    text-align: center;
    background: #fff;
    border: 1px solid #ddd;
}

    .r_ewm_info img {
        width: 100%;
        height: 120px;
    }

.right_nav a.r_ewm:hover .r_ewm_info {
    display: block;
}

.right_qq {
    position: fixed;
    right: 5px;
    top: 180px;
    width: 115px;
    z-index: 999;
    background: #fff;
    text-align: center;
}

.right_qq_tit {
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    background: #DD3400;
    color: #fff;
    font-weight: bold;
}

.right_qq_b {
    border: 1px solid #ddd;
}

.right_qq_btn {
    padding: 8px 0;
    border-bottom: 1px dashed #ddd;
}

    .right_qq_btn a {
        display: inline-block;
        width: 52px;
        padding-left: 25px;
        height: 22px;
        line-height: 22px;
        text-align: left;
        margin: 4px 0;
        background: url(../images/button_11.gif);
        overflow: hidden;
    }

        .right_qq_btn a:hover {
            color: #333;
        }

.right_qq_txt {
    line-height: 20px;
    padding: 6px 0;
}

    .right_qq_txt span {
        font-weight: bold;
    }

.o_content_wapper {
    background: #F1EDE2;
    padding: 20px 0;
}

.o_content {
    max-height: 99999px;
    background: #fff;
}

.o_l {
    float: left;
    width: 235px;
}

.o_l_cpfl {
    margin-bottom: 15px;
}

.o_l_cpfl_tit {
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
    background: url(../images/v2lf_n_t.gif) left center no-repeat;
    font-size: 16px;
    color: #fff;
}

.o_l_cpfl_b {
    border: 1px solid #ddd;
    border-top: 0;
    padding: 6px 10px;
}

    .o_l_cpfl_b a {
        display: block;
        height: 35px;
        line-height: 35px;
        padding: 0 20px 0 40px;
        border-bottom: 1px dotted #d4d4d4;
        font-size: 14px;
        background: url(../images/cpfl_li_a.png) 15px center no-repeat;
        overflow: hidden;
    }

        .o_l_cpfl_b a:last-of-type {
            border-bottom: 0;
        }

.o_l_o {
    margin-bottom: 15px;
}

.o_l_o_tit {
    height: 36px;
    line-height: 36px;
    padding: 0 15px;
    border-right: 1px solid #ccc;
    background: url(../images/base754.gif) left center no-repeat;
    font-size: 16px;
    color: #333;
}

.o_l_o_info {
    border: 1px solid #ccc;
    border-top: 0;
}

.o_l_o_lxfs {
    padding: 8px 15px;
}

    .o_l_o_lxfs p {
        height: 28px;
        line-height: 28px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #666;
    }

.o_r {
    float: right;
    width: 950px;
}

.o_r_t {
    height: 35px;
    line-height: 35px;
    border: 1px solid #E0DADA;
    background: #eee;
    overflow: hidden;
}

.o_r_t_l {
    display: inline-block;
    padding: 0 15px 0 20px;
    height: 34px;
    line-height: 36px;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    border-bottom: 2px solid #314258;
}

.o_r_t_r {
    float: right;
    font-size: 12px;
    margin-right: 15px;
}

    .o_r_t_r i {
        padding: 0 6px;
    }

.o_r_b {
    border: 1px solid #E0DADA;
    border-top: 0;
    margin-bottom: 20px;
    overflow: hidden;
}

.gysj_box {
    margin-top: 20px;
    max-height: 99999px;
}

    .gysj_box .i_cpfl_pro {
        width: 208px;
        margin: 0 0px 20px 17px;
        padding: 3px;
        background: url(../images/pro_img_sd.gif) center 219px no-repeat;
    }

    .gysj_box .i_cpfl_pro_img {
        height: 208px;
    }

    .gysj_box .i_cpfl_pro_name {
        height: 42px;
        line-height: 21px;
        margin: 15px 0 4px;
    }

.page {
    text-align: center;
    margin: 20px auto;
}

    .page a {
        display: inline-block;
        height: 30px;
        line-height: 30px;
        padding: 0 12px;
        margin: 0 2px;
        color: #666;
        font-size: 14px;
        border-radius: 2px;
        border: 1px solid #dcdcdc;
    }

        .page a:hover, .page a.active, .page a.active:hover {
            background: #be0209;
            border-color: #be0209;
            color: #fff;
        }

        .page a.disible {
            background: #EBEBEB;
            color: #888;
        }

            .page a.disible:hover {
                background: #EBEBEB;
                color: #888;
                border-color: #dcdcdc;
            }

    .page span {
        color: #888;
        font-size: 14px;
    }

        .page span.totalPage {
            margin-left: 8px;
        }

.pageInput {
    height: 30px;
    line-height: 30px;
    width: 35px;
    margin: 0 5px;
    *margin-bottom: -5px;
    border: 1px solid #dcdcdc;
    background: #fff;
    text-align: center;
    border-radius: 2px;
    color: #666;
}

.page a.btn {
    background: #f5f5f5;
    color: #666;
    padding: 0 10px;
    margin-left: 10px;
}

    .page a.btn:hover {
        background: #be0209;
        color: #fff;
    }

.l_jptj_info {
    border: 1px solid #ccc;
    border-top: 0;
    padding: 12px 12px 0;
}

.l_jptj {
    padding-left: 82px;
    margin-bottom: 12px;
    height: 70px;
    position: relative;
}

.l_jptj_img {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
    border: 1px solid #eee;
}

.l_jptj_name {
    height: 40px;
    line-height: 20px;
    font-size: 13px;
    overflow: hidden;
}

.l_jptj_price {
    margin-top: 10px;
    color: #f00;
    font-size: 14px;
}

.xgzx_box {
    margin-bottom: 20px;
    border: 1px solid #ddd;
}

.xgzx_tit {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    font-size: 16px;
    color: #666;
    border-bottom: 1px solid #ddd;
}

    .xgzx_tit i {
        display: inline-block;
        width: 5px;
        height: 15px;
        margin: 0 10px -2px 0;
        background: #DD3400;
        border-radius: 2px;
    }

.xgzx_info {
    padding: 8px 15px;
}

.xgzx {
    height: 36px;
    line-height: 36px;
    padding-right: 100px;
    border-bottom: 1px dotted #eee;
    position: relative;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .xgzx a {
        color: #666;
    }

        .xgzx a:hover {
            color: #DD3400;
        }

    .xgzx span {
        position: absolute;
        right: 0;
        top: 0;
        color: #aaa;
        font-size: 12px;
    }

.xgss_info {
    padding: 8px 15px 15px;
    background: #fff;
}

    .xgss_info a {
        display: inline-block;
        height: 21px;
        line-height: 21px;
        padding: 0 12px;
        border: 1px solid #888;
        color: #888;
        border-radius: 10px;
        margin: 10px 20px 0 0;
        font-size: 12px;
    }

        .xgss_info a:hover {
            border-color: #DD3400;
            color: #DD3400;
        }

.rmbq_info {
    border: 1px solid #ccc;
    border-top: 0;
    padding: 8px 15px 15px;
    background: #fff;
}

    .rmbq_info a {
        display: inline-block;
        height: 21px;
        line-height: 21px;
        padding: 0 12px;
        border: 1px solid #888;
        color: #888;
        border-radius: 10px;
        margin: 8px 8px 0 0;
        font-size: 12px;
    }

        .rmbq_info a:hover {
            border-color: #DD3400;
            color: #DD3400;
        }

.gysj_d_info {
    padding: 25px;
}

.gysj_d_t {
    max-height: 9999px;
}

.gysj_d_t_l {
    float: left;
    width: 320px;
    height: 320px;
    padding: 5px;
    border: 1px solid #eee;
}

    .gysj_d_t_l img {
        width: 100%;
        height: 100%;
    }

.gysj_d_t_r {
    float: right;
    width: 540px;
}

.gysj_d_tit {
    margin: 5px 0 10px;
    font-size: 18px;
    font-weight: bold;
    color: #666;
}

.gysj_d_t_r_info {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
    padding-bottom: 5px;
    line-height: 26px;
    font-size: 14px;
    color: #888;
}

.gysj_d_t_zxly {
    margin-top: 24px;
}

    .gysj_d_t_zxly a {
        display: inline-block;
        width: 240px;
        height: 42px;
        line-height: 42px;
        text-align: center;
        background: #DD3400;
        color: #fff;
        font-size: 16px;
    }

        .gysj_d_t_zxly a:hover {
            background: #cf3202;
            color: #fff;
        }

.gysj_d_b {
    margin-top: 30px;
    line-height: 28px;
    font-size: 14px;
    color: #666;
}

    .gysj_d_b img {
        max-width: 100%;
        vertical-align: bottom;
    }

    .gysj_d_b p {
        margin-bottom: 15px;
    }

.r_cpcc_box {
    padding: 15px 15px 0;
    max-height: 9999px;
}

.r_cpcc {
    float: left;
    display: block;
    width: 167px;
    margin: 0 31px 30px;
    position: relative;
}

.r_cpcc_img {
    display: block;
    width: 100%;
    height: 167px;
}

.r_cpcc_name {
    height: 28px;
    line-height: 33px;
    font-size: 14px;
    color: #222;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.r_cpcc:hover .r_cpcc_name {
    color: #DD3400;
}

.gywm_box {
    padding: 25px;
}

.gywm_tit {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #222;
}

.gywm_info {
    margin-top: 20px;
    line-height: 28px;
    font-size: 14px;
    color: #666;
}

    .gywm_info img {
        max-width: 100%;
        vertical-align: bottom;
    }

    .gywm_info p {
        margin-bottom: 15px;
    }

.gsdt_box {
    padding: 25px;
}

.gsdt_info {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dashed #eee;
    padding: 0 120px 0 26px;
    background: url(../images/product_d.gif) 2px center no-repeat;
    font-size: 14px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .gsdt_info a {
        color: #666;
    }

        .gsdt_info a:hover {
            color: #DD3400;
        }

    .gsdt_info span {
        font-size: 12px;
        color: #aaa;
        position: absolute;
        right: 0;
        top: 0;
    }

.lxfs_info {
    margin-top: 20px;
    line-height: 30px;
    font-size: 14px;
    color: #666;
}

    .lxfs_info span {
        padding-right: 10px;
    }

.lxfs_map {
    height: 400px;
    margin-top: 15px;
}

.zxly_box {
    margin: 30px 0;
    padding-left: 50px;
}

.zxly_info {
    max-height: 9999px;
    line-height: 35px;
    margin-bottom: 15px;
    font-size: 14px;
}

.zxly_l {
    float: left;
    width: 110px;
    text-align: right;
    margin-right: 10px;
    color: #666;
}

    .zxly_l i {
        color: #e00;
        font-weight: bold;
        position: relative;
        right: 4px;
        top: 2px;
    }

.zxly_r {
    float: left;
    width: 600px;
}

.zxly_input {
    width: 300px;
    height: 33px;
    line-height: 33px;
    padding: 0 10px;
    border: 1px solid #d2d2d2;
    border-radius: 2px;
    color: #666;
    font-size: 14px;
}

.zxly_textarea {
    width: 300px;
    height: 90px;
    line-height: 20px;
    display: block;
    padding: 5px 10px;
    border: 1px solid #d2d2d2;
    border-radius: 2px;
    color: #333;
    font-size: 14px;
    font-family: 微软雅黑;
    resize: none;
}

.zxly_yzm {
    height: 35px;
    vertical-align: middle;
    margin-bottom: 1px;
    cursor: pointer;
}

.w162 {
    width: 162px;
}

.zxly_btn_box {
    margin-top: 40px;
    padding-left: 122px;
}

    .zxly_btn_box input {
        height: 40px;
        line-height: 40px;
        width: 220px;
        background: #DD3400;
        color: #fff;
        font-size: 16px;
        border-radius: 2px;
        border: 0;
        cursor: pointer;
    }

        .zxly_btn_box input:hover {
            background: #cf3202;
            color: #fff;
        }

.adbaidu1200 {
    clear: both;
    margin: 0 auto;
    margin-bottom: 10px;
    width: 1200px;
    overflow: hidden;
}

.album_box {
    max-height: 99999px;
    padding-top: 30px;
}

.album {
    float: left;
    width: 166px;
    margin: 0 35px 30px;
    position: relative;
}

.album_img {
    display: block;
    height: 159px;
    padding: 1px 7px 7px 1px;
    background: url(../images/album.png) center top no-repeat;
    overflow: hidden;
}

    .album_img img {
        width: 100%;
        height: 100%;
    }

.album_name {
    height: 30px;
    line-height: 36px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}

.album:hover .album_name {
    color: #DD3400;
}

.album_top {
    display: block;
    width: 42px;
    height: 42px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/album.png) no-repeat;
    background-position: 0 -298px;
}
.video_info_box {
    width: 95%;
    height: 450px;
    margin: 30px auto;
    background: #000;
    position: relative;
    overflow: hidden;
}

.video_mp4 {
    width: 100%;
    height: 100%;
}

    .video_mp4:focus {
        outline: none;
    }

.video_l_phone {
    position: absolute;
    right: 0;
    bottom: 100px;
    height: 60px;
    line-height: 60px;
    width: 220px;
    padding-left: 55px;
    background: rgba(0,0,0,.6) url(//style.51sole.com/template/images/mobile.png) 15px center no-repeat;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    font-family: Arial;
    border-radius: 30px 0 0 30px;
    overflow: hidden;
}

    .video_l_phone em {
        font-size: 28px;
        font-weight: 400;
        margin-left: 10px;
    }

    .video_l_phone:hover {
        color: #fff;
    }

.content_info_box {
    padding: 0 25px;
    margin-bottom: 20px;
}

.content_info_tit {
    height: 40px;
    line-height: 40px;
    border-bottom: solid 1px #eee;
    margin-bottom: 20px;
    font-size: 17px;
    color: #444;
    font-weight: bold;
    position: relative;
}

    .content_info_tit .more {
        position: absolute;
        right: 0;
        top: 4px;
        font-size: 14px;
        color: #999;
        font-weight: normal;
    }

        .content_info_tit .more:hover {
            color: #f50;
        }

.con_spjs {
    font-size: 14px;
    color: #666;
    line-height: 26px;
}

.con_gscp_box {
    max-height: 9999px;
    margin: 0 -22px -20px 0;
}

.con_gscp {
    float: left;
    width: 150px;
    margin: 0 13px 20px;
}

.con_gscp_img {
    display: block;
    width: 100%;
    height: 100%;
}

.con_gscp_name {
    height: 40px;
    line-height: 20px;
    color: #555;
    overflow: hidden;
    margin-top: 5px;
}

    .con_gscp_name:hover {
        color: #f50;
    }