*{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
a{text-decoration:none;}


a:hover{
	color: #000;
}
a:active{
	color: #000;
}
img{max-width:100%;display: block;width:100%;}
html,body{
	font-family: 'Raleway', sans-serif;
	background:#fff;
	
}
.index_content {
	width: 100%;
	position: relative;
}
.header_top{
	width: 100%;
	position: absolute;
	height: 60px;
	width: 100%;
	background-image: url('../images/bg_t.png');
	background-size: 100% 100%;
	top:0;
	z-index: 101;
	display:flex ;
	justify-content: center;
	align-items: center;
}
.header_top a {
	display: block;
	text-align: center;
}
.logo{
	width: 20%;
	text-align: center;
	color: #fff;
	
}
.logo img {
	width: auto;
}
.login_logo{
	position: absolute;
	right: 8px;
	top:4px;
	width:25px ;
	background: url('../images/register.png');
	background-size: 100% 100%;
	height:25px
}
.header_title{
	width:100%;
	position: relative;
}
.header_title img {
	width:100%;
}
.header_logo {
	width: 100%;
	position: relative;
}
.title_wrap {
	position: absolute;
	width: 100%;
	display: flex;
	top:20%;
	align-items:center;
	justify-content:center;
}
.title_logo {
	width: 37vw;
}
.region {
	font-family: PingFangSC-Regular, sans-serif;
	color: #da1818;
	font-size: 2vw;
	background-image:linear-gradient(#fff,#fff);
	padding:2px 5px ;
	margin-top: 3px;
	border-radius: 12px;
	font-weight: bold;
}
.icon {
	position: absolute;
	right:0;
	widows: 20px;
	height: 20px;

}
h1 {
	color: #fff;
	font-size: 38px;
	font-weight: bold;
	position: absolute;
	top:50%; 
	left:40%;
	margin-top:-100px;
	margin-left:-100px;
}


.location_db {
	width:100%;
	text-align: center;
	list-style-type: none;
	background-color: #bb1a1a;
	position: relative;

}
.author {
	width: 100%;
	background-color: #bb1a1a;
	padding:10px 0 ;
	text-align: center;
	color: #fff;
}
.data {
	width:100%;
	padding: 5px 0px;
	font-size: 1vw;
	background-color: #bb1a1a;
	display: flex;
	color: #fff;
	flex-direction:row;	
	justify-content: space-around;
}
.data_item {
	width: calc(25% - 5px);
	text-align: center;
    border-right: 1px solid #fff;
}
.data_item b {
	font-weight: bold;
	font-size: 1.6vw;
}
.data_item:last-child {
	border-right: 0;
}
.menu {
	width: 100%;
	font-size: 1vw;
	background-color: #fef2e2;
	padding:40px 0 ;
	text-align: center;
	color: #bb1a1a;
}
.menu_item {
	display: inline;
	padding:0  10px;
	border-right: 1px solid #bb1a1a;
}
ul {
	list-style-type: none;
	margin: 0;
	font-size: 1em;
	padding: 0;
	overflow: hidden;
	text-align: center; 
	display: inline-block;
  }
  
  .location_db li {
	float: left;
	
  }
  
  .location_db li a {
	display: block;
	color: #fff;
	background-color: #bb1a1a;
	text-align: center;
	padding: 12px 14px;
	padding-right: 0;
	text-decoration: none;
	float: left;
	
  }
  
  .location_db li a:hover {
	color: #f5e7cd;
	font-weight: bold;
  }
 
 .header_title li img {
	  width:0.7em;
	  padding: 22px 5px ;
	  -webkit-transition: -webkit-transform 0.4s; /* For Safari 3.1 to 6.0 */
	  transition:transform 0.4s;
  }

  .menu_wrap {
	display: none;
	position: absolute;
	background-color:#bb1a1a;
	width: 100%;
	left:0;
	top:50px;
	z-index: 1001;
  }
 .menu_wrap li a{
	padding: 5px 14px;
	font-size:0.9em;
}
  .active {
	color: #333;
	font-weight: bold;
  }
  .search {
	position: absolute;
	background-color: rgba(255,255,255,0.4);;
	left: 10%;
	bottom:15%;
	width:80%;
	font-size: 1.2vw;
	display: flex;
	justify-content: center;
	z-index: 1001;
}
.search_box {
	width: 100%;
	border-radius:10px ;
	background: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: relative;
	cursor: pointer;
}
.search_type {
	flex:3;
	width:2.2em;
	
	color: #d8393a;
	font-weight: bold;
	background:#;
	margin-right: 10px;
}
.select_box {
	color: #000;
	width: 5.5em;
	font-size: 1.2em;
	margin-right: 10px;
	position: relative;
}
.more {
	width:7.2em;
}


.select_box select {
	width: 100%;
	background: #f5e7cd;
	padding: 0.3em;
	font-size: 0.8em;
	outline: none;
}
option {
	font-size: 1em;
}

.select_icon {
	margin-left: 3px;
	margin-top: 3px;
	width: 5vw;
	float: left;
}
form {
	width: 75%;
}
input {
	background-color: #fff;
	margin-left: 0.3em;
	margin-top: 0.3em;
	outline:none;	
}
button {
	width: 40px;
	float:right;
	padding: 3px;
	border-radius:10px ;
	font-weight: bold;
	background: #f6dcab;
	color: #d8393a;
	outline:none;	
	cursor:pointer;
}
.content{
	display: flex; 
	display: -webkit-flex;
	flex-wrap: wrap;
	width:90%;
	margin-left: 5%;

}

.search_wrap{
	display: flex;
}

.leader {
	width: 100%;
	height: auto;
}
.leader img {
	width: 100%;
}
.class_name {
	width: 70%;
	margin-left: 15%;
}

.part1 {
	display: flex; 
	flex:1;
	
	justify-content: space-between;
}
.part2 {
	flex:2;
	display: flex;
	
	justify-content: space-between;
	
}

.flex_r{
	flex-direction: row;
	margin-bottom: 15px;
}
.m_bottom {
	margin-bottom: 15px;
}
.flex_c {
	flex-direction: column;
	margin-right: 15px;
}
.part_item {
	flex:1;
	display: flex;
	animation:fadeInDown 1s;
	-moz-animation:fadeInDown 1s; 
	-webkit-animation:fadeInDown 1s; 
	-o-animation:fadeInDown 1s; 
}


.border_style {
	border:2px solid #fff;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.12);
	position: relative;	
}
.border_style:hover .index_animate{
	opacity: 1;
	color:#fff;
	background: #d8393a;
}
.border_style:hover {
	border:1px solid #d8393a;
}
.index_animate {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 20%;
	line-height: 4em;
	font-size: 1.2em;
	font-weight: bold;
	color:#d8393a;
	background: #f6ead3;
	display: flex;
	justify-content: center;
	align-items: center;
	/*z-index: -1;*/
}

.index_animate img {
	height: 1.4em;
	width:1.4em;
	margin-right: 5px;
}

.animate_t1 {
	animation-delay:0s;
	-webkit-animation-delay:0s; /* Safari 鍜� Chrome */
}
.animate_t2 {
	opacity: 0;
	animation-fill-mode: forwards;
	animation-delay:0.3s;
	-webkit-animation-delay:0.3s; /* Safari 鍜� Chrome */
}
.animate_t3 {
	opacity: 0;
	animation-delay:0.6s;
	animation-fill-mode: forwards;
	-webkit-animation-delay:0.6s; /* Safari 鍜� Chrome */
}
.animate_t4 {
	opacity: 0;
	animation-delay:0.9s;
	animation-fill-mode: forwards;
	-webkit-animation-delay:0.9s; /* Safari 鍜� Chrome */
}
.item_margin {
	margin-right: 20px;
}





.image_list {
	width:80%;
	margin-left: 10%;
	padding-top: 30px;
}
.image_list_item {
	width:calc(21.25% - 2px);
	float:left;
	margin: 10px 0;
	border-radius: 5px;
	margin-left:3%;	
	border:1px solid #fff;
}
.image_list_item p {
	margin-top: 0.5em;
	padding: 0 1em;
	line-height: 1.5em;
	height: 3em;
	font-size: 1em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;

}
.image_list_item_v {
	width:100%;
	height:9vw;
	overflow-y: hidden;
}
image_list_item_v li {
	color:#d8393a;
	margin-bottom:15px ;
	list-style-type:square;
}

.detail_info{
	text-align: center;
	font-size: 0.9em;
	margin-bottom: 2em;
}

/*--footer--*/
.footer{
	background:#bb1a1a;
	color: #fff;
	font-size: 0.8em;
}
.copy {
	width: 60%;
	margin-left: 20%;
	padding: 20px 0;
	display: flex;
	position: relative;
	justify-content: center;
}
.copy p,a {
	text-align: center;
}
.show ,.show4{
	margin-right: 10px;
	position: relative;
}
.show4 a {
	cursor: pointer;
	color: #fff;
}
.show4 a:hover {
	color:blue;
}
.show_info2 {
	position: absolute;
	width:100%;
	top:-6em;	
	left:0;
	right:0;
	justify-content: center;
	display: none;
}
.show_info2 img {
	width:7em;
}
.footer p {
	text-align: center;
}

@keyframes fadeInDown{
	0% {
		opacity: 0;
		transform:rotate(-10deg);
	}
	100% {
		opacity: 1;
		transform:rotate(0deg);
	}
}