﻿@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: #f13a3a;
        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: 110px;
    background: #fff;
}

.logo {
  display:flex;
  gap:10px;
  align-items:center;
  height: 110px;
  vertical-align: middle;
  overflow: hidden;
}

    .logo img {
        max-height: 70px;
        max-width: 70px;
        vertical-align: middle;
        margin-bottom: 4px;
    }

    .logo .header_gsm {
        width:calc(100% - 440px);
        display:block;
        font-size: 36px;
        color: #000;
        font-weight: bold;
        overflow: hidden;
        white-space:nowrap;
        text-overflow:ellipsis;
    }
.nav{
  height:50px;
  background:#2b3b86;
  display:flex;
  justify-content:center;
  align-items:center;
  width:100%;
}
.nav ul{
    display: flex;
    height:50px;
    width:1200px;
    justify-content: space-between;
    align-items:center;
    gap:48px;
}

        .nav li a {
          box-sizing: border-box;
            display: block;
            padding: 0 28px;
            height: 35px;
            line-height: 35px;
            text-align: center;
            color: #fff;
            font-size: 16px;
            border-radius:4px;
            overflow: hidden;
        }

            .nav li a.on, .nav li a:hover {
                background: #F5F5F5ee;
                color: #2b3b86;
            }

.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 {
  margin-left: auto;
    height: 70px;
    width:300px;
    position: relative;
    overflow: hidden;
    background: #fff;
}

.i_search_rmss {
    height: 100%;
    padding-right: 320px;
    line-height: 70px;
    font-size: 14px;
    color: #f13a3a;
}

    .i_search_rmss a {
        display: inline-block;
        margin: 0 15px 0 10px;
        color: #bbb;
    }

        .i_search_rmss a:hover {
            color: #f13a3a;
        }

.i_search_input {
    position: absolute;
    right: 0;
    top: 12px;
    height: 45px;
    line-height: 45px;
    width: 184px;
    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: 13px;
    width: 45px;
    height:45px;
    background: url(../images/search.png) center center no-repeat;
    background-size: 20px;
    border: 0;
    cursor: pointer;
}

.i_p1 {
    padding: 40px 0;
}

.i_gywm {
    max-height: 99999px;
    margin-bottom: 50px;
}

.i_tit {
    float: left;
    font-size: 24px;
    color: #000;
}

.i_tit_b {
    display: block;
    margin-top: 2px;
    font-size: 12px;
    color: #999;
}

.i_gywm_r {
    float: right;
    width: 880px;
    font-size: 14px;
    color: #999;
    line-height: 26px;
    text-indent: 28px;
}

.i_pro_gd_box {
    height: 280px;
    overflow: hidden;
}

.i_pro_gd {
    display: inline-block;
    width: 240px;
    margin: 0 15px;
}

.i_pro_gd_img {
    display: block;
    height: 240px;
    overflow: hidden;
}

    .i_pro_gd_img img {
        width: 100%;
        height: 100%;
        transition: all 0.4s;
    }

.i_pro_gd_name {
    display: inline-block;
    width: 100%;
    height: 35px;
    line-height: 44px;
    text-align: center;
    color: #666;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .i_pro_gd_name a {
        color: #666;
    }

.i_pro_gd:hover img {
    transform: scale(1.1);
}

.i_p2 {
    padding: 100px 0;
    background: #f9f9f9;
}

.i_youshi_box {
    max-height: 9999px;
}

.i_youshi_l {
    float: left;
    width: 40%;
}

.i_youshi_nr {
    margin-top: 30px;
    font-size: 14px;
    color: #999;
    line-height: 26px;
}

.fN {
    float: none;
}

.i_youshi_link {
    margin-top: 40px;
}

    .i_youshi_link a {
        display: inline-block;
        height: 33px;
        line-height: 33px;
        padding: 0 24px;
        border: 1px solid #FC6832;
        color: #FC6832;
        border-radius: 4px;
    }

        .i_youshi_link a:hover {
            background: #FC6832;
            color: #fff;
        }

.i_youshi_r {
    float: right;
    width: 45%;
    margin-right: 5%;
    text-align: right;
}

    .i_youshi_r img {
        max-width: 100%;
        max-height: 450px;
        vertical-align: bottom;
    }

.i_p3 {
    padding: 60px 0;
}

.tit_r_more {
    float: right;
    color: #ea825e;
    font-size: 14px;
    margin-top: 20px;
}

