﻿@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
}

body {
    background: #F5F5F5;
    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: #4BB344;
        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: #fff;
}

.logo {
    float: left;
    height: 120px;
    line-height: 120px;
    vertical-align: middle;
    overflow: hidden;
}

    .logo img {
        max-height: 70px;
        max-width: 360px;
        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: 27px;
    color: #4BB344;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.header_phone {
    float: right;
    margin-top: 45px;
    height: 30px;
    line-height: 31px;
    padding-left: 40px;
    background: url(../images/t_dh.png) left center no-repeat;
    font-size: 26px;
    color: #4BB344;
    font-weight: bold;
}

.nav {
    height: 50px;
    background: #4BB344;
}

    .nav ul li {
        float: left;
    }

        .nav ul li a {
            display: block;
            width: 133px;
            line-height: 50px;
            text-align: center;
            color: #fff;
            font-size: 15px;
        }

            .nav ul li a.on, .nav ul li a:hover {
                background: #3c9138;
                color: #fff;
            }

.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: 70px;
    position: relative;
    overflow: hidden;
}

.i_search_rmss {
    height: 100%;
    padding-right: 320px;
    line-height: 70px;
    font-size: 14px;
    color: #4BB344;
}

    .i_search_rmss a {
        display: inline-block;
        margin: 0 15px 0 10px;
        color: #bbb;
    }

        .i_search_rmss a:hover {
            color: #4BB344;
        }

.i_search_input {
    position: absolute;
    right: 0;
    top: 17px;
    height: 34px;
    line-height: 34px;
    width: 240px;
    padding: 0 40px 0 10px;
    border-radius: 4px;
    background: none;
    border: 1px solid #d8d8d8;
    font-size: 14px;
    color: #666;
}

    .i_search_input::-webkit-input-placeholder {
        color: #aaa;
    }

.i_search_btn {
    position: absolute;
    right: 1px;
    top: 18px;
    width: 34px;
    height: 34px;
    background: url(../images/search.png) center center no-repeat;
    border: 0;
    cursor: pointer;
}

.i_pro_wapper {
    max-height: 9999px;
    margin-top: 20px;
}

.i_pro_rmfl {
    float: left;
    width: 285px;
}

.o_l_info {
    margin-bottom: 15px;
}

.o_l_tit {
    height: 45px;
    line-height: 45px;
    padding: 0 10px;
    background: #4BB344;
    color: #fff;
    font-size: 16px;
}

.l_l_b {
    background: #fff;
}

.mB0 {
    margin-bottom: 0;
}

.i_rmfl {
    padding: 10px;
    height: 480px;
    overflow: hidden;
}

    .i_rmfl a {
        display: block;
        height: 59px;
        line-height: 59px;
        padding: 0 5px;
        border-bottom: 1px dashed #ddd;
        font-size: 14px;
        color: #666;
        overflow: hidden;
    }

        .i_rmfl a:hover {
            color: #4BB344;
        }

        .i_rmfl a:last-of-type {
            border-bottom: 0;
        }

.i_pro_box {
    float: right;
    width: 890px;
    background: #fff;
    position: relative;
}

.i_tit {
    height: 44px;
    line-height: 44px;
    border-bottom: 1px solid #EAEAEA;
    background: #fff;
    position: relative;
}

    .i_tit span {
        display: inline-block;
        height: 43px;
        line-height: 43px;
        padding: 0 15px;
        border-bottom: 1px solid #4BB344;
        font-size: 15px;
        color: #333;
    }

    .i_tit a.more {
        position: absolute;
        right: 15px;
        top: 0;
        color: #999;
        font-size: 13px;
    }

        .i_tit a.more:hover {
            color: #4BB344;
        }

.i_info {
    padding: 15px;
    background: #fff;
}

.i_pro_list {
    max-height: 9999px;
}

.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_lxwm {
    height: 124px;
    margin-top: 30px;
    background: url(../images/bg2.png) center top no-repeat;
    overflow: hidden;
    position: relative;
}

