html {
    font-size: 62.5%;
    height: auto;
    /* 10÷16=62.5% */
}

body {
    font-size: 1.6rem;
    /* 12÷10=1.2 */
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, canvas, details, embed, figure, figcaption, footer, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
}
ul,li{
    list-style: none;
}
body {
    max-width: 1920px;
    overflow-x: hidden;
    border: 0;
}

* {
    box-sizing: border-box;
}

a {
    color: inherit;
}

img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

.da2 {
    display: none
}

.imh {
    transition: 1s;
}

.imh:hover {
    transform: scale(1.1);
}

* {
    box-sizing: border-box;
}

input, button {
    outline: 0;
}

.moble2 {
    display: none;
}

a {
    text-decoration: none !important;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.header {
    background: #9D0908;
    justify-content: space-between;
    height: 170px;
    padding: 10px 0px;
}

.header>div {
    width: 1600px;
    margin: 0 auto;
    justify-content: space-between;
}

.header>div>div:nth-child(1) {
    display: flex;
    justify-content: space-between;
}

.header-wz {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.49);
    line-height: 27px;
    text-align: right;
    margin-top: 10px;
}

.header-wz>p {
    margin: 0px 10px 10px 0px;
}

.header-input {
    width: 252px;
    height: 33px;
    background: rgba(255, 255, 255, 1);
    border-radius: 17px;
    padding: 4px 10px;
    display: flex;
    justify-content: space-between;
}

.header-input>button {
    background: url("../images/ss.png");
    border: 0;
    width: 26px;
    height: 20px;
}

.header-input>input {
    border: 0;
}

.header-bottom {
    display: flex;
    margin-top: 10px;
    justify-content: left;
}

.header-bottom>li {
    margin: 0;
    width: 150px;
    height: 44px;
    flex: 1;
    list-style-type: none
}

.header-bottom>li a {
    font-size: 1.8rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    text-align: center;
    color: #ffe;
}

.por {
    position: relative;
}

@keyframes menu1 {
    from {
        opacity: 0;
        transform: translateX(30px) rotateY(90deg);
    }
    to {
        opacity: 1;
        transform: translateX(0) rotateY(0);
    }
}

.header-bottom>li>a {
    padding-bottom: 15px;
    text-decoration: none;
    color: #ffe;
    text-transform: capitalize;
    font-family: monospace;
    display: block;
    padding: 10px 15px;
    font-size: 16px;
    transition: background-color 0.3s ease-in-out;
    font-family: "Raleway", sans-serif;
}

.header {
    position: relative;
    z-index: 100;
}

.header-bottom>li:hover>a {
    background-color: #1f5138;
    color: #ffe;
}

.drop li {
    display: none;
    opacity: 0;
    transform-origin: top center;
}

.drop li a {
    background-color: rgba(23, 23, 23, 0.7);
    padding: 10px 0;
    text-align: center;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    z-index: 1000000;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    color: #ffe;
    text-transform: capitalize;
    font-family: monospace;
    display: block;
    font-size: 16px;
    transition: background-color 0.2s ease-in-out;
    font-family: "Raleway", sans-serif;
}

.drop li a:hover {
    background-color: #1f5138
}

.header-bottom>li:hover .menu1 li:first-of-type {
    animation: menu1 0.2s ease-in-out forwards;
    animation-delay: 0.1s;
    display: block;
}

.header-bottom>li:hover .menu1 li:nth-of-type(2) {
    animation: menu1 0.3s ease-in-out forwards;
    animation-delay: 0.2s;
    display: block;
}

.header-bottom>li:hover .menu1 li:nth-of-type(3) {
    animation: menu1 0.3s ease-in-out forwards;
    animation-delay: 0.3s;
    display: block;
}

.header-bottom>li:hover .menu1 li:nth-of-type(3) {
    animation: menu1 0.3s ease-in-out forwards;
    animation-delay: 0.4s;
    display: block;
}

.header-bottom>li:hover .menu1 li:nth-of-type(4) {
    animation: menu1 0.3s ease-in-out forwards;
    animation-delay: 0.5s;
    display: block;
}

.header-bottom>li:hover .menu1 li:nth-of-type(5) {
    animation: menu1 0.3s ease-in-out forwards;
    animation-delay: 0.6s;
    display: block;
}

.header-bottom>li:hover .menu1 li:nth-of-type(6) {
    animation: menu1 0.3s ease-in-out forwards;
    animation-delay: 0.7s;
    display: block;
}

.header-bottom>li:hover .menu1 li:nth-of-type(7) {
    animation: menu1 0.3s ease-in-out forwards;
    animation-delay: 0.8s;
    display: block;
}

.header-bottom>li:hover .menu1 li:nth-of-type(8) {
    animation: menu1 0.3s ease-in-out forwards;
    animation-delay: 0.9s;
    display: block;
}

.header-bottom>li:hover .menu1 li:nth-of-type(9) {
    animation: menu1 0.3s ease-in-out forwards;
    animation-delay: 1s;
    display: block;
}

.header-bottom>li:hover .menu1 li:nth-of-type(10) {
    animation: menu1 0.3s ease-in-out forwards;
    animation-delay: 1.1s;
    display: block;
}

.header-bottom>li:hover .menu1 li:nth-of-type(11) {
    animation: menu1 0.3s ease-in-out forwards;
    animation-delay: 1.2s;
    display: block;
}

.header-bottom>li:hover .menu1 li:nth-of-type(12) {
    animation: menu1 0.3s ease-in-out forwards;
    animation-delay: 1.3s;
    display: block;
}

.dh-img {
    animation: slideInLeft 1s;
    padding-top: 10px;
}

body {
    animation: fadeIn 1s;
}
.layout_page{
    text-align: center;
	margin: 8px 0;
}
.main-list-cd-tit em{
	display: none;
}
