body {
	color: #333;
	font-size: 14px;
	font-family: "微软雅黑", "Arial", Helvetica, "黑体", Arial, Tahoma;
	margin: 0 auto;
	position: relative;
	overflow-x: hidden;

}

.img-hide {
	overflow: hidden;
	display: block;
}

.img-hide img,
.div-img {
	transition: 0.5s all;
	transform: scale(1, 1);
}

.img-hide:hover img,
.img-hide:hover .div-img {
	transform: scale(1.05, 1.05);
}

.txt-elise {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

li {
	list-style: none;
}

a {
	color: #333;
}

ul {
	padding: 0;
	margin: 0;
}

a:hover,
a {
	text-decoration: none !important;
}

a:focus {
	text-decoration: none !important;
	outline: none !important;
}

button:focus,
button:hover,
input:focus {
	outline: none !important;
}

p {
	margin: 0;
}

img {
	max-width: 100%;
	display: inline-block;
	vertical-align: middle;
}

.slick-dots li button:before {
	display: none;
}

.tab-content {
	position: relative;
}

.tab-content .tab-pane {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: -1;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: 0.5s all;
}

.tab-content .tab-pane.active {
	position: relative;
	z-index: 10;
	opacity: 1;
	filter: alpha(opacity=100);
}

.container {
	width: 1540px;
	margin: auto;
}

.nav-click {
	display: none;
}

.menu-button {
	position: absolute;
	display: none;
	top: 18px;
	right: 15px;
	z-index: 1000;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s;
}

.menu-button .bar:nth-of-type(1) {
	margin-top: 0px;
}

.menu-button .bar:nth-of-type(3) {
	margin-bottom: 0px;
}

.bar {
	position: relative;
	display: block;
	width: 24px;
	height: 2px;
	margin: 5px auto;
	background-color: #fff;
	border-radius: 10px;
	-webkit-transition: .3s;
	transition: .3s;
}

.cross {
	margin-top: -8px;
}

.cross .bar {
	margin: 13px auto;
}

.cross .bar:nth-of-type(1) {
	-webkit-transform: translateY(15px) rotate(-45deg);
	-ms-transform: translateY(15px) rotate(-45deg);
	transform: translateY(15px) rotate(-45deg);
}

.cross .bar:nth-of-type(2) {
	opacity: 0;
}

.cross .bar:nth-of-type(3) {
	-webkit-transform: translateY(-15px) rotate(45deg);
	-ms-transform: translateY(-15px) rotate(45deg);
	transform: translateY(-15px) rotate(45deg);
}

.about-img img {
	display: none;
}

.friends-list {
	margin: 0 -10px;
}

.banner .slick-dots {
	width: 236px;
	right: 20%;
	bottom: -15px;
	z-index: 999;
}

.banner .slick-dots li {
	width: 35px;
	height: 35px;
	margin: 0 12px;
	border-radius: 50%;
	overflow: hidden;
	background: #e4babc;


}

.banner .slick-dots li button {
	width: 100%;
	height: 100%;
	font-size: 16px;
	color: #b81c22;
	line-height: 25px;
	text-align: center;
}


.banner .slick-dots li.slick-active {
	background: #ea9425;

}

.banner .slick-dots li.slick-active button {
	color: #fff;
}



.banner img {
	width: 100%;
}

.banner {

	margin: 0;
}

.banner .slick-prev {
	width: 31px;
	height: 9px;
	background: url(../images/left.png)center no-repeat;
	background-size: 100% 100%;
	bottom: 0px;
	right: calc(20% + 270px);
	left: unset;
	top: auto;
	color: transparent;
	z-index: 999;
}

.banner .slick-next {
	width: 31px;
	height: 9px;
	background: url(../images/right.png)center no-repeat;
	background-size: 100% 100%;
	right: calc(20% - 60px);
	bottom: 0px;
	top: auto;
	color: transparent;
	z-index: 999;
}

.slick-prev:before,
.slick-next:before {
	display: none;
}


.header .container {
	width: 1740px;
}

.header {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 1000;
	background: url(../images/header.png) center no-repeat;
	padding: 20px 0px;
	background-size: 100% 100%;
}

.home-a {
	display: inline-block;
	text-align: center;
	font-size: 16px;
	color: #fff;
	width: 90px;
	height: 18px;
	line-height: 18px;
	margin-top: 8px;
}


.home-a:hover {
	color: #fff;
}

.search-container {
	width: 240px;
	margin-left: 15px;
	position: relative;
}

.search-container .form-control {
	border-radius: 34px;
	border: none;
	height: 32px;
	box-shadow: none;
	background: rgba(255, 255, 255, .2);
}

.btn-ss {
	position: absolute;
	right: 0px;
	top: 0;
	bottom: 0;
    padding: 6px 8px;
	background: url(../images/search02.png) center no-repeat;
}

.nav-list li {
	float: left;
	position: relative;
	margin-left: 40px;
	padding-bottom: 15px;
}

.nav-list li a {
	font-size: 20px;
	color: #fff;
	display: block;
	font-weight: bold;
}

.nav-list {
	margin-top: 18px;
}

.nav-down {
	position: absolute;
	display: none;
	white-space: nowrap;
	padding: 10px 0;
	min-width: 120px;
	text-align: center;
	transform: translate(-50%, 0);
	left: 50%;
	top: 100%;
	background: #fff;
	border-top: solid 4px #b81c22;
	border-radius: 4px;
}

.nav-down li {
	float: none;
	margin: 0 !important;
	padding-bottom: 0;
}

.nav-down li a {
	color: #333;
	line-height: 35px;
	font-size: 16px;
	padding: 0 15px;
	font-weight: 400;
}

.nav-down li:last-child a {
	border: none;
}

.nav-down:before {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: -10px;
	bottom: 100%;
	height: 6px;
	background: url(../images/raw-t.png) center no-repeat;
}

.nav-list li a:hover {
	font-weight: bold;
}

.nav-down li a:hover {
	background: #b81c22;
	color: #fff;
}

.nav-list li:hover .nav-down {
	display: block;
}

.header-right {
	margin-top: 5px;
}


.search-a {
	display: none;
}



.title {
	width: 100%;
	display: flow-root;
	margin-bottom: 10px;
}

.title h2 {
	display: block;
	float: left;
	margin-top: 0px;
	margin-bottom: 36px;
	font-size: 34px;
	color: #333;
	font-weight: bold;
	position: relative;
	font-family: 思源宋体;

}

.title h2 span {
	color: #b81c22;
	font-family: 思源宋体;
	z-index: 1;
	position: relative;
}

.title h2::before {
	display: table;
	content: " ";
	position: absolute;
	background: url(../images/tit-bj.png)center no-repeat;
	width: 96px;
	height: 90px;
	right: -26px;
	bottom: -10px;
}


.title a {
	width: 64px;
	float: right;
	margin-top: 20px;
}




/*one*/
.one {
	width: 100%;
	height: auto;
	display: inline-block;
	padding: 130px 0 50px;
	background: url(../images/new-bj.png)center no-repeat;
	background-size: 100% 100%;
	margin-top: -70px;
	position: relative;
	min-height: 800px;
}



.img-hide img,
.div-img {
	transition: 0.5s all;
	transform: scale(1, 1);
}

.img-hide:hover img,
.img-hide:hover .div-img {
	transform: scale(1.05, 1.05);
}

.mask-box {
	padding: 30px 10px 0px 10px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
	background: url(../images/mask.png) center no-repeat;
	background-size: 100% 100%;
}

.sss {
	width: 100%;
	display: block;
	padding-left: 40px;
}




.new {
	width: 100%;

}

.new-slick {
	width: 55%;
}

.new-slick a {
	display: block;
	position: relative;
	padding-top: 68%;
	width: 100%;
	border-radius: 13px;
	overflow: hidden;
}

.new-slick a img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: 0.5s all;
}

.new-slick a:hover img {
	transform: scale(1.1);
}