.i_lxwm_txt1 {
    position: absolute;
    left: 150px;
    top: 22px;
    font-size: 40px;
    font-style: italic;
    color: #fff;
    font-weight: bold;
}

.i_lxwm_txt2 {
    position: absolute;
    left: 150px;
    top: 77px;
    font-size: 18px;
    font-style: italic;
    color: #ff0;
}

.i_lxwm_txt3 {
    position: absolute;
    left: 395px;
    top: 31px;
    font-size: 48px;
    font-style: italic;
    color: #fff;
}

.i_pro_gd_box {
    background: #fff;
    margin-top: 30px;
    padding: 15px;
    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_khal_box {
    margin-top: 30px;
    max-height: 9999px;
    overflow: hidden;
}

.i_khal_l {
    float: left;
    width: 268px;
    height: 535px;
    background: url(../images/khal.png);
    text-align: center;
}

    .i_khal_l a {
        display: inline-block;
        margin-top: 170px;
        width: 135px;
        height: 40px;
        line-height: 40px;
        border: 1px solid #fff;
        border-radius: 4px;
        font-size: 14px;
        color: #fff;
    }

        .i_khal_l a:hover {
            background: #fff;
            color: #4BB344;
        }

.i_khal_r {
    float: right;
    width: 800px;
    height: 435px;
    padding: 50px;
    background: #fff;
    overflow: hidden;
}

.i_khal_nr {
    height: 195px;
    margin-bottom: 48px;
    overflow: hidden;
}

.i_khal_nr_img {
    float: left;
    width: 260px;
    height: 100%;
}

    .i_khal_nr_img img {
        width: 100%;
        height: 100%;
    }

.i_khal_nr_r {
    float: right;
    width: 500px;
}

.i_khal_nr_name {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.i_khal_nr_desc {
    margin-top: 20px;
    line-height: 25px;
    height: 100px;
    font-size: 13px;
    color: #888;
    overflow: hidden;
}

.i_o_box {
    margin: 30px 0;
    max-height: 9999px;
    overflow: hidden;
}

.i_o_l {
    float: left;
    width: 800px;
}

.i_o_r {
    float: right;
    width: 370px;
}

.i_gywm {
    padding: 10px;
    max-height: 9999px;
}

.i_gywm_img {
    float: left;
    display: block;
    width: 255px;
    height: 259px;
}

.i_gywm_r {
    float: right;
    margin-top: 16px;
    width: 460px;
    height: 225px;
    font-size: 12px;
    color: #888;
    line-height: 25px;
    text-indent: 24px;
    overflow: hidden;
}

.i_news_box a {
    display: block;
    height: 39px;
    line-height: 39px;
    padding: 0 5px;
    border-bottom: 1px dashed #ddd;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .i_news_box a:last-of-type {
        border-bottom: 0;
    }

.footer {
    padding: 30px 0 20px;
    background: #1a1a1a;
}

.foot_t {
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 14px;
    border-bottom: 1px solid #222;
}

    .foot_t a {
        color: #646464;
        margin: 0 40px;
        font-size: 14px;
    }

        .foot_t a:hover {
            text-decoration: underline;
        }

.foot_b {
    text-align: center;
    color: #646464;
    line-height: 26px;
}

    .foot_b a {
        color: #646464;
        margin: 0 10px;
    }

        .foot_b a:hover {
            text-decoration: underline;
        }

.foot_dh {
    margin-top: 15px;
    text-align: center;
    font-size: 28px;
    color: #4BB344;
}

    .foot_dh img {
        vertical-align: middle;
        margin: 0 10px 4px 0;
    }

.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: #4BB344;
    width: 120px;
}

.right_nav a.r_dh:hover {
    background: #4BB344;
    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;
}

.o_banner {
    height: 270px;
    background: url(../images/o_bnaner.png) center top no-repeat;
}

.o_box {
    margin: 30px 0;
    max-height: 99999px;
}

.o_l {
    float: left;
    width: 260px;
}

.left_pro_nav_box {
    padding-top: 2px;
}

.left_pro_nav {
    border-bottom: 1px dashed #e4e4e4;
}

    .left_pro_nav:last-of-type {
        border-bottom: 0;
    }

.left_pro_nav_t {
    height: 40px;
    line-height: 40px;
    padding: 0 45px 0 15px;
    font-size: 14px;
    overflow: hidden;
    background: url(../images/xjt63.png) 230px center no-repeat;
    cursor: pointer;
}

.left_pro_nav_t_zk {
    background: url(../images/sjt63.png) 230px 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: #4BB344;
        }

.show {
    display: block;
}

.o_l_lxwm {
    padding: 10px 15px;
}

.o_l_lxwm_t {
    text-align: center;
    font-size: 0;
}

    .o_l_lxwm_t img {
        max-width: 100%;
    }

.o_l_lxwm_b {
    margin-top: 15px;
}

    .o_l_lxwm_b p {
        padding: 3px 0;
        line-height: 22px;
        font-size: 13px;
        color: #888;
    }

.l_jptj_info {
    padding: 12px 12px 0;
    overflow: hidden;
}

.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;
}

