/* 
* @Author: anchen
* @Date:   2020-08-02 17:56:44
* @Last Modified by:   anchen
* @Last Modified time: 2020-09-01 18:32:03
*/
html {
    overflow-x: hidden;
    overflow-y: scroll;
}
body,
.layui-laypage .layui-laypage-curr .layui-laypage-em,
.foot,
.returnTop{
    background: #64050e;
}
.header{
    height: 70px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: url(../images/crimages/headerbg.jpg) no-repeat 100% 100%;
}
.logo {
    float: left;
    display: inline;
    margin-left: 50px;
    margin-top: 15px;
}
.logo img{
    height: 40px;
}
.cp_con{

}
.menu {
    position: absolute;
    left: 0;
    top: 70px;
    bottom: 0;
    width: 230px;
    height: 100%;
    z-index: 1;
    padding: 0 20px;
    box-sizing: border-box;
    text-align: left;
    background: #64050e;
}
#custom-show-hide-example2 h2.open {
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    line-height: 64px;
}
.menu_info_main {
    position: relative;
    /* height: 498px; */
    margin-bottom: 20px;
}
.menu_info_main .scroll_cont {
    height: 100%;
    overflow: hidden;
}
.menu_info_main ul li {
    font-size: 15px;
    font-weight: normal;
    line-height: 32px;
    margin: 1px 0;
}
.menu_info_main ul li a {
    color: #fff;
    display: block;
    padding: 0 0 0 8px;
    width: 165px;
    box-sizing: border-box;
}
.menu_info_main ul li a i {
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
    margin-right: 8px;
    float: left;
    display: inline;
    margin-top: 10px;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.menu_info_main ul li a i em {
    display: none;
    width: 8px;
    height: 8px;
    margin: 0 auto;
    margin-top: 1px;
    background-color: #2a514d;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.menu_info_main ul li.on a {
    color: #fff;
}
.menu_info_main ul li.on i {
    border: 1px solid #fff;
}
.menu_info_main ul li.on i em {
    background-color: #fff;
    display: block;
}

.content {
    position: absolute;
    top: 70px;
    left: 230px;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 2;
    box-sizing: border-box;
    text-align: left;
    /* min-width: 774px; */
    height: 100%;
}
.pic_list {
    display: block;
    padding: 30px 40px 40px 40px;
    background: #fff;
}
.pic_list_info {
    display: block;
    overflow: hidden;
    font-size: 14px;
    font-weight: normal;
    border-bottom: 1px solid #dadada;
    padding: 0 0 15px 0;
    line-height: 34px;
}
.list01 {
    width:72px;
    height:34px;
    border:1px solid #8d212b;
    border-radius:5px;
    overflow:hidden;
    float:right;
    display:inline;
}
.list01 li {
    width:35px;
    float:left;
    display:inline;
    font-weight:normal;
    line-height:34px;
    height:34px;
    text-align:center;
    overflow:hidden;
}
.list01 li a {
    display:block;
    overflow:hidden;
    height: 32px;
}
.list01 li:nth-child(1) a {
    background: url(../images/crimages/icon24.png) no-repeat;
    background-size: 20px 20px;
    background-position: center 6px;
}
.list01 li:nth-child(2) a {
    background: url(../images/crimages/icon25_2.png) no-repeat;
    background-size: 20px 20px;
    background-position: center 6px;
}
.list01 li a img {
    display:block;
    margin:0 auto;
    margin-top:1px;
}
.list01 li:nth-child(1).on a{
    background: url(../images/crimages/icon24h.png) no-repeat;
    background-size: 20px 20px;
    background-position: center 6px;
} 
.list01 li:nth-child(2).on a{
    background: url(../images/crimages/icon25_2h.png) no-repeat;
    background-size: 20px 20px;
    background-position: center 6px;
} 
.tools_img {
    width: 20px;
    height: 20px;
    margin-top: 6px !important;
}

.list03 {
    margin-right:30px;
    float:right;
    display:inline;
}
.list03 li {
    font-size:15px;
    line-height:24px;
    display:inline-block;
    vertical-align:middle;
    margin-right:14px;
    color:#333;
}
.chk_1, .chk_2, .chk_3, .chk_4 {
    display: none;
}
.chk_1 + label {
    border: 1px solid #8d212b;
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
    overflow: hidden;
    margin-top: -3px;
}
.chk_1:checked + label {
    overflow: hidden;
    border: 1px solid #8d212b;
    background-color: #fff;
    background-image: url(../images/crimages/icon36_2.png);
    background-repeat: no-repeat;
    background-position: -1px -1px;
    background-size: 15px 15px;
}
.totalsum{
    font-family: "思源黑体 CN";
    font-weight: normal;
}
.totalsum strong{
    margin: 0 8px 0 0;
    font-size: 20px;
}
a.hide {
    width: 18px;
    height: 50px;
    background-color: #fff;
    background-image: url(../images/crimages/icon07.png);
    background-repeat: no-repeat;
    background-position: right center;
    border-left: 1px solid #fff;
    border-right: none;
    border-radius: 8px 0 0 8px;
    position: fixed;
    left: 212px;
    top: 50%;
    margin-top: -22px;
    overflow: hidden;
    z-index: 4;
    text-align: right;
    cursor: pointer;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}
a.hide img {
    display: inline-block;
    vertical-align: middle;
    margin-top: 18px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
a.hide.on {
    left: 0;
    background-color: #64050e;
    border-radius: 0px 8px 8px 0;
    border-color: #64050e;
    background-image: url(../images/crimages/icon08.png);
    background-repeat: no-repeat;
    background-position: 4px center;
}
.pic_list_info2 {
    display: none;
    overflow: hidden;
    padding: 20px 0 0;
    font-size: 14px;
    font-weight: normal;
    position: relative;
}
.pic_list_info2 a.del {
    position: absolute;
    right: 0;
    top: 20px;
    display: inline;
}
.pic_list_info2 .condition{
    padding: 8px 0 0 0;
    margin: 0 80px 0 0 ;
}
.pic_list_info2 font {
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
    vertical-align: middle;
    background-color: #fff;
    border-radius: 2px;
    padding: 0 0 0 2px;
    line-height: 14px;
    border: 1px solid #8d212b;
    margin: 0 20px 10px 0;
}
.pic_list_info2 font a {
    background-image: url(../images/crimages/s_close.png);
    background-color: #8d212b;
    background-size: 10px 10px;
    background-position: center center;
    background-repeat: no-repeat;
    color: #f7f8f8;
    margin-left: 5px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0 2px;
    width: 14px;
    height: 14px;
    display: block;
    float: right;
}
.pic_list_info2 font a img {
    width: 10px;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
}
.search2 {
    float: right;
    width: 250px;
    height: 30px;
    position: relative;
    top: 20px;
    right: 40px;
    background-color: #fff;
    border-radius: 6px;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    display: inline-block;
    vertical-align: middle;
}
.search2 .input03 {
    float: left;
    display: inline;
    width: 100%;
    height: 30px;
    font-size: 15px;
    color: #000000;
    font-family: "思源黑体 CN";
    line-height: 30px;
    padding: 0 60px 0 14px;
    box-sizing: border-box;
    background-color: #fff;
    border: none;
}
.search2 .input04{
    position: absolute;
    color: #fff;
    background: #8d212b;
    width: 50px;
    height: 24px;
    top: 3px;
    right: 3px;
    z-index: 1;
    border-radius: 6px;
    text-align: center;
}
.nodata{
    display: none;
    padding: 70px 0;
    font-size: 20px;
    text-align: center;
}
#con {
    column-count: 4;
    column-gap: 40px;
    -webkit-column-count: 4;
    -webkit-column-gap: 40px;
    -moz-column-count: 4;
    -moz-column-gap: 40px;
}
#con .pic {
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 35px 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    height: 100%;
}
#con .pic .img_box2 {
    max-height: 600px;
    overflow: hidden;
    position: relative;
}
#con .pic a {
    display: block;
}
#con .pic a img {
    width: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    display: block;
    min-height: 100px;
}
#con .pic a p{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow:hidden;
    display: block;
    line-height: 24px;
    color: #fff;
    position: absolute;
    bottom: 35px;
    width: 100%;
    left: 0;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    background: rgba(0,0,0,0.6);
    z-index: 11;
}
/*#con .pic:hover .img_box2{
    box-shadow: 0 0 30px rgba(0,0,0,0.2);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}*/
