.clearfloat{
    clear: both;
}

#xf_top{
    height: 100px;
}

ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

a:hover{
    text-decoration: none;
}

.to-center{
    margin-left: auto;
    margin-right: auto;
}

.main{
    width: 1200px;
}


.top{
    width: 100%;
    min-width: 1200px;
    // background-color: #2c3346;
    background-color: #07a33e;
    border-bottom: 4px solid #c0a17a;
    position: fixed;
    top: 0;
    z-index: 9000;
}

.top-main{
    height: 100px;
}

.top-main .logo{
    float: left;
}

/*==== 导航栏样式 ====*/

.top-main .nav{
    float: right;
}

.top-main .nav li.on{
    // background: #4e5c81;
    background: #1ac857;
}

.top-main .nav .main-nav-btn{
    display: inline-block;
    /*position: relative;*/
}

.top-main .nav .main-nav-btn a{
    display: block;
    color: #fff;
    font-size: 18px;
    font-family: 黑体;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 100px;
}

.top-main .nav .main-nav-btn a:hover{
    background: #fff;
    color: #2c3346;
}

.top-main .nav .main-nav-btn:hover .sub-nav{
    display: block;
}

.top-main .nav .main-nav-btn .sub-nav{
    display: none;
    text-transform: none;
    position: absolute;
    left: 0;
    width: 100%;
    min-width: 1200px;
    height: 300px;
    background-color: #ffffff;
    border-bottom: 4px solid #c0a17a;
}

/*==== end--导航栏样式 ====*/

.banner{
    margin-bottom: 20px;
    min-width: 1200px;
    background-position: center;
    background-size: cover;
    height: 540px;
    width: 100%;
}

.main-index{
    width: 1000px;
}

/*  ==== 新闻栏目样式 ==== */
.index_news_box{
    width: 100%;
    min-height: 300px;
    margin-bottom: 20px;
}

.index_news_box img{
    width: 300px;
}

.index_news_box .title,.index_left .title{
    padding: 8px;
    font-size: 20px;
    font-family: 黑体;
    border-bottom: 2px solid #2c3346;
    margin-bottom: 12px;
}

.index_news_box .box{
    width: 333px;
    /*background: red;*/
    padding-left: 8px;
    padding-right: 14px;
    float: left;
}

.index_news_box .box ul li{
    display: block;
    height: 70px;
    padding-top: 8px;
    border-bottom: 1px solid #d5d5d5;
}

.index_news_box .box ul li a{
    padding-top: 2px;
    color: #000;
    display: block;
    float: left;
    width: 75%;
    font-size: 14px;
    font-family: Microsoft Yahei;
    /*background: red;*/
}

.index_news_box .box ul li span{
    text-align: right;
    display: block;
    /*background: blue;*/
    float: right;
    width: 20%;
}

.index_news_box .box ul li span d{
    font-size: 16px;
}

.index_news_box .box ul li span y{
    font-size: 13px;
}

/* ==== end 新闻样式 ==== */

/* ==== 子页面样式 ==== */

.main-index .index_left{
    float: left;
    width: 600px;
    min-height: 200px;
    padding-right: 50px;
}

.main-index .index_left .box{
    margin-bottom: 30px;
}

.index_left .title span{
    float: right;
    font-family: 宋体;
    padding-top: 5px;
    font-size: 12px;
}

.main-index .index_left .box .pic img{
    float: left;
    width: 180px;
}

.main-index .index_left .box .content{
    padding-left: 20px;
    width: 370px;
    float: right;
    font-family: Microsoft Yahei,微软雅黑;
    font-size: 12px;
    line-height: 25px;
}

.main-index .index_right{
    float: right;
    width: 400px;
}

.main-index .index_right .box{
    display: block;
    height: 170px;
    margin-top: 10px;
    margin-bottom: 50px;
}

.main-index .index_right .box l{
    width: 25%;
    height: 170px;
    background-color: #f4f4f4;
    border: 1px solid #c9c9c9;
    float: left;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center 30px;
}

