*{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
    color: inherit;
}
li{
    list-style: none;
}
.clear-both::after{
    content: '';
    display: block;
    clear: both;
}
.header-box{
    background-color: #2C2C2C;
    min-width: 1200px;
}
.header{
    width: 1200px;
    margin: 0 auto;
    position: relative;
    transition: all 0.3s;
    overflow: hidden;
    height: 60px;
}
.header-hover{
    height: 150px;
}
.header-title{
    float: left;
    font-size: 0;
   margin-top: 14px;

}
.header-content{
    float: right;
}
.header-content>ul>li{
    float: left;
    line-height: 60px;
    color: #E0E0E0;
    font-size: 16px;
    padding: 0 25px;
    cursor: pointer;
}
.header-content li:hover{
    color: #0BAE37;
}
.product-content{
    position: absolute;
    left: 0;
    top: 60px;
    height:90px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 90px;
    font-size: 0;
}
.ul-center{
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
}
.product-content li{
    width: 150px;
    float: left;
    text-align: center;
    line-height: 36px;
    color: #FFFFFF;
    background-color: #434343;
}
.product-content li+li{
    margin-left: 20px;
}
.img-box{
    width: 100%;
    overflow: hidden;
    font-size: 0;
}
.relative-position {
    position: relative;
    text-align: center;
}
.record-text-box {
    position: absolute;
    bottom:50px;
    font-size: 13px;
    left:calc(50% - 330px);
    color: #F9F9FA
}
.record-text-box a:hover {
    color:#91EB55;
}