.list,
#con{
    margin: 30px 0 0;
}
.list {
    overflow: hidden;
}

.list dl {
    padding: 10px 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.list dl dt {
    font-size: 17px;
    line-height: 30px;
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
}
.list dl a {
    color: #333;
    display: block;
}
.list dl dd {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}

.list dl a.sc {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    opacity: 0;
}

.list dl:hover a.sc {
    opacity: 1;
}

.list dl a.sc img {
    width: 20px;
    height: 20px;
}
.list dl dd i{
    position: relative;
    top: 3px;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/crimages/icon_image.png) no-repeat;
    background-size: 100% 100%;
}

.list dl:hover {
    padding: 10px 14px;
    background-color: #860713;
}
.list dl:hover dd i{
    background: url(../images/crimages/icon_imageh.png) no-repeat;
    background-size: 100% 100%;
}
.list dl:hover a{
    color: #fff;
    cursor: pointer;
}

#page{
    text-align: center;
}
.foot {
    line-height: 30px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    color: #fff;
}
.foot p{
    display: inline-block;
    margin: 0 10px;
}
.foot a{
    color: #fff;
    margin: 0 5px;
}

/**-----返回顶部----**/
.returnTop {
    width: 44px;
    height: 44px;
    position: fixed;
    right: 40px;
    bottom: 40px;
    overflow: hidden;
    z-index: 99991;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 5px;
    display: none;
}
.returnTop img {
    width: 28px;
    height: 28px;
    display: block;
    margin: 0 auto;
    margin-top: 8px;
}
.returnTop.on {
    width: 44px;
    height: 44px;
    position: fixed;
    right: 40px;
    bottom: 40px;
    overflow: hidden;
    z-index: 99991;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    opacity: .5;
    border-radius: 5px;
}
.returnTop.on: hover {
    opacity: 1;
}
.detailcontent{
    background: #fff;
    padding: 0;
}
.detailcontent .container{
    width: 1500px;
    margin: 0 auto;
    padding: 70px 50px;
}
.banner{
    width: 840px;
    height: 440px;
}
.banner .gallery-top{
    width: 650px;
    height: 100%;
    float: right;
    background: #efefef;
}
.swiper-pagination-bullet-active{
    background: #8d212b;
}
.banner .smallbox{
    width: 170px;
    height: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    padding: 35px 0;
}
/*.banner .smallbox .swiper-slide{
    height: 110px!important;
}*/
.banner .smallbox .swiper-slide img,
.banner .smallbox .swiper-container{
   /* visibility: hidden;*/
   height: 100%;
}
.banner .smallbox .swiper-slide img{
    margin: 0 auto;
    display: block;
}
.banner .smallbox .swiper-button-next, 
.banner .smallbox .swiper-button-prev{
    width: 26px;
    height: 14px;
    left: 50%;
    margin: 0 0 0 -13px;
    top: auto;
    right: auto;
    bottom: auto;
} 
.banner .smallbox .swiper-button-prev{
    top: 0;
    background:url(../images/crimages/icon-arrow-top.png) no-repeat;
    background-size:  100% 100%;
}
.banner .smallbox .swiper-button-next{
    bottom: 0;
    background:url(../images/crimages/icon-arrow-bottom.png) no-repeat;
    background-size:  100% 100%;
}
.detailcon{
    width: 500px;
    position: relative;
}
.detailcon .share{
    position: absolute;
    right: 0;
    top: 4px;
    padding: 0 0 0 30px;
    background: url(../images/crimages/icon-share.png) no-repeat;
    background-position: left center;
}
.detailcon h2{
    font-size: 20px;
    line-height: 32px;
    padding: 0 70px 20px 0;
    border-bottom: solid 1px #dadada;
    font-weight: 600;
}
.detailcon ul{
    padding: 20px 0;
    margin: 0 0 20px 0;
    border-bottom: solid 1px #dadada;
}
.detailcon ul li {
    line-height: 30px;
    position: relative;
}
.detailcon ul li span{
    color: #666;
    margin: 0 0 0 80px;
    display: block;
}
.detailcon .remark{
    line-height: 32px;
    color: #666;
}
.detailcon ul li span.sp1{
    font-weight: 600;
    color: #333;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 65px;
    z-index: 2;
    display: inline-block;
    height: 100%;
    text-align: justify;
    vertical-align: top;
}
.detailcon ul li span.sp1:after{
    display: inline-block;
    width: 100%;
    content: "";
    height: 0;
}
.detailcontent.noimg .container{
    width: 1200px;
    padding: 70px 0;
}
.detailcontent.noimg .banner{
    width: 650px;
}
.detailcontent.noimg .banner .img{
    width: 100%;
}

