@charset "utf-8";
/* CSS Document */



* {
	margin: 0;
	padding: 0;
	font-size: 14px;
	list-style: none;
	font-family: 微软雅黑;
	color: #333;
	line-height: 2em;
}

p {
	line-height: 1.5em;
}

a {
	display: block;
	text-decoration: none
}

img {
	border: 0;
}

video {
	display: block
}

.yx1200 {
	width: 1300px;
	margin: 0 auto
}


/*index-style-css*/
.common_header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}

/*页头*/
.head-top {
	height: 36px;
	width: 100%;
	background-color: #bd1c2e;
	align-items: center;
	display: flex
}

.head-top>div {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.uesd-all {
	display: flex;
	align-items: center
}

.uesd-all li {
	margin: 0 10px;
}

.uesd-all img {
	margin-right: 4px;
}

.uesd-all a {
	display: flex;
	align-items: center;
	color: #fff
}

.head-top>div>span {
	color: #fff
}

/*页头*/

/*banner+上导航*/
.banner-all {
	width: 100%;
	position: relative
}

.slider {
	position: relative;
	width: 100%;

	overflow: hidden;
}

.slides {
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;

	-webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
	-moz-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
	-ms-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
	-o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
	transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
}

.slide-banner {
	height: auto;
	float: left;
	clear: none;
}

.slider-arrows {}

.slider-arrow {
	position: absolute;
	display: block;
	margin-bottom: -20px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
	text-align: center;
	color: #fff;
	font-size: 2em;
	background-color: #333;
	background-color: rgba(50, 50, 50, .3);
	border-radius: 50%;
}

/*左右按钮样式及放置位置*/
.slider-arrow--right {
	bottom: 50%;
	right: 30px;
}

.slider-arrow--left {
	bottom: 50%;
	left: 30px;
}

.slider-nav {
	position: absolute;
	bottom: 86px;
}

.slider-nav__item {
	/*nva样式*/
	width: 12px;
	height: 12px;
	float: left;
	clear: none;
	display: block;
	margin: 0 5px;
	background: black;
	border-radius: 100%;
}

.slider-nav__item:hover {
	background: #ccc;
}

.slider-nav__item--current {
	background: #ccc;
}

/*被选中后的样式*/

.box {
	width: 100%;
	height: 700px;
	text-align: center;
	text-transform: capitalize;
	vertical-align: middle;
	background-position: center;
	background-size: cover
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix10:after {
	content: ".";
	display: block;
	height: 10px;
	clear: both;
	visibility: hidden;
}

.h10 {
	height: 10px;
}

.h15 {
	height: 15px;
}

#header {

	margin: 0 auto;
}

.navBar {
	color: #333;
	height: 100%;
	margin-left: 30px;
}

.nav {
	position: relative;
	margin: 0 auto;
	height: 100%;
	display: flex;
	align-items: center
}

.nav a {
	color: #333;
}

.nav h3 {
	font-size: 100%;
	font-weight: normal;
}

.nav .m {
	float: left;
	position: relative;
	z-index: 1;
	height: 100%;
	display: flex;
	align-items: center
}

.nav .s {
	float: left;
	width: 3px;
	text-align: center;
	color: #D4D4D4;
}

.nav h3 a {
	display: block;
	text-align: center;
	font-weight: bold;
	width: 120px;
	font-size: 16px;
}

.nav .sub {
	display: none;
	position: absolute;
	left: -25px;
	top: 70px;
	z-index: 1;
	width: 145px;
	border-top: 0;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 12px;
}

.nav .sub li {
	text-align: center;
	padding: 0 8px;
	margin-bottom: -1px;
}

.nav .sub li a {
	display: block;
	border-bottom: 1px dashed #E6E4E3;
	padding: 8px 0;
	height: 28px;
	line-height: 28px;
	color: #000;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}

.nav .sub li:last-child a {

	border-bottom: none;

}

.nav .sub li a:hover {
	color: #bd1c2e;
}

.nav .block {
	height: 6px;
	width: 50px;
	background: #bd1c2e;
	position: absolute;
	left: 20px;
	top: 46px;
	overflow: hidden;
	border-radius: 3px;
}

.index-nav {
	width: 100%;
	position: absolute;
	top: 0;
	background-color: rgba(255, 255, 255, .5);
	height: 60px;
}

.index-nav>div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%
}

.on a {
	color: #bd1c2e
}

/*banner+上导航*/

/*通知公告*/
.gonggao-all {
	width: 100%;
	position: relative;
	margin: 0 auto;
}

.gonggao_box {
	width: 550px;
	overflow: hidden;
}

.gonggao-all img {
	margin-right: 20px;
}

.gonggao-all>div {
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	height: 86px;
	background-color: rgba(189, 28, 28, 0.7);
	position: absolute;
	top: -86px;
	display: flex;
	align-items: center;
	justify-content: center
}

/* .gonggao-all>div>div {width: 680px;} */
.gonggao-all a {
	font-size: 18px;
	color: #fff;
}

.gonggao-all p {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	line-height: 1.5em;
	color: rgba(255, 255, 255, .8)
}

/*通知公告*/

/*新闻*/
.biaoti span {
	font-size: 20px;
	font-weight: bold;
}

.biaoti {
	width: 226px;
	margin: 20px auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.biaoti>div {
	width: 100%;
	height: 2px;
	background-color: #ccc;
	display: flex;
	flex-direction: column;
	align-items: center
}

.biaoti>div>div {
	width: 52px;
	height: 100%;
	background-color: #bd1c2e
}

.container {
	width: 100%;


}

.top_menu {
	width: 50%;
	height: 60px;
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	margin: 0 auto;
	justify-content: space-between
}

.common {
	/* width: 100px;height: 30px;border-radius: 15px;background-color: #f3f3f3;cursor: pointer;text-align: center */
	height: 30px;
	/* border-radius: 15px; */
	/* background-color: #f3f3f3; */
	cursor: pointer;
	text-align: center;
	font-size: 17px;
}

.ul {
	width: 100%;
	height: 400px;
	position: relative;
	overflow: hidden;
}

.bottom_content {
	width: 600%;
	height: 400px;
	display: flex;
	transition: all .5s ease;
	position: absolute;
	top: 0;
	left: 0%;
}

.body_1 {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center
}

.liactive {
	border-bottom: 3px solid #c93241;
	/* border-bottom: 0;
	background-color: #bd1c2e;color: #fff */
}

.news-all {
	width: 100%;
	margin-top: 20px;
}

.news-bg {
	background-image: url(../img/news-bg.png);
	background-position: center;
	background-size: cover;
	padding-top: 55px;
}

.body_1 ul {
	width: 100%;
	display: flex;
	align-items: center
}

.body_1 ul li {
	width: 33.33333%;
	display: flex;
	flex-direction: column;
	align-items: center
}

.body_1 ul li a {
	transition-duration: .3s;
	padding: 20px;
	box-sizing: border-box;
	width: 90%
}

.body_1 ul li:first-child a {
	background-color: #fff;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, .1);
	border-radius: 8px;
}

.body_1 ul li:first-child div {
	opacity: 1;
}

.body_1 ul li a:hover {
	background-color: #fff;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, .1);
	border-radius: 8px;
}

.body_1 ul li a:hover+div {
	opacity: 1;
}

.body_1 ul li a>div:first-child {
	width: 100%;
	height: 150px;
	border-radius: 8px;
	overflow: hidden;
}

.body_1 ul li a>div:first-child:hover .ov-bj {
	transform: scale(1.1);
}

.ov-bj {
	width: 100%;
	height: 150px;
	background-position: center;
	background-size: cover;
	transition: all 0.5s;
}

.body_1 ul li a>div:nth-of-type(2) {
	font-size: 22px;
	color: #D4D4D4;
	height: 23px;
	font-weight: bold;
}

.hongxian {
	width: 100px;
	border-bottom: 2.5px solid #c93241;
	margin: 3px 0 8px 0;
}

.n-h3 {
	text-align: initial;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	line-height: 24px;
}

.n_yuan {
	width: 30px;
	height: 30px;
	background-color: #c93241;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: -14px;
	opacity: 0;
	transition: all 0.3s;
}

.body_1 ul li a>h3:nth-of-type(1) {
	font-size: 18px;
	margin-top: 15px;
}

.body_1 ul li p {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-indent: 2em;
	color: #aba6a6;
	margin-bottom: 12px;
	letter-spacing: 2px;
}

.more {
	width: 200px;
	/* height: 30px; */
	border-radius: 15px;
	border: 1px solid #c93241;
	line-height: 30px;
	text-align: center;
	transition-duration: .3s;
	margin: 20px auto;
	color: #c93241;
	font-weight: bold;
}

.more:hover {
	background-color: #c93241;
	color: #ffffff;
}

.bai-more {
	width: 200px;
	height: 30px;
	border-radius: 15px;
	border: 1px solid #ffffff;
	line-height: 30px;
	text-align: center;
	transition-duration: .3s;
	margin: 20px auto;
	color: #ffffff;
	font-weight: bold;
}

.bai-more:hover {
	background-color: #c93241;
	color: #ffffff;
	border: 1px solid #c93241;
}

/*新闻*/

/*公告*/
.gonggao-bg {
	background-color: #f3f3f3;
	width: 100%;
	padding: 30px 0
}

.gonggao-bg ul {
	display: flex;
	margin: 20px auto;
	flex-wrap: wrap;
}

.gonggao-bg ul li {
	width: 33.3333%;
	margin: 12px 0;
	display: flex;
	flex-direction: column;
	align-items: center
}

.gonggao-bg ul a {
	background-color: #fff;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, .1);
	display: flex;
	padding: 10px;
	border-radius: 8px;
	align-items: center;
	width: 80%;
	justify-content: space-between
}

.gonggao-bg ul a>p {
	font-size: 16px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	width: 240px;
}

.gonggao-time {
	border-radius: 4px;
	border: 1px solid #999;
	width: 60px;
	height: 60px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	padding-top: 6px;
	transition-duration: .3s
}

.gonggao-time div {
	width: 80%;
	height: 4px;
	border-radius: 2px;
	background-color: #bd1c2e
}

.gonggao-time span {
	font-size: 24px;
	font-weight: bold;
	line-height: 1em;
}

.gonggao-time p {
	border-top: 1px dashed #999;
	font-size: 12px
}

.gonggao-bg ul a:hover .gonggao-time {
	margin-left: -20px;
	background-color: #bd1c2e;
	border-color: #bd1c2e
}

.gonggao-bg ul a:hover .gonggao-time span {
	color: #fff
}

.gonggao-bg ul a:hover .gonggao-time p {
	color: #fff
}

.gonggao-bg ul a:hover .gonggao-time div {
	background-color: #fff;
}

/*公告*/

/*影音*/
.video-all {
	background-image: url(../img/video-bg.jpg);
	background-position: center;
	background-size: cover
}

.video-all>div {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	padding: 30px 0
}

.video-all .biaoti>span {
	color: #fff
}

.video-all ul {
	display: flex
}

.video-all ul li {
	width: 25%
}

.video-all ul li>.video-content {
	height: 176px;
	background-color: #be1b2c
}

.video-all ul li>.video {
	height: 176px;
	background-position: center;
	background-size: cover;
	width: 100%
}

.video-all ul li>.video>div {
	width: 300px;
	height: 176px;
	background-color: rgba(0, 0, 0, .5);
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative
}

/* .video-all ul li>.video:hover .bofang-icon {} */
.bofang-icon {
	animation: xuanzhuan 5s linear 0s infinite normal;
	width: 60px;
	height: 60px;
	background-size: cover;
	background-position: center;
	background-image: url(../img/video-quan.png);
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative
}

.video-all ul li>.video:hover>div {
	background-color: rgba(0, 0, 0, .6)
}

@keyframes xuanzhuan {
	0% {
		transform: rotate(0)
	}

	100% {
		transform: rotate(360deg)
	}
}

.bofang-sanjiao {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 20px;
	border-color: transparent transparent transparent #ffffff;
	position: relative;
	margin-left: 4px;
	top: 0px;
	left: -40px;
}

.video-content {
	padding: 16px;
	box-sizing: border-box
}

.video-content span {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #fff;
	font-size: 16px;
	line-height: 1.5em;
	transition: all 0.4s;
}

.video-content p {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	color: #fff;
	margin-top: 20px;
	opacity: .8;
	text-indent: 2em
}

.video-all ul li:hover .video-content {
	background-color: #c93241
}

.video-all>div>a:last-child {
	border-color: #fff;
	color: #fff
}

/*影音*/

/*校报*/
.school-book {
	display: flex
}

.school-book li>span {
	font-size: 16px;
	margin-top: 15px;
}

.school-book li {
	width: 25%;
	display: flex;
	flex-direction: column;
	align-items: center
}

.school-book li>div {
	width: 255px;
	height: 290px;
	background-size: cover;
	background-position: center;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, .1)
}

.school-book li>div>div {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	transition-duration: .3s
}

.school-book li>div:hover>div {
	background-color: rgba(0, 0, 0, .5)
}

.school-book li>div>div a {
	width: 166px;
	height: 40px;
	opacity: 0;
	line-height: 40px;
	color: #fff;
	text-align: center;
	transition-duration: .3s
}

.school-book li>div>div a:first-child {
	background-color: #e89012;
	margin-top: 160px;
}

.school-book li>div>div a:last-child {
	background-color: #1c82ac;
	margin-top: 10px;
}

.school-book li>div:hover a {
	opacity: 1
}

.school-book li>div:hover a:first-child {
	margin-top: 120px
}

.school-book li>div:hover a:last-child {
	transition-delay: .1s
}

/*校报*/

/*专题*/
@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,400,900,800i");



#hero-slides {
	--page: 0;
	height: 164px;
	overflow: hidden
}

