@charset "utf-8";

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    font-weight: normal;
    border: none;
    list-style: none;
    text-decoration: none;
}

.modulepic {
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}

.modulepic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
    object-fit: cover;
}

.modulepic div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .8s;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

a:hover .modulepic img {
    transform: scale(1.05);
}

a:hover .modulepic div {
    transform: scale(1.1);
}

/* 清除浮动 */
.moduleClear:after {
    content: "";
    display: block !important;
    clear: both;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
}

/* 固定定位底部   常用于版权组件  */
.modulefixedbottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
}

.clear {
    clear: both;
}

html,
body {
    color: #333;
    font-family: "微软雅黑";
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
    font-size: 16px;
}

.wl {
    position: relative;
    z-index: 6;
}

.wp {
    width: 1400px;
    margin: 0 auto;
    max-width: 94%;
}

.l1 {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.l2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.l3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.l4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

@font-face {
    font-family: "sysong";
    src: url(/jwc/font/sySong.woff);
    font-weight: normal;
    font-style: normal;
}

.header {
    position: relative;
    padding: 25px 0;
    background: #8C2D30;
    z-index: 9;
}

.head {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.head-r .head-top {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.head-r .lj {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #fff;
}

.head-r .search {
    display: flex;
    align-items: center;
    margin-left: 25px;
    width: 170px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    background: rgba(255, 255, 255, .1);
    padding: 0 13px;
}

.head-r .search input[type="text"] {
    width: 90%;
    height: 100%;
    background: transparent;
    color: #fff;
}

.head-r .lj img {
    margin-right: 5px;
}

.head_nav {
    width: 100%;

}

.head_nav ul {
    display: flex;
    justify-content: space-between;
}

.head_nav ul li {
    z-index: 0;
    height: 100%;
    position: relative;
    margin-left: 45px;
}

.head_nav ul li a {
    display: block;
    position: relative;

    z-index: 2;
}

.head_nav ul li h3 {
    font-size: 18px;
    color: #fff;
    line-height: 48px;
    position: relative;
    font-weight: 500;
    transition: .36s;
    display: inline-block;
}

.head_nav ul li .sub {
    position: absolute;
    top: 98%;
    background: #fff;
    width: auto;
    left: 50%;
    z-index: 10000;
    transform: translateX(-50%) scaleY(0);
    visibility: hidden;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: .5s;
    transform-origin: top;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    border-radius: 0 0 8px 8px;
}

.head_nav ul li>a:after {
    content: '';
    height: 2px;
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 2px;
    background: #F49C5A;
    transition: all .6s;
}

.head_nav ul li:hover>a:after,
.head_nav ul li.on>a:after {
    left: 0;
    right: 0;
}

.head_nav ul li .sub .box {
    padding: 14px 0;
    text-align: center;
}

.head_nav ul li .sub a {
    padding: 8px 30px;
    line-height: 28px;
    transition: .6s;
    font-size: 17px;
    color: #333;
    text-align: center;
    min-width: 180px;
}

.head_nav ul li .sub a:hover {
    color: #fff;
    background: #8C2D30;
}

.head_nav ul li:hover .sub {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) scaleY(1);
}

.rightFix {
    position: fixed;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 200000;
    padding: 50px 0 0;
    display: block !important;
}

.rightFix .log {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.rightFix .log .img {
    display: block;
    max-width: 100%;
}

.rightFix ul {
    padding-top: 75px;
    padding-bottom: 50px;
    background: url(/jwc/images/dhr-bg.png) no-repeat center center/100% 100%;
}

.rightFix li {
    width: 120px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    transition: .3s;
}

.rightFix li a {
    display: block;
    padding: 15px 0;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.2);

}

.rightFix li:last-child a,
.rightFix li:nth-last-child(2) a {
    border-bottom: none;
}


.rightFix a:hover i {
    transform: rotateY(360deg);
    transition: .5s;
}


.rightFix li p {
    transition: 0.5s;
    line-height: 1.5;
    padding: 0 5px;
    color: #fff;
    width: 80%;
    margin: 0 auto;
    margin-top: 5px;
}

.rightFix li:hover p {
    color: #F49C5A;
}

.rightFix li.totop {
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
}

.rightFix li.totop p {
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 100%;
    padding: 0;
}

.rightFix li.totop p img {
    width: 100%;
}

/* 移动端 */

.wap {
    display: none;
}

.top {
    position: fixed;
    max-width: 1920px;
    margin: 0 auto;
    right: 10px;
    top: 18px;
    width: 25px;
    height: 25px;
    z-index: -1;
}

.top>img {
    display: block;
    width: 100%;
}

.wap-menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999;
    font-size: 0;
}

.wap-menu img {
    height: 25px;
}

.close-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
}



