/* hd css */

.warp {
    width: 100%;
    height: auto;
    max-width: 1920px;
    margin: 0 auto;
}

.hd-pc {
    width: 100%;
    height: auto;
}

.hd {
    width: 100%;
    height: 80px;
    background: #6E32AB;
    border-bottom: 1px solid #9a70c4;
}

.a-logo {
    line-height: 80px;
}

.a-logo img {
    vertical-align: middle;
    display: inline-block;
}

.hd-auto {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.nav-auto {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.nav {
    width: 100%;
    height: auto;
    height: 56px;
    background: #6E32AB;
}

.nav .nav-auto ul li {
    text-align: center;
    height: 56px;
    position: relative;
}

.nav .nav-auto ul li a {
    line-height: 56px;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #ffffff;
    transition: none;
}

.nav .nav-auto ul li.active a {
    background: #ffffff;
    font-weight: bold;
    color: #333333;
}

.nav .nav-auto ul li:hover a {
    background: #ffffff;
    font-weight: bold;
    color: #333333;
}

.nav .nav-auto ul li .ul2 {
    overflow: hidden;
    position: absolute;
    z-index: 999;
    width: 100%;
}

.nav .nav-auto ul li .ul2 li {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    transition: all 0.7s;
}

.nav .nav-auto ul li .ul2 li a {
    background: #6E32AB;
    font-weight: normal;
    color: #ffffff;
}

.nav .nav-auto ul li:hover .ul2 li {
    height: 56px;
    line-height: 56px;
}

.nav .nav-auto ul li .ul2 li:hover a {
    background: #ffffff;
    font-weight: normal;
    color: #333333;
}


/* nav1 */

.nav1 {
    width: 100%;
    height: 56px;
    display: none;
    background: #6E32AB;
}

.nav1 .nav-auto ul li {
    text-align: center;
}

.nav1 .nav-auto ul li a {
    line-height: 56px;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #ffffff;
    transition: none;
}

.nav1 .nav-auto ul li.active a {
    background: #ffffff;
    font-weight: bold;
}

.nav1 .nav-auto ul li:hover a {
    background: #ffffff;
    font-weight: bold;
}


/*  */

.search {
    width: auto;
    height: 36px;
    border-radius: 25px;
    background: #ffffff;
    margin-top: 22px;
}

#wd {
    width: 190px;
    height: 36px;
    border-radius: 25px;
    padding-left: 15px;
    font-size: 15px;
    color: #999999;
    line-height: 36px;
}

.ss {
    width: 45px;
    height: 36px;
    border-radius: 25px;
    background: url(/DFS/template/3/images/ss.png) #333333 no-repeat center center;
    cursor: pointer;
}

.home {
    width: 56px;
    display: none;
}


/* ft css */

.ft {
    width: 100%;
    min-height: 80px;
    background: #333333;
}

.ft-auto {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.ft p,
.ft a,
.ft span {
    color: #999999;
    font-size: 14px;
}

.ft-center {
    width: 600px;
    margin: 0 auto;
    text-align: center;
    padding-top: 15px;
}

.ft-right {
    position: absolute;
    top: 15px;
    right: 0;
    z-index: 999;
}


  .tsg{
font-size: 32px;
font-family: "Î¢ÈíÑÅºÚ";
line-height: 80px;
color: #ffffff;
padding-left: 22px;
height: 80px;
font-weight: bold;
}