@font-face {
	font-family: 'SHSCN-Bold';
	src: url("../font/SourceHanSerifCN-Bold.otf") format("opentype");
	font-display: swap;
}

body {
	color: #333;
	font-size: 14px;
	font-family: "Arial", "microsoft Yahei", Helvetica, Arial, Tahoma;
	margin: 0 auto;
	position: relative;
}


/**ie**/

#browser-modal {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
	color: #303233;
	position: fixed;
	z-index: 99999999999999999;
	display: none;
}

#browser-modal .browser-modal-cover {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #111;
	opacity: .9;
	z-index: -1;
}

#browser-modal .browser-content {
	width: 700px;
	margin-top: 120px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 80px;
	padding-top: 30px;
	background-color: #fff;
	border-radius: 5px;
}

#browser-modal .browser-content .browser-dpc-logo img {
	height: 62px;
	margin: 45px auto 30px;
}

#browser-modal .browser-content .browser-text-title {
	text-transform: uppercase;
	font-size: 24px;
}

#browser-modal .browser-content .browser-text-desc {
	margin-top: 30px;
	margin-bottom: 40px;
	font-size: 14px;
}

#browser-modal .browser-content .browser-list {
	width: 600px;
	margin: 40px auto;
	height: 130px;
}

#browser-modal .browser-content .browser-item {
	float: left;
	width: 150px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

#browser-modal .browser-content .browser-item .iconfont {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	font-size: 80px;
	line-height: 80px;
	margin-bottom: 30px;
}

#browser-modal .browser-content .browser-item a {
	color: #921041;
	cursor: pointer;
	display: block;
}

#browser-modal .browser-content .browser-item a img {
	display: block;
	margin: 0 auto;
	max-width: 100px;
	width: 100px;
	height: 100px;
}

#browser-modal .browser-content .browser-item a h4 {
	text-align: center;
	margin-top: 20px;
	font-size: 18px;
	font-weight: 700;
}

#browser-modal .browser-content .browser-item .iconchrome {
	background: url(../images/bro.png) no-repeat 0 0;
}

#browser-modal .browser-content .browser-item .iconfirefox {
	background: url(../images/bro.png) no-repeat 0 -100px;
}

#browser-modal .browser-content .browser-item .iconopera {
	background: url(../images/bro.png) no-repeat 0 -200px;
}

#browser-modal .browser-content .browser-item .iconEdge {
	background: url(../images/bro.png) no-repeat 0 -300px;
}


/*body {
   
      -ms-overflow-style: none;  
      scrollbar-width: none;  
      height: 100vh; 
      overflow-y: auto;
    }

   
    body::-webkit-scrollbar {
      display: none;
    }
*/

.layer {
	background: rgba(0, 0, 0, 0.8);
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1000000;
	opacity: 0;
	z-index: -1;
	transition: all 0.3s ease-out 0s;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.layer.showdiv {
	opacity: 1;
	visibility: visible;
	z-index: 10000000;
}

.layer .close {
	font-size: 60px;
	position: absolute;
	right: 40px;
	top: 50px;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
	color: #ccc;
}

.layer .search_box {
	height: 45px;
	line-height: 45px;
	width: 750px;
	display: -ms-flexbox;
	display: flex;
	transform: translateY(-50px);
	opacity: 0;
	/* margin-top:-100px; */
}

.layer.showdiv .search_box {
	transform: none;
	transition: all 0.5s ease-out 0s;
	opacity: 1;
}

.layer .search_box .kw {
	background: #fff;
	border: none;
	-ms-flex: 1;
	flex: 1;
	padding: 0 12px;
	font-size: 16px;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
}

.layer .search_box .ok {
	background: #aa000d;
	color: #fff;
	box-shadow: none;
	border: none;
	width: 80px;
	text-align: center;
	font-size: 18px;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
}

.layer .search_box .ok input {
	margin-top: 8px;
}

.layer.active {
	opacity: 1;
	z-index: 1000000;
}

body.fixed {
	overflow: hidden;
}

body.fixed .header-a {
	margin-top: 0.4rem;
	padding-right: 0;
}
strong>span{
	font-weight: bold !IMPORTANT;
}
* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: normal;
	outline: none;
}
.article-cont table{
	border:1px #333 solid;
}
.article-cont td{
	border:1px #333 solid;
}
.slick-slider {
	touch-action: auto !important;
}

