@charset "UTF-8";

body,
html {
    height: 100%;
}

body {
    margin: 0;
    font-size: 14px;
    line-height: 1.5
}

html {
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: 400;
    box-sizing: border-box
}

img {
    display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

p {
    padding: 0;
    margin: 0;
    word-break: break-all
}

a {
    color: inherit;
}

a,
button,
input {
    -webkit-tap-highlight-color: transparent;
    text-decoration: none
}

button {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 0;
    background-color: transparent
}

a,
article,
button,
div,
footer,
header,
li,
main,
nav,
ol,
section,
span,
ul {
    box-sizing: border-box
}

li,
ol,
ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

i {
    line-height: 1
}

a,
button {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

label {
    padding: 0;
    margin: 0 10px 0 0
}

input,
select,
textarea {
    border: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
    outline: none;
    -webkit-appearance: none
}

textarea {
    box-sizing: border-box;
    resize: none
}

.header_container {
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .3);
    border-bottom: 1px solid hsla(0, 0%, 100%, .25);
    transition: background-color .3s ease-in-out;
    height: 66px
}

.header_wrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center
}

.header_menu_container,
.menu_item,
.menu_item_submenu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.menu {
    display: flex;
    flex-direction: row
}

.header_menu_container {
    position: relative;
    height: 100%;
    width: 1260px
}

.menu_item {
    position: relative;
    height: 100%;
    /*min-width: 86px;*/
    padding: 0 20px;
    cursor: pointer;
    font-size: 18px;
    color: #fff;
    line-height: 100%
}

.menu_active {
    padding-top: 3px;
    border-bottom: 3px solid #b80606;
}

.menu_item:hover>ul {
    display: flex
}

.menu_item:hover>.menu_item_indicator {
    opacity: 1;
    transform: translateX(-50%) scaleX(1)
}

.menu_item_indicator {
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 3px;
    width: 48px;
    opacity: 0;
    transform: translateX(-50%) scaleX(.25);
    transition: all .3s ease-in-out;
    background-color: #b80606
}


.menu_item_submenu {
    position: relative;
    height: 100%;
    min-width: 108px;
    padding: 20px 15px;
    cursor: pointer;
    font-size: 16px;
    line-height: 100%;
    color: #fff;
    transition: background-color .3s ease-in-out
}

.menu_item_submenu:hover {
    /* background-color: #778e7c */
    background-color: rgba(0, 0, 0, 0.4)
}

.menu {
    display: flex;
    flex-direction: row;
    height: 100%
}

.header_logo {
    width: auto;
    height: 55px;
    position: absolute;
    left: 0
}

.submenu_li {
    display: none;
    flex-direction: column;
    /* justify-content: center; */
    position: absolute;
    /* left: 0; */
    top: 65px;
    /* width: 100%;
    height: 58px; */
    /* transform: translateY(100%); */
    background-color: rgba(0, 0, 0, .3)
        /* background-color: #647968 */
}

.header_wrapper_bg {
    /* background-color: #778e7c; */
    background-color: #07080d;
    /* background-color:rgb(44, 126, 129); */
    border-bottom: 1px solid transparent
}

.Modules_item_title__AcUHV {
    position: absolute;
    color: #fff;
    font-weight: 700
}

@media(min-width:1260px) {
    .Modules_item_title__AcUHV {
        right: 45px;
        bottom: 45px;
        font-size: 36px
    }
}

@media(max-width:1259.98px) {
    .Modules_item_title__AcUHV {
        right: 17px;
        bottom: 17px;
        font-size: 18px
    }
}

.infos_container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%
}

.infos_openInfo {
    display: flex;
    flex-direction: column;
    /* background-color: #778e7c */
    /* background-color:rgb(44, 126, 129) */
    background-color: #f15a25;
}

@media(min-width:1260px) {
    .infos_openInfo {
        align-items: flex-end;
        justify-content: center;
        padding: 0 45px;
        height: 370px;
        width: 33.3333333333%
}
}

@media(max-width:1259.98px) {
    .infos_openInfo {
        width: 100%;
        align-items: center;
        padding: 30px 36px
    }
}

.infos_openInfo_title {
    font-weight: 500;
    color: #fff;
    line-height: 1.4;
    background-color: #e15523;
    text-align: center;
    letter-spacing: 10px;
}

@media(min-width:1260px) {
    .infos_openInfo_title {
        width: 100%;
        font-size: 30px;
        margin-bottom: 13px
    }
}

