/*banner*/
.banner {
    height: 406px;
    width: 100%;
}

.banner img {
    width: 100%;
    height: 100%;
}

.rectangle1 {
    width: 219px;
    height: 103px;
    background: url(../images/digital_rectangle1.png);
    margin-left: 365px;
    margin-top: 131px;
    float: left;
    padding-top: 22px;
}

.chinese {
    font-size: 32.54px;
    text-align: center;
}

.english {
    font-size: 15.1px;
    text-align: center;
}

/*产品类型*/

.product_type {
    height: 113px;
    padding-top: 50px;
    font-size: 22.05px;
}

.product_type ul {
    padding: 0 23%;
}

.product_type li {
    width: 31.3%;
    float: left;
    margin: 0 1%;
    border-radius: 15px;
    text-align: center;
    line-height: 54px;
    cursor: pointer;
}

.product_type a {
    display: block;
}

.nowtype {
    background: url(../images/nowtype.png);
    background-size: 100% 100%;
    width: 193px;
    height: 63px;
    color: #fff;
}

.notnow {
    width: 193px;
    height: 54px;
    background: #e5e5e5;
    color: #696969;
}

/*具体分类*/

/*content1*/

.con1 {
    height: 1120px;
    padding-top: 50px;
}

.classify li {
    width: 171px;
    height: 260px;
    float: left;
    margin-left: 177px;
}

.classify a {
    display: block;
}

.pic {
    width: 171px;
    height: 171px;
    background: #e5e5e5;
    border-radius: 50%;
    line-height: 171px;
    text-align: center;
}

.pic img {
    vertical-align: middle;
}

.nowpic {
    \*background: #38b449;*\
}
.pic.nowpic:hover {
    background: #38b449;
}
.word {
    text-align: center;
    font-size: 24.37px;
    color: #535860;
    margin-top: 20px;
}

/*分页*/

.page {
    height: 100px;
    text-align: center;
}

ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
}

ul.pagination li {
    display: inline;
}

ul.pagination li a {
    color: #76838f;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
}

ul.pagination li a.active {
    background-color: #48d05b;
    color: white;
    border: 1px solid #48d05b;
}

ul.pagination li a.prepage {
    color: #ccd5e1;
}

/*content2*/

.content2 {
    display: none;
}

.construction {
    height: 664px;
}

.conpic {
    text-align: center;
    margin-top: 70px;
}

.conword {
    text-align: center;
    color: #535860;
    margin-top: 50px;
    line-height: 250%;
}

.conp1 {
    font-size: 34.37px;
}

.conp2 {
    font-size: 24.37px;
}

/*content3*/

.content3 {
    display: none;
}

.con3 {
    height: 650px;
    padding-top: 50px;
}



@media screen and (min-width:320px) and (max-width:1220px) {
    .head {
        display: none;
    }
    .banner {
        height: 200px;
    }
    .wrap {
        width: 100%;
    }
    .m_type {
        font-size: 20px;
    }
    .classify li {
        width: 33.33333333%;
        text-align: center;
        margin-left: 0;
    }
    .pic {
        margin: 0 auto;
    }
    .pic img {
        text-align: center;
    }
    .product_type ul {
        padding: 0 16%;
    }
}

@media screen and (min-width:320px) and (max-width:720px) {
    .banner {
        height: 100px;
    }
    .m_type {
        font-size: 12px;
    }
    .product_type {
        height: 60px;
        padding-top: 25px;
    }
    .product_type li {
        line-height: 30px;
    }
    .nowtype {
        background: url(../images/nowtype.png);
        width: 80px;
        height: 30px;
    }
    .notnow {
        width: 80px;
        height: 30px;
    }
    .con1 {
        height: auto;
        padding-top: 10px;
    }
    .classify li {
        height: 140px;
    }
    .pic {
        width: 80px;
        height: 80px;
        line-height: 80px;
    }
    .pic img {
        width: 30px;
        height: 30px;
    }
    .word {
        font-size: 14px;
    }
    .page {
        height: 50px;
    }
    ul.pagination li a {
        padding: 3px 6px;
    }
    .construction {
        height: 300px;
    }
    .conpic {
        margin-top: 30px;
    }
    .conpic img {
        width: 150px;
        height: 150px;
    }
    .conword {
        line-height: 150%;
        margin-top: 30px;
    }
    .conp1 {
        font-size: 20px;
    }
    .conp2 {
        font-size: 16px;
    }
    .con3 {
        height: auto;
        padding-top: 10px;
    }
}

@media screen and (max-width:494px) {
    .product_type ul {
        padding: 0 10%;
    }
}