#hero-slides #header {
	height: 12vh;
	line-height: 12vh;
	padding: 0 3vw;
	position: relative;
}

#hero-slides #header #logo {
	font-size: 2.5vh;
	font-style: italic;
}

#hero-slides #header #logo:before {
	content: 'The';
	text-transform: uppercase;
	font-weight: 100;
	margin-right: 0.4em;
}

#hero-slides #header #logo:after {
	content: 'Wall';
	text-transform: uppercase;
	font-weight: 800;
}

#hero-slides #header #menu {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	padding: 0 3vw;
}

#hero-slides #header #menu:before {
	font-size: 1.75vh;
	content: 'Play Demo';
	margin-right: 0.5em;
	text-transform: uppercase;
}

#hero-slides #header #menu #hamburger {
	display: inline-block;
}

#hero-slides #header #menu #hamburger .slice {
	background: white;
	height: 0.2vh;
	width: 1vw;
}

#hero-slides #header #menu #hamburger .slice:not(:last-child) {
	margin-bottom: 0.5vh;
}

#hero-slides #slides-cont {
	position: relative;
	--button-height: 6vh;
	--button-spacing: 0.2vh;
}

#hero-slides #slides-cont .button {
	width: 5vw;
	height: var(--button-height);
	background: #be1b2c;
	position: absolute;
	right: 5.375vw;
	top: 85px;
	z-index: 100;
	cursor: pointer;
	color: #fff
}

