html,body,h1,h2,h3,h4,h5,h6,p,ul,li{
    padding: 0;
    margin: 0;
}
@font-face {
    font-family: 'siyuan';
    src: url('/hdsite/fonts/siyuan.otf');
}
body{
    color:#000;
    font-size: 16px;
    font-family: 'siyuan';
}
ul,li{
    list-style: none;
}

a{
    text-decoration: none;
    color:#000;
}

.whale {
    width: 150px;
    height: 150px;
    border-radius: 10px;
// box-shadow: 0 0 10px green;
    position: fixed;
    left: 30px;
    bottom: 80px;
    background: url("/hdsite/images/yinuologo.gif");
    background-size: cover;
    background-position: 60% 102%;
    z-index: 1002;
    cursor: pointer;
}
.whale_center{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: white;
    z-index: 1000;
}
.whale_login {
    width: 660px;
    height: 490px;
}
.whale_y1 {
    width: 1036px;
    height: 615px;
}
.whale_y2 {
    width: 100vw;
    height: 100vh;
}
@media screen and (max-width: 1200px) {
    .whale_y1 {
        width: 86.3vw;
        height: 51.25vw;
        min-width: 730px;
        min-height: 435px;
    }
}

.comm-width{
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
}
.clearfix:after{content:".";display:block;clear:both;height:0;overflow:hidden;visibility:hidden;}


/* ¶―»­ */
.img-scale img{
    transition: all .5s;
    -webkit-transition: all .5s; /* Safari */
}

.img-scale:hover img{
    transform: scale(1.1);
    -ms-transform:scale(1.1);     /* IE 9 */
    -moz-transform:scale(1.1);     /* Firefox */
    -webkit-transform:scale(1.1); /* Safari ΊΝ Chrome */
    -o-transform:scale(1.1);
}



.header-wrap{
    height: 75px;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    background-color: #ffffff;
}

.header-wrap .comm-width{
    height: 100%;
}

.logo-wrap{
    position: absolute;
    left:0;
    top:50%;
    transform: translateY(-50%);

}

/*.header-wrap .search-wrap{*/
/*    position: absolute;*/
/*    right: 0;*/
/*    top:50%;*/
/*    transform: translateY(-50%);*/
/*}*/
.header-wrap  .gupiaodaima-ctr{
    background: url(/hdsite/images/gupiaodaima.jpg) no-repeat left center;
    background-size: 15px;
    padding-left: 20px;
    
}
.header-wrap  .gupiaodaima-ctr b{
    color: #B70101;
    font-weight: bolder;
}

.header-wrap .nav-wrap{
    padding: 0 0px 0 230px;
}

.header-wrap .nav-wrap .nav-item{
    float: left;
    height: 75px;
    margin-right: 32px;
    position: relative;
}
.header-wrap .nav-wrap .nav-item:nth-last-of-type(2){
    margin-left:80px;
}

.header-wrap .nav-wrap .nav-item.statement > a{
    padding: 4px 10px;
    background: linear-gradient(to right, #0054D2, #3686FF);
    border-radius: 20px;
    color: #ffffff;
    margin-top:20px;
}

.header-wrap .nav-wrap .nav-item.statement .statement-dialog {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
    display: none;
    justify-content: center;
    align-items: center;
}

.header-wrap .nav-wrap .nav-item.statement .statement-dialog.open {
    display: flex;
}

.header-wrap .nav-wrap .nav-item.statement .statement-dialog .statement-dialog-content {
    position: relative;
}

.header-wrap .nav-wrap .nav-item.statement .statement-dialog .statement-dialog-content .close {
    position: absolute;
    top: -35px;
    right: -35px;
    width: 40px;
    cursor: pointer;
}

.header-wrap .nav-wrap .nav-item>a{
    padding-top: 24px;
    display: block;
}

.header-wrap .nav-wrap .erji-ctr{
    box-shadow: 0 0 16px rgba(0,0,0,0.15);
    display: none;
    position: absolute;
    top:100%;
    z-index:99;
    background-color: #fff;
    width: 112px;
    padding:25px 26px 25px 30px;
    margin-left: -20px;
    box-sizing: border-box;
}

.header-wrap .nav-wrap .erji-ctr.case{
    width: 190px;
    margin-left: -60px;
}

.header-wrap .nav-wrap .nav-item:hover .erji-ctr{
    display: block;
}

.header-wrap .nav-wrap .erji-ctr.duoji{
    width: 402px;
    margin-left: -160px;
    padding:26px 30px;
    
}

.header-wrap .nav-wrap .erji-ctr.duoji .erji-item{
    float: left;
    width: 140px;
}

.header-wrap .nav-wrap .erji-ctr.duoji .erji-item h4{
    font-size: 16px;
    color: #000;
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 14px;
}

.header-wrap .nav-wrap .erji-ctr.duoji .erji-link-item{
    margin-top: 14px;
}

.header-wrap .nav-wrap .erji-ctr .erji-link-item{
    margin-bottom: 14px;
}

.header-wrap .nav-wrap .erji-ctr .erji-link-item:last-child{
    margin-bottom: 0;
}

.header-wrap .nav-wrap .erji-ctr .erji-link-item a{
    font-size: 14px;
    color: #333;
}


.header-wrap .nav-wrap .nav-item.active::after{
    content: '';
    position: absolute;
    bottom: 0;
    height: 3px;
    background-color: #F1771E;
    left:0;
    right: 0;
}

.header-wrap .nav-wrap .nav-item:last-child{
    margin-right: 0;
}

.header-wrap .search-ctr{
    height: 30px;
    width: 180px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    background-color: #F6F7F9;
    overflow: hidden;
    position: relative;
}

.header-wrap  .search-ctr input{
    appearance: none;
    -webkit-appearance: none;
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
    height: 100%;
    width: 100%;
    display: block;
    background-color: transparent;
    font-size: 12px;
    padding: 0 12px;
    box-sizing: border-box;
}

.header-wrap .search-ctr .search-btn{
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(/hdsite/images/header_search.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    right: 12px;
    top: 7px;
    cursor: pointer;
}
<!--0.00014901161193848-->