*{
    margin: 0;
    padding: 0;

}
.head{
    width: 100%;
    min-width: 1200px;
    height: 40px;
    line-height: 40px;
    background-color: #EAEAEA;

}
.head .headWrapper{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.headWrapper .headLeft{
    display: flex;
    height: 60px;

}
.headWrapper .headLeft p{
    font-size: 16px;
    color: #575757;

}
.headWrapper .headRight{
    width: 218px;
    display: flex;
    justify-content: space-between;
}
.headWrapper .headRight a{
    font-style: 16px;
    color: #575775;
    text-decoration: none;
}

.center{
    height: 138px;
    width: 100%;
    min-width: 1200px;
    background-color: #ffffff;

}
.center .centeWrapper{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    height: 138px;
    align-items: center;
}
.centeWrapper .centerLeft{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.centeWrapper .centerLeft h2{
    color: #0052BB;
    font-size: 40px;
    font-weight:bold;
}
.centeWrapper .centerLeft p{
    color: #0052BB;
    font-size: 19px;
}
.centeWrapper .centerRight{
    display: flex;
    margin-right: 18px;

}
.centeWrapper .centerRight .picimg{
    height: 58px;
    width: 58px;
}
.centeWrapper .centerRight .zhuzi{
    padding: 0;
 height: 50px;
 line-height: 50;
    display: flex;
   
}
.centeWrapper .centerRight .shuzi p{
    font-size: 18px;
    color: #0052BB;

}
.centeWrapper .centerRight .shuzi .call{
    font-size: 30px;
    color: #0052BB;
    margin: 0 auto;
    height: 18px;
    margin-top: -14px;
    font-weight: 500;
}

/* nav */
.nav{
    width: 100%;
    min-width: 1200px;
    height: 52px;
    background-color: #0052BB;
    line-height: 52px;
}
.nav .navWrapper{
    width: 1200px;
    margin: 0 auto;

}
.navWrapper ul{
    display: flex;
    justify-content: space-between;
}
.navWrapper ul li{
    list-style: none;
    width: 150px;
    text-align: center;
}
/* .active{
    width: 160px;
    background: #1070E8;  
    height: 52px;
    margin: 0;
    padding: 0;
} */
.navWrapper ul li:hover{
    /* width: 150px; */
    background: #1070E8;
    height: 52px;
}

 .navWrapper ul li a{
    text-decoration: none;
    color: #ffffff;
    font-size: 18px;
 }
 .banner{
     width: 100%;
     min-width: 1200px;
 }