#hero-slides #slides-cont .button:before,
#hero-slides #slides-cont .button:after {
	line-height: var(--button-height);
	position: absolute;
	margin-left: -0.25vw;
	pointer-events: none;
	-webkit-transform: scale(0.75, 1.5);
	transform: scale(0.75, 1.5);
	transition: 125ms ease-in-out;
}

#hero-slides #slides-cont .button:before {
	left: 50%;
}

#hero-slides #slides-cont .button:after {
	opacity: 0;
}

#hero-slides #slides-cont .button:hover:before,
#hero-slides #slides-cont .button:hover:after {
	transition: 250ms ease-in-out;
}

#hero-slides #slides-cont .button:hover:before {
	opacity: 0;
}

#hero-slides #slides-cont .button:hover:after {
	left: 50% !important;
	opacity: 1;
}

#hero-slides #slides-cont #next {
	margin-top: calc(-1 * (var(--button-height) + var(--button-spacing)));
}

#hero-slides #slides-cont #next:before,
#hero-slides #slides-cont #next:after {
	content: '>';
}

#hero-slides #slides-cont #next:after {
	left: 30%;
}

#hero-slides #slides-cont #next:hover:before {
	left: 70%;
}

#hero-slides #slides-cont #prev {
	margin-top: var(--button-spacing);
	opacity: calc(var(--page) + 0.5);
	transition: 500ms opacity;
}

