@import url(../comm/base.css);
@import url(../comm/Nav.css);
@import url(../comm/bottom.css);

.product {
    width: 1200px;
    margin: 30px auto;
}

.product .nav {
    width: 1200px;
    height: 144px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 3px 21px 0px rgba(0, 0, 0, 0.06);
    display: flex;

}

.product .nav>div {
    width: 21.2%;
    float: left;
    height: 140px;
    line-height: 200px;
    font-size: 18px;
    color: #333;
    text-align: center;
}

.product .nav>div a {
    color: #333;
    text-decoration: none;
    display: block;
    height: 100%;
    width: 100%;
}

#electricity {
    background: url("../../images/product/nav/1.png") no-repeat center 40px;
}

#electricity.active {
    background: url("../../images/product/nav/11.png") no-repeat center 40px;
}

#traffic {
    background: url("../../images/product/nav/4.png") no-repeat center 40px;
}

#traffic.active {
    background: url("../../images/product/nav/44.png") no-repeat center 40px;
}

#education {
    background: url("../../images/product/nav/3.png") no-repeat center 40px;
}

#education.active {
    background: url("../../images/product/nav/33.png") no-repeat center 40px;
}

#medical {
    background: url("../../images/product/nav/2.png") no-repeat center 40px;
}

#medical.active {
    background: url("../../images/product/nav/22.jpg") no-repeat center 40px;
}

#communication {
    background: url("../../images/product/nav/5.png") no-repeat center 40px;
}

#communication.active {
    background: url("../../images/product/nav/55.png") no-repeat center 40px;
}

#emai {
    background: url("../../images/product/nav/6.png") no-repeat center 40px;
}

#emai.active {
    background: url("../../images/product/nav/66.png") no-repeat center 40px;
}

.product .product-list {
    margin: 40px 0 0 0;
    width: 1200px;
    float: left;
    overflow: hidden;
}

.product .product-list>div {
    min-height: 500px;
    width: 100%;
    margin-bottom: 32px;
    float: left;
    position: relative;
    padding: 0;
    background-color: rgb(240, 235, 235);
}


.djy .link {
    display: block;
    position: absolute;
    left: 77px;
    top: 235px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    width: 100px;
    height: 29px;
    line-height: 27px;
    border: 1px solid #ffffff;
    border-radius: 10px;
    text-decoration: none;
    background-color: #333;
}

.djy img {
    width: 1200px;
    height: 500px;
}