h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.7;
}
*{
	box-sizing: border-box;
}
html,
body,
h1,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
	/* margin: 0;
	padding: 0; */
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	outline: none;
}

img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

body {
	background: #fff;
	color: #333;
	font-family: YuGothic, -apple-system, BlinkMacSystemFont, "Hiragino kaku Gothic ProN", Arial, Helvetica, 'Microsoft Yahei', 'Hiragino Sans GB', sans-serif;
	font-size: 15px;
	/*1.5em*/
	line-height: 1.8;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: flex;
	display: -ms-flexbox;
	flex-direction: column;
	min-height: 100vh;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #333;
}

p {
	line-height: 1.8;
	color: #333;
	font-size: 14px;
	text-align: justify;
	letter-spacing: 0;
	font-weight: normal;
}

ul li {
	list-style: none;
	list-style-type: none;
}

header {
	width: 100%;
	height: 90px;
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 99999;
	transition: 0.2s;
	background: #fff;
	-webkit-box-shadow: #666 0px 0px 5px;
	    -moz-box-shadow: #666 0px 0px 5px;
	    box-shadow: #666 0px 0px 5px;
}

header .logo {
	left: 200px;
	top: 0;
	z-index: 1;
	height: 100%;
}

header .logo a {
	display: block;
	width: 100%;
	height: 100%;
}

header .logo a img {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

header .pc {
	display: flex;
	align-items: center;
	height: 100%;
	width: 60%;
}

.pc ul {
	display: flex;
	height: 100%;
	width: 100%;
}

.pc ul li {
	height: 100%;
	width: 15%;
}

.pc ul li a {
	font-size: 16px;
	display: block;
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.2s;
}

.pc ul li a:hover {
	text-decoration: none;
	cursor: pointer;
	background-color: #1874EF;
	color: #fff;
}

#sp_menu {
	display: none;
}

/**/
header .ic_o {
	display: none;
}

main {
	margin-top: 90px;
}

/*分页*/
/*** page
			-------------------------------------------------------------- ****/
.pageBox {
	text-align: center;
	margin-top: 10px;
}

.pageBox a {
	border: 1px solid #ddd;
	display: inline-block;
	margin-right: 6px;
	color: #707070;
	width: 34px;
	height: 34px;
	font: bold 14px/34px arial;
}

.pageBox a:hover,
.pageBox a:active {
	background: #3aa9f2;
	color: #FFFFFF;
	text-decoration: none;
}

.pageBox .cur {
	background: #3aa9f2;
	border: 1px solid #3aa9f2;
	text-decoration: none;
}

.pageBox a.cur {
	color: #fff;
}

.pageBox .disabled {
	width: 79px;
}

