/* hd css */

.warp {
    width: 100%;
    height: auto;
    max-width: 100vw;
    margin: 0 auto;
}

.hd-pc {
    width: 100%;
    height: auto;
}

.hd {
    width: 100%;
    height: 80px;
    background: #1c428b;
    border-bottom: 1px solid #648fd0;
}

.a-logo {
    line-height: 80px;
    display: block;
    height: 100%;

}

.a-logo img {
    /* width: 8.958333vw; */
    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: #1c428b;
}

.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: #ff9500;
    font-weight: bold;
}

.nav .nav-auto ul li:hover a {
    background: #ff9500;
    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: #1c428b;
    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: #ff9500;
    font-weight: normal;
}


/* nav1 */

.nav1 {
    width: 100%;
    height: 2.8125vw;
    display: none;
    background: #1c428b;
}

.nav1 .nav-auto ul li {
    text-align: center;
}

.nav1 .nav-auto ul li a {
    line-height: 2.8125vw;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 16px;

    color: #ffffff;
    transition: none;
}

.nav1 .nav-auto ul li.active a {
    background: #ff9500;
    font-weight: bold;
}

.nav1 .nav-auto ul li:hover a {
    background: #ff9500;
    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: 12px;
    color: #999999;
    line-height: 36px;
}

.ss {
    width: 45px;
    height: 36px;
    border-radius: 25px;
    background: url(/DFS/template/17/images/ss.png) #ff9500 no-repeat center center;
    background-size: 20px;
    cursor: pointer;
}

.home {
    width: 54px;
    display: none;
}


/* ft css */

.ft-top {
    width: 100%;
    height: auto;
    background: #1c428b;
}

.ft-top-auto {
    width: 1200px;
    height: 97px;
    margin: 0 auto;
}

.ft-bottom {
    width: 100%;
    min-height: 2.34375vwvw;
    background: #212121;
}

.ft-bottom p {
    text-align: center;
    line-height: 2.34375vw;
    color: #ffffff;
    font-size: 0.729166vw;
}

.ft-bottom a {
    display: inline-block;
    color: #ffffff;
    font-size: 0.729166vw;
}

.ft-bottom a:hover {
    text-decoration: underline;
    color: #cccccc;
}

.f-t-a-left p {
    font-size: 14px;
    color: #ffffff;
    line-height: 14px;
}

.f-t-a-left .p2 {
    margin-top: 12px;
}

.f-t-a-left .p1 {
    margin-top: 30px;
}

.f-t-a-right {
    width: 108px;
    height: auto;
    margin-top: 27px;
}

.f-t-a-right img {
    width: 44px;
}
.jxkyc{
    font-size: 30px;
    font-family: "Î¢ÈíÑÅºÚ";
    line-height: 80px;
    color: #ffffff;
    padding-left:22px;
    height: 80px;
    font-weight: bold;
}
  .p1 a{
    font-size: 14px;
    color: #ffffff;
    line-height: 14px;
  }
.p1 img{
  padding:0 10px;
}