.inner-inner {
    margin-top: 40px;
}

.mainw {
    width: 1200px;
    margin: 0 auto;
    clear: both;
    padding-top: 20px;
}

.mainw::after, .mainw::before {
    content: " ";
    display: block;
    clear: both;
}

#inner-classify .unit {
    overflow: hidden;
    margin-bottom: 40px;
}

#inner-classify .unit .title {
    border-bottom: 2px solid #ccc;
    position: relative;
    height: 40px;
}

#inner-classify .unit .title .name {
    line-height: 40px;
    font-size: 24px;
    display: inline-block;
    border-bottom: 2px solid #12288b;
    position: absolute;
    left: 0;
    top: 0;
}

#inner-classify .unit .title .name i {
    font-size: 25px;
    color: #12288b;
    display: inline-block;
    padding-right: 10px;
}

.icon-icon-elements:before {
    content: "\e65d";
}

#inner-classify .unit .title .more {
    float: right;
    color: #c41212;
    padding: 7px 20px;
    border: 1px solid #ccc;
}

#inner-classify .unit .con {
    margin-top: 20px;
}

#inner-classify .unit .con .tu {
    float: left;
    width: 286px;
    height: 254px;
    position: relative;
    color: white;
    text-align: center;
}

#inner-classify .unit .con .tu img {
    width: 286px;
    height: 245px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

#inner-classify .unit .con .tu .name {
    margin-top: 80px;
    font-size: 24px;
}

#inner-classify .unit .con .tu .desc {
    margin-top: 20px;
    font-size: 20px;
}

#inner-classify .unit .con ul {
    float: right;
    width: 870px;
}

#inner-classify .unit .con ul li {
    padding-left: 20px;
    float: left;
    width: 267px;
    height: 250px;
}

#inner-classify .unit .con ul li a {
    display: block;
    width: 100%;
    color: #666;
}

#inner-classify .unit .con ul li img {
    width: 100%;
    
    height: 200px;
}

#inner-classify .unit .con ul li p {
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #ccc;
}

#home-pro {
    margin-top: 2em;
}

.home-main-title {
    font-size: 2em;
    color: #0072bd;
    text-align: center;
    display: block;
}

#home-pro .unit {
    border-top: 1px dotted #0072bd;
    border-top-style: dashed;
}

#home-pro .unit .pics {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0.5em;
}

#home-pro .unit .pics a {
    width: 49%;
    margin-bottom: 0.8em;
}

#home-pro .unit .pics a img {
    width: 100%;
    height: auto;
}

#home-pro .unit .pics a p {
    text-align: center;
    background: #dddddf;
    line-height: 2em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media only screen and (max-width: 760px){
    .pc{
        display: none;
    }
}

@media only screen and (min-width: 760px){
    .mobile{
        display: none;
    }
}