
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

li {
    list-style: none;
}

input:focus,
button:focus {
    outline: 0;
}

html,
body {
    overflow-x: hidden;
    font-family: 'Microsoft YaHei', Arial, sans-serif;
    color: #333;
    line-height: 1.6;
}

a,
a:hover {
    text-decoration: none;
}

a {
    color: #333;
}

a:hover {
    color: #AE0319;
}

.body-pc {
    max-width: 1920px;
    overflow: hidden;
    position: relative;
    margin: 0px auto;
}

.mw-body {
    background: url(../images/back.jpg) no-repeat;
    background-color: #8e0101;    
}
.mw-body_table{
    width: 100%;
    height: 100%;
    display: table;
}
.mw-body_cell{
    display: table-cell;
    vertical-align: middle;
}

.mw-container {
    width: 1400px;
    margin: 0 auto;  
    position: relative
}

.mw-header {
    position: relative;
    text-align: center;
}
.mw-header_slogan{
    width: 930px;
    height: 92px;
    display: inline-block;
    color: #fff;
    font-size: 88px;
    font-weight: bold;
    letter-spacing: 5px;
    text-shadow: 5px 3px 0 rgba(221, 147, 79, .8);
}
.mw-button{
    text-align: center;
    margin-top: 325px;
}
.mw-button .mw-button_go{
    display: inline-block;
    width: 285px;
    height: 80px;
    background: url(../images/button.png) no-repeat;
    font-size: 40px;
    text-align: center;
    color: #fff;
    padding-top: 13px;
    line-height: 1;
}
.mw-button .mw-button_go:hover{
    color: #f5dd99;
}
.mw-main{
    position: relative;
    min-height: 1080px;
}
.mw-main .mw-header{
    padding-top: 150px;
} 
.mw-main .mw-items{
    margin-top: 100px;
    font-size: 0;
    padding: 0px 40px;
}
.mw-main .mw-item{
    width: 25%;
    display: inline-block;
    padding: 42px 30px;
    vertical-align: top;
}
.mw-main .mw-item_box{
    background-color: #fff3e0;
    height: 60px;
    border-radius: 35px;
    color: #8f4b22;
    line-height: 60px;
    font-size: 18px;
    position: relative;
    display: block;
    padding-left: 85px;
}
.mw-main .mw-item_box:hover{
    background-image: url(../images/hov_bg.jpg) ;
    background-repeat: repeat-y;
    background-position: center right;
    color: #ff6f0f;
    font-weight: bold;
}
.mw-main .mw-item_box::before{
    content: '\20';
    width: 76px;
    height: 88px;
    background-size:contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 5px;
    bottom: 10px;
}

.mw-main .mw-item:nth-child(1) .mw-item_box:before{
    background-image: url(../images/icon_01.png);
}
.mw-main .mw-item:nth-child(2) .mw-item_box:before{
    background-image: url(../images/icon_02.png);
}
.mw-main .mw-item:nth-child(3) .mw-item_box:before{
    background-image: url(../images/icon_03.png);
}
.mw-main .mw-item:nth-child(4) .mw-item_box:before{
    background-image: url(../images/icon_04.png);
}
.mw-main .mw-item:nth-child(5) .mw-item_box:before{
    background-image: url(../images/icon_05.png);
}
.mw-main .mw-item:nth-child(6) .mw-item_box:before{
    background-image: url(../images/icon_06.png);
}
.mw-main .mw-item:nth-child(7) .mw-item_box:before{
    background-image: url(../images/icon_07.png);
}
.mw-main .mw-item:nth-child(8) .mw-item_box:before{
    background-image: url(../images/icon_08.png);
}
.mw-main .mw-item:nth-child(9) .mw-item_box:before{
    background-image: url(../images/icon_09.png);
}
.mw-main .mw-item:nth-child(10) .mw-item_box:before{
    background-image: url(../images/icon_10.png);
}
.mw-main .mw-item:nth-child(11) .mw-item_box:before{
    background-image: url(../images/icon_11.png);
}
.mw-main .mw-item:nth-child(12) .mw-item_box:before{
    background-image: url(../images/icon_12.png);
}