@media only screen and (max-width: 1440px){
    .detailcontent .container,
    .detailcontent.noimg .container{
        width: 840px;
        padding: 70px 0;
    }
    .banner,
    .detailcon,
    .detailcontent.noimg .banner,
    .detailcontent.noimg .detailcon{
        width: 100%;
        float: none;
    }

    .detailcon,
    .detailcontent.noimg .detailcon{
        margin: 50px 0 0;
    }
    .detailcontent.noimg .banner .gallery-top{
        margin: 0 auto;
        float: none;
    }
}
@media only screen and (max-width: 768px){
    .header{
        height: auto;
        padding: 0.8rem 0;
    }
    span.btn-screen{
        font-size: 1rem;
    }
    .search2 .input03,
    .list03 li,
    .list dl dd{
        font-size: 0.9rem;
    }
    .totalsum strong,
    .list dl dt{
        font-size: 1.1rem;
    }
    .logo,
    .search2{
        float: none;
    }

    a.hide{
        display:  none;
    }
    .logo,
    .logo a,
    .logo a img,
    .search2{
        display: block;
        margin: 0 auto;
    }
    .logo a{
        padding: 0 ;
    }
    .logo a img{
        height: 2rem;
    }
    .searchbtn{
        display: block;
        position: absolute;
        right: 1rem;
        top: 0.7rem;
        background: url(../common/icon/icon-search.png) no-repeat;
        background-size: 1.5rem 1.5rem;
        background-position: center center;
        width: 2rem;
        height: 2rem;
        z-index: 11;
    }
    .search2{
        display: none;
        width: 100%;
        height: 2.5rem;
        border-radius: 0;
        background: #8d212b;
        padding: 0 3rem .2rem 0.8rem;
        top: 3.5rem;
        left: 0;
        position: fixed;
        z-index: 10;

    }
    .search2 .input03{
        height: 2rem;
        border-radius: 0.2rem;
    }
    .search2 .input03{
        padding: 0 3rem 0 0.5rem;
    }
    .search2 .input04{
        width: 2.6rem;
        height: 1.6rem;
        right: 3.2rem;
        top: 0.2rem;
    }
    .search2 .icon-close{
        width: 2rem;
        height: 2rem;
        background: url(../images/crimages/s_close.png) no-repeat;
        background-size: 1rem 1rem;
        background-position: center center;
        position: absolute;
        display: block;
        right: 0.5rem;
    }

    .pic_list_info{
        padding: 0 0 1rem;
        line-height: 1.8rem;
    }
    .list01{
        width: 3.6rem;
        height: 1.8rem;
        padding: 0 1%;
    }
    .list01 li{
        width: 48%;
        height: 100%;
        line-height: 1.8rem;
    }
    .list01 li a{
        height: 1.5rem;
    }
    .list01 li a{
        background-size: 1rem 1rem!important;
    }
    .list03{
        margin-right: 0.8rem;
    }
    .list03 li{
        line-height: 1.8rem;
        margin: 0;
    }
    .totalsum strong{
        margin: 0 0.2rem 0 0;
    }
    span.btn-screen{
        margin: 0.1rem 0.8rem 0 0;
    }
    span.btn-screen i {
        display: block;
        width: 1.5rem;
        height: 1.5rem;
        margin: 0 0 0 ;
        vertical-align: middle;
        float: left;
        background: url(../images/crimages/icon11.png) no-repeat;
        background-size: 100% 100%;
        position: relative;
    }
    span.btn-screen.ab{
        position: absolute;
        right: 0.8rem;
        top: 1rem;
        background: #8d212b;
        color: #fff;
        border-radius: 0.2rem;
        margin: 0;
        padding: 0.2rem 0.3rem;
        z-index: 20;
    }
    span.btn-screen.ab i{
        background: url(../images/crimages/icon11-white.png) no-repeat;
        background-size: 100% 100%;
    }
    .searchbtn.ab{
        right: auto;
        left: 0.8rem;
    }
    .chk_1 + label{
        width: 0.8rem;
        height: 0.8rem;
    }
    .chk_1:checked + label{
        background-size: 0.8rem 0.8rem;
    }
    .content{
        left: 0;
        top: 3.5rem;
    }
    .pic_list{
        padding: 1rem;
    }
    .list, #con{
        margin: 1rem 0 0;
    }
    #con{
        column-count: 2;
        column-gap: 0.4rem;
        -webkit-column-count: 2;
        -webkit-column-gap: 0.4rem;
        -moz-column-count: 2;
        -moz-column-gap: 0.4rem;
    }
    #con .pic{
        padding: 0 0 0.8rem 0;
    }
    #con .pic a p{
        bottom: 0.8rem;
        height: 2rem;
        line-height: 2rem;
        padding: 0 0.8rem;
    }
    .list dl{
        padding: 0.8rem 0;
        border-bottom: solid 1px #eee;
    }
    .list dl dt,
    .list dl dd{
        width: 100%;
        overflow:hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        line-height: 1.8rem;
        margin: 0;
    }
    .list dl dd{
        width: 100%;
    }
    .shade{
        z-index: 190;
    }
    .menu{
        width: 50%;
        position: fixed;
        top: 0;
        bottom: 0;
        right: auto;
        overflow-y: auto;
        z-index: 200;
        left: -50%;
    }
    .foot{
        padding: 0.8rem;
        line-height: 1.4rem;
    }
    .foot a{
        margin: 0 0.2rem;
    }
    .detailcontent{
        padding: 1rem;
    }
    .detailcontent .container{
        padding: 0 0 3rem;
    }
    .banner .smallbox{
        display: none;
    }
    .banner{
        height: 18rem;
    }
    .banner .gallery-top,
    .detailcontent .container, 
    .detailcontent.noimg .container{
        width: 100%;
    }
    .detailcon, 
    .detailcontent.noimg .detailcon{
        margin: 1.5rem 0 0;
    }

    .detailcontent.noimg .container{
        padding: 0 0 2rem;
    }
    .detailcon h2{
        font-size: 1.1rem;
        padding: 0 3.5rem 0.8rem 0 ;
        line-height: 1.6rem;
    }
    .detailcon ul{
        padding: 1rem 0;
        margin: 0 0 1rem 0;
    }
    .detailcon ul li{
        line-height: 1.5rem;
    }
    .detailcon ul li span.sp1{
        width: 4.2rem;
    }
    .detailcon ul li span{
        margin: 0 0 0 5rem;
    }
    .detailcon .share{
        padding: 0 0 0 1.2rem;
        background-size: 30%;
        top: 0.02rem;
    }

}