
html,body{
    margin:0;
    padding:0;
    width: 100%;
    /* height: 100%; */
    overflow-y: scroll;
}
::-webkit-scrollbar {
    display: none;
}
li{
    list-style: none;
}
object{
    display: inline-block;
    margin: 0;
    padding:0;
}
a{
    text-decoration: none;
    color: #000;
}
.header{
    width:100%;
    height:100px;
    background-color: #fff;
    margin:0 auto;
    position: fixed;
    top:0;
    left:0;
    z-index: 999;
    box-shadow: 0px 20px 20px -20px #5e5e5e;
}
.relativePosition{
    position: relative;
    padding-top:20px;
    display: none;
}
.titleBox{
    width:1200px;
    height:100px;
    /* background-color: #fff; */
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.navList>ul{
    display: flex;

}
.topTabs{
    width: 100px;
    height:40px;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    margin-left: 40px;
    list-style: none;
    color: #000;
    position: relative;
    z-index: 9999;
}
.navActive{
    background-color: #0070C7;
    color:#fff;
}
.topTabs:hover{
    background-color: #0070C7;
}
.topTabs:hover .selectItemStyle{
    color:#fff;
}
.banner{
    width:1200px;
    margin:0 auto;
}
.flexLayout{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.suspensionBoxOne{
    width:668px;
    height: 254px;
    background: #ffffff;
    border-radius: 0px 0px 4px 4px;
    position: absolute;
    right:-385px;
    padding: 25px 62px 25px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    z-index: 100;
}
.functionModle{
    display: flex;
    flex-direction: column;
}
.functionItem{
    font-size: 16px;
    text-align: left;
    color: #333333;
    cursor: pointer;
    margin-bottom: 5px;
    line-height: 38px;
}
.functionItem:hover a{
    color: #0070C7;
}
.suspensionBoxTwo{
    width: 229px;
    height: 216px;
    background: #ffffff;
    border-radius: 0px 0px 4px 4px;
    position: absolute;
    right:-70px;
    padding: 25px 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    z-index: 100;
}
.selectItemStyle{
    color:#333333;
}