.mw-footer {
    padding: 60px 0;
    color: #fff;
}

.mw-footer .mw-container{
    width: 1420px;
    margin: 0px auto;
}

.mw-footer_logo {
    display: inline-block;
    width: 13.5%;
    vertical-align: bottom;
    padding-right: 20px;
}

.mw-footer_logo_img {
    height: 0;
    padding-bottom: 87.209302%;
    background: url(../images/foot_logo.png) no-repeat;
    background-size: contain;
}

.mw-footer_info {
    display: inline-block;
    width: 70.785714%;
    padding-left: 20px;
    vertical-align: bottom;
}

.mw-footer_info_menu {
    font-size: 18px;
    margin-left: -20px;
}

.mw-footer_info_menu a {
    color: #fff;
    margin: 0px 20px;
}

.mw-footer_info_menu a:hover {
    color: #f5dd99;
}

.mw-footer_info_copy {
    margin-top: 30px;
    font-size: 22px;
    white-space: nowrap;
}

.mw-footer_info_copy span {
    font-size: 16px;
    margin-left: 10px;
}

.mw-footer_info_filing {
    margin-top: 10px;
}

.mw-footer_info_filing span {
    font-size: 16px;
    margin-right: 35px;
}

.mw-footer_info_right {
    font-size: 16px;
    margin-top: 5px;
    color: #f2dca5;
    text-align: center;
    margin-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, .5);
    padding-top: 20px;
}

.mw-footer_weach {
    display: inline-block;
    width: 13.714286%;
    vertical-align: bottom;
}

.mw-footer_weach_img {
    height: 0;
    padding-bottom: 55.454545%;
    background: url(../images/wx_ico.png) no-repeat;
    background-size: contain;
}

.body-m {
    display: none;
}
@media screen and (max-width: 1440px) {
    
    .mw-container {
        width: 1100px;
    }

    .mw-header_slogan{
        width: 930px;
        height: 92px;
        font-size: 74px;
    }
    .mw-button{
        margin-top:225px;
    }
    .mw-button .mw-button_go:hover{
        color: #f5dd99;
    }
    .mw-main{
        min-height: 768px;
    }
    .mw-main .mw-header{
        padding-top: 100px;
    } 
    .mw-main .mw-items{
        margin-top: 80px;
    }
    .mw-main .mw-item{
        padding: 32px 15px;
    }
    .mw-main .mw-item_box{
        font-size: 16px;
        padding-left:70px;
    }
    .mw-main .mw-item_box::before{
        content: '\20';
        width: 65px;
        height: 70px;
        background-size:contain;
        background-repeat: no-repeat;
        position: absolute;
        left: 5px;
        bottom: 10px;
    }
    .mw-footer {
        padding: 40px 0;
        color: #fff;
    }

    .mw-footer .mw-container{
        width: 1100px;
        margin: 0px auto;
    }

    .mw-footer_info_menu {
        font-size: 14px;
    }

    .mw-footer_info_menu a {
        color: #fff;
        margin: 0px 20px;
    }

    .mw-footer_info_menu a:hover {
        color: #f5dd99;
    }

    .mw-footer_info_copy {
        margin-top: 15px;
        font-size: 16px;
    }

    .mw-footer_info_copy span {
        font-size: 14px;
        margin-left: 10px;
    }

    .mw-footer_info_filing {
        margin-top: 10px;
    }

    .mw-footer_info_filing span {
        font-size: 14px;
        margin-right: 35px;
    }

    .mw-footer_info_right {
        font-size: 14px;
    }
}

@media screen and (max-width: 1024px) {
    .body-pc {
        display: none;
    }

    .body-m {
        display: block;
    }
}
