﻿body {
    background-image: url(../images/banner_sydw.jpg);
}
.zx {
    color: #fd8006;
}
.biaodan {
    background: -webkit-linear-gradient(left, #ffdc29, #ffb636);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(left, #ffdc29, #ffb636);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(left, #ffdc29, #ffb636);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(left, #ffdc29, #ffb636);
    /* 标准的语法 */
}
.biaodan span {
    color: #fd8e13;
}
.s_ds {
    border-bottom: 2px solid #fd8e13;
}
.s_xq {
    border-bottom: 2px solid #fd8e13;
}
.s_input {
    border-bottom: 2px solid #fd8e13;
}
.list_1 li {
    box-shadow: 0 0 15px #fcda98;
}
.s_button {
    background: #fd8e13;
}
.xq {
    transition: 1s;
    background: -webkit-linear-gradient(top, #ffba34, #ffd32c);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(top, #ffba34, #ffd32c);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(top, #ffba34, #ffd32c);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(top, #ffba34, #ffd32c);
    /* 标准的语法 */
}
.xq:hover {
    transition: 1s;
    background: -webkit-linear-gradient(bottom, #ffba34, #ffd32c);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(bottom, #ffba34, #ffd32c);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(bottom, #ffba34, #ffd32c);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(bottom, #ffba34, #ffd32c);
    /* 标准的语法 */
}
.nav li.sydw {
    background: -webkit-linear-gradient(left, #ffe726, #ffde29);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(left, #ffe726, #ffde29);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(left, #ffe726, #ffde29);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(left, #ffe726, #ffde29);
    /* 标准的语法 */
    top: 0;
    z-index: 1;
}
.nav li.jszp {
    background: -webkit-linear-gradient(left, #00f7f0, #01f7e3);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(left, #00f7f0, #01f7e3);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(left, #00f7f0, #01f7e3);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(left, #00f7f0, #01f7e3);
    /* 标准的语法 */
    top: 80px;
    z-index: 1;
}
.nav li.ylws {
    background: -webkit-linear-gradient(left, #29aae5, #259ae9);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(left, #29aae5, #259ae9);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(left, #29aae5, #259ae9);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(left, #29aae5, #259ae9);
    /* 标准的语法 */
    top: 160px;
    z-index: 1;
}