/* 侧边导航 */
@font-face {
  font-family: "iconfont"; /* Project id 4968145 */
  src: url('//at.alicdn.com/t/c/font_4968145_v9s98djznls.woff2?t=1752200623689') format('woff2'),
       url('//at.alicdn.com/t/c/font_4968145_v9s98djznls.woff?t=1752200623689') format('woff'),
       url('//at.alicdn.com/t/c/font_4968145_v9s98djznls.ttf?t=1752200623689') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-kefu:before {
  content: "\e65b";
}

.icon-saoma:before {
  content: "\e65a";
}

.icon-lianxi:before {
  content: "\e628";
}

.icon-shouye:before {
  content: "\e61c";
}

.icon-fabusekuai:before {
  content: "\ec46";
}
/*侧边导航*/
.cms-aside{
	width: 80px;
	position: fixed;
	right: 4px;
	top: 80%;
	transform: translateY(-50%);
	z-index: 9999;
	
}
.cms-aside-top{
	background: #fff;
	    border-radius: 4px;
	    box-shadow: 0 0 10px rgba(0, 0, 0,.1);
}
.aside-item{
	display: flex;
	    flex-direction: column;
	    justify-content: center;
	    align-items: center;
	    width: 80px;
	    height: 100px;
	    cursor: pointer;
	    position: relative;
}
.aside-item_a{
	display: block;
	width: 100%;
	height: 100%;
	display: flex;
	    flex-direction: column;
	    justify-content: center;
	    align-items: center;
	    width: 80px;
	    height: 80px;
	    cursor: pointer;
	    position: relative;
}
.aside-item_a p{
	margin: 0;
}
.aside-item:hover{
	background-color: #d22;
	color: #fff;
}
.aside-item:hover p{
	color: #fff;
}
.aside-item:hover i{
	color: #fff;
}
.aside-item i{
	font-size: 36px;
}
.aside-item:hover .aside-item-tips{
	display: block;
}
.aside-item-tips{
	display: none;
	width: 170px;
	    min-height: 50px;
	    box-shadow: 0 0 10px rgba(0,0,0,.1);
	    background: #fff;
	    position: absolute;
	    left: -182px;
	    top: 0;
	    border-radius: 4px;
	    box-sizing: border-box;
		line-height: 50px;
		text-align: center;
}
.aside-item-tips-sanjiao{
	width: 0;
	    height: 0;
	    border-top: 10px solid transparent;
	    border-left: 12px solid #fff;
	    border-bottom: 10px solid transparent;
	    position: absolute;
	    right: -12px;
	    top: 50%;
	    margin-top: -10px;
}
/*侧边导航---End*/
.fuwuhao{
	width: 100%;
	padding-top: 10px;
	height: auto;
	text-align: center;
}
.fuwuhao img{
	width: 120px;
	height: 120px;
	display: block;
	margin: 0 auto;
	
}
.fuwuhao p{
	text-align: center;
	font-size: 16px;
}
/*END*/


/*底部CSS*/
footer {
	/* margin-top: 150px; */
	padding: 45px 30px 0 30px;
}

footer .inner_footer_top {
	max-width: 1300px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

footer .inner_footer_top .logo {
	width: 230px;
}

footer .inner_footer_top .wrap_info {
	width: 968px;
	padding-top: 0;
	padding-left: 20px;
}

.bottom_line {
	border-bottom: 1px solid #dddddd;
	padding-bottom: 20px;
}

footer .inner_footer_top .wrap_info .name {
	font-size: 16px;
	padding-bottom: 10px;
	margin-bottom: 13px;
}

footer .inner_footer_top .wrap_info .address {
	font-size: 13px;
}

footer .inner_footer_top .wrap_info .tel_fax {
	font-size: 13px;
}

.footer_nav01 {
	margin-top: 25px;
	display: flex;
	flex-wrap: wrap
}

footer .inner_footer_top .wrap_info li {
	margin-right: 30px;
	margin-top: 0;
}

footer .inner_footer_top .wrap_info li a:hover {
	color: #858282;
}

footer .inner_footer_bottom {
	max-width: 1300px;
	margin: 20px auto 50px auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

footer .inner_footer_bottom ul.footer_nav02 {
	padding-left: 0;
}

footer .inner_footer_bottom ul.footer_nav02 li:not(:last-child) {
	margin-right: 13px;
	padding-right: 13px;
}

footer .inner_footer_bottom ul.footer_nav02 li.icon_blank {
	position: relative;
}

footer .inner_footer_bottom ul.footer_nav02 li.icon_blank:after {
	position: absolute;
	right: 0;
	top: 6px;
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	background-size: contain;
}

footer .inner_footer_bottom ul.footer_nav02 li a {
	font-size: 14px;
}

footer .inner_footer_bottom small {
	margin-top: 0;
}

.footer_nav02_04 li {
	float: left;
}

/*END*/
@media screen and (max-width: 768px) {
	header {
		width: 100%;
		height: 60px;
	}

	header .logo {
		
	}

	header .ic_o {
		display: block;
		width: 65%;
		height: 100%;
	}

	.ic_box {
		width: 50px;
		height: 50px;
		background: #fff;
		display: inline-block;
		position: fixed;
		right: 0;
		top: 0;
		width: 50px;
		height: 50px;
		vertical-align: middle;
		text-align: center;
		z-index: 100;
	}

	.hm-icon {
		display: block;
		position: absolute;
		top: 50%;
		left: 45%;
		width: 24px;
		height: 2px;
		margin: -1px 0 0 -9px;
		background: #333;
		transition: 0.2s;
	}

	.hm-icon:after {
		margin-top: 6px;
	}

	.hm-icon:before {
		margin-top: -8px;
	}

	.hm-icon:before,
	.hm-icon:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		width: 24px;
		height: 2px;
		background: #333;
		transition: 0.4s;
	}

	#sp_menu {
		position: fixed;
		top: 0;
		display: none;
		z-index: 11;
		width: 100vw;
		height: 100%;
		background-color: #1874EF;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
	}

	#sp_menu .inner {
		height: 100%;
		position: relative;
		padding: 46px;
	}

	#sp_menu .inner nav {
		position: relative;
		margin-bottom: 50px;
	}

	#sp_menu .inner nav ul li {
		margin-bottom: 20px;
	}

	#sp_menu .inner nav ul li a {
		color: #fff;
		font-weight: 700;
		font-size: 18px;
		display: block;
	}

	#sp_menu .inner small {
		display: block;
		font-size: 10px;
		color: #fff;
		padding-bottom: 40px;
	}

	.clicked #sp_menu {
		background: none;
	}

	.clicked .hm-icon:before,
	.clicked .hm-icon:after {
		background: #fff;
	}

	.close {
		background: transparent;
		text-align: center;
	}

	.close:before,
	.close:after {
		margin-top: 0;
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		width: 24px;
		height: 2px;
		background: #fff;
		transition: 0.4s;

	}

	.close:before {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}

	.close:after {
		transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
	}

	header .logo {}

	header .pc {
		display: none;
	}

	main {
		margin-top: 50px;
	}

	/******/
	footer {
		padding: 10px 30px 0px 30px;
	}

	footer .logo {
		display: none;
	}

	footer .inner_footer_top .wrap_info {
		width: 100%;
		padding-left: 0;
	}

	.footer_nav01 li {
		margin: 0 !important;
	}

	.footer_nav01 li a {
		margin: 0;
		font-size: 14px;
		font-weight: normal;
		display: block;
		position: relative;
		padding-left: 15px;
		letter-spacing: 0.1em;
		transition: 0.2s;
	}

	.inner_footer_bottom {
		margin: 0;
		display: flex;
		flex-wrap: wrap;
		font-size: 10px;
	}

	.footer_nav02_01,
	.footer_nav02_02,
	.footer_nav02_03 {
		flex-grow: 1;
		/* 弹性增长 */
		flex-shrink: 1;
		/* 弹性收缩 */
		max-width: 30%;/
	}

	.footer_nav02_04 {
		display: flex;
		flex-grow: 1;
		flex-shrink: 1;
		min-width: 100%;
		justify-content: center;
		align-items: center;
	}
}







