.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px;}
.mt50{margin-top:50px;}
.mt60{margin-top:60px;}
.mt70{margin-top:70px;}
.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}
.mb60{margin-bottom:60px;}
.mtb10{ margin-top:10px; margin-bottom:10px;}
.mtb20{ margin-top:20px; margin-bottom:20px;}
.mtb30 {margin-top: 30px;margin-bottom: 30px;}
.mtb40{ margin-top:40px; margin-bottom:40px;}
.mtb50{ margin-top:50px; margin-bottom:50px;}
.mtb60{ margin-top:60px; margin-bottom:60px;}
.mtb70{ margin-top:70px; margin-bottom:70px;}

/*Layui*/
.layui-nav{
    padding:0;
}
.layui-nav .layui-nav-item{line-height:50px;}
.layui-nav .layui-nav-item a{
    color:#fff;
}
.layui-nav .layui-nav-child a{
    color:#fff;
}
.layui-nav-child{
    top:50px;
    background-color:#e10101;
}
.layui-nav .layui-this::after, .layui-nav-bar{
    background-color:#ff6262;
}


.topLogo{
    width:50%;float:left;
}
.topLogo img{max-height:80px;}
.topSearch{
    width:50%;float:left;
}
.search{
    width:240px;
    float:right;
    border:1px solid #bf0000;
    border-radius:20px;
    margin-top:10px;
    padding:2px 0;
}
.search dt{
    float:left;
}
.search dt input{
    width:170px;
    border:0;
    text-indent:20px;
    margin-left:20px;
    color:#999;
    line-height:30px;
}
.search dt button{
    width:50px;
    line-height:30px;
    border:0;
    background-color:transparent;
}
.search dt button span{
    color:#bf0000;
    font-size:24px;
}

.topMenu{
    width:100%;
    height:50px;
    background-color:#bf0000;
}
.topMenuNav{
    width:1200px;
    margin-left:auto;
    margin-right:auto;
}
.topMenu li{
    width:12.5%;
    float:left;
    line-height:50px;
    text-align:center;
    color:#fff;
    transition:all 0.5s;
}
.topMenu li:hover{
    background-color:#a60000;
}
.topMenu li a{color:#fff;}
.wapMenu{display:none;}


.bottomLinkTitle{
    width:100%;
    height:auto;overflow:hidden;
    border-bottom:1px solid #f4f4f4;
    line-height:30px;
    text-align:center;
    font-size:18px;
}
.bottomLinkTitle s{
    width:100px;
    height:1px;
    background-color:#bf0000;
    display:block;
    margin:10px auto 0 auto;
}
.bottomLinkPicList{
    width:100%;
    height:auto;overflow:hidden;
}
.bottomLinkPicList li{
    width:10.5%;float:left;
    margin:10px 1%;
}
.bottomLinkPicList li img{
    width:100%;
    height:60px;
    border:1px solid #eee;
}

.bottomLink{
    width:100%;
    height:auto;overflow:hidden;
    background-color:#bf0000;
    border-bottom:1px solid #9a0000;
}
.bottomLogo{
    width:100%;
    height:auto;overflow:hidden;
    text-align:center;
}

.bottomLinkList{
    width:14.28%;float:left;
}
.bottomLinkList li{
    width:100%;
    height:30px;line-height:30px;overflow:hidden;
    font-size:12px;
    color:#fff;
    transition:all 0.5s;
}
.bottomLinkList li:hover{
    color:#ff0;
    text-indent:10px;
}
.bottomLinkList .title{
    width:100%;
    font-size:14px;
    height:auto;overflow:hidden;
    line-height:20px;
}
.bottomLinkList .title h3{
    width:100%;
    height:30px;line-height:30px;overflow:hidden;
    font-size:15px;
}
.bottomLinkList .title s{
    display:inline-block;
    width:30px;
    height:2px;
    background-color:#fff;
    margin-bottom:10px;
}

.bottomCopy{
    width:100%;
    height:auto;overflow:hidden;
    border-top:1px solid #d70707;
    background-color:#bf0000;
    line-height:25px;
    color:#fff;
    padding:10px 0;
    text-align:center;
    font-size:12px;
}
.bottomCopy a{color:#f6f6f6;}
.bottomCopy a:hover{color:#ff0;}

@media(max-width:768px){
    .topLogo{
        width:100%;float:left;
        text-align:center;
    }
    .topLogo img{max-height:50px;}
    .topSearch{display:none;}
    .topMenu{display:none;}
    .wapMenu{
        display:block;
        width:100%;
        height:auto;overflow:hidden;
        background-color:#bf0000;
    }
        .wapMenu li {
            width: 20%;
            float: left;
            height: 50px;
            overflow: hidden;
            line-height: 50px;
            border-bottom: 1px solid #cf0303;
            text-align: center;
            color: #fff;
            transition: all 0.5s;
        }
    .wapMenu li a{color:#fff;}

    .bottomLinkPicList li{
        width:23%;float:left;
        margin:10px 1%;
    }
    .bottomLinkPicList li img{
        width:100%;
        height:50px;
        border:1px solid #eee;
    }

    .bottomLogo img{
        width:60%;
    }

    .bottomLinkList{
        width:24%;float:left;
        margin:5px 0.5%;
        height:260px;
        text-align:center;
    }
    .bottomLinkList li{
        width:100%;
        height:30px;line-height:30px;overflow:hidden;
        font-size:12px;
        color:#fff;
        transition:all 0.5s;
    }
}