body {
    background-color: #fff;
}

a {
    color: #7f5b48;
}

a:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.margin-3em {
    margin-top: 3em;
}
.margin-2em {
    margin-top: 2em;
}
.works-banner {
    background: url("../images/works-banner-1.png") center center / cover no-repeat;
    width: 1349px;
    height: 515px;
    max-width: 1349px;
    overflow: hidden;
margin:0 auto;
}

.bg {
    width: 1349px;
    height: 515px;
    margin: auto;
}

.works-title {
    text-align: center;
    font-family: "Microsoft YaHei";
}

.works-title h1 {
    color: #3a964f;
}

.works-title h4 {
    color: #c5c5c5;
}

.works-title article {
    font-size: 22px;
    line-height: 1.8em;
    text-decoration: underline;
}

.works-focus {
    background: url("../images/work-focus.png") no-repeat top;
    background-size: contain;
    padding: 50px;
    position: relative;
}

#Submission{
    background-color: #3a964f;
    margin: 50px auto;
    border: 3px dashed #FFF;
    color: #FDFDFD;
}
.Submission-warp{
    margin: 20px auto 30px ;
    max-width: 60%;
}
.Submission-warp h3{
    font: bold 36px/1.5 "Microsoft YaHei";
    margin-bottom: 5px;
    text-align: center;
}
.Submission-warp h5{
    margin-top: 0;
    color: #EEE;
    letter-spacing:2px;
    word-spacing: 3px;
    text-align: center;
}

.Submission-warp div{
    font: bold 24px/2.2 "Microsoft YaHei";
}
#font-fly{
    margin: 0 10px;
    letter-spacing:5px;
    font-size:26px ;
    color: #efefef;
    text-shadow: 3px 3px 4px #333;
    word-break: break-all;
}
#tab {
    overflow: hidden;
    width: 190px;
    zoom: 1;
    list-style: none;
    position: absolute;
    top: 50px;
    right: 50px;
    padding: 0;
}

#tab li {
    color: #FFF;
    height: 110px;
    cursor: pointer;
    padding: 0 20px;
    margin: 10px 0;
    position: relative;
    text-align: center;
    font: 26px/110px "Microsoft YaHei";
}

#tab li:first-child {
    margin-top: 0;
    margin-bottom: 15px;
}

#tab li:last-child {
    margin-top: 15px;
    margin-bottom: 0;
}

#tab li:nth-child(1) {
    background-color: #df9953;
}

#tab li:nth-child(2) {
    background-color: #50a8c5;
}

#tab li:nth-child(3) {
    background-color: #cb73a9;
}

#tab li:nth-child(4) {
    background-color: #9878e1;
}

#tab li.current {
    font-size: 28px;
    font-weight: bold;
    -webkit-transition: font-size .4s, font-weight .4s;
    -moz-transition: font-size .4s, font-weight .4s;
    -ms-transition: font-size .4s, font-weight .4s;
    -o-transition: font-size .4s, font-weight .4s;
    transition: font-size .4s, font-weight .4s;
}

#tab li.current .triangle {
    display: block;
}

#tab .triangle {
    display: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 0 13px 15px;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    top: 40px;
    left: 0;
}

#content {
    width: 850px;
    height: 480px;
}

#content ul {
    width: 850px;
    height: 480px;
    display: none;
    padding: 10px 0;
    background: url("../images/works-focus.png") no-repeat;
    background-size: cover;
    text-align: center;
    color: snow;
}

#content ul h3 {
    margin-top: 60px;
    font-family: "Microsoft YaHei";
    font-size: 33px;

}

#content p {
    padding: 10px 50px;
    font-size: 25px;
    line-height: 1.5em;
}

/*-----------------*/
.works-img {
    border-top: double 5px #85be92;
    position: relative;
    margin-top: 2em;
    z-index: 10;

}
.works-img a{
    color: #3a964f;
    display: block;
    z-index: 999;
}

.works-img h3 {
    background: url("../images/works-img.jpg") no-repeat top center;
    line-height: 3.2em;
    width: 50%;
    text-align: center;
    position: absolute;
    top: -60px;
    left: 25%;
    font-family: "Microsoft YaHei";
    font-size: 30px;
}

.works-img-cont {
    padding: 75px 0 30px;
}

.works-single-img {
    margin: 5px;
    display: inline-block;
    padding: 3px;
}

.works-single-img img {
    width: 360px;
    height: 240px;
}

footer {
    border-top: solid 3px #409456;
    padding: 15px 20px 5px;
}

footer p {
    text-align: center;
    color: #4D4D4D;
}