﻿@charset "UTF-8";

* {
    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: #F50000;
        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, select: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 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.box {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    max-height: 99999999px;
}

.header {
    height: 120px;
    background: url(../images/top_bg.jpg);
}

.logo {
    float: left;
    height: 120px;
    line-height: 120px;
    vertical-align: middle;
    overflow: hidden;
}

    .logo img {
        max-height: 90px;
        max-width: 275px;
        vertical-align: middle;
        margin-bottom: 3px;
    }

.header_gsm {
    float: left;
    height: 50px;
    line-height: 50px;
    max-width: 500px;
    margin-top: 35px;
    margin-left: 20px;
    font-size: 28px;
    color: #000;
    font-weight: bold;
    overflow: hidden;
}

.header_phone {
    float: right;
    margin-top: 43px;
    height: 50px;
    line-height: 60px;
    padding-left: 52px;
    background: url(../images/t_dh.png) left center no-repeat;
    font-size: 20px;
    color: #c80106;
    font-weight: bold;
}

.header_cxsj {
    float: right;
    margin: 28px 35px 0 0;
}

.nav {
    height: 50px;
    background: #DE0A06;
}

    .nav ul li {
        float: left;
    }

        .nav ul li a {
            display: block;
            width: 120px;
            line-height: 50px;
            text-align: center;
            color: #fff;
            font-size: 16px;
        }

            .nav ul li a.on, .nav ul li a:hover {
                background: #FADC64;
                color: #F50000;
            }

.navfixed {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
}

.i_banner {
    height: 500px;
    position: relative;
}

    .i_banner .swiper-slide a {
        display: block;
        height: 100%;
    }

.i_banner_pagination {
    position: absolute;
    bottom: 24px;
    width: 100%;
    text-align: center;
    z-index: 9;
}

    .i_banner_pagination .swiper-pagination-switch {
        display: inline-block;
        width: 40px;
        height: 4px;
        background: #fff;
        margin: 0 4px;
        opacity: .4;
        cursor: pointer;
    }

    .i_banner_pagination .swiper-active-switch {
        background: #fff;
        opacity: 1;
    }

.i_banner_left {
    display: inline-block;
    width: 71px;
    height: 71px;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -35px;
    background: url(../images/left.png) rgba(0,0,0,.1);
    border-radius: 10px;
}

.i_banner_right {
    display: inline-block;
    width: 71px;
    height: 71px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -35px;
    background: url(../images/right.png) rgba(0,0,0,.1);
    border-radius: 10px;
}

.i_banner_left:hover {
    background: url(../images/left.png) rgba(0,0,0,.3);
}

.i_banner_right:hover {
    background: url(../images/right.png) rgba(0,0,0,.3);
}

.i_search {
    height: 53px;
    background: url(../images/topCon_1bg.png) repeat-x;
    position: relative;
    overflow: hidden;
}

.i_search_rmss {
    height: 100%;
    padding-right: 300px;
    line-height: 53px;
    font-size: 12px;
    color: #F50000;
    font-weight: bold;
}

    .i_search_rmss a {
        display: inline-block;
        margin: 0 15px 0 10px;
        font-weight: normal;
    }

        .i_search_rmss a:hover {
            color: #F50000;
        }

.i_search_input {
    position: absolute;
    right: 0;
    top: 12px;
    height: 24px;
    line-height: 24px;
    width: 210px;
    padding: 0 40px 0 10px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #ccc;
    font-size: 12px;
    color: #333;
}

    .i_search_input::-webkit-input-placeholder {
        color: #aaa;
    }

.i_search_btn {
    position: absolute;
    right: 8px;
    top: 17px;
    width: 16px;
    height: 16px;
    background: url(../images/search.png) center center no-repeat;
    border: 0;
    cursor: pointer;
}

.i_tit {
    text-align: center;
    margin: 50px 0;
}

    .i_tit span {
        display: inline-block;
        height: 50px;
        min-width: 250px;
        padding: 0 20px;
        line-height: 50px;
        background: #DF000B;
        font-size: 24px;
        color: #fff;
        position: relative;
    }

        .i_tit span:before {
            content: '';
            display: inline-block;
            width: 54px;
            height: 60px;
            position: absolute;
            left: -54px;
            top: 0;
            background: url(../images/tittlebgl.png);
        }

        .i_tit span:after {
            content: '';
            display: inline-block;
            width: 54px;
            height: 60px;
            position: absolute;
            right: -54px;
            top: 0;
            background: url(../images/tittlebgr.png);
        }

        .i_tit span a {
            color: #fff;
        }

.i_pro {
    float: left;
    width: 170px;
    margin: 15px 22px;
}

.i_pro_img {
    display: block;
    height: 170px;
    overflow: hidden;
}

    .i_pro_img img {
        width: 100%;
        height: 100%;
        transition: all 0.4s;
    }

.i_pro_name {
    height: 35px;
    line-height: 44px;
    text-align: center;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.i_pro:hover img {
    transform: scale(1.1);
}

.i_pro_gd_box {
    background: #fff;
    margin: 30px 0 40px;
    overflow: hidden;
}

.i_pro_gd_tit {
    font-size: 16px;
    margin-bottom: 15px;
}

.i_pro_gd {
    height: 205px;
    overflow: hidden;
}

    .i_pro_gd .i_pro {
        display: inline-block;
        margin: 0 13px;
        float: none;
    }

        .i_pro_gd .i_pro .i_pro_name {
            display: inline-block;
            width: 100%;
        }

.i_rmcp_box {
    max-height: 89999px;
}

.i_rmcp_l {
    float: left;
    width: 235px;
}

.i_rmcp_l_tit {
    height: 75px;
    line-height: 75px;
    background: #bf0000;
    text-align: center;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
}

.i_rmcp_l_c a {
    display: block;
    height: 57px;
    line-height: 57px;
    padding: 0 15px;
    margin-top: 12px;
    text-align: center;
    background: #545654;
    font-size: 16px;
    color: #fff;
    overflow: hidden;
}

    .i_rmcp_l_c a:hover {
        background: #444;
    }

.i_rmcp_l_b {
    display: block;
    height: 95px;
    line-height: 118px;
    margin-top: 12px;
    background: url(../images/ckgdfl.png);
    text-align: center;
    overflow: hidden;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 2px;
}

    .i_rmcp_l_b:hover {
        color: #ff0;
    }

.i_rmcp_r {
    float: right;
    width: 945px;
    max-height: 9999px;
}

.i_rmcp_r_pro {
    float: left;
    width: 199px;
    padding: 10px;
    border: 1px solid #e2e2e2;
    margin: 0 15px 20px 0;
}

.i_rmcp_r_pro_img {
    display: block;
    height: 199px;
}

    .i_rmcp_r_pro_img img {
        width: 100%;
        height: 100%;
    }

.i_rmcp_r_pro_name {
    height: 32px;
    line-height: 42px;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
}

.i_rmcp_r_pro:hover {
    border-color: #f50000;
}

.i_gywm {
    padding: 60px 0;
    margin: 40px 0 0;
    background: #f2f2f2;
}

.i_gywm_l {
    float: left;
    width: 400px;
    height: 288px;
}

    .i_gywm_l img {
        height: 100%;
        width: 100%;
    }

.i_gywm_c {
    float: left;
    width: 490px;
    margin-left: 53px;
}

.i_gywm_c_tit {
    text-align: center;
    height: 50px;
    line-height: 50px;
    margin-bottom: 10px;
    color: #bf0000;
    font-size: 21px;
    font-weight: bold;
    overflow: hidden;
}

.i_gywm_c_b {
    font-size: 14px;
    color: #666;
    line-height: 30px;
    max-height: 180px;
    text-indent: 28px;
    overflow: hidden;
}

.i_gywm_c_more {
    margin-top: 15px;
    text-align: right;
}

    .i_gywm_c_more a {
        display: inline-block;
        height: 25px;
        line-height: 25px;
        padding: 0 15px;
        background: #BF0000;
        color: #fff;
    }

        .i_gywm_c_more a:hover {
            background: #b10101;
            color: #fff;
        }

.i_gywm_r {
    float: right;
    right: 204px;
}

    .i_gywm_r a {
        display: block;
    }

        .i_gywm_r a img {
            display: block;
        }

.i_pro2_box {
    background: url(../images/leftbg.png) repeat;
    overflow: hidden;
}

.i_pro2_info {
    max-height: 9999px;
    margin-bottom: 50px;
    overflow: hidden;
}

.i_pro2 {
    float: left;
    width: 238px;
    padding: 10px;
    background: #fff;
    border: 1px solid #e2e2e2;
    margin: 0 20px;
}

.i_pro2_img {
    display: block;
    height: 238px;
}

    .i_pro2_img img {
        width: 100%;
        height: 100%;
    }

.i_pro2_name {
    height: 42px;
    line-height: 52px;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
}

.i_o2_box {
    border: 1px solid #ddd;
    border-top: 4px solid #BF0000;
    padding: 15px 15px 0;
    margin: 40px 0 30px;
}

.i_aldt {
    background: url(../images/info_sd2.gif) 372px 32px no-repeat;
    max-height: 9999px;
    padding-bottom: 15px;
}

.i_al {
    float: left;
    width: 325px;
}

.i_aldt_tit {
    height: 40px;
    line-height: 40px;
    padding: 0px 10px 0px 27px;
    font-size: 14px;
    font-weight: bold;
    color: #777;
    background: url(../images/abt_tp_ic.png) left bottom no-repeat;
    position: relative;
}

    .i_aldt_tit .more {
        position: absolute;
        right: 0;
        top: 2px;
        font-weight: normal;
        font-family: Arial;
        color: #666;
        font-size: 12px;
    }

        .i_aldt_tit .more:hover {
            color: #F50000;
        }

.i_al_info {
    margin-top: 4px;
}

    .i_al_info li {
        height: 36px;
        line-height: 36px;
        border-bottom: 1px dashed #dedede;
        padding: 0 10px 0 16px;
        background: url(../images/news_d.gif) left center no-repeat;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        .i_al_info li a {
            color: #666;
        }

            .i_al_info li a:hover {
                color: #F50000;
            }

.i_dt {
    float: right;
    width: 740px;
}

.i_dt_info {
    margin-top: 12px;
}

.i_dt_t {
    max-height: 9999px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #dedede;
}

.i_dt_t_img {
    float: left;
    display: block;
    width: 220px;
    height: 120px;
    float: left;
    padding: 4px;
    border: 1px solid #eee;
}

.i_dt_t_r {
    float: right;
    width: 495px;
}

.i_dt_t_name {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
    color: #BF0000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .i_dt_t_name a {
        color: #BF0000;
    }

        .i_dt_t_name a:hover {
            text-decoration: underline;
        }

.i_dt_t_info {
    line-height: 24px;
    height: 96px;
    color: #666;
    overflow: hidden;
}

.i_dt_info_b {
    max-height: 9999px;
}

    .i_dt_info_b li {
        width: 344px;
        float: left;
        height: 36px;
        line-height: 36px;
        border-bottom: 1px dashed #dedede;
        padding: 0 10px 0 16px;
        background: url(../images/news_d.gif) left center no-repeat;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        .i_dt_info_b li a {
            color: #666;
        }

            .i_dt_info_b li a:hover {
                color: #F50000;
            }

.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: #F50000;
    }

.footer {
    padding: 15px 0;
    background: #222;
    overflow: hidden;
}

.foot_l {
    float: left;
    width: 240px;
    text-align: center;
}

.foot_l_img {
    width: 80px;
    height: 80px;
    margin-top: 5px;
}

.foot_l_txt {
    color: #ecdcaa;
}

.foot_r {
    float: right;
    width: 930px;
    text-align: center;
    color: #888;
    line-height: 26px;
}

    .foot_r a {
        color: #ecdcaa;
        margin: 0 10px;
    }

        .foot_r a:hover {
            text-decoration: underline;
        }

.o_wapper {
    margin: 20px 0 30px;
    max-height: 999999px;
}

.o_l {
    float: left;
    width: 235px;
}

.left_pro_nav {
    border-bottom: 1px solid #e2e2e2;
}

.left_pro_nav_t {
    height: 40px;
    line-height: 40px;
    padding: 0 10px 0 30px;
    font-size: 14px;
    overflow: hidden;
    background: url(../images/cpfl_li_a.gif) 10px center no-repeat;
    cursor: pointer;
}

.left_pro_nav_t_zk {
    background: url(../images/cpfl_jian.jpg) 10px center no-repeat;
}

.left_pro_nav_b {
    display: none;
}

    .left_pro_nav_b a {
        display: block;
        height: 33px;
        line-height: 33px;
        padding: 0 10px 0 33px;
        color: #999;
        border-top: 1px dashed #eee;
    }

        .left_pro_nav_b a:hover, .left_pro_nav_b a.on {
            color: #00A0E9;
        }

.l_jptj_box {
    margin-bottom: 20px;
}

.l_jptj_tit {
    height: 45px;
    line-height: 45px;
    padding: 0 15px;
    background: #BF0000;
    color: #fff;
    font-size: 16px;
}

.l_jptj_info {
    border: 1px solid #ddd;
    border-top: 0;
    padding: 12px;
}

.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;
}

.l_jptj:last-of-type {
    margin-bottom: 0;
}

.o_r {
    float: right;
    width: 940px;
}

.o_tit {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ddd;
    position: relative;
}

    .o_tit span {
        font-size: 16px;
        color: #222;
        font-weight: bold;
        display: inline-block;
        padding: 0 15px;
        height: 37px;
        border-bottom: 3px solid #BF0000;
    }

.path {
    position: absolute;
    right: 5px;
    top: 2px;
    color: #666;
}

    .path a {
        color: #666;
        padding: 0 5px;
    }

        .path a:hover {
            color: #00A0E9;
        }

.page {
    text-align: center;
    margin: 30px 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: #BF0000;
            border-color: #BF0000;
            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;
        }

.o_b {
    border: 1px solid #ccc;
    border-top: 0;
    padding: 15px;
    overflow: hidden;
}

.proList_box {
    margin: 10px 0 0;
    max-height: 99999px;
}

.proList {
    float: left;
    width: 195px;
    padding: 5px;
    margin: 0 10px 20px;
    border: 1px solid #e6e6e6;
}

.proList_img {
    display: block;
    height: 195px;
}

    .proList_img img {
        width: 100%;
        height: 100%;
    }

.proList_name {
    margin: 8px 0 3px;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    font-size: 13px;
    text-align: center;
}

.proList:hover .proList_name a {
    color: #BF0000;
}

.xgzx_box {
    margin-top: 30px;
    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: #BF0000;
        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: #BF0000;
        }

    .xgzx span {
        position: absolute;
        right: 0;
        top: 0;
        color: #aaa;
        font-size: 12px;
    }

.gysj_d_t {
    max-height: 9999px;
}

.gysj_d_t_l {
    float: left;
    display: block;
    width: 320px;
    height: 320px;
    padding: 5px;
    border: 1px solid #e6e6e6;
}

.gysj_d_t_r {
    float: right;
    width: 540px;
}

.gysj_d_name {
    line-height: 30px;
    margin: 10px 0;
    font-size: 19px;
    color: #555;
    font-weight: bold;
}

.gysj_d_txt {
    line-height: 26px;
    border-bottom: 1px solid #ddd;
    color: #888;
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-size: 14px;
}

    .gysj_d_txt a {
        color: #444;
        padding-right: 8px;
    }

        .gysj_d_txt a:hover {
            color: #BF0000;
        }

.gysj_d_btn {
    margin-top: 20px;
}

    .gysj_d_btn .btn1 {
        display: inline-block;
        width: 240px;
        height: 42px;
        line-height: 42px;
        text-align: center;
        background: #C40001;
        color: #fff;
        font-size: 16px;
    }

        .gysj_d_btn .btn1:hover {
            background: #b90102;
            color: #fff;
        }

i.xinxi {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 10px -5px 0;
    background: url(../images/xinxi.png);
}

.gysj_d_b, .o_news_info {
    margin-top: 30px;
    padding: 0 30px;
    font-size: 14px;
    color: #666;
    line-height: 28px;
}

    .gysj_d_b p, .o_news_info p {
        margin-bottom: 20px;
    }

    .gysj_d_b img, .o_news_info img {
        max-width: 100%;
        vertical-align: bottom;
    }

.d_sxyp {
    margin-top: 20px;
    font-size: 14px;
}

    .d_sxyp div {
        height: 28px;
        line-height: 28px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.r_cpcc_box {
    padding: 15px 15px 0;
    max-height: 9999px;
}

.r_cpcc {
    float: left;
    display: block;
    width: 167px;
    margin: 0 30px 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: #BF0000;
}

.o_news_info_tit {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #000;
    margin: 20px 0 25px;
}

.o_news_info_img {
    float: left;
    margin: 0 25px 15px 0;
    width: 280px;
    height: 280px;
    padding: 4px;
    border: 1px solid #ddd;
}

.news_list li {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dashed #eee;
    padding: 0 150px 0 25px;
    font-size: 14px;
    background: url(../images/product_d.gif) 2px center no-repeat;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}

    .news_list li a {
        color: #666;
    }

    .news_list li span {
        position: absolute;
        right: 20px;
        top: 0;
        font-size: 12px;
        color: #999;
    }

    .news_list li a:hover {
        color: #BF0000;
    }

.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;
}

.w198 {
    width: 198px;
}

.zxly_btn_box {
    margin-top: 40px;
    padding-left: 165px;
}

    .zxly_btn_box input {
        height: 40px;
        line-height: 40px;
        width: 220px;
        background: #f60;
        color: #fff;
        font-size: 16px;
        border-radius: 2px;
        border: 0;
        cursor: pointer;
    }

        .zxly_btn_box input:hover {
            background: #f50;
            color: #fff;
        }

.o_news_info p.lxfs_info {
    padding-left: 50px;
}

    .o_news_info p.lxfs_info span {
        display: block;
    }

.lxfs_map {
    margin-left: 50px;
    height: 450px;
    width: 800px;
}

.noData {
    text-align: center;
    line-height: 200px;
    font-size: 16px;
    color: #999;
}

    .noData span {
        color: #e00;
    }

.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: #1B1B1B;
        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: #F50000;
    width: 120px;
}

.right_nav a.r_dh:hover {
    background: #F50000;
    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;
}

.album_box {
    max-height: 99999px;
    padding-top: 15px;
}

.album {
    float: left;
    width: 166px;
    margin: 0 30px 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: #F50000;
}

.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;
    }