@media screen and (max-width: 1680px) {
    .rightFix {
        transform: scale(.8);
    }
}

@media screen and (max-width: 1400px) {
    .wp {}

    .rightFix {
        transform: scale(.5);
        transform-origin: right center;
    }


}

@media screen and (max-width: 1260px) {
    .head_nav ul li {
        margin-left: 15px;
    }

    .head_nav ul li h3 {
        font-size: 16px;
    }
}

@media screen and (max-width: 1024px) {
    .header {
        display: none;
    }

    .rightFix {
        display: none !important;
    }

    .wp {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    body {
        padding-top: 60px;
    }

    #nav {
        display: none;
    }

    .top {
        z-index: 9999;
    }

    .wap {
        display: block !important;
    }

    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #8C2D30;
        z-index: 999;
        padding: 10px;
    }

    .m-logo {
        font-size: 0;
    }

    .m-logo a {
        font-size: 0;
        line-height: 40px;
        display: block;
    }

    .m-logo img {
        max-height: 40px;
        max-width: 80%;
        vertical-align: middle;
    }

    .m-logo a i {
        position: relative;
        padding: 0 10px;
        vertical-align: middle;
    }

    .m-logo a i:after {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        height: 30px;
        background: #B61C1C;
    }

    .m-logo a span {
        display: inline-block;
        font-size: 16px;
        color: #B61C1C;
        vertical-align: middle;
        font-family: 'sySong';
    }

    .m-tlink {
        padding: 10px 15px 0 15px;
    }

    .m-tlink a {
        font-size: 12px;
        margin-right: 5px;
        color: #fff;
        display: inline-block;
        line-height: 24px;
        background: #fff;
        color: #7C1824;
        line-height: 24px;
        padding: 0 15px;
        border-radius: 5px;
        margin-top: 0.3rem;
    }

    .m-search {
        margin: 0 15px;
        padding-right: 50px;
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        position: relative;
        line-height: 35px;
        margin-top: 15px;
        border: 1px solid #fff;
    }

    .m-search input[type="text"] {
        display: block;
        width: 100%;
        line-height: 25px;
        background: none;
        color: #fff;
    }

    .m-search input[type="text"]::placeholder {
        color: #fff;
    }

    .m-search input[type="image"] {
        position: absolute;
        right: 10px;
        top: 10px;
        height: 15px;
    }

    .m-nav {
        position: fixed;
        top: 60px;
        right: -100%;
        bottom: 0;
        z-index: 999;
        background: #8c2d30;
        overflow-y: scroll;
        width: 100%;
        max-width: 375px;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }

    .m-nav ul {
        padding: 0 15px;
        /* border-top: 1px solid rgba(255, 255, 255, 0.2); */
    }

    .m-nav ul li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        position: relative;
    }

    .m-nav ul li ul {
        display: none;
    }

    .m-nav ul li ul li {
        border: none;
    }

    .m-nav>ul>li a {
        display: block;
        font-size: 14px;
        line-height: 20px;
        padding: 15px 0;
        position: relative;
        color: #fff;
    }

    .m-nav>ul>li ul li a {
        padding: 10px 0;
    }

    .m-nav>ul>li>span {
        position: absolute;
        width: 20px;
        height: 20px;
        background: url(/jwc/images/m-nav_down.png) no-repeat;
        background-size: 14px 14px;
        background-position: center center;
        right: 0;
        top: 15px;
        cursor: pointer;
        display: block;
        color: #fff;
        transition: all 0.3s;
    }

    .m-nav ul li>span.on {
        transform: rotateZ(90deg);
    }

}

.pb_sys_style1 .p_no_d {
    border: 1px solid #8C2D30 !important;
    background-color: #8C2D30 !important;
}

.pb_sys_common .p_fun a, .pb_sys_common .p_no a{    margin-top: 3px !important;}


/* 固定定位底部   常用于版权组件  */
.modulefixedbottom {
    position: fixed !important;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
}