* {
    padding: 0;
    margin: 0;
    font-family: "微软雅黑";
}

#top {
    width: 100%;
    height: 700px;
    background: url(/img/home/company/top.jpg) no-repeat center;
}
#logo {
    width: 35%;
    height: 87px;
    margin: 30px auto;
    margin-bottom: 378px;
    float: left;
}
#logo a{
    float: right;
    position: relative;
    right: 15%;
    margin-top: 8px;
}
#nav {
    width: 35%;
    height: 87px;
    margin: 30px auto;
    float: right;
}

#nav ul {

    list-style-type: none;
    margin: 0 auto;
}

#nav ul li {
    float: left;
}

#nav ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    display: block;
    padding: 0 20px 0 30px;
    margin-top: 23px;
}

#nav ul li a:hover {
    color: #c3454f;
    transform: scale(1.1, 1.1);
    transition: all linear .3s;
}

#nav ul li span {
    color: #333;
    text-align: center;
    display: block;
    font-size: 12px;
    padding-left: 8px
}

#nav ul li span:hover {
    color: #fff
}


.about{
    height: 80px;
    text-align: center;

    font-size: 24px;
    font-weight: 600;
    letter-spacing: 8px;
}

#computer {
    width: 930px;
    height: 369px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 40px;
}

#gongsi {
    width: 100%;
    height: 130px;
    font-family: "微软雅黑";
}

#gongsi p {
    margin-top: 8px;
    text-indent: 2em;
    line-height: 1.8;
}

#guanyuus {
    width: 100%;

    margin-top: 25px;
}

#guanyuus ul {
    width: 1000px;
    list-style-type: none;
    margin: 0 auto;
    columns: 2;
    display: grid;
    grid-template-columns: 65% 35%;
}
#guanyuus ul li {
    float: left;
}



#chanpin {
    clear: both;
    width: 100%;
    height: 300px;
    margin: 0 auto;
    position: relative;
    padding-top: 70px;
    background-color: #f6f6f6;
}

#photo {
    width: 1130px;
    height: 300px;
    margin: 0 auto 0;
    font-family: "微软雅黑";
    color: #ffffff;
}


.circle {
    width: 288px;
    height: 188px;
    background-color: #ffac4e;
    float: left;
    margin-left: 10px;
}

.circle1 {
    width: 288px;
    height: 188px;
    background-color: #ff7979;
    float: left;
    margin-left: 110px;
}

.circle2 {
    width: 288px;
    height: 188px;
    background-color: #ff8ddc;
    float: left;
    margin-left: 110px;
}

#photo h3 {
    margin: 28px 0 0 28px;
    letter-spacing: 4px;
    font-weight: bold;
    font-size: 18px;
}

#photo p {
    margin: 10px 0 0 28px;
    font-size: 16px;
}