.main-index .index_right .box r{
    /*background: red;*/
    width: 75%;
    float: right;
    height: 170px;
    position: relative;
}

.main-index .index_right .box r a{
    position: absolute;
    left: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}


.main-index .index_right .box r{
    background-position: center bottom;
}

/* ==== footer 样式 ==== */

.footer{
    width: 100%;
    min-width: 1200px;
    background: #07a33e;
    text-align: center;
    color: #ffffff;
    padding-top: 20px;
    padding-bottom: 20px;
}


/* ==== end footer 样式 ==== */

/* ==== 新闻页面样式 ==== */

.banner-sub{
    width: 100%;
    min-width: 1200px;
    background: url(../img/banner_sub.jpg) no-repeat center;
    height: 200px;
    margin-bottom: 20px;
}

.main-sub{
    min-height: 500px;
    margin-bottom: 20px;
}

.main-sub .sub_left{
    float: left;
    width: 200px;
}

.main-sub .sub_left .title{
    background: url(../img/tree.png) no-repeat ;
    background-size: 50px;
    padding-left: 60px;
    padding-top: 20px;
    height: 50px;
    font-size: 20px;
    font-family: 黑体;
}

.main-sub .sub_left ul li a{
    display: block;
    color: #2c3346;
    padding-top: 20px;
    font-size: 18px;
    border-bottom: 1px dashed #c5c5c5;
}

.main-sub .sub_left ul li a.on{
    border-bottom: 3px solid #2c3346;
}

.main-sub .sub_main{
    float: right;
    width: 740px;
}

.main-sub .sub_news li{
    width: 100%;
    height: 60px;
    border-bottom: 1px dashed #c5c5c5;
    padding-top: 10px;
    /*background: red;*/
}

.main-sub .sub_news li span{
    display: block;
    width: 100px;
    float: left;
    font-family: Microsoft Yahei,微软雅黑;
} 
.main-sub .sub_news li span d{
    font-size: 20px;    
}
.main-sub .sub_news li span y{
    font-size: 12px; 
}

.main-sub .sub_news li a{
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    float: left;
    font-size: 1.1em;
    /*background:red;*/
}

.sub_news .content img{
    width: 100%;
}

/* ==== end 新闻页面样式 ==== */

/* ==== about页面样式 ==== */

.sub_about .title{
    border-left: 4px solid #2c3346;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    font-size: 22px;
    font-family: Microsoft Yahei,微软雅黑;
}

.main-sub .sub_main .content p{
    font-size: 1.1em;;
    line-height: 1.3em;
}

.sub_about .content img{
    width: 100%
}

/* ==== end about页面样式 ==== */

/* ==== 手机界面隐藏 ==== */
.wap_btn{
    display: none;
}

.wap_nav{
    display: none;
}

.ewm{
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-align: center;
    padding-top: 30px;
}

.ewm img{
    z-index: 9999;
    position: relative;
    width: 300px;
}

.ewm .word{
    z-index: 9999;
    position: relative;
    font-size: 30px;
    color: #fff;
}

.ewm .ewm_bg{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #2c3346;
    opacity: 0.9;
    z-index: 9998;
}

/*  ====== 补师资建设 ===== */
.sub_about .content .shizijianshe .shizi_box{
    width: 362px;
    min-height: 230px;
    margin-right: 8px;
    margin-top: 8px;
    padding: 10px;
    border: 2px #ccc solid;
    border-radius: 5px;
    background-color: #f6f9e3;
    float: left;
}

.sub_about .content .shizijianshe .shizi_box img{
    width: 36%;
}

.sub_about .content .shizijianshe .shizi_box .info{
    width: 60%;
    float: right;
}

.sub_about .content .shizijianshe .shizi_box p.name{
    font-size: 18px;
    font-family: 黑体;
}

.sub_about .content .shizijianshe .shizi_box p{
    margin: 0;
}


/*==========================*/
/* =======手机浏览========= */
/*==========================*/