.slick-prev:before,
.slick-next:before,
.slick-dots li button:before {
	display: none;
}

.img-hide {
	overflow: hidden;
	display: block;
}

.img-hide img {
	transform: scale(1, 1);
	transition: 0.3s all;
}

.img-hide:hover img {
	transform: scale(1.05, 1.05);
}

.txt-elise {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 80%;
}

.txt-elise2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.txt-elise3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.txt-elise7 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
}

.txt-center {
	text-align: center;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	display: none !important;
}

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%;
	vertical-align: middle;
}

.slick-slider {
	touch-action: auto !important;
}

.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: -10;
	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);
}

.banner {
	margin: 0;
	overflow: hidden;
}

.banner img {
	width: 100%;
	height: auto;
	display: none;
}

.banner a {
	display: block;
}

.banner a div {
	height: 100vh;
}

.header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 100000;
}

.header.act-on {
	z-index: 999999;
}

.header.act-on .nav-list {
	display: none !important;
}

.logo {
	padding-top: 32px;
}

.logo img {
	display: block;
}

.header-right {
	padding-top: 35px;
}

.container {
	width: 1600px;
	padding: 0;
}

.container-top {


    width: 100%;
    background: url(../images/b_bg.png) repeat-x left 0;
    background-size: contain;
    height: 200px;
    /* padding-top: 50%; */
    position: relative;
}

.header.one .container-top {
	height: auto;
	background: none;
}

.header-link {
	color: #fff;
}

.header-link span {
	margin: 0 5px;
	display: inline-block;
	font-size: 16px;
}

.header-link a {
	color: #d7d4d1;
	font-size: 16px;
}

.header-link a:hover {
	color: #fff;
}

.wap {
	display: none !important;
}

.nav {
	margin-top: 10px;
	height: 54px;
	/* display: flex; */
	/* justify-content: space-between; */
	/* width: 100%; */
}

.nav>ul {
	font-size: 0;
	height: 100%;
	display: flex;
	/* width: 100%; */
	justify-content: space-between;
}

.nav>ul>li {
	float: left;
	position: relative;
	/* width: 10%; */
	text-align: center;
	margin-left: 56px;
}

.nav>ul>li>a {
	display: block;
	font-size: 20px;
	line-height: 44px;
	color: #fff;
	text-align: center;
	position: relative;
	transition: all 0.3s;
	font-weight: bold;
}

.nav>ul>li:first-child>a::before {
	display: none;
}

.nav>ul>li.active>a {
	/* font-weight: bold; */
	/* background: #fff; */
	/* color: #78231c; */
}

.nav>ul>li:hover>a {
	color: #fff;
	/* font-weight: bold; */
}

.nav>ul>li.active>a::after,
.nav>ul>li:hover>a::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	width: 16px;
	height: 9px;
	background: url() no-repeat bottom center;
}

.nav>ul>li.on>a::after {
	/* border-bottom: 5px solid #ffffff; */
}

.nav>ul>li>div {
	position: absolute;
	top: 100%;
	width: 100%;
	min-width: 120px;
	left: 50%;
	transform: translateX(-50%);
	background: #fff;
	z-index: 9999;
	overflow: hidden;
	line-height: normal;
	display: none;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	border-top: 6px solid #aa000d;
	border-radius: 8px;
}

.nav>ul>li>div>ul {
	overflow: hidden;
}

.nav>ul>li>div>ul>li a {
	display: block;
	font-size: 16px;
	line-height: 45px;
	transition: .3s;
	color: #333;
	text-align: center;
}

.nav>ul>li>div>ul>li a:hover {
	background: #aa000d;
	color: #fff;
}

.header.one {
	background: #aa000d;
	min-height: 136px;
}

.fixed .header.one {
	background: none;
}

.slick-dots li button {
	padding: 0;
	position: relative;
}

.slick-dots li#slick-slide00 button:before {
	content: "01";
	position: absolute;
}

.flex {
	display: flex;
	justify-content: space-between;
}

.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);
}