.new-slick a p {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	background: linear-gradient(rgb(0, 0, 0, 0.1), rgba(0, 0, 0, 0.8));
	color: #fff;
	line-height: 66px;
	font-size: 18px;
	color: #fff;
	padding-left: 20px;
	padding-right: 120px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.new-slick .slick-dots {
	right: 15px;
	bottom: 18px;
	left: auto;
	width: auto;
}

.new-slick .slick-dots li {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 1px solid #fff;
}

.new-slick .slick-dots .slick-active {
	background: #fff;
}


.new-list {
	width: 43%;
}

.new-list li {
	width: 100%;
}

.new-list li.active .new-l1 {
	display: none;
}

.new-list li.active .new-l2 {
	opacity: 1;
	height: auto;
	padding: 15px;
}

.new-list li.active .new-l2 div {
	display: block;
}

.new-list li .new-l2 div {
	display: none;
}


.new-l1 {
	width: 100%;
	display: block;
}

.new-l1 a {
	width: calc(100% - 90px);
	display: block;
	float: left;
	font-size: 18px;
	color: #333;
	line-height: 50px;
	padding-left: 15px;
	background: url(../images/dian2.png)left center no-repeat;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.new-l1 span {
	display: block;
	float: right;
	font-size: 16px;
	color: #999;
	line-height: 50px;
}

.new-l2 {
	width: 100%;
	background: #fff;
	box-shadow: 0px 0px 10px #333;
	padding: 0px;
	display: flow-root;
	position: relative;
	opacity: 0;
	height: 0;

}

.new-l2-img {
	width: 210px;
	height: 150px;
	border-radius: 10px;
	overflow: hidden;
}

.new-l2-img img {
	width: 100%;
	height: 100%;
}

.new-t {
	width: calc(100% - 260px);
	padding: 10px 0;
}

.new-t h2 {
	width: 100%;
	margin-top: 0px;
	font-size: 18px;
	color: #333;
	margin-bottom: 15px;
	font-weight: bold;
	height: 60px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.new-t p {
	width: 100%;
	margin-top: 0px;
	font-size: 15px;
	color: #888;
	line-height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.new-time {
	width: 66px;
	height: 66px;
	text-align: center;
	font-size: 22px;
	color: #fff;
	line-height: 25px;
	background: #b81c22;
	position: absolute;
	top: 30px;
	left: 190px;
	z-index: 99;
	font-family: fangsong;
	padding: 8px 0;
}

.new-time span {
	font-size: 16px;
	width: 100%;
	display: block;
	text-align: center;
	color: #fff;
	font-family: fangsong;
}



/*通知公告*/
.tzgg {
	background: #f6f6f6;
}

.tzgg .container {
	max-width: 1920px;
	min-width: 1920px;
	padding: 0px;
	background: #fff url(../images/tzgg-bj.png)right bottom no-repeat;

}


.tzgg-l {
	width: 60%;
	clear: both;
}

.tzgg-l a {
	width: 33.333%;
	display: block;
	float: left;
	padding: 130px 60px 160px;
	position: relative;
}

.tzgg-l a::after {
	content: "";
	position: absolute;
	width: 29px;
	height: 29px;
	bottom: 10%;
	right: 60px;
	background: url(../images/tzgg-jt.png)center no-repeat;
}

.tzgg-l a:hover h2 {
	font-weight: bold;
}

.tzgg-l a .tzgg-time {
	width: 70px;
	font-size: 18px;
	color: #fff;
	line-height: 40px;
	text-align: left;
	font-family: emoji;
	margin-bottom: 50px;
}

.tzgg-l a .tzgg-time span {
	display: block;
	font-size: 30px;
	color: #fff;

}

.tzgg-l a h2 {
	width: 100%;
	font-size: 18px;
	color: #fff;
	line-height: 30px;
	min-height: 230px;
	display: block;
	border-bottom: 1px solid #ccc;

}


.tzgg-l a {
	background: url(../images/tzgg-bj01.png)center no-repeat;
	background-size: 100% 100%;
}

.tzgg-l a:nth-child(2) {
	background: url(../images/tzgg-bj02.png)center no-repeat;
	background-size: 100% 100%;
}

.tzgg-l a:nth-child(3) {
	background: url(../images/tzgg-bj03.png)center no-repeat;
	background-size: 100% 100%;
}



.tzgg-r {
	width: calc(40% - 190px);

	padding-top: 90px;
	padding-left: 60px;
}


.tzgg-list {
	width: 100%;
	margin-top: 20px;
}

.tzgg-list li {
	width: 100%;
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
}

.tzgg-list li:nth-child(4) {
	border-bottom: none;
	margin-bottom: 0px;
}


.tzgg-list a {
	width: 100%;
	display: block;
}

.tzgg-list a:hover h2 {
	color: #b81c22;
	font-weight: bold;
}


.tzgg-list a span {
	font-size: 18px;
	font-family: emoji;
	display: block;
	color: #b81c22;
	font-weight: bold;
}

.tzgg-list a h2 {
	font-size: 18px;
	line-height: 30px;
	color: #333;
	margin-top: 10px;
	margin-bottom: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}



.szdw {
	width: 100%;
	display: flow-root;
	background: url(../images/szdw-bj.png)center no-repeat;
	background-size: 100% 100%;
	padding: 100px 0 50px;
}


.szdw-slick {
	display: block;
	margin: 0 -20px;
}


.szdw-slick .slick-slide {
	margin: 0 20px;
}

.szdw-slick .slick-list {
	padding: 0px !important;
}

.szdw-slick .slick-track {
	padding: 50px 0;
}

.szdw-slick .slick-center .szdw-img {
	transform: scale(1.1);
	margin-top: -10px;
	transition: 0.001s all;

}

.szdw-slick .slick-center .szdw-img p {
	display: none;
}


.szdw-slick .slick-center .tit {
	background: #b81c22;
	width: calc(100% + 40px);
	margin-left: -20px;
	padding: 20px;
	margin-top: -20px;
	z-index: 999;
	position: relative;
	border-radius: 10px 0 10px 0;

}

.szdw-slick .slick-center .tit p {
	color: #fff;
}

.szdw-slick .slick-center h2 {
	display: block !important;
	margin-top: 0px;
}

.szdw-slick a {
	width: 100%;
	display: block;

}

.szdw-img {
	width: 100%;
	display: block;
	position: relative;
	padding-top: 125%;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0px 0px 10px #999;
}

.szdw-slick a:hover .szdw-img {
	box-shadow: 0px 0px 10px #b81c22;
}

.szdw-img p {
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../images/mask.png)center no-repeat;
	background-size: 100% 100%;
	line-height: 66px;
	font-size: 18px;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
}

.szdw-img img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	transition: 0.5s all;
}

.szdw-img:hover img {
	transform: scale(1.1);
}

.szdw-slick a .tit {
	width: 100%;
	margin-top: 20px;

}

.szdw-slick a .tit h2 {
	width: 100%;
	font-size: 20px;
	color: #fff;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
	display: none;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.szdw-slick a .tit p {
	width: 100%;
	font-size: 16px;
	color: #333;
	height: 84px;
	line-height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}


.szdw-slick .slick-prev {
	width: 43px;
	height: 43px;
	background: url(../images/left02.png)center no-repeat;
	background-size: 100% 100%;
	left: -50px;
	top: 40%;
}

.szdw-slick .slick-next {
	width: 43px;
	height: 43px;
	background: url(../images/right02.png)center no-repeat;
	background-size: 100% 100%;
	right: -50px;
	top: 40%;
}

.szdw-slick .slick-prev:hover {
	background: url(../images/left022.png)center no-repeat;
}

.szdw-slick .slick-next:hover {
	background: url(../images/right022.png)center no-repeat;
}



/*党团学工*/
.dtxg {
	width: 100%;
	display: flow-root;
	padding: 100px 0 20px;
}

.dtxg-s {
	width: 100%;
	display: block;
}

.dtxg-l {
	width: 57%;
}

.dtxg-l a {
	width: 48%;
	display: block;
	float: left;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0px 0px 10px #777;
}

.dtxg-l a:nth-child(2) {
	float: right;
}

.dtxg-img {
	width: 100%;
	display: block;
	position: relative;
	padding-top: 67%;
	overflow: hidden;
}


.dtxg-img img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	transition: 0.5s all;
}

.dtxg-img:hover img {
	transform: scale(1.1);
}



.dtxg-tit {
	width: 100%;
	padding: 20px;
}

.dtxg-tit h2 {
	width: 100%;
	display: block;
	font-size: 18px;
	color: #333;
	line-height: 30px;
	margin-top: 0px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: bold;
}


.dtxg-tit p {
	width: 100%;
	display: block;
	font-size: 15px;
	color: #555;
	line-height: 25px;
	min-height: 70px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-bottom: 20px;
}

.dtxg-tit span {
	width: 100%;
	display: block;
	font-size: 16px;
	color: #555;
	text-align: left;
	padding-left: 25px;
	background: url(../images/time-ss.png)left center no-repeat;
	margin-bottom: 10px;
}

.dtxg-l a:hover .dtxg-tit {
	background: #b81c22;
}


.dtxg-l a:hover .dtxg-tit h2 {
	color: #fff;
}

.dtxg-l a:hover .dtxg-tit p {
	color: #fff;
}

.dtxg-l a:hover .dtxg-tit span {
	color: #fff;
	background: url(../images/time-s.png)left center no-repeat;
}



.dtxg-r {
	width: 41%;

}

.dtxg-r li {
	width: calc(100% - 40px);
	display: flow-root;
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 15px;
	margin-bottom: 19px;
	box-sizing: border-box;
	margin-left: 20px;
}

.dtxg-r li.active {
	background: #b81c22;
	width: 100%;
	margin-left: 0px;
	padding: 20px;
	border-radius: 15px;
	overflow: hidden;
	margin-bottom: 20px;
}

.dtxg-r li.active h2 {
	color: #fff;
}

.dtxg-r li.active p {
	color: #fff;
}

.dtxg-r li.active .dtxg-r-time {
	color: #fff;
}

.dtxg-r li.active .dtxg-r-time span {
	color: #fff;
}




.dtxg-r li a {
	width: calc(100% - 100px);
	float: left;
	display: block;
}

.dtxg-r li a h2 {
	width: 100%;
	display: block;
	margin-top: 0px;
	font-size: 18px;
	color: #333;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 6px;
}

.dtxg-r li a p {
	width: 100%;
	display: block;
	color: #999;
	font-size: 15px;
	height: 50px;
	line-height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.dtxg-r li .dtxg-r-time {
	width: 85px;
	height: 85px;
	display: block;
	text-align: center;
	font-size: 24px;
	color: #b81c22;
	line-height: 35px;
	border-left: 2px solid #ccc;
	float: right;
	padding: 10px 0;
	font-family: fantasy;
}

.dtxg-r li .dtxg-r-time span {
	font-size: 18px;
	color: #999;
	display: block;
}

.dtxg .title a {
	margin-top: 0px;
}



/*学子风采*/
.xzfc {
	width: 100%;
	display: flow-root;
	padding: 130px 0 60px;
	background: url(../images/xzfc-bj.png)center no-repeat;
	background-size: 100% 100%;
}

.xzfc .title a {
	margin-top: 0px;
}


.team-slick-hide {
	overflow: hidden;
	position: relative;
	height: 5.4rem;
}

.team-slick-img {
	width: 100%;
	width: 2.8rem;
	height: 3.6rem;
	display: block;
	transition: 0s all;
	position: relative;
	overflow: hidden;
}

.tdSwiper .swiper-slide {
	padding: 0 0.2rem;
	height: 4.2rem;
	transition: 0.3s all;
	padding-top: 0.4rem;
}

.tdSwiper .swiper-slide-active,
.tdSwiper .swiper-slide-duplicate-active {
	padding-top: 0;
	padding-right: 0.34rem;
	padding-left: 0.4rem;
}

.tdSwiper .swiper-slide-active a,
.tdSwiper .swiper-slide-duplicate-active a {
	display: block;
	transform: translate(-4.1rem, 0);
	margin-right: -0.1rem;
	height: 4.2rem;
	overflow: hidden;
	background: url(../images/xzfc-bj2.png) center no-repeat;
	background-size: cover;
	padding: 0.6rem 0.4rem 0.6rem 0.3rem;
	border-radius: 0 0.4rem 0 0.4rem;
}

.tdSwiper a {
	display: block;
	position: relative;
	transition: 0.3s all;
}

.tdSwiper {
	width: 35rem;
	padding-bottom: 1.1rem;
	transform: translate(-7.25rem, 0);
	position: absolute;
	top: 0;
}

.tdSwiper .swiper-slide-prev a,
.tdSwiper .swiper-slide-duplicate-prev a {
	display: block;
	transform: translate(0.1rem, 0);
}

.tdSwiper .swiper-slide-next a {
	transform: translate(-4.15rem, 0);
}

.tdSwiper .bbb a {
	transform: translate(-8.2rem, 0);
	width: 2.8rem;
}

.tdSwiper .swiper-slide-next .team-slick-img,
.tdSwiper .swiper-slide .team-slick-img {
	--f: .1;
	float: right;
	display: block;
	--_f: calc(100%*var(--f)/(1 + var(--f)));
	--_a: calc(-90deg*var(--f));
	aspect-ratio: calc(1 + var(--f));
	object-fit: cover;
	margin-left: -0.25rem;
	clip-path: inset(0 var(--_f) 0 0 round var(--r));
	transform: perspective(300px) var(--_t, rotateY(var(--_a)));
	border-radius: 0 0.5rem 0 0.5rem;
}

.tdSwiper .swiper-slide-prev .team-slick-img {
	--f: .1;
	float: right;
	display: block;
	--_f: calc(100%*var(--f)/(1 + var(--f)));
	--_a: calc(90deg*var(--f));
	aspect-ratio: calc(1 + var(--f));
	object-fit: cover;
	margin-left: 0.05rem;
	clip-path: inset(0 var(--_f) 0 0 round var(--r));
	transform: perspective(300px) var(--_t, rotateY(var(--_a)));
	border-radius: 0.5rem 0 0.5rem 0;
}

.tdSwiper .swiper-slide-active .team-slick-img {
	margin-left: 0;
	--_f: calc(0%*var(--f)/(1 + var(--f)));
	--_a: calc(0deg*var(--f));
	transform: perspective(0px) var(--_t, rotateY(var(--_a)));
	border-radius: 0 0.65rem 0 0;
	width: 2.35rem;
	height: 3rem;
	border: 6px solid #cb9093;
}

.team-slick-img p {
	width: 100%;
	font-size: 18px;
	text-align: center;
	line-height: 70px;
	color: #fff;
	background: url(../images/mask.png)center no-repeat;
	background-size: 100% 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.tdSwiper .swiper-slide-active .team-slick-img p {
	display: none;
}


.td-swiper-width {
	width: 0;
	position: absolute;
	right: 0.4rem;
	top: 0.6rem;
	overflow: hidden;
	opacity: 0;
}

.td-swiper-box {
	width: 2.68rem;
}

.td-swiper-name {
	font-size: 0.26rem;
	padding-top: 0.15rem;
	color: #fff;
	font-weight: bold;
}

.td-swiper-name span {
	font-size: 0.16rem;
	color: #fff;
	margin-top: 0.15rem;
}

.td-lind {
	position: relative;
	margin-top: 0.2rem;
	border-top: 1px dashed #ccc;
}


.td-p {
	font-size: 0.16rem;
	color: #fff;
	text-align: justify;
	line-height: 1.6;
	margin-top: 0.3rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.td-right-b span {
	margin-top: 0.4rem;
	display: inline-block;
	width: 0.35rem;
	height: 0.35rem;
	background: url(../images/fdgfd.png) center no-repeat;
	background-size: 100% 100%;
}

.tdSwiper .swiper-slide-active .td-swiper-width {
	display: block;
	width: 2.9rem;
	transition: 0.3s all;
	animation-delay: 0.3s;
	opacity: 1;
}

.team-slick-hide .swiper-button-next-t {
	top: auto;
	margin-left: 3.45rem;
	right: auto;
	left: 50%;
	bottom: 0;
	width: 0.63rem;
	height: 0.62rem;
	background: url(../images/right3.png) center no-repeat;
	background-size: 100% auto;
}

.team-slick-hide .swiper-button-prev-t {
	top: auto;
	margin-left: -4.2rem;
	right: auto;
	left: 50%;
	bottom: 0;
	width: 0.63rem;
	height: 0.62rem;
	background: url(../images/left3.png) center no-repeat;
	background-size: 100% auto;
}

.team-slick-hide .swiper-button-prev-t:hover {
	background: url(../images/left04.png) center no-repeat;
	background-size: 100% auto;
}

.team-slick-hide .swiper-button-next-t:hover {
	background: url(../images/right04.png) center no-repeat;
	background-size: 100% auto;
}

.team-slick-hide .swiper-pagination {
	left: 50%;
	display: flex;
	bottom: 0.3rem;
	width: 6.6rem;
	margin-left: -3.3rem;
}

.team-slick-hide .swiper-pagination:before {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin-top: -1px;
	height: 2px;
	background: #ddd;
}

.team-slick-hide .swiper-pagination .swiper-pagination-bullet {
	position: relative;
	z-index: 10;
	background: none;
	flex: 1;
	border-radius: 0;
	height: 4px;
}

.team-slick-hide .swiper-pagination .swiper-pagination-bullet-active {
	background: #b81c22;
	border-radius: 4px;
}


.two {
	width: 100%;
	display: flow-root;
	padding: 100px 0 70px;
	background: url(../images/zyjs-bj.png)center no-repeat;
	background-size: 100% 100%;
}


.zyjs {
	width: 47%;
}

.zyjs .title a {
	margin-top: 15px;
}


.zyjs ul {
	width: 100%;
	display: block;
}

.zyjs ul li {
	width: 100%;
	display: flow-root;
	border-radius: 12px;
	margin-bottom: 35px;
}

.zyjs ul li a {
	width: 100%;
	display: block;
}

.zyjs ul li a .zyjs-img {
	width: 270px;
	height: 190px;
	border-radius: 12px;
	overflow: hidden;
}

.zyjs ul li a .zyjs-img img {
	width: 100%;
	height: 100%;
	transition: 0.5s all;
}

.zyjs ul li a .zyjs-img:hover img {
	transform: scale(1.1);
}

.zyjs ul li a .zyjs-tit {
	width: calc(100% - 300px);
}

.zyjs ul li a .zyjs-tit h2 {
	width: 100%;
	display: block;
	font-size: 18px;
	color: #333;
	line-height: 46px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 10px;
	margin-bottom: 4px;
}


.zyjs ul li a .zyjs-tit p {
	width: 100%;
	display: block;
	font-size: 15px;
	color: #999;
	line-height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-bottom: 10px;
}

.zyjs ul li a .zyjs-tit span {
	font-size: 17px;
	color: #b81c22;
	font-family: fantasy;
	color: #999;
}

.zyjs ul li:hover {
	background: #b81c22;
}


.zyjs ul li:hover .zyjs-tit h2 {
	color: #fff;
	font-weight: bold;
}

.zyjs ul li:hover .zyjs-tit p {
	color: #eab0b0;
}

.zyjs ul li:hover .zyjs-tit span {
	color: #eab0b0;
}




.xsgz {
	width: 50%;
}

.xsgz .title a {
	margin-top: 15px;
}

.xsgz-1 {
	width: 100%;
	display: flow-root;
	margin-bottom: 30px;
}

.xsgz-1 a {
	width: 48%;
	float: left;
}

.xsgz-1 a:hover .xsgz-img {
	box-shadow: 0px 0px 10px #b81c22;
}

.xsgz-1 a:hover p {
	color: #b81c22;
	font-weight: bold;
}


.xsgz-1 a:nth-child(2) {
	float: right;
}


.xsgz-1 a .xsgz-img {
	width: 100%;
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	padding-top: 60%;
	margin-bottom: 15px;
}

.xsgz-1 a .xsgz-img img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	transition: 0.5s all;
}

.xsgz-1 a .xsgz-img:hover img {
	transform: scale(1.1);
}

.xsgz-1 a .xsgz-img span {
	font-size: 16px;
	color: #fff;
	padding: 6px 12px;
	display: block;
	position: absolute;
	bottom: 10px;
	left: 0px;
	background: url(../images/thgtrh.png)center no-repeat;
	background-size: 100% 100%;
}

.xsgz-1 a p {
	width: 100%;
	font-size: 18px;
	color: #333;
	height: 60px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}


.xsgz-2 {
	width: 100%;
	display: flow-root;
}

.xsgz-2 li {
	width: 48%;
	float: left;
	padding: 20px;
	background: #fff;
	box-shadow: 0px 0px 10px #ccc;
	float: left;
	margin-bottom: 30px;
	position: relative;
}

.xsgz-2 li:nth-child(3) {
	margin-bottom: 0px;
}

.xsgz-2 li:nth-child(4) {
	margin-bottom: 0px;
}

.xsgz-2 li::after {
	content: "";
	position: absolute;
	width: calc(100% - 110px);
	height: 1px;
	background: #ccc;
	left: 0px;
	bottom: 30px;
}

.xsgz-2 li:hover {
	background: #b81c22;
}

.xsgz-2 li:hover h2 {
	color: #fff;
}

.xsgz-2 li:hover span {
	color: #ea9425;
}

.xsgz-2 li:hover::after {
	background: #e28487;

}




.xsgz-2 li:nth-child(even) {
	float: right;
}

.xsgz-2 li h2 {
	font-size: 18px;
	color: #333;
	line-height: 30px;
	height: 60px;
	margin-top: 0px;
	margin-bottom: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.xsgz-2 li span {
	font-size: 16px;
	color: #b81c22;
	font-family: fantasy;
	float: right;
}



.three {
	width: 100%;
	display: flow-root;
	padding: 130px 0 50px;
	background: url(../images/jxky-bj.png)center no-repeat;
	background-size: 100% 100%;
	margin-top: -40px;
}

.jxky {
	width: 32.5%;

}

.jxky ul {
	width: 100%;
	display: block;
}

.jxky ul li {
	width: 100%;
	display: flow-root;
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
}

.jxky ul li .jxky-time {
	width: 52px;
	height: 50px;
	text-align: center;
	color: #b81c22;
	font-size: 26px;
	font-family: fantasy;
	line-height: 34px;
	float: left;
}

.jxky ul li .jxky-time span {
	color: #999;
	font-size: 16px;
	line-height: 30px;
	display: block;
}

.jxky ul li h2 {
	float: right;
	width: calc(100% - 70px);
	font-size: 18px;
	color: #333;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 20px;
	border-left: 1px solid #ccc;
}


.jxky ul li:hover {
	background: #b81c22;
	padding: 20px;
	transition: 0.3s all;
	border-radius: 12px;
	box-shadow: 0px 0px 10px #999;
}

.jxky ul li:hover h2 {
	color: #fff;
}

.jxky ul li:hover .jxky-time {
	color: #fff;
}

.jxky ul li:hover .jxky-time span {
	color: #fff;
}


.shsj {
	width: 64%;
	border-radius: 12px;
	display: block;
}

.shsj p {
	width: 80px;
	height: 80px;
	font-size: 24px;
	color: #fff;
	line-height: 30px;
	text-align: center;
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: url(../images/fb.png)center no-repeat;
	background-size: 100% 100%;
	padding: 13px 0;
}

.shsj p span {
	display: block;
	width: 100%;
	font-size: 16px;
}


.shsj-s {
	width: 100%;
}

.shsj-s .shsj-img {
	width: 66%;
	display: block;
	position: relative;
	padding-top: 51%;
	float: left;
	border-radius: 12px;
	overflow: hidden;
}

.shsj-s .shsj-img img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	transition: 0.5s all;
}

.shsj-s .shsj-img:hover img {
	transform: scale(1.1);
}

.shsj-s .lm2 {
	width: 34%;
	float: right;
}

.lm2 li:nth-child(1) a {
	border-top: 1px solid #ccc;
}

.lm2 li {
	position: relative;

}

.lm2 a {
	width: calc(100% - 30px);
	float: right;
	font-size: 18px;
	color: #333;
	line-height: 30px;
	min-height: 100px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	border-bottom: 1px solid #ccc;
	padding: 20px 0;

}

.lm2 li.active {
	width: calc(100% + 40px);
	height: 100%;
	background: url(../images/jtyj.png)center no-repeat;
	background-size: 100% 100%;
	display: flow-root;
	margin-left: -40px;
}


.lm2 li.active a {
	border: none;
	padding-left: 20px;
	padding-right: 20px;
	color: #b81c22;
	font-weight: bold;
}



.jcdj {
	width: 100%;
	display: flow-root;
	padding: 50px 0 70px;

}

.jcdj-s {
	display: block;
	margin: 0 -15px;
}

.jcdj-s li {
	width: calc(25% - 30px);
	float: left;
	margin: 0 15px;
	border-radius: 12px 12px 0 0;
	overflow: hidden;
}

.jcdj-s li .jcdj-img {
	display: block;
	position: relative;
	padding-top: 72%;
	overflow: hidden;
}

.jcdj-s li .jcdj-img img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	transition: 0.5s all;
}

.jcdj-s li .jcdj-img:hover img {
	transform: scale(1.1);
}

.jcdj-tit {
	width: 100%;
	padding: 20px;
	background: #fde9d4;
}

.jcdj-tit h2 {
	font-size: 18px;
	color: #333;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 0px;
	margin-bottom: 15px;
}

.jcdj-tit span {
	font-size: 16px;
	color: #b81c22;
	font-family: fantasy;
	display: block;
	padding-bottom: 5px;
}

.jcdj-s li:hover {
	box-shadow: 0px 0px 10px #b81c22;
}

.jcdj-s li:hover .jcdj-tit {
	background: #b81c22;
}

.jcdj-s li:hover .jcdj-tit h2 {
	color: #fff;
}

.jcdj-s li:hover .jcdj-tit span {
	color: #ea9425;
}


.four {
	width: 100%;
	display: flow-root;
	padding: 100px 0 50px;
	position: relative;
}

.four::before {
	content: "";
	position: absolute;
	width: 57%;
	height: 100%;
	background: url(../images/syzx-bj.png)center no-repeat;
	background-size: 100% 100%;
	top: 0px;
	left: 0px;
	z-index: -1;
}

.four::after {
	content: "";
	position: absolute;
	width: 43%;
	height: 100%;
	background: url(../images/qtjs-bj.png)center no-repeat;
	background-size: 100% 100%;
	top: 0px;
	right: 0px;
	z-index: -1;
}



.syzx {
	width: 56%;
}

.syzx-s {
	width: 100%;
	display: block;
}

.syzx-slick {
	width: 49%;
}

.syzx-slick a {
	width: 100%;
	display: block;
}

.syzx-slick a .syzx-img {
	width: 100%;
	display: block;
	position: relative;
	padding-top: 73%;
	border-radius: 12px;
	overflow: hidden;
	margin-bottom: 15px;
}

.syzx-slick a .syzx-img img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	transition: 0.5s all;
}

.syzx-slick a .syzx-img:hover img {
	transform: scale(1.1);
}

.syzx-tit {
	width: 100%;
	display: flow-root;
}

.syzx-tit span {
	width: 100%;
	display: block;
	font-size: 16px;
	color: #b81c22;
	line-height: 30px;
	font-family: fantasy;
}

.syzx-tit h2 {
	width: 100%;
	display: block;
	margin-top: 5px;
	font-size: 18px;
	color: #333;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.syzx-tit p {
	color: #999;
	font-size: 16px;
	line-height: 28px;
	height: 56px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}


.syzx-slick .slick-dots {
	bottom: -35px;
}

.syzx-slick .slick-dots li {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #ea9425;
}

.syzx-slick .slick-dots li.slick-active {
	background: #b81c22;
}


.syzx-list {
	width: 47%;
	display: flow-root;
}

.syzx-list li {
	display: block;
	width: 100%;
	border-bottom: 1px solid #dcd7d7;
	padding-bottom: 10px;
	margin-bottom: 18px;
}

.syzx-list li span {
	font-size: 16px;
	color: #b81c22;
	line-height: 30px;
	font-family: fantasy;
	display: block;
}

.syzx-list li h2 {
	font-size: 18px;
	line-height: 30px;
	margin-top: 0px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	display: block;
}

.syzx-list li:hover {
	border-bottom: 1px solid #b81c22;
}

.syzx-list li:hover h2 {
	color: #b81c22;
	font-weight: bold;
}


.qtjs {
	width: calc(43% - 80px);
}

.qtjs .title h2 {
	color: #fff;
	z-index: 99;
}

.qtjs .title h2 span {
	color: #ea9425;
}

.qtjs-st {
	width: 100%;
	display: flow-root;
	background: rgba(255, 255, 255, 0.1);
	background: url(../images/fbb.png)center no-repeat;
	background-size: 100% 100%;
	z-index: 99;
	overflow: hidden;
	border-radius: 10px 0 0 10px;
}

.qtjs-img {
	width: 255px;
	height: 180px;
	overflow: hidden;
	border-radius: 10px;
}

.qtjs-img img {
	width: 100%;
	height: 100%;
}

.qtjs-tit {
	width: calc(100% - 255px);
	padding: 25px;
}

.qtjs-tit h2 {
	font-size: 18px;
	color: #fff;
	line-height: 30px;
	height: 85px;
	margin-bottom: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-top: 0px;
}

.qtjs-tit span {
	font-size: 16px;
	color: #b81c22;
	font-family: fantasy;
	color: #ea9425;
}


.qtjs ul {
	display: flow-root;
	width: 100%;
	margin-top: 15px;
}

.qtjs ul li {
	display: block;
	width: 100%;
}

.qtjs ul li a {
	display: block;
	width: calc(100% - 90px);
	float: left;
	font-size: 18px;
	color: #fff;
	line-height: 50px;
	background: url(../images/dian.png)left center no-repeat;
	padding-left: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.qtjs ul li span {
	display: block;
	width: 90px;
	font-size: 16px;
	color: #fff;
	line-height: 50px;
	text-align: right;
	float: right;

}

.qtjs ul li:hover a {
	font-weight: bold;
	color: #ea9425;
}

.qtjs-st:hover {
	box-shadow: 0px 0px 10px #fff;
}

.qtjs-st:hover h2 {
	color: #ea9425;
	font-weight: bold;
}


.six {
	width: 100%;
	display: flow-root;
	padding: 100px 0 140px;
	background: url(../images/six-bj.png)bottom center no-repeat;
	background-size: cover;
	position: relative;
}


.xyjy {
	display: flow-root;
	width: 100%;
	margin-bottom: 60px;
}

.xyjy-s-l {
	width: 47.5%;
	display: block;
	border-radius: 12px;
	overflow: hidden;
}

.xyjy-s-l a {
	display: block;
	width: 100%;
	position: relative;
	padding-top: 73.5%;
}

.xyjy-s-l a img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	transition: 0.5s all;
}

.xyjy-s-l a:hover img {
	transform: scale(1.1);
}


.xyjy-s-l a p {
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../images/mask.png)center no-repeat;
	background-size: 100% 100%;
	line-height: 66px;
	font-size: 18px;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
}

.xyjy-s-r {
	width: 50.5%;
}

.xyjy-s-r li {
	width: 48%;
	float: left;
	border-radius: 12px;
	overflow: hidden;
	margin-bottom: 30px;
}

.xyjy-s-r li:nth-child(even) {
	float: right;
}

.xyjy-s-r li a {
	display: block;
	width: 100%;
	position: relative;
	padding-top: 68%;
}

.xyjy-s-r li a img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	transition: 0.5s all;
}

