﻿@charset "utf-8";

.container{
	margin:auto;
}
/* CSS Document */
/**判断**/
/**/
@media screen and (min-width: 1800px) {


}
@media all and (min-width:1600px) and (max-width: 1800px) {


	
}
@media all and (min-width:1360px) and (max-width: 1599px) {

	
}

/* 中小型笔记本或大平板 laptop */
@media all and (min-width: 1280px) and (max-width: 1359px) {


	
}

@media all and (min-width: 1024px) and (max-width: 1279px) {


}
@media all  and (min-width: 768px) and (max-width: 1023px){	
   

}
@media all  and (max-width: 768px){
    /* 首页 */
    .swiper-container.banner ,.wrapper.menu-box ,.head-right , .col_menu {
        display: none;
    }
    .wrapper .inner .mod {
        width: auto;
        height: 100%;
        padding: 0 8px;
    }
    .navi-aside-toggle {
        display: block;
    }
    .header .head-left {
        height: 100%;
        float: none;
        display: inline-block;
        width: 100%;
        text-align: center;
    }
    .header .sitelogo {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        float: none;
        margin-top: 0px;
        padding: 0;
    }
    .header .sitelogo a img {
        max-width: 77%;
        margin: 5px 0px;
    }
    .header .sitelogo a {
        display: inline-block;
        width: 100%;
        margin: 0 auto;
        text-align: left;
        padding-left: 10px;
    }
    .header .sitetitle {
        margin-top: 10px;
        font-size: 18px;
    }
    .header .sitetitle {
        display: none;
        margin-top: 28px;
        margin-left: 10px;
        font-size: 32px;
        font-weight: bold;
        color: #fff;
    }
    .navBar{
        position: fixed;
        top: 0;
        bottom: 0;
        z-index: 2000;
        width: 216px;
        max-width: 100%;
        background: #252525;
        overflow-y: auto;
        color: #fff;
        display: block;
    }
    .navBarList > li > a{
        display: block;
        text-decoration: none;
        color: #c7c7c7;
        font-size: 14px;
        line-height: 20px;
        padding: 8px 30px 8px 10px;
        border-top: 1px solid rgba(0,0,0,.3);
        box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
        text-shadow: 0 1px 0 rgba(0,0,0,.5);
    }
    .navi-aside-title{
        padding: 7px 10px;
        font-weight: normal;
        color: #777;
        font-size: 14px;
    }
    .indexBgColor{
        position: relative;
    }
    .main1 .inner , .wrapper .inner .mod , .main1 .ml , .post .con{
        padding: 0;
    }
    .focusBox .swiper-slide i{
        width: 70%;
    }
    .post.post1.post-11.mbox{
        padding-top:20px
    }
    .main1 .ml {
        /* float: none;
        width: 100%; */
    }
    .main1 .ml {
        float: none;
        width: 100%;
    }
    .main1 .mr {
        float: none;
        width: 100%;
    }
    .wrapper .inner {
        width: 100%;
        margin: 0 auto;
    }
    .main1 .mc {
        float: none;
        width: 100%;
        margin-left: 0px;
    }
    .post.post2.mbox {
		width: 33.333333%;
		margin-right: 0;
		text-align: center;
		margin: 10px 0;
		float: left;
    }
    .rili .news_list li.news.n1 {
        text-align: center;
    }
    .rili .news_list img {
        width: 100%;
        height: 100%;
    }
    .news_tu .news_list li.news{
        margin: 0 10px 0 0;
    }
    .news_list {
        padding: 10px 3px;
    }
    #footer .inner .copyright span{
        font-size: 12px;
    }
    .col_news .col_news_box {
        margin-left: 10px;
        margin-right: 10px;
    }
    #l-container .inner{
        padding:0;
    }
    .bannerInner > img{
        height: auto;
    }
    .news_list li.news{
        margin: 0;
        display: flex;
        align-items: center;
    }
    .news_list li.news span.news_title{
        width: 75%;
    }
    #pages.text-c{
        padding-right:10px;
    }
    .arcShowDes p , .arcShowDes span{
        font-size: 14px;
    }
    .con.news_tu{
        padding: 0 10px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }
	#header .inner {
		height: 110px;
	}
    .m-mt0{
        padding-top: 0 !important;
    }
    
	.focusBox .swiper-slide a{
		width: 100%;
		height: 100%;
	}
	.news_list li.news span.news_meta {
		width: 25%;
		text-align: right;
	}
	.contact , .contact-img{
		width:100% !important;
		float:none;
		padding-left:0 !important;
	}
	.m-shouji{
		padding-top:0 !important;
	}
	
	.pc-img{
		display:none !important;
	}
	.m-img{
		display:block !important;
	}
	
	.banner-box .swiper-container{
		width: 100% !important;
		margin: auto;	
	}

	#footer .inner .foot-left , .foot-right{
		width:100%;
		margin-top: 0;
	}


	.foot-right{
		padding-top: 10px;
		 text-align: center;
	}
	#footer .inner .copyright{
		padding: 3px 20px;
	}








	
	



}
/* 手机或小平板 phone */




