            * {
                padding: 0;
                margin: 0;
                outline: none;
            }
            
            li {
                list-style: none;
            }
            
            a {
                text-decoration: none;
            }
            
            h2,
            h3,
            i,
            em {
                font-style: normal;
            }
            
            html,
            body {
                font-family: 微软雅黑;
            }
            
            input,
            img,
            a {
                outline: none;
                border: 0;
            }
            
            .clear {
                clear: both;
            }
            
            .px1200 {
                max-width: 1200px;
                margin: 0 auto;
            }
            
            .pic {
                position: relative;
                overflow: hidden;
                padding-top: 75%;
                text-align: center;
            }
            
            .pic img {
                position: absolute;
                left: 0;
                top: 0;
                transition: all 1s;
                width: 100%;
   
            }
            
            .pic img:hover {
                transform: scale(1.2);
            }
            
            .liubai {
                background: url(../images/header-bg.png) no-repeat center center;
                padding: 10px 0;
                background-size: cover;
            }
            
            .logo {
                float: left;
            }
            
            .head-r {
                float: right;
                text-align: right;
            }
            
            .top1 {
                padding-top: 21px;
                padding-bottom: 20px;
                overflow: hidden;
            }
            
            .logo {
                float: left;
            }
            
            .logo a {
                display: block;
            }
            
            .logo a img {
                display: block;
                height:95px;
            }
            
            .dh {
                line-height: 21px;
            }
            
            .dh a {
                font-size: 16px;
                color: rgba(255, 255, 255, .68);
            }
            
            .dh span {
                font-size: 16px;
                color: rgba(255, 255, 255, .68);
                padding: 0 8px;
            }
            
            .dh a:hover {
                color: #fff;
            }
            
            .search {
                width: 287px;
                height: 38px;
                margin-top: 15px;
                border: 1px solid #c48283;
                border-radius: 20px;
                padding: 0 15px;
                box-sizing: border-box;
            }
            
            .search input[type="text"] {
                width: 88%;
                height: 38px;
                line-height: 38px;
                background-color: transparent;
                vertical-align: middle;
                color: #fff;
            }
            
            .search input::placeholder {
                font-size: 14px;
                color: rgba(255, 255, 255, 1);
            }
            
            .search input[type="image"] {
                vertical-align: middle;
            }
            
            .nav>ul {
                margin-left: -40px;
                margin-right: -40px;
            }
            
            .nav>ul>li {
                float: left;
                position: relative;
               width: 12.5%;
                text-align: center;
            }
            
            .nav>ul>li:hover {
                background-color: #810e0f;
            }
            
            .nav>ul>li>a {
                display: block;
                line-height: 48px;
                font-size: 16px;
                color: #000;
            }
            
            .nav>ul>li:hover>a {
                color: #fff;
            }
            
            .nav>ul>li>ul {
                position: absolute;
                width: 100%;
                left: 50%;
                transform: translateX(-50%);
                display: none;
                z-index: 9999;
                background-color: #fff;
                box-shadow: 0 0 5px #eee;
            }
            
            .nav>ul>li>ul>li {
                text-align: center;
                line-height: 40px;
            }
            
            .nav>ul>li>ul>li>a {
                font-size: 16px;
                color: #333;
            }
            
            .nav>ul>li>ul>li:hover {
                background-color: #810e0f;
            }
            
            .nav>ul>li>ul>li:hover>a {
                color: #fff;
            }
             .banner{width:100%;}
            .banner>.slick-arrow {
                width: 30px;
                height: 41px;
                z-index: 999;
            }
            
            .banner>.slick-prev {
                background: url("../images/left.png") no-repeat center center;
                left: 130px;
            }
            
            .banner>.slick-next {
                background: url("../images/right.png") no-repeat center center;
                right: 130px;
            }
            
            .banner a {
                position: relative;
                display: block;
            }
            /* .banner a:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/banner-tc.png) no-repeat center center;
    background-size: cover;
} */
            
            .banner a img {
                display: block;
                width: 100%;
            }
            
            .footer {
                background: url(../images/footerBg.png) no-repeat center center;
                background-size: cover;
                padding: 35px 0 60px 0;
            }
            
            .links {
                padding-bottom: 5px;
                border-bottom: 1px solid #ad5a5c;
                margin-bottom: 25px;
            }
            
            .links p{
                font-size: 16px;
                color: #fff;
                margin-bottom:10px;
            }
            
            .links a {
                line-height: 30px;
                display: inline-block;
                font-size: 14px;
                color: rgba(255, 255, 255, .8);
                /* margin-right: 25px; */
                width:100px;
            }
            
            .links a:hover {
                color: #fff;
            }
            
            .foot-m {
                float: left;
                width:400px;
            }
            .foot-m p{
                line-height: 25px;
                color: rgba(255, 255, 255, .68);
                font-size: 14px;
            }            
            
            .foot-c {
                width: 520px;
                float: left;
                margin-left: 25px;
            }
            .foot-c a {
                display: block;
                text-align: center;
            }
            
            .foot-c a img {
                display: block;
            }
            
            .foot-c h4 {
                font-size: 16px;
                color: #fff;
                font-weight: bold;
                position: relative;
                padding-left: 10px;
                border-bottom: 1px solid #ad5a5c;
                padding-bottom: 15px;
                margin-bottom: 15px;
            }
            
            .foot-r p {
                line-height: 25px;
                color: rgba(255, 255, 255, .68);
                font-size: 14px;
            }
            
            .foot-r h4:before {
                position: absolute;
                content: "";
                left: 0px;
                top: 0px;
                width: 3px;
                height: 20px;
                background: #ffffff;
            }
            
            .foot-r {
                float: right;
                font-size: 0;
                margin-top: 5px;
            }
            
            .foot-r>ul {
                text-align: right;
                position: relative;
            }
            
            .foot-r>ul li {
                color: #fff;
                display: inline-block;
                margin-left: 30px;
                position: relative;
            }
            
            .foot-r>ul li:first-child+li+li>div {
                right: 0;
                left: auto;
                transform: translateX(0);
            }
            
            .foot-r>ul li>img {
                display: block;
                cursor: pointer;
            }
            
            .foot-r>ul li div {
                position: absolute;
                width: 80px;
                top: calc(100% + 7px);
                left: 50%;
                transform: translateX(-50%);
                display: none;
            }
            
            .foot-r>ul li div img {
                display: block;
                width: 100%;
            }
            
            .foot-r>ul li:hover div {
                display: block;
            }
            
            .foot-bq {
                background: #7e1013;
                height: 40px;
                line-height: 40px;
            }
            
            .foot-bq p {
                text-align: center;
                color: rgba(255, 255, 255, .3);
                font-size: 12px;
            }
            .foot-bq p a{
               
                color: rgba(255, 255, 255, .3);
               
            }
            .foot-bq img {
                vertical-align: middle;
                display: inline;
                margin: 0 5px;
            }
            /* 移动端头部 */
            
            .top {
                max-width: 1920px;
                margin: 0 auto;
                position: fixed;
                right: 10px;
                top: 18px;
                width: 25px;
                height: 25px;
                z-index: 9999;
            }
            
            .wap {
                display: none;
            }
            
            .top>img {
                display: block;
                width: 100%;
            }
            
            .wap-menu {
                position: absolute;
                top: 0;
                right: 0;
                z-index: 99999;
                font-size: 0;
            }
            
            .close-menu {
                display: none;
                position: absolute;
                right: 0;
                top: 0;
            }
            
            .wap-menu img {
                height: 25px;
            }
            
            @media screen and (max-width: 1300px) {
                .nav>ul {
                    margin-left: 0;
                    margin-right: 0;
                }
                .foot-r {
                    margin-right: 40px;
                }
            }
            
            @media screen and (max-width: 1200px) {
                .px1200 {
                    padding-left: 15px;
                    padding-right: 15px;
                }
            }
            
            @media screen and (max-width: 1024px) {
                body {
                    padding-top: 60px;
                }
                .liubai {
                    display: none;
                }
                .footer {
                    padding: 20px 0;
                }
                #top {
                    display: none;
                }
                #nav {
                    display: none;
                }
                .wap {
                    display: block;
                }
                .m-logo {
                    font-size: 0;
                }
                .m-head {
                    position: fixed;
                    top: 0;
                    left: 0;
                    right: 0;
                    background: #8c0e0f;
                    padding: 10px;
                    z-index: 999;
                    box-shadow: 0 5px 5px rgb(0 0 0 / 20%);
                }
                .m-logo {
                    font-size: 0;
                }
                .m-logo a {
                    font-size: 0;
                    line-height: 40px;
                }
                .m-logo img {
                    max-height: 40px;
                    max-width: 80%;
                    vertical-align: middle;
                }
                .m-tlink {
                    padding: 10px 15px 0 15px;
                }
                .m-tlink a {
                    font-size: 14px;
                    margin-right: 15px;
                    margin: 5px 0;
                    color: #fff;
                    display: inline-block;
                    font-size: 14px;
                    line-height: 24px;
                    background: #fff;
                    color: #004980;
                    line-height: 30px;
                    padding: 0 15px;
                    border-radius: 5px;
                }
                .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;
                }
                .m-search input[type="text"] {
                    display: block;
                    width: 100%;
                    padding-left: 20px;
                    line-height: 35px;
                    background: none;
                    color: #fff;
                    border: 1px solid #ddd;
                    border-radius: 20px;
                    padding-right: 30px;
                }
                .m-search input[type="text"]::placeholder {
                    color: #fff;
                }
                .m-search input[type="image"] {
                    position: absolute;
                    right: 15px;
                    top: 15px;
                    height: 15px;
                }
                .m-nav {
                    position: fixed;
                    top: 60px;
                    left: 100%;
                    right: 0;
                    bottom: 0;
                    z-index: 999;
                    background: #a00c0d;
                    overflow-y: scroll;
                }
                .m-nav ul {
                    padding: 0 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 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("../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;
                }
            }
            
            @media screen and (max-width: 1000px) {
                .foot-m {
                    float: none;
                    margin-bottom: 15px;
                }
                .foot-m a img {
                    margin-left: auto;
                    margin-right: auto;
                }
                .foot-c {
                    margin-left: 0;
                }
                .banner>.slick-prev {
                    left: 20px;
                }
                .banner>.slick-next {
                    right: 20px;
                }
            }
            
            @media screen and (max-width: 700px) {
                .foot-c {
                    float: none;
                    width: auto;
                }
                .foot-r {
                    float: none;
                    margin-right: 0;
                }
                .foot-r>ul {
                    text-align: center;
                }
                .foot-bq {
                    height: auto;
                }
            }