#hero-slides #slides-cont #prev:before,
#hero-slides #slides-cont #prev:after {
	content: '<';
}

#hero-slides #slides-cont #prev:after {
	left: 70%;
}

#hero-slides #slides-cont #prev:hover:before {
	left: 30%;
}

#hero-slides #slides-cont #next-catch,
#hero-slides #slides-cont #prev-catch {
	width: 10vw;
	height: 76vh;
	position: absolute;
	top: 0;
	z-index: 90;
}

#hero-slides #slides-cont #next-catch {
	right: 0;
}

#hero-slides #slides-cont #prev-catch {
	left: 0;
}

#hero-slides #slides {
	--slides-height: 164px;
	width: auto;
	height: var(--slides-height);
	padding: 0 10vw;
	font-size: 0;
	white-space: nowrap;
	position: absolute;
	-webkit-transform: translate3D(calc(var(--page) * -80vw), 0, 0);
	transform: translate3D(calc(var(--page) * -80vw), 0, 0);
	transition: 1500ms -webkit-transform cubic-bezier(0.7, 0, 0.3, 1);
	transition: 1500ms transform cubic-bezier(0.7, 0, 0.3, 1);
	transition: 1500ms transform cubic-bezier(0.7, 0, 0.3, 1), 1500ms -webkit-transform cubic-bezier(0.7, 0, 0.3, 1);
}

