* {
	margin: 0;
	padding: 0;
}

html {
	margin: 0;
	padding: 0;
	font-size: 62.5%;
}

body {
	background: #fff;
	font-family: "Noto Serif", "微软雅黑", 'Roboto-regular', "sans-serif", "songti";
	color: #333;
	line-height: 160%;
	font-size: 14px;
	font-size: 1.4rem;
}



li,
dt,
dl,
dd {
	list-style: none;
	margin: 0;
	padding: 0;
}

a {
	color: #333;
	-webkit-transition: color 400ms, background-color 400ms;
	-moz-transition: color 400ms, background-color 400ms;
	-o-transition: color 400ms, background-color 400ms;
	transition: color 400ms, background-color 400ms;
}

a:hover,
a:focus,
a:active {
	text-decoration: none;
	color: #666;
	outline: none;
	border: none;
}

img {
	max-width: 100% !important;
	height: auto !important;
}

hr {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #fff;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
	background-color: #791CB3;
	border-color: #791CB3;
	color: #fff;
}

.pagination>li>a,
.pagination>li>span {
	color: #606266;
	background-color: #f4f4f5;
	margin: 0 2px;
	border: none;
}

/* 公共样式 */
p {
	margin: 0;
}

.nomargin {
	margin: 0;
}

.u-flex {
	display: flex;
}

.part1-title {
	width: 100%;
	justify-content: space-between;
	align-items: center;
}

.part1-title a {
	color: #666;
}

.juanzeng-btn {
	justify-content: space-between;
	margin-top: 20px;
}

.juanzeng-btn a {
	display: block;
	width: 48.5%;
	margin-right: 3%;
}

.juanzeng-btn a:last-child {
	margin-right: 0;
}

/* 公共样式结束 */


/*************************
*******Header******
**************************/
#header {
	width: 100%;
}

.top-fixed {
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
	width: 100%;
}

/* 顶部信息栏 */
.navbar-default {
	padding: 0;
	background: #fff
}

.header-top {
	background: #fff;
	padding: 10px 0;

}

.navbar-left {
	float: none !important;
}

.lainglie {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header-top-left {
	display: flex;
	align-items: center;
	width: 50%;
}

.header-logo {
	height: 60px;
	margin-right: 15px;
}

.zi-logo {

	display: block;
}

.white-logo {
	display: none;

}



.header-school {
	font-size: 20px;
	font-weight: bold;
	color: #5c1a6e;
	font-family: 'Noto Serif SC', serif;
}

.header-center {
	font-size: 16px;
	color: #333;
	margin-top: 2px;
}

.header-foundation {
	font-size: 14px;
	color: #666;
	margin-top: 2px;
}

.header-top-right {
	width: 50%;
	text-align: right;
}

.school-motto {
	font-size: 18px;
	color: #5c1a6e;
	font-weight: bold;
	font-family: 'Noto Serif SC', serif;
	letter-spacing: 8px;
}

.navbar.navbar-default {
	border: 0;
	border-radius: 0;
	margin-bottom: 0;
	/* background: linear-gradient(to right, #791CB3 0%, #791CB3 80%, #2523E9 100%); */
	font-size: 16px;
}

.navbar-default .navbar-collapse {
	padding: 0;
	margin: 0;
}

.navbar-nav {
	margin: 0;
}

.nav-bg {
	background: linear-gradient(to right, #791CB3 0%, #791CB3 80%, #2523E9 100%);
}


.header-title {
	display: block;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
}

.header-subtitle {
	display: block;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.8);
}

.navbar.navbar-default .navbar-toggle {
	margin-top: 13px;
}

.navbar.navbar-default .navbar-brand {
	height: auto;
	padding: 15px 15px 15px 0;

}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}

.navbar-nav>li>.dropdown-menu {
	background: rgba(121, 28, 179, 0.95);
	width: 200px;
}

.tlinks {
	text-indent: -9999px;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}

.navbar-default .navbar-collapse {

	width: 100%;

}

.navbar-nav {
	width: 100%;
}

.navbar-nav>li {
	width: 12.5%;
	text-align: center;
	line-height: 60px;
}


.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {

	color: #fff;
	font-weight: bold;

}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	background: none;
	color: #fff;
	border-bottom: 2px solid #fff;

}


.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
	color: #fff;
	background: none;
}

.navbar-default .navbar-nav>.active {
	position: relative;

}

.navbar-default .navbar-nav .open .dropdown-menu>li>a {
	color: #fff;
	text-align: center;
	padding: 10px 20px;
	font-size: 16px;
}

.dropdown-menu {
	min-width: 110px;
	margin-right: 0;
	background: rgba(74, 26, 92, 0.95);

}

.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
	color: #e0c0e6;
	background: rgba(107, 42, 138, 0.8);
}

.navbar-default .navbar-nav>li>a {
	color: #fff;
	font-size: 18px;
}

.navbar-default .navbar-nav>li>a:hover {
	color: #fff;

}

.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
	color: #fff;
}

.top-link,
.top-link a {
	color: rgba(255, 255, 255, 0.63);
	text-align: right;
}

/* 底部 */
#footer {
	width: 100%;
	padding: 0 0;
	box-sizing: border-box;
	color: #333;
	border-top: 24px solid rgba(140, 65, 151, 0.9);

}

.footer-infor .title {
	margin-bottom: 10px;
	color: rgba(255, 255, 255, 0.78);
}

.footer-infor p {
	margin-bottom: 5px;
}

.footer-list {
	justify-content: space-between;
}

.ewm-list-img {
	width: 110px;
	height: 110px;
}

