body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    padding: 0;
    margin: 0;
}

body,
input,
button,
select,
textarea {
    font: 14px/1.5 Arial Verdana, Microsoft yahei, sans-serif;
    color: #000;
}

body {
    color: #000;
    background: #fff
}

textarea {
    resize: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: none;
    vertical-align: middle;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
em,
i {
    font-weight: normal;
    font-style: normal;
}

ol,
ul {
    list-style: none;
}

list {
    vertical-align: middle;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none !important;
    color: #c00;
}

input {
    vertical-align: middle;
}

button {
    overflow: visible;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.clearfix:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.overFlowTwo {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}



.clearfix {
    display: inline-block;
}

*html .clearfix {
    height: 1%
}

.clearfix {
    display: block;
}

.zoom {
    zoom: 1
}

.left {
    float: left;
    display: inline;
}

.right {
    float: right;
    display: inline;
}

.pointer {
    cursor: pointer;
}

.clr {
    clear: both;
    height: 0px;
    line-height: 0;
    font-size: 0
}

.text-center {
    text-align: center;
}

.contair {
    width: 750px;
    margin: 0 auto;
    content: '.';
    display: block;
    overflow: hidden
}

.banner {
    background: #fef200
}

.unitBox {
    text-align: center;
    font-size: 22px;
    position: relative;
    bottom: 350px;
    margin: 0px 60px;
}

.unitItem {
    display: flex;
    margin-top: 20px;
}

.unitLeft {
    width: 245px;
    text-align: right;
    margin-right: 20px;
}

.unitRight {
    width: 400px;
    text-align: left;
}

.unitRight>p {
    margin: 0px;
}

.bannerEvent img {
    width: 100%;
    margin-top: -258px;
}

.locationImg img {
    width: 100%;
}

.planImg img {
    width: 100%;
}

.recordBox {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background-color: #FFFF00;
}

.topBox {
    margin: 0 auto;
    text-align: center;
}

.topBox img {
    width: 232px;
    height: 164px;
}

.rTitle {
    font-size: 36px;
    font-weight: bold;
    color: #363636;
    margin-top: -88px;
    position: relative;
}

.rTitle::before {
    content: "";
    display: flex;
    position: absolute;
    top: -10px;
    left: 44%;
    width: 97px;
    height: 6px;
    background: #000000;
}

#worksList {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 100px 0px 20px 0px;
}

.w_item {
    width: 350px;
    height: 550px;
    background: #EDEDED;
    border-radius: 5px;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 19px;
}

.wi_img {
    position: relative;
    width: 100%;
    height: 330px;
}

.wi_img>img {
    width: 100%;
    height: 100%;
    display: block;
}

.wi_img>div {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    padding: 0 22px;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    color: #FFFFFF;
    background: #000000;
}

.wi_name {
    font-size: 24px;
    color: #333333;
    line-height: 36px;
    height: 72px;
    margin-top: 18px;
}



.worksBox {
    background-color: #000;
    font-size: 24px;
    color: #fff;
    padding-bottom: 247px;
    text-align: center;
    margin: 0 auto;
}

.worksContent {
    width: 547px;
    text-align: justify;
    margin: 65px auto 0px;
}

.contentTopBox {
    margin: 0 auto;
    text-align: center;
}

.contentTopBox img {
    width: 235px;
    height: 163px;
}

.cTitle {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    margin-top: -100px;
    position: relative;
}

.cTitle::before {
    content: "";
    display: flex;
    position: absolute;
    top: -10px;
    left: 44%;
    width: 97px;
    height: 6px;
    background: #FFFF00;
}

.worksImg {
    width: 398px;
    background-color: #FFFF00;
    margin-top: 10px;
}

.about_txt {
    overflow: hidden;
    padding: 30px 0 0;
    background: #333;
    padding: 0 50px;
}

.about_txt h2 {
    font-size: 40px;
    text-align: center;
    padding: 50px 0 60px;
    color: #fff;
    margin: 0 auto
}

.about_txt dl {
    overflow: hidden;
    margin-bottom: 50px;
}

.about_txt dl dt {
    float: left;
    width: 127px;
    margin: 0 30px 0 0
}

.about_txt dl dd {
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    float: left
}

.about_txt dl dd h3 {
    color: #39a52b;
    margin: 0 0 20px;
    font-size: 20px;
}

.footer {
    text-align: center;
    font-size: 16px;
    border-top: 1px solid #515a4e;
    padding: 20px 0;
    background: #333;
    color: #fff;
}

@media screen and (max-width:767px) {
    .contair {
        width: 100%;
        margin: 0 auto;
        content: '.';
        display: block;
        overflow: hidden
    }

    .banner {
        background: #fef200;
    }

    .banner img {
        width: 100%;
        height: 900px;
    }

    .unitBox {
        text-align: center;
        font-size: 12px;
        position: relative;
        bottom: 175px;
        margin: 0px 25px;
    }

    .unitItem {
        display: flex;
        margin-top: 10px;
    }

    .unitLeft {
        width: 180px;
        text-align: right;
        margin-right: 10px;
    }

    .unitRight {
        width: 340px;
        text-align: left;
    }

    .unitRight>p {
        margin: 0px;
    }

    .bannerEvent img {
        width: 100%;
        margin-top: -138px;
    }

    .locationImg img {
        width: 100%;
    }

    .planImg img {
        width: 100%;
    }

    .recordBox {
        width: 100%;
        background-color: #FFFF00;
    }

    .topBox {
        margin: 0 auto;
        text-align: center;
    }

    .topBox img {
        width: 116px;
        height: 82px;
    }

    .rTitle {
        font-size: 20px;
        font-weight: bold;
        color: #363636;
        margin-top: -48px;
        position: relative;
    }

    .rTitle::before {
        content: "";
        display: flex;
        position: absolute;
        top: -5px;
        left: 44%;
        width: 50px;
        height: 3px;
        background: #000000;
    }

    #worksList {
        display: flex;
        align-items: center;
        justify-content: space-around;
        flex-wrap: wrap;
        padding: 50px 0px 10px 0px;
    }

    .w_item {
        width: 47%;
        height: 265px;
        background: #EDEDED;
        border-radius: 3px;
        padding: 5px;
        box-sizing: border-box;
        margin-bottom: 10px;
    }

    .wi_img {
        position: relative;
        width: 100%;
        height: 165px;
    }

    .wi_img>img {
        width: 100%;
        height: 100%;
        display: block;
    }

    .wi_img>div {
        position: absolute;
        z-index: 2;
        bottom: 0;
        left: 0;
        padding: 0 11px;
        height: 20px;
        line-height: 20px;
        font-size: 12px;
        color: #FFFFFF;
        background: #000000;
    }

    .wi_name {
        font-size: 12px;
        color: #333333;
        line-height: 18px;
        height: 36px;
        margin-top: 9px;
    }

    .wi_btn {
        margin: 12px auto 0;
        width: 90px;
        height: 35px;
        background: #D62F2F;
        border-radius: 17px;
        color: #fff;
        font-size: 13px;
        display: flex;
        align-items: center;
        justify-content: center;
    }


    .worksBox {
        background-color: #000;
        font-size: 12px;
        color: #fff;
        padding-bottom: 125px;
        text-align: center;
        margin: 0 auto;
    }

    .worksContent {
        width: auto;
        text-align: justify;
        margin: 32px 30px 0px;
        line-height: 24px;
    }

    .contentTopBox {
        margin: 0 auto;
        text-align: center;
    }

    .contentTopBox img {
        width: 115px;
        height: 82px;
    }

    .cTitle {
        font-size: 20px;
        font-weight: bold;
        color: #fff;
        position: relative;
        margin-top: -48px;
    }

    .cTitle::before {
        content: "";
        display: flex;
        position: absolute;
        top: -10px;
        left: 44%;
        width: 50px;
        height: 3px;
        background: #FFFF00;
    }

    .worksImg {
        width: 200px;
        background-color: #FFFF00;
    }

    .about_txt {
        overflow: hidden;
        padding: 30px 0 0;
        background: #333;
        padding: 0 30px;
    }

    .about_txt h2 {
        font-size: 30px;
        text-align: center;
        padding: 50px 0 60px;
        color: #fff;
        margin: 0 auto
    }

    .about_txt dl {
        overflow: hidden;
        margin-bottom: 30px;
    }

    .about_txt dl dt {
        float: left;
        width: 110px;
        margin: 0 15px 0 0
    }

    .about_txt dl dt img {
        width: 100%
    }

    .about_txt dl dd {
        font-size: 16px;
        line-height: 20px;
        color: #fff;
        float: left
    }
    .about_txt dl dd p { font-size:14px;} 

    .about_txt dl dd h3 {
        color: #39a52b;
        margin: 0 0 10px;
        font-size: 18px;
    }

    .footer {
        text-align: center;
        font-size: 12px;
        border-top: 1px solid #515a4e;
        padding: 20px 0;
        background: #333;
        color: #fff;
    }
}