@media(max-width:1259.98px) {
    .infos_openInfo_title {
        font-size: 24px;
        margin-bottom: 8px
    }
}

.infos_openInfo_content {
    white-space: pre-wrap;
    color: #fff;
    line-height: 2
}

.infos_openInfo_content span {
    width: 78px;
    display: inline-block;
    background-color: #e15523;
    padding: 0 5px;
    margin-right: 10px;
}

.infos_openInfo_content:last-of-type {
    margin-bottom: 0
}

@media(min-width:1260px) {
    .infos_openInfo_content {
        width: 100%;
        font-size: 14px;
        letter-spacing: 1.16px;
        margin-bottom: 5px;
        text-align:justify;
    }
}

@media(max-width:1259.98px) {
    .infos_openInfo_content {
        font-size: 14px;
        text-align:justify;
    }
}

.infos_menuList {
    background-color: #f5f2ed
}

@media(min-width:1260px) {
    .infos_menuList {
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 66.6666666667%;
        height: 370px;
        /* padding-left: 155px */
    }
}

@media(max-width:1259.98px) {
    .infos_menuList {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        padding: 20px 14px
    }
}

.MenuList_title__3RjDv {
    color: #677b6c;
    font-weight: 700;
    line-height: 1.4
}

@media(min-width:1260px) {
    .MenuList_title__3RjDv {
        cursor: pointer;
        font-size: 30px;
        margin-right: 64px
    }
}

@media(max-width:1259.98px) {
    .MenuList_title__3RjDv {
        font-size: 24px;
        margin-bottom: 20px
    }
}

.MenuList_list__w0CfA {
    display: flex;
    flex-direction: column
}

@media(max-width:1259.98px) {
    .MenuList_list__w0CfA {
        width: 100%
    }
}

@media(min-width:1260px) {
    .MenuList_item__1m2si {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-bottom: 30px
    }

    .MenuList_item__1m2si:last-of-type {
        margin-bottom: 0
    }
}

@media(max-width:1259.98px) {
    .MenuList_item__1m2si {
        display: flex;
        flex-direction: column-reverse;
        width: 100%;
        margin-bottom: 12px;
        padding-bottom: 12px;
        border-bottom: 1px solid #eee8e1
    }

    .MenuList_item__1m2si:last-of-type {
        margin-bottom: 20px
    }
}

/*-----------底部---------------*/
.footer {
    color: #333;
}

.footer a {
    color: #555;
}

.footer a:hover {
    color: #db4a4a;
}

/* .footer1{ padding:45px 0 40px;background:#830E0E;} */
.footer1 {
    padding: 45px 0 40px;
    width: 1290px;
    height: 300px;
    margin: 0 auto;
}

.footer2 {
    font-size: 14px;
    text-align: center;
    color: #555;
    line-height: 1.5;
    padding: 18px 0;
}

.link_a {
    float: left;
    width: 100%;
    position: relative;
}

.link_a .item {
    width: 110px;
    float: left;
    text-align: center;
}

.link_a .item h5 {
    margin-bottom: 14px;
    font-size: 18px;
    line-height: 1.3;
}

.link_a .item a {
    line-height: 2;
    display: block;
}

.link_a .item li {
    line-height: 2;
    color: #555;
}

.qr_f {
    float: left;
    width: 23%;
    position: relative;
    margin-top: 5px;
    text-align: center;
}

.qr_f::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
    border-right: 1px dashed #B56E6E;
}

.qr_f::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    border-right: 1px dashed #B56E6E;
}

