.contet{
    width: 100%;
    display: flex;
    justify-content: center;
    overflow: hidden;
}
.content{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contentAll{
    width: 1200px;
    height: 586px;

}
.company{
    padding-top: 57px;
}
.companyTitle{
    text-align: center;
    font-size: 28px;
line-height: 31px;
color: #323232;
font-family: "Source Han Sans CN";
}
.compTitle{
    padding-top: 22px;
    text-align: center;
    font-size: 35px;
line-height: 31px;
color: #333333;
font-weight: 500;
font-family: "Source Han Sans CN";
}
.contentBom{
    display: flex;
    justify-content: space-between;
    padding-top: 47px;
}
.contentLeft{
    padding: 10px 20px;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 2px;
    color: #333333;
    font-family: "Source Han Sans CN";
}
.contentLeft button{
    margin-top: 67px;
    color: #000;
    width: 120px;
    height: 47px;
    font-size: 18px;
    border: none;
    background-color: #d60600;
}
.contentl{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fafafa;
}

.contact{
   width: 1200px;
}
.contactImg{
    padding-top: 27px;
}
.contactImg img{
    width: 1200px;
}
.contactl{
    width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 47px;
    padding-bottom: 67px;

}
.text{
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 36px;
    color: #333333;
    font-family: "Source Han Sans CN";
}
.conter{
    display: flex;
    padding: 16px;
}
.conterImg img{
    width: 560px;
}
.conter img{
    width: 28px;
height: 28px;
padding-right: 8px;
}

.banner {
    width: 1000px;
    height: 300px;
    /* border: 2px solid #ccc; */
    margin: 100px auto;
    position: relative;
    overflow: hidden;
    display: flex;
}

.img {
   
    display: flex;
    position: absolute;
    top: 0;
    left: 0
}

.img li {
    width: 430px;
    height: 300px;
    margin-right: 21px;
    float: left;
}

.img li>a {
    width: 430px;
    height: 300px;
    margin-right: 21px;
    float: left;
}

.img li>a>img {
    width: 430px;
    height: 300px;
    margin-right: 21px;
    float: left;
}
.btn span {
    display: block;
    width: 55px;
    height: 55px;
    border-radius: 28px;
    background-color: #999999;
    font-size: 26px;
    color: #000;
    font-family: "Source Han Sans CN";

    line-height: 55px;
    text-align: center;
    cursor: pointer;
}

.btn .prev {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -25px;
}

.btn .next {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -25px;
}

.num .active {
    background-color: #fff;
}

.bannerAll {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
}

.bann {
    position: relative;
    width: 1200px;

}