html {
	font-size: 0.16rem;
}

.flex-warp {
	flex-flow: wrap;
}

.flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.di_bl {
	display: block;
}

img {
	transition: all 0.5s ease-out 0s;
}

.p_r {
	position: relative;
}

.flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.flex-v {
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.flex-1 {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.flex-align-center {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.flex-align-start {
	align-items: flex-start;
}

.flex-pack-center {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.flex-pack-justify {
	-webkit-box-pack: justify;
	-webkit-justify-content: pace-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.flex-warp {
	flex-flow: wrap
}

.flex-column {
	flex-flow: column
}

.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.ellipsis-2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.ellipsis-3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.transition {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.nav-click {
	display: none;
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 0.1rem;
	vertical-align: middle;
	border-top: 0.1rem dashed;
	border-top: 4px solid \9;
	border-right: 0.1rem solid transparent;
	border-left: 0.1rem solid transparent;
}

.inner-ban {
	height: 5.5rem;
}



.inner-ban .img {
	width: 100%;
	display: block;
	height: 100%;
	object-fit: cover;
}

.main {
	padding: 0 0 1rem;
	background: #fff;
	background-blend-mode: multiply, normal;
}


.main .wrap {
	display: flex;
}

.main-l {
	width: 2.75rem;
	margin-right: 0.6rem;
}

.main-r {
	flex: 1;
	/* overflow: hidden; */
}

.side-bar {
	margin-top: -1.15rem;
	position: relative;
	z-index: 10;
}

.side-bar .titbox {
	text-align: center;
	height: 1.15rem;
	background: url(/images/tp_12.png) no-repeat center;
	background-size: 100% 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.side-bar .titbox .tit {
	font-size: 0.32rem;
	color: #fff;
	font-family: Source Han Serif CN2;
}

.side-bar .titbox .en {
	font-size: 0.12rem;
	color: #fff;
	margin-top: 0.04rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.side-bar .titbox .en::before,
.side-bar .titbox .en::after {
	content: '';
	display: inline-block;
	width: 0.36rem;
	height: 1px;
	background-color: #fff;
	margin: 0 .05rem;
}


.side-menu-wrap {
	background: linear-gradient(180deg, #FFFFFF 38%, rgba(255, 255, 255, 0.00) 100%);
	box-shadow: 0px .04rem .1rem 0px rgba(0, 0, 0, 0.2);
	background: #f8f5f7;
}

.side-menu {
	position: relative;
	padding-top: 1px;
	min-height: 4.1rem;
	background-size: 100% auto;
	padding: 0.3rem;
}

.side-menu li {
	position: relative;
	border-bottom: 0px dashed #D8D8D8;

}

.side-menu>li::after {
	position: absolute;
	bottom: 0;
	content: "";
	width: 100%;
	height: 1px;
	background: url(/images/line.png);
	background-size: 100% 100%;
	background-position: bottom;
	background-repeat-y: no-repeat;
}

.side-menu li>a {
	font-size: 0.20rem;
	color: #2C2C2C;
	line-height: 1.4;
	position: relative;
	padding: .2rem .15rem .2rem .6rem;
	display: flex;
	align-items: center;
}

.side-menu li>a::after {
	flex-shrink: 0;
	content: '';
	position: absolute;
	right: .2rem;
	top: 50%;
	transform: translate(0%, -50%);
	transition: all .3s;
	background: url(/images/tp_04.png) no-repeat center;
	background-size: contain;
	width: 0.1rem;
	height: 0.1rem;
}



.side-menu li:hover {
	/* background: #F5F6F8; */
}

.side-menu li.cur>a,
.side-menu li:hover>a {
	color: #9B0E5F;
	/* background-color: #F5F6F8; */
	font-weight: bold;
}

.side-menu li.cur>a:after,
.side-menu li:hover>a:after {
	background-image: url(/images/tp_04-1.png)
}

.side-menu li.cur>a:before,
.side-menu li:hover>a:before {
	display: block;
	opacity: 1;
}

.side-menu li>a::after {
	display: none !important;
}

.side-menu li>a .arrow {
	flex-shrink: 0;
	content: '';
	position: absolute;
	right: .1rem;
	top: 50%;
	transform: translate(0%, -50%);
	transition: all .3s;
	background: url(/images/tp_04.png) no-repeat center;
	background-size: .14rem .14rem;
	width: 0.3rem;
	height: 0.3rem;
}

.side-menu li.cur>a .arrow,
.side-menu li:hover>a .arrow {
	background-image: url(/images/tp_04-1.png)
}

.side-menu li.show>a .arrow {
	transform: rotate(90deg) translate(-60%, 0%);
}

.side-menu-wrap li .second {
	padding-bottom: .2rem;
	display: none;
}

.side-menu-wrap li .second li {
	padding: .07rem .10rem;
}

.side-menu-wrap li .second li a {
	font-size: .14rem;
	padding: 0rem .3rem 0rem .15rem;
}

.side-menu-wrap li .second li a::before {
	margin-right: .12rem;
	opacity: 1;
	display: block;
	content: '';
	width: .03rem;
	height: .03rem;
	border-radius: 50%;
	background: linear-gradient(180deg, #5D135D 0%, #8f0c7f 100%);
}

.side-menu-wrap li .second li a:after {
	opacity: 0;
}

.top-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 1rem;
	border-bottom: 1px solid #D8D8D8;
	margin-bottom: 0.35rem;
}

.top-bar .bt {
	font-size: 0.28rem;
	color: #414141;
}

.top-bar .bt::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-right: 0;
	background: url(/images/tp_13.png) no-repeat center;
	background-size: contain;
	width: 0.3rem;
	height: 0.3rem;
}


.crumb {
	font-size: 0.16rem;
	color: #626262;
	line-height: 0.3rem;
}

.crumb:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.06rem;
	width: 0.21rem;
	height: 0.21rem;
	background: url(/images/tp_14.png) no-repeat center;
	background-size: contain;
	margin-top: -0.05rem;
}

.crumb a {
	color: #626262;
}

.crumb a:hover {
	color: #9e0e5f;
}

.teac-sec {}

.teac-sec .mod {
	padding-bottom: 0.2rem;
}

.teac-sec .tit {
	font-size: 0.24rem;
	color: #fff;
	font-weight: bold;
	line-height: 0.78rem;
	background: url(/images/tp_06.jpg) no-repeat center;
	background-size: cover;
	margin-bottom: 0.3rem;
	padding: 0 .35rem;
}

.teac-sec .detail {
	/* margin-left:-.07rem; */
}

.teac-sec .list {
	display: flex;
	flex-wrap: wrap;
	margin-left: -4%;
	width: calc(104% - 0.07rem);
}

.teac-sec .list li {
	min-width: 21%;
	margin: 0 0 4% 4%;
	height: 0.65rem;
}

.teac-sec .list span {
	display: flex;
	align-items: center;
	border: 1px solid #8f0c7f;
	font-size: 0.2rem;
	color: #414141;
	padding: 0 .18rem;
	margin: -.07rem 0 0 0;
	background-color: #fff;
	line-height: 0.65rem;
	width: calc(100% + .07rem);
	position: relative;
	transition: all .1s;
}

.teac-sec .list span::before {
	content: '';
	width: 0.26rem;
	height: 0.26rem;
	display: block;
	
	background-size: contain;
	margin-right: 0.1rem;
}

.teac-sec .list span::after {
	content: '';
	position: absolute;
	right: .2rem;
	top: 50%;
	width: 0.24rem;
	height: 0.08rem;
	background: url() no-repeat center;
	background-size: contain;
	transform: translate(0, -50%);
	opacity: 0;
}

.teac-sec .list li:hover {
	background: linear-gradient(283deg, #3A127C 0%, #113194 27%, #0E56A9 66%, #0F839E 96%);
}

.teac-sec .list li:hover span::after {
	opacity: 1;
}

.teac-sec .list li:hover span {
	margin-left: 0.07rem;
}


.det-sec {}

.det-sec .top {
	text-align: center;
	padding: .2rem 0;
	border-bottom: 1px dashed #D8D8D8;
	margin-bottom: 0.3rem;
}

.det-sec .title {
	font-size: 0.32rem;
            color: #611987;
    
}

.det-sec .sm {
	font-size: 0.15rem;
	color: #868686;
	margin-top: 0.17rem;
}

.edit {
	font-size: 0.18rem;
	line-height: 1.9;
	padding: 0 .2rem;
}

.edit p {
	text-indent: 2em;
	font-size: .18rem;
}

.edit strong {
	text-indent: 2em;
	font-size: .18rem;
}

.edit img {
	max-width: 100%;
	margin: 10px 0;
}

.edit p a {
	word-wrap: break-word;
}

.table-box {
	overflow-x: scroll;
}

.edit table {
	margin: 0 auto;
}

.edit table td p {
	text-indent: 0;
}

.det-sec .prev-next {
	margin-top: .4rem;
	line-height: .4rem;
	border-top: 1px #D8D8D8 solid;
	padding-top: 0.4rem;
}

.det-sec .prev-next a {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	font-size: .18rem;
	color: #333;
}

.det-sec .prev-next a span {
	color: #9B0E5F;
}


.edit h6 {
	font-size: 0.24rem;
	color: #123E9B;
}

.edit .tupian {
	display: flex;
	justify-content: space-between;
}

.edit .tupian img {
	width: 49%;
}

.edit .pic {
	width: 53%;
	margin-right: 3%;
}


.arc-list {}

.arc-list .item {
	padding: .3rem .3rem;
	display: flex;
	align-items: center;
	border-top: 1px dashed #8D8D8D;
}

.arc-list .date {
	width: 0.8rem;
	height: 0.8rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: url(/images/tp_05.png) no-repeat center;
	background-size: 100% 100%;
}

.arc-list .wz1 {
	font-size: 0.27rem;
	color: #fff;
	padding: 0;
	margin: 0;
	line-height: 0.24rem;
}

.arc-list .wz2 {
	font-size: 0.18rem;
	color: #fff;
}

.arc-list .info {
	flex: 1;
	overflow: hidden;
	padding: 0 .3rem;
}

.arc-list .title {
	font-size: 0.2rem;
	color: #2C2C2C;
	display: block;
	-webkit-line-clamp: 2;
}

.arc-list .txt {
	font-size: 0.16rem;
	color: #808080;
	line-height: 0.3rem;
	-webkit-line-clamp: 2;
	margin-top: 0.1rem;
	display: block;
}

.morebtn {
	width: 1.07rem;
	height: .66rem;
	background-size: 100% 100%;
	font-size: 0.18rem;
	color: #fff;
	line-height: 0.66rem;
	padding-left: 0.45rem;
	opacity: 0;
}

.arc-list .item:first-child {
	border: none;
}

.arc-list .item:hover .more {
	display: block;
}

.arc-list .item:hover .date {
	background-image: url(/images/tp_05-1.png);

}

.arc-list .item:hover .date p {
	color: #751d8c
}

.arc-list .item:hover {
	background: url(/images/tp_06.jpg) no-repeat center;
	background-size: cover;
	border-color: transparent;
	transition: all 0.3s;
}

.arc-list .item:hover * {
	color: #fff;
}


.arc-list .item:hover+.item {
	border-color: transparent;
}

.arc-list .item:hover .morebtn {
	opacity: 1;
}

.pagelist {
	text-align: center;
	font-size: .14rem;
	color: #333;
	line-height: .34rem;
	margin-top: 0.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pagelist * {
	font-size: inherit;
}

.pagelist a {
	min-width: .34rem;
	height: .34rem;
	line-height: .32rem;
	display: inline-block;
	vertical-align: middle;
	background-color: transparent;
	margin: 0 .05rem;
	border: 1px solid #ccc;
	padding: 0 .1rem;
}

.pagelist a.active,
.pagelist a:hover {
	background-color: #8f0c7f;
	color: #fff !important;
	border-color: #8f0c7f;
}

.pagelist .prev,
.pagelist .next,
.pagelist .first,
.pagelist .last {
	color: #005298;
	border-color: #005298;
}

.pagelist>span {
	margin: 0 .15rem;
}

.pagelist .go {
	display: flex;
	align-items: center;
}

.pagelist .num {
	width: 0.34rem;
	height: 0.34rem;
	text-align: center;
	margin: 0 .04rem;
	background-color: transparent;
	border: 1px solid #ccc;
}

.pagelist .gobtn {
	width: 0.6rem;
	border: 1px solid #ccc;
	text-align: center;
	background-color: transparent;
	margin-left: 0.15rem;
	cursor: pointer;
}

.pagelist .gobtn:hover {
	background-color: #005298;
	color: #fff !important;
	border-color: #005298;
}


.tw-list {}

.tw-list .item {
	padding: 0.4rem 0.3rem;
	display: flex;
	align-items: flex-start;
	margin: 0 0;
	border-bottom: 1px dashed #cacaca;
}

.item .imgbox {
	display: block;
	overflow: hidden;
}

.item .img {
	transition: all 1s;
	width: 100%;
	display: block;
	height: 100%;
}

.tw-list .imgbox {
	width: 3.3rem;
	height: 2.2rem;
}

.tw-list .info {
	flex: 1;
	overflow: hidden;
	padding: .1rem .3rem 0;
}

.tw-list .date {
	display: flex;
	align-items: center;
	font-size: 0.14rem;
	color: #A3A4A5;
	font-family: 'SourceHanSerifCN';
	line-height: 0.2rem;
}

.tw-list .date * {
	font-family: inherit;
	line-height: 1;
}

.tw-list .date span {
	font-size: 0.24rem;
	color: #9B0E5F;
}

.tw-list .date em {
	color: #A3A4A5;
	padding: 0 .08rem;
	font-size: 0.2rem;
}

.tw-list .line {
	width: 1.55rem;
	height: 1px;
	background-color: #E4E4E4;
	position: relative;
	display: block;
	margin-top: 0.1rem;
	margin-bottom: 0.25rem;
	margin-left: -0.3rem;
}

.tw-list .line::after {
	content: '';
	position: absolute;
	background: url(/images/tp_11.png) no-repeat center;
	background-size: contain;
	width: .07rem;
	height: .07rem;
	top: -0.03rem;
	right: -0.07rem;
}

.tw-list .title {
	font-size: 0.2rem;
	color: #2C2C2C;
	display: block;
	-webkit-line-clamp: 1;
}

.tw-list .txt {
	font-size: 0.16rem;
	color: #808080;
	line-height: 0.3rem;
	-webkit-line-clamp: 2;
	margin-top: 0.05rem;
	display: block;
}

.tw-list .morebtn {
	float: right;
	margin-top: -0.06rem;
}

.tw-list .item:hover {
	background: url(/images/tp_06.jpg) no-repeat center;
	background-size: cover;
}

.tw-list .item:hover * {
	color: #fff;
}

.tw-list .item:hover .morebtn {
	opacity: 1;
}

.tw-list .item:hover .line {
	background-color: #fff;
}

.tw-list .item:hover .line::after {
	background-image: url(/images/tp_11-2.png)
}


.kf-sec {
	position: fixed;
	right: 0.2rem;
	top: 50%;
	z-index: 99;
}

.kf-sec .lk {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	box-shadow: 0px .04rem .1rem 0px rgba(185, 1, 79, 0.2);
	border-radius: 50%;
	width: 0.62rem;
	height: 0.62rem;
	margin-bottom: 0.13rem;
	text-align: center;
	cursor: pointer;
}

.kf-sec .icon {
	height: 0.28rem;
	width: auto;
}

.kf-sec .txt {
	font-size: 0.14rem;
	color: #fff;
	background: linear-gradient(180deg, #AE1D36 0%, #C6402A 100%);
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: all .2s;
}

.kf-sec .gotop {
	background: linear-gradient(180deg, #AE1D36 0%, #C6402A 100%);
}

.kf-sec .lk::after {
	content: '';
	position: absolute;
	background: url() no-repeat center;
	background-size: cover;
	width: 0.8rem;
	height: 0.28rem;
	margin-top: 0.05rem;
	opacity: 0;
}

.kf-sec .lk:hover .txt {
	opacity: 1;
}

.kf-sec .lk:hover:not(.gotop)::after {
	opacity: 1;
}

@media screen and (max-width:1500px) {
	.side-menu li>a .arrow {
		background-size: .15rem .15rem;
		width: 0.3rem;
		height: 0.3rem;
	}
}

@media screen and (min-width:1200px) and (max-width:1340px) {
	.head {
		padding: 0 .25rem;
	}

	.hd-nav li {
		margin-left: 0.2rem;
	}
}

@media screen and (max-width:992px) {
	.idx-kx .tabwrap {
		padding-bottom: .4rem;
	}

	.idx-kx .lbox {
		display: none;
	}

	.idx-kx .tablist {
		display: flex;
		justify-content: center;
		margin-bottom: .5rem;
	}

	.idx-kx .detail {
		padding-top: .5rem;
	}

	.idx-kx .tablist .lk {
		position: relative;
		font-size: 0.2rem;
		color: #9A8AB2;
		line-height: 0.4rem;
		white-space: nowrap;
		cursor: pointer;
		margin: 0 .3rem;
		text-align: center;
	}

	.idx-kx .tablist .lk:first-of-type {
		margin-left: 0;
	}

	.idx-kx .tablist .lk:last-of-type {
		margin-right: 0;
	}

	.idx-kx .tablist .lk span {
		position: relative;
		z-index: 52;
	}

	.idx-kx .tablist .lk.cur {
		font-size: 0.28rem;
		color: #622FB0;
	}

	.idx-kx .tablist .lk::before {
		content: '';
		display: inline-block;
		vertical-align: middle;
		width: 0.5rem;
		height: 0.5rem;
	
		background-size: contain;
		margin-right: 0.05rem;
	}

	.idx-kx .tablist .lk.cur span {
		padding-left: 1.3rem;
	}

	.idx-kx .tablist .lk.cur::before {
		position: absolute;
		top: 34%;
		transform: translateY(-50%);
		width: 2rem;
		height: 2rem;
	
		background-size: contain;
	}
}

@media screen and (max-width:1199px) {
	.idx-kx .arrow {
		display: none !important;
	}

	.idx-kx .picslide {
		margin-left: 0.2rem;
	}

	.idx-kx .lbox {
		width: 4.2rem;
	}

}

@media screen and (min-width:992px) and (max-width:1500px) {
	.sj-menu {
		position: absolute;
		right: 2%;
		top: 50%;
		width: .4rem;
		height: .4rem;
	
		background-size: .4rem;
		margin-top: -.2rem;
		display: block;
	}

	.sj-menu.close {
		
		background-size: .36rem;
	}

	.head {
		padding: 0 .25rem;
		height: 1.2rem;
	}

	.head .wrap {
		align-items: center;
	}

	.head .hd-logo {
		margin-top: 0;
	}

	.head .smbox {
		background: transparent;
	}

	.head .r {
		margin-right: 0.2rem;
	}

	.head.this {
		background-color: rgba(0, 0, 0, .95);
	}

	.hd-nav {
		position: fixed;
		width: 100%;
		left: 0;
		top: 1.2rem;
		background-color: rgba(0, 0, 0, .95);
		margin-top: 0;
		bottom: 0;
		overflow-y: scroll !important;
		display: none;
		border-top: 1px solid rgba(255, 255, 255, .1);
	}

	.hd-nav li {
		display: block;
		margin-left: 0;
		position: relative;
	}

	.hd-nav li>a {
		font-size: 0.2rem;
		line-height: 0.9rem;
		padding: 0 .3rem;
		border-bottom: 1px solid rgba(255, 255, 255, .1);
		font-weight: normal;
	}

	.hd-nav .arrow {
		width: 0.9rem;
		height: 0.9rem;
		position: absolute;
		right: 0;
		top: 0;
		
		background-size: .26rem;
		display: block;
	}

	.hd-nav .arrow.this {
		transform: rotate(180deg);
	}

	.hd-nav li:hover>a,
	.hd-nav li.cur>a {
		color: #fff;
	}

	.hd-nav .drop {
		position: static;
		width: 100%;
		transform: translate(0, 0);
		box-shadow: none;
		padding-left: 0.3rem;
		padding-left: 0.5rem;
		opacity: 1;
		visibility: inherit;
		background-color: rgba(0, 0, 0, .95);
		border: none;
		display: none;
	}

	.hd-nav .drop a {
		font-size: .18rem;
		line-height: 0.7rem;
		border-bottom: 1px solid rgba(255, 255, 255, .1);
		text-align: left;
		color: #fff;
	}
}

@media screen and (min-width:992px) and (max-width:1199px) {

	.sear-pop .close {
		top: 0.3rem;
	}


	.ft-t .tp {
		height: 0.5rem;
	}

	.ft-t .select {
		width: 2.2rem;
	}


	/* index */
	.idx-ban {
		height: 9rem;
	}

	.idx-ban .item {
		height: 9rem;
	}

	.idx-ban .swiper-pagination {
		left: 0.8rem;
	}

	.idx-us .lbox {
		width: 6.5rem;
	}

	.idx-us .rbox {
		width: 7.5rem;
	}

	.idx-us .rbox .grp {
		width: 1.7rem;
		height: 1rem;
		padding-top: 0.1rem;
	}

	.idx-us .rbox .num {
		font-size: 0.34rem;
	}

	.idx-us .rbox .fz br {
		display: none;
	}

	.idx-us .rbox .grp1 {
		left: 1.05rem;
		top: 2.05rem;
	}

	.idx-us .rbox .grp2 {
		left: 2.8rem;
		top: 2.05rem;
	}

	.idx-us .rbox .grp3 {
		left: 0.22rem;
		top: 3.5rem;
	}

	.idx-us .rbox .grp4 {
		left: 1.95rem;
		top: 3.5rem;
	}

	.idx-us .rbox .grp5 {
		left: 3.7rem;
		top: 3.5rem;
	}

	.idx-us .rbox .grp6 {
		left: 2.8rem;
		top: 5rem;
	}

	.idx-sq .lk1 .icon {
		height: 0.8rem;
	}


}

@media screen and (min-width:768px) and (max-width:991px) {
	.auto {
		padding: 0 3%;
		width: 100%;
	}

	html {
		font-size: 5.7rem !important;
	}

	.sj-menu {
		position: absolute;
		right: 2%;
		top: 50%;
		width: .4rem;
		height: .4rem;
	
		background-size: .34rem;
		margin-top: -.18rem;
		display: block;
	}

	.sj-menu.close {
		
		background-size: .26rem;
	}


	.head {
		padding: 0 .25rem;
		height: 1rem;
	}

	.head .wrap {
		align-items: center;
	}

	.head::before {
		display: none;
	}

	.head .hd-logo {
		margin-top: 0;
	}

	.hd-bar {
		flex-wrap: wrap;
		margin-right: 0.3rem;
	}

	.hd-bar .link {
		font-size: 0.14rem;
	}

	.head .smbox {
		background: transparent;
		width: 100%;
		margin-right: 0.15rem;
		justify-content: flex-end;
		margin-top: 0.05rem;
	}

	.head .r {
		margin-right: 0.2rem;
	}

	.head.this {
		background-color: rgba(0, 0, 0, .95);
	}

	.hd-logo .pic {
		height: 0.4rem;
	}

	.hd-logo .tit {
		font-size: 0.2rem;
	}

	.hd-logo .x {
		height: 0.4rem;
	}

	.head .smbox .x {
		margin: 0 .15rem;
	}


	.hd-nav {
		position: fixed;
		width: 100%;
		left: 0;
		top: 1rem;
		background-color: rgba(0, 0, 0, .95);
		margin-top: 0;
		bottom: 0;
		overflow-y: scroll !important;
		display: none;
		border-top: 1px solid rgba(255, 255, 255, .1);
	}

	.hd-nav li {
		display: block;
		margin-left: 0;
		position: relative;
	}

	.hd-nav li>a {
		font-size: 0.17rem;
		line-height: 0.8rem;
		padding: 0 .3rem;
		border-bottom: 1px solid rgba(255, 255, 255, .1);
		font-weight: normal;
	}

	.hd-nav .arrow {
		width: 0.8rem;
		height: 0.8rem;
		position: absolute;
		right: 0;
		top: 0;
		
		background-size: .26rem;
		display: block;
	}

	.hd-nav .arrow.this {
		transform: rotate(180deg);
	}

	.hd-nav li:hover>a,
	.hd-nav li.cur>a {
		color: #fff;
	}

	.hd-nav .drop {
		position: static;
		width: 100%;
		transform: translate(0, 0);
		box-shadow: none;
		padding-left: 0.3rem;
		padding-left: 0.5rem;
		opacity: 1;
		visibility: inherit;
		background-color: rgba(0, 0, 0, .95);
		border: none;
		display: none;
	}

	.hd-nav .drop a {
		font-size: .16rem;
		line-height: 0.7rem;
		border-bottom: 1px solid rgba(255, 255, 255, .1);
		text-align: left;
		color: #fff;
	}


	.sear-pop .close {
		top: 0.3rem;
	}

	.ft-t {
		flex-wrap: wrap;
	}

	.ft-t .hd-logo {
		width: 100%;
		justify-content: center;
		margin-bottom: 0.35rem;
	}

	.ft-t .hd-logo .pic {
		height: 0.55rem;
	}

	.ft-t .hd-logo .tit {
		font-size: 0.3rem;
	}

	.ft-t .tp {
		height: 0.5rem;
	}

	.ft-t .select {
		width: 2.2rem;
	}

	.ft-b {
		border: none;
	}

	.ft-menu {
		display: none;
	}

	.ft-lx {
		border: none;
		width: 100%;
		display: flex;
		align-items: center;
		flex-direction: row-reverse;
		padding: 0;
	}

	.ft-lx .ewm {
		width: 1.4rem;
		margin: 0;
	}

	.ft-lx .txt {
		margin: 0;
		flex: 1;
		overflow: hidden;
	}

	.ft-lx .fz {
		font-size: 0.16rem;
	}

	/* index */
	.idx-ban {
		height: 5.7rem;
	}

	.idx-ban .item {
		height: 5.7rem;
	}

	.idx-ban .swiper-pagination {
		left: 0.6rem;
		bottom: 0.6rem !important;
	}

	.idx-tt .titbox .cn {
		font-size: 0.3rem;
	}

	.idx-tt .titbox .icon {
		width: 0.5rem;
	}



	.idx-s1 {
		display: block;
		padding-bottom: 1.2rem;
	}

	.idx-xw {
		width: 100%;
	}

	.idx-xw .topbox {
		padding: .5rem .3rem .3rem;
		height: auto;
	}

	.idx-xw .detail {
		padding: 0 .3rem;
	}

	.idx-xw .slidebox .wz1 {
		font-size: 0.34rem;
	}

	.idx-xw .slidebox .info {
		padding: .35rem .9rem .3rem .15rem
	}

	.idx-xw .slidebox .title {
		font-size: 0.18rem;
	}

	.idx-xw .slidebox::after {
		display: none;
	}


	.idx-xw .hotbox {
		margin-left: 0;
	}

	.idx-xw .hotbox .info {
		padding: .3rem .3rem;
	}


	.idx-tz {
		width: 100%;
	}

	.idx-tz .topbox {
		padding: .3rem .3rem .3rem;
		height: auto;
	}

	.idx-tz .list {
		max-width: 100%;
	}


	.idx-kx .detail {
		display: block;
	}

	.idx-kx .lbox {
		width: 100%;
		margin-bottom: 0.3rem;
	}

	.idx-kx .circle {
		width: 100%;
		height: auto;
		margin: 0;
	}

	.idx-kx .circle .img,
	.idx-kx .circle .sanjiao,
	.idx-kx .circle .line1,
	.idx-kx .circle .line2 {
		display: none;
	}

	.idx-kx .circle .lk.cur::after {
		display: none;
	}

	.idx-kx .circle .lk {
		position: static;
		display: inline-block;
		vertical-align: middle;
		margin: 0 .3rem;
		transition: all 0s;
	}

	.idx-kx .circle .lk.cur {
		font-size: 0.24rem;
	}

	.idx-kx .circle .lk::before {
		transition: all 0s;
	}

	.idx-kx .circle .lk.cur::before {
		width: 2.42rem;
		height: 1.25rem;
		
		background-size: contain;
		margin-right: 0;
		opacity: 1;
	}

	.idx-kx .circle .lk.cur span {
		margin-left: -0.9rem;
	}

	.idx-kx .rbox {
		padding: 0 .3rem;
	}

	.idx-kx .picslide {
		margin-left: 0.4rem;
		margin-right: 0;
		margin-bottom: 0;
	}

	.idx-kx .picslide .item {
		height: 3.5rem;
	}

	.idx-kx .picslide .item::after {
		display: none;
	}

	.idx-kx .infoslide .title {
		font-size: 0.2rem;
		line-height: 1.5;
	}

	.idx-kx .infoslide .txt {
		font-size: 0.16rem;
		line-height: 0.28rem;
	}

	.idx-kx .botsec {
		margin-top: 0.4rem;
	}

	.idx-us {
		padding: .8rem 0 .8rem;
	}

	.idx-us .detail {
		display: block;
		padding: 0 .3rem;
	}

	.idx-us .lbox {
		width: 7rem;
		position: relative;
		z-index: 50;
	}

	.idx-us .videobox {
		height: 4rem;
	}

	.idx-us .videobox .playicon {
		width: 0.7rem;
		height: 0.7rem;
	}

	.idx-us .enter {
		width: 2.1rem;
		height: 2.1rem;
		right: -1.05rem;
		bottom: -.55rem;
	}

	.idx-us .enter .icon {
		height: 0.7rem;
	}

	.idx-us .enter .fz {
		font-size: 0.2rem;
	}

	.idx-us .rbox {
		margin-top: -1rem;
		margin-left: .8rem;
		width: auto;
	}

	.idx-us .rbox .grp {
		width: 1.6rem;
		height: 1rem;
		padding-top: 0.1rem;
	}

	.idx-us .rbox .num {
		font-size: 0.3rem;
	}

	.idx-us .rbox .fz {
		font-size: 0.16rem;
	}

	.idx-us .rbox .fz br {
		display: none;
	}

	/* .idx-us .rbox .grp1{left: 1.02rem;top: 1.95rem;}
	.idx-us .rbox .grp2{left: 2.7rem;top: 1.95rem;}
	.idx-us .rbox .grp3{left: 0.18rem;top: 3.4rem;}
	.idx-us .rbox .grp4{left: 1.9rem;top: 3.4rem;}
	.idx-us .rbox .grp5{left: 3.56rem;top: 3.4rem;}
	.idx-us .rbox .grp6{left: 2.7rem;top: 4.8rem;} */

	.idx-us .rbox .grp1 {
		left: 17%;
		top: 33%;
	}

	.idx-us .rbox .grp2 {
		left: 41%;
		top: 33%;
	}

	.idx-us .rbox .grp3 {
		left: 5%;
		top: 55%;
	}

	.idx-us .rbox .grp4 {
		left: 29%;
		top: 55%;
	}

	.idx-us .rbox .grp5 {
		left: 53%;
		top: 55%;
	}

	.idx-us .rbox .grp6 {
		left: 42%;
		top: 78%;
	}

	.idx-dt .item {
		margin-right: 0.3rem;
	}

	.idx-dt .item .ico {
		width: 0.44rem;
	}

	.idx-sq {
		overflow: hidden;
		display: flex;
		justify-content: space-around;
		padding: 0 0 1rem;
	}

	.idx-sq .pic,
	.idx-sq .ball {
		display: none;
	}

	.idx-sq .lk {
		position: static;
		margin: 0;
		width: 1.9rem;
		height: 1.9rem;
	}

	.idx-sq .lk .icon {
		height: 1.2rem;
		margin: 0 auto;
		display: block;
		margin-top: -0.25rem;
	}

	.inner-ban {
		height: 3rem;
	}

	.main {
		padding: 0 0 .6rem;
	}

	.main .wrap {
		display: block;
	}

	.main-l {
		width: 100%;
		margin: 0;
	}

	.side-bar {
		margin-top: 0;
		width: 108%;
		margin-left: -4%;
		overflow: hidden;
	}

	.side-bar .titbox {
		display: none;
	}

	.side-menu-wrap {
		overflow-x: scroll;
		flex: 1;
		background: #fff;
		box-shadow: none;
	}

	.side-menu-wrap::-webkit-scrollbar {
		display: none;
	}

	.side-menu {
		white-space: nowrap;
		font-size: 0;
		padding-top: 0;
		text-align: center;
		min-height: auto;
	}

	.side-menu:before {
		display: none;
	}

	.side-menu li {
		vertical-align: middle;
		margin: 0;
		border: none;
	}

	.side-menu>li::after {
		display: none;
	}

	.side-menu li>a:before {
		display: none;
	}

	.side-menu li>a::after {
		display: none;
	}

	.side-menu li.has>a::after {
		display: block;
	}

	.side-menu li>a {
		padding: 0 .3rem;
		line-height: 0.5rem;
		height: 0.5rem;
		font-size: 0.16rem;
	}

	.side-menu li>a::before {
		width: 0.22rem;
		height: 0.22rem;
	}

	.side-menu li:last-child {
		margin-right: 0;
		border: none;
	}

	.side-menu-wrap li .second {
		padding-bottom: 0;
	}

	.side-menu-wrap li .second li a {
		line-height: 1;
		height: auto;
	}

	.side-menu-wrap li .second li a {
		padding: 0 .3rem;
	}

	.top-bar {
		flex-direction: column-reverse;
		justify-content: flex-start;
		align-items: flex-start;
		height: auto;
		padding-bottom: 0.2rem;
	}

	.top-bar .bt {
		font-size: 0.28rem;
		width: 100%;
		text-align: center;
		margin-top: 0.2rem;
		text-align: left;
	}

	.top-bar .bt::before {
		width: 0.34rem;
		height: 0.34rem;
	}

	.crumb {
		width: 100%;
		padding: .15rem 0;
	}



	
	.arc-list .title {
		font-size: 0.18rem;
	}

	.pagelist .go,
	.pagelist>span {
		display: none;
	}

	
	.tw-list .item {
		padding: 0.2rem;
		align-items: center;
		margin-bottom: 0;
	}

	.tw-list .imgbox {
		width: 2.8rem;
		height: 1.8rem;
	}

	.tw-list .line {
		display: none;
	}

	.tw-list .title {
		margin-top: 0.15rem;
	}

	.tw-list .morebtn {
		display: none;
	}

}

@media screen and (max-width:767px) {


	.main-r {
		min-height: 4rem;
	}

	.auto {
		padding: 0 4%;
		width: 100%;
	}

	html {
		font-size: 4.6rem !important;
	}

	.head .wrap .l {
		max-width: 80%;
	}

	.sj-menu {
		position: absolute;
		right: 2%;
		top: 50%;
		width: .44rem;
		height: .44rem;
	
		background-size: .36rem;
		margin-top: -.25rem;
		display: block;
	}

	.sj-menu.close {
		
		background-size: .3rem;
	}

	.mb-search {
		position: absolute;
		right: calc(2% + 0.5rem);
		top: 50%;
		width: .4rem;
		height: .4rem;
		
		background-size: .26rem;
		margin-top: -.25rem;
		display: block;
	}

	.head {
		padding: 0 .15rem;
		height: .9rem;
	}

	.head .wrap {
		align-items: center;
	}

	.head::before {
		display: none;
	}

	.head .hd-logo {
		margin-top: 0;
	}

	.hd-bar {
		margin-right: 0;
		position: absolute;
		width: 100%;
		right: 0;
		top: 0;
		padding: 0 .25rem;
		display: none;
	}

	.hd-bar .link {
		font-size: 0.14rem;
		white-space: nowrap;
	}

	.head .smbox {
		background: transparent;
		width: 100%;
		justify-content: center;
		margin: 0;
	}

	.head .smbox .x {
		display: none;
	}

	.head .smbox .hd-sear {
		display: none;
	}

	.head .r {
		margin-right: 0;
	}

	.head.this {
		background-color: rgba(0, 0, 0, .85);
	}

	.hd-logo .pic {
		height: 0.4rem;
		margin-right: 0.1rem;
	}

	.hd-logo .tit {
		font-size: 0.2rem;
	}

	.hd-logo .en {
		line-height: 1.1;
	}

	.hd-logo .x {
		height: 0.4rem;
	}




	.sear-pop .form {
		width: 90%;
	}

	.hd-nav .hd-bar {
		display: block;
	}



	.hd-nav {
		position: fixed;
		width: 100%;
		left: 0;
		top: .9rem;
		background-color: rgba(0, 0, 0, .85);
		margin-top: 0;
		bottom: 0;
		display: none;
		border-top: 1px solid rgba(255, 255, 255, .1);
	}

	.hd-nav ul {
		height: calc(100% - .8rem);
		overflow-y: scroll !important;
	}

	.hd-nav li {
		display: block;
		margin-left: 0;
		position: relative;
	}

	.hd-nav li>a {
		font-size: 0.17rem;
		line-height: 0.8rem;
		padding: 0 .3rem;
		border-bottom: 1px solid rgba(255, 255, 255, .1);
		font-weight: normal;
	}

	.hd-nav .arrow {
		width: 0.8rem;
		height: 0.8rem;
		position: absolute;
		right: 0;
		top: 0;
	
		background-size: .26rem;
		display: block;
	}

	.hd-nav .arrow.this {
		transform: rotate(180deg);
	}

	.hd-nav li:hover>a,
	.hd-nav li.cur>a {
		color: #fff;
	}

	.hd-nav .drop {
		position: static;
		width: 100%;
		transform: translate(0, 0);
		box-shadow: none;
		padding-left: 0.3rem;
		padding-left: 0.5rem;
		opacity: 1;
		visibility: inherit;
		background-color: rgba(0, 0, 0, .95);
		border: none;
		display: none;
	}

	.hd-nav .drop a {
		font-size: .16rem;
		line-height: 0.7rem;
		border-bottom: 1px solid rgba(255, 255, 255, .1);
		text-align: left;
		color: #fff;
	}

	.hd-nav .drop a:hover {
		background: none;
		color: #fff;
	}

	.sear-pop .close {
		top: 0.3rem;
	}

	.ft-t {
		flex-wrap: wrap;
		padding-bottom: 0;
		overflow: initial;
	}

	.ft-t .hd-logo {
		width: 100%;
		justify-content: center;
		margin-bottom: 0.35rem;
	}

	.ft-t .hd-logo .pic {
		height: 0.5rem;
	}

	.ft-t .hd-logo .tit {
		font-size: 0.22rem;
	}

	.ft-t .tp {
		height: 0.4rem;
		width: 80%;
		display: block;
		margin: 0 auto;
	}

	.ft-t .select {
		width: 100%;
		margin-top: .4rem;
		margin-bottom: 0.3rem;
		z-index: 60;
	}

	.ft-t .select .drop {
		max-height: 1.4rem;
	}

	.ft-b {
		border: none;
		margin-bottom: 0;
	}

	.ft-menu {
		display: none;
	}

	.ft-lx {
		border: none;
		width: 100%;
		display: flex;
		align-items: center;
		flex-direction: row-reverse;
		padding: 0 0 .3rem;
		position: relative;
		justify-content: space-between;
	}

	.ft-lx .ewm {
		width: 1.2rem;
		margin: 0;
	}

	.ft-lx .txt {
		margin: 0;
		flex: initial;
		overflow: hidden;
		width: 3.5rem;
	}

	.ft-lx .fz {
		font-size: 0.16rem;
	}




	/* index */
	.idx-ban {
		height: auto;
		overflow: hidden;
	}

	.idx-ban .item {
		height: auto;
	}

	.idx-ban .swiper-pagination {
		left: 50%;
		bottom: 0.4rem !important;
		transform: translate(-50%, 0);
	}

	.idx-ban .swiper-pagination-bullet-active {
		width: 0.26rem;
		height: 0.26rem;
	}

	.idx-tt {
		text-align: left !important;
		margin-bottom: 0.2rem;
	}

	.idx-tt .titbox .cn {
		font-size: 0.26rem;
	}

	.idx-tt .titbox .icon {
		width: 0.44rem;
	}

	.idx-tt .more {
		right: 0;
	}

	.idx-tt .more::before {
		width: 0.24rem;
		height: 0.24rem;
		margin-right: 0.1rem;
	}

	.idx-s1 {
		display: block;
		padding-bottom: 1.2rem;
	}

	.idx-xw {
		width: 100%;
		display: block;
		padding-bottom: .3rem;
	}

	.idx-xw .topbox {
		padding: .5rem .3rem .3rem;
		height: auto;
	}

	.idx-xw .detail {
		padding: 0 4%;
		display: block;
	}

	.idx-xw .slidebox {
		width: calc(100% + 0.2rem);
	}

	.idx-xw .slidebox .wz1 {
		font-size: 0.34rem;
	}

	.idx-xw .slidebox .info {
		padding: .35rem .15rem;
	}

	.idx-xw .slidebox .title {
		font-size: 0.2rem;
	}

	.idx-xw .slidebox::after {
		display: none;
	}

	.idx-xw .slidebox .item {}

	.idx-xw .slidebox .imgbox {
		height: 3rem;
	}

	.slide-arrows {
		display: none;
	}

	.idx-xw .hotbox {
		margin-left: 0;
		width: 100%;
		margin-top: 0.3rem;
	}

	.idx-xw .hotbox .info {
		padding: .3rem .3rem;
		min-height: auto;
	}

	.idx-xw .hotbox .imgbox {
		height: 2.4rem;
	}

	.idx-tz {
		width: 100%;
	}

	.idx-tz .detail {
		padding: .3rem 4% .1rem;
	}

	.idx-tz .topbox {
		padding: .3rem .3rem .3rem;
		height: auto;
	}

	.idx-tz .list {
		max-width: 100%;
	}

	.idx-kx {
		background-position: center bottom;
		padding-bottom: 0.5rem;
	}

	.idx-kx .idx-tt {
		margin-top: -0.3rem;
	}

	.idx-kx .detail {
		display: block;
		padding: .5rem 0 0;
	}

	.idx-kx .lbox {
		width: 100%;
		margin-bottom: 0.3rem;
	}

	.idx-kx .circle {
		width: 100%;
		height: auto;
		margin: 0;
	}

	.idx-kx .circle .img,
	.idx-kx .circle .sanjiao,
	.idx-kx .circle .line1,
	.idx-kx .circle .line2 {
		display: none;
	}

	.idx-kx .circle .lk.cur::after {
		display: none;
	}

	.idx-kx .circle .lk {
		position: static;
		display: inline-block;
		vertical-align: middle;
		margin: 0 .15rem;
		transition: all 0s;
		font-size: 0.22rem;
	}

	.idx-kx .circle .lk.cur {
		font-size: 0.22rem;
	}

	.idx-kx .circle .lk::before {
		transition: all 0s;
		width: 0.4rem;
		height: 0.4rem;
	}

	.idx-kx .circle .lk.cur::before {
		width: 1.5rem;
		height: .7rem;
		
		background-size: contain;
		margin-right: 0;
		opacity: 1;
	}

	.idx-kx .circle .lk.cur span {
		margin-left: -0.6rem;
	}

	.idx-kx .rbox {
		padding: 0 .3rem;
		flex-direction: column-reverse;
	}

	.idx-kx .ll {
		flex: initial;
		width: 100%;
	}

	.idx-kx .picslide {
		margin-left: 0;
		margin-right: 0;
		margin-bottom: .3rem;
		width: 100%;
	}

	.idx-kx .picslide .item {
		height: 3.5rem;
	}

	.idx-kx .picslide .item::after {
		display: none;
	}

	.idx-kx .infoslide .title {
		font-size: 0.22rem;
		line-height: 1.5;
	}

	.idx-kx .infoslide .txt {
		font-size: 0.18rem;
		line-height: 0.36rem;
	}

	.idx-kx .botsec {
		margin-top: 0.4rem;
	}

	.idx-kx .botsec .slick-slider {
		width: 100% !important;
	}





	.idx-us {
		padding: .5rem 0 1.5rem;
		overflow: hidden;
	}

	.idx-us .detail {
		padding: 0 .3rem;
		flex-direction: column-reverse;
	}

	.idx-us .lbox {
		width: 100%;
		position: relative;
		z-index: 50;
	}

	.idx-us .videobox {
		height: 3rem;
		width: 4.48rem;
	}

	.idx-us .videobox .playicon {
		width: 0.7rem;
		height: 0.7rem;
	}

	.idx-us .enter {
		width: 1.6rem;
		height: 1.6rem;
		right: -.25rem;
		bottom: -.4rem;
	}

	.idx-us .enter .icon2 {
		height: .95rem;
	}

	.idx-us .enter .fz {
		font-size: 0.18rem;
		margin-top: -.05rem;
	}

	.idx-us .rbox {
		margin-top: -1rem;
		margin-left: 0;
		width: auto;
	}

	.idx-us .rbox .grp {
		width: 1.5rem;
		height: 1rem;
		padding-top: 0.1rem;
	}

	.idx-us .rbox .num {
		font-size: 0.32rem;
	}

	.idx-us .rbox .fz {
		font-size: 0.16rem;
		line-height: 0.22rem;
	}

	.idx-us .rbox .fz br {
		display: none;
	}

	.idx-us .rbox .grp1 {
		left: 2.45rem;
		top: 1.8rem;
	}

	.idx-us .rbox .grp2 {
		left: 4rem;
		top: 1.8rem;
	}

	.idx-us .rbox .grp3 {
		left: 1.65rem;
		top: 3.1rem;
	}

	.idx-us .rbox .grp4 {
		left: 3.25rem;
		top: 3.1rem;
	}

	.idx-us .rbox .grp5 {
		left: 4.78rem;
		top: 3.1rem;
	}

	.idx-us .rbox .grp6 {
		left: 4rem;
		top: 4.4rem;
	}

	.idx-us .rbox .pic {
		width: 6.5rem;
		display: block;
		margin-left: 1.5rem;
		max-width: initial;
	}

	.idx-dt {
		margin-top: -0.1rem;
		background-color: #fff;
		position: relative;
		z-index: 20;
		padding-bottom: 0.4rem;
	}

	.idx-dt .detail {
		width: calc(100% + 0.2rem);
	}

	.idx-dt .auto::before {
		border-radius: 0;
	}

	.idx-dt .item {
		margin-right: 0.2rem;
		padding-left: 0;
		padding-bottom: 0.3rem;
	}

	.idx-dt .item .info-l {
		margin-left: 0;
	}

	.idx-dt .item .ico {
		width: 0.44rem;
	}

	.idx-dt .item::after {
		display: none;
	}

	.idx-dt .item .arrow {
		display: none;
	}

	.idx-dt .item .txt {
		font-size: 0.18rem;
	}

	.idx-dt .detail::after {
		display: none;
	}


	.slick-dots {
		text-align: center;
	}

	.slick-dots li {
		display: inline-block;
		vertical-align: middle;
		margin: 0 .05rem;
		width: 0.1rem;
		height: 0.1rem;
		background-color: rgba(0, 0, 0, .6);
		border-radius: 50%;
	}

	.slick-dots li button {
		display: none;
	}

	.slick-dots li.slick-active {
		background-color: #003993;
	}


	.idx-sq {
		overflow: hidden;
		display: flex;
		justify-content: space-around;
		padding: .7rem 0;
		margin-top: 0;
	}

	.idx-sq .pic,
	.idx-sq .ball {
		display: none;
	}

	.idx-sq .lk {
		position: static;
		margin: 0;
		width: 2.1rem;
		height: 2.1rem;
	}

	.idx-sq .lk .icon {
		height: 1.1rem;
		margin: 0 auto;
		display: block;
		margin-top: -0.15rem;
		margin-bottom: 0.05rem;
	}

	.idx-sq .lk::before {
		display: none;
	}

	.idx-sq .lk:hover {
		transform: scale(0, 0);
	}

	.kf-sec {
		right: 0.05rem;
		top: auto;
		bottom: 1.8rem;
	}

	
	.inner-ban {
		height: auto;
	}

	.main {
		padding: 0 0 .5rem;
	}

	.main .wrap {
		display: block;
	}

	.main-l {
		width: 100%;
		margin: 0;
	}

	.side-bar {
		margin-top: -0.4rem;
		width: 100%;
		margin-left: 0%;
		overflow: hidden;
	}

	.side-bar .titbox {
		/* display: none; */
		background: #801666;
		height: .7rem;
	}

	.nav-click {
		display: block;
		z-index: 100;
		position: absolute;
		color: #fff;
		right: 0px;
		top: 0px;
		width: .7rem;
		height: .7rem;
		text-align: center;
		line-height: .7rem;
		transition: all 0.3s ease 0s;
	}

	.side-menu {
		min-height: auto;
		display: none;
	}

	/* .side-menu-wrap{overflow-x: scroll;flex:1;background:#fff;box-shadow:none;}
	.side-menu-wrap::-webkit-scrollbar{ display: none;} 
	.side-menu{white-space: nowrap;font-size: 0;padding-top: 0;text-align: center;min-height: auto;background:none;}
	.side-menu:before{display: none;}
	.side-menu li{display: inline-block;vertical-align: middle;margin: 0;border:none;}
	.side-menu li>a:before{display: none;}
	.side-menu li>a::after{display: none;}
	.side-menu li>a{padding:0 .2rem;line-height: 0.7rem;height: 0.7rem;font-size: 0.2rem;}
	.side-menu li>a::before{width: 0.22rem;height: 0.22rem;}
	.side-menu li:last-child{margin-right: 0;border:none;} */

	.top-bar {
		flex-direction: column-reverse;
		justify-content: flex-start;
		align-items: flex-start;
		height: auto;
		padding-bottom: 0.15rem;
	}

	.top-bar .bt {
		font-size: 0.28rem;
		width: 100%;
		text-align: left;
		margin-top: 0.2rem;
	}

	.top-bar .bt::before {
		width: 0.32rem;
		height: 0.32rem;
	}

	.crumb {
		width: 100%;
		padding: .15rem 0;
	}

	.teac-sec .mod {
		padding-bottom: 1px;
	}

	.teac-sec .tit {
		font-size: 0.22rem;
		line-height: 0.65rem;
		padding: 0 .25rem;
	}

	.teac-sec .list {
		margin: 0;
		justify-content: space-between;
		padding-right: 0.07rem;
		width: 100%;
	}

	.teac-sec .list li {
		min-width: 47%;
		margin: 0 0 3%;
	}

	.teac-sec .list span {
		line-height: 0.55rem;
	}


	
	.edit {
		padding: 0;
	}

	

	.arc-list .item {
		padding: .15rem .15rem;
	}

	.arc-list .info {
		padding: 0 0 0 .15rem;
	}

	.arc-list .title {
		font-size: 0.20rem;
		font-weight: bold;
	}

	.arc-list .morebtn {
		display: none;
	}

	.pagelist {
		margin-top: 0.3rem;
	}

	.pagelist .go,
	.pagelist>span {
		display: none;
	}

	.pagelist .prev,
	.pagelist .next,
	.pagelist .first,
	.pagelist .last {
		display: none;
	}


	

	.tw-list .item {
		padding: 0.1rem;
		align-items: center;
		margin-bottom: 0;
		display: block;
	}

	.tw-list .imgbox {
		width: 100%;
		max-height: 2.6rem;
		height: auto;
		margin-right: 0;
	}

	.tw-list .info {
		padding: .18rem 0;
	}

	.tw-list .line {
		display: none;
	}

	.tw-list .title {
		margin-top: 0.15rem;
		font-size: 0.22rem;
		line-height: 1.5;
	}

	.tw-list .morebtn {
		display: none;
	}

	.tw-list .item:last-child {
		margin-bottom: 0;
	}

	.idx-kx .tablist {
		margin-top: .2rem;
	}

	.idx-kx .thumbs.slick-slider {
		width: calc(100% - 1.1rem) !important;
		;
	}

	.idx-kx .thumbs .item {
		height: auto;
		margin: 0;
	}

	.idx-kx .thumbs .img {
		width: .9rem;
		height: .9rem;
	}

	.idx-kx .thumbs .item.slick-current .img {
		width: .9rem;
		height: .9rem;
		margin: 0.15rem auto;
		border: 2px solid #CF3F26;
	}

	.idx-kx .thumbs .item.slick-current {
		background: none;
	}

	.idx-kx .thumbs .slick-track {
		height: 1.5rem;
	}

	.idx-kx .arrow {
		display: block !important;
		width: .9rem;
		height: .9rem;
		margin: 0 0 .15rem 0;
	}

}

@media (max-width: 540px) {
	.idx-kx .tablist .lk {
		margin: 0 .1rem;
	}

	.idx-kx .tablist .lk::before {
		width: 0.4rem;
		height: 0.4rem;
	}

	.idx-kx .tablist .lk.cur {
		font-size: 0.26rem;
	}

	.idx-kx .tablist .lk.cur::before {
		width: 1.2rem;
		height: 1.2rem;
		top: 40%;
	}

	.idx-kx .tablist .lk.cur span {
		padding-left: 0.8rem;
	}

	.idx-kx .thumbs .slick-track {
		height: 1.1rem;
	}

	.idx-kx .thumbs.slick-slider {
		width: calc(100% - 1rem) !important;
		;
	}

	.idx-kx .thumbs .img {
		width: .7rem;
		height: .7rem;
		margin: 0 auto;
	}

	.idx-kx .thumbs .item.slick-current .img {
		width: .7rem;
		height: .7rem;
		margin: 0.15rem auto;
		border: 2px solid #CF3F26;
	}

	.idx-kx .arrow {
		display: block !important;
		width: .7rem;
		height: .7rem;
		margin: 0;
		margin-left: .2rem;
	}
}

.teac-det {
	width: 100%;
}

.teac-det .person {
	display: flex;
	align-items: flex-start;
	margin-bottom: .25rem;
}

.teac-det .person .imgbox {
	position: relative;
	flex-shrink: 0;
}

.teac-det .person .imgbox .avator {
	width: 2.20rem;
	height: 2.75rem;
	position: relative;
	z-index: 2;
	object-fit: contain;
}

.teac-det .person .imgbox .shodow {
	width: 2.20rem;
	height: 2.75rem;
	position: absolute;
	top: .08rem;
	left: -.09rem;
	z-index: 1;
}

.teac-det .person .right {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.teac-det .person .right .nameBox {
	border-bottom: 1px solid #D8D8D8;
	padding: .18rem .24rem;
	padding-left: .46rem;
	margin-bottom: .2rem;
	position: relative;


}

.teac-det .person .right .nameBox::after {
	content: '';
	display: block;
	width: .06rem;
	height: .06rem;
	border-radius: 50%;
	border: 1px solid #D8D8D8;
	position: absolute;
	bottom: 0;
	right: 0;
	transform: translate(100%, 50%);

}

.teac-det .person .right .nameBox .name {
	letter-spacing: 0em;
	font-weight: 700;
	font-size: .28rem;
	color: #2C2C2C;
	letter-spacing: .1rem;
	margin-right: .2rem;
	border-bottom: 2px solid #751d8c;
	padding: .17rem 0;
}

.teac-det .person .right .nameBox .position {
	font-weight: 400;
	font-size: .18rem;
	color: #808080;
}

.teac-det .person .right .bot {
	padding-left: .46rem;
}

.teac-det .person .right .bot .ul li {
	display: flex;
	align-items: center;
	font-size: .18rem;
	color: #808080;
	margin-top: .09rem;
}

.teac-det .person .right .bot .ul li img {
	width: .21rem;
	margin-right: .07rem;

}

.teac-det .person .right .bot p {
	margin-top: .16rem;
	font-size: .18rem;
	font-weight: normal;
	line-height: .34rem;
	letter-spacing: 0em;
	color: #666666
}

.teac-det .txtBox p {
	margin-top: .16rem;
	font-size: .18rem;
	line-height: .34rem;
	color: #666666
}

@media screen and (max-width:600px) {
	.teac-det .person {
		flex-direction: column;
	}

	.teac-det .person .right .bot {
		padding-left: 0;
	}

	.teac-det .person .imgbox {
		width: 100%;
	}

	.teac-det .person .imgbox .avator {
		width: 100%;
		height: 5rem;
	}

	.teac-det .person .imgbox .shodow {
		width: 100%;
		height: 5rem;
	}

	.teac-det .person .right .nameBox {
		padding-left: 0rem;
	}
}

.teachList {
	width: 100%;
	background-color: #fff;
	border: 1px solid #8f0c7f;
}

.teachList .row {
	display: flex;
	border-top: 1px solid #8f0c7f;
}

.teachList .row:nth-child(1) {
	border-top: none;
}

.teachList .row.top .col {

	font-size: .24rem;
	font-weight: bold;
	line-height: .61rem;
	color: #414141;
	padding-left: .4rem;

}

.teachList .row .col {
	min-height: .26rem;
	display: flex;
	flex-wrap: wrap;
}

.center {
	font-size: .18rem;
	padding-left: .4rem;
	display: flex;
	align-items: center;
}

.teachList .row .col .item {
	display: block;
	width: 20%;
	line-height: .5rem;
	text-align: center;
	font-size: .18rem;
	color: #414141;
	border-bottom: 1px solid #8f0c7f;
	border-right: 1px solid #8f0c7f;
}

.teachList .row .col .item:hover {
	background-color: #8f0c7f;
	color: #fff;
}

.teachList .row .col .item:nth-child(5n) {
	border-right: none;
}

.teachList .row .col:nth-child(1) {
	width: 25%;
	border-right: 1px solid #8f0c7f;
}

.teachList .row .col:nth-child(2) {
	width: 75%;
}


@media screen and (max-width:767px) {
	.teachList .row .col .item {
		width: 25%;
	}

	.teachList .row .col .item:nth-child(5n) {
		border-right: 1px solid #8f0c7f;
	}

	.teachList .row .col .item:nth-child(4n) {
		border-right: none;
	}
}

@media screen and (max-width:600px) {
	.teachList .row.top .col {

		font-size: .18rem;
		padding-left: .2rem;

	}

	.center {

		padding-left: .2rem;
	}

	.teachList .row .col .item {
		width: 33.333%;
	}

	.teachList .row .col .item:nth-child(4n) {
		border-right: 1px solid #8f0c7f;
	}

	.teachList .row .col .item:nth-child(3n) {
		border-right: none;
	}
}

.idx-sq .lk .tit {
	padding: 0 .2rem;
}

@media (max-width: 992px) {
	.idx-kx .tablist {
		overflow: hidden;
		overflow-x: auto;
		padding: 0.2rem .2rem;
		justify-content: unset;
		margin-bottom: .3rem;
	}

	.idx-kx .tablist::after {
		content: "";
		display: block;
		clear: both;
	}

	.idx-kx .tablist .lk {
		display: flex;
		align-items: center;
		float: left;
	}

	.idx-kx .tablist .lk::before {
		flex-shrink: 0;
	}
}

@media (max-width: 540px) {
	.idx-kx .tablist {
		padding: .1rem .2rem;
	}
}


@media only screen and (max-width: 990px) {
	.side-bar .titbox {
		text-align: center;
		height: 1.15rem;
		background-size: 100% 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		display: block;
		background: #801666;
		height: .7rem;
	}

	.side-bar {
		margin-top: -0.4rem;
		width: 100%;
		margin-left: 0%;
		overflow: hidden;
	}



	.nav-click {
		display: block;
		z-index: 100;
		position: absolute;
		color: #fff;
		right: 0px;
		top: 0px;
		width: .7rem;
		height: .7rem;
		text-align: center;
		line-height: .7rem;
		transition: all 0.3s ease 0s;
	}

	.side-menu {
		min-height: auto;
		display: none;
	}
}

.video-list li {
	margin-top: .4rem;
	width: 30.5%;
	margin-right: 4%;
	overflow: hidden;
}

.video-list li:nth-of-type(3n) {
	margin-right: 0;
}

.video-list li .pic {
	height: 2.4rem;
	overflow: hidden;
}

.video-list li .pic span {
	position: absolute;
	left: 50%;
	top: 50%;
	width: .56rem;
	height: .56rem;
	background: url(/images/play.png)no-repeat center;
	background-size: 100%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	z-index: 9;
}

.video-list li .text-con {
	padding-left: .2rem;
	margin-top: .2rem;
	border-left: 2px #9b0e5f solid;
}

.video-list li .tit {
	font-size: .2rem;
	color: #333;
}

.video-list li .date {
	color: #999;
	margin-top: .1rem;
}

@media (min-width:1025px) {
	.video-list li:hover .pic img {
		transform: scale(1.05);
		-webkit-transform: scale(1.05);
		-moz-transform: scale(1.05);
		-ms-transform: scale(1.05);
		-o-transform: scale(1.05);
	}
}

@media (max-width:950px) {
	.video-list li {
		width: 48%;
	}

	.video-list li:nth-of-type(3n) {
		margin-right: 4%;
	}

	.video-list li:nth-of-type(2n) {
		margin-right: 0;
	}
}

@media (max-width:767px) {
	.video-list li .tit {
		font-size: 14px;
	}

	.video-list li .date {
		font-size: 12px;
	}
}

/*  */
.leader li {
	margin-top: .6rem;
	width: 23.5%;
	margin-right: 2%;
	box-shadow: 0 0 .1rem rgba(0, 0, 0, .2);
	padding: .27rem;
}

.leader li::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	background-color: #8d1263;
}

.leader li:last-child {
	margin-right: 0;
}

.leader li .pic {
	width: 100%;
	height: 2.4rem;
	overflow: hidden;
}

.leader li .name {
	font-weight: bold;
	font-size: .22rem;
	border-bottom: 1px #969696 dashed;
	line-height: .6rem;
	height: .6rem;
	color: #333;
}

.leader li .text {
	font-size: .18rem;
	color: #7C7F83;
	margin-top: .2rem;
}

@media (min-width:1025px) {
	.leader li:hover .pic img {
		transform: scale(1.05);
		-webkit-transform: scale(1.05);
		-moz-transform: scale(1.05);
		-ms-transform: scale(1.05);
		-o-transform: scale(1.05);
	}
}

@media (max-width:950px) {
	.leader li {
		width: 32%;
	}

	.leader li:nth-of-type(3n) {
		margin-right: 0;
	}
}

@media (max-width:767px) {
	.leader li {
		width: 49%;
	}

	.leader li:nth-of-type(3n) {
		margin-right: 2%;
	}

	.leader li:nth-of-type(2n) {
		margin-right: 0;
	}

	.leader li .pic {
		height: 2.8rem;
	}

	.leader li .name {
		font-size: 16px;
		height: .8rem;
		line-height: .8rem;
	}

	.leader li .text {
		font-size: 12px;
	}
}

/*  */
.m-listb3 {
	padding: .6rem 0 0;
	margin: 0 -0.2rem;
	height: auto;
	overflow: hidden;
}

.m-listb3 li {
	float: left;
	width: 25%
}

.m-listb3 .con {
	display: block;
	margin: 0 .2rem .45rem;
	border: .01rem solid #e9eced;
	position: relative;
	padding: .23rem .25rem 0;
	background-color: #fff;
	-webkit-transition: .4s;
	-o-transition: .4s;
	-moz-transition: .4s;
	transition: .4s
}

.m-listb3 .con:hover {
	box-shadow: 0 .14rem .25rem rgba(206, 199, 199.7)
}

.m-listb3 .pic {
	position: relative;
	height: 0;
	padding-top: 119.45%;
	overflow: hidden
}

.m-listb3 .pic img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.m-listb3 .txt {
	text-align: center;
	font-size: .2rem;
	color: #000;
	margin: .18rem .24rem;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	height: 0.6rem;
}

@media screen and (max-width: 1199px) {
	.m-listb3 {
		padding-top: .2rem;
		margin: 0 -0.05rem
	}

	.m-listb3 .con {
		margin: 0 .05rem .1rem;
		padding: .1rem
	}

	.m-listb3 .con::before {
		display: none
	}

	.m-listb3 .pic {
		margin-bottom: 0
	}

	.m-listb3 .txt {
		font-size: .18rem;
		line-height: 0.6rem;
	}
}

@media screen and (max-width: 767px) {
	.m-listb3 {
		margin: 0 -0.05rem
	}

	.m-listb3 li {
		width: 50%
	}

	.m-listb3 .con {
		margin: 0 .05rem .1rem;
		padding: .06rem
	}

	.m-listb3 .pic {
		margin-bottom: .06rem
	}

	.m-listb3 .txt {
		margin: 0
	}
}

/*  */
.m-listb4 {
	overflow: hidden;
	margin: 0 -0.7rem;
	padding-top: .25rem
}

.m-listb4 li {
	float: left;
	width: 50%;
	position: relative
}

.m-listb4 li::after {
	content: "";
	display: block;
	width: .01rem;
	height: .53rem;
	background-color: #d6d6d6;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}

.m-listb4 li:nth-child(even)::after {
	display: none
}

.m-listb4 .con {
	display: block;
	overflow: hidden;
	position: relative;
	border-bottom: .01rem dotted silver;
	padding: .25rem .3rem .25rem 0;
	margin: 0 .7rem
}

.m-listb4 .con::before {
	content: "";
	display: block;
	width: .21rem;
	height: .1rem;
	background: url(/images/jg-i2.png) no-repeat center;
	-o-background-size: contain;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 10%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
	-webkit-transition: .4s;
	-o-transition: .4s;
	-moz-transition: .4s;
	transition: .4s
}

.m-listb4 .con:hover .tit {
	font-size: .2rem;
	color: #7f1666;
	font-weight: 700;
	background-image: url(/images/jg-i1.png)
}

.m-listb4 .con:hover::before {
	right: 0;
	opacity: 1
}

.m-listb4 .tit {
	padding-left: .47rem;
	background: url(/images/jg-i.png) .19rem 50% no-repeat;
	-o-background-size: .13rem;
	background-size: .13rem;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	font-size: .18rem;
	color: #000;
	height: .3rem;
	line-height: .3rem;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

@media only screen and (min-width: 1200px) {
	.m-listb4 {
		margin: 0 -3.645vw;
		padding-top: 1.302vw
	}

	.m-listb4 li {
		width: 50%
	}

	.m-listb4 li::after {
		content: "";
		width: 1px;
		height: 2.76vw;
		top: 50%;
		right: 0;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%)
	}

	.m-listb4 .con {
		border-bottom: 1px dotted silver;
		padding: 1.302vw 1.562vw 1.302vw 0;
		margin: 0 3.645vw
	}

	.m-listb4 .con::before {
		content: "";
		width: 1.093vw;
		height: .52vw;
		background: url(/images/jg-i2.png) no-repeat center;
		-o-background-size: contain;
		background-size: contain;
		top: 50%;
		right: 10%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
		opacity: 0
	}

	.m-listb4 .con:hover .tit {
		font-size: 1.041vw;
		font-weight: 700;
		background-image: url(/images/jg-i1.png)
	}

	.m-listb4 .con:hover::before {
		right: 0;
		opacity: 1
	}

	.m-listb4 .tit {
		padding-left: 2.447vw;
		background: url(/images/jg-i.png) .989vw 50% no-repeat;
		-o-background-size: .677vw;
		background-size: .677vw;
		font-size: .937vw;
		height: 1.562vw;
		line-height: 1.562vw;
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden
	}

}

@media screen and (max-width:767px) {
	.m-listb4 {
		margin: 0;
		padding: .2rem 0 .4rem
	}

	.m-listb4 li {
		float: none;
		width: auto
	}

	.m-listb4 li::after {
		display: none
	}

	.m-listb4 .con {
		margin: 0
	}

	.m-listb4 .tit {
		font-size: .18rem;
		padding-left: .3rem;
		background-position: .03rem center
	}
}