#hero-slides #slides .slide {
	display: inline-block;
	vertical-align: top;
	font-size: 1.5vw;
	width: 350px;
	height: 164px;
	background-position: center;
	background-size: cover;
	height: var(--slides-height);
	margin: 0 1.333em;
	background: #101419;
	color: white;
	background-size: cover;
	background-position: center;
	white-space: normal;
	word-break: break-word;
	position: relative;
}

#hero-slides #slides .slide:before {
	content: '';
	display: block;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#hero-slides #slides .slide .number {
	position: absolute;
	top: 10px;
	color: #fff;
	font-weight: bold;
	left: 10px;
	-webkit-filter: drop-shadow(0 2px 1px rgba(0, 0, 0, 0.5));
	filter: drop-shadow(0 2px 1px rgba(0, 0, 0, 0.5));
}

#hero-slides #slides .slide .number,
#hero-slides #slides .slide .number:before,
#hero-slides #slides .slide .number:after {
	vertical-align: middle;
}

#hero-slides #slides .slide .number:before,
#hero-slides #slides .slide .number:after {
	display: inline-block;
	content: '';
	height: 0.133em;
	margin-top: -0.2em;
	background: white;
}

#hero-slides #slides .slide .number:before {
	width: 0;
	margin-left: 0;
}

#hero-slides #slides .slide .number:after {
	width: 3em;
	margin-left: 1em;
}

#hero-slides #slides .slide .body {
	position: absolute;
	bottom: 10px;
	left: 10px;
	right: 2em;
}

#hero-slides #slides .slide .location,
#hero-slides #slides .slide .headline {
	position: relative;
	bottom: 0;
	cursor: default;
}

#hero-slides #slides .slide:before,
#hero-slides #slides .slide .number:before,
#hero-slides #slides .slide .number:after,
#hero-slides #slides .slide .location,
#hero-slides #slides .slide .headline,
#hero-slides #slides .slide .link {
	transition: 375ms cubic-bezier(0.7, 0, 0.3, 1);
}

#hero-slides #slides .slide .location {
	color: #fff;
	font-size: 16px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
	transition-delay: 60ms;
}

#hero-slides #slides .slide .headline {
	font-size: 2.667em;
	font-weight: 900;
	transition-delay: 50ms;
}

#hero-slides #slides .slide .link {
	display: inline-block;
	background: #be1b2c;
	padding: 2px 10px;
	font-size: 1.33em;
	opacity: 0;
	position: absolute;
	bottom: -10px;
	pointer-events: none;
	transition-delay: 25ms;
	font-size: 14px;
	color: #fff
}

