* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}

@font-face {
    font-family: 'ChuanQiNn';
    src: url('/style/cqnn.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-size: 16px;
    overflow-x: hidden;
    font-family: Verdana， Arial， Helvetica;
    background: #af9266;
}


.wrap {
    width: 1250px;
    margin: 0 auto;
    position: relative;
}


.top {
    background-color: #57462b;
    height: 80px;
    background: linear-gradient(to bottom, #3a280b, #635237);
    border-bottom: 1px solid #ecf8fc;
}


.top dl dt {
    position: absolute;
    left: 0;
    top: 0;
}

.top dl dt {
    padding-top: 10px;
}

.top dl dd {
    position: absolute;
    right: 0;
    top: 0;
}


.top dl dd a {
    color: #fff;
    padding: 0 15px;
    display: inline-block;
    height: 80px;
    font-size: 12px;
    font-family: 'ChuanQiNn';
}


.top dl dd a:hover {
    background-color: #3d2b0e;
}

.top dl dd span {
    display: inline-block;
    padding-top: 15px;
}

.top dl dd p {
    font-size: 10px;
    padding-top: 10px;
    color: #b9ab90;
    text-align: center;
}

.stitle {
    height: 40px;
    background-color: #003333;
}

.stitle img {
    margin-top: 5px;
}

.iwrap {
    width: 1886px;
    margin: 0 auto;
    position: relative;
}

.img1 {
    height: 1080px;
    background: url("/images/img1.jpg") no-repeat center;
}

.img2 {
    height: 825px;
    background: url("/images/img2.jpg") no-repeat center;
}

.img3 {
    height: 1002px;
    background: url("/images/img3.jpg") no-repeat center;
}

.img1 ul {
    width: 1068px;
    position: absolute;
    left: 175px;
    bottom: 200px;
    overflow: hidden;
    height: 100px;
    z-index: 999;
}

.img1 ul li {
    height: 100px;
    float: left;
}

.img1 ul a {
    width: 300px;
    height: 100px;
    text-indent: -999em;
    display: inline-block;
    background-color: rgb(0, 0, 0, .1);
}

.img2 ul {
    top: 199px;
    left: 650px;
    position: absolute;

}

.img2 ul li {
    font-size: 14px;
    line-height: 48px;
    color: #ccff66;
    letter-spacing: 4px;
    font-family: 'ChuanQiNn';
}

.footer {
    height: 80px;
    background-color: #050505;
    color: #393737;
    text-align: center;
    padding: 15px 0;
    line-height: 40px;
    font-size: 12px;
    font-family: 'ChuanQiNn';
}