.search-a {
	display: none;
}

.aline_r {
	position: relative;
	background-image: linear-gradient(#aa000d, #aa000d);
	background-position: 0 100%;
	background-size: 0 1px;
	background-repeat: no-repeat;
	transition: background-size .5s;
	transition: .5s;
}

a:hover .alin_r .aline_r {
	background-size: 100% 1px;
	color: #aa000d;
}

a:hover .aline_r {
	background-size: 100% 1px
}

.aline_r1 {
	position: relative;
	background-image: linear-gradient(#aa000d, #aa000d);
	background-position: 0 100%;
	background-size: 0 1px;
	background-repeat: no-repeat;
	transition: background-size .5s;
	transition: .5s;
}

a::hover .alin_r1 .aline_r {
	background-size: 100% 1px;
	color: #aa000d;
}

a::hover .aline_r1 {
	background-size: 100% 1px
}

a:hover .jx-ul-tt,
.three-ul li a:hover,
.three-title a:hover,
a:hover .img-slick-tt,
a:hover .one-left-tt,
a:hover .mt-list-tt {
	color: #a10a13;
}

.n-pic::before,
.n-pic1::before {
	content: '';
	position: absolute;
	top: 0;
	left: -86%;
	z-index: 2;
	display: block;
	width: 50%;
	height: 100%;
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
	background: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, .1));
	background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, .1));
}

@-webkit-keyframes shine {
	100% {
		left: 115%;
	}
}

.af:hover .n-pic::before,
.n-pic1:hover::before {
	-webkit-animation: shine .5s;
	animation: shine .5s;
}


/*foot*/

.footer {
	background: url(../images/foot-bg.png) no-repeat center;
	padding: 80px 0 0;
	background-size: cover;
	border-top: 4px solid #dda649;
}

.copy {
	padding: 25px 10px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background: rgba(170, 0, 13, .5);
}

.copy a {
	color: #fff;
	padding-left: 10px;
}

.foot-box {
	padding-bottom: 35px;
	align-items: center;
}

.foot-add>h3 {
	font-size: 19px;
	color: #fff;
	font-weight: bold;
	position: relative;
	padding-left: 15px;
}

.foot-add>h3:before {
	content: "";
	position: absolute;
	width: 3px;
	height: 16px;
	background: #fff;
	left: 0;
}

.foot-add-c {
	margin-top: 35px;
}

.foot-add-left h3 {
	font-size: 19px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 15px;
}

.foot-add-left p {
	font-size: 16px;
	color: #fff;
	line-height: 30px;
}

.foot-add-left {
	margin-right: 0;
}

.foot-ewm p {
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 35px;
}

.foot-ewm img {
	/* width:120px; */
	/* height:120px; */
}

.select {
	width: 100%;
	position: relative;
	margin-bottom: 0;
	/* line-height: 50px; */
}

.select dt {
	width: 99.2%;
	display: inline-block;
	/* background: rgba(255, 255, 255, .22); */
	font-size: 15px;
	line-height: 48px;
	cursor: pointer;
	color: #fff;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	position: relative;
	z-index: 99;
	text-indent: 1em;
	font-weight: 400;
	text-align: left;
}

.select dt img {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	transition: all .3s;
}

.select dt.cur img {
	transform: translateY(-50%) rotate(180deg);
}

.select dd {
	position: absolute;
	left: 0;
	bottom: 67px;
	border: 1px solid #c55a62;
	background: #fff;
	display: none;
	font-size: 15px;
	z-index: 100;
	width: 99.2%;
}

.select dd ul {
	height: 200px;
	background: #fff;
	overflow-y: scroll;
}

.select dd ul li a {
	display: block;
	color: #666;
	padding: 4px 10px;
	line-height: 1.4;
	text-align: left;
}

.select dd ul li a:hover {
	background: #f3f3f3;
	color: #089c78;
}

.links {
	width: 250px;
	position: relative;
	height: 47px;
	/* padding-left:20px; */
	border: 1px solid #c55a62;
	/* border-radius: 5px; */
	line-height: 47px;
	z-index: 99999;
	margin-left: 40px;
}

