
@charset "UTF-8";

body {
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	background:#F5F2E6;
}

*{
	margin: 0;
}


.html-text-component {
	overflow: auto;
	width: 100%;
}



.header-component nav {
	position: fixed;
	width: 100%;
	z-index: 999;
	top: 0;
	will-change: transform;
	transition: background-color .2s linear .1s, transform .15s;
	background-color: var(--nav-bg-color)
}

.header-component nav.slide-up {
	--nav-bg-color: rgba(0, 0, 0, 0.5) !important;
	--nav-toggle-icon-color: white !important;
	--nav-text-color: white !important
}

.header-component nav[data-theme-name=style_01] {
	--nav-bg-color: rgba(0, 0, 0, 0);
	--nav-text-color: white;
	--nav-toggle-icon-color: white;
	--btn-hover-bg: rgba(255, 255, 255, 0.2);
	--nav-btn-border-hover-color: rgba(255, 255, 255, 0.7)
}

.header-component nav[data-theme-name=style_01] .logo-icon {
	background-image: var(--black-img)
}

.header-component nav[data-theme-name=style_02] {
	--nav-bg-color: rgba(0, 0, 0, 0);
	--nav-text-color: black;
	--nav-toggle-icon-color: black;
	--btn-hover-bg: rgba(0, 0, 0, 0.2);
	--nav-btn-border-hover-color: rgba(0, 0, 0, 0.7)
}

.header-component nav[data-theme-name=style_02] .logo-icon {
	background-image: var(--black-img)
}

.header-component nav.is-scrolled {
	--nav-bg-color: rgba(0, 0, 0, 0.5) !important;
	--nav-text-color: white;
	--nav-toggle-icon-color: white;
	--nav-btn-border-hover-color: rgba(255, 255, 255, 0.7);
	-webkit-backdrop-filter: saturate(150%) blur(20px);
	backdrop-filter: saturate(150%) blur(20px);
	transform: translate3d(0, -100%, 0)
}

.header-component nav.is-scrolled.slide-up {
	transform: translate3d(0, 0, 0);
	border-bottom: 1px solid #414141;
	--btn-hover-bg: rgba(255, 255, 255, 0.2)
}

.header-component nav.is-scrolled .logo-icon {
	background-image: var(--black-img);
	height: 25px;
	width: 110px;
	
}



.header-component .nav-container {
	width: calc(100% - 320px);
	height: 88px;
	margin: 0 auto;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: height .2s
}


	.header-component .nav-container {
		width: 100%;
		height: 64px;
		padding: 0
	}



.header-component #menu-slide-switch {
	display: none
}

.header-component .menu-toggle {
	display: none
}


/* 手机版三道杠样式 */

	.header-component .menu-toggle {
		position: absolute;
		display: flex;
		justify-content: center;
		align-items: center;
		flex: 0 0 auto;
		z-index: 6;
		cursor: pointer;
		height: 32px
	}

	.header-component .menu-toggle .menu-line-wrapper {
		width: 20px;
		height: 100%;
		margin: 0 6px;
		position: relative
	}

	.header-component .menu-toggle .menu-lines {
		width: 100%;
		height: 2px;
		color: var(--nav-toggle-icon-color);
		background-color: currentColor;
		position: absolute;
		top: 50%;
		transform: translate3d(0, -50%, 0);
		border-radius: 1px;
		transition: color .8s linear;
		transform-origin: center
	}

	.header-component .menu-toggle .menu-lines .menu-line {
		position: absolute;
		display: block;
		width: 100%;
		height: 100%;
		transition: transform .2s cubic-bezier(0, 0, 0.2, 1);
		transform: none;
		border-radius: 1px
	}

	.header-component .menu-toggle .menu-lines .menu-line::before {
		content: "";
		background: currentColor;
		display: block;
		width: 100%;
		height: 100%;
		transition: transform .2s cubic-bezier(0, 0, 0.2, 1) .2s;
		border-radius: 1px
	}

	.header-component .menu-toggle .menu-lines .menu-line:first-of-type::before {
		transform: translate3d(0, -8px, 0)
	}

	.header-component .menu-toggle .menu-lines .menu-line:nth-of-type(2) {
		opacity: 1;
		transition: opacity .05s ease-in-out
	}

	.header-component .menu-toggle .menu-lines .menu-line:nth-of-type(3)::before {
		transform: translate3d(0, 8px, 0)
	}




	.header-component .menu-toggle {
		margin: 0 0 0 16px
	}
