﻿ * {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family:"Source Han Sans CN;", "Microsoft YaHei", "PingFang SC", sans-serif;
}

body {
	background-color: #EFF1F6;
	font-family: Source Han Sans CN;
	color: #293E3C;

}
table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	font-size: max(5px,0.7vw); 
	line-height: 1.8em;
	text-align: center;
	table-layout: fixed;
}
th, td {
	width: 25%;
	border: 0.1vw solid #D2D2D2;
	
}
th {
   color: white;
   font-weight: bold;
   padding: 0.5vw;
   border-top-style: none;
   border-bottom:0.1vw solid #2EA7AA;
   background-color: #2EA7AA;
}


td {
	padding: 1vw 0.5vw;
	
}

.sidebar{
	position: -webkit-sticky; /* Safari */
	position: sticky;
	top: 0;
	right:0;
	z-index: 1000;
	width: 8vw;
	margin-left: 20px;
}

.flex-r{
	display: flex;
	flex-direction: row;
	
	
}
.flex-r-c{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	
}
.flex-r-end{
	display: flex;
	flex-direction: row;
	justify-content: end;
	align-items: center;
	
}
.flex-r-s{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.flex-c{
	display: flex;
	flex-direction: column;
	
}
.flex-c-c{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}


.bgt{
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: 100% 100%;

	
}

/* 顶部横幅 */
.header {
	min-width: 335px;
	width: 100%;
	background-image: url(../img/gjzw-header.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	aspect-ratio: 10/3.2;
	
	
}

.header-text{
	color: white;
	font-size: 0.85vw;
	line-height: 2em;
	text-indent: 2em;
	font-family: "Source Han Sans CN;";
	text-align: justify;
	
}

.content-bg{
	min-width: 335px;
	width: 100%;
	
}

.content{
	min-width: 315px;
	width: 66%;
	background-color: #FFFFFF;
	
	
}
.c-title{
	color: #2EA7AA;
	font-size: max(8px, 1.2vw);
	font-weight: 400;
	font-family: "Source Han Sans CN;";
	padding: 2vw 3vw 1vw;
	
}

/* 网页底 */
.bq-bg{
	min-width: 335px;
	background-color: #3B3F49;
	width: 100%;
}
.bq-bottom{
	font-family: MicrosoftYaHei;
	font-size: 1vw;
	color: #F8F8F8;
	text-align: center;
	border-top: 1px solid #4D515A;
	width: 100%;
	padding: 1vw 0;
	    
}
.bq-yq{
	color: #ACB1BD;
	font-size: 1.2vw;
	font-weight: 500;
}
.bq-yq-u {
	list-style-type: none;
	font-family: MicrosoftYaHei;
	font-size: 1vw;
	color: #F8F8F8;
	margin-top: 1vw;

}
.bq-yq-u li {
	margin-left: 1.5vw;
}
.bq-yq-u a {
	color: #F8F8F8;
	text-decoration: none; /* 移除下划线 */
}

 /* 底部栏 */
.footer {
	 background-image: url(../img/footer_bg.png);
	 background-repeat: repeat;
	 width: 100%;
	 height: 589px;
	 margin: 0 auto;
	 display: flex;
	 flex-direction: column;
 }

.footer .footer_menu {
	 position: relative;
	 height: 275px;
	 display: flex;
	 flex-direction: column;
	 align-items: center;
 }


.footer .nav_link {
	 width: 1136px;
	 display: flex;
	 flex-direction: column;
	 align-items: center;
	 margin-top: 40px;
 }


 /* 友情链接 */
.footer .nav_link_ul {
	 list-style-type: none;
	 text-align: center;
	 width: 1136px;
	 height: 60px;
	 display: flex;
	 flex-direction: row;
	 justify-content: space-between;
	 align-items: center;
 }

.footer .nav_link_ul li {
	 overflow-wrap: break-word;
	 color: rgba(255, 255, 255, 1);
	 font-size: 18px;
	 font-family: SourceHanSansCN-Bold;
	 font-weight: 700;
	 line-height: 27px;
	 border-radius: 4px;
	 height: 68px;
	 border: 1px solid rgba(255, 255, 255, 1);
	 width: 118px;
	 display: flex;
	 flex-direction: row;
	 justify-content: center;
	 align-items: center;
	 cursor: pointer;
 }

.footer .footer_contact {
	 position: relative;
	 margin: 0 auto;
 }

.footer .footer_contact_div {
	 position: relative;
	 display: flex;
	 flex-direction: row;
	 width: 1126px;
	 justify-content: space-between;
	 align-items: center;
 }

 .footer_contact_left {
	 display: flex;
	 flex-direction: column;
	 align-items: center;
	 width: 550px;
	 height: 186px;
 }

 .footer_contact_left_title {
	 height: 16px;
	 overflow-wrap: break-word;
	 color: rgba(255, 255, 255, 1);
	 font-size: 18px;
	 font-family: MicrosoftYaHei-Bold;
	 font-weight: 700;
	 white-space: nowrap;
	 line-height: 16px;
	 width: 100%;
	 display: flex;
	 flex-direction: column;
	 justify-content: flex-start;
 }


 .footer_contact_left_content {
	 display: flex;
	 flex-direction: row;
	 justify-content: space-between;
	 align-items: center;
	 width: 100%;
	 margin-top: 26px;
 }

 .footer_contact_left_text {
	 overflow-wrap: break-word;
	 color: rgba(255, 255, 255, 1);
	 font-family: MicrosoftYaHei;
	 /*font-weight: NaN;*/
	 text-align: left;
	 white-space: nowrap;
	 font-size: 14px;
	 line-height: 36px;
	 overflow: visible;
 }

 .footer_contact_left_content .school_info {
	 display: flex;
	 flex-direction: column;
	 align-items: flex-start;
	 width: 108px;
 }

 .footer_contact_left_content .school_info {
	 display: flex;
	 flex-direction: column;
	 align-items: flex-start;
	 width: 108px;
 }

 .footer_contact_left_content .contact_info {
	 display: flex;
	 flex-direction: column;
	 align-items: flex-start;
	 width: 284px;
 }


 .footer_contact_left_content .cec_info {
	 display: flex;
	 flex-direction: column;
	 align-items: flex-start;
	 width: 96px;
 }

 .contact_info_text {
	 color: rgba(255, 255, 255, 1);
	 font-family: MicrosoftYaHei;
	 /*font-weight: NaN;*/
	 text-align: left;
	 font-size: 14px;
	 line-height: 36px;
	 overflow: visible;
 }

 .contact_info_text616 {
	 margin-left: 40px;
	 color: rgba(255, 255, 255, 1);
	 font-family: MicrosoftYaHei;
	 /*font-weight: NaN;*/
	 text-align: left;
	 font-size: 14px;
	 line-height: 36px;
	 overflow: visible;
 }

 .footer_contact_right {
	 display: flex;
	 flex-direction: column;
	 width: 478px;
	 align-items: flex-start;
	 height: 186px;
 }

 .nav_link_concat {
	 width: 500px;
	 list-style-type: none;
	 text-align: left;
	 display: flex;
	 flex-direction: row;
	 justify-content: space-between;
	 flex-wrap: wrap;
 }

 .nav_link_concat li {
	 color: rgba(255, 255, 255, 1);
	 font-size: 16px;
	 font-family: MicrosoftYaHei;
	 /*font-weight: NaN;*/
	 text-align: left;
	 white-space: nowrap;
	 line-height: 16px;
 }

 .nav_link_concat li a {
	 width: 96px;
	 height: 16px;
	 overflow-wrap: break-word;
	 color: rgba(255, 255, 255, 1);
	 font-size: 16px;
	 font-family: MicrosoftYaHei;
	 /*font-weight: NaN;*/
	 text-align: left;
	 white-space: nowrap;
	 line-height: 36px;
	 margin-top: 28px;
	 text-decoration: none;
 }

 .footer_contact_right_title {
	 height: 16px;
	 overflow-wrap: break-word;
	 color: rgba(255, 255, 255, 1);
	 font-size: 18px;
	 font-family: MicrosoftYaHei-Bold;
	 font-weight: 700;
	 white-space: nowrap;
	 line-height: 16px;
	 width: 100%;
	 display: flex;
	 flex-direction: column;
	 justify-content: flex-start;

 }

 .footer_contact_right_content {
	 display: flex;
	 flex-direction: row;
	 justify-content: flex-start;
	 align-items: center;
	 width: 100%;
	 margin-top: 26px;
 }

 .footer_contact_center {
	 background-color: rgba(255, 255, 255, 1);
	 width: 1px;
	 height: 180px;
	 display: flex;
	 flex-direction: column;
 }

 .footer_line {
	 width: 100%;
	 height: 1px;
	 margin-top: 166px;
	 background-color: rgba(109, 171, 172, 1);
	 margin-top: 20px;
	 margin-bottom: 20px;
 }

 .footer_bottom {
	 position: relative;
	 margin-top: 40px;
 ;
	 background-color: rgba(0, 123, 123, 1);
	 height: 60px;
	 display: flex;
	 flex-direction: row;
	 justify-content: center;
	 align-items: center;
 }

 .footer_bottom_text {
	 height: 20px;
	 color: rgba(255, 255, 255, 1);
	 font-size: 16px;
	 font-family: MicrosoftYaHei;
	 /*font-weight: NaN;*/
	 line-height: 20px;
	 text-align: center;
 }

 .footer_bottom_text a {
	 color: rgba(255, 255, 255, 1);
 }