ul{
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
li{
	padding-left: 0;
	margin-bottom: 0;
	/*list-style: none;*/
}
p,h1,h2,h3,h4,h5{
	margin: 0;
}
*{
	margin: 0;
}
a:hover{
	text-decoration: none;
}
input{
    outline: none;
}
textarea{
    outline: none;
}
select{
    outline: none;
}
.container{
	max-width: 1560px;
}
.navbar{
	background: linear-gradient(180deg,#9736d4,#763698);
}
.navbar-expand-lg .navbar-collapse{
	justify-content: flex-end;
}
.navbar li a{
	padding:20px 30px!important;
	color: #fff;
	font-size: 18px;
}
.navbar li.active a{
	color: #ffb400;
}
.navbar li:hover a{
	color: #ffb400;
}
.home-banner{
	position: relative;
	z-index: 9;
}
.hsear{
	position: absolute;
	left: 0;
	bottom: -12%;
	z-index: 99;
	width: 100%;
}
.hsear .ssn{
	background: #fff;
	box-shadow: 0px 0px 14px 1px #ccc;
	padding:50px 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.hsear .ssn .ssnl{
	width: 35%;
}
.hsear .ssn .ssnl .tgjc span{
	color: #666666;
	font-size: 18px;
}
.hsear .ssn .ssnl .tgjc a{
	color: #666666;
	font-size: 18px;
	display: inline-block;
	margin-left: 10px;
}
.hsear .ssn .ssnl .ssearch{
	position: relative;
	margin-top:25px;
}
.hsear .ssn .ssnl .ssearch input{
	width: 100%;
	background: #e5e5e5;
	border:1px solid #cccccc;
	padding:8px 25px;
	border-radius: 20px;
}
.hsear .ssn .ssnl .ssearch button{
	position: absolute;
	right: 0;
	top: 0;
	height:100%;
	border-radius: 20px;
	background: #9e3dd1;
	display: flex;
	align-items: center;
	border: #9e3dd1;
	color: #fff;
	padding: 0 25px;
}
.hsear .ssn .ssnl .ssearch button img{
	margin-right: 15px;
}

.hsear .ssn .ssnr{
	width: 35%;
	display: flex;
	align-items: center;
}
.hsear .ssn .ssnr .snrr{
	margin-left: 25px;
}
.hsear .ssn .ssnr .snrr .s1{
	font-size: 18px;
	color: #666666;
}
.hsear .ssn .ssnr .snrr .s2{
	color: #ffb400;
	font-size: 48px;
	font-weight: bold;
	line-height: 1.2;
}

.id1{
	padding:200px 0 60px;
}
.id1 .ttimg{
	text-align: center;
}
.id1list{
	display: flex;
	flex-wrap: wrap;
}
.id1list .item{
	width: 32.33%;
	margin-right: 1.5%;
	background: #ececec;
	text-align: center;
	padding:30px 20px; 
	margin-top: 60px;
}
.id1list .item:last-child{
	margin-right: 0;
}
.id1list .item .t1{
	margin-top: 25px;
	color: #000000;
	font-size: 24px;
	font-weight: bold;
}
.id1list .item .t2{
	color: #666666;
	margin-top: 25px;
}
.mmore{
	background: #9e3dd1;
	width: 180px;
	padding:12px 0;
	text-align: center;
	margin:45px auto 0;
	color: #fff;
	font-size: 18px;
	display: block;
}
.id2{
	padding:0 0 60px;
}
.id2list{
	display: flex;
}
.id2list .item{
	width: 20%;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 580px;
	transition: .6s;
}

.id2list .item.active{
	width:60%;
}
.id2list .item .owz{
	position: absolute;
	height: 100%;
	display: grid;
	align-content: center;
	color: #ffffff;
	font-size: 32px;
	width: 100%;
	text-align: center;

}
.id2list .item.active .owz{
	display: none;
}
.id2list .item .owz .line{
	margin:10px auto 0;
	background: #fff;
	height: 4px;
	width: 40px;
}
.id2list .item .wwz{
	position: absolute;
	left: 0;
	bottom: 0;
	padding:25px 15% 45px 5%;
	color: #fff;
	opacity: 0;
	transition: .6s;
}
.id2list .item .wwz h2{
	font-size: 42px;
	margin-bottom: 25px;
}
.id2list .item.active .wwz{
	opacity: 1;
}
.id3{
	position: relative;
}
.id3 .wwz{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 100%;
	display: grid;
	align-content: center;
}
.id3 .wwz .wzcc{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.id3 .wwz .wzcc .wzccl{
	margin-right: 40px;
}
.id3 .wwz .wzcc .wzccr .t1{
	font-size: 18px;
	color: #ffffff;
}
.id3 .wwz .wzcc .wzccr .t2{
	font-size: 42px;
	color: #fff;
	font-weight: bold;
	margin:5px 0;
}
.id3 .wwz .wzcc .wzccr .nmore{
	color: #fff;
	font-size: 16px;
	width: 160px;
	text-align: center;
	background: #ffb400;
	padding:10px 0;
	display: inline-block;
}
.id4{
	padding:60px 0;
}
.id4 .ttimg{
	text-align: center;
}
.id4 .id4con{
	display: flex;
	margin-top:45px;
	flex-wrap: wrap;
	background: #ececec;
	justify-content: space-between;
	align-items: center;
}
.id4 .id4con .id4conl{
	width: 50%;
}
.id4 .id4con .id4conr{
	width: 50%;
}
.id4 .id4con .id4conr .nncon{
	padding:0 50px;
}
.id4 .id4con .id4conr .nncon .t1{
	font-size: 32px;
	color: #9e3dd1;
	font-weight: bold;
	padding-left: 15px;
	border-left: 5px solid #9e3dd1;
	line-height: 1;
}
.id4 .id4con .id4conr .nncon .nnconn{
	margin:35px 0 65px;
	color: #666666;
	font-size: 18px;
}
.id4 .id4con .id4conr .nncon .smore{
	display: inline-block;
	padding:12px 35px;
	font-size: 18px;
	background: #9e3dd1;
	color: #fff;
}
.id5cnn{
	padding:70px 0;
	background: url(../images/csbg.jpg) no-repeat;
	background-size: cover;
}
.id5cnn .ttimg{
	text-align: center;
}
.id5 .id5list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin-top: 80px;
}
.id5 .id5list .item {
	text-align: center;
	margin-top: 25px;
}
.id5 .id5list .item .wz{
	margin-top: 25px;
	color: #ffffff;
	font-size: 18px;
	line-height: 1.5;
}
.id6{
	padding:70px 0;
}
.id6 .ttimg{
	text-align: center;
}
.id6 .id6c{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 40px;
}
.id6 .id6c .ddt{
	border-left: 5px solid #9e3dd1;
	padding-left: 20px;
	line-height: 1;
	font-size: 32px;
	font-weight: bold;
	color: #9e3dd1;
}
.id6 .id6c .ddt span{
	color: #666666;
	font-size: 24px;
	font-weight: normal;
}
.id6 .id6c .id6cl{
	width: 58%;
}
.id6 .id6c .id6cl .dd1list{
	display: flex;
	flex-wrap: wrap;
	margin-top: 45px;
}
.id6 .id6c .id6cl .dd1list .item{
	width: 49%;
	margin-right: 2%;
	background: #f0f0f0;
	border-radius: 10px;
	transition: .6s;
	overflow: hidden;
}
.id6 .id6c .id6cl .dd1list .item .tcon{
	padding:35px 25px;
}
.id6 .id6c .id6cl .dd1list .item .tcon .t1{
	font-size: 24px;
	color: #333;
	font-weight: bold;
	white-space: nowrap; /* 防止文本换行 */
	overflow: hidden; /* 隐藏溢出的内容 */
	text-overflow: ellipsis; /* 显示省略号 */
	transition: .6s;
}
.id6 .id6c .id6cl .dd1list .item .tcon .t2{
	color: #999999;
	font-size: 16px;
	margin-top: 20px;
}
.id6 .id6c .id6cl .dd1list .item:last-child{
	margin-right: 0;
}
.id6 .id6c .id6cl .dd1list .item:hover{
	box-shadow: 0px 0px 16px 1px #ccc;
}
.id6 .id6c .id6cl .dd1list .item:hover .tcon .t1{
	color: #9e3dd1;
}
.id6 .id6c .id6cr{
	width: 40%;
}
.id6 .id6c .id6cr .dd2list{
	margin-top: 45px;
}
.id6 .id6c .id6cr .dd2list .item{
	background: #f0f0f0;
	padding:15px 25px;
	transition: .6s;
	margin-top: 10px;
}
.id6 .id6c .id6cr .dd2list .item:first-child{
	margin-top: 0;
}
.id6 .id6c .id6cr .dd2list .item .date{
	display: flex;
	color: #666666;
	font-size: 18px;
	align-items: center;
	transition: .6s;
}
.id6 .id6c .id6cr .dd2list .item .date img{
	margin-right: 10px;
	filter: brightness(0.5);
	transition: .6s;
}
.id6 .id6c .id6cr .dd2list .item .t1{
	font-size: 22px;
	color: #000000;
	white-space: nowrap; /* 防止文本换行 */
	overflow: hidden; /* 隐藏溢出的内容 */
	text-overflow: ellipsis; /* 显示省略号 */
	margin:8px 0;
	transition: .6s;
}
.id6 .id6c .id6cr .dd2list .item .t2{
	color: #999999;
	font-size: 17px;
	line-height: 1.5;
	transition: .6s;
}
.id6 .id6c .id6cr .dd2list .item:hover{
	background: #9e3dd1;
	box-shadow: 0px 0px 16px 1px #ccc;
}
.id6 .id6c .id6cr .dd2list .item:hover .date{
	color: #fff;
}
.id6 .id6c .id6cr .dd2list .item:hover .date img{
	filter: brightness(1);
}
.id6 .id6c .id6cr .dd2list .item:hover .t1{
	color: #fff;
}
.id6 .id6c .id6cr .dd2list .item:hover .t2{
	color: #fff;
}
footer{
	padding:35px 0 25px;
	background: #2d2d2d;
}
footer .ftop{
	display: flex;
	justify-content: space-between;
	padding-bottom: 35px;
}
footer .ftop a{
	color: #ffffff;
	font-size: 18px;
	transition: .6s;
}
footer .ftop a:hover{
	color: #e60012;
}
footer .fcenter{
	display: flex;
	justify-content: space-between;
	padding:35px 0;
	border-top:1px solid #3e3e3e;
	border-bottom:1px solid #3e3e3e;
	align-items: center;
}
footer .fcenter .fcl{
	display: flex;
}
footer .fcenter .fcl .ii{
	margin-right: 30px;
}
footer .fcenter .fcl .ii:last-child{
	margin-right: 0;
}
footer .fcenter .fcl .ii .iit{
	color: #ffffff;
	font-size: 16px;
}
footer .fcenter .fcl .ii .iib{
	font-size: 32px;
	color: #cccccc;
	font-weight: bold;
}
footer .fcenter .fcr .fcrtt{
	font-size: 16px;
	color: #ffffff;
}
footer .fcenter .fcr .fcrbb{
	color: #cccccc;
	font-size: 14px;
	line-height: 1.5;
	margin-top: 10px;
}
footer .fbottom{
	padding-top: 25px;
	display: flex;
	justify-content: space-between;
}
footer .fbottom .fbl{
	font-size: 14px;
	color: #999999;
}
footer .fbottom .fbr a{
	font-size: 14px;
	color: #999999;
}

.about{
	padding:50px 0;
}
.abc{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.abc .abcl{
	width: 20%;
}
.abc .abcl h2{
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	background: linear-gradient(180deg, #9736d4, #763698);
	color: #fff;
	padding:25px 0;
}
.abc .abcl ul{
	background: #f1f1f1;
	padding:10px 15px;
}
.abc .abcl ul li{
	border-bottom: 1px solid #cccccc;
}
.abc .abcl ul li a{
	display: flex;
	justify-content: space-between;
	
	padding:15px;
	color: #333333;
	font-size: 18px;
	transition: .6s;
}
.abc .abcl ul li:hover>a{
	color: #ffb400;
}
.abc .abcl ul li.active>a{
	color: #ffb400;
}
.abc .abcl ul li dl dd{
	padding:10px;
}
.abc .abcl ul li dl dd a{
	color: #999999;
	font-size: 14px;
}
.abc .abcl ul li dl dd:hover a{
	color: #ffb400;
}
.abc .abcr{
	width: 78%;
	background: #f1f1f1;
}
.abc .abcr .nccon{
	padding:15px;
}
.abc .abcr .nccon .ctt{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #ccc;
	padding: 10px;
}
.abc .abcr .nccon .ctt .cttl{
	font-size: 18px;
	color: #333333;
}
.abc .abcr .nccon .ctt .cttr{
	color: #999999;
	font-size: 14px;
}
.abc .abcr .nccon .ctt .cttr a{
	color: #999999;
	font-size: 14px;
}
.abc .abcr .nccon .ctb{
	margin-top: 25px;
	padding-bottom: 10px;
}
.tt1{
	font-size: 24px;
	color: #763698;
	font-weight: bold;
}
.feed ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.feed ul li{
	width: 32.33%;
	margin-top: 15px;
}
.feed ul li input{
	width: 100%;
	background: #fff;
	padding:10px 15px;
	color: #666666;
	font-size: 14px;
	border:1px solid #fff;
}
.feed ul li textarea{
	width: 100%;
	border: 1px solid #fff;
	background: #fff;
	padding:10px 15px;
	resize: none;
	height: 100px;
}
.feed ul li:last-child{
	width: 100%;
}
.feed button{
	background: #ffb400;
	color: #fff;
	padding:8px 40px;
	border: 1px solid #ffb400;
	margin-top: 15px;
}
.nnlist .item{
	margin-top: 20px;
}

.nnlist .item a{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background: #e2e2e2;
}
.nnlist .item a .al{
	width: 20%;
}
.nnlist .item a .ar{
	width: 75%;
	padding:2%;
}
.nnlist .item a .ar .t1{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.nnlist .item a .ar .t1 .t1l{
	color: #000000;
	font-size: 18px;
	transition: .6s;
}
.nnlist .item a .ar .t1 .t1r{
	color: #666666;
	font-size: 14px;
	display: flex;
	align-items: center;
}
.nnlist .item a .ar .t1 .t1r img{
	margin-right: 10px;
	filter: brightness(0.5);
}
.nnlist .item a .ar .t2{
	font-size: 14px;
	color: #999999;
	margin:15px 0 35px;
}
.nnlist .item a .ar span{
	color: #666666;
	font-size: 14px;
	transition: .6s;
}
.nnlist .item:hover a .ar .t1 .t1l{
	color: #763698;
}
.nnlist .item:hover a .ar span{
	color: #763698;
}
.page-status,.page-index,.page-last{
   display: none;
}

.pagination{
   justify-content: center;
}
.pagebar .pagination {
  display: flex;
  margin-top: 25px;
}
.pagination a {
  background: #fff;
  color: #333;
  font-size: 14px;
  padding: 8px 12px;
  margin: 0 2px;
  border-radius: 3px;
}
.pagination span {
    color: #333;
    font-size: 14px;
    padding: 8px 2px;
    border-radius: 3px;
}
.pagination a:hover {
  color: #fff;
  background: #9336cc;
}
.pagination a.page-num-current {
  color: #fff;
  background: #9336cc;
}
.tts1{
	font-size: 24px;
	color: #000000;
	text-align: center;
}
.tts2{
	text-align: center;
	font-size: 14px;
	color: #999999;
	padding:10px 0;
}
.nnscon{
	margin:25px 0;
}
.prne{
	border-top: 1px solid #cccccc;
	display: flex;
	justify-content: space-between;
	padding-top:25px;
	align-items: center;
	color: #999999;
	font-size: 14px;
}
.prne a{
	color: #999999;
	font-size: 14px;
}
.abnews{
	margin-top: 45px;
}
.tst{
	font-size: 32px;
	color: #9e3dd1;
	font-weight: bold;
	padding-left: 15px;
	border-left: 5px solid #9e3dd1;
	line-height: 1;
}
.ttlist{
	display: flex;
	flex-wrap: wrap;
}
.ttlist .item{
	width: 49%;
	margin-right: 2%;
	margin-top: 2%;
}
.ttlist .item:nth-child(2n){
	margin-right: 0;
}
.ttlist .item a{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background: #f1f1f1;
}
.ttlist .item a .al{
	width: 30%;
}
.ttlist .item a .ar{
	width: 64%;
	padding:0 2%;
}
.ttlist .item a .ar .t1{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ttlist .item a .ar .t1 .t1l{
	color: #000000;
	font-size: 18px;
	transition: .6s;
}
.ttlist .item a .ar .t1 .t1r{
	color: #666666;
	font-size: 14px;
	display: flex;
	align-items: center;
}
.ttlist .item a .ar .t1 .t1r img{
	margin-right: 10px;
	filter: brightness(0.5);
}
.ttlist .item a .ar .t2{
	font-size: 14px;
	color: #999999;
	margin:15px 0 35px;
}
.ttlist .item a .ar span{
	color: #666666;
	font-size: 14px;
	transition: .6s;
}
.ttlist .item:hover a .ar .t1 .t1l{
	color: #763698;
}
.ttlist .item:hover a .ar span{
	color: #763698;
}

@media(max-width: 780px){
	.hsear{
		position: unset;
	}
	.hsear .ssn{
		padding:15px;
	}
	.hsear .ssn .ssnl{
		width: 100%;
	}
	.hsear .ssn .ssnl .tgjc span{
		font-size: 12px;
	}
	.hsear .ssn .ssnl .tgjc a{
		font-size: 12px;
		margin-left: 5px;
	}
	.hsear .ssn .ssnr{
		width: 100%;
		margin-top: 35px;
		zoom: 60%;
	}
	.id1{
		padding:40px 0;
	}
	.ttimg{
		zoom: 60%;
	}
	.id1list .item{
		width: 100%;
		margin-right: 0;
		margin-top: 20px;
	}
	.id1list .item .t1{
		font-size: 18px;
		margin-top: 15px;
	}
	.id1list .item .t2{
		margin-top: 15px;
		zoom: 80%;
	}
	.id2list{
		flex-wrap: wrap;
	}
	.id2list .item{
		width: 100%!important;
		height: 260px;
	}
	.id2list .item .wwz{
		padding:15px;
	}
	.id2list .item .wwz h2{
		font-size: 24px;
		margin-bottom: 15px;
	}
	.id2list .item .wwz .wwzcon{
		zoom: 80%;
	}
	.id3 .wwz .wzcc{
		display: none;
	}
	.id4 .id4con .id4conl{
		width: 100%;
	}
	.id4 .id4con .id4conr{
		width: 100%;
	}
	.id4 .id4con .id4conr .nncon{
		padding: 15px;
	}
	.id4 .id4con .id4conr .nncon .t1{
		font-size: 24px;
	}
	.id4 .id4con .id4conr .nncon .nnconn{
		margin:15px 0 25px;
		font-size: 14px;
	}
	.id4 .id4con .id4conr .nncon .smore{
		font-size: 14px;
	}
	.id5cnn{
		padding:40px 0;
	}
	.id6 .id6c .id6cl{
		width: 100%;
	}
	.id6 .id6c .ddt{
		font-size: 24px;
	}
	.id6 .id6c .ddt span{
		font-size: 16px;
	}
	.id6 .id6c .id6cl .dd1list .item{
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}
	.id6 .id6c .id6cl .dd1list .item .tcon{
		padding:15px;
	}
	.id6 .id6c .id6cl .dd1list .item .tcon .t1{
		font-size: 16px;
	}
	.id6 .id6c .id6cl .dd1list .item .tcon .t2{
		font-size: 12px;
		margin-top: 10px;
	}
	.id6 .id6c .id6cr{
		width: 100%;
		margin-top: 10px;
	}
	.id6 .id6c .id6cr .dd2list .item .date{
		font-size: 13px;
	}
	.id6 .id6c .id6cr .dd2list .item .t1{
		font-size: 18px
	}
	.id6 .id6c .id6cr .dd2list .item .t2{
		font-size: 13px;
	}
	.id5 .id5list .item .wz{
		font-size: 14px;
	}
	footer .ftop a{
		font-size: 12px;
	}
	footer .fcenter{
		padding:20px 0;
	}
	footer .fcenter{
		flex-wrap: wrap;
	}
	footer .fcenter .fcl .ii .iit{
		font-size: 14px;
	}
	footer .fcenter .fcl .ii .iib{
		font-size: 24px;
	}
	footer .fcenter .fcr{
		margin-top: 25px;
	}
	footer .fbottom .fbl{
		font-size: 12px;
	}
	footer .fbottom .fbr{
		font-size: 12px;
	}
	.navbar li a{
		padding:10px!important;
		font-size: 14px;
	}
	.abc .abcl{
		width: 100%;
	}
	.abc .abcl h2{
		font-size: 24px;
	}
	.abc .abcl ul li a{
		font-size: 14px;
	}
	.abc .abcl ul li a dd a{
		font-size: 12px;
	}
	.abc .abcr{
		width: 100%;
		margin-top: 25px;
	}
	.nnlist .item a .al{
		width: 100%;
	}
	.nnlist .item a .ar{
		width: 100%;
		padding:15px;
	}
	.nnlist .item a .ar .t1 .t1l{
		font-size: 14px;
	}
	.nnlist .item a .ar .t1 .t1r{
		font-size: 12px;
	}
	.nnlist .item a .ar .t2{
		margin: 15px 0;
	}
	.abc .abcr .nccon .ctt .cttl{
		font-size: 16px;
	}
	.abc .abcr .nccon .ctt .cttr{
		font-size: 12px;
	}
	.abc .abcr .nccon .ctt .cttr a{
		font-size: 12px;
	}
	.tts1{
		font-size: 18px;
	}
	.ttlist .item{
		width: 100%;
		margin-right: 0;
	}
	.ttlist .item a .al{
		width: 100%;
	}
	.ttlist .item a .ar{
		width: 100%;
		padding:15px;
	}
	.ttlist .item a .ar .t1 .t1l{
		font-size: 14px;
	}
	.ttlist .item a .ar .t1 .t1r{
		font-size: 12px;
	}
	.ttlist .item a .ar .t2{
		margin: 15px 0;
	}
}