.hoverx {
    background: linear-gradient(to right, #da251c, #83008f) no-repeat left bottom;
    transition: background-size 500ms;
    /* height: 40px; */
    /* line-height: 40px; */
    /* font-size: 16px; */
    background-size: 0 1px;
    /*display: inline-block;*/
    list-style: none;
}

.hoverx:hover {
    background-position: left bottom;
    background-size: 100% 1px;
    /*cursor:pointer;*/
    color: #da251c;
}

a {
    text-decoration: none !important;
}

.sv {
    position: relative;
    overflow: hidden;
}

.sv img {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    width: 100%;
    opacity: .9;
}

.sv:hover img {
    transform: scale(1.15);
    -moz-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    opacity: 1;
}

.sv h3 {
    z-index: 99;
    font-size: 30px;
    color: #ffffff;
    position: absolute;
    right: 10px;
    bottom: 20px;
    transition: all 0.5s;
}

.sv:hover h3 {
    right: 20px;
    color: #ffffff;
}

.carousel-item img {
    width: 100%;
    object-fit: cover;
}

.carousel-item video {
    width: 100%;
    object-fit: cover;
}

.myfixd {
    border-top: 1px solid hsla(0, 0%, 100%, .15);
    transition: all .3s ease-in-out;
}

.box-header-bg {
    /* font-size: 16px;
    background: url(./maqi.png) -3px -6px no-repeat;
    background-size: 100px; */
    font-size: 16px;
    background: url(maqi22.png) 0px 0px no-repeat;
    background-size: 100px;
    padding: 20px 0px 12px 30px;
    margin: -18px 0px -20px -22px;
}

.title {
    display: flex;
    vertical-align: bottom;
}

.title-c {
    width: 100%;
    text-align: center;
    padding: 0px 30px;
}

.title-c h4 {
    line-height: 1.5em;
}

.title span {
    display: inline-block;
    margin: 20px 30px;
    color: #5a6268;
}

.title-l {
    width: 120px;
    height: 80px;
    background: url(./maqi.png) 0px 0px no-repeat;
    background-size: 100px;
}

.title-r {
    width: 120px;
    height: 80px;
    background: url(./maqi.png) 0px 0px no-repeat;
    background-size: 100px;
    transform: scaleX(-1);
}

.article_content {
    padding: 30px;
}
.article_content div[data-w-e-is-void]{
    text-align: center;
}
.article_content p {
    line-height: 32px;
    font-size: 16px;
    margin-bottom: 20px;
    text-indent: 2em;
    text-align: justify;
}
.article_content p a.attachment{
    /*color: #f15a25;*/
    background:url(./attachment.png) 0px 0px no-repeat ;
    background-size: 20px 20px;
    padding-left: 20px;
}
.article_content p a.attachment:hover{
    color: #f15a25;
}
.article_content img {
    display: inline-block;
    max-width: 900px;
    max-height: 550px;
    height: auto;
    overflow: hidden;
    object-fit: cover;
}
.article_content table{
    margin-bottom: 20px;
}
.article_content table, th, td {
    border: 1px solid #6c757d;
}
.article_content table td{
    padding: 5px;
}
.article_content table th {
    line-height: 1.5;
    min-width: 30px;
    padding: 10px;
    text-align: left;
    background-color: #f5f2f0;
}
.totop {
    position: fixed;
    right: 50px;
    bottom: 150px;
    padding: 5px;
    width: 40px;
    line-height: 16px;
    background-color: #f15a25;
    color: #fff;
    transition: all .3s ease-in-out;
    cursor: pointer;
    display: none;
}

.header_container {
    transition: all .3s ease-in-out;
}

.newslist a {
    line-height: 40px;
    font-size: 16px;
    text-decoration: none;
}

.newsList li {
    font-size: 16px;
    line-height: 50px;
    color: #555;
}

.newsList li a {
    width: 77%;
    /*float: left;*/
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.newsList li a:hover {
    color: #e22424;
}

.newsList li span {
    float: right;
    width: 150px;
    font-size: 14px;
    text-align: right;
    /*color: #555;*/
}

.list-group-item {
    font-size: 16px;
}

.list-group-item.active {
    background-color: #f15a25;
    border-color: #f15a25;
}

/* 典藏 */
.dc_breadcrumb {
    width: 1300px !important;
    margin: 0 auto;
}

.dc-item {
    width: 19.7%;
    display: inline-block;
    border: none !important;
}

.dc-item:hover h6 {
    color: #f15a25;
    /* color: #e22424; */
}

.dc-item i {
    margin-left: 68px;
    width: 86px;
    height: 86px;
    display: inline-block;
    background: url(collectIndexImg.png) no-repeat;
}

.dc-item:hover i {
    background-position-y: -87px;
}

.dc-item img {
    width: 185px;
    height: 350px;
    margin-left: 15px;
    overflow: hidden;
    border-radius: 2px;
    border: 1px solid #dcdcdc;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .5), 0 0 6px rgba(0, 0, 0, .4)
}

.dc01 {
    top: 30px;
    transition: all .3s linear;
}

.dc01:hover {
    top: 0px;
    transition: all .3s linear;
}

.dc02 {
    top: 50px;
    transition: all .3s linear;
}

.dc02:hover {
    top: 10px;
    transition: all .3s linear;
}

.item h5 a {
    line-height: 1.3 !important;
    color: #333;
}

.item h5 a:hover {
    color: #f15a25;
}

.menu_item a {
    color: #fff
}

.menu_item a:hover {
    color: #e22424
}

.btn-custom {
    /* padding: 5px 20px; */
    color: #fff;
    background-color: #f15a25;
    border-color: #f15a25;
}

.btn-custom:hover {
    color: #efefef;
}

.banner {
    width: 100%;
    height: 380px;
    overflow: hidden;
    margin: 0 auto;
    border-bottom: 1px solid #e9ecef;
}

.banner img {
    width: 100%;
    object-fit: cover;
}

.dsj {
    background: url("dsj_bg.jpg") no-repeat 50px 20px;
    padding-left: 90px;
    background-size: 51px;
}

.el-timeline-item__timestamp {
    color: #f15a25 !important;
}
.zzjg_box{
    background: url("zzjg_bg.png") no-repeat 30px 30px;
    background-size: 1046px ;
}
.zzjgt_f {
    margin: 0 auto;
    width: 58px;
}

.zzjgt_s {
    width: 500px;
    margin: 0 auto;
    padding-top: 100px;
    display: flex;
    justify-content: space-between;
}

.zzjgt_s button {
    width: 140px;
}

.zzjgt_t {
    width: 700px;
    margin: 0 auto;
    padding-top: 100px;
    display: flex;
    justify-content: space-between;
}

.zzjgt_t button {
    width: 40px;
    height: 140px;
}

.page-link {
    color: #4e555b;
}

.page-item.active .page-link {
    background-color: #f15a25;
    border-color: #f15a25;
}

.page-link:hover {
    color: #e22424;
}

.el-collapse-item__header {
    font-size: 16px !important;
}


/*富文本*/
.ql-align-center {
    text-align: center !important;
    text-indent: 0px !important;
}

.ql-align-right {
    text-align: right !important;
    text-indent: 0px !important;
}

/*图组列表*/
.list-col-5 {
    width: 17.3%;
    overflow: hidden;
    margin: 15px;
    text-align: center;
    margin-bottom: 20px;
}

.list-col-5:hover {
    transition: all .3s ease-in-out;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1)
}

.list-col-5 img {
    width: 197px;
    height: 150px;
    border-radius: 2px;
    overflow: hidden;
    opacity: .9;
    transition: all 0.5s;
    object-fit: contain;
}

.list-col-5:hover img {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    opacity: 1;
}

.list-col-5 span {
    text-align: center;
    line-height: 50px;
}

/*图组详情*/
.photos_wrapper {
    width: 1300px;
    height: 650px;
    overflow: hidden;
    margin: 30px auto;
    /* background: url(../static/images/watermark01.jpg) no-repeat;
    background-size: 1100px;     */
}

.photos_wrapper .photos_wrapper_l {
    width: 870px;
    height: 550px;
    overflow: hidden;
    background-color: aliceblue;
    float: left;
}
.el-image{
    height: 550px!important;
}
.photos_wrapper .photos_wrapper_r {
    width: 430px;
    height: 550px;
    float: right;
    font-size: 14px;
    overflow-y: auto;
    background: url(photos_detail_title_bg.jpg) no-repeat;
    background-size: 430px 550px;
    padding: 20px;
}

.photos_wrapper .photos_wrapper_r span {
    color: #7f5353;
}
.photos_wrapper .photos_wrapper_r .desc p {
    text-indent:2em;
    color: #bd9f9f;
    margin-bottom:15px
}

.photos_wrapper .photos_wrapper_r .title {
    font-size: 18px;
    line-height: 40px;
    color: #f15a25;
}

.photos_wrapper .photos_wrapper_l .on_text {
    z-index: 100;
    position: absolute;
    color: #d4d4d4;
    height: auto;
    width: 100%;
    line-height: 33px;
    background-color:rgba(0,0,0,.5);
    text-align: center;
    padding: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.sticky-top {
    top: 20px !important;
}

/*列表页-左侧导航背景图*/
.zixun_listmenu_bg {
    background: url(zixun_list_bg.jpg) no-repeat;
    background-size: 255px;
    padding-top: 150px;
    margin-top: 1px;
}

.dangjian_listmenu_bg {
    background: url(dangjian_list_bg.jpg) no-repeat;
    background-size: 255px;
    padding-top: 200px;
    margin-top: 1px;
}

.zhanlan_listmenu_bg {
    background: url(zhanlan_list_bg.jpg) no-repeat;
    background-size: 255px;
    padding-top: 300px;
    margin-top: 1px;
}
    
.guancang_listmenu_bg {
    background: url(diancang_list_bg.jpg) no-repeat;
    background-size: 255px;
    padding-top: 150px;
    margin-top: 1px;
}

.yanjiu_listmenu_bg {
    background: url(xueshu_list_bg.jpg) no-repeat;
    background-size: 255px;
    padding-top: 250px;
    margin-top: 1px;
}

.wenchuang_listmenu_bg {
    background: url(wenchuang_list_bg.jpg) no-repeat;
    background-size: 255px;
    padding-top: 150px;
    margin-top: 1px;
}
.fuwu_listmenu_bg{
    background: url(wenchuang_list_bg.jpg) no-repeat;
    background-size: 255px;
    padding-top: 150px;
    margin-top: 1px;
}
.video_detail_container{
    width: 840px;height: 490px;margin: 0px auto;
    background: url(video_detail_bg.jpg) no-repeat;
    background-size: 840px 490px;
    padding: 20px
}

.video_detail_container video{
    width: 800px;
    height: 450px;
}

/* wap 端样式 */
@media(min-width:769.01px) {
    .header_wap_wrapper{
        display: none;
    }
    .footer1{
        display: block;
    }
    .big_focus{
        height: 700px;
        margin-bottom: 100px;
    }
    .carousel-item .index_item_img,.carousel-item video {
        height: 800px;
    }
    .dc{
        height: 600px;
        margin: 30 auto;
    }
}
@media(max-width:769px) {
    .card{
        border:none;
    }
    .big_focus{
        height: 300px;
        margin-bottom: 0px;
        background-color: #000;
    }
    .carousel-item video {
        height: 300px;
        object-fit: contain;
    }
    .carousel-item img {
        /*height: 300px;*/
        object-fit: contain;
    }
    .header_wrapper{
        display: none;
    }
    .header_wap_wrapper{
        display: block;
        height: 66px;
        background: url("/profile/custom/logo-black.png") no-repeat;
        background-size: 680px 60px;
    }
    #myfixd{
        display: none;
    }
    .lxwm{
        display: none;
    }
    .header_right_more{
        float: right;
        color: #f15a25;
        cursor: pointer;
        padding: 20px 10px;
    }
    .footer1{
        display: none;
        top: 66px;
        width: 100%;
        height: auto;
        position: fixed;
        z-index: 9999;
        background: #ccc;
        padding: 0px;
        transition: .3s ease-in-out;
    }
    .link_a .item {
        width: 100%;
        margin: 10px 30px;
        text-align: left;
    }
    .link_a .item a{
        display: inline;
    }
    .link_a .item h5 {
        display: inline;
        margin-right: 30px;
    }

    .dsj {
        background: none;
        padding-left: 10px;
        /* background-size: 51px; */
    }
    .zzjgt_t, .zzjgt_s {
        width: 100%;
    }
    .banner, .banner img{
        height: 180px !important;
    }
    .newsList li span{
        display: none;
    }
    .newsList li{
        width: 100%;
        overflow: hidden;
    }
    .article_content,.title-c{
        padding: 0px;
    }
    .dc{
        height: auto;
        margin: 30 auto;
        padding-bottom: 50px;
    }
    .dc-item{
        width: 100%;
    }
    .dc-item i {
        margin-left: 40%;
    }
    .dc-item img {
        width: 90%;
        height: auto;
    }
    .totop {
        right: 5px;
    }
    .list-col-5 {
        width:42%;
    }
    .video_detail_container {
        width: 100%;
        height: auto;
    }
    .video_detail_container video{
        width: 100%;
        height: auto;
    }
    .photos_wrapper{
        height: auto;
    }
    .photos_wrapper,.dc_breadcrumb {
        width: 100% !important;
    }
    .photos_wrapper .photos_wrapper_l,.photos_wrapper .photos_wrapper_r {
        width: 100%;
        height: auto;
        float: left;
    }
    .zzjg_box{
        background: none;
    }
    .zixun_listmenu_bg,.fuwu_listmenu_bg,.yanjiu_listmenu_bg,.dangjian_listmenu_bg,.zhanlan_listmenu_bg,.guancang_listmenu_bg,.wenchuang_listmenu_bg,.title-l,.title-r{
        display: none;
    }
}