body {
    margin: 0px;
    padding: 0px;
    background: #fbfaf6;
    font-family: "寰蒋闆呴粦";
}

a {
    text-decoration: none;
}

img {
    vertical-align: middle;
}

/* 搴曢儴 */
.footer{
    float:left;
    width:100%;
    height: 100px;
    background: #73116f;
}
.footer-main{
    width: 1200px;
    margin: auto;
}
.footer-href{
    margin-top: 25px;
}
.footer-href a,.footer-href span{
    color: #ffd3fd;
    margin-right: 5px;
}
.footer-lianjie{
    width: 470px;
}
.option{
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 215px;
    height: 35px;
    line-height: 35px;
    background: url("jt-top.png") no-repeat #f8f3f8;
    margin-top: 35px;
    border-radius: 20px;
    font-size: 14px;
    color: #333;
    background-position: 190px 15px;
}
.s3{
    padding-left: 35px;
}
.s4{
    display: none;
    width: 100%;
    z-index: 999;
    height: 150px;
    background: #f8f3f8;
    top: -138px;
    overflow: auto;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.option:hover .s4{
    display: block;
}
.s5{
    display: none;
    width: 100%;
    z-index: 999;
    height: 150px;
    background: #f8f3f8;
    top: -138px;
    overflow: auto;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.s5 a{
    color: #333;
    font-size: 14px;
}
.s4 a{
    width: 100%;
    text-align: center;
    height: 35px;
    line-height: 35px;
    
    color: #333;
    font-size: 14px;
}
.footer-text{
    margin-top: 15px;
    color: #ffd3fd;
}
.footer-border{
    float:left;
    width:100%;
    height: 45px;
    background: #63065f;
    text-align: center;
    color: #bb95b9;
    font-size: 14px;
    line-height: 45px;
}

/* 鍏叡鏍峰紡 */
.fl{
    float: left;
}
.fr{
    float: right;
}
a{
    text-decoration: none;
}
ul,li{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.pr{
    position: relative;
}
.pa{
    position: absolute;
}
img{
    vertical-align: middle;
}

.ml{
    margin-left: 35px;
}

/* 澶撮儴 */
.header{
    width: 100%;
    background: #73116f;
    border-bottom: 5px solid #63065f;
}
.header_main{
    width: 1200px;
    height: 100px;
    margin: auto;
}
.logo{
    float: left;
    margin-top: 20px;
}
.s1{
    color: #fff;
    font-size: 16px;
    margin-left: 5px;
}
.header_href{
    margin-top:20px;
}
.header_href img{
    margin-right: 5px;
}
.nav{
    width: 730px;
    margin-top: 15px;
}
.nav ul{
    display: flex;
}
.nav li a{
    color: #fff;
    display: block;
    width: 80px;
    height: 24px;
    text-align: center;
    line-height: 24px;
}