/*.ewm-list p {*/
/*	text-align: center;*/
/*	padding-top: 5px;*/
/*}*/
.ewm-list p {
    color: #333;
    font-size: 14px;
}

.ewm-list {
	margin-right: 30px;
}

.banquan {
	text-align: center;
	border: 1px solid #e5e5e5;
	border-top: none;
	padding-top: 15px;
	padding-bottom: 15px;
	color: rgba(0, 0, 0, 0.6);
}
.banquan a{
	color: rgba(0, 0, 0, 0.6);
}

/*************************
*******首页******
**************************/

/* 通用样式 */
.swiper-pagination-bullet {
	opacity: 0.3;
}


.swiper-pagination-bullet-active {
	background-color: #791CB5;
	opacity: 1;
}

.swiper-container-case .swiper-button-next,
.swiper-container-case .swiper-container-rtl .swiper-button-prev {
	background: url(../images/right-arrow.png) no-repeat;
}

.swiper-container-case .swiper-button-prev,
.swiper-container-case .swiper-container-rtl .swiper-button-next {
	background: url(../images/left-arrow.png) no-repeat;
}

.swiper-button-next,
.swiper-button-prev {
	width: 47px;
	height: 66px;
	margin-top: -33px;
}

.banner>.swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 30px;
}

.banner img {
	width: 100% !important;
	height: auto;
}

/* 搜索 */
.right-box {
	width: 26%;
	float: right;
	padding-top: 20px;
}

.right-box-top a {
	color: #999;
	margin-left: 10px;
}

.right-box-top a:hover {
	color: #9d3535;
}

.sous {
	width: 100%;
	height: 36px;
	float: right;
}

.sous input[type=text] {
	width: calc(100% - 36px);
	float: left;
	height: 36px;
	border: none;
	padding: 0 15px 0 15px;
	box-sizing: border-box;
	line-height: 36px;
	font-size: 1.4rem;
	outline: none;
	border-radius: 36px 0 0 36px;
	background: #0b4781;
	color: #94caff;
}

.sous input[type=button] {
	width: 36px;
	height: 36px;
	line-height: 36px;
	outline: none;
	border: none;
	color: #94caff;
	font-size: 14px;
	border-radius: 0 36px 36px 0;
	background: url(../images/search-icon.png) no-repeat center #0b4781;
}

.sous input::-webkit-input-placeholder {
	color: rgba(148, 202, 255, 0.7);
}

/* 主体内容 */
.index-mian {
	padding: 40px 0;
	width: 100%;
	height: auto;
}

.more {
	position: absolute;
	content: "";
	display: block;
	position: absolute;
	border-left: 18px solid #ff722d;
	border-top: 18px solid #ff722d;
	border-bottom: 18px solid transparent;
	border-right: 18px solid transparent;
	text-align: left;
}

.more::after {
	content: "+";
	position: absolute;
	display: block;
	top: -20px;
	right: -4px;
	color: #fff;
	font-size: 18px;
	width: 18px;
	height: 18px;
}

.more-top-left {
	top: 0;
	left: 0;
}

.more-top-right {
	top: 0;
	right: 0;
}


.more-top-right {
	position: absolute;
	content: "";
	display: block;
	position: absolute;
	border-left: 18px solid transparent;
	border-top: 18px solid #ffa825;
	border-bottom: 18px solid transparent;
	border-right: 18px solid #ffa825;
	text-align: left;
}

.more.more-top-right::after {
	top: -20px;
	left: -4px;
}

.red-bg {
	border-left: 18px solid #ff576f;
	border-top: 18px solid #ff576f;
	border-bottom: 18px solid transparent;
	border-right: 18px solid transparent;
}


.mian-list-news ul li a {
	color: #666;
}

.toleft {
	float: left;
}

.toright {
	float: right;
}

/* 二级页面样式 */
.side {
	width: 370px;
	background-color: #fff;
	float: left;
	margin-top: -70px;
	position: relative;
	z-index: 9999;


}

.container.clearfix {
	display: flex;
	align-items: stretch;
}

.container.clearfix .side,
.container.clearfix .zy-mian {
	display: flex;
	flex-direction: column;
}

.biaoti {
	color: #fff;
	height: 70px;
	display: flex;
	padding: 0 20px;
	background: url(../images/title-bg.png) no-repeat right top #791CB3;
	position: relative;
	justify-content: space-between;
	align-items: center;
}

.biaoti h4 {
	font-size: 26px;
	font-weight: 700;
	position: relative;
}

.biaoti i {
	display: none;
	background: url(../images/menu.png) no-repeat;
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	width: 32px;
	height: 32px;
}

.side ul {
	margin: 0 0 0 0;
	line-height: 60px;
	height: 100%;

	border: 1px solid #e5e5e5;
	border-top: none;
	box-sizing: border-box;
}

.side ul li {

	padding: 0 15px;
	box-sizing: border-box;
	border-bottom: 1px solid #e5e5e5;
	background: #f8f8f8f8;
	box-sizing: border-box;
}

.side ul li a {
	color: #666;
	display: inline-block;
	font-size: 16px;
	display: block;
	height: 60px;
	line-height: 60px;
}

.side ul li.has-submenu {
	position: relative;
}

.side ul li.has-submenu .arrow {
	cursor: pointer;
	color: #791CB3;
	font-size: 12px;
	user-select: none;
	position: absolute;
	right: 15px;
	top: 0;
	/* top: 50%;
	transform: translateY(-50%); */
}

.side ul li.has-submenu .arrow.up {
	transform: translateY(-50%) rotate(180deg);

}

