* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    outline: none
}

html,body {
    color: rgb(51, 51, 51);
    font-size: 16px;
    font-family: "微软雅黑";
    text-align: left;
    margin-left: auto !important;
    margin-right: auto !important
}

li {
    list-style: none
}

a {
    text-decoration: none;
    color: #333;
}

img,input {
    border: 0px;
    outline: none
}

.icon img {
    transition: all 0.3s ease 0s
}

.icon:hover img {
    animation: 0.6s linear 0s 1 normal none running icon-yh
}

.search {
    width: 310px;
    height: 40px;
    background: #fff;
    margin-top: 50px;
    position: absolute;
    right: 0;
    top: 0px;
    z-index: 1;
    font-size: 0px
}

input,button {
    border: none;
    outline: none
}

.search .text {
    width: 310px;
    padding-left: 15px;
    padding-right: 76px;
    height: 40px;
    font-size: 14px;
    background: none;
    color: #333;
    border: 1px solid #9a030f;
}

.search .button {
    width: 65px;
    height: 38px;
    background: #f6d243 url(../images/fdj.png) no-repeat center;
    position: absolute;
    top: 1px;
    right: 0;
    cursor: pointer;
    text-align: center
}

@keyframes icon-yh {
    0% {
        transform: rotateZ(0deg)
    }

    10% {
        transform: rotateZ(10deg)
    }

    20% {
        transform: rotateZ(0deg)
    }

    30% {
        transform: rotateZ(-10deg)
    }

    40% {
        transform: rotateZ(0deg)
    }

    50% {
        transform: rotateZ(10deg)
    }

    60% {
        transform: rotateZ(0deg)
    }

    70% {
        transform: rotateZ(-10deg)
    }

    80% {
        transform: rotateZ(0deg)
    }

    90% {
        transform: rotateZ(10deg)
    }

    100% {
        transform: rotateZ(0deg)
    }
}

.wap {
    display: none
}

.top>img.wap {
    display: none
}

.clearfix::after {
    content: "";
    clear: both;
    display: block;
    overflow: hidden;
    font-size: 0px;
    height: 0px
}

.clearfix {
    zoom: 1}

body .clear {
    clear: both;
    height: 0px !important;
    width: 0px !important;
    border: none !important;
    margin: 0px !important;
    padding: 0px !important;
    float: none !important
}

.px1200 {
    max-width: 1200px;
    margin: 0px auto
}

.px1300 {
    max-width: 1300px;
    margin: 0px auto
}

.px1400 {
    max-width: 1400px;
    margin: 0px auto
}

.px1682 {
    max-width: 100%;
    margin: 0px auto
}

.pic {
    padding-top: 75%;
    position: relative;
    overflow: hidden
}

.pic img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    transition: all 1s ease 0s;
object-fit: cover;
}

.pic img:hover {
    transform: scale(1.05)
}

.logo {
    float: left;
    margin: 24px 0;
}

.logo a {
    display: block;
    max-width: 600px
}

.logo a img {
    width: 100%
}
.dh {
    background-color: #710409;
}
.header {
background: #8c0e18;
}


.headerRight {
    margin-left: 485px;
    position: relative
}

.tool {
    text-align: right;
    line-height: 40px;
    height: 40px;
    margin-bottom: 10px;
    padding-top: 10px
}

.tool a {
    font-size: 14px;
    color: #fff;
    position: relative;
    float: right;
    line-height: 40px;
    font-size: 14px;
    margin-left: 13px;
    font-weight: 600
}

.tool span {
    float: right;
    color: rgb(204, 204, 204);
    margin: 0px 12px
}

.tool a:hover {
    text-decoration: underline
}

.banner {
 
}

.slick div a img {
    width: 100%
}

.banner>div {
    position: relative
}

.banner .zhezhao {
    position: absolute;
    
    background-size: cover;
    top: 0px;
    left: 0;
    right: 0;
    height: 90px;
    z-index: 1
}

.slick .slick-dots {
    bottom: 64px;
    z-index: 2
}

.slick .slick-dots li {
    width: 45px;
    height: 6px;
    background: #ffffff;
    margin: 0 9px
}

.slick .slick-dots li button {
    display: none
}

.slick .slick-dots li.slick-active {
    background: #9a030f
}

.banner .nav {
    position: absolute;
    top: -55px;
    left: 0;
    right: 0;
    z-index: 2;
    width: 800px;
}

.navItem {
    float: left;
    width: 14%;
    cursor: pointer;
    position: relative;
    text-align: center;
    padding: 10px 0
}

.navItem>a {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 40px;
    height: 40px
}

.navItem>div {
    top: 100%;
    position: absolute;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease 0s;
    left: -16px !important;
    right: -16px !important
}

.navItem::before {
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 0px;
    height: 3px;
    background: #9a030f;
    content: "";
    transition: width 0.5s ease 0s
}