.i_cpzs_box {
    max-height: 9999px;
    margin-right: -70px;
}

.i_cpzs_nr {
    display: block;
    float: left;
    width: 250px;
    height: 250px;
    margin: 0 66px 30px 0;
    position: relative;
    overflow: hidden;
}

    .i_cpzs_nr img {
        display: block;
        height: 100%;
        transition: all 0.3s;
    }

    .i_cpzs_nr span {
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 220px;
        padding: 0 15px;
        height: 35px;
        line-height: 35px;
        background: #000;
        background: rgba(0,0,0,.6);
        color: #fff;
        font-size: 14px;
        text-align: center;
        overflow: hidden;
    }

    .i_cpzs_nr:hover img {
        transform: scale(1.05);
    }

.i_anli_box {
    float: right;
    width: 45%;
    max-height: 9999px;
    margin-bottom: -30px;
}

.i_anli {
    float: left;
    width: 220px;
    margin: 0 20px 20px;
}

.i_anli_img {
    display: block;
    width: 100%;
    height: 220px;
}

.i_anli_name {
    height: 30px;
    line-height: 33px;
    text-align: center;
    font-size: 14px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .i_anli_name a {
        color: #666;
    }

.i_anli:hover .i_anli_name a {
    color: #f13a3a;
}

.txtR_link {
    display: inline-block;
    color: #ea825e;
}

    .txtR_link:hover {
        text-decoration: underline;
    }

.i_news_box {
    max-height: 9999px;
    margin-right: -30px;
}

.i_news {
    float: left;
    width: 277px;
    margin: 0 30px 0 0;
}

.i_news_img {
    display: block;
    height: 277px;
    overflow: hidden;
    position: relative;
}

.o_pro_img {
    position: relative;
}

    .i_news_img.video-icon::before, .o_pro_img.video-icon::before {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 38px;
        z-index: 1;
        height: 38px;
        margin-top: -19px;
        margin-left: -19px;
        background: url(../images/play.png) no-repeat;
    }

.i_news_img img {
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}

.i_news:hover .i_news_img img {
    transform: scale(1.05);
}

.i_news_name {
    height: 40px;
    line-height: 45px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.i_news_desc {
    height: 44px;
    line-height: 22px;
    color: #777;
    overflow: hidden;
}

.i_news_time {
    margin-top: 4px;
    color: #aaa;
}

.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: 20px;
    color: #f13a3a;
}

    .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: #f13a3a;
    width: 120px;
}

.right_nav a.r_dh:hover {
    background: #f13a3a;
    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: 450px;
    background: url(../images/o_banner.jpg) center top no-repeat;
}

.o_box {
    margin: 30px 0;
    max-height: 99999px;
}

.o_l {
    float: left;
    width: 260px;
}

.o_l_info {
    margin-bottom: 15px;
}

.o_l_tit {
    height: 45px;
    line-height: 45px;
    padding: 0 10px;
    background: #f13a3a;
    color: #fff;
    font-size: 16px;
}

.l_l_b {
    background: #fff;
}

.mB0 {
    margin-bottom: 0;
}

.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: #f13a3a;
        }

.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_r_tit {
    height: 44px;
    line-height: 44px;
    padding: 0 15px;
    border-bottom: 1px solid #EAEAEA;
    background: #fff;
    font-size: 16px;
    color: #333;
    position: relative;
}

    .o_r_tit i {
        display: inline-block;
        height: 16px;
        width: 4px;
        background: #f13a3a;
        border-radius: 4px;
        margin: 0 12px -2px 0;
    }

.o_r_info {
    padding: 15px;
    background: #fff;
    margin-bottom: 20px;
}

.o_proList {
    max-height: 99999px;
    margin-top: 15px;
}

.o_pro {
    float: left;
    width: 190px;
    height: 190px;
    margin: 0 15px 25px;
    position: relative;
}

.o_pro_img {
    display: block;
    height: 100%;
    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 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    color: #fff;
    background: #000;
    background: rgba(0,0,0,.6);
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.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: #f13a3a;
            border-color: #f13a3a;
            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;
    }

.noData {
    text-align: center;
    line-height: 200px;
    font-size: 16px;
    color: #999;
}

    .noData span {
        color: #e00;
    }

.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: #f13a3a;
        }

    .xgzx span {
        position: absolute;
        right: 0;
        top: 0;
        color: #aaa;
        font-size: 12px;
    }

