    *{
        padding: 0;
        margin: 0;
    }
    .header{
        
        width: 100%;
        background-color: #fafafa;
        height: 90px;

    }

    .header a{
        text-decoration:none;
        text-align:center;
        color:black;
        font-size: 21px;
        font-weight: 400;
    }
    .containers{
        position: relative;
        width: 1226px;
        margin-right: auto;
        margin-left: auto;
        height: 100%;
        line-height: 80px;
    }
    .container{
        position: relative;
        width: 1226px;
        margin-right: auto;
        margin-left: auto;
        height: 100%;
        line-height: 30px;
        
    }
    .logo a{
        color: #0095ff;
        float: left;
        font-family: "KaiTi_GB2312";
        font-size: 30px;
        
    }
    .list a:hover{
        color:red;
    }
    .list{
        color: black;
        float:right;
    }

    .index{
        min-width:1226px;
        height:1150px;
    }
    .product{
        margin: 50px 0;
        height:330px;
    }
    .product .title{
        text-align: center;
    }
    .product .title h2{
        font-weight: 700;
        color: black;
    }
    .product .title h4{
        font-size: 26px;
        margin: 15px auto;
        color: #666;
    }
    .index .container .product .product-con {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 100px 0px 0px 0px;
    }
    .index .container .product .product-con .product-item {
        width: 400px;
        height: 300px;
        margin: 0 20px;
        text-align: center;
    }
    .index .container .product .product-con .product-item p {
        padding-top: 20px;
        border-top: 1px solid #ccc;
        font-size: 1px;
        font-weight: 700;
        color: #807878;
        margin-top: 30px;
        display: block;
        margin-block-start: 1em;
        margin-block-end: 1em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
    }
    .title{
        text-align: center;
        color: black;
        font-size: 20px;
    }
    .index .container .ac-con .ac-list {
        margin: 70px auto;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
    .index .container .ac-con .ac-list .ac-item {
        width: 30%;
        height: 90%;
        margin: 0 15px;
    }
    .index .container .ac-con .ac-list .ac-item .ac-img {
        width: 100%;
        height: 230px;
        cursor: pointer;
    }
    .index .container .ac-con .ac-list .ac-item .ac-img img {
        width: 100%;
        height: 100%;
    }
    .index .container .ac-con .ac-list .ac-item .ac-title .ac-name {
        width: 300px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .index .container .ac-con .ac-list .ac-item .ac-title {
        height: 80px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 10px;
        color: #666;
        font-weight: 700;
        cursor: pointer;
    }
    .index .container .ac-con .ac-btn {
        display: block;
        text-align: center;
        font-size: 24px;
        font-weight: 700;
        color: #0095ff;
        cursor: pointer;
        width: 1226px;
        margin-top: 30px;

    }
    .index .info-con {
        width: 100%;
        height: 650px;
        background: url(../images/bj.jpg) no-repeat 50%;
        background-size: cover;
        margin: 0px 0px 0px 0px;
        padding: 20px 0;
    }
    .index .info-con .container .info-title {
        text-align: center;
    }
    .index .info-con .container .info-title h2 {
        font-size: 32px;
        font-weight: 700;
        color: #fff;
    }
    .index .info-con .container .info-title h4 {
        font-size: 26px;
        margin: 15px auto;
        color: #fff;
    }
    .index .info-con .container .info-txt .p-con {
        text-align: center;
        line-height: 42px;
        font-size: 16px;
        color: #fff;
        font-weight: 700;
        width: 800px;
        margin: 30px auto;
    }
    .index .info-con .container .info-txt .p-con {
        text-align: center;
        line-height: 42px;
        font-size: 16px;
        color: #fff;
        font-weight: 700;
        width: 500px;
        margin: 100px 0px 0px 0px;
        float:left;
        text-align: left;
    }
    .index .info-con .container .info-banner{
        width: 500px;
        height: 300px;
        background: url(../images/ct1.jpg) no-repeat 50%;
        background-size: cover;
        margin: 110px 0px 0px 0px;
        float: right;
    }
    .index .info-con .container .info-btn {
        display: block;
        text-align: center;
        font-size: 24px;
        font-weight: 700;
        color: #fff;
        cursor: pointer;
    }
    .footer {
        width: 100%;
        height: 160px;
        background: #444;
        display: block;
    }
    .footer .container .l {
        float: left;
margin-top: 50px;
    }
    .footer .container .l p {
        font-size: 12px;
        color: #fafafa;

    }
    .footer .container .l p a {
        color: #fafafa;
        text-decoration:none;
    }
    .footer .container .r {
        float: right;

    }
    .footer .container .r p {
        color: #fafafa;
        text-align: right;
        line-height: 50px;
        font-size: 12px;
    }