.xyjy-s-r li:hover img {
	transform: scale(1.1);
}

.xyjy-s-r li a p {
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../images/mask.png)center no-repeat;
	background-size: 100% 100%;
	line-height: 66px;
	font-size: 18px;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
}


.xyjy2 {
	display: flow-root;
	width: 100%;
	margin-bottom: 90px;
}


.xyjy-slick {
	margin: 0 -15px;
	display: block;
}

.xyjy-slick .slick-slide {
	margin: 0 15px;
}

.xyjy-slick .slick-track {
	padding: 10px 0;
}

.xyjy-slick a {
	width: 100%;
	display: block;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0px 0px 10px #999;
}

.xyjy-slick a .jy-img {
	width: 100%;
	display: block;
	position: relative;
	padding-top: 71%;
	overflow: hidden;
}

.xyjy-slick a .jy-img img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	transition: 0.5s all;
}

.xyjy-slick a .jy-img:hover img {
	transform: scale(1.1);
}

.xyjy-slick a p {
	width: 100%;
	display: block;
	font-size: 18px;
	background: #fff;
	padding: 25px 0;
	text-align: center;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.xyjy-slick a:hover {
	box-shadow: 0px 0px 10px #b81c22;
}

.xyjy-slick a:hover p {
	background: #b81c22;
	color: #fff;
	font-weight: bold;
}


.xyjy-slick .slick-prev {
	width: 43px;
	height: 43px;
	background: url(../images/left02.png)center no-repeat;
	background-size: 100% 100%;
	left: -50px;
	top: 40%;
}

.xyjy-slick .slick-next {
	width: 43px;
	height: 43px;
	background: url(../images/right02.png)center no-repeat;
	background-size: 100% 100%;
	right: -50px;
	top: 40%;
}

.xyjy-slick .slick-prev:hover {
	background: url(../images/left022.png)center no-repeat;
}

.xyjy-slick .slick-next:hover {
	background: url(../images/right022.png)center no-repeat;
}


.cylj .title h2 {
	left: calc(50% - 68px);
	margin-bottom: 30px;
}


.cylj-s {
	width: 100%;
	display: flow-root;
}

.cylj-s a {
	width: calc(16.666% - 30px);
	margin: 15px 36px;
	float: left;
	font-size: 18px;
	color: #333;
	padding: 10px 0;
	text-align: center;
	border-radius: 30px;
	display: block;
	overflow: hidden;
	background: #f2cfaa;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.cylj-s a:hover {
	background: #b81c22;
	box-shadow: 0px 0px 10px #b81c22;
	color: #fff;
}

footer::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 380px;
	bottom: 0px;
	left: 0px;
	background: url(../images/footer-sss.png)center no-repeat;
	background-size: 100% 100%;

}