.cpzs_d_t {
    padding: 15px;
    max-height: 9999px;
}

.cpzs_d_t_l {
    float: left;
    display: block;
    width: 320px;
    height: 370px;
    padding: 5px;
}

    .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: #f13a3a;
        color: #fff;
        font-size: 16px;
    }

        .cpzs_d_btn .btn:hover {
            background: #cf3535;
            color: #fff;
        }

.cpzs_d_b_info {
    padding: 30px;
    border-top: 1px solid #e8e8e8;
    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;
    }

.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: 165px;
}

.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: #f13a3a;
}

.i_news_list .i_news {
    margin-bottom: 30px;
}

.khal_list .i_news_name {
    text-align: center;
}

.r_cpcc_box_all .r_cpcc {
    width: 167px;
    margin: 0 30px 30px;
}

.r_cpcc_box_all .r_cpcc_img {
    display: block;
    width: 100%;
    height: 167px;
}

.gsdt_d {
    margin: 20px 0 60px;
}

.gsdt_d_tit {
    font-size: 25px;
    font-weight: 400;
    text-align: center;
}

.gsdt_d_time {
    margin: 22px 0 35px;
    padding-bottom: 30px;
    color: #aaa;
    border-bottom: 1px dashed #ddd;
    font-size: 13px;
    text-align: center;
}

.gsdt_d_info {
    font-size: 14px;
    line-height: 28px;
    color: #666;
}

    .gsdt_d_info p {
        margin-bottom: 12px;
    }

    .gsdt_d_info img {
        max-width: 100%;
        vertical-align: bottom;
    }

.lxwm_l {
    float: left;
    width: 400px;
}

.lxfs_tit {
    font-size: 24px;
    color: #000;
    margin-bottom: 15px;
}

.lxfs_tit2 {
    margin-bottom: 40px;
    color: #888;
}

.lxfs_info {
    padding-left: 5px;
    font-size: 14px;
    line-height: 30px;
    max-height: 9999px;
}

    .lxfs_info span {
        color: #888;
        padding-right: 5px;
    }

.lxfs_zxqq {
    margin-bottom: 40px;
}

    .lxfs_zxqq a {
        display: inline-block;
        height: 35px;
        line-height: 35px;
        padding: 0 25px;
        background: #f13a3a;
        border-radius: 50px;
        font-size: 14px;
        color: #fff;
    }

        .lxfs_zxqq a i {
            display: inline-block;
            width: 21px;
            height: 22px;
            vertical-align: text-bottom;
            margin: 0 8px -2px 0;
            background: url(../images/czx4.png);
        }

        .lxfs_zxqq a:hover {
            background: #cf3535;
            color: #fff;
        }

.lxwm_r {
    float: right;
    width: 750px;
}

.zxly_tit {
    margin-top: 60px;
    text-align: center;
    font-size: 24px;
    color: #000;
}

.zxly_box {
    margin: 40px 0 60px;
    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: 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: 400px;
}

.zxly_input {
    width: 360px;
    height: 33px;
    line-height: 33px;
    padding: 0 10px;
    border: 1px solid #ddd;
    border-radius: 2px;
    color: #666;
    font-size: 14px;
}

.zxly_textarea {
    width: 360px;
    height: 90px;
    line-height: 20px;
    display: block;
    padding: 5px 10px;
    border: 1px solid #ddd;
    border-radius: 2px;
    color: #333;
    font-size: 14px;
    font-family: 微软雅黑;
    resize: none;
}

.zxly_yzm {
    height: 35px;
    vertical-align: middle;
    margin-bottom: 1px;
    cursor: pointer;
}

.w222 {
    width: 222px;
}

.zxly_btn_box {
    float: left;
    width: 100%;
    margin-top: 40px;
    text-align: center;
}

    .zxly_btn_box input {
        height: 40px;
        line-height: 40px;
        width: 220px;
        background: #f13a3a;
        color: #fff;
        font-size: 16px;
        border-radius: 2px;
        border: 0;
        cursor: pointer;
    }

        .zxly_btn_box input:hover {
            background: #cf3535;
            color: #fff;
        }

.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: #f13a3a;
}

.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: #f13a3a;
}