.o_r {
    float: right;
    width: 910px;
}

.o_proList {
    max-height: 99999px;
}

.o_pro {
    float: left;
    width: 190px;
    margin: 0 15px 25px;
}

.o_pro_img {
    display: block;
    height: 190px;
    overflow: hidden;
}

    .o_pro_img img {
        width: 100%;
        height: 100%;
        transition: all 0.35s;
    }

.o_pro:hover .o_pro_img img {
    transform: scale(1.1);
}

.o_pro_name {
    height: 35px;
    line-height: 40px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.o_pro_price {
    font-size: 14px;
    color: #f20;
}

.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: #4BB344;
            border-color: #4BB344;
            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;
    }

.o_box .i_info {
    margin-bottom: 20px;
}

.xgzx_info {
    padding: 0 5px;
}

.xgzx {
    height: 36px;
    line-height: 36px;
    padding-right: 200px;
    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: #4BB344;
        }

    .xgzx span {
        position: absolute;
        right: 0;
        top: 0;
        color: #aaa;
        font-size: 12px;
    }

.r_cpcc_box {
    padding: 15px 15px 0;
    max-height: 9999px;
}

.r_cpcc {
    float: left;
    display: block;
    width: 165px;
    margin: 0 23px 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: #4BB344;
}

.cpzs_d_t {
    padding: 15px;
    max-height: 9999px;
}

.cpzs_d_t_l {
    float: left;
    display: block;
    width: 320px;
    height: 320px;
    padding: 5px;
    border: 1px solid #e6e6e6;
}

    .cpzs_d_t_l img {
        width: 100%;
        height: 100%;
    }

.cpzs_d_t_r {
    float: right;
    width: 490px;
}

.cpzs_d_name {
    line-height: 30px;
    margin: 10px 0;
    font-size: 19px;
    color: #000;
    font-weight: bold;
}

.cpzs_d_cs {
    line-height: 28px;
    padding: 5px 0;
    border-bottom: 1px dashed #eee;
    max-height: 9999px;
}

.cpzs_d_cs_l {
    float: left;
    width: 70px;
    color: #999;
    text-align: right;
}

.cpzs_d_cs_r {
    float: right;
    width: 410px;
    color: #333;
}

.cpzs_d_btn {
    margin-top: 20px;
}

    .cpzs_d_btn .btn {
        display: inline-block;
        width: 150px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background: #4BB344;
        color: #fff;
        font-size: 16px;
    }

        .cpzs_d_btn .btn:hover {
            background: #3C9138;
            color: #fff;
        }

.cpzs_d_b_info {
    padding: 30px;
    border-top: 1px solid #e8e8e8;
    margin-top: 40px;
    line-height: 26px;
    color: #444;
    font-size: 14px;
}

    .cpzs_d_b_info p {
        margin-bottom: 20px;
    }

    .cpzs_d_b_info img {
        max-width: 100%;
        vertical-align: bottom;
    }

