body {
    font:20px Microsoft Yahei;
    color: #000;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
.layui-carousel-arrow {
    color: #6cb54c;
    background-color: rgba(255,255,255,.5);
    opacity: 0.5;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0; /*有些浏览器默认这些标签有边框，所以要清除默认边框*/
}

input {
    outline: 0 none;
}

button {
    border-style: none;
}

address, caption, cite, code, dfn, em, th, var, b, u, i {
    font-style: normal;
    font-weight: normal;
    /*清除标签默认文本样式和加粗*/
}

ol, ul,li {
    list-style: none; /*清除列表默认样式*/
}

caption, th {
    text-align: left; /*清除标签默认文本居中对齐*/
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal; /*清除标题标签的默认样式*/
}

a {
    color: #5c5c5c;
    text-decoration: none; /*大部分页面中的链接没有下划线*/
}

.clearfix:before,.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}
.clear {
    width: 100%;
    height: 0;
    line-height: 0;
    font-size: 0;
    clear: both;
}


.public_box {
    width: 90%;
    margin: 0 auto;
}
.logo img{
    max-width: 60%;
    /*margin-left: 10px;*/
}

.home_foucs {
    width: 100%;
    height: 180px;
}
.home_foucs .home_foucs_list{
    width: 100%;
    height: 180px;
}
.home_foucs .home_foucs_list a {
    display: block;
    width: 100%;
    height: 180px;
    background-size: auto 180px;
    background-repeat: no-repeat;
    background-position: center;
}

.layui-carousel-ind{
    top: -30px;
}
.layui-carousel-ind li {
    height: 10px;
    border-radius: 5px;
}
.layui-carousel-ind li.layui-this {
    width: 50px;
}

.public_title {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
}
.public_title img{
    max-width: 40%;
}
.public_title a{
    position: absolute;
    right: 0;
    top: 25px;
    font-size: 13px;
}



.multipage{
    clear: both;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
}
.multipage .p_bar{
    text-align: center;
}
.multipage span,.multipage a{
    display: inline-block;
    background-color: #eeeeee;
    line-height: 35px;
    padding-left: 15px;
    color: #222222;
    margin-left: 2px;
    margin-bottom: 5px;
    padding-right: 15px;
}
.multipage .p_curpage{
    background-color: #c22525;
    color: #fff;
    /*font-weight: bold;*/
}

.sh_dongtai_bg{
    width: 100%;
    background-color: #f5f5f7;
}
.sh_dongtai_box {
    width: 1200px;
    height: 653px;
    position: relative;
    margin: 0 auto;
}
.sh_dongtai_box .anmint_img {
    position: absolute;
    right: -300px;
    top: 0;
}
.sh_dongtai_box .sh_dongtai_title{
    padding-top: 37px;
    height: 35px;
    padding-bottom:  21px;
}
.sh_dongtai_write_box {
    width: 1200px;
    position: relative;
    height:560px;
}
.sh_dongtai_write_box_right{
    width: 1010px;
    height: 520px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    background-color: #fff;
}
.sh_dongtai_write_box_right .list {
    width: 654px;
    margin-left: 360px;
    height: 400px;
    margin-top: 23px;
}
.sh_dongtai_write_box_right .list li{
    width: 654px;
    height: 47px;
    position: relative;
}
.sh_dongtai_write_box_right .list li span{
    display:block;
}
.sh_dongtai_write_box_right .list li .num{
    height: 47px;
    width: 10px;
    text-align: right;
    line-height: 47px;
    position: absolute;
    left:62px;
    font-style:italic;
    top: 0;
    font-size: 18px;
}
.sh_dongtai_write_box_right .list li .date{
    height: 47px;
    line-height: 47px;
    position: absolute;
    right:35px;
    top: 0;
    font-size: 18px;
}
.sh_dongtai_write_box_right .list li a {
    display: block;
    width: 480px;
    height: 47px;
    border-bottom: 1px dotted #ededed;
    line-height: 47px;
    overflow: hidden;
    margin-left: 85px;
    font-size: 18px;
}
.sh_dongtai_write_box_right .list li:last-child a{
    border-bottom: none;
}

