/* 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: url(/DFS/template/5/images/top_logo.png) repeat;
    border-bottom: 1px solid #58b1ff;
}

.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: 54px;
    background: #078bff;
    border-bottom: 2px solid #ffaa00;
}

.nav .nav-auto ul li {
    text-align: center;
    height: 54px;
    position: relative;
}

.nav .nav-auto ul li a {
    line-height: 54px;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #ffffff;
    transition: none;
}

.nav .nav-auto ul li.active a {
    background: #ffaa00;
    font-weight: bold;
}

.nav .nav-auto ul li:hover a {
    background: #ffaa00;
    font-weight: bold;
}

.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: #078bff;
    font-weight: normal;
}

.nav .nav-auto ul li:hover .ul2 li {
    height: 54px;
    line-height: 54px;
}

.nav .nav-auto ul li .ul2 li:hover a {
    background: #ffaa00;
    font-weight: normal;
}


/* nav1 */

.nav1 {
    width: 100%;
    height: 54px;
    display: none;
    background: #078bff;
}

.nav1 .nav-auto ul li {
    text-align: center;
}

.nav1 .nav-auto ul li a {
    line-height: 54px;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #ffffff;
    transition: none;
}

.nav1 .nav-auto ul li.active a {
    background: #ffaa00;
    font-weight: bold;
}

.nav1 .nav-auto ul li:hover a {
    background: #ffaa00;
    font-weight: bold;
}


/*  */

.search {
    width: auto;
    height: 36px;
    border-radius: 20px;
    background: #ffffff;
    margin-top: 22px;
}

#wd {
    width: 190px;
    height: 36px;
    border-radius: 20px;
    padding-left: 15px;
    font-size: 14px;
    color: #999999;
    line-height: 36px;
}

.ss {
    width: 45px;
    height: 36px;
    border-radius: 20px;
    background: url(/DFS/template/5/images/ss.png) #ffaa00 no-repeat center center;
    background-size: 20px;
    cursor: pointer;
}

.home {
    width: 54px;
    display: none;
}


/* ft */

.ft {
    width: 100%;
    height: auto;
    background-color: #333333;
}

.ft_z {
    width: 1200px;
    height: 80px;
    margin: 0 auto;
    position: relative;
}

.ft_z img {
    margin-left: 10px;
    margin-right: 10px;
}

.ft_z p {
    font-size: 14px;
    font-weight: 400;
    font-family: "Î¢ÈíÑÅºÚ";
    text-align: center;
    color: #999999;
    line-height: 26px;
}

.ft_z:first-child {
    padding: 17px 0px;
}

.sydw {
    width: 38px;
    height: 48px;
    background: url(/DFS/template/5/images/sydw.png) no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    top: 17px;
    display: block;
}

.ft_z p a {
    font-size: 14px;
    font-weight: 400;
    font-family: "Î¢ÈíÑÅºÚ";
    text-align: center;
    color: #999999;
    line-height: 26px;
}