 @charset "UTF-8";
/**
 * [xLarge Screen for PC]
 * >=1300
 */
@media screen and (max-width: 1660px){
	.footer .inner{
		width: calc(100% - 250px);
		margin: 0 auto;
	}
	
}

@media screen and (max-width: 1440px){
	.inner{
		width: 100%;
		padding: 0 20px;
	}
}
@media screen and (max-width: 1340px){
	.search_container{
		position: absolute;
		width: calc(100% - 240px);
		height: 301px;
		left: 50%;
		transform: translate(-50%, 0);
		top: 19%;
	}
	
	/* footer */
	.footer .inner{
		width: calc(100% - 220px);
	}
	
	
}
@media screen and (max-width: 1268px){
	.search_form {
		width: calc(100% - 40px);
	}
	.search_input_wrapper {
		width: calc(100% - 322px);
	}

	.search_input {
		width: 100%;
		height: 100%;
		padding: 0 57px;
		border: 1px solid #ddd;
		border-radius: 8px;
		font-family: PingFang SC;
		font-weight: 400;
		font-size: 16px;
		line-height: 100%;
		letter-spacing: 0px;
		color: #999999;
	}
}
@media screen and (max-width: 1235px){
	
	/* footer */
	.f3{
		background: url(images/foter_bg1.png) left no-repeat;
		background-size: cover;
		height: 478px;
		position: relative;
	}
	.footer{
		height: 423px;
		width: 100%;
		position: relative;
	}
	.footer::before{
		background:#fff5f3 url(images/foter_bg2.png) left no-repeat;
		background-size: cover;
		height: 100%;
		width: 100%;
		position: absolute;
		left: 0;
		top: 0;
		content: "";
		z-index: -1;
	}

	.m2 {
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		margin: 0 auto;
	}
	
	.m2_left {
		order: 2;
		width: 40%;
		min-width: 270px;
	}
	
	.m2_logo {
		order: 1;
		flex:none;
		width: 100%;
		text-align: center;
		margin-top:0px;
	}
	
	.m3 {
		order: 2;
		width: 40%;
		min-width: 185px;
	}
	.m2_wb {
		order: 2;
		width: 5%;
		min-width: 65px;
	}


}
@media screen and (max-width: 1140px){
	/* 搜索标签 */
	.search_tabs {
		display: flex;
		border-radius: 20px 20px 0px 0px;
		background: #fff;
		width: 55%;
		height: 56px;
		overflow: hidden;
	}


}
/**
 * [Medium Screen for Pad]
 * 768~959
 */
@media screen and (max-width: 999px) {

	
	.logo{
		position: absolute;
		top: 57px;
		left: 80px;
	}
	.head_top > div{
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 50px;
		display: flex;
		gap: 32px;
	}
	
	/* 左侧快捷菜单 */
	.header_left{
		width: 80px;
		height: 264px;
		background: url(images/header_left.png) center no-repeat;
		z-index: 999;
		background-size: cover;
		top: 215px;
		left: 20px;
		padding:79px 5px 0px 5px;
	}

	/* 搜索 */
	.search_container{
		height: 380px;
	}
	.search_container{
		position: relative;
		width: calc(100% - 40px);
		height: 301px;
		left: 50%;
		transform: translate(-50%, 0);
		top: 35%;
		z-index: 2;
		margin-top: 50px;
	}
	.sbox1{
		height: 40px;
		width: 100%;
		background:#edf2f8;
	}
	.search_content {
		background:#edf2f8;
	}
	.search_tabs {
		display: flex;
		border-radius: 20px 20px 0px 0px;
		background: #fff;
		width: 542px;
		height: 56px;
		overflow: hidden;
	}
	

.navi-aside-toggle,
.navi-aside-search {display: block;}

/*导航样式：后台绑定时也可以定义配置*/
#nav .inner .wp-panel{ height:0;}
.wp-navi .wp-menu{display:none;}

.wp-navi-aside .navi-aside-wrap li{ width:100%}
.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;}


	.l-banner {height: 605px; }
	.l-banner img{width:100%;height:100%;}



	/* footer */
	.f3{
		background: url(images/foter_bg1.png) right no-repeat;
		background-size: cover;
		position: relative;
	}
	.footer::before{
		background:#780c12 no-repeat;
		background-size: cover;
		height: 100%;
		width: 100%;
		position: absolute;
		left: 0;
		top: 0;
		content: "";
		z-index: -1;
	}
	.footer .inner{
		width: 100%;
		padding: 0 20px;
		margin: 0 auto;
	}


	 /*主栏目名称*/
	 .col_menu { margin-top:15px;  }
	 .col_news .col_news_box { 
		/* margin-top: 95px; */
		margin-top: 30px;
	}

	.wp-search1{
		margin-right: 30px;
	}
	.head1{
		background: #780C12;
		height: auto;
		min-height: 130px;
	  }
}


