body {font-family: '微软雅黑';}
body {
    background: url(../images/max_bg.jpg) no-repeat top center;
    overflow-x: hidden;
}

table {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}
th,td {
    border: 1px solid #d14b26;
    padding: 5px;
    text-align: center;
}
th {
    background-color: #d14b26;
    color: white;
}

#two-video {position:absolute;top:0;z-index:2;}
#home {
    height:100%;width:100%;
}
.artical {
    color:#92410a;
    line-height: 2em;
    font-size: 16px;
    max-height: 800px;
    overflow: auto;
}

.btns-box {position: absolute;width:100%;height:100%;}
.btn-item {position: absolute;}
.btn1 {
    left:210px;
    top:238px;
}
.btn2 {
    left:477px;
    top:542px;
}
.btn3 {
    left:1015px;
    top:406px;
}

.btn4 {
    left:1380px;
    top:182px;
}
.btn5{
    left:1616px;
    top:535px;
}
.icon-tit {
    position: absolute;
    width:229px;
    height:69px;
    background: url(../images/icon-tit-bg.png) no-repeat;
    left: -13px;
    bottom: -5px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    line-height: 49px;
   

}
.icon-tit span{
    display: inline-block;
     animation: swing 2s infinite;
}

#artical-dialog .mod-dialog-main {
    width: 1400px;
    height:928px;
    background: url(../images/BOX.png) no-repeat;
}

.mod-dialog-content {
    padding: 30px 100px;
}

.mod-tabs-btns {
    text-align: center;
    margin-bottom:40px;
}
.mod-tabs-btn {
    display: inline-block;
    width:240px;
    height: 65px;
    line-height: 65px;
    font-size: 16px;
    color: #fff;
    background: url(../images/tit-bg.png) no-repeat;
    background-size: 100% 100%;
}
.mod-tabs-btn.active, .mod-tabs-btn:hover {
    background: url(../images/tit-bg-on.png) no-repeat;
}

.btn-inner {
    animation: swing 2s infinite;
}

@keyframes swing {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}


.bottom-navs {
    position: fixed;
    bottom:0;
    width: 100%;

}
.bottom-navs-inner {
    width: 1188px;
    margin-left: auto;
    margin-right: auto;
    font-size: 0;
}
.bottom-nav-item {
    display: inline-block;
    margin-left: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.bottom-nav-item.active, .bottom-nav-item:hover {padding-bottom:20px;}
.top-main {width:870px;margin-left: auto;margin-right: auto;}
@media screen and (min-width: 768px) {

    .btns-box {opacity: 0;}
}

@media screen and (max-width: 768px) {
    .artical {

    max-height:none;
}
    body {
        background:#ff882f  url(../images/min_bg1.jpg) no-repeat top center fixed;
        background-size: 100%;
    }
    .mod-dialog {
        overflow-y: auto;
        background-color: rgba(0,0,0,0.6);
    }
   #artical-dialog .mod-dialog-main {
        position: relative;
        top:20px;
        transform: none;
        left:auto;
        background: url(../images/min-bg.jpg) no-repeat;
        background-size: 100% 100%;
        margin: 0 auto;
        height: auto;
    }
    .mod-dialog-mask {
        opacity: 0;
    }
    .mod-dialog-content {
        padding: 10px;
    }

    .mod-tabs-btns {
        display: flex;
    }
    .mod-dialog-close1 {
        position: absolute !important;
        right:-6px;
        top:-6px;
    }
    .btn-item {
        position:relative;
    
    }
    .btn-inner img {
        width:200px;
    }
    .btn1 {
        left:auto;top:auto
 
    }
    .btn2 {
        left:auto;top:auto
    }
    .btn3 {
         left:auto;top:auto
    }
    .btn4 {
         left:auto;top:auto
    }
    .btn5 {
         left:auto;top:auto
    }
    .icon-tit {
        left: -10px;
    }
    .btns-box {
        padding-top:200px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    
}