.navItem::after {
    position: absolute;
    bottom: 0px;
    right: 50%;
    width: 0px;
    height: 3px;
    background: #9a030f;
    content: "";
    transition: width 0.5s ease 0s
}

.navItem:hover::before,.navItem:hover::after {
    width: 50%
}

.navItem:hover div {
    opacity: 1;
    visibility: inherit
}

.navItem>div>ul {
    background: rgb(255, 255, 255)
}

.navItem>div>ul>li {
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-bottom: 1px solid rgb(243, 240, 240)
}

.navItem>div>ul>li>a {
    font-size: 15px;
    color: rgb(34, 34, 34)
}

.navItem>div>ul>li:last-child {
    border-bottom: 0px
}

.navItem>div>ul>li:hover a {
    color: #9a030f
}

.top {
    /* background: url("../images/bg-top1.png") no-repeat; */
    background-size: cover
}

.footer-bottom {
    background-color: #79000a;
    height: 40px;
    line-height: 40px
}

.footer-bottom>div {
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.footerLeft {
    float: left;
    width: 100%;
    text-align: center;
}
.footerLeft p {
    line-height: 40px;
    height: 40px;
    font-size: 16px;
    color: #fff;
}
.footerLeft .tit {
    font-size: 24px;
    color: #fff;
    margin-bottom: 30px
}

.footerLeft li {
    padding-left: 34px;
    position: relative
}

.footerLeft li p {
    line-height: 40px;
    height: 40px;
    font-size: 16px;
    color: #fff
}

.footerLeft li img {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%)
}

.footerMid {
    float: left;
    width: 42.5%;
    margin-top: 32px;
    text-align: center;
}

.footerMid a {
    display: block
}

.footerMid img {
    max-width: 100%;
}

.footerRight {
    float: right;
    width: 30%;
}
.footerRight img {
max-width: 100%;
}
.footer-top {
    background:#79000a;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 30px
}

.footer-B-L-Box .footerItem {
    width: 283px;
    height: 40px;
    background: transparent;
    line-height: 40px;
    font-size: 14px;
    color: #ffffff;
    padding-left: 11px;
    cursor: pointer;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 20px
}

.footerItem::after {
    position: absolute;
    content: "";
    display: block;
    background: url(../images/icon-footer.png) no-repeat;
    background-size: contain;
    width: 16px;
    height: 10px;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.8s
}

.footer-B-L-Box>div:hover .footerItem::after {
    transform: rotateZ(180deg) translateY(50%)
}

.footer-B-L-Box div {
    float: right;
    position: relative
}

.footer-B-L-Box div ul {
    position: absolute;
    bottom: 100%;
    display: none;
    width: 100%
}

.footer-B-L-Box div ul li {
    width: 283px;
    height: 40px;
    line-height: 40px;
    border-top: 1px solid #96101e
}

.footer-B-L-Box div ul li:first-child {
    border-top: 0px
}

.footer-B-L-Box div ul li a:hover {
    background-color: #96101e;
    color: #ffffff
}

.footer-B-L-Box div ul li a {
    display: block;
    color: #333;
    font-size: 13px;
    background-color: #ffffff;
    padding-left: 12px
}

@media screen and (max-width: 1400px) {
    .logo a {
        max-width: 500px
    }
    .navItem {
        padding: 3px 0;
}
    .headerRight {
        margin-left: 410px
    }

    .navItem>a {
        font-size: 16px
    }

    .navItem>div>ul>li>a {
        font-size: 12px
    }

    .header {
        padding: 0 20px
    }

    .banner .nav {
        padding: 0 20px
    }

    .footer-top {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: center;
    }
}

@media screen and (max-width: 1200px) {
    .header>div {
        padding: 0px 20px
    }

    .head_wit {
        line-height: 80px;
        height: 80px !important
    }

    .navItem>div>ul {
        min-width: 110px
    }

    .navItem>div {
        top: 44px
    }

    .head_wit .logo a {
        padding-top: 8px
    }

    .navItem::before, .navItem::after {
        bottom: 0px
    }

    .logo a {
        max-width: 300px
    }

    .headerRight {
        margin-left: 320px
    }

 

    .navItem>div>ul>li>a {
        font-size: 12px
    }

    .tool a {
        font-size: 12px
    }

    .header {
        height: 100px
    }

    .footer>div {
        padding-left: 10px;
        padding-right: 10px
    }

    .footerLeft {
        /* width: 33%; */
    }

    .footerMid {
        width: 33.5%
    }

    .footerRight {
        width: 33.5%
    }
}

