@charset "UTF-8";

#proLists {
    margin: 6% 0;
    font-family: '思源黑体';
}

#proLists .nav {
    display: block;
    width: 100%;
    border: 1px solid #e8e8e8;
}

#proLists .nav h2 {
    color: #fff;
    background-color: #7bbd27;
    padding: 9% 0;
    text-align: center;
/*    border-top: 6px solid #3daf3f;*/
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 0;
}

#proLists .nav>ul {}

#proLists .nav>ul>li {
    border-bottom: 1px solid #e8e8e8;
}

#proLists .nav>ul>li>a {
    display: block;
    background-color: rgb(241, 241, 241);
    padding: 6% 5%;
    color: #333;
    font-size: 16px;
}

#proLists .nav>ul>li .sub-nav {}

#proLists .nav>ul>li .sub-nav li {}

#proLists .nav>ul>li .sub-nav li>a {
    display: block;
    background-color: #fff;
    padding: 5% 7%;
    color: rgb(123, 138, 150);
    font-size: 15px;
    border-bottom: 1px solid #e8e8e8;
}

#proLists .img {}

#proLists .img>img {
    max-width: 100%;
}

#proLists .desc {}

#proLists .desc h2 {
    font-size: 28px;
    color: #333;
    line-height: 1.75;
}

#proLists .desc .txt {
    margin-top: 8%;
}

#proLists .desc .txt p,
#proLists .desc .txt span {
    font-size: 16px;
    color: #333;
    line-height: 1.5;
    font-family: '思源黑体';
}

#proLists .desc .txt p:before{
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border: 1px solid #7bbd27;
    background-color: #7bbd27;
    vertical-align: middle;
    margin-right: 6px;
}

#proLists .pro_con {
    margin-top: 7%;
}

#proLists .pro_con li {
    padding: 0 1%;
}

#proLists .pro_con li>a {
    display: block;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
    border: 1px solid rgba(0,0,0,0.1);
    font-family: '思源黑体';
}

#proLists .pro_con li>a .img_box {
    height: 190px;
    overflow: hidden;
}

#proLists .pro_con li>a .img_box img {
    max-width: 100%;
}

#proLists .pro_con li>a .name {
    color: #464646;
    font-size: 16px;
    line-height: 2;
    padding: 6% 0;
    text-align: center;
    font-size: 15px;
    font-family: '思源黑体';
    margin-top: 2%;
    transition: all .4s;
}

#proLists .pro_con li:hover>a .name{
    background-color: #7bbd27;
    color: #fff;
}