@media screen and (max-width: 580px){

/* ==== 首页栏目 ==== */

.main{
    width: 100%;
}

.top{
    height: 100px;
    padding-top: 10px;
    overflow: hidden;
    min-width: 0;
}

.wap_btn{
    display: block;
    position: fixed;
    left: 10px;
    bottom: 10px;
    z-index: 1002;
}

.top .top-main{
    display: none;
}

.top{
    background-image: url(../img/logo.png);
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.banner{
    width: 100%;
    min-width: 0px;
}

.banner a{
    display: block;
    height: 140px;
    width: 100%;
    background-size: auto 100%;
    background-position: center;
    background-image: url(../img/banner.jpg);
}

.main-index, .index_news_box .box, .index_news_box .box img, .main-index .index_left, .index_left .box{
    width: 100%;
}

.main-index .index_left .box .pic img{
    width: 100%;
}

.main-index .index_left .box .content{
    float: none;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}

.main-index .index_left{
    padding-right: 0;
}

.main-index .index_right{
    /*float: none;*/
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
}

.main-index .index_right .box{
    margin-bottom: 20px;
}

.main-index .index_right .box l{
    width: 28%;
}

.main-index .index_right .box r{
    width: 72%;
}

.index_news_box .box img,.index_left .pic img{
    display: none;
}

/* ==== end 首页 ==== */


/* ==== 子页面 ==== */

.banner-sub{
    min-width: 0;
    width: 100%;
    height: 80px;
    background-size: auto 100%;
}

.main-sub .sub_left{
    display: none;
}

.main-sub .sub_right{
    width: 100%;
}

.main-sub .sub_main{
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
}

.main-sub .sub_news li{

}

.main-sub .sub_news li span{
    width: 20%;
    text-align: center;
}

.main-sub .sub_news li span y{
    font-size: 12px; 
}

.main-sub .sub_news li a{
    width: 80%;
    padding-top: 5px;
}

.main-sub .sub_news .content{
    box-sizing: border-box;
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
}

.main-sub .sub_news .content img{
    width: 100%;
}

.main-sub .sub_main .content img{
    width: 100%;
}

/* ==== end 子页面 ==== */

/* ==== about 页面 ==== */

.sub_about .content img{
    width: 100%;
}

/* ==== end about ==== */

/* ==== 导航 ==== */
.wap_nav{
    /*display: block;*/
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100%;
    width: 100%;
}

.wap_nav .wap_nav_bg{
    width: 100%;
    height: 150%;
    position: absolute;
    background: #2c3346;
    opacity: 0.9;
    z-index: 900;
}

.wap_nav ul{
    padding-left: 8px;
    width: 100%;
    position: absolute;
    z-index: 1000;
}

.wap_nav ul li{
    width: 100%;
    float: left;
    padding: 8px;
    margin-top: 10px;
    font-family: 黑体;
    border-left: 3px solid #ffffff;
}

.wap_nav ul li a{
    font-size: 20px;
}

/*.wap_nav ul li a{
    border-bottom: 3px solid #ffffff;
}*/

.wap_nav ul .sub-wap_nav_btn{
    width: 30%;
    float: left;
    padding: 8px;
}

.wap_nav a{
    color: #fff;
    font-size: 15px;
}

.wap_nav .sub-wap_nav_btn  a{
    
}

.footer{
    min-width: 0;
}

/*  ====== 补师资建设 ===== */
.sub_about .content .shizijianshe .shizi_box{
    width: 100%;
    min-height: 230px;
    margin-right: 8px;
    margin-top: 8px;
    padding: 10px;
    border: 2px #ccc solid;
    float: left;
}

.sub_about .content .shizijianshe .shizi_box img{
    width: 36%;
}

.sub_about .content .shizijianshe .shizi_box .info{
    width: 60%;
    float: right;
}

.sub_about .content .shizijianshe .shizi_box p.name{
    font-size: 18px;
    font-family: 黑体;
}

.sub_about .content .shizijianshe .shizi_box p{
    margin: 0;
}

}

@media screen and (max-width: 430px){
    
}

.pagination{
    margin-top: 10px;
}
.pagination *{
    font-size: 1.1em;
}