ul,
li {
    padding: 0;
    margin: 0;
}

* {
    outline: none;
}

* {
    margin: 0;
}

body {
    margin: 0;
    color: rgb(102, 102, 102);
    font-size: 16px;
}

a {
    text-decoration: none;
}

ul,
li {
    list-style: none;
}

/*  */
.top{
    height: 150px;
    background: url(./images//bg.jpeg) no-repeat 50% 50%;
}
.top-ctx{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    height: 150px;
    justify-content: center;
}
.top-ctx img{
    margin-right: 50px;
}
.businessprofile{
    width: 1200px;
    margin: 80px auto;
}
.businessprofile h2{
     text-align: center;
     margin-bottom: 50px;
}
.businessprofile-p{
    line-height: 33px;
    width: 800px;
    margin: 0px auto;

}
.CoreProducts{
    background: rgba(247, 247, 247, 1);
    text-align: center;
}
.CoreProducts img{
    height: 475px;
}
.t{
    background: #fff;
    text-align: center;
    margin: 80px auto;

}
.t img{
    height: 375px;
}
.foot{
    border-top: 1px solid rgb(216, 214, 214);
    width: 1200px;
    margin: 80px auto;
    padding-top: 20px;
    padding-bottom: 120px;
}