html,body,h1,h2,h3,h4,h5,h6,p,ul,li{
    padding: 0;
    margin: 0;
}

div{
    box-sizing: border-box;

}
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/en/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);
}

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

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

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

.header-wrap .nav-wrap{
    padding-left:350px;
}
.header-wrap .nav-wrap>ul{
    display:flex;
    justify-content:space-between;
}
.header-wrap .nav-wrap .nav-item{
    /*float: left;*/
    height: 75px;
    /*width:200px;*/
    text-align:center;
    /*margin-right: 28px;*/
    position: relative;
}



.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;
    left: 50%;
    transform: translateX(-50%);
}

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

.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;
}



<!--0.00011992454528809-->