/*
* @Author: name
* @Date:   2022-04-08 11:32:55
* @Last Modified by:   name
* @Last Modified time: 2022-05-04 10:47:29
*/
body,ul,h1,h2,h3,h4,h5,p{
   margin: 0 !important;
   font-family:"HYQiHei-50J","HYQiHei-35J","HYQiHei-80J";
   src:url(../fonts/HYQiHei-50J.ttf);
   padding-inline-start: 0px !important;
 }
 body{
       background:#f5f7fa;
 }
 a{
    text-decoration: none;
 }

 ul li{
    list-style:none;

 }
 @font-fice{
font-family:HYQiHei-35J,HYQiHei-50J,HYQiHei-80J;
 }
.topNar{
height: 30px;
background: #F8F8F8;
border-bottom: 1px solid #EDECEC;
line-height: 30px;
}

.topNar-active{
    position: fixed;
    top: 0;
    width:100%;
    z-index: 900;
}
.genNav-active{
    position: fixed;
    top: 30px;
    width:100%;
    z-index: 901;
    box-shadow:0px 5px 10px 0px rgba(95, 101, 105, 0.15);

}

.inner{
    /*width: 1200px;*/
    width: 1152px;
    margin:0 auto;
    font-size: 12px;
    font-family: HYQiHei-35J;
    color: #999999;

}

.inner a:hover{
    color:#f20d0d;
    font-weight: 700;
}

.fl{
    float: left;
}
.fr{
    float:right;
}
.topLogin {


    line-height: 30px;

}
.topLogin span{
    margin-left: 18px;
}
.topLogin a{
     font-size: 14px;
    font-family: HYQiHei-35J;
    color: #999999;
    text-decoration: none;
}


/* 导航栏 */

.genNav{

    height: 80px;
    background:#ffffff;

}
.genNav>inner{
    line-height:80px;
}
.navLogo_l{
    margin-top: 10px;
}

.navLogo_l img{
    width: 200px;
}
.genNav_r ul{
    line-height:80px;

    height:80px;
}
.genNav_r ul li{
    list-style: none;
    float:left;
    margin-left: 50px;
    font-family: HYQiHei-105J;
    font-size:16px;
    height:60px;
    line-height:80px;


}

.genNav_r ul li a{
    color:#333333;
}


/* .genNav_r li.curr:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -0.7em;
    width: 1.4em;
    height: 2px;
    border-radius: 100px;
    background-color: #e76060;
} */
.genNav_r ul li:hover{
    border-bottom:2px solid #E76060;
    transition: all .1s;
}