footer {
	padding-top: 100px;
}
footer .container{
z-index: 1;
    position: relative;
}


.foot {
	width: 100%;
	padding: 15px;
	color: #fff;
	text-align: center;
	font-size: 18px;
	border-top: 1px solid #ea9292;
	margin-top: 30px;
position: relative;
    z-index: 1;
}



.footer-r {
	width: 100px;
	text-align: center;
}

.footer-r img {
	width: 100%;
}

.footer-r p {
	width: 100%;
	display: block;
	line-height: 14px;
	font-size: 16px;
	color: #fff;
	line-height: 40px;
}


.footer-l {
	width: calc(100% - 200px);
	display: flex;
	justify-content: space-between;
}

.footer-l div {
	justify-content: space-around;
}

.bq1 img {
	margin-right: 10px;
}

.bq1 h2 {
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	margin-top: 0px;
}

.bq1 p {
	font-size: 16px;
	color: #fff;
	line-height: 42px;
}

.bq2 {
	width: 300px;
}

.bq2 h2 {
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	margin-top: 0px;
}

.bq2 a {
	display: block;
	font-size: 16px;
	color: #fff;
	line-height: 42px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 50%;
	float: left;
}

.bq3 {
	width: 300px;
}

.bq3 h2 {
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	margin-top: 0px;
}