.o_gywm_box {
    padding: 30px;
    line-height: 26px;
    color: #444;
    font-size: 14px;
}

    .o_gywm_box p {
        margin-bottom: 20px;
    }

    .o_gywm_box img {
        max-width: 100%;
        vertical-align: bottom;
    }

.o_gsdt {
    height: 55px;
    line-height: 55px;
    padding: 0 150px 0 10px;
    border-bottom: 1px dashed #ddd;
    font-size: 14px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .o_gsdt span {
        position: absolute;
        right: 10px;
        top: 0;
        color: #999;
    }

.gsdt_d_tit {
    margin-top: 20px;
    font-size: 25px;
    font-weight: 400;
    text-align: center;
}

.gsdt_d_time {
    margin: 22px 0 15px;
    padding-bottom: 30px;
    color: #aaa;
    border-bottom: 1px dashed #e5e5e5;
    font-size: 13px;
    text-align: center;
}

.o_khal_box {
    padding: 30px;
}

    .o_khal_box .i_khal_nr {
        margin-bottom: 45px;
    }

    .o_khal_box .i_khal_nr_r {
        width: 515px;
    }

.gszz_list {
    max-height: 9999px;
    margin: 30px 0 0;
}

.gszz {
    display: block;
    float: left;
    width: 230px;
    margin: 0 30px 30px;
}

.gszz_img {
    display: block;
    height: 180px;
    line-height: 180px;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    border: 1px solid #e6e6e6;
}

    .gszz_img img {
        max-height: 100%;
        max-width: 100%;
        vertical-align: middle;
        margin-bottom: 3px;
    }

.gszz_name {
    display: block;
    height: 40px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gszz:hover .gszz_img {
    border-color: #4BB344;
}

.lxfs_map {
    margin: 20px 20px 40px;
}

.lxfs_t {
    padding: 0 40px;
    font-size: 14px;
    line-height: 26px;
    max-height: 9999px;
}

    .lxfs_t p {
        float: left;
        width: 46%;
        padding-right: 4%;
        margin-bottom: 12px;
    }

        .lxfs_t p span {
            color: #888;
            padding-right: 5px;
        }

.zxly_tit {
    text-align: center;
    padding-bottom: 15px;
    margin-top: 30px;
    font-size: 24px;
    border-bottom: 1px solid #eee;
}

.zxly_box {
    margin: 40px 0 10px;
    padding: 0 30px;
}

.zxly_info {
    float: left;
    width: 50%;
    max-height: 9999px;
    line-height: 35px;
    margin-bottom: 15px;
    font-size: 14px;
}

.zxly_l {
    float: left;
    width: 100px;
    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: 290px;
}

.zxly_input {
    width: 268px;
    height: 33px;
    line-height: 33px;
    padding: 0 10px;
    border: 1px solid #d2d2d2;
    border-radius: 2px;
    color: #666;
    font-size: 14px;
}

.zxly_textarea {
    width: 268px;
    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;
}

.w130 {
    width: 130px;
}

.zxly_btn_box {
    float: left;
    width: 100%;
    margin-top: 20px;
    text-align: center;
}

    .zxly_btn_box input {
        height: 40px;
        line-height: 40px;
        width: 220px;
        background: #1E50AE;
        color: #fff;
        font-size: 16px;
        border-radius: 2px;
        border: 0;
        cursor: pointer;
    }

        .zxly_btn_box input:hover {
            background: #17449c;
            color: #fff;
        }

.i_yqlj_box {
    margin-bottom: 30px;
}

.i_yqlj_info {
    margin-bottom: -10px;
}

    .i_yqlj_info a {
        display: inline-block;
        margin: 0 30px 10px 0;
        font-size: 14px;
        color: #666;
    }

        .i_yqlj_info a:hover {
            color: #4BB344;
        }

.noData {
    text-align: center;
    line-height: 200px;
    font-size: 16px;
    color: #999;
}

    .noData span {
        color: #e00;
    }

.album_box {
    max-height: 99999px;
    padding-top: 15px;
}

.album {
    float: left;
    width: 166px;
    margin: 0 27px 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: #4BB344;
}

.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;
    }