﻿.head {
    width: 100%;
}

.main {
    width: 100%;
    background: #e98e13;
    margin: 0px auto;
}

.w100 {
    width: 100%;
    display: inline-block;
}

.w1200 {
    width: 1200px;
    margin: 0px auto;
}


.w1000 {
    width: 1000px;
    margin: 0px auto;
}


.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt50 {
    margin-top: 50px;
}

.layui-nav {
    background-color: #eb9c16;
    padding: 0px;
}

    .layui-nav .layui-nav-item {
        text-align: center;
        width: 14%;
    }

        .layui-nav .layui-nav-item a {
            color: white;
        }

.tc {
    text-align: center;
}

a {
    cursor: pointer;
}

l35 {
    line-height: 35px;
}

.xtitle {
    display: inline-block;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #eda417;
    height: 50px;
}

    .xtitle span {
        display: inline-block;
        height: 50px;
        line-height: 50px;
        width: 100px;
        background: #e98613;
        color: white;
        text-align: center;
        padding-left: 40px;
        float: left;
        font-size: 22px;
        font-weight: 800;
        padding-right: 10px;
    }

    .xtitle .sj {
        display: inline-block;
        width: 0;
        height: 0;
        border-bottom: 50px solid #e98613;
        border-right: 50px solid transparent;
    }

    .xtitle .more {
        position: absolute;
        right: 0px;
        bottom: 5px;
    }


        .xtitle .more a {
            color: #ea9612;
        }

.hzdw {
    display: inline-block;
    width: 100%;
    border: 1px solid #d8cbcb;
}

    .hzdw img {
        height: 100px;
        float: left;
        margin: 1%;
        width: 23%;
    }

.foot {
    width: 100%;
}