.side ul li.current,
.side ul li:hover {
	position: relative;
	color: #791CB3;
	border-left: 5px solid #791CB3;
	font-weight: 700;
	box-sizing: border-box;
	background: #fff;
}

/* .side ul li.current::after,
.side ul li:hover::after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	border-left: 26px solid transparent;
	border-right: 26px solid #edeef0;
	border-top: 23px solid #edeef0;
	border-bottom: 23px solid transparent;
	color: #c11601;
} */

.side ul li.current a {
	color: #791CB3
}

.side ul li a:hover {
	color: #791CB3;
}

.side ul li ul.sub-menu {
	display: none;
	list-style: none;
	padding: 0;
	margin: 0;
	background: #fff;
}

.side ul li ul.sub-menu li {
	padding-left: 30px;
	border-bottom: 1px solid #e5e5e5;
}

.side ul li ul.sub-menu li:hover {
	background: #f8f8f8;
}

.side ul li ul.sub-menu li a {
	font-size: 14px;
	color: #666;
}



.side ul li ul.sub-menu li.active {
	background: #f8f8f8;
}

.side ul li ul.sub-menu li.active a {
	color: #791CB3;
}

.side ul li ul.sub-menu li:hover a {
	color: #791CB3;
}

.zy-mian {
	width: calc(100% - 370px);
	float: right;
	margin-top: 20px;
	box-sizing: border-box;
	padding-left: 50px;
}

.zy-nav {
	height: 60px;
	border-bottom: 1px solid #dbdbdb;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.zy-nav-left {
	font-size: 20px;
	font-weight: 700;
}

.zy-nav-right {
	color: #999;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.zy-nav-right i {
	background: url(../images/home-icon.png) no-repeat;
	width: 20px;
	height: 20px;
	display: inline-block;
	background-size: 20px 20px;
}

.zy-nav-right a {
	color: #999;
}

.zy-nav-right a:hover {
	color: #0a5aa8;

}

.zy-main-box {
	padding: 5px 0 30px;
	min-height: 500px;
	line-height: 200%;
}

.news-list li {
	width: 100%;
	/* margin-bottom: 30px; */
	border-bottom: 1px dashed #e5e5e5;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 0;
}

.news-list li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

.news-list li a {
	display: flex;
}

.news-list li a .news-list-date {
	width: 92px;
	height: 92px;
	background: #F8F2F9;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #4B0C77;
	margin-right: 20px;
}

.news-list li a:hover .news-infor h4 {
	color: #4B0C77;

}


.date {
	font-size: 28px;
	color: #4B0C77;
	font-weight: 700;
}

.year {
	font-size: 14px;
	margin-top: 15px;
	color: #4B0C77;
}

.news-infor {
	width: calc(100% - 134px);
	/* padding-bottom: 15px; */

}

.news-list li:last-child .news-infor {
	border-bottom: none;

}

.news-infor h4 {
	font-size: 16px;
	font-weight: 700;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;

}

.news-infor p {
	color: #999;
	font-size: 14px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-word;
	word-wrap: break-word;
	line-height: 1.5;
	max-height: 52px;
	/* 备用高度 */
	margin-top: 24px;
}

.genduo {
	font-size: 12px;
	color: #a6a6a6;
}


/* 图文列表 */
.tuwen-list li {
	margin-bottom: 15px;
	border-bottom: 1px solid #E5E5E5;
	padding-bottom: 30px;
	padding-top: 15px;
}

.tuwen-list li a {
	display: flex;
	width: 100%;
	height: 100%;
}

.tuwen-list-img {
	width: 276px;
	height: 164px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;

	margin-right: 20px;

}

.tuwen-list-img img {
	transition: all 0.5s ease;
	transform: scale(1);
}


.tuwen-list-right {

	width: calc(100% - 296px);
}