body {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
main {
	width: 100%;
	height: auto;
	justify-content: center;
	flex: 1;
	border-bottom: 1px solid #eee;
}
@font-face {
  font-family: "iconfont"; /* Project id 4964679 */
  src: url('//at.alicdn.com/t/c/font_4964679_m9231288cc.woff2?t=1751684299776') format('woff2'),
       url('//at.alicdn.com/t/c/font_4964679_m9231288cc.woff?t=1751684299776') format('woff'),
       url('//at.alicdn.com/t/c/font_4964679_m9231288cc.ttf?t=1751684299776') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-remen:before {
  content: "\e8c9";
}

.icon-weizi:before {
  content: "\e67d";
}

.icon-dianzan:before {
  content: "\e600";
}

.icon-pinglun:before {
  content: "\e891";
}

.icon-yuedu:before {
  content: "\e639";
}

/* 	栏目导航 */
.cms-bread {
	width: 1200px;
	min-width: 1200px;
	display: flex;
	padding: 20px 0;
	margin: 0 auto;
	align-items: center;
	font-size: 16px;
	color: #666;
}

.cms-bread span {
	display: flex;
	align-items: center;
	padding: 20px 0;
	font-size: 12px;
	color: #666;
}

.cms-bread a {
	color: #666;
	padding: 0 8px;
	
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 16px;
}
/*文章内容板块*/
.cms-content {
	display: flex;
	margin: 0 auto;
	width: 75rem;
	min-width: 75rem;
}

.cms-content-left {
	width: 830px;
	margin-right: 10px;
}
#newsText {
	width: 100%;
	height: auto;
	padding: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .05);
	overflow: hidden;
}

#newsText img {
	display: inline-block;
	width: 100%;
	height: auto;
}

#newsText h1 {
	font-weight: bold;
	font-size: 24px;
	border-bottom: 1px solid #dddddd;
	padding-bottom: 10px;
	margin-bottom: 8px;
	position: relative
}
#newsText a{
	color: #FF8C00;
}
#newsText h1:after {
	content: "";
	width: 1px;
	height: 50px;
	background: #1874EF;
	display: block;
	position: absolute;
	right: 10px;
	bottom: -25px;
	transform: rotate(18deg);
}
#newsText .date {
	font-size: 12px;
	margin-bottom: 30px;
	letter-spacing: 0.1em;
}
#newsText .date span {
	color: #1874EF;
}

#newsText p {
	font-size: 16px;
	margin: 0;
}

#newsText video {
	width: 100%;
	max-height: 500px;
}

#news_main {
	width: 100%;
	height: auto;
}
#news_main h2{
	font-weight: bold !important;
}
.newInfo {
	width: 100%;
	height: 50px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}