.bq3 a {
	display: block;
	font-size: 16px;
	color: #fff;
	line-height: 42px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 50%;
	float: left;
}

































































































































































/****************常见问题*****************/
.banner-list {
	height: 560px;
}

.list-left {
	width: 240px;
	position: relative;
	z-index: 20;
	margin-bottom: 60px;
}

.list-left-top {
	position: absolute;
	left: 0;
	padding-top: 30px;
	line-height: 24px;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	bottom: 100%;
	width: 100%;
	height: 80px;
	background: #b81c22;
}

.list-left-nav li a {
	display: block;
	line-height: 70px;
	padding-left: 20px;
	border-bottom: dashed 1px #ddd;
	font-size: 18px;
	color: #333;
	position: relative;
}

.list-left-nav {
	padding: 0 20px 30px 20px;
	background: #eee;
}

.list-left-nav li a:before {
	display: block;
	content: "";
	position: absolute;
	left: 160px;
	top: 0;
	bottom: 0;
	width: 23px;

}

.list-left-nav li.active a:before,
.list-left-nav li a:hover:before {
	background: url(../images/raw-r02.png) center no-repeat;
}

.list-left-nav li.active a,
.list-left-nav li a:hover {
	color: #b81c22;
	font-weight: bold;
}

.list-right-box {
	width: calc(100% - 270px);
	margin-top: 25px;
	padding-bottom: 60px;
}

.list-right-top-left {
	font-size: 20px;
	color: #b81c22;
	margin-bottom: -2px;
	border-bottom: solid 3px #b81c22;
	font-weight: bold;
	padding-bottom: 20px;
	padding-right: 30px;
}

.list-right-top {
	border-bottom: solid 1px #ddd;
}

.nav-b a {
	color: #999;
}

.nav-b {
	color: #999;
	padding-top: 10px;
}

.wd-top {
	background: #d5e8ff;
	margin-top: 30px;
	padding: 35px 40px;
	font-size: 20px;
	color: #b81c22;
}

.wd-top a {
	float: right;
	font-weight: bold;
	color: #b81c22;
	font-weight: bold;
	padding-left: 35px;
}

.wd-list-top {
	font-size: 16px;
	color: #555;
	padding-left: 30px;
	background: url(../images/q.png) 2px top no-repeat;
}

.wd-list-b {
	padding-left: 30px;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
	margin-top: 20px;
}

.wd-list li {
	padding: 35px 220px 35px 0;
	border-bottom: solid 1px #ddd;
	position: relative;
}

.wd-a {
	position: absolute;
	right: 0;
	top: 70px;
	border: solid 1px #ddd;
	color: #b81c22;
	text-align: center;
	width: 150px;
	line-height: 38px;
}

/****************历年分数**************/
.fl-box {
	position: relative;
	padding-left: 50px;
	margin-top: 20px;
}

.fl-box-left {
	position: absolute;
	line-height: 28px;
	left: 0;
	top: 0;
	font-size: 16px;
	color: #333;
}

.fl-list li {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}

.fl-list li a {
	display: block;
	padding: 0 15px;
	border-radius: 4px;
	line-height: 28px;
	font-size: 16px;
	color: #333;
}

.fl-list li a.active,
.fl-list li a:hover {
	background: #b81c22;
	color: #fff;
}

.fl-box-sm {
	margin-top: 10px;
}

.fl-lind {
	border-top: solid 1px #ddd;
	margin: 20px 0;
}

.fs-title {
	font-size: 18px;
	color: #333;
	font-weight: bold;
	margin-bottom: 15px;
}

.table-bordered>thead>tr>th {
	background: #b81c22;
	border-color: #346fb6;
	border-bottom: none;
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	text-align: center;
	padding: 15px;
}

.table-bordered>tbody>tr>td {
	border: solid 1px #346fb6;
	font-size: 16px;
	color: #333;
	padding: 12px;
	background: #f2f2f2;
	text-align: center;
}

.table-bordered {
	margin: 0;
}

.table-responsive {
	margin-bottom: 50px;
}

.tabe-click {
	padding-right: 20px;
	display: block;
	background: url(../images/table-a.png) right center no-repeat;
}

.table-left>thead>tr>th,
.table-left>tbody>tr>td {
	text-align: left;
}

/************录取查询*************/
.login-banner {
	padding-top: 200px;
	padding-bottom: 120px;
}

.login-box {
	background: rgba(255, 255, 255, 0.9);
	border-radius: 8px;
	width: 400px;
	padding: 40px;
}

.login-tt {
	font-size: 22px;
	margin-bottom: 30px;
	color: #333;
	font-weight: bold;
}

.login-box .form-control {
	height: 50px;
	margin-bottom: 20px;
	box-shadow: none;
	background: url(../images/icon-form01.png) 10px center no-repeat;
	padding-left: 40px;
}

.login-box .form-control-b {
	background: url(../images/icon-form02.png) 10px center no-repeat;
}

.yzm-box {
	position: relative;
}

.yzm {
	position: absolute;
	right: 10px;
	top: 10px;
}

.yzm img {
	width: 82px;
	height: 34px;
}

.btn-login {
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #fff !important;
	background: #2860a5;
	border-radius: 30px;
	height: 40px;
	line-height: 40px;
	padding: 0;
}

.btn-login-r {
	background: #eee;
	color: #2860a5 !important;
}

.login-p {
	color: #999;
	margin-top: 30px;
}

/***************录取结果****************/
.lq-banner {
	padding: 160px 0 100px 0;
}

.jg-back {
	background: #f7f1e5;
	padding: 20px;
	border-radius: 10px;
}

.jg-left {
	width: 72%;
	border: solid 1px #370706;
	font-family: 思源宋体;
	position: relative;
	padding: 40px 80px;
}

.jg-left-top {
	position: absolute;
	left: -1px;
	top: -1px;
}

.jg-left-bottom {
	position: absolute;
	left: -1px;
	bottom: -1px;
}

.jg-right-top {
	position: absolute;
	right: -1px;
	top: -1px;
}

.jg-right-bottom {
	position: absolute;
	right: -1px;
	bottom: -1px;
}

.jg-name {
	font-size: 24px;
	color: #111;
	margin-top: 45px;
}

.jg-name span {
	color: #999;
}

.jg-name-p,
.jg-name-b {
	font-size: 24px;
	position: relative;
	z-index: 10;
	line-height: 40px;
	color: #111;
	margin-top: 30px;
	text-indent: 2em;
}

.jg-name-p span,
.jg-name-b span {
	color: #999;
}

.jg-name-b {
	margin-top: 30px;
}

.jg-right {
	width: 28%;
	padding-left: 20px;
}

.jg-right-back {
	min-height: 480px;
	font-size: 18px;
	padding: 50px;
	font-size: 18px;
	color: #77510c;
	text-align: justify;
	line-height: 35px;
	text-indent: 2em;
}

.jg-logo {
	position: relative;
	z-index: 100;
}

/*************文章内容***********/
.article-tt {
	font-size: 24px;
	color: #333;
	font-weight: bold;
	margin: 25px 0 0 0;
}

.article-sm {
	color: #888;
	margin-top: 15px;
}

.article-sm span {
	display: inline-block;
}

.article-p {
	border-top: solid 1px #ddd;
	margin-top: 30px;
	padding-top: 30px;
}

.article-p p {
	text-align: justify;
	font-size: 16px;
	color: #555;
	line-height: 35px;
	margin-bottom: 30px;
}

.article-link {
	border-top: solid 1px #ddd;
	padding: 30px 0;
}

.article-link a {
	color: #888;
}

/**************校园视频****************/
.video-list li {
	float: left;
	width: 33.333333%;
	padding: 0 12px;
	margin-bottom: 30px;
}

.video-list {
	margin: 0 -12px;
	margin-top: 50px;
}

.video-img {
	position: relative;
	padding-top: 70%;
}

.video-img img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.video-img i {
	position: absolute;
	left: 20px;
	bottom: 20px;
	width: 30px;
	height: 30px;
	background: url(../images/play.png) center no-repeat;
}

.video-tt {
	font-size: 16px;
	color: #333;
	margin-top: 15px;
}

.list-right-box-lg {
	position: relative;
	width: 100% !important;
}

.list-right-box-lg .list-left-top {
	left: 0;
	width: 240px;
	margin-bottom: 25px;
}

.zy-list li {
	float: left;
	width: 25%;
	padding: 0 20px;
	margin-top: 30px;
}

.zy-list {
	margin: 0 -20px;
	margin-bottom: 50px;
}

.zy-list li a {
	display: block;
	font-size: 16px;
	border: solid 1px #ddd;
	position: relative;
	line-height: 48px;
	padding-left: 30px;
	padding-right: 70px;
}

.zy-list li a:before {
	display: block;
	content: "";
	position: absolute;
	right: 30px;
	top: 0;
	bottom: 0;
	width: 22px;
	background: url(../images/icon-zy01.png) center no-repeat;
}

.zy-list li a:hover {
	background: #b81c22;
	color: #fff;
}

.zy-list li a:hover:before {
	background: url(../images/icon-zy02.png) center no-repeat;
}

/**************招生动态****************/
.dt-ul-date {
	font-size: 16px;
	color: #555;
	padding-top: 25px;
	width: 80px;
	border-top: solid 2px #b81c22;
}

.dt-ul-date span {
	display: inline-block;
	font-size: 28px;
	color: #b81c22;
	font-weight: bold;
	padding-top: 5px;
}

.dt-ul li a {
	display: block;
	padding: 30px 0;
	border-bottom: solid 1px #ddd;
}

.dt-ul-right {
	margin-left: 110px;
}

.dt-ul-img {
	border-radius: 10px;
	width: 200px;
}

.dt-ul-img img {
	width: 200px;
	height: 113px;
}

.dt-ul-title {
	font-size: 16px;
	color: #555;
}

.dt-ul-right-sm {
	margin-left: 230px;
	padding-top: 10px;
}

