@charset "UTF-8";
/**
 * [xLarge Screen for PC]
 * >=1300
 */
@media screen and (max-width: 1920px){ 
	#header:before,#header:after{ display:none}
	
}
@media screen and (max-width: 1440px){
	.wrapper .inner{width:100%; box-sizing:border-box; padding:0 20px;}
	.main1 .ml{ width:50%}
	.main1 .mr{ width:calc(50% - 20px);}
	.post_bt .tt,.post_top2 .post_bt .tt{height:44px; margin-right:38px;}
	
	.photo_list .swiper-button-next{ right:0;}
	.photo_list .swiper-button-prev{ left:0;}
	
	#footer .foot-left{ width:40%;}
	#footer .foot-right{ width:calc(60% - 60px);}
	.foot_tu{ padding-right:10px;}
}
/**
 * [Large Screen for PC & Pad]
 * 960~1199
 */
@media screen and (max-width: 1200px) {
.nav .wp-menu .menu-item{ margin-right:34px}
#footer .foot-right{ width:calc(60% - 60px);}	
.foot_tu .wz1{ font-size:12px;}
.foot_tu .wz2{ font-size:14px;}
}

/**
 * [Medium Screen for Pad]
 * 768~959
 */
@media screen and (max-width: 999px) {

.navi-aside-toggle,
.navi-aside-search {display: block;}
.l-banner img{width:100%;height:100%;}
#header .top{height: auto;}
#header .inner{padding:10px;height: auto;}
.header .head-left{ float:none;display:inline-block; width:100%; height:auto; text-align:center; padding:10px 40px; box-sizing:border-box}
.header .sitelogo .logo{ width:80%;}
.header .sitetitle img{width:260px;}
.header .head-right .link{ position:absolute;top:0;right:5px; font-size:14px}

.header .head-main{display:none;}
.header .head-right{ float:none; width:100%; padding-top:0}
.right_search{width:100%}
.header .head-right .searchbox{margin:10px 0px; width:100%;}
.wp-search .search-input input.search-title{ height:42px; line-height:42px;}
.wp-search .search-btn{height:42px;}
.wp-search .search-btn input.search-submit{height:42px;}

/*导航样式：后台绑定时也可以定义配置*/
#nav .inner .wp-panel{ height:0;}
.wp-navi .wp-menu{display:none;}
.wp-navi-slide .navi-slide-head {display: block;padding:0 10px;height: 40px;}
.wp-navi-slide .wp-menu {background:#fff;}
.wp-navi-slide .wp-menu .menu-item {display: inline-block;float:none; position: relative; z-index: 100;width:100%;padding-left:0px;text-align:left;border-bottom:1px solid #eee}
.wp-navi-slide .wp-menu .menu-item .menu-switch-arrow{display: block;width: 38px;height: 38px;position: absolute;right: 6px;top: 1px;background: url(css/img/icons.png) no-repeat 10px -116px;}
.wp-navi-slide .wp-menu .menu-item a.menu-link {display:block;padding: 0 20px;line-height: 40px;color: #343434;font-size: 14px; }
.wp-navi-slide .wp-menu .menu-item a.menu-link.hover,
.wp-navi-slide .wp-menu .menu-item.hover a.menu-link,
.wp-navi-slide .sub-menu .sub-item.hover> a,
.wp-navi-slide .sub-menu .sub-item a:hover{ text-decoration: none; color: #000; background-color: #eee; }
.wp-navi-slide .sub-menu {display: none;position:relative;left: 0;bottom: 0px;top: 0px;min-width: 0px;z-index: 100;background: #fff;opacity: 0.8;}
.wp-navi-slide .sub-menu .sub-item {position: relative;white-space: nowrap;vertical-align: top;border-bottom: 1px solid #eee;}
.wp-navi-slide .sub-menu .sub-item a {display: block;color: #000;height: auto;line-height: 40px;padding: 0 36px;font-size: 14px;background:none;}
.wp-navi-slide .sub-menu .sub-item a:hover { color: #000; background-color:#eee; display: block; }
.wp-navi-slide .sub-menu .sub-menu {left:0;top: 0;}
.wp-navi-slide .sub-menu .sub-menu .sub-item a {padding: 0 52px;}



/**布局**/
.mbanner .swiper-wrapper{ height:400px;}
.mbanner .swiper_box{ padding:0 30px; box-sizing:border-box;justify-content: center; -webkit-justify-content: center;}
.mbanner .swiper-button-prev, .mbanner .swiper-button-next{ width:60px; height:60px;}
.mbanner .swiper-button-prev{left:20px;}
.mbanner .swiper-button-next{ right:20px;}
.main1 .ml,.main1 .mr{ width:100%;}
.main1 .mr{ margin-top:40px;}
.main1 .mySwiper2,.main1 .mySwiper2 img{ height:60vw}
.post3_con li,.post4_con li{ width:calc(50% - 15px)}
.post4_con .tu_pic{ width:120px;}
.post4_con .news_info{width:calc(100% - 148px)}
.post_top2{ margin-bottom:34px;}
.main1,.main2,.main3,.main4{ padding:40px 0;}
.main1 .swiper_bt,.post2_con .news_title,.post3_con .news_title,.post4_con .news_title,.photo_list .news_title{ font-size:1.8rem; line-height:1.4}
.photo_list .direction_bt,.photo_list .news_wz{font-size:1.6rem;}
.photo_list .news_title{ padding:10px}

#footer .foot-left,#footer .foot-right{ width:100%;}
.foot-logo img{width:80%;}
.foot-wz{text-align:center}
}


@media screen and (max-width: 830px){
.post3_con li,.post4_con li{ width:100%}
.post4_con .tu_pic{ width:210px;}
.post4_con .news_info{width:calc(100% - 238px)}	

.main1 .swiper_bt,.post2_con .news_title,.post3_con .news_title,.post4_con .news_title,.photo_list .news_title{ font-size:1.6rem;}	
.photo_list .direction_bt,.photo_list .news_wz{font-size:1.4rem;}
}

/**
 * [Small Screen for Smart Phone and Mini Pad]
 * 480~767
 */
@media screen and (max-width: 767px) {
.mbanner .swiper-wrapper{ height:280px;}
.mbanner .swiper-pagination-bullets .swiper-pagination-bullet{ margin:0 10px}
.header .sitetitle {margin:0 auto;display:block; background:none}



/*栏目图片*/
.l-banner{height: 180px; text-align:center;}
.l-banner img{width:100%;height:100%;}
#l-container{ margin-top:0px;}
#l-container .inner,
#d-container .inner {padding:0px 0px;}
#l-container.wrapper .inner .mod,
#d-container.wrapper .inner .mod{padding:0;}

.column-switch {display:block;}

.col_menu .col_menu_head h3.col_name .col_name_text {display:block;line-height:40px;pa;padding: 0px 5px 0px 12px;font-size: 17px;}/**栏目名称图标**/
.col_menu {width: 100%;float:none;margin-right:0px;position:relative;} 
.col_menu .col_menu_con{display:none;border:0px solid #e4e4e4;}
.col_metas .col_title h2 {font-size:18px;}/**当前栏目名称**/

.col_news {width: 100%;min-height:0px;float:none;} /**栏目新闻**/
.col_news .col_news_box{margin-left: 10px;margin-right: 10px;}
.col_news_con { padding:5px 0px 10px 0px; margin:0 0px;}
.col_news_con  .news_list li.news {line-height:24px;padding:4px 0px;}
.col_news_con  .news_list li.news span.news_title {line-height:24px;margin-right:100px;}/*标题*/
.col_news_con  .news_list li.news span.news_meta {margin-left:-100px;}/*属性*/

.wp_paging li.pages_count,.wp_paging li.page_jump{display:none;}

.infobox { width:auto;padding:0px;  margin:0 10px; }

.col_news_list .wp_entry img,
.article .entry .read img{max-width: 100%;height:auto!important; width:100%;}/**文章阅读部分图片大小限制**/


}

@media screen and (max-width: 596px) {
.header .sitelogo .logo{ width:90%;}
.post_bt .tt,.post_top2 .post_bt .tt{ height:34px; margin-right:18px;}
.post_top .more,.post_top2 .more{ padding-top:0;}


.photo_list .swiper-slide.swiper-slide-active{transform: scale(1);position: relative;z-index: 2;}
.photo_list .swiper-slide.swiper-slide-next{ transform: scale(0.6) translateX(-50px);}
.photo_list .swiper-slide.swiper-slide-prev{ transform: scale(0.6) translateX(50px);}

.post4_con .tu_pic{ width:120px;}
.post4_con .news_info{width:calc(100% - 148px)}
.foot_tu{ width:100%; padding:0 0 0 47px;min-height:36px; margin-bottom:10px; }
.foot_tu .wz1,.foot_tu .wz2{ display:inline-block; line-height:36px;}
.foot_tu .wz1{ margin-right:20px;}
}


@media screen and (max-width: 480px){


}

/**
 * [xSmall Screen for Smart Phone]
 * 480~767
 */
@media screen and (max-width: 479px) {
.more_btn{ padding:0 10px}
.more_btn i{ margin-right:5px}
.article h1.arti_title {line-height: 28px;font-size:18px;}
.article h2.arti_title {line-height: 28px;font-size: 16px;}


}

@media screen and (max-width: 440px){


 }
/**
 * [Tiny Screen for Older Phone and Smart Phone]
 * <319
 */
@media screen and (max-width: 319px) {
    
}