.tuwen-list-right h4 {
	font-size: 18px;
	font-weight: 700;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.tuwen-list-right .time {
	color: #999;


}

.tuwen-list-right p {
	color: #666;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 30px;
	margin-top: 30px;
	height: 52px;
}

.xiangqing span {
	background: #555;
	border-radius: 5px;
	font-size: 12px;
	color: #fff;
	padding: 5px 10px;
}

.tuwen-list li a:hover .tuwen-list-right h4 {
	color: #791CB3;

}

.tuwen-list li a:hover .xiangqing span {
	background-color: #791CB3;

}

.tuwen-list li a:hover .tuwen-list-img img {
	transition: all 0.5s ease;
	transform: scale(1.2);

}

.tuwen-list li:last-child {
	border-bottom: none;
	/* padding-bottom: 0; */
}




/* 图片列表 */
.tupian-list {
	display: flex;
	flex-wrap: wrap;

}

.tupian-list li {
	width: 31.3%;
	margin-right: 3%;
	margin-bottom: 30px;
}

.tupian-list li .tupian {
	width: 100%;
	height: 246px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border-radius: 5px;
}

.tupian-list li .tupian img {
	transform: scale(1);
	transition: all ease 0.5s;
}

.tupian-list li:nth-child(3n) {
	margin-right: 0;
}

.tupian-list li p {
	line-height: 46px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.tupian-list li span {
	color: #999;
}

.tupian-list li a:hover .tupian img {
	transform: scale(1.2);
	transition: all ease 0.5s;
}

.tupian-list li a:hover p {
	color: #791CB3;
}

.fenye {
	border-top: 1px solid #E5E5E5;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* 详情页 */
.news-xq h4 {
	font-size: 24px;
	margin-bottom: 24px;
	text-align: center;
	font-weight: 700;
	line-height: 180%;
}

.fubiao {
	color: #666;
	text-align: center;
	margin-bottom: 24px;
	height: 46px;
	line-height: 46px;
	background: #f8f8f8;
}

.zhengwen {
	min-height: 500px;
	margin-bottom: 30px;
}

.tuijian {
	border-top: 1px dashed #E5E5E5;
	padding: 15px 0 0;
	display: flex;
	flex-direction: column;
}

.tuijian a {
	display: block;
	height: 36px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	color: #666;
}

.tuijian a:hover {
	color: #791CB3;
}

/* 综合页面 */
.mokuai {
	width: 100%;
}

.mokuai-list {
	width: 100%;
}

.mokuai-list ul li {
	border-bottom: 1px dashed #E5E5E5;
	line-height: 46px;

}

.mokuai-list ul li a {
	display: flex;
	padding: 12px 0 20px;
	font-size: 20px;

}

.mokuai-list ul li b {
	font-weight: normal;
	width: 72%;
	margin-right: 3%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.mokuai-list ul li span {
	font-weight: normal;
	float: right;
	color: #999;
	width: 25%;
	text-align: right;
}

.mokuai-list ul li:last-child {
	border-bottom: none;
}

/* 第一部分 */
.news-fenlie {
	padding-bottom: 30px;
	border-bottom: 1px solid #e5e5e5;
	display: flex;

}

.part1-title {
	margin-bottom: 28px;

}

.part1-title h2 {
	color: #4B0C77;
	font-size: 28px;
	margin: 0;
	font-weight: 700;
}

/* 新闻轮播图 */


.lunbo {
	height: 266px;
	overflow: hidden;
	/* width: 390px; */
	width: 440px;
}


.news-fenlei-right {
	width: calc(100% - 366px);
	margin-left: 20px;
}

.news-fenlei-right a span {
	color: #999999;
}

.news-fenlei-right a h4 {
	color: #333;
	font-size: 22px;
	margin-top: 28px;
	font-weight: 700;
	margin-bottom: 30px;
	line-height: 160%;
}

.news-fenlei-right a p {

	display: -webkit-box;
	-webkit-line-clamp: 4;
	/* 限制显示行数 */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-word;
	font-size: 18px;
	line-height: 160%;
	/* 防止长单词溢出 */
}

.tonglan-news li a {
	display: flex;
	justify-content: space-between;
	padding: 20px 0;
	border-bottom: 1px solid #e5e5e5;
	font-size: 20px;
}

.tonglan-news li a p {
	width: 70%;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	/* 限制显示行数 */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-word;
	line-height: 160%;
	height: 30px;
}

.tonglan-news li a span {
	width: 27%;
	margin-left: 3%;
	text-align: right;
	color: #999;
}

/* 首页捐赠 */
.juanzen-box {
	border: 1px solid #e5e5e5;
	/* padding: 15px; */
	width: 100%;
}

.juanzen-box ul {
	display: flex;
	height: 56px;
	line-height: 56px;
	padding: 0 10px;
	box-sizing: border-box;
	font-size: 18px;
	border-bottom: 1px dashed #e5e5e5;
	box-sizing: border-box;
}

.gray-bg {
	background: rgba(230, 230, 230, .3);
	font-family: 'Noto Serif SC';
	font-weight: 700;
}

.juanzen-box ul li:first-child {
	width: 40%;

}

.juanzen-box ul li:nth-child(2) {
	width: 30%;
	color: #980c0d;
}

.juanzen-box ul li:last-child {
	width: 30%;
}

.juanzen-box ul.gray-bg li:nth-child(2),
.ziye-juanzeng ul.gray-bg li:nth-child(3) {
	color: #333;
}

.ziye-juanzeng ul li:nth-child(2) {
	color: #333;
}

.ziye-juanzeng ul li:nth-child(3) {
	color: #980c0d;
}

.xyjz-bg {
	background: url(../images/xyjz-bg.png) no-repeat;
	background-size: cover;

}

.xyjz-list a {
	background: #fff;
	display: block;
	cursor: pointer;
}

.xyjz-text {
	padding: 15px;
}

.xyjz-text p {
	font-size: 20px;
	white-space: nowrap;
	/* 禁止换行 */
	overflow: hidden;
	/* 溢出隐藏 */
	text-overflow: ellipsis;
	/* 显示省略号 */
	width: 100%;
	/* 必须有宽度限制 */
	display: block;
	/* 或 inline-block */
	margin-bottom: 15px;
}

.xyjz-text span {
	color: #999;
	/* font-size: 18px; */
}

.xyjz-list-img {

	height: 228px;
	overflow: hidden;
}

/* 首页通知公告 */
.notic-list-box {}

.notic-list-box .notic-list a {
	display: flex;

}

/* 首页第四部分校友企业 */
.qiye-bg {
	background: url(../images/qiye-bg.png) no-repeat;
	background-size: cover;
}

.qiye-list {
	flex-direction: column;
	justify-content: flex-start;
}

.qiye-img {
	width: 100%;
	height: 160px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.shoye-img {
	height: 80px;
}

.qiye-text {
	text-align: left;
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
}

.qiye-text p {
	font-size: 16px;
	white-space: nowrap;
	/* 禁止换行 */
	overflow: hidden;
	/* 隐藏溢出内容 */
	text-overflow: ellipsis;
}

.qiye-text span {
	color: #999;
}

.yuanshan-bg {
	background: url(../images/yuanshan.png) no-repeat bottom;
	background-size: cover;
}

.ziye-mokuai-list.mokuai-list ul li a {
	font-size: 16px;
	padding: 6px 0;
}

.ziye-mokuai-list.mokuai-list ul li a b {
	background: url(../images/arrow-icon.png) no-repeat left center;
	background-size: 14px 14px;
	padding-left: 14px;
}

.difaxyh-list {
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 15px;
	padding: 15px;
	margin-top: 15px;

}

.difaxyh-list p {
	text-align: center;
	margin-top: 15px;
}
.difaxyh-list:hover{
	border: 1px solid #e5e5e5;
}

.xiangmu-input {
	display: flex;
	align-items: center;

}

.xiangmu-input label {
	width: 18%;

}

.xiangmu-input .form-control {
	width: 58%;
	margin-left: 2%;
}

.xiangmu-input .btn {
	width: 20%;
	background: #791CB5;
	border: 1px solid #791CB5;
	margin-left: 2%;
	outline: none;
	border: none;

}

.ziy-qiye-list {
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
	border-radius: 5px;
	margin: 15px 0;
}

/* 公告栏滚动容器 */
.scroll-container {
	height: 284px;
	/* 四行高度 (4 * 40px) */
	overflow: hidden;
	position: relative;
}

.scroll-content {
	position: absolute;
	width: 100%;
	transition: top 0.8s ease;
}


/* 捐赠动态 */
.juanzeng-dongtai {
	text-align: left;
	background: url(../images/jzdt-bg.png) no-repeat;
	width: 100%;
	height: 232px;
	background-size: cover;
	padding: 30px;
	box-sizing: border-box;
}

.juanzeng-dongtai li {

	padding-bottom: 15px;
}

.juanzeng-dongtai li span {
	color: #980c0d;
}

.qiye-list {
	margin-bottom: 15px;
}

.qiye-text {
	background: #fff;
}

/* 捐赠鸣谢区域 */
.donation-section {
	background: #f8f5fc;
}

.donation-table-container {
	overflow-x: auto;
	background: #fff;

	border-left: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
}

.donation-table {
	width: 100%;
	border-collapse: collapse;
	min-width: 800px;
}

.donation-table th,
.donation-table td {
	padding: 15px 15px;
	text-align: center;
	border-bottom: 1px solid rgba(199, 199, 199, 0.8);
	border-right: 1px solid rgba(199, 199, 199, 0.8);
	font-size: 14px;
}

.donation-table th {
	background: #f5f5f5;
	color: #333;
	font-weight: bold;
	font-size: 14px;
}

.donation-table th:first-child,
.donation-table td:first-child {
	border-left: none;
}

.donation-table tbody tr:hover {
	background: #fafafa;
}

.donation-table .amount {
	color: #5c1a6e;
	font-weight: bold;
}

.qrcode-box {
	background: #fff;
	padding: 20px;
	border-radius: 8px;
	text-align: center;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.qrcode-img {
	width: 180px;
	height: 180px;
	margin: 0 auto;
	display: block;
	border-radius: 8px;
}

.qrcode-text {
	margin-top: 10px;
	color: #666;
	font-size: 16px;
}

/* 基金会二维码样式 */
.foundation-qrcode {
	background: #fff;
	padding: 20px;
	text-align: center;
	border: 1px solid #e5e5e5;
	height: 335px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.qrcode-image-box {
	width: 240px;
	height: 240px;

}

.qrcode-image {
	width: 240px;
	height: 240px;

	display: block;
	border-radius: 8px;
}

.white-bg {
	background: #fff;
	padding: 20px 15px 15px;

}

.gay-border {
	border: 1px solid #e5e5e5;
}

/* 母校新闻样式 */
.news-featured {
	margin-bottom: 15px;
	height: 200px;
	position: relative;
	overflow: hidden;
}

.news-featured-img {
	width: 100%;
	height: 200px;
	object-fit: cover;

}

.news-featured-title {
	width: 100%;
	font-size: 16px;
	color: #333;
	margin: 10px 0 0 0;
	line-height: 1.5;
	position: absolute;
	bottom: 0;
	left: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(40, 1, 65, 0.8) 100%);
	padding: 1px 10px;
	color: #fff;
	height: 46px;
	line-height: 46px;
	white-space: nowrap;
	/* 不换行 */
	overflow: hidden;
	/* 超出隐藏 */
	text-overflow: ellipsis;
	/* 显示省略号 …… */
}

.side-bg {

	padding: 15px;
	width: 100%;
	height: 416px;
	background: url(../images/side01.png) no-repeat #fff center bottom;
	display: flex;
	flex-direction: column;
	align-items: center;
	border: 1px solid #e5e5e5;
}

.xiaoyou-bg {
	background: url(../images/side02.png) no-repeat #fff center bottom;
}



.side-bg a {
	display: block;
	border: 1px solid #5c1a6e;
	border-radius: 30px;
	padding: 10px 40px;
	margin-top: 30px;
	color: #5c1a6e;
}

.side-bg h2 {
	font-size: 28px;
	font-weight: bold;
	color: #4B0C77;
	margin-bottom: 15px;
	text-align: center;
}

.side-bg p {
	font-size: 16px;
	color: rgba(75, 12, 119, 0.5);
	margin-bottom: 15px;
	text-align: center;
}



.news-list-simple {
	list-style: none;
	padding: 0;
	margin: 0;
}

.news-list-simple li {
	padding: 15px 0;
	border-bottom: 1px dashed #eee;
}

.news-list-simple li:last-child {
	border-bottom: none;
}

.news-list-simple li a {
	display: flex;
	align-items: center;
	text-decoration: none;
	color: #333;
}

.news-list-simple .bullet {
	color: #5c1a6e;
	font-weight: bold;
	margin-right: 8px;
	font-size: 16px;
}

.news-list-simple .news-text {
	flex: 1;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news-list-simple .news-date {
	font-size: 13px;
	color: #999;
	margin-left: 10px;
	flex-shrink: 0;
}

/* 新闻卡片样式 */
.news-card {
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 20px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.news-card-img {
	height: 180px;
	overflow: hidden;
}

.news-card-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.news-card:hover .news-card-img img {
	transform: scale(1.05);
}

.news-card-content {
	padding: 15px;
}

.news-card-content h4 {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	margin-bottom: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news-card-content p {
	color: #666;
	font-size: 14px;
	line-height: 1.6;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 10px;
}

.news-card-content span {
	color: #999;
	font-size: 12px;
}

.news-list-small {
	margin: 0;
	padding: 0;
}

.news-list-small li {
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
	border-bottom: 1px dashed #eee;
	font-size: 14px;
}

.news-list-small li:last-child {
	border-bottom: none;
}

.news-list-small li a {
	flex: 1;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-right: 10px;
}

.news-list-small li span {
	color: #999;
	font-size: 12px;
}

/* 服务区域 */
.service-box {
	background: #fff;
	border-radius: 8px;
	padding: 20px;
	text-align: center;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.service-item {
	padding: 15px 0;
	border-bottom: 1px dashed #eee;
}

.service-item:last-child {
	border-bottom: none;
}

.service-item img {
	width: 60px;
	height: 60px;
	margin-bottom: 10px;
}

.service-item p {
	color: #666;
	font-size: 16px;
}

/* 通知公告区域 */
.notice-section {
	background: #fff;
}

/* 图片画廊区域 */
.gallery-section {
	background: url(../images/part4-bg.png) no-repeat;
	padding: 30px 0;
}

.gallery-box {
	background: #fff;
	border-radius: 8px;
	padding: 10px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

/* 毕业相册样式 */
.graduation-album {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.album-item {
	display: flex;
	background: #fff;
	border-radius: 0;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
	overflow: hidden;
	transition: all 0.3s ease;
}

.album-item:hover {
	box-shadow: 0 4px 15px rgba(92, 26, 110, 0.15);
}

.album-img {
	width: 150px;
	height: 100px;
	object-fit: cover;
	flex-shrink: 0;
}

.album-info {
	padding: 15px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex: 1;
}

/* 四列区域毕业相册样式 */
.album-list {
	display: flex;
	flex-direction: column;
	gap: 15px;

}

.album-list .album-item {
	display: flex;
	background: #fff;
	border: none;
	box-shadow: none;
	border-radius: 0;
	padding: 0;
	border-bottom: 1px dashed #E5E5E5;
	padding-bottom: 15px;
}

.album-list .album-item:last-child {
	border-bottom: none;
}

.album-list .album-img {
	width: 134px;
	height: 80px;
	object-fit: cover;
	flex-shrink: 0;
	border-radius: 4px;
	
}

.album-list .album-info {
	padding: 0 0 0 12px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex: 1;
	min-width: 0;
}

.album-list .album-title {
	font-size: 16px;
	font-weight: normal;
	color: #333;
	margin: 0 0 5px 0;
	line-height: 1.4;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	/* 限制 2 行 */
	overflow: hidden;
	height: 48px;
}

.album-list .album-date {
	font-size: 14px;
	color: #999;
}

.album-info h4 {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin: 0 0 8px 0;
	line-height: 1.4;
}

.album-date {
	font-size: 14px;
	color: #999;
}

.view-more {
	color: #5c1a6e;
	font-size: 14px;
}

/* 四列区域样式 */
.section-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 2px solid #5c1a6e;
}

.section-header h2 {
	font-size: 18px;
	font-weight: bold;
	color: #5c1a6e;
	margin: 0;
}

.section-header .view-more {
	font-size: 14px;
	color: #5c1a6e;
	text-decoration: none;
}

.content-list {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.content-item {
	display: flex;
	background: #fff;
	padding: 8px;
	border-radius: 6px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.06);
	transition: all 0.3s ease;
}

.content-item:hover {
	box-shadow: 0 2px 10px rgba(92, 26, 110, 0.1);
}

.content-img {
	width: 70px;
	height: 50px;
	object-fit: cover;
	border-radius: 4px;
	flex-shrink: 0;
}

.content-text {
	padding-left: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex: 1;
	min-width: 0;
}

.content-title {
	font-size: 13px;
	color: #333;
	margin: 0 0 4px 0;
	line-height: 1.4;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.content-date {
	font-size: 12px;
	color: #999;
}

/* 校友企业样式 */
.company-list {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.company-item {
	display: flex;
	background: #fff;
	padding: 8px;
	border-radius: 6px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.06);
	transition: all 0.3s ease;
}

.company-item:hover {
	box-shadow: 0 2px 10px rgba(92, 26, 110, 0.1);
}

.company-logo {
	width: 50px;
	height: 50px;
	object-fit: contain;
	border-radius: 4px;
	flex-shrink: 0;
	background: #f8f8f8;
}

.company-info {
	padding-left: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex: 1;
}

.company-name {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	margin: 0 0 4px 0;
}

.company-date {
	font-size: 12px;
	color: #999;
}

.gallery-item {
	margin-bottom: 10px;
	overflow: hidden;
	border-radius: 4px;
}

.gallery-item:last-child {
	margin-bottom: 0;
}

.gallery-item img {
	width: 100%;
	height: 100px;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.gallery-item:hover img {
	transform: scale(1.05);
}

.gallery-item p {
	padding: 8px;
	font-size: 13px;
	color: #666;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background: #fafafa;
	margin: 0;
}

/* 友情链接区域 */
.links-section {
	background: #fff;
}

.links-container {
	border: 1px solid #e5e5e5;
	padding: 15px;
}

.links-box {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;

}

.links-box a {
	padding: 8px 20px;
	background: #fff;
	color: #6b2a8a;
	font-size: 14px;
	transition: all 0.3s ease;
	height: 60px;
	overflow: hidden;
	width: 200px;
	display: flex;
	align-items: center;
}

.links-box a img {
	width: 100%;
	height: auto;
	margin-right: 5px;
	object-fit: cover;

}

.links-box a:hover {
	background: #f8f5fc;
	color: #fff;
	text-decoration: none;
}

/* 捐赠表单样式 */
.donation-form {
	background: #fff;
	padding: 20px;
	border-radius: 8px;
}

.donation-form h3 {
	background: #f8f5fc;
	color: #333;
	padding: 10px 15px;
	margin: -20px -20px 20px -20px;
	border-radius: 8px 8px 0 0;
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
}

.donation-form .form-group {
	margin-bottom: 15px;
	display: flex;
	align-items: center;
}

.donation-form .form-group label {
	width: 100px;
	font-size: 14px;
	color: #333;
	margin-right: 10px;
	flex-shrink: 0;
}

.donation-form .form-group .required {
	color: #ff0000;
	margin-right: 2px;
}

.donation-form .form-group .optional {
	color: #666;
}

.donation-form .form-control {
	flex: 1;
	padding: 8px 12px;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 14px;
	outline: none;
	transition: border-color 0.3s;
	min-width: 200px;
}

.donation-form .form-control:focus {
	border-color: #791CB3;
}

.donation-form .form-group .unit {
	margin-left: 5px;
	color: #ff0000;
	font-size: 14px;
}

.donation-form .form-group input[type="checkbox"] {
	width: 18px;
	height: 18px;
	margin-right: 5px;
}

.donation-form .form-group .checkbox-label {
	width: auto !important;
	color: #666;
	font-size: 13px;
}

.donation-form .form-actions {
	text-align: center;
	margin-top: 20px;
}

.donation-form .btn-donate {
	background: #791CB3;
	color: #fff;
	border: none;
	padding: 10px 60px;
	border-radius: 4px;
	font-size: 16px;
	cursor: pointer;
	transition: background 0.3s;
}

.donation-form .btn-donate:hover {
	background: #791CB3;
}

/* 底部样式 */


.footer-content {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	border: 1px solid #e5e5e5;
	padding: 30px 15px;
}

.footer-left {
	flex: 1;
	padding-left: 30px;
}

.footer-logo {
	flex: 1;
}

.footer-logo img {
	height: 60px;
	margin-bottom: 10px;
}




.footer-contact p {

	margin-bottom: 5px;
}

.footer-right {
	display: flex;
	gap: 0px 30px;

}

.ewm-list {
	text-align: center;
}

.ewm-list-img {
	width: 100px;
	height: 100px;
}

.ewm-list p {
	color: #333;
	font-size: 12px;
}

.header-logo-whtie {
	display: none;
}

.header-logo {
	display: block;
}

.ewm-box {
	margin-top: 20px;
	width: 300px;
	height: 300px;
}

.side ul li ul.sub-menu li {

	background: #fff;
	border: none;

}

.side ul li ul.sub-menu {
	border: none;
}

.weixinjuanzeng {
	display: none;
}

.PCjuanzeng {
	display: block;
}

/***********************
********* 响应式 ******
************************/

@media (max-width: 768px) {

	.white-bg {
		margin-bottom: 15px;
	}

	.news-list-simple .news-text,
	.album-list .album-title {
		font-size: 14px;
	}

	.album-list .album-title {
		height: 42px;
	}

	.white-bg,
	.links-container {
		padding-top: 0;
	}

	.footer-left {
		padding-left: 0;
		padding-top: 10px;
	}

	.donation-table th,
	.donation-table td {
		padding: 6px;
		font-size: 13px;
	}


	.weixinjuanzeng {
		display: block;
	}

	.PCjuanzeng {
		display: none;
	}

	.header-top-right {
		display: none;
	}

	.navbar.navbar-default .navbar-brand {
		display: block;
		width: 100%;
	}

	.biaoti {
		height: 52px;
	}

	.zy-banner {
		height: 160px;
		width: 100%;
	}

	.zy-banner img {
		object-fit: cover !important;
		height: 160px !important;
	}


	/* .zy-nav-right  {
		display: none;
	} */

	.zy-nav-left {
		font-size: 18px;
		display: none;
	}

	/* 响应式捐赠鸣谢表格 */
	.donation-table-container {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.donation-table {
		min-width: 800px;
	}

	.qrcode-box {
		margin-top: 20px;
	}

	.qrcode-img {
		width: 150px;
		height: 150px;
	}

	/* 响应式新闻卡片 */
	.news-card-img {
		height: 150px;
	}

	.news-card-content h4 {
		font-size: 16px;
	}

	.news-card-content p {
		font-size: 13px;
	}

	/* 响应式画廊 */
	.gallery-item img {
		height: 80px;
	}

	.gallery-item p {
		font-size: 12px;
	}

	/* 响应式底部 */
	.footer-content {
		flex-direction: column;
	}

	.footer-right {
		margin-top: 20px;
	}

	.footer-logo img {
		height: 50px;
	}

	/* 响应式友情链接 */
	.links-box {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
	}

	/* 首页 校友服务*/

	.side-bg h2 {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.side-bg p {
		font-size: 14px;
	}

	.links-box a {
		text-align: center;
		width: 48%;
		display: flex;
		align-items: center;
		justify-content: center;
		border: 1px solid #e5e5e5;
	}

	/* 响应式顶部信息栏 */
	.zi-logo {
		display: none !important;
	}

	.white-logo {
		display: block;
	}

	.navbar.navbar-default {

		background: linear-gradient(to right, #791CB3 0%, #791CB3 80%, #2523E9 100%);

	}

	.header-top .container {

		text-align: center;
	}

	.header-top-right {
		display: none;
	}

	.lainglie {
		justify-content: flex-start;
	}

	.header-top-left {
		flex-direction: column;
		width: 100%;
	}

	.header-logo {
		height: 50px;
		margin-right: 0;
		margin-bottom: 10px;
	}


	.header-school {
		font-size: 18px;
	}

	.header-center {
		font-size: 14px;
	}

	.header-foundation {
		font-size: 12px;
	}

	.school-motto {
		font-size: 14px;
		letter-spacing: 4px;
		margin-top: 10px;
	}

	.swiper-slide,
	.qiye-text p,
	.navbar-default .navbar-nav>li>a {
		font-size: 16px;
	}


	.qiye-img {

		height: 100px;
	}

	.news-fenlei-right a h4 {
		font-size: 20px;
		margin-top: 14px;
		margin-bottom: 15px;
	}

	.news-fenlei-right a p {
		font-size: 16px;
	}

	.news-list li {
		padding-bottom: 15px;
		padding-top: 7px;
		margin-bottom: 7px;
	}


	.fubiao {
		font-size: 14px;
	}

	.tuwen-list li a {
		flex-direction: column;
	}

	.tuwen-list li {
		margin-bottom: 7px;

		padding-bottom: 15px;
		padding-top: 7px
	}

	.tuwen-list-right p {
		margin-bottom: 20px;
		margin-top: 15px;
	}

	.zy-nav-right {
		font-size: 14px;
	}

	.biaoti h4 {
		font-size: 20px;
	}

	.index-mian {
		padding: 15px 0;
	}

	.links-section {
		padding: 0;
	}

	.tonglan-news li a span {
		font-size: 16px;
	}

	.news-fenlie {
		flex-direction: column;
	}

	.lunbo,
	.news-fenlei-right {
		width: 100%;
	}

	.footer-right {
		margin-top: 15px;
	}

	.top-link {
		display: none;
	}



	.news-fenlie {
		display: block;
	}


	.news-fenlei-right {
		margin-left: 0;
		margin-top: 15px;
	}

	.xyjz-list {
		margin-bottom: 30px;
	}

	.xyjz-list:last-child {
		margin-bottom: 0;
	}

	.footer-list {
		flex-direction: column;
	}

	.part1-title h2 {
		font-size: 20px;
	}

	.part1-title a {
		font-size: 14px;
	}

	.tonglan-news li a {
		font-size: 18px;
	}

	.juanzen-box ul {
		font-size: 14px;
	}

	.part1-title {
		margin-bottom: 15px;
		margin-top: 20px;
	}

	.mokuai-list ul li a {
		padding-bottom: 0;
	}

	/* 二级页面 */
	.mokuai-list {
		width: 100%;
		float: none;
		margin-right: 0;
	}

	.container.clearfix {
		display: block;
		align-items: initial;
	}

	.container.clearfix .side,
	.container.clearfix .zy-mian {
		display: block;
		flex-direction: initial;
	}

	.side {
		width: 100%;
		float: none;
		margin-top: 15px;
		height: auto;
	}

	.side ul {
		display: none;
	}

	.zy-mian {
		width: 100%;
		float: none;
		margin-top: 0;
		padding-left: 0;
	}

	.biaoti i {
		display: block;
	}

	/* 图文列表 */
	.tuwen-list-img,
	.tuwen-list-right {
		width: 100%;
		float: none;
	}

	/* 图片列表 */
	.tupian-list li {
		width: 100%;
		margin-right: 0;
	}

	/* 搜索 */
	.right-box {
		width: 100%;
		float: none;
		margin-bottom: 24px;
	}


	.navbar-default .navbar-collapse {
		margin-top: 0;
	}

	.navbar-collapse {
		z-index: 9;
	}

	.navbar-nav {
		float: none;
	}

	.nav>li {
		text-align: center;
		width: 100%;
	}

	.navbar-default .navbar-brand {
		float: none;
	}

	.ziye-mokuai-list.mokuai-list ul li a {
		padding: 0;
	}


	/* 公共样式 */

	.homepage {
		padding-bottom: 0;
	}

	/* 首页 */
	.index-mian .index-left,
	.index-mian .index-right {
		width: 100%;
		float: none;
	}

	.index-mian .index-left .shipin {
		width: 100%;
		height: 240px;
	}

	.index-mian .index-left .shipin .top-video {
		height: 100%;
		width: 100%;
		object-fit: contain;
	}

	.index-mian .index-left .shipin .top-video:focus {
		outline: none;

	}

	.index-mian .index-left {
		margin-bottom: 30px;
	}

}

@media (min-width: 1200px) {
	.container {
		width: 1600px;
	}

	.nav>li>a {
		padding: 20px 20px;
	}

}

@media (min-width: 1440px) {
	.container {
		width: 1600px;
	}



}