/*Responsive style
---------------------------*/


@media only screen and (max-width : 750px){
    /*for 750 or less css code here*/
    body{min-width: 100%;
    	padding-top: 64px;}
    .mobile,.mobile_only{
    	display: block;
    }
    .wrapper{
    	width: 100%;
    	padding: 0 10px;
    }

    .wrapper_side,.wrapper_right{
    	width: 100%;
    }
    .col-1-12,.col-5-12,.col-3-12,.col-4-12,.col-8-12,.col-9-12,.col-12-12,.col-6-12
{
width: 100%;
padding: 10px 0;
}
 .col_box .col_box{
    padding: 10px;
 }




    .header{
    	height: 64px;
    	background:#fff url(../img2020/banner_mobile.jpg) no-repeat;
    	display: none;
        background-size: cover;
    }

    .header_nav{
    	display: block;
       background: #c9151e;
    }

    .nav{
    	position: fixed;
    	top: 0;
    	z-index: 999;
    	/*border-bottom: solid #aaa 1px;*/
    		 background: #e6e6e6;
    		height: auto;
 	width: 100%;

    }
 
    .nav .nav_container{
    	display: none;
    	overflow: scroll;
    }
    .nav ul {
        float: left;
        width: 100%;
    }

    .nav ul li{
    	float: none;
    	display: block;
 	
    	color: #666;
    }

.nav ul li a{
	color: #666;
	height: auto;
	padding: 0;
	line-height: 50px;
	border-bottom: solid #ddd 1px;
}



/*.nav ul li a:hover,.nav ul li a.current{
	background: none;
}*/
.nav ul li a.nav_home{
    background-position: 0 12px;
}

.nav ul li ul{
	background: none;
	position: relative;
	padding-left: 15px;
}

.nav ul li ul li a{
	border-bottom: dashed #ddd 1px;
	line-height: 45px;
}
.nav ul li:hover ul{
	display:none;
}

.nav ul li.drop_menu>a{
	background: url(../img2020/menu_btn.png)no-repeat right -56px;
}

.nav ul li.drop_menu_up>a{
	background-position: right -118px;
}

.nav input{
    float: left;
    width: 100%;
    border: solid #ddd 1px;
}
    .header .wrapper{
    	height: 64px;
    	padding-bottom: 10px;
    	background-position: right;
    background-size: 50%;
    }

    .header h1 img{
    	height: 40px;
    	margin-top: 12px;
    }

   

    .menu_btn{
    	display: block;
    	height: 16px;
    	width: 16px;
    	background: url(../img2020/menu_btn.png) no-repeat;
    	background-size: 43px;
    	float: right;
    	margin-top: 22px;
    }

    .menu_btn_close{
    	background-position: -25px 0;
    }
    .article_content{
        min-height: auto;
    }

    .article_container{
    	padding: 5px 10px;

    }

    .article_container ul.article_list li a{
    	line-height: 25px;
        width: 100%;
    	padding: 10px 0 10px 20px;
    	display: block;
    	height: auto;
    }


    .article_container ul.article_list li span{
        float: left;
        line-height: 10px;
        padding: 0 0 10px 20px;
    }

	/*页码的响应式处理=========*/
	.edu_pager_bar a{display: none;}
			.edu_pager .left{display: none;}
	.edu_pager_bar a.pager_btn{display: block;}
	.goto_text,.goto_link,.goto,.edu_time{display: none;}
    
    /*======*/
 
 .swiper-slide img.mobile_only{
    position: relative;
 display: block;
 margin: 0;
 left: 0;
  /*height: 280px;*/
  width: 100%;
 }
 .banner,.swiper-container{
 
    height: auto;
}

.swiper-button-prev,.swiper-button-next{
    display: none;
}
.notice_container{
    height: auto;
}
.notice_container ul li{
    width: 100%;
}

.img_news,.news_container ul,.news_container ul li a span{
    width: 100%;
}
.news_container ul{
    padding-left: 0;
}
.news_container ul li{
    width: 100%;
}

.guide_container ul li a span{
    width: calc(100% - 36px);
}

.red_bg{
    background-position: left top;
}

.red_bg .wrapper{
    padding: 0;
}

.red_bg .col-3-12{
    padding: 10px;
    display: none;
}

.links li{
    height: 64px;
    line-height: 64px;
    border-width: 1px;
}

.links li a{
    line-height: 64px;
}

.links li a img{
    margin-top: 10px
}

.row_2{
    padding-left: 0;
}

.news_container{
    padding-left: 10px;
}

.news_container ul li{
    background-position: left -325px;
}

.news_container ul li a{
    height: 70%;
}
.news_container ul li a span{
    line-height: 40px;
}
.news_container ul li a em{
    width: 100%;
    float: left;
    line-height: 14px;
    padding-bottom: 10px;
}

 .home_box .left_title{
 	width: 100%;
 	    background-position: 0 bottom;
 	height:140px;
 }
.contact_info{
	width: 100%;
}
.content.intro_text{
	height: auto;
}

.footer .right,.footer .left,.text_right{
    float: none;
   
}
.text_right{
    text-align: center;
    padding-top: 20px;
}
.footer .right img,.footer .right p{
    float: none;
    text-align: center;
    margin: 0 auto;
}

.search_field input{
    width: calc(100% - 80px);
}

.search_result_container{
    padding: 15px 5px;
}
    
 }
 

@media only screen and (max-width :320px)
{
    .header h1 img.logo{
        width: 260px;
        height: auto;
        margin-top: 15px;
    }
 
 .footer .left img{
    width: 90%;
 }
 
}