/* 手机版三道杠样式end */

.header-component .logo-wrapper {
	position: absolute;
	z-index: 6;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0)
}


.header-component .logo-wrapper .logo-icon {
	display:block;

	
	
	margin-top:5px;

}


.header-component .menu-bar {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	z-index: 3;
	color: var(--nav-text-color)
}


	.header-component .menu-bar {
		width: 100%;
		flex-direction: column;
		position: absolute;
		top: 0;
		background: white;
		justify-content: flex-start;
		align-items: center;
		height: 100vh;
		z-index: 1;
		padding-top: 80px;
		transform: translate3d(0, -100%, 0);
		transition: transform .35s ease-in-out .3s;
		overflow-y: auto;
	
	}




/* 图片样式 */

.newslist .item88 {
	width: 45%;
    height:120px;
	display: block;

	margin-bottom:15px;
float:left;

margin-right: 3%;

}

.newslist .item88  img {
	width: 100%;
	height: 100px;
	display: block;
	border: 1px solid #ccc;
  border-radius: 3px;

}

.newslist .item88  h3  {
font-size: 16px;
	line-height: 150%;
	margin-bottom:0px;
	color: #0a66a7;
	text-overflow: ellipsis;
	overflow: hidden;
	font-weight:normal;
	display:-webkit-box;
-webkit-box-orient:vertical;

-webkit-line-clamp:2; 
	
   text-decoration:none;
	text-align:left;

}

/* 新闻列表样式end */










/* 下拉样式 */
	.header-component .menu_series,
	.header-component .menu_intr {
		width: 50%;
		flex-direction: column;
		font-size: 18px;
		font-weight: normal;
		line-height: 26px;
		border-top: 1px solid #ededed;
		padding-top:20px;
		
	}
.menu_item{ border-bottom: 1px dashed #f5b68d;}

.menu_item::before {
	content: '';
	display: block;
	width: 25px;
	height: 1px;
	background: #f5b68d;
	position: absolute;
	left: 0;
	bottom: -1.1px;
}




.menu_series li { list-style-type:none; text-align:center;}
.menu_series li  a{ text-decoration:none;  line-height:250%; color:#444138; }

/* 	下拉样式end */
	
	

.header-component .menu_act {
	display: flex;
	color: var(--nav-text-color);
	margin-left: 40px;
	justify-content: center;
	align-items: center
}






	.header-component .menu_act {
		z-index: 6;
		position: absolute;
		margin-left: 0;
		right: 16px;
	}


.header-component .menu_act .btn-action {
	display: block;
	text-align: center;
	position: relative;
	z-index: 1;
	font-size: 12px;
	font-weight: bold;
	line-height: 2.32;
	transition: all .5s ease-in-out;
	white-space: nowrap;
	text-decoration: none;
	color: var(--nav-text-color);
	border: 1px solid var(--nav-text-color);
	border-radius: 4px;
	overflow: hidden;
	padding: 1px 20px 0
}

.header-component .menu_act .btn-action:hover {
	background-color: var(--btn-hover-bg);
	border-color: var(--nav-btn-border-hover-color)
}

.header-component .menu_act .btn-text-wrapper {
	text-align: center
}

.header-component .series-nav-secondary {
	display: none
}



.header-component #menu-slide-switch:checked+nav {
	--nav-text-color: black;
	--btn-hover-bg: rgba(0, 0, 0, 0.2);
	-webkit-backdrop-filter: none;
	backdrop-filter: none;
	background: white
}

.header-component #menu-slide-switch:checked+nav .nav-container .logo-icon {
	background-image: var(--white-img) !important
}

.header-component #menu-slide-switch:checked+nav .nav-container>.menu-toggle .menu-lines {
	color: black;
	background-color: transparent;
	transform-origin: center
}

.header-component #menu-slide-switch:checked+nav .nav-container>.menu-toggle .menu-lines .menu-line:first-of-type {
	transition: transform .2s cubic-bezier(0, 0, 0.2, 1) .2s;
	transform: rotate(45deg)
}