.sh_dongtai_write_box_right .list .active{
    background-color: #c32526;
}
.sh_dongtai_write_box_right .list .active span{
    color: #fff;
}
.sh_dongtai_write_box_right .list .active a {
    color: #fff;
}
.sh_dongtai_write_box_right .more{
    height: 30px;
    width: 100%;
    text-align: right;
}
.sh_dongtai_write_box_right .more a {
    display: inline-block;
    width: 140px;
    height: 30px;
    margin-right: 20px;
    line-height: 30px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background-color: #c12624;
}
.sh_dongtai_foucs_box{
    position: absolute;
    left: 0;
    top: 20px;
    z-index: 2;
    width: 550px;
    height: 450px;
}
.sh_dongtai_foucs_box_img {
    width: 550px;
    height: 400px;
}
.sh_dongtai_foucs_box_arrow {
    text-align: right;
    display: none;
    height: 31px;
    margin-top: 20px;
}
.sh_dongtai_foucs_box_arrow span{
    display: inline-block;
    width: 31px;
    height: 31px;
    cursor: pointer;
}
.sh_dongtai_foucs_box_arrow .left{
    background-image: url("../images/index_dongtai_arrow_left_hover.jpg");
    background-repeat: no-repeat;
}
.sh_dongtai_foucs_box_arrow .right{
    background-image: url("../images/index_dongtai_arrow_right_hover.jpg");
    background-repeat: no-repeat;
}
.sh_dongtai_foucs_box_banner { position: relative; width: 550px; overflow: hidden; height: 400px;}
.sh_dongtai_foucs_box_banner ul{ height: 400px; position: relative;}
.sh_dongtai_foucs_box_banner li { list-style: none; }
.sh_dongtai_foucs_box_banner ul li { float: left; height: 400px;}
.sh_dongtai_foucs_box_banner ul li img{
    width: 550px;
    height: 400px;
}
.sh_index_fengcai_box {
    width: 320px;
    position: relative;
    margin: 0 auto;
}
.sh_index_fengcai_box_foucs {
    height: 150px;
    width: 320px;
    position: relative;
    overflow: hidden;
    border-bottom: 2px solid #dc8685;
}
.sh_index_fengcai_box_foucs .sh_index_fengcai_foucs_left{
    width: 50px;
    height: 150px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}
.sh_index_fengcai_box_foucs .sh_index_fengcai_foucs_left span{
    display: block;
    width: 40px;
    cursor: pointer;
    margin-top: 40px;
    background: url("../img/left_arrow.png") no-repeat;
    background-size: 20px 20px;
    background-position: 10px 10px;
    height: 40px;
}
.sh_index_fengcai_box_foucs .sh_index_fengcai_foucs_right{
    width: 50px;
    height: 150px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
}
.sh_index_fengcai_box_foucs .sh_index_fengcai_foucs_right span{
    display: block;
    width: 40px;
    cursor: pointer;
    margin-top: 40px;
    background: url("../img/right_arrow.png") no-repeat;
    background-size: 20px 20px;
    background-position: 10px 10px;
    height: 40px;
}
.sh_index_fengcai_foucs_middle {
    width: 320px;
    float: left;
    overflow: hidden;
    position: relative;
    height: 150px;
}
.sh_index_fengcai_foucs_middle #myscrollbox {
    display: block;
    float: left;
    height: 150px;
    position: absolute;
    left: 0;
    top: 0;
    width: 1000000px;
}
.sh_index_fengcai_foucs_middle #myscrollbox ul {
    display: block;
    float: left;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.sh_index_fengcai_foucs_middle #myscrollbox ul li {
    display: block;
    float: left;
    padding: 0;
    text-align: center;
    width:107px;
}
.sh_index_fengcai_foucs_middle #myscrollbox ul li img{
    width: 95px;
    height: 120px;
    -webkit-box-reflect: below 0 -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, transparent) , to(rgba(250, 250, 250, 0.1)));
}


.sh_index_shipin_list {
    width:90%;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 5px;
    box-shadow:0px 0px 10px #e5e5e5;
}


.sh_index_dangjian_bg {
    width: 100%;
    margin-top: 20px;
    padding-bottom: 5%;
    overflow: hidden;
    background-image: url("../img/dangjian_bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.sh_index_dangjian_box{
    width: 100%;
    position: relative;
}

.sh_index_dangjian_foucs_middle {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.sh_index_dangjian_foucs_middle #dj_myscrollbox {
    display: block;
    position: relative;
    width: 1000000px;
}
.sh_index_dangjian_foucs_middle #dj_myscrollbox ul {
    display: block;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.sh_index_dangjian_foucs_middle #dj_myscrollbox ul li {
    position: relative;
    float: left;
}
.sh_index_dangjian_foucs_left {
    position: absolute;
    z-index: 999;
    left: 0;
    top: 100px;
}

