/* 返回按钮 */
.back{
    width: 58px;
    height: 30px;
    display: block;
    text-align: center;
    line-height: 30px;
    border: 1px solid #6bbe00;
    background: #1f9602;
    margin: 20px  auto ;
    color:#fff !important;
    border-radius: 4px;
}

.back:hover{
    background: #6bbe00;
    color: #fff !important;
}

/*      数据库版本换页样?       */
.fy:before {
    clear: both;
    display: table;
    content: "";
}
.page{
    margin: 10px auto;
    text-align: center;
    clear: both;
}
.page>*{
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height:30px;
    background: #fff;
    border:1px solid #1a7400;
    color: #1f9602 !important;
}
.page>strong,.page>*:hover{
    background: #1f9602;
    color: #fff !important;
}

/*  内页左侧导航  */
.main{
    margin-top: 30px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}
.left_nav{
    width: 202px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-bottom:10px;
}
.e-left_nav h4{
    min-width: 75px;
    display: block;
}
.left_nav .title_word{
    width: 100%;
}
.e-title_word h3{
    font-weight:bolder;
}
.pro_list{
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    background-size:contain;
    margin-bottom:24px;
    margin-top: 12px;

}

.pro_list a{
    position: relative;
    display: block;
    background: #6bbe00;
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: left;
    padding-left: 14px;
    font-size: 14px;
    color: #fff;
    margin:2px auto;
}
.e-left_nav h3{
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
}
.pro_list a span{
    font-size: 12px;
    padding-left: 8px;
}
.pro_list a i{
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -4px;
    display: block;
    color: #fff;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 8px solid #fff;
    border-bottom: 5px solid transparent;
    text-align: center;
}
.pro_list>li>a:hover,.pro_list>li>a.nav_on,.pro_list>li>a.click_on{
    background: #34c7fa;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.drop_down a:hover,.drop_down a.nav_on{
    color: #34c7fa;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.pro_list a.click_on i{
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 8px solid #fff;
}
.drop_down{
    display: none;
}
.drop_down a{
    font-size: 14px;
    text-align: left;
    padding-left: 14px;
    line-height: 35px;
    height: 35px;
    display: block;
    background: #c7e8f3;
    width: 100%;
    color: #000;
}
.left_contact p{
    line-height:24px;
    color: #4b4b4b;
    margin-top: 10px;
}
    /*      右侧正文        */
.right_article{
    width: auto;
    margin-left:240px;
    background: #fff;
    overflow: hidden;
}
.right_article .title_box{
    text-align: left;
    position: relative;

}
.right_article .title_box .title_word{
    margin: -18px 0 0 0;
    display: inline-block;
    width:auto;
    padding-right: 10px;
    background: #fff;
    position: relative;
}
.right_article .line{
    background: #c8c8c8;
}
@media screen and (max-width: 767px){
    .right_article{
        padding: 0 6px;
    }
}


.lead{
    position: absolute;
    margin-bottom: 0;
    right: 4px;
    top:-20px;
    line-height:24px;
    color: #9eacb2;
    font-size: 12px !important;
}


.lead,.lead a{
    font-size:12px;
    color: #9eacb2;
}
.lead a:hover{
    color: #7cc401;
}
.article{
    margin-top: 20px;
    min-height: 340px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    overflow: hidden;
    box-sizing: border-box;
    line-height: 20px;
    
    /**/
     color:#000;
}
.article a{
    color: #000;
}
@media screen and (max-width: 767px) {
    .right_article {
        width: 100%;
        margin: 0 auto 20px;
    }
    .article {
        clear: both;
        min-height: 0;
    }
    .lead{
        clear: both;
        line-height: 20px;
        text-align: right;
        display: block;
        width: 100%;
        position: static;
    }

}

@media screen and (max-width: 768px){
    body{
        padding-bottom:42px;
    }


}