#hero-slides #slides .slide.hover:before,
#hero-slides #slides .slide:hover:before {
	opacity: 1;
}

#hero-slides #slides .slide.hover:before,
#hero-slides #slides .slide.hover .number:before,
#hero-slides #slides .slide.hover .number:after,
#hero-slides #slides .slide.hover .location,
#hero-slides #slides .slide.hover .headline,
#hero-slides #slides .slide.hover .link,
#hero-slides #slides .slide:hover:before,
#hero-slides #slides .slide:hover .number:before,
#hero-slides #slides .slide:hover .number:after,
#hero-slides #slides .slide:hover .location,
#hero-slides #slides .slide:hover .headline,
#hero-slides #slides .slide:hover .link {
	transition: 500ms cubic-bezier(0.7, 0, 0.3, 1);
}

#hero-slides #slides .slide.hover .number:before,
#hero-slides #slides .slide:hover .number:before {
	width: 3em;
	margin-right: 1em;
}

#hero-slides #slides .slide.hover .number:after,
#hero-slides #slides .slide:hover .number:after {
	width: 0;
	margin-right: 0;
}

#hero-slides #slides .slide.hover .location,
#hero-slides #slides .slide:hover .location {
	transition-delay: 0;
	bottom: 4em;
}

#hero-slides #slides .slide.hover .headline,
#hero-slides #slides .slide:hover .headline {
	transition-delay: 100ms;
	bottom: 1.5em;
}

#hero-slides #slides .slide.hover .link,
#hero-slides #slides .slide:hover .link {
	bottom: 0;
	opacity: 1;
	transition-delay: 250ms;
	pointer-events: auto;
}

@media (min-width: 1200px) and (max-width: 1699px) {
	body {
		--slides-per-page: 3;
	}

	#hero-slides #slides .slide {
		font-size: 1vw;
	}
}

@media (min-width: 1700px) {
	body {
		--slide-per-age: 4;
	}

	#hero-slides #slides .slide {
		font-size: 0.75vw;
	}
}

.zhuanti-all {
	width: 100%;
	padding: 30px 0;
	background-size: cover;
	background-position: center;
	background-image: url(../img/zhuanti-bg.jpg);
	margin-top: 40px;
}

.zhuanti-all .biaoti span {
	color: #fff
}



.swiper-container .my_wrapper .swiper-slide {
	background-size: cover;
	height: 180px;
	background-position: center;

}

.zhuanti-all .swiper-button-next,
.zhuanti-all .swiper-button-prev {
	position: absolute;
	top: 25%;
	background-color: rgba(214, 214, 214, .5);
	width: calc(var(--swiper-navigation-size)/ 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
	width: 45px;
	height: 140px;
	color: #ffffff;
}

.zhuanti-all .swiper-button-next.swiper-button-disabled,
.zhuanti-all .swiper-button-prev.swiper-button-disabled {
	opacity: 1;
	cursor: auto;
	pointer-events: none;
}

.zhuanti-all .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: 13%;
	right: auto;
}

.zhuanti-all .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: 13%;
	left: auto;
}

.zt-xian {
	width: 40px;
	border-bottom: 2px solid #ffffff;
	box-shadow: 3px 3px 8px #0e0e0e;
	transition: all 0.4s;
}

.ztbj-top {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.ztbj-top>p {
	color: #ffffff;
	font-weight: bold;
	margin-left: 15px;
	text-shadow: #444444 3px 3px 3px;
}

.ztbj-a {
	background-color: #be1b2c;
	color: #ffffff;
	display: inline-block;
	padding: 2px 8px;
	position: relative;
	top: 130px;
	left: 15px;
	transition: all .5s;
	opacity: 0;
}

.swiper-slide:hover a {
	top: 120px;
	opacity: 1;
}

.xian-left {
	width: 0;
}

.swiper-slide:hover>.ztbj-top .xian-left {
	width: 40px;
}

.swiper-slide:hover>.ztbj-top .xian-right {
	width: 0;
}

/*专题*/


/*友情链接*/
.friend-all {
	width: 100%;
	background-color: #be1b2c;
}

.friend-all ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 60px
}

.friend-all a {
	color: #fff;
	font-size: 16px;
}