.newInfo p {
	border-radius: 3px;
	line-height: 50px;
	flex: 1;
	/* 让子元素平均分配父容器宽度 */
}

.cms-content-right {
	width: 380px;
	height: auto;
}

.wenzang-hot {
	border: 1px #d3d2d2 solid;
	width: 100%;
	height: auto;
}
.wenzang-hot .titie {
	font-size: 24px;
	color: #000000;
	background-color: #f9f9f9;
	height: 3rem;
	line-height: 3rem;
	padding: 0 1rem;
	margin-top:0 ;
	margin-bottom: 0;
}

.wenzang-hot-ul {
	padding: 0 1rem;
	width: 100%;
	height: auto;
}

.wenzang-hot-ul li {
	flex-wrap: nowrap;
	overflow: hidden;
	padding: 0.625rem 0;
	border-bottom: 1px solid #eeeeee;
}

.wenzang-hot-ul li a {
	height: 100%;
	width: 100%;
	display: block;
}

.ph {
	display: block;
	width: 18px;
	height: 18px;
	line-height: 1.125rem;
	background-color: #dadada;
	color: #ffffff;
	text-align: center;
	float: left;
}

.ph:nth-child(1) {
	background-color: #ffa009;
}

.ph-text {
	max-width: 17.5rem;
	margin:0 0 0 10px;
	overflow: hidden;
	line-height: 1.125rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: left;
}

/*END*/
/*免责声明*/
.mianze {
	display: flex;
	font-size: 16px;
	color: #666;
	padding: 10px;
	margin: 10px auto;
	border: 1px solid #eee;
}

.cms-remarks-title {
	width: 60px;
	font-size: 12px;
	font-weight: 600;
	flex-shrink: 0;
}

.cms-remarks-p {
	font-size: 12px;
	color: #666666;
}

/*end*/
/*End*/
.balk {
	display: none;
}

/*上一篇  下一篇*/
.article-nav {
	width: 100%;
	display: flex;
	gap: 10px;
	padding: 10px 0;
}

.prev-article,
.next-article {
	flex: 1;
	height: 40px;
	background-color: #f0f0f0;
	border: 1px solid #ddd;
	line-height: 40px;
	/* 行高等于元素高度 */
	white-space: nowrap;
	/* 防止文字换行 */
	overflow: hidden;
	/* 溢出内容隐藏 */
	padding-left: 0.625rem;
}

.prev-article a,
.next-article a {
	text-decoration: underline;
}
@media screen and (max-width: 768px) {
	* {
		box-sizing: border-box;
	}

	.cms-bread {
		margin: 0;
		width: 100%;
		min-width: 100%;
		padding: 10px 30px;
		display: none;
	}

	#newsText {
		width: 100%;
		height: auto;
	}

	#newsText h1 {
		font-size: 16px;
		text-align: left;
	}

	#newsText p {
		font-size: 14px;
		overflow: hidden;
	}

	#newsText img {
		width: 100% !important;
		max-height: 300px;
	}

	.balk {
		width: 50px;
		height: 50px;
		display: block;
		background: #fff;
		display: inline-block;
		position: fixed;
		top: 0;
		width: 50px;
		height: 50px;
		vertical-align: middle;
		text-align: center;
		z-index: 100;
	}

	.balk::before {
		content: '';
		position: absolute;
		height: 15px;
		width: 15px;
		border: solid black;
		border-width: 2px 0 0 2px;
		top: 20%;
		transform: translate(-50%, 50%) rotate(-45deg);

	}

	.logo_a {
		display: none !important;
	}

	#newsText h1 {
		margin-top: 20px;
	}

	#newsText video {
		width: 100%;
		max-height: 500px;
	}
	.newInfo{
		height: auto;
	}
	.mianze {
		margin: 0;
	}

	/*上一篇  下一篇*/
	.article-nav {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}

	.prev-article,
	.next-article {
		height: 40px;
		flex-basis: 100%;
		line-height: 40px;
		/* 行高等于元素高度 */
		white-space: nowrap;
		/* 防止文字换行 */
		overflow: hidden;
		/* 溢出内容隐藏 */
		text-overflow: ellipsis;

	}

	.prev-article a,
	.next-article a {
		text-decoration: underline;
	}

	.newInfo p:nth-child(1) {
		text-align: left;
	}

	.newInfo p {
		font-size: 12px;
		text-align: center;
	}
	.cms-content{
		width: 100%;
		min-width: 100%;
	}
	.cms-content-left{
		width: 100%;
	}
	.newsText{
		width: 100%;
		padding: 0 10px;
	}
	.cms-content-right{
		display: none;
	}
}