.foot-ewm li {
	margin-left: 25px;
	position: relative;
	width: 53px;
	height: 53px;
	/* border:1px solid #77c4b1; */
	/* border-radius:5px; */
	cursor: pointer;
	border-radius: 50%;
	background: #aa4149;
}

.foot-icon {
	width: 53px;
	height: 53px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.foot-img {
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -55px;
	padding: 8px;
	border-radius: 5px;
	/* top:120%; */
	width: 110px;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	transition: .5s;
	transform: translateY(10px);
	height: 110px;
	background: #fff;
	box-shadow: 0 0 5px rgba(51, 51, 51, .4);
}

.foot-img img {
	width: 100%;
	height: 100%;
}

.foot-ewm li:hover .foot-icon img {
	/* background: #00b396; */
	/* border-radius: 50%; */
}

.foot-ewm li:hover .foot-img {
	opacity: 1;
	visibility: visible;
	transform: translateY(-10px);
}

.foot-logo {
	width: 32%;
}

.foot-add-left {
	width: 21.87%;
}

.foot-r {
	width: auto;
}

.lsyg {
	--primary-color: #aa000d;
	--secondary-color: #3498db;
	--text-color: #333;
	--light-bg: #f8f9fa;
	--border-color: #eaeaea;
	--danger-color: #e74c3c;
	--success-color: #27ae60;
	--muted-color: #95a5a6;
}

.lsyg * {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Segoe UI', 'Microsoft YaHei', sans-serif;
}

.lsyg div {
	/* background-color: var(--light-bg) !important; */
	color: var(--text-color) !important;
	line-height: 1.6;
	padding: 0;
	max-width: 1200px;
	margin: 0 auto;
}

.lsyg .container {
	background-color: white;
	border-radius: 10px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
	padding: 30px;
	margin-top: 20px;
}

.lsyg .header {
	text-align: center;
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--border-color);
}

.lsyg h1 {
	color: var(--primary-color);
	font-size: 28px;
	margin-bottom: 10px;
	font-weight: 600;
}

.lsyg .description {
	color: #333!important;
	font-size: 16px !important;
	/* max-width: 800px; */
	margin: 0 auto;
}

.lsyg .info-note {
	/* background-color: var(--light-bg); */
	/* border-left: 4px solid var(--secondary-color); */
	padding: 0;
	margin-bottom: 0;
}

.lsyg .info-note p {
	margin: 5px 0;
	font-size: 15px;
	color: #555;
}

.lsyg .table-container {
	overflow-x: auto;
	border-radius: none;
	border: none;
}

.lsyg table {
	width: 100%;
	border-collapse: collapse;
	min-width: 90%;
border: 1px #e1e1e1 solid !important;
}

.lsyg thead {
	background-color: var(--primary-color);
	color: white;
}

.lsyg th {
	padding: 16px 12px;
	text-align: left;
	font-weight: 600;
	border: none !important;
	font-size: 16px;
}

.lsyg th:first-child {
	/* border-top-left-radius: 7px; */
}

.lsyg th:last-child {
	/* border-top-right-radius: 7px; */
}

.lsyg td {
	padding: 14px 12px !important;
	
border: 1px #e1e1e1 solid !important;
	font-size: 14px;
}
#vsb_content_2 TABLE TD{
	border:none
}
.lsyg tbody tr:nth-child(even) {
	background-color: #f9f9f9;
}

.lsyg tbody tr:hover {
	background-color: #f0f7ff;
	transition: background-color 0.2s ease;
}

.lsyg .school-name {
	font-weight: bold;
	color: #333;
}

.lsyg .time-period {
	color: var(--danger-color);
	font-weight: 500;
}

.lsyg .location {
	color: #333;
}

.lsyg .empty-cell {
	color: var(--muted-color);
	font-style: italic;
}

.lsyg .period-marker {
	display: inline-block;
	width: 8px;
	height: 8px;
	background-color: var(--secondary-color);
	border-radius: 50%;
	margin-right: 8px;
}

.lsyg .footer-note {
	margin-top: 25px;
	text-align: center;
	color: var(--muted-color);
	font-size: 14px;
	padding-top: 15px;
	border-top: 1px solid var(--border-color);
}.copy a:hover {
    color: #fff;
}