.friend-all span {
	color: #fff;
	font-size: 16px;
	margin-left: 10px
}

/* .friend-all ul li:last-child a{display: flex;align-items: center;padding: 4px 10px;background-color: rgba(255,255,255,.5)} */
/*友情链接*/

/*页底*/
.footer-all {
	background-image: url(../img/foot-bg.jpg);
	width: 100%;
	background-position: center;
	background-size: cover;
	padding-top:40px;
	border-top: 1px solid #999999;
}

.foot-logo {
	display: flex;
	flex-direction: column;
	align-items: center
}

.foot-logo>div {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background-color: #fff
}

.foot-logo>div {
	display: flex;
	align-items: center;
	justify-content: center
}

.foot-logo>div img {
	width: 130%
}

.foot-logo span {
	font-size: 24px;
	color: #333333;
	margin-left: 20px;
}

.foot-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	/* border-bottom: 1px dashed #eee; */
	padding: 20px 0
}

.foot-top-right {
	padding: 14px;
	background-color: rgba(255, 255, 255, .08);
}

.foot-top-right span {
	color: #fff;
}

.foot-top-right p {
	color: #fff;
}

.foot-nav {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	height: 120px;
	
	/* width: 180px; */
	
}

.foot-nav li a {
	color: #333333;
	padding: 0 20px;
	
}

.footer-all>div>ul {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

.footer-all>div>ul>li>span {
	color: #fff;
	font-size: 16px;
	border-left: 6px solid #be1b2c;
	line-height: 1em;
	padding-left: 4px;
	margin-bottom: 34px;
	display: block
}

.foot-contant li {
	display: flex;
	margin-bottom: 12px;
}

.foot-contant li span {
	color: #fff;
	margin-left: 10px;
}

.foot-weixin {
	display: flex;
	flex-direction: column;
	align-items: center
}

.foot-denglu a {
	width: 140px;
	height: 40px;
	background-color: rgba(255, 255, 255, .85);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	margin-top: 20px;
}

.foot-denglu a:hover {
	background-color: rgba(255, 255, 255, 1)
}

.foot-denglu a div {
	width: 30px;
	height: 30px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin-right: 12px;
}

.zuidi {
	/* margin-top: 30px; */
	/* background-color: #101419; */
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.zuidi>p {
	color: #ffffff;
}

.zui-left {
	height: 100%;
	display: flex;
	align-items: center;
}

.zui-left>p {
	color: #ffffff;
}


/*页底*/


/*详情*/
.page-all {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
	;
	margin-bottom: 30px;
}

.page-left {
	width: 916px;
	background-color: #fff;
	padding: 30px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center
}

.page-left .atr_title {
	font-size: 26px;
	font-weight: bold
}

.page-left>div:nth-child(2) {
	width: 100%;
	border-bottom: 2px solid #ccc;
	margin: 10px 0
}

.page-right {
	width: 280px;
}

.page-left ul {
	display: flex;
	align-items: center
}

.page-left ul li {
	margin-right: 30px;
}

.page-content {
	width: 100%;
	margin-top: 30px;
	min-height: 400px;
}

.page-content p {
	/* text-indent: 2em; */
	font-size: 16px;
	line-height: 1.8em;
	text-align: justify
}

.page-right {
	background-color: #fff;
	padding: 10px 20px;
	box-sizing: border-box;
	
}
.page-right>div{
	border-bottom: 1px solid #cccccc;
	margin-bottom:1px ;
	
}
.page-right>div>span {
	display: inline-block;
	height: 100%;
	font-size: 26px;
	padding-right: 25px;
	font-weight: bold;
	color: #333333;
	border-bottom: 2px solid #bd1c2e;
	position: relative;
	bottom: -1px;
}
.page-right .news_box{
	margin-top: 15px;
}
.page-right .news_box li {
	border-bottom: 1px dashed #ccc;
	padding: 10px 0;
	
	/* list-style: square; */
}
.page-right .news_box li span{
	font-size: 12px;
}

.page-right .news_box li a:hover {
	color: #be1b2c
}

.page-right .news_box li a {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.page-right .news_box li a::before{
	content: " · ";
	font-size: 20px;
	font-weight: bolder;
	color: #be1b2c
}

/*详情*/