.header-component #menu-slide-switch:checked+nav .nav-container>.menu-toggle .menu-lines .menu-line:nth-of-type(2) {
	opacity: 0
}

.header-component #menu-slide-switch:checked+nav .nav-container>.menu-toggle .menu-lines .menu-line:nth-of-type(3) {
	transition: transform .2s cubic-bezier(0, 0, 0.2, 1) .2s;
	transform: rotate(-45deg)
}

.header-component #menu-slide-switch:checked+nav .nav-container>.menu-toggle .menu-lines .menu-line:first-of-type::before,
.header-component #menu-slide-switch:checked+nav .nav-container>.menu-toggle .menu-lines .menu-line:nth-of-type(3)::before {
	transition: transform .2s cubic-bezier(0, 0, 0.2, 1);
	transform: none;
	background-color: currentColor
}

.header-component #menu-slide-switch:checked+nav .nav-container>.menu-toggle+.menu-bar {
	transform: translate3d(0, 0, 0)
}

.header-component #menu-slide-switch:checked+nav .nav-container>.menu-toggle+.menu-bar li.menu_item {
	opacity: 1
}

.header-component #menu-slide-switch:checked+nav.slide-up {
	--nav-text-color: black !important
}

.header-component #menu-slide-switch:checked+nav.slide-up .nav-container>.menu-toggle+.menu-bar {
	transform: translate3d(0, 0, 0)
}

.header-component .img-scope {
	width: 100%
}

.header-component .img-scope img {
	width: 100%;
	margin: auto
}

/* 以上是手机移动端导航样式------------------------------------------------------------------------------- */

/* 手机端内页二级导航样式------------------------------------------------------------------------------- */


/*cateList*/


/* .iconbef:before {
	width: 50px;
height: 50px;
	background: url(../images/iconn.png) no-repeat;
	
	background-size: 60px auto;
	vertical-align: middle;
		border:1px solid red;
	
}

 */


.cateList {
	width: 100%;
	line-height: 50px;
	text-align: center;
	background: #f6f6f6;
	color: #000;
	position: relative;
	margin-top:-5px;
	
	overflow:hidden;
	
}
 .cateList .goBack {
width: 15%;
height: 50px;
display:block;
float:left;

		
}

.cateList .goBack a {
		position: absolute;
     left: 0;
	 top: 0;
	
	width:15%;
	height: 50px;
	
	z-index:999;
	
} 

.cateList .nav_title {
	position: relative;
font-size: 18px;
color:#000;
width: 70%;
float:left;

}



 .cateList .dropDown {
width: 15%;
height: 50px;
display:block;
float:left;
	
		
}



.cateList .box {
	width: 100%;
padding: 10px 0 6px 1%;
	z-index: 11;
	background: #fff;
	display: none;
	border-bottom: 1px solid #e6e6e6;
}
.cateList .box a {
	width: 30%;
	margin-right: 0.5%;
	margin-left: 1.5%;
margin-bottom: 7px;
height: 38px;
line-height: 38px;
font-size:15px;
	text-align: center;
	display: block;
	float: left;
border-radius: .05rem;
	box-shadow: 0 0 5px rgba(0,0,0,.1);
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-decoration:none;
	color:#000;
	border:1px solid #ccc;
}
.cateList .box a:nth-child(3n) {
	margin-right: 0;
}
.cateList .box a.on {
	background: #0a66a7;
	color: #fff;
}

/* 

@media only screen and (min-width:641px) {
html {
	font-size: 100px;
}
}
@media only screen and (max-width:640px) {
html {
	font-size: 100px;
}
}
@media only screen and (max-width:540px) {
html {
	font-size: 84.375px;
}
}


@media only screen and (max-width:480px) {
html {
	font-size: 75px;
}
}
@media only screen and (max-width:414px) {
html {
	font-size: 64.6875px;
}
}
@media only screen and (max-width: 400px) {
html {
	font-size: 62.5px;
}
}
@media only screen and (max-width: 375px) {
html {
	font-size: 58.5938px;
}
}
@media only screen and (max-width: 360px) {
html {
	font-size: 56.25px;
}
}
@media only screen and (max-width: 320px) {
html {
	font-size: 50px;
}
}

 */

/* 手机端内页二级导航样式end------------------------------------------------------------------------------- */