.sh_index_dangjian_foucs_left span{
    display: block;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-image: url("/style/images/index_dangjian_arrow_left.png");
    background-repeat: no-repeat;
    background-size: 40px auto;
}
/*.sh_index_dangjian_foucs_left span:hover{*/
    /*background-image: url("/style/images/index_dangjian_arrow_left_hover.png");*/
    /*background-repeat: no-repeat;*/
/*}*/
.sh_index_dangjian_foucs_right {
    position: absolute;
    z-index: 999;
    right: 0;
    top: 100px;
}
.sh_index_dangjian_foucs_right span{
    display: block;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-image: url("/style/images/index_dangjian_arrow_right.png");
    background-repeat: no-repeat;
    background-size: 40px auto;
}
/*.sh_index_dangjian_foucs_right span:hover{*/
    /*background-image: url("/style/images/index_dangjian_arrow_right_hover.png");*/
    /*background-repeat: no-repeat;*/
/*}*/
.sh_index_dangjian_foucs_middle #dj_myscrollbox ul li .min{
    width:100%;
    margin-top:64px;
}
.sh_index_dangjian_foucs_middle #dj_myscrollbox ul li .min .img{
    width:100%;
    overflow: hidden;
}
.sh_index_dangjian_foucs_middle #dj_myscrollbox ul li .min .img img{
    max-width: 100%;
}
.sh_index_dangjian_foucs_middle #dj_myscrollbox ul li .min .text{
    font-size: 12px;
    background-color: #fff;
}
.sh_index_dangjian_foucs_middle #dj_myscrollbox ul li .min .text span{
    display: block;
    padding: 10px;
    text-align: center;
    line-height: 22px;
}
.sh_index_dangjian_foucs_middle_bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-color:#fff;
}
.sh_index_dangjian_foucs_middle #dj_myscrollbox ul li .max{
    display: none;
    position: absolute;
    z-index: 99;
    left:-40%;
    top: 0;
    background-color: #fff;
    width: 160%;
}
.sh_index_dangjian_foucs_middle #dj_myscrollbox ul li .max .img{
    text-align: center;
    width: 100%;
    background-color: #fff;
    box-shadow:0 0 10px #d8d8d8;
}
.sh_index_dangjian_foucs_middle #dj_myscrollbox ul li .max .img img{
    max-width: 100%;
    height: 100%;
}
.sh_index_dangjian_foucs_middle #dj_myscrollbox ul li .max .text{
    text-align: center;
    line-height: 20px;
    background-color: #fff;
    font-weight: bold;
    font-size: 14px;
    color: #c22525;
}
.sh_index_dangjian_foucs_middle #dj_myscrollbox ul li .max .text span{
    padding: 5px;
    display: block;
}
.sh_index_dangjian_foucs_middle #dj_myscrollbox ul .mod_right .min{
    float: right;
}
.sh_index_fuwu_box {
    width: 90%;
    position: relative;
    margin: 0 auto;
}
.sh_index_fuwu_list {
    width: 100%;
    overflow: hidden;
}
.sh_index_fuwu_list .sh_index_fuwu_list_left {
    width: 100%;
    position: relative;
}
.sh_index_fuwu_list .sh_index_fuwu_list_left .title{
    width: 100%;
    height: 28px;
    position: relative;
}
.sh_index_fuwu_list .sh_index_fuwu_list_left .title span{
    display: block;
    width: 100px;
    height: 30px;
    background-color: #f1be0d;
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
}
.sh_index_fuwu_list .sh_index_fuwu_list_left .title_2 span{
    background-color: #fca53e;
}
.sh_index_fuwu_list .sh_index_fuwu_list_left .title_3 span{
    background-color: #d99a53;
}
.sh_index_fuwu_list .sh_index_fuwu_list_left .title a {
    position: absolute;
    right: 0;
    bottom:  0;
    font-size: 12px;
    line-height: 20px;
}
.sh_index_fuwu_list .sh_index_fuwu_list_left .list {
    margin-top: 12px;

}
.sh_index_fuwu_list .sh_index_fuwu_list_left .list li{
    width: 100%;
    height: 45px;
    position: relative;
}
.sh_index_fuwu_list .sh_index_fuwu_list_left .list li .ico{
    display: block;
    width: 10px;
    height: 10px;
    background-image: url("/style/images/index_crion.jpg");
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 19px;
}
.sh_index_fuwu_list .sh_index_fuwu_list_left .list li .line{
    display: block;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px dotted #ccc;
    text-indent: 17px;
}
.sh_index_fuwu_list .sh_index_fuwu_list_left .list li .line a {
    display: block;
    width: 80%;
    height: 45px;
    overflow: hidden;
    line-height: 45px;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.sh_index_fuwu_list .sh_index_fuwu_list_left .list li .date{
    position: absolute;
    line-height:45px;
    right: 0;
    color: #8f8f8f;
    top: 0;
}
.sh_index_fuwu_list .sh_index_fuwu_list_left .list li:last-child .line{
    border-bottom: none;
}
.sh_index_wenhua_box{
    width: 90%;
    position: relative;
    margin: 0 auto;
}
.sh_index_wenhua_list {
    width: 100%;
}
.sh_index_wenhua_list ul{
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    margin-bottom: 10px;
}
.sh_index_wenhua_list ul li{
    width: 48%;
    overflow: hidden;
    position: relative;
}
/*.sh_index_wenhua_list ul .img_1{*/
    /*width: 200px;*/
/*}*/
/*.sh_index_wenhua_list ul .img_1 img{*/
    /*width: 200px;*/
    /*height: 200px;*/
/*}*/
.sh_index_wenhua_list ul li .bg{
    position: absolute;
    background-color: #000;
    opacity: 0.2;
    width: 100%;
    left: 0;
    display: none;
    top: 0;
    z-index: 1;
}
.sh_index_wenhua_list ul li .text{
    font-size: 22px;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    z-index: 2;
    width: 100%;
    text-align: center;
    font-weight: bold;
}
.sh_index_wenhua_list ul .img_5{
    width: 100%;
}
.sh_index_wenhua_list ul .img_5 img{
    width: 100%;
    height: 200px;
}

/*.sh_index_wenhua_list ul .img_2{*/
    /*width: 490px;*/
/*}*/
/*.sh_index_wenhua_list ul .img_2 img{*/
    /*width: 490px;*/
    /*height: 200px;*/
/*}*/
/*.sh_index_wenhua_list ul .img_3{*/
    /*width: 270px;*/
/*}*/
/*.sh_index_wenhua_list ul .img_3 img{*/
    /*width: 270px;*/
    /*height: 200px;*/
/*}*/
/*.sh_index_wenhua_list ul .img_4{*/
    /*width: 210px;*/
    /*margin-right: 0;*/
/*}*/
/*.sh_index_wenhua_list ul .img_4 img{*/
    /*width: 210px;*/
    /*height: 200px;*/
/*}*/

/*.sh_index_wenhua_list ul .img_7{*/
    /*width: 330px;*/
    /*margin-right: 0;*/
/*}*/
/*.sh_index_wenhua_list ul .img_7 img{*/
    /*width: 330px;*/
    /*height: 200px;*/
/*}*/
/*.sh_index_wenhua_list ul .img_6{*/
    /*width: 420px;*/
/*}*/
/*.sh_index_wenhua_list ul .img_6 img{*/
    /*width: 420px;*/
    /*height: 200px;*/
/*}*/
.sh_dongtai_list a {
    display: block;
    padding-bottom: 15px;
}
.sh_dongtai_list ul{
    border-radius: 5px;
    background-color: #fff;
    display: flex;
    padding: 10px;

    justify-content: space-between;
}
.sh_dongtai_list ul .img{
    width: 35%;
    overflow: hidden;
}
.sh_dongtai_list ul .img img{
    max-width: 100%;
}
.sh_dongtai_list ul .text{
    width: 62%;
    overflow: hidden;
    position: relative;
    font-size: 14px;
}
.sh_dongtai_list ul .text p{
    padding-bottom: 20px;
}
.sh_dongtai_list ul .text span{
    position: absolute;
    right: 10px;
    bottom: 0;
}
.footer_bg {
    margin-top: 20px;
    padding-bottom: 20px;
    background-color: #666565;
    width: 100%;
}
.footer_box {
    width: 1200px;
    height: 160px;
    margin: 0 auto;
}
.footer_box .footer_box_left{
    width: 130px;
    height: 160px;
    overflow: hidden;
    float: left;
}
.footer_box .qrcode{
    float: right;
    width: 136px;
    position: relative;
    height: 160px;
}
.footer_box .qrcode .img{
    text-align: center;
    width: 136px;
}
.footer_box .qrcode .text{
    text-align: center;
    font-size: 16px;
    color: #fff;
    padding-top: 10px;
}
.footer_box .footer_box_middle{
    float: left;
    width: 853px;
    margin-left: 40px;
    height: 160px;
}
.footer_box .footer_box_middle .link{
    height: 80px;
    width: 853px;
}
.footer_box .footer_box_middle .link .text{
    height: 80px;
    float: left;
    line-height:30px;
    font-size: 16px;
    color: #fff;
}
.footer_box .footer_box_middle .link .select{
    height: 80px;
    float: left;
    margin-left: 40px;
}
.footer_box .footer_box_middle .link .select select{
    width: 220px;
    height: 30px;
}

.footer_box .footer_box_middle .icp_text p {
    text-align: center;
    font-size: 14px;
    line-height: 25px;
    color: #ebebeb;
}
.footer_box .footer_box_middle .icp_text .ipc{
    border-top:1px solid #979797;
    padding-top: 5px;
    margin-top: 5px;
}
.about_bg {
    width: 100%;
    height: 400px;
    background-image: url("/style/images/about_bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
}
.site_path_box {
    width: 1200px;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
    padding-top: 10px;
    font-size: 16px;
    border-bottom: 1px solid #e5e5e5;
}
.site_path_box span{
    padding-left: 5px;
    padding-right: 5px;
}
.about_detail_box {
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
}
.about_detail_box_right {
    width: 100%;
    overflow: hidden;
    line-height: 25px;
}
.about_detail_box_right p{
    line-height: 25px;
}

.new_list_right {
    width: 880px;
    float: right;
}
.new_list_right .list ul{
    width: 880px;
    padding-top: 28px;
    height: 207px;
}
.new_list_right .list ul .img{
    width: 302px;
    height: 207px;
    overflow: hidden;
    float: left;
}
.new_list_right .list ul .img img{
    width: 302px;
    height: 183px;
}
.new_list_right .list ul .text{
    width: 538px;
    float: right;
    overflow: hidden;
    height: 207px;
    border-bottom: 1px solid #e5e5e5;
}
.new_list_right .list ul .text .p1{
    font-size: 20px;
    line-height: 20px;
    color: #222222;
}
.new_list_right .list ul .text .p1:hover{
    color: #c42426;
}
.new_list_right .list ul .text .p2{
    color: #848383;
    padding-top: 5px;
    padding-bottom: 20px;
}
.new_list_right .list ul .text .p3{
    font-size: 16px;
    color: #222222;
    line-height: 25px;
}
.info_big_title {
    width: 100%;
    font-size: 20px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #000;
    line-height: 25px;
    border-bottom: 1px solid #cdcccc;
}
.info_big_title_date {
    padding-top: 5px;
    font-size: 14px;
    text-align: center;
    padding-bottom: 20px;
    color: #8d8d8d;
}
.info_big_title_desc {
    font-size: 16px;
    color: #000;
    line-height: 28px;
}
.info_big_title_desc p{
    font-size: 14px;
    color: #000;
    padding-bottom: 10px;
    line-height: 28px;
}
.info_next_ifon {
    display: flex;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.info_next_ifon a{
    display: block;
    width: 25%;
    height: 25px;
    background-color: #eeeeee;
    line-height: 25px;
    text-align: center;
    color: #000;
    font-size: 12px;
}
.info_next_ifon span{
    display: inline-block;
    width: 25%;
    font-size: 12px;
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer;
    height: 25px;
    background-color: #eeeeee;
    line-height: 25px;
    text-align: center;
    color: #b40000;
}
.memeber_bg{
    background-image: url("/style/images/member_bg.jpg");
}
.memeber_list_fengcai {
    width: 100%;
}
.memeber_list_fengcai ul{
    width:100%;
    margin-bottom: 20px;
    overflow: hidden;
    padding-bottom: 20px;
    border-bottom: 1px solid #e9e9e9;
}
.memeber_list_fengcai ul a {
    display: flex;
    justify-content: space-between;
    width:100%;
}
.memeber_list_fengcai ul .img{
    width: 35%;
}
.memeber_list_fengcai ul .img img{
    max-width: 100%;
}
.memeber_list_fengcai ul .text{
    width:60%;
}
.memeber_list_fengcai ul .text .p1{
    border-bottom: 1px solid #b8b8b8;
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    height: 35px;
    justify-content: left;
}
.memeber_list_fengcai ul .text .p1 span{
    display: block;
    height: 35px;
    overflow: hidden;
}
.memeber_list_fengcai ul .text .p1 .sp1{
    color:#000;
    width: 28%;
    font-size: 16px;
    height: 35px;
    line-height: 35px;
}

.memeber_list_fengcai ul .text .p1 .sp2{
    color: #929292;
    height: 35px;
    width: 70%;
    font-size: 14px;
    line-height: 40px;
}
.memeber_list_fengcai ul .text .p2{
    line-height:25px;
    font-size: 14px;
    color: #929292;
}
.memeber_list_fengcai ul .text .p3{
    padding-top: 20px;
    text-align: right;
}
.memeber_list_fengcai ul .text .p3 span {
    display: inline-block;
    width: 100px;
    height: 25px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background-color: #c22525;
    line-height: 25px;
}
.memeber_list_rong {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.memeber_list_rong ul{
    width: 40%;
    height: 130px;
}
.memeber_list_rong ul .img{
    width: 100%;
    overflow: hidden;
}
.memeber_list_rong ul .img img{
    width: 100%;
    height: 90px;
}
.memeber_list_rong ul .text{
    font-size: 14px;
    height: 20px;
    overflow: hidden;
    padding-top: 10px;
    color: #000;
}
.memeber_list_rong .no_margin{
    margin-right: 0;
}
.memeber_list_rong .line{
    clear: both;
    width: 875px;
    height: 30px;
    margin-right: 0;
    border-top: 1px solid #eeeeee;
}
.ssanmint_img {
    position: absolute;
    left: -360px;
    top: -80px;
}
.fuwuanmint_img {
    position: absolute;
    right: -360px;
    top: 50px;
}
.wenhuaanmint_img {
    position: absolute;
    left: -350px;
    top: 80px;
}
.sh_index_shipin_list_left_img .play{
    position: absolute;
    left: 231px;
    z-index: 1;
    top: 123px;
}
.cag_list{
    width: 100%;
    display: flex;
    justify-content: left;
}
.cag_list li{
    width:20%;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    position: relative;
}
.cag_list li a {
    display: block;
    text-align: center;
    width: 100%;
    height: 35px;
    line-height: 35px;
}
.cag_list .hover a {
    color: #c22525;
    font-weight: bold;
}
.cag_list .hover span{
    position: absolute;
    width: 100%;
    height: 5px;
    border-bottom:2px solid #c22525;
    left: 0;
    bottom: -1px;
}
.list_title{
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: #c22525;
    font-size: 14px;
    color: #fff;
}
.info_list ul{
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    padding-bottom: 15px;
}
.logo_height {
    display: none;
}
.menus_shop {
    background-color: #fff;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 991;
}
.menus_shop img{
    margin-left: 5%;
    width:55%;
}
.top_menu_box_bg {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background-color: #000;
    opacity: 0.2;
}
.menu_box {
    position: absolute;
    right: 5%;
    top: 3%;
    z-index: 991;
}
.menu_box img{
    max-width: 60%;
}
.top_menu_box{
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: 9%;
    z-index: 999;
    background-color: #fff;
    border-bottom: 1px solid #ebebeb;
    box-shadow: inset 0px 15px 10px -15px #a7a7a7;
}
.top_menu_box ul{
    width: 90%;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;

}
.top_menu_box ul li{
    width: 100%;
    border-bottom: 1px solid #ebebeb;
    color: #595757;
    text-indent: 10px;
    height: auto;
    line-height: 2.5rem;
    font-size: 14px;
}
.top_menu_box ul li:last-child{
    border-bottom: none;
}