@media screen and (max-width: 1024px) {
    .pc {
        display: none !important
    }

    .m-top {
        max-width: 1920px;
        margin: 0px auto;
        position: fixed;
        right: 20px;
        top: 18px;
        width: 25px;
        height: 25px;
        z-index: 9999
    }

    .wap {
        display: block !important
    }

    .wap-menu {
        position: absolute;
        top: 0px;
        right: 0px;
        z-index: 99999;
        font-size: 0px
    }

    .wap-menu img {
        height: 25px;
        cursor: pointer
    }

    .close-menu {
        display: none;
        position: absolute;
        right: 0px;
        top: 0px;
        cursor: pointer
    }

    .m-head {
        position: fixed;
        top: 0px;
        left: 0px;
        right: 0px;
        background: #9a030f;
        z-index: 999;
        padding: 10px 20px
    }

    .m-logo {
        font-size: 0px
    }

    .m-logo a {
        font-size: 0px;
        line-height: 40px;
        display: block
    }

    .m-logo img {
        max-height: 40px;
        max-width: 80%;
        vertical-align: middle
    }

    .m-tlink {
        font-size: 12px;
        padding: 10px 15px 0px;
        color: rgba(255, 255, 255, 0.6)
    }

    .m-tlink a {
        font-size: 12px;
        margin: 0px 8px;
        color: rgb(255, 255, 255);
        display: inline-block;
        line-height: 24px;
        border-radius: 5px
    }

    .m-tlink a:hover {
        text-decoration: underline
    }

    .m-tlink a img {
        vertical-align: -2px;
        padding-right: 5px;
        height: 14px
    }

    .m-search {
        margin: 15px;
        padding: 5px 50px 5px 10px;
        position: relative;
        line-height: 35px;
        border: 1px solid rgb(255, 255, 255)
    }

    .m-search input[type="text"] {
        display: block;
        width: 100%;
        line-height: 25px;
        background: none;
        color: rgb(255, 255, 255);
        font-size: 12px
    }

    .m-search input[type="text"]::placeholder {
        color: rgb(255, 255, 255)
    }

    .m-search input[type="image"] {
        position: absolute;
        right: 10px;
        top: 10px;
        height: 15px
    }

    .m-nav {
        position: fixed;
        top: 60px;
        right: -100%;
        bottom: 0px;
        z-index: 999;
        background: #9a030f;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        overflow-y: scroll;
        width: 100%;
        max-width: 375px
    }

    .m-nav .top-r {
        color: rgb(255, 255, 255);
        padding-left: 15px
    }

    .m-nav ul {
        padding: 0px 15px
    }

    .m-nav ul li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        position: relative
    }

    .m-nav ul li>span.on {
        transform: rotateZ(90deg)
    }

    .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 0px;
        position: relative;
        color: rgb(255, 255, 255)
    }

    .m-nav>ul>li ul li a {
        padding: 10px 0px
    }

    .m-nav>ul>li>span {
        position: absolute;
        width: 20px;
        height: 20px;
        background: url("../images/m-nav_down.png") center center / 14px 14px no-repeat;
        right: 0px;
        top: 15px;
        cursor: pointer;
        display: block;
        color: rgb(255, 255, 255);
        transition: all 0.3s ease 0s
    }

    .banner .nav {
        display: none
    }

    .slick .slick-dots {
        bottom: 25px;
        z-index: 2
    }

    .banner .zhezhao {
        height: 80px
    }

    .footer-top {
        position: relative
    }

    .footerLeft {
        /* width:60%; */
        /* margin-bottom: 20px; */
    }

    .footerMid {
        float: none;
        width: 50%
    }

    .footerRight {
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%)
    }

    .footer-top {
        padding-top: 15px
    }
}

@media screen and (max-width: 768px) {
    .footer-B-L-Box .footerItem {
        width: 100%
    }

    .footer-B-L-Box div ul li {
        width: 100%
    }

    .footerLeft {
     
    }

    .footer-B-L-Box div {
        width: 100%
    }

    .footerRight {
        width: 30%
    }

    .footer-bottom>div,.footerLeft li p {
        font-size: 14px
    }

    .footerLeft li p {
        line-height: 34px;
        height: auto
    }
.footerLeft p {
    font-size: 14px;

}
}

@media screen and (max-width: 488px) {
    .footer .Left {
        float: none;
        width: 80%;
        text-align: center
    }

    .footerLeft {
        margin: 0 auto;
        padding-right: 0px;
 
         text-align: center;
width: 100%;
    }
.footerRight img {
    max-width: 80%;
    margin: 0 auto;
    display: block;
}

    .footerMid {
        width: 80%;
        margin: 0 auto;
        margin-bottom: 20px
    }

    .footerRight {
        float: none;
        position: static;
        top: 110px;
        left: 50%;
        width: auto;
        transform: translateX(0) translateY(0)
    }

    .footer .Right p {
        text-align: center
    }
}

@media screen and (max-width: 388px) {
    .footerLeft li:first-child p {
        line-height: 20px
    }
}