@media screen and (max-width: 875px){
	.head2{
		padding-top:20px;
		display: flex;
		flex-direction: column;
		gap:15px;
		justify-content: center;
		align-items: center;
	}
	.head1{
		padding-bottom:20px;
	  }
}


@media screen and (max-width: 820px){
	/* .l-banner{height:34vw;}	 */
	
	/* footer */
	.f3{
		height: 538px;
		position: relative;
	}
	.footer1{
		height: 115px;
		width: 100%;
		position: relative;
	}
	.fotbox1{
		display: flex;
		gap:5px;
		justify-content: center;
		align-items: center;
		padding-top: 17px;
		flex-direction: column;
	}


	/* 搜索 */
	.search_container{
		height: 380px;
	}
	.search_bottom{
		width: 100%;
		height: 150px;
	}
	.sbox2{
		width: 100%;
		height: 110px;
		background:#F5F5F5;
		display: flex;
		flex-wrap: wrap;
		gap:0px;
	}
	.sbox2 li{
		width: 33.3%; !important;
		height: 50%;
		text-align: center;
		border-right: 1.2px solid #E2E5EB;
		box-sizing: border-box;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.sbox2 li:nth-child(3n){
		border-right: none;
	}
	.sbox2 li span img{
		width: 36px;
		height: 36px;
		object-fit: cover;
		margin-top: 0px;
		margin-right: 4px;
		vertical-align: middle;
	}
	.sbox2 li a{
		font-family: PingFang SC;
		font-weight: 400;
		font-style: Regular;
		font-size: 16px;
		line-height: 50px;
		letter-spacing: 0px;
		vertical-align: middle;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

/**
 * [Small Screen for Smart Phone and Mini Pad]
 * 480~767
 */
@media screen and (max-width: 767px) {



/*栏目图片*/
.l-banner{text-align:center;}
.l-banner img{width:100%;height:100%;}
#l-container{ margin-top:20px;}
#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{height:40px;}
.col_menu .col_menu_head h3.col_name .col_name_text {display:block;line-height:40px;padding: 0px 5px 0px 12px;font-size: 17px;}/**栏目名称图标**/
.col_menu {width: 100%;float:none;margin-right:0px;position:relative; margin-top:0;} 
.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; margin-top: 0px;}
.col_news_con { padding:5px 0px 10px 0px; margin:0 0px;}
.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%;}/**文章阅读部分图片大小限制**/
.article .arti_metas span{ font-size:13px;}


	
	/* footer */
	.m2_left {
		order: 2;
		width: 40%;
		min-width: 270px;
	}
	
	.m2_logo {
		order: 1;
		flex:none;
		width: 100%;
		text-align: center;
	}
	
	.m3 {
		order: 2;
		width: 35%;
		min-width: 185px;
	}
	.m2_wb {
		order: 2;
		width: 5%;
		min-width: 65px;
	}



	/* 搜索 */
	.search_container{
		height: 380px;
	}
	.search_box{
		width: 100%;
		height: 215px;
		position: relative;
	}
	.search_content {
		width: 100%;
		height: 160px;
	}
	/* 下拉框 */
	.search_dropdown {
		position: relative;
		width: 130px;
		height: 52px;
	}
	.search_form {
		width: calc(100% - 30px);
		height: 104px;
		flex-wrap: wrap;
	}
	.search_input_wrapper {
		width: calc(100% - 160px);
	}

}

@media screen and (max-width: 647px) {
	/* footer */
	.f3{
		height: 658px;
		position: relative;
	}
	.footer{
		height: 543px;
		width: 100%;
		position: relative;
	}
	.m2_left {
		order: 2;
		min-width: 270px;
	}
	
	.m2_logo {
		order: 1;
		flex:none;
		width: 100%;
		text-align: center;
	}
	
	.m3 {
		order: 3;
		min-width: 185px;
	}
	.m2_wb {
		order: 3;
		min-width: 65px;
		margin-top: 0px;
	}



	.head_top{
		height: 58px;
		width: 100%;
		background: url(images/head_top.png) 95% center no-repeat;
		background-size: cover;
		position: relative;
	}
	.head_top > div{
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 15px;
		display: flex;
		gap: 32px;
	}
	.navi-aside-toggle {
		display: block;
		width:34px;
		height: 34px;
		background: url(css/img/menu-icon-arrow-white.png) no-repeat 50%;
		cursor: pointer;
		position: absolute; z-index:99;right: 10px;top: 120px;margin-top:0px;}
		.head1{
			min-height: 150px;
		}
	.logo{
		position: absolute;
		top: 57px;
		left: 15px;
		width: calc(100% - 45px);
	}
	.logo img{
		width: 100%;
		height: auto;
		object-fit: cover;
	}
	/* 左侧快捷菜单 */
	.header_left{
		position: relative;
		display: flex;
		width: 100%;
		height: auto;
		min-height: 64px;
		background: url(images/header_left.png) center no-repeat;
		background-size: cover;
		z-index: 999;
		margin: 20px 0;
		padding: 10px 5px;
		left: 0;
		top: 0;
		flex-direction: row;
		justify-content: center;
		align-items: center;
	}
	.header_left li {
		padding: 10px 15px;
		margin: 0 10px;
		position: relative;
	}
	
	.header_left li:before{
		content: "";
		position: absolute;
		width: 1px;
		height: 30px;
		background: rgba(255, 255, 255, 0.4);
		top: 50%;
		right: -2px;
		left: auto;
		bottom: auto;
		transform: translateY(-50%);
		display: block;
	} 
	
	.header_left li:last-child:before {
		display: none;
	}
}

@media screen and (max-width: 620px) {

	

	/* 搜索 */
	/* 搜索标签 */
	.search_tabs {
		display: flex;
		border-radius: 20px 20px 0px 0px;
		background: #fff;
		width: 95%;
		height: 56px;
		overflow: hidden;
	}
	.search_input {
		width: 100%;
		height: 100%;
		padding: 0 57px;
		padding-right: 20px;
	}
	.search_form {
		margin-top: 23px;
	}
	/* 下拉框样式调整 */
    .search_dropdown {
        width: 140px;
        height: 52px;
        max-width: 300px;
		order:1;
    }
    .search_input_wrapper {
        width: 100%;
        height: 52px;
		order:2;
    }
    .search_input {
        width: 100%;
        height: 100%;
        padding: 0 57px;
        padding-right: 20px;
    }
	 /* 搜索按钮样式调整 */
	 .search_btn,
	 .ai_btn {
		order: 1;
		 width: 112px;
		 height: 52px;
	 }
}

@media screen and (max-width: 511px){
	
	/* .l-banner{ height:40vw} */
	.head2{
		width: 100%;
	}
	.head2 li img{
		width: 100%;
	}
	.wp-search1 {
		width: 280px;
		height: 36px;
		background: #fff;
		border: 1px solid #780C12;
		border-radius: 23px;
		display: flex;
		align-items: center;
		box-sizing: border-box;
		position: relative;
		margin-top: 10px;
	  }
	  .wp-search1 form {
		width: 100%;
		display: flex;
	  }
	  .wp-search1 .search-input1 {
		flex: 1;
		height: 35px;
		display: flex;
		align-items: center;
	  }
	  .wp-search1 .search-input1 input.search-title1 {
		width: 100%;
		height: 36px;
		border: none;
		outline: none;
		background: transparent;
		font-size: 16px;
		color: #666;
		padding: 0 16px;
		box-sizing: border-box;
		border-radius: 6px 0 0 6px;
	  }
	  .wp-search1 .search-input1 input.search-title1::placeholder {
		color: #666666;
		font-size: 16px;
		font-family: "Microsoft YaHei";
		font-weight: 400;
	  }
	  .wp-search1 .search-btn1 {
		width: 100px;
		height: 45px;
		display: flex;
		align-items: center;
		justify-content: center;
		/* background: url(images/search.png) no-repeat right; */
		position: absolute;
		right: 1px;
		top: 0;
	  }
	  .wp-search1 .search-btn1 input.search-submit1 {
		width: 50px;
		height: 30px;
		border: none;
		outline: none;
		background:url(images/search.png) no-repeat center center;
		background-size: 20px 20px;
		cursor: pointer;
		position: absolute;
		right: 1px;
		top: 2px;
	  }
	  .wp-search1 input:-webkit-autofill {
		transition: background-color 5000s ease-in-out 0s;
		-webkit-text-fill-color: #666;
	  }

}
@media screen and (max-width: 524px) {
	/* footer */
	.f3{
		height: 698px;
		position: relative;
	}
	.footer{
		height: 583px;
		width: 100%;
		position: relative;
	}
	.m2_logo img{
		width: 100%;
		object-fit: cover;
	}
}
/**
 * [xSmall Screen for Smart Phone]
 * 480~767
 */
@media screen and (max-width: 479px) {

	.inner{
		padding: 0 10px;
	}

	/* 搜索 */
	/* 搜索标签 */
	.search_container{
		height: 545px;
	}
	.search_content{
		height: 220px;
	}
	.search_box{
		width: 100%;
		height: 345px;
		position: relative;
	}
	.search_tabs {
		display: flex;
		border-radius: 20px 20px 0px 0px;
		background: #fff;
		width: 95%;
		height: 126px;
		overflow: hidden;
		flex-direction: column;
	}
	.search_input {
		width: 100%;
		height: 100%;
		padding: 0 57px;
		padding-right: 20px;
	}
	.search_form {
		margin-top: 23px;
	}
	/* 下拉框样式调整 */
    .search_dropdown {
        width: 140px;
        height: 52px;
        max-width: 300px;
		order:1;
    }
    .search_input_wrapper {
        width: 100%;
        height: 52px;
		order:2;
    }
    .search_input {
        width: 100%;
        height: 100%;
        padding: 0 57px;
        padding-right: 20px;
    }
	 /* 搜索按钮样式调整 */
	 .search_btn,
	 .ai_btn {
		order: 3;
		 width: 112px;
		 height: 52px;
	 }
	 .search_bottom{
		width: 100%;
		height: auto;
        min-height: 180px; 
        margin-top: 10px;
	}
	.sbox2{
		width: 100%;
		height: 150px;
		background:#F5F5F5;
		display: flex;
		flex-wrap: wrap;
		gap:0px;
	}
	.sbox2 li{
		width: 50% !important;
		height: 50px !important;
		text-align: center;
		border-right: 1.2px solid #E2E5EB;
		box-sizing: border-box;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.sbox2 li:nth-child(2n){
		border-right: none;
	}
	.sbox2 li span img{
		width: 32px;
		height: 32px;
		object-fit: cover;
		margin-top: 0px;
		margin-right: 4px;
		vertical-align: middle;
	}
	.sbox2 li a{
		font-family: PingFang SC;
		font-weight: 400;
		font-style: Regular;
		font-size: 14px;
		line-height: 20px;
		letter-spacing: 0px;
		vertical-align: middle;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	
 }

	
@media screen and (max-width: 383px) {
	/* footer */
	.f3{
		height: 718px;
		position: relative;
	}
	.footer1{
		height: 135px;
		width: 100%;
		position: relative;
	}
	.mbanner{ 
		height:400px !important; 
	}
}
/**
 * [Tiny Screen for Older Phone and Smart Phone]
 * <319
 */
@media screen and (max-width: 319px) {
    
}