.rig_nav a:hover{color:#fff;}
.ssub:hover  ul{display:block!important;}
.ejxz{

    background-repeat: no-repeat;
    height: 54px;
    text-align: left;
    font-size: 15px;
    padding-left: 20px;
    background: url(images/sub_lnavo.png) right no-repeat!important;
    margin-right: 20px;
        color: #039268!important;}
.defaultButtonStyle{vertical-align:top;}
.defaultInputStyle{vertical-align:top;border:solid 1px #AFD5F5;height:16px;width:20px;}
.pb_sys_style3 .p_no_d {
    border: 1px solid #039268!important;
    color: #fff;
    background-color: #039268!important;}
.subtp_list{
    list-style-type: none;
    padding: 0;
    margin: 0;
    border: 0;}

.subtp_list ul li{
    float: left;
    width: 29%;
    margin: 40px 2% 0 2%;
    border: 1px solid #eee;
    transition: all 0.3s;
    position: relative;
    top: 0;}

.subtp_list ul li:hover {
    box-shadow: 0 0 10px rgb(51 51 51 / 16%);
    top: -10px;}

.info{
    padding: 10px;
    font-size: 0;
    text-align: center;}

.info p{
    color: #333;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 5px;}

.info p:hover{
    color: #01a374;}

.pic {
    padding-top: 75%;
    position: relative;
    overflow: hidden;}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;}

.pic img:hover {
    transform: scale(1.2);}