.dt-ul-p {
	color: #888;
	line-height: 25px;
	margin-top: 10px;
	height: 50px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.dt-ul-right-lg .dt-ul-right-sm {
	margin-left: 0;
}

.dt-ul-right-lg {
	border-left: solid 1px #ddd;
	padding-left: 40px;
	height: 115px;
}

.dt-ul li:last-child a {
	border: none;
}

/****************招生章程****************/
.zc-ul li {
	float: left;
	width: 100%;
	padding: 0 15px;
	margin-top: 30px;
}

.zc-ul {
	margin: 0 -15px;
}

.zc-ul li a {
	display: block;
	height: 120px;
	border: solid 1px #ddd;
	border-top: solid 2px #b81c22;
	padding: 20px;
}

.zc-ul-date {
	font-size: 16px;
	color: #555;
text-align: center;
margin-top: 7px;
}

.zc-ul-date span {
	font-size: 20px;
	color: #333;
	font-weight: bold;
	display: inline-block;
	margin-top: 10px;
}

.zc-ul-right {
	margin-left: 100px;
}

.zc-ul-label {
	color: #fff;
	border-radius: 30px;
	line-height: 25px;
	padding: 0 12px;
	background: #ff9900;
	display: inline-block;
}

.zc-ul-tt {
	font-size: 16px;
	color: #333;
}

.zc-ul-p {
	color: #888;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
	margin-top: 7px;
overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.zc-ul li a:hover {
	background: #b81c22;
}

.zc-ul li a:hover .zc-ul-date,
.zc-ul li a:hover .zc-ul-date span,
.zc-ul li a:hover .zc-ul-tt,
.zc-ul li a:hover .zc-ul-p {
	color: #fff;
}

.zs-list li a:hover .zs-date {
	color: #fff;
}

.zs-list li a:hover .zs-right-tt {
	color: #c81b00;
	font-weight: bold;
}

.zs-more:hover {
	background: #b81c22;
	color: #fff;
}

.zs-more:hover span {
	background: url(../images/more02.png) right center no-repeat;
}

.link-ul li a:hover,
.nav-b a:hover {
	color: #b81c22;
}

.wd-a:hover {
	background: #b81c22;
	color: #fff;
}

.list-left-top-phone {
	display: none;
}

.video-list li a:hover .video-tt {
	color: #b81c22;
}

.header.onee {
	background: #b81c22;
	padding-bottom: 0px;
}

.header {
	transition: 0.3s all;
}


@media(max-width: 1800px) {
	.header .container {
		width: 1490px;
	}

	.container {
		width: 1490px;
	}

	.tzgg .container {
		max-width: 100%;
		min-width: 100%;
	}

	.nav-list li {
		margin-left: 20px;
		padding-bottom: 0px;
	}

	.logo {
		width: 450px;
	}


	.header {
		padding-bottom: 20px !important;
	}

	.tzgg-l {
		width: 62%;
	}







}


@media(max-width: 1700px) {
	.tzgg-r {
		width: calc(43% - 190px);
	}

	.tdSwiper {
		transform: translate(-18%, 0);
	}

}




@media(max-width: 1600px) {
	.container {
		width: 1300px !important;
	}

.banner .slick-dots{ bottom: -5px; }
.banner .slick-next{ bottom: 10px; }
.banner .slick-prev{ bottom: 10px; }

	.logo {
		width: 400px;
	}

	.header {
		padding: 20px 30px;
	}

	.header.onee {
		padding-bottom: 20px;
	}

	.nav-list li a {
		font-size: 18px;
	}

	.about-tt {
		padding: 0 50px;
	}

	.banner .slick-dots {
		margin-left: -600px;
	}

	.list-right-box {
		width: calc(100% - 270px);
	}

	.banner-list {
		height: 450px;
	}

	.gg-ul {
		padding-bottom: 20px;
	}

	.new-l1 a {
		line-height: 40px;
	}

	.new-l1 span {
		line-height: 40px;
	}

	.new-l2-img {
		height: 140px;
		width: 200px;
	}

	.one {
		min-height: 760px;
	}

	.tzgg-l {
		width: 58%;
	}

	.tzgg-r {
		width: calc(44% - 190px);

	}

	.tdSwiper {
		transform: translate(-20.5%, 0);
	}

	.zyjs ul li a .zyjs-img {
		height: 178px;
	}

	.zyjs ul li a .zyjs-tit h2 {
		line-height: 38px;
	}

	.jxky ul li {
		padding: 12px 0;
	}

	.lm2 a {
		padding: 12px 0;
		min-height: 80px;
	}








}


@media(max-width: 1550px) {
	.tdSwiper {
		transform: translate(-19.8%, 0);
	}
}

@media(max-width: 1500px) {
	.tdSwiper {
		transform: translate(-18.8%, 0);
	}
}









@media(max-width: 1460px) {
	.tzgg-l {
		width: 56%;
	}

	.tzgg-r {
		width: calc(50% - 190px);
	}

	.szdw-slick .slick-next {
		right: 20px;
		z-index: 9;
		top: 35%;
	}

	.szdw-slick .slick-prev {
		left: 20px;
		z-index: 9;
		top: 35%;
	}

	.tdSwiper {
		transform: translate(-17.8%, 0);
	}

	.xyjy-slick .slick-prev {
		left: 15px;
		z-index: 9;
	}

	.xyjy-slick .slick-next {
		right: 15px;
	}






}













@media(max-width: 1390px) {

	.container {
		width: 96% !important;
		padding-right: 0px;
		padding-left: 0px;
		margin-right: auto;
		margin-left: auto;
	}

	.logo {
		width: 350px;
		margin-top: 15px;
	}

	.header {
		padding: 15px 0px;
	}

	.nav-list li a {
		font-size: 16px;
	}

	.home-a {
		font-size: 15px;
	}

	.new-time {
		width: 55px;
		height: 55px;
		font-size: 18px;
		line-height: 20px;
		left: 165px;
	}

	.new-time span {
		font-size: 13px;
	}

	.new-l2-img {
		height: 130px;
		width: 180px;
	}

	.new-t {
		width: calc(100% - 220px);
	}

	.new-t h2 {
		height: 52px;
		line-height: 27px;
		margin-bottom: 8px;
	}

	.new-l1 a {
		line-height: 40px;
		font-size: 18px;
	}

	.new-l1 span {
		line-height: 40px;
		font-size: 16px;
	}

	.tzgg-l a {
		padding: 130px 30px 160px;
	}


	.tzgg-l {
		width: 60%;
	}

	.tzgg-r {
		width: calc(50% - 190px);
		padding-left: 30px;
	}


	.tdSwiper {
		transform: translate(-16%, 0);
	}














}



@media(max-width: 1279px) {
	.container {
		width: 96%;
	}

.banner .slick-dots{ bottom: 5px; }
.banner .slick-next{ bottom: 15px; }
.banner .slick-prev{ bottom: 20px; }


	.tzgg {
		background: #fff;
	}

	.tzgg .container {
		max-width: 96%;
		min-width: 96%;
	}

	.tzgg-r {
		padding-left: 0px !important;
	}

	.logo {
		width: 300px;

	}

	.two {
		padding: 70px 0 30px;
	}

	.three {
		padding: 70px 0 30px;
	}

	.header.onee {
		padding-bottom: 26px;
	}

	.header-right {}

	.banner .slick-dots {
		margin-left: -470px;
	}

	.search-container .form-control {
		height: 28px;
	}

	.header-right {
		margin-top: 0px;
	}

	.header.onee {
		padding-bottom: 15px;
	}

	.about-p {
		padding: 40px;
	}

	.logo-b {
		width: 100%;
		text-align: center;
	}

	.list-right-box {}

	.wd-top a {
		display: block;
		width: 115px;
		margin: 20px auto 0 auto;
		float: none !important;
	}

	.banner-list {
		height: 350px;
	}

	.table-bordered>thead>tr>th {
		font-size: 14px;
		color: #fff;
		font-weight: normal;
		padding: 10px 8px;
	}

	.table-bordered>tbody>tr>td {
		font-size: 14px;
		color: #333;
		padding: 10px 8px;
		background: #f2f2f2;
		text-align: center;
	}

	.shfw-l {
		margin-top: 40px;
	}


	.tzgg-l {
		width: 62%;
	}

	.tzgg-r {
		width: calc(50% - 190px);
		padding-left: 30px;
	}

	.jxky ul li h2 {
		line-height: 26px;
		height: 55px;
	}

	.jxky ul li .jxky-time {
		line-height: 28px;
	}

	.lm2 a {
		line-height: 27px;
	}
























	.jg-left {
		width: 100%;
	}

	.jg-right {
		width: 100%;
		padding-left: 0;
		margin-top: 20px;
	}

	.tdSwiper {
		width: 2500px;
		transform: translate(-16%, 0);
	}

	.tdSwiper .swiper-slide {
		height: 256px;
	}

	.tdSwiper .swiper-slide-active {
		padding-right: 20px;
		padding-left: 15px;
	}

	.team-slick-img {
		width: 150px;
		height: 220px;
	}

	.td-p {
		width: 100%;
	}

	.tdSwiper .swiper-slide-active .team-slick-img {
		width: 150px;
		height: 200px;
	}

	.tdSwiper .swiper-slide-active .td-swiper-width {
		width: 250px;
		right: 25px;
		top: 25px;
	}

	.tdSwiper .swiper-slide-active a,
	.tdSwiper .swiper-slide-duplicate-active a {
		transform: translate(-338px, 0);
		width: 468px;
	}

	.tdSwiper .swiper-slide-next a {
		transform: translate(-346px, 0);
	}

	.tdSwiper .bbb a {
		transform: translate(-690px, 0);
	}

	.td-swiper-box {
		width: 250px;
	}

	.td-swiper-name {
		font-size: 18px;
	}

	.td-swiper-zw {
		font-size: 14px;
		margin-top: 10px;
	}

	.td-lind {
		margin-top: 15px;
	}

	.td-p {
		font-size: 14px;
		line-height: 25px;
		margin-top: 20px;
	}

	.td-right-b span {
		width: 36px;
		height: 36px;
		margin-top: 10px;
	}

	.tdSwiper .swiper-slide-active a {
		padding: 25px;
		height: 256px;
	}

	.dt-slick-p p {
		font-size: 14px;
		line-height: 25px;
		height: 50px;
	}

	.dt-slick-bottom {
		font-size: 14px;
		padding: 10px 0px;
	}

	.dt-slick-p {
		padding: 10px 0px;
	}

	.dt-slick-bottom span {
		float: right;
		font-size: 14px;
		display: inline-block;
		color: #089C78;
		background-size: 16px auto;
		padding-right: 25px;
	}

	.dt-b {
		width: 970px;
		margin-left: 0;
		transform: translate(-50%, 0);
	}

	.zj-more span,
	.js-more-b span {
		padding-right: 25px;
		background: url(../images/more.png) right center no-repeat;
		background-size: 13px auto;
	}

	.zj-more,
	.js-more-b {
		line-height: 1;
		padding: 6px 15px;
	}

	.nav-b {
		display: none;
	}

	.banner .slick-dots {
		width: 160px;
	}

	.banner .slick-dots li {
		width: 25px;
		height: 25px;
		margin: 0 6px;

	}

	.banner .slick-dots li button {
		font-size: 13px;
		line-height: 16px;
	}

	.banner .slick-next {
		right: calc(20% - 40px);
	}

	.banner .slick-prev {
		right: calc(20% + 170px);
	}

	.new-l1 a {
		line-height: 36px;
		font-size: 17px;
	}

	.new-l1 span {
		line-height: 36px;
		font-size: 15px;
	}

	.new-slick {
		margin-bottom: 0px;
	}

	.one {
		min-height: 710px;
		padding: 130px 0 40px;
	}

	.szdw-slick .slick-track {
		padding: 22px 0;
	}

	.dtxg-r li a h2 {
		margin-bottom: 0px;
	}

	.dtxg-r li a p {
		height: 40px;
		line-height: 20px;
	}

	.dtxg-r li .dtxg-r-time {
		height: 71px;
		padding: 3px 0;
	}

	.cylj-s a {
		width: calc(20% - 30px);
	}

}



@media(max-width: 1200px) {
	.tdSwiper {
		transform: translate(-17%, 0);
	}

footer::after{height: 552px;}

	.zyjs ul li a .zyjs-img {
		height: 170px;
		width: 252px;
	}

	.zyjs ul li a .zyjs-tit h2 {
		margin-top: 3px;
	}

	.zyjs ul li a .zyjs-tit {
		width: calc(100% - 275px);
	}

	.jxky {
		width: 100%;
		margin-bottom: 30px;
	}

	.shsj {
		width: 100%;
	}

	.three {
		background: url(../images/jxky-bj2.png)center no-repeat;
		margin-top: 0px;
		background-size: 100% 100%;
	}

	.lm2 a {
		line-height: 40px;
	}

	.tzgg-l {
		width: 100%;
	}

	.tzgg-r {
		width: 100%;
	}

	.team-slick-hide {
		height: 5.6rem;
	}

	.syzx {
		width: 100%;
		margin-bottom: 80px;

	}

	.qtjs {
		width: 100%;
	}

	.four::before {
		width: 100%;
		height: 53%;
		top: 0px;
	}

	.four::after {
		width: 100%;
		height: 47%;
		bottom: 0px;
		top: auto;
	}

	.syzx-list li {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

	.footer-l {
		width: 100%;
		margin-bottom: 20px;
	}

	.footer-r {
		width: 100%;
		text-align: center;
	}

	.footer-r img {
		width: auto;
		max-width: 100px;
	}

	.foot {
		margin-top: 10px;
	}

	.bq2 {
		width: 350px;
	}

	.bq3 {
		width: 350px;
	}


}





@media(max-width: 1144px) {
	.logo {
		width: 250px;
	}

	.nav-list li a {
		font-size: 15px;
	}

	.new-t {
		padding: 0px 0;
		width: calc(100% - 200px);
	}

	.tdSwiper {
		transform: translate(-17.5%, 0);
	}

	.new-l2-img {
		height: 110px;
		width: 160px;
	}

	.new-time {
		left: 145px;
	}

	.new-l1 a {
		line-height: 34px;
		font-size: 16px;
	}

	.new-l1 span {
		line-height: 34px;
		font-size: 14px;
	}

	.one {
		min-height: auto;
	}

	.title h2 {
		margin-bottom: 15px;
	}

	.lm2 a {
		line-height: 36px;
	}









}









@media(max-width: 1100px) {

	.dtxg-r li {
		padding-bottom: 11px;
		margin-bottom: 11px;
	}

	.tdSwiper {
		transform: translate(-18.8%, 0);
	}

	.syzx-list li {
		padding-bottom: 16px;
		margin-bottom: 16px;
	}

footer { background: url(../images/footr-bj.png); background-size:100% 100%;}
footer::after{display:none;}


	.four::after {
		height: 48.5%;
	}

	.cylj-s a {
		width: calc(25% - 30px);
	}
	.six{    padding: 100px 0 50px;}
	.six::after{display: none;}

	.footer-l {
		display: block;
	}

	.bq1 {
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
	}
	.bq2 h2{text-align: center;}
    .bq3 h2{text-align: center;}
	.bq2 a{text-align: center;}
	.bq3 a{text-align: center;}
	.bq2 {
		width: 50%;
		float: left;
	}

	.bq3 {
		width: 50%;
		float: right;
	}

}



@media(max-width: 1050px) {
	.tdSwiper {
		transform: translate(-19.3%, 0);
	}
}

@media(max-width: 1030px) {
	.tdSwiper {
		transform: translate(-19.8%, 0);
	}
}

@media(max-width: 1010px) {
	.tdSwiper {
		transform: translate(-20%, 0);
	}
}

@media(max-width: 1000px) {
	.tdSwiper {
		transform: translate(-20.5%, 0);
	}
}

@media(max-width: 991px) {
	.container {
		margin: auto;
	}
	.video-list li{width: 50%;}
	.swiper-slide {
		background-position: center;
		background-size: cover;
		width: 350px;
		height: 200px;
	}

	.jcdj-tit {
		padding: 10px;
	}

	.jcdj-s {
		margin: 0 0px;
	}

	.jcdj-s li {
		width: calc(25% - 20px);
		margin: 0 10px;
	}

	.bg-link {
		width: 350px;
		height: 200px;
	}

	.one {
		background: #fff;
		margin-top: 0px;
		padding: 30px 0 30px;
	}

	.banner .slick-next {
		display: none !important;
	}

	.banner .slick-prev {
		display: none !important;
	}

	.banner .slick-dots {
		bottom: 10px !important;
	}

	.rl {
		position: initial;

		background-size: 100% 100%;
		padding-top: 15px;
		padding-bottom: 10px;
	}

	.rl img {
		max-width: 90%;
	}

	.shfw-l {
		width: 100%;
	}

	.shfw-r {
		width: 100%;
	}

	.title h2 {
		font-size: 28px;
		margin-top: 15px;
	}

	.title a {
		margin-bottom: 0px;
	}

	.title h2::before {
		width: 70px;
		height: 67px;
		background-size: 100%;
	}

	.new-slick {
		width: 100%;
		margin-bottom: 30px;
	}

	.new-list {
		width: 100%;
	}

	.new-l1 a {
		line-height: 40px;
		font-size: 18px;
	}

	.new-l1 span {
		line-height: 40px;
		font-size: 16px;
	}

	.tzgg-r {
		padding-top: 40px;
	}

	.szdw {
		padding: 40px 0 25px;
	}

	.dtxg {
		padding: 40px 0 20px;
	}

	.xzfc {
		padding: 70px 0 30px;
	}

	.xyjy-s-r li {
		margin-bottom: 20px;
	}

	.six {
		padding: 40px 0 50px;
	}

	.xyjy {
		margin-bottom: 30px;
	}

	.xyjy2 {
		margin-bottom: 45px;
	}

	.cylj-s a {
		width: calc(33.333% - 30px);
	}














	.zyjs {
		width: 100%;
	}

	.xsgz {
		width: 100%;
	}

	.two {
		padding: 40px 0 50px;
	}

	.three {
		padding: 40px 0 30px;
	}

	.lm2 a {
		line-height: 30px;
	}

	.jcdj {
		padding: 20px 0 20px;
	}


	.friends-list li {
		width: 25%;
	}

	.about-p {
		padding: 30px 20px;
	}

	.about-tt {
		padding: 0 20px;
	}

	.header .container {
		width: 100%;
	}

	.header {
		background: #b81c22;
		height: 50px;
		position: fixed;
		left: 0;
		top: 0;
		right: 0;
	}

	.header {
		padding: 0px 0px;
	}

	.header.onee {
		padding-bottom: 0px;
	}

	.logo {
		padding: 0;
		width: 210px;
		line-height: 48px;
		margin-top: 0px;
	}

	body {
		padding-top: 50px;
	}

	.nav-list {
		position: absolute;
		left: 0;
		display: none;
		border-top: solid 1px #fff;
		right: 0;
		top: 50px;
		background: #b81c22;
		width: 100%;
		margin: 0;
	}

	.nav-list li {
		float: none;
		margin: 0;
		width: 100%;
		padding: 0;
	}

	.nav-list li a {
		display: block;
		font-size: 16px;
		line-height: 40px;
		padding: 0 15px;
	}

	.nav-list li a:before {
		display: none !important;
	}

	.nav-click {
		display: block;
		transition: 0.3s all;
		z-index: 10000;
		position: absolute;
		color: #fff;
		right: 0;
		top: 0;
		width: 40px;
		height: 40px;
		text-align: center;
		line-height: 40px;
	}

	.nav-click.active {
		transform: rotate(180deg);
	}

	.search-top {
		line-height: 50px;
		margin-right: 40px;
	}

	.logo-b {
		width: 100%;
		text-align: center;
	}

	.nav-down {
		position: static;
		margin: 0;
		width: 100%;
		padding: 0;
		border: none;

		transform: translate(0, 0);
	}

	.nav-down li a {
		text-align: left;
		padding: 0 25px;
		color: #333;
	}

	.nav-list li:hover .nav-down {
		display: none;
	}

	.menu-button {
		display: block;
	}

	.nav-down:before {
		display: none;
	}

	.header-right {
		padding-top: 0;
	}

	.search-a {
		line-height: 50px;
		margin-right: 40px;
	}

	.banner .slick-dots {
		margin-left: 0;
		left: 0;
		width: 100%;
		bottom: 20px;
	}

	.zs-more {
		margin: 10px 0;
	}

	.search-box-c {
		left: 15px;
		right: 15px;
		width: auto;
		margin-left: 0;
	}

	.list-right-box {}

	.wd-list li {
		padding-right: 0;
	}

	.wd-a {
		position: static;
		display: block;
		margin-top: 20px;
	}

	.banner-list {
		height: 250px;
	}

	.table-responsive {
		min-height: .01%;
		overflow-x: auto;
	}

	.table-responsive>.table>tbody>tr>td,
	.table-responsive>.table>thead>tr>th {
		white-space: nowrap;
	}

	.zy-list li {
		width: 33.333333%;
	}

	.zc-ul li {
		width: 100%;
	}

	.syzx-list li {
		padding-bottom: 11px;
		margin-bottom: 11px;
	}



	.home-a {
		display: none;
	}

	.search-a {
		display: block;
		position: absolute;
		right: 20px;
		top: 0;
	}

	.search-box-c {
		position: fixed;
		left: 5%;
		top: 50%;
		height: 54px;
		background: #fff;
		padding-right: 115px;
		right: 5%;
		z-index: 1000010;
	}

	.search-box-c .form-control {
		height: 54px;
		border-radius: 0;
		font-size: 18px;
		box-shadow: none;
		border: none;
	}

	.modal {
		z-index: 100000001;
	}

	.modal-backdrop {
		z-index: 10000000;
	}

	.modal-box {
		position: fixed;
		display: none;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		z-index: 1000010;
	}

	.btn-search-c,
	.btn-search-c:hover,
	.btn-search-c:focus {
		position: absolute;
		right: 0;
		background: #b81c22 url(../images/search02.png) center no-repeat;
		top: 0;
		width: 115px;
		height: 54px;
		border: none;
		border-radius: 0;
		padding: 0
	}

	.modal-back {
		position: fixed;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		z-index: 100000;
		background: rgba(0, 0, 0, 0.5);
	}

	.banner .slick-dots li,
	.banner .slick-dots li button {
		width: 30px;
		height: 30px;

	}


	/*************科室介绍************/
	.tdSwiper {
		width: 100%;
		margin-left: 0px;
		left: 0%;
		transform: translate(0, 0);
	}

	.tdSwiper .swiper-slide a {
		transform: translate(0, 0) !important;
		width: 100% !important;
	}

	.team-slick-img,
	.tdSwiper .swiper-slide-prev .team-slick-img,
	.tdSwiper .swiper-slide-next .team-slick-img {
		width: 150px;
		height: 200px;
		margin-left: 0;
		--_f: calc(0%*var(--f)/(1 + var(--f)));
		--_a: calc(0deg*var(--f));
		transform: perspective(0px) var(--_t, rotateY(var(--_a)));
		border-radius: 0 0.65rem 0 0;
	}

	.tdSwiper .swiper-slide-active .td-swiper-width,
	.td-swiper-width {
		width: auto;
		left: 200px;
		opacity: 1;
	}

	.td-swiper-box {
		width: auto;
	}

	.tdSwiper a,
	.tdSwiper .swiper-slide-active a {
		padding: 25px;
		height: 256px;
		background: url(../images/xzfc-bj2.png) center no-repeat;
		background-size: cover;

		border-radius: 20px;
	}

	.tdSwiper .swiper-slide {
		padding-top: 0;
	}

	.team-slick-hide .swiper-button-prev-t,
	.team-slick-hide .swiper-button-next-t {
		width: 30px;
		height: 30px;
	}

	.tdSwiper {
		padding-bottom: 50px;
	}

	.team-slick-hide {
		height: 300px;
	}

	.team-slick-hide .swiper-pagination {
		bottom: 13px;
	}

	.js-right {
		padding-top: 0;
	}

	.dt-b {
		width: 720px;
	}

	.dt-slick .slick-slide {
		padding: 0 15px;
	}

	.dt-slick .slick-prev {
		left: -25px;
	}

	.dt-slick .slick-next {
		right: -25px;
	}

	.dt-slick .slick-prev,
	.dt-slick .slick-next {
		width: 30px;
		height: 30px;
		top: 80px;
	}

	.tdSwiper .swiper-slide-active {
		padding: 0 5px !important;
	}

	.xq-top-right {
		width: 470px;
	}


	.four {
		padding: 40px 0 30px;
	}

	.four::after {
		height: 50.5%;
	}











}



@media(max-width: 900px) {
	.dtxg-l {
		width: 100%;
		margin-bottom: 30px;
	}

	.dtxg-r {
		width: 100%;
	}

	.dtxg-r li a h2 {
		margin-bottom: 10px;
	}

	.dtxg-r li .dtxg-r-time {
		height: 80px;
		padding: 8px 0;
	}

	.lm2 a {
		line-height: 28px;
	}



}


@media(max-width: 850px) {
	.lm2 a {
		line-height: 24px;
		min-height: 74px;
	}

}









@media(max-width: 768px) {
	.container {
		width: 100%;
	}

	.onee-left {
		width: 100%;
	}

	.page-one-sm {
		padding-top: 30px;
	}

	.about-right {
		width: 100%;
	}

	.about-right-top {
		margin: 0;
		height: auto;
	}

	.about-img {
		position: static;
	}

	.about-img img {
		display: block;
	}

	.about-tt {
		line-height: 1;
		height: auto;
		padding: 0;
		margin-top: 20px;
	}

	.about-p {
		padding: 20px 0;
		height: auto;
	}

	.link-ul li {
		width: 33.333333%;
		margin-top: 20px;
	}

	.link-ul li img {
		height: 50px;
	}

	.link-ul li a {
		font-size: 14px;
	}

	.page-one {
		padding-bottom: 30px;
	}

	.title-b {
		font-size: 24px;
		margin: 20px 0;
	}

	.friends-list li {
		width: 50%;
	}

	.list-left {
		width: 100%;
	}

	.list-left-top {
		width: 100%;
		display: none;
		line-height: 50px;
		text-align: left;
		padding: 0 15px;
		height: 50px;
		background: #b81c22;
		font-size: 18px;
	}

	.list-left-top-phone {
		display: block;
	}

	.list-left-top-phone span {
		position: absolute;
		right: 15px;
		top: 22px;
		color: #fff;
	}

	.list-left-nav li a {
		line-height: 50px;
		font-size: 16px;
		padding-left: 0;
	}

	.list-left-nav li a:before {
		left: auto;
		right: 15px;
	}

	.list-left-bottom {
		display: none;
	}

	.list-left-nav {
		display: none;
	}

	.list-right-box {
		width: 100%;
		padding-bottom: 30px;
	}

	.nav-b {
		display: none;
	}

	.list-left {
		margin-bottom: 0;
	}

	.list-right-top-left {
		padding-bottom: 10px;
	}

	.wd-top {
		padding: 20px;
		font-size: 16px;
	}

	.wd-list li {
		padding: 20px 0;
	}

	.banner-list {
		height: 150px;
	}

	.fl-box-left {
		position: static;
		margin-bottom: 10px;
	}

	.fl-box {
		padding-left: 0;
	}

	.table-responsive {
		margin-bottom: 30px;
	}

	.fl-list li a {
		font-size: 14px;
		padding: 0 10px;
	}

	.fl-list li {
		margin-right: 10px;
	}

	.login-box {
		width: 100%;
		padding: 20px;
	}

	.login-banner {
		padding: 30px 0;
	}

	.login-p {
		margin-top: 15px;
	}

	.login-tt {
		margin-bottom: 15px;
	}

	.jg-left {
		padding: 30px;
	}

	.jg-name {
		font-size: 16px;
		margin-top: 15px;
	}

	.jg-name-p,
	.jg-name-b {
		font-size: 16px;
		margin-top: 15px;
		line-height: 25px;
	}

	.jg-right-back {
		padding: 30px;
		font-size: 14px;
		line-height: 25px;
		min-height: 10px;
		padding-bottom: 50%;
	}

	.article-p p {
		font-size: 14px;
		line-height: 25px;
		margin-bottom: 10px;
	}

	.article-p {
		margin-top: 20px;
		padding-top: 20px;
	}

	.article-link .col-xs-6 {
		width: 100%;
		text-align: left;
		margin-bottom: 10px;
	}

	.article-link {
		margin-top: 15px;
		padding: 10px 0;
	}

	.article-tt {
		font-size: 18px;
	}



	.zy-list li {
		width: 50%;
		margin-top: 15px;
	}

	.zy-list li a {
		padding: 0 15px;
		line-height: 38px;
		font-size: 14px;
	}

	.zy-list li a:before {
		right: 15px;
	}

	.zy-list {
		margin-bottom: 20px;
	}

	.dt-ul-img {
		display: none;
	}

	.dt-ul-right-sm {
		margin-left: 0;
	}

	.dt-ul-right-lg {
		padding-left: 0;
		border: none;
		height: auto;
	}

	.dt-ul li a {
		padding: 20px 0;
	}

	.dt-ul-right-sm {
		padding-top: 0;
	}

	.swiper-button-prev {
		margin-left: -180px;
	}

	.swiper-button-next {
		margin-right: -180px;
	}

	.bg-link span {
		bottom: 15px;
	}

	.banner .slick-dots li,
	.banner .slick-dots li button {
		width: 10px;
		height: 10px;

	}

	.banner .slick-dots li button {
		display: none;
	}


	.xt-list li {
		width: 20%;
	}

	.xt-top {
		width: 80px;
		height: 80px;
		line-height: 80px;
	}

	.xt-top:before {
		background-size: 80% 80%;
	}

	.xt-title {
		font-size: 15px;
		margin-top: 10px;
	}

	.xt-list li {
		margin-top: 15px;
	}

	.xt-list:before {
		display: none;
	}

	.team-slick-img {
		float: none !important;
		margin: 0 auto !important;
	}

	.tdSwiper .swiper-slide-active .td-swiper-width,
	.td-swiper-width {
		position: static;
		width: 100%;
		padding-top: 20px;
	}

	.tdSwiper a,
	.tdSwiper .swiper-slide-active a {
		height: 470px;
	}

	.team-slick-hide {
		height: 520px;
		margin-bottom: 20px;
	}

	.td-right-b span {
		margin-top: 20px;
	}

	.team-slick-hide .swiper-button-prev-t {
		margin-left: -120px;
	}

	.team-slick-hide .swiper-button-next-t {
		margin-left: 80px;
	}

	.team-slick-hide .swiper-pagination {
		width: 120px;
		margin-left: -60px;
	}

	.td-swiper-name,
	.td-swiper-zw {
		text-align: center;
	}

	.dt-slick {
		margin: 0 30px;
	}

	.dt-b {
		width: auto;
		transform: translate(0, 0);
		left: 15px;
		right: 15px;
		height: 180px;
	}

	.tdSwiper .swiper-slide {
		padding: 0 5px !important;
	}

	.shsj-s .shsj-img {
		width: 100%;
	}

	.shsj-s .lm2 {
		width: 100%;
	}

	.lm2 li.active {
		width: 100%;
		background: #fafcff;
		margin-left: 0px;
	}

	.lm2 a {
		width: 100%;
	}

	.shsj-s .shsj-img {
		padding-top: 65%;
	}

	.jcdj-s li {
		width: calc(50% - 20px);
		margin-bottom: 25px;
	}

	.syzx-slick {
		width: 100%;
		margin-bottom: 60px;
	}

	.syzx-list {
		width: 100%;
	}

	.four::after {
		height: 33.5%;
	}

	.four::before {
		height: 70%;
	}

	.xyjy-s-l {
		width: 100%;
		margin-bottom: 20px;
	}

	.xyjy-s-r {
		width: 100%;
	}

	.cylj-s a {
		width: calc(50% - 20px);
		margin: 10px;
	}

	.bq2{width: 100%;margin-bottom: 30px;padding-top: 20px;
		border-top: 1px solid #dd6969;
		border-bottom: 1px solid #dd6969;
	}
	.bq3{width: 100%;}






}

@media (max-width: 660px) {
	.tzgg-l a {
		width: 100%;
		padding: 60px 30px 100px;
	}

	.tzgg-l a h2 {
		min-height: 60px;
		padding-bottom: 15px;
	}

	.four::after {
		height: 35%;
	}


}



@media (max-width: 500px) {


	.xt-top img {
		transform: scale(0.7, 0.7);
	}

	.xt-title {
		font-size: 12px;
		margin-top: 4px;
	}

	.xt-list li {
		margin-top: 0px;
	}

	.dtxg-l a {
		width: 100%;
		margin-bottom: 20px;
	}

	.xsgz-1 a {
		width: 100%;
	}

	.xsgz-2 li {
		width: 100%;
	}

	.jcdj-s li {
		width: 100%;
		margin: 0 0px;
		margin-bottom: 25px;
	}

	.four::after {
		height: 37%;
	}

	.xyjy-s-r li {
		width: 100%;
	}

}

@media (max-width: 450px) {
.zy-list li{width:100%;}
}