.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;
    }

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.pd_d_t_table {
    width: 100%;
    margin-bottom: 20px;
}

    .pd_d_t_table tr td {
        line-height: 24px;
        width: 35%;
        padding: 10px;
        border: 1px solid #d6d6d6;
        color: #262626;
        font-size: 14px;
        vertical-align: middle;
    }

        .pd_d_t_table tr td p {
            margin-bottom: 0;
        }

        .pd_d_t_table tr td.pd_d_t_table_l {
            background-color: #FAFAFA;
        }

table {
    border-collapse: collapse;
}


.pd_d_t_table tr td.pd_d_t_table_l {
    width: 15%;
    background: #f8f8f8;
}

.pd_d_t_table_info {
    max-height: 48px;
    overflow: hidden;
    text-align: left;
}

.pd_d_t_table tr td {
    line-height: 24px;
    width: 35%;
    padding: 10px 20px;
    border: 1px solid #d6d6d6;
    color: #666;
    vertical-align: middle;
}

div.zoomMask {
    position: absolute;
    background: url(../images/baijiahaoyh.png) repeat transparent;
    cursor: move;
    z-index: 1;
}

div.zoomDiv {
    z-index: 999;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #ffffff;
    border: 1px solid #e6e6e6;
    display: none;
    text-align: center;
    overflow: hidden;
    width: 320px !important;
    height: 320px !important;
}

.big-img-box {
    position: relative;
    width: 320px;
    height: 320px;
    text-align: center;
    display: inline-block;
}

    .big-img-box video {
        display: none;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: #000;
        z-index: 2;
    }

    .big-img-box .big-img {
        width: 320px;
        height: 320px;
        line-height: 320px;
        position: relative;
        border: 1px solid #e8e8e8;
        box-sizing: border-box;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .big-img-box .play32-1 {
        display: none;
        position: absolute;
        width: 40px;
        height: 40px;
        top: 50%;
        margin-top: -20px;
        left: 50%;
        margin-left: -20px;
        z-index: 3;
        cursor: pointer;
    }

    .big-img-box .big-img img {
        max-width: 320px;
        max-height: 320px;
        vertical-align: middle;
    }

        .big-img-box .big-img img.big-img-detail {
            cursor: crosshair;
        }

    .big-img-box .search {
        position: absolute;
        right: 0;
        bottom: 0;
        padding: 5px;
        background-color: rgba(0, 0, 0, 0.3);
        width: 26px;
        height: 26px;
        box-sizing: border-box;
        margin: 0;
    }

.swiper-container#product-small-img {
    margin-top: 10px;
    height: 48px;
}

    .swiper-container#product-small-img .swiper-slide {
        position: relative;
        width: 48px !important;
        height: 48px !important;
        line-height: 48px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 10px;
    }

        .swiper-container#product-small-img .swiper-slide .play32 {
            position: absolute;
            width: 14px !important;
            height: 14px !important;
            left: 50%;
            margin-left: -7px;
            top: 50%;
            margin-top: -7px;
            border: none !important;
        }

        .swiper-container#product-small-img .swiper-slide img {
            max-width: 44px;
            max-height: 44px;
            line-height: 44px;
            cursor: pointer;
            vertical-align: middle;
        }

        .swiper-container#product-small-img .swiper-slide:first-of-type {
            border: 1px solid #C31E22;
        }

#product-small-img-box {
    position: relative;
}

    #product-small-img-box .swiper-button {
        position: absolute;
        height: 100%;
        line-height: 1;
        width: 15px;
        top: 0;
        cursor: pointer;
        z-index: 1;
        user-select: none;
    }

        #product-small-img-box .swiper-button.prev {
            background: linear-gradient(to right, #fff, transparent);
            left: -10px;
        }

        #product-small-img-box .swiper-button.next {
            background: linear-gradient(to right, transparent, #fff);
            right: -10px;
        }

        #product-small-img-box .swiper-button .btn-prev {
            background: url("../images/zjtd.png") no-repeat;
            width: 8px;
            height: 10px;
            top: 21px;
            position: relative;
            z-index: 2;
        }

        #product-small-img-box .swiper-button .btn-next {
            background: url("../images/yjtd.png") no-repeat;
            width: 8px;
            height: 10px;
            top: 21px;
            position: relative;
            z-index: 2;
            right: -10px;
        }

.swiper-container#product-small-img {
    --swiper-theme-color: #000;
    --swiper-navigation-color: #000;
    --swiper-navigation-size: 12px;
}
.big-img-box .play32-1 {
    display: none;
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    margin-top: -20px;
    left: 50%;
    margin-left: -20px;
    z-index: 3;
    cursor: pointer;
}