@font-face{
    font-family: 'p';
    src : url('../font/Poppins-Regular.ttf');
}
@font-face{
    font-family: 'pb';
    src : url('../font/Poppins-Bold.ttf');
}
*{
    margin: 0;
    padding: 0;
    font-family:p;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
    cursor: pointer;
    
}
.form{
    margin-top: 8% !important;
}
.newnavcenter ul li a{
    color: #000;   
    text-decoration: none;
}
body{
    max-width: 19.2rem;
    margin: 0 auto;
}
.newnav{
    width: 100%;
    height: 0.8rem;
    background: #fff;
    margin: 0 auto;
    z-index: 999999999;
    position: fixed;
        box-shadow: 0px 0px 6px #666;
    top: 0rem;
}
.newnavcenter{
    width: 14rem;
    height: 0.8rem;
    margin: 0 auto;
}
.newlogo{
    width: 1.49rem;
    height: 0.39rem;
    float: left;
    margin-top: 0.2rem;
}
.newxin{
    width: 0.44rem;
    height: 0.44rem;
    float: right;
    margin-top: 0.2rem;
}
.newxin2{
    width: 0.44rem;
    height: 0.44rem;
    float: right;
    margin-top: 0.2rem;
    margin-right: 0.2rem;
}
.newnavcenter ul{
    width: 6.75rem;
    height: 0.8rem;
    line-height: 0.8rem;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    font-size: 0.2rem;
    color: #000;
    transition: 0.4s;
}
.newnavcenter ul li{
    width: 20%;
    height: 0.8rem;
    text-align: center;
    transition: 0.4s;
}
.newnavcenter ul li:hover{
    font-size: 0.2rem;
    color: #0089e4;
    font-weight: 600;
    font-family: pb;
    line-height: 0.8rem;
    cursor: pointer;
    
}
.navstops a{
    color: #0089e4 !important;
    font-weight: 600 !important;
    font-family: pb !important
    ;
    
}
.newnavcenter ul li:hover{
transition: 0.1s !important; 
border-bottom: 2px solid #0089e4;
}
.newnavlist{
    /* transition: 0.4s; */
    position: fixed;
   display: none;
    z-index: -11111;
    top: 0.8rem;
    width: 100%;
    height: 6.05rem;
    background: url(../img/newlist.jpg) no-repeat;
    background-size: 100% 100%;
}
.newnavlistcenter{
    width: 14rem;
    height: 6.05rem;
    margin: 0 auto;
}
.newnavlistcenter ul{
    width: 14rem;
    height: 5.3rem;
    margin: 0 auto;
    margin-top: 0.35rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: space-between;
}
.newnavlistcenter ul li{
    width: 4.645rem;
    height: 2.65rem;
    border: 0.5px solid #e0e0e0;
    position: relative;
}
.newnavlistcenter ul li:nth-of-type(1){
    border-top: none;
    border-left: none;
       border-right: none;
}
.newnavlistcenter ul li:nth-of-type(2){
    border-top: none;
    border-right: none;
}
.newnavlistcenter ul li:nth-of-type(3){
    border-top: none;
    border-right: none;

}
.newnavlistcenter ul li:nth-of-type(4){
    border-top: none;
    border-left: none;
    border-bottom: none;
       border-right: none;
}
.newnavlistcenter ul li:nth-of-type(5){
    border-top: none;
    border-bottom: none;
       border-right: none;
}
.newnavlistcenter ul li:nth-of-type(6){
    border-top: none;
    border-bottom: none;
    border-right: none;
}
.new{
    width: 0.6rem;
    height: 0.6rem;
    position: absolute;
    top: 0.87rem;
    left: 0.35rem;
}
.newlist{
    width: auto;
    height: 2.65rem;
    position: absolute;
    top: 0rem;
    left: 1.11rem;
}
.newlist h3{
    font-size: 0.18rem;
    line-height: 0.18rem;
    color: #000;
    font-weight: 600;
    font-family: pb;
    text-align: left;
    padding-top: 0.15rem;
    padding-bottom: 0.25rem;
    margin: 0rem !important
    ;
}
.newlisttitletop a{
    color: #666;
}
.newlisttitletop{
    width: auto;
    height: auto;
    font-size: 0.16rem;
    font-family: p;
    text-align: left;
    color: #666;
    line-height: 0.36rem;
}
.newlisttitletop a:hover{
    text-decoration:underline;
    color: #0089e4 !important;
    transition: 0.4s;
    cursor: pointer;
}
.cusst{

  display: block !important;
   z-index: 99999999999999 !important;
}
.banner{       
    z-index: 9999999 !important
}