/* 全站手机移动端导小标题及更多样式 */
.mcp-list-tit{ width: 100%; height: 50px;}
.mcp-list-tit h2{ font-size: 20px; float: left;color: #000;}
.mcp-list-tit-more a{ font-size: 14px; float:right;border: 1px solid #000; padding: 5px 10px;text-decoration: none;color: #000;border-radius: 5px;
transition: background-color 0.5s ease; /* 定义过渡效果 */
}
.mcp-list-tit-more a:hover{
background-color: rgba(255, 255, 255, 0.9); /* 鼠标悬停时颜色变为绿色 */
	
}

/* 全站手机移动端导小标题及更多样式end */

/* 内页banner  */
.n_banner{position: relative;}
.n_banner_tit{position: absolute; top:100px; left:10%;}

/* 内页banner end  */

.yzm-main-article{   background:#fff;}
.yzm-content{

margin-top:20px; 
	padding:0 5px; 
     text-align: justify;
    text-justify: inter-word;
	}
	
	.yzm-content:after {
    content: '';
    display: inline-block;
    width: 100%;
}



/* 手机版联系方式样式*/

	
				
/* 网站底部自媒体图标*/


			.zimeiti{ width:185px;height: 40px;margin: 30px auto 10px auto;  }
			.zimeiti ul li{ list-style-type: none; float: left;}
			.zimeiti ul li a{ }
			.zimeiti ul li a img{ width: 35px;border: 1px solid #666666;margin-right: 10px; }
			.toutiao{ 
		        width: 35px;
				height: 35px;
				display: block;
		        background: url(../images/img/toutiao.png);
				background-size:35px;
				border: 1px solid #fff;
				border-radius: 3px;
				margin-right: 10px;
				text-indent: -9999px;
				border-radius: 8px;
				  }
			.toutiao:hover{
				
				background: url(../images/img/toutiao2.png);
				background-size:35px;
				border: 1px solid #333;
			}
			.baijiahao{
			    width: 35px;
				height: 35px;
				display: block;
			    background: url(../images/img/baijiahao.png);
				background-size:35px;
			
				border-radius: 3px;
				margin-right: 10px;
				text-indent: -9999px;
				  }
			.baijiahao:hover{
				
				background: url(../images/img/baijiahao2.png);
				background-size:35px;
			}
			
			.weixin{
			    width: 35px;
				height: 35px;
				display: block;
			    background: url(../images/img/weixin.png);
				background-size:35px;
			
				border-radius: 3px;
				margin-right: 10px;
				text-indent: -9999px;
				  }
			.weixin:hover{
				
				background: url(../images/img/weixin2.png);
				background-size:35px;
			}
			
			.weibo{
			    width: 35px;
				height: 35px;
				display: block;
			    background: url(../images/img/weibo.png);
				background-size:35px;
		
				border-radius: 3px;
				margin-right: 10px;
				text-indent: -9999px;
				  }
			.weibo:hover{
				
				background: url(../images/img/weibo2.png);
				background-size:35px;
			}
			.douyin{
			    width: 35px;
				height: 35px;
				display: block;
			    background: url(../images/img/douyin.png);
				background-size:35px;
		
				border-radius: 3px;
				margin-right: 10px;
				text-indent: -9999px;
				  }
			.douyin:hover{
				
				background: url(../images/img/douyin2.png);
				background-size:35px;
			}
			
/* 网站底部自媒体图标end*/	
	
	
	
/*网站底部版权信息*/
.footer_main {
	text-align: center;
	width: 100%;
	
		background:#d17431;
		
	color:#fff;
	
	padding:10px 0 15px 0;
	
}

.footer_main p{ line-height: 150%;font-size: 12px; }
.footer_main p a{color:#fff; font-size: 12px; text-decoration:none;}
.copyright {
	width: 94%;
	margin: 0 auto;
	padding: 3% 0;
font-size: 12px;
}

.footer_main a {
	color: #666;
}


/*网站底部版权信息end*/


.index_about{ border:2px solid #007DA9; margin:0 2%; border-radius:3PX; padding:2%;}
.index_about h2{ font-size:20px; text-align: center; margin:10PX 0; color:#007DA9;}
.index_about P{ font-size:16px; line-height:150%; }





