@charset "utf-8";
/* CSS Document By www.ahweilai.com */
body {
	/*font-family:"MicroSoft Yahei",Arial;*/
	font-family:'Droid Serif',Lora,Georgia,serif,Arial;
	font-size:16px;
	line-height:1.45;
	color:#222;
}
.wid {
	width:1150px;
	margin-right:auto;
	margin-left:auto;
}
/*display-none*/
.nav_wap,.black-fixed,.header_wap {
	display:none;
}
/*display-block*/
.323 {
	display:block;
}
/*header*/
.header {
	width:100%;
	background-color:#000;
	position:fixed;
	z-index:10000;
}
.header ul {
	width:1150px;
	margin:0 auto;
	padding:30px 0 30px 0;
	display:flex;
	justify-content:space-between;
}
.header ul li {
	}
.header ul li a {
	color:#fff;
	font-size:22px;
	padding:0 20px;
	display:block;
	text-align:center;
	line-height:40px;
	transition:.4s;
}
.header ul li a:hover {
	color:#000;
	background-color:#fff;
	transition:.4s;
}
.header ul li .selected,.header ul li .parent {
	color:#000;
	background-color:#fff;
	transition:.4s;
}
.web_title {
	font-family:Baskerville,"Palatino Linotype",Palatino,"Century Schoolbook L","Times New Roman","serif";
	font-size:50px;
	color:#fff;
	padding:90px 0 20px 0;
	background-color:#000;
	text-align:center;
}
/*banner*/
.banner {
	margin-bottom:30px;
}
.swiper {
	width:100%;
	height:100%;
}
.swiper-slide {
	text-align:center;
	font-size:18px;
	background:#fff;
	/* Center slide text vertically */
  display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-box-align:center;
	-ms-flex-align:center;
	-webkit-align-items:center;
	align-items:center;
}
.swiper-slide img {
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}
.swiper {
	margin-left:auto;
	margin-right:auto;
}
.swiper-pagination-bullet {
	width:12px;
	height:12px;
}
.swiper-pagination-bullet-active {
	background-color:#000;
}
.swiper-button-next,.swiper-button-prev {
	background-color:#000;
	color:#fff;
	width:40px;
	height:60px;
}
.swiper-button-next::after,.swiper-button-prev::after {
	font-size:24px;
}
/*main*/
.main .about .title,.main .openings .title,.main .news .title {
	/*font-family:'Century Gothic',sans-serif;
	*/
	line-height:1.1em;
	font-size:36px;
	padding:15px 0 30px 0;
	border-bottom:solid 3px #9e2630;
	margin-bottom:30px;
}
.main .openings {
	margin-top:20px;
	margin-bottom:30px;
}
.main .news {
	margin-top:20px;
	margin-bottom:80px;
}
.main .about .con,.main .openings .con {
	/*font-family:'Droid Serif',Lora,Georgia,serif;
	*/
	font-size:20px;
	margin-bottom:10px;
	text-align:justify;
}
.main .about .con span,.main .openings .con span {
	color:Brown;
}
.main .about .con a,.main .openings .con a {
	color:Brown;
	padding-bottom:3px;
	border-bottom:1px solid rgba(158,38,48,0.35);
	/* text-decoration:underline;
	*/
}
.main .about .con a:hover,.main .openings .con a:hover {
	border-bottom-color:rgba(158,38,48,1);
	color:rgba(158,38,48,0.7);
}
.main .about .con p,.main .openings .con p {
	text-indent:2em;
	padding-bottom:15px;
}
.main .news .title span {
	float:right;
	font-size:18px;
	padding-top:10px;
}
.main .news .title span a {
	color:#000;
	font-size:22px;
}
.main .news .con ul li,.smain .news .con ul li {
	font-size:20px;
	margin-bottom:25px;
	text-align:justify;
}
.main .news .con ul li:nth-child(2n),.smain .news .con ul li:nth-child(2n) {
	background:#eee;
	padding:15px;
}
.main .news .con ul li span,.smain .news .con ul li span {
	display:block;
	font-size:20px;
	color:#9e2630;
	font-weight:bold;
	margin-bottom:20px;
}
/*smain*/
.s_title {
	font-size:36px;
	line-height:1.1em;
	text-align:center;
	padding-top:65px;
	padding-bottom:30px;
	margin-bottom:30px;
	border-bottom:solid 3px #9e2630;
}
.s_titles {
	font-size:36px;
	line-height:1.1em;
	text-align:center;
	padding-top:25px;
	padding-bottom:30px;
	margin-bottom:30px;
	border-bottom:solid 3px #9e2630;
}
.smain {
	margin-bottom:40px;
}
/*member*/
.member .pic {
	margin-bottom:30px;
	/*border-bottom:solid 3px #9e2630;
	padding-bottom:30px;
	*/
}
.member .pic img {
	width:100%;
	/*margin:0 1%;
	*/
}
.member .professor {
	display:flex;
	justify-content:flex-start;
	margin-bottom:40px;
}
.member .professor .img {
	width:180px;
	height:230px;
}
.member .professor .img img {
	width:100%;
	height:230px;
	object-fit:cover;
}
.member .professor .info {
	margin-left:50px;
}
.member .professor .info h2 {
	font-size:20px;
	font-weight:bold;
	margin-bottom:5px;
}
.member .professor .info h3 {
	font-size:20px;
	font-weight:bold;
	margin:10px 0 5px 0;
}
/*.member .professor .info h6 {
	font-size:18px;
	font-weight:normal;
	margin-bottom:10px;
}
.member .professor .info p:last-child {
	padding-top:20px;
}
*/
.member .professor .info p {
	font-size:18px;
	line-height:1.6;
}
.member .professor .info p::before {
	content:"•";
	color:#000;
	font-size:20px;
	margin-right:8px;
}
.member .list .title,.member .title {
	font-size:26px;
	line-height:26px;
	margin-bottom:30px;
	padding-top:20px;
	padding-bottom:30px;
	border-bottom:3px solid #9e2630;
}
.member .list .con {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.member .list .con .item {
	width:560px;
	display:flex;
	justify-content:space-between;
	margin-bottom:30px;
}
.member .list .con .item .img {
	width:180px;
	height:230px;
}
.member .list .con .item .img img {
	width:180px;
	height:230px;
	object-fit:cover;
}
.member .list .con .item .info {
	width:340px;
	margin-left:30px;
}
.member .list .con .item .info h2 {
	font-size:18px;
	font-weight:bold;
	margin-bottom:5px;
}
.member .list .con .item .info p {
	font-size:18px;
	line-height:1.6;
}
.member .list .con .item .info p::before {
	content:"•";
	color:#000;
	font-size:20px;
	margin-right:8px;
}
.member .list .wl-info {
	padding-bottom:20px;
}
.member .list .wl-info p {
	font-size:18px;
	line-height:1.8;
}
.member .list .wl-info p::before {
	content:"•";
	color:#000;
	font-size:20px;
	margin-right:8px;
}
/*research*/
.research {
	padding-bottom:30px;
}
.research .txt {
	font-size:20px;
	text-align:justify;
	/*margin-bottom:10px;
	*/
}
.research .txt p {
	text-indent:2em;
	text-align:justify;
}
.research .list .title {
	font-size:20px;
	padding-top:40px;
	padding-bottom:20px;
	margin-bottom:30px;
	border-bottom:solid 3px #9e2630;
	font-weight:bold;
	text-align:justify;
}
.research .list .con p img,.research .txt p img {
	max-width:100%;
	/*margin:0 19% 0px 11%;
	*/
}
.research .list .con p,.research .list .con {
	font-size:20px;
	margin-bottom:10px;
	text-align:justify;
	/*text-indent:2em;*/
}
/*contact us*/
.wl-contact .pic {
	margin-bottom:30px;
	/*border-bottom:solid 3px #9e2630;
	padding-bottom:30px;
	*/
}
.wl-contact .pic img {
	width:100%;
	/*margin:0 1%;
	*/
}
.wl-contact .txt {
	font-size:20px;
	text-align:justify;
	line-height:1.8;
	/*margin-bottom:10px;
	*/
}
.wl-contact .txt img {
	max-width:100%;
}
.wl-contact .txt a {
	color:Brown;
	padding-bottom:3px;
	border-bottom:1px solid rgba(158,38,48,0.35);
}
.wl-contact .txt a:hover {
	border-bottom-color:rgba(158,38,48,1);
	color:rgba(158,38,48,0.7);
}
.wl-contact .txt .wl-content-title {
	font-size:22px;
	font-weight:bold;
	text-align:center;
	border-bottom:solid 1px #ccc;
	margin:50px 0;
	padding-bottom:30px;
}
.wl-contact .txt .wl-content-title span {
	display:block;
	font-size:20px;
	color:#777;
	margin-top:15px;
	font-weight:normal;
}
/*publication*/
.publication .txt {
	font-size:20px;
}
.publication .txt a {
	color:Brown;
	padding-bottom:3px;
	border-bottom:1px solid rgba(158,38,48,0.35);
}
.publication .txt a:hover {
	border-bottom-color:rgba(158,38,48,1);
	color:rgba(158,38,48,0.7);
}
.publication .list .title {
	font-size:30px;
	padding:40px 0 20px 0;
	width:20%;
	border-bottom:2px solid #9e2630;
	margin-bottom:30px;
}
.publication .list ul li {
	padding-top:20px;
	font-size:20px;
	line-height:1.8;
	text-align:justify;
	margin-bottom:8px;
}
/*.publication .list ul li::before {
	content:"•";
	color:#000;
	font-size:20px;
	margin-right:8px;
}*/
.publication .list ul li p::before {
	content:"•";
	color:#000;
	font-size:20px;
	margin-right:8px;
}
.publication .list ul li h1 {
	font-size:24px;
	font-weight:normal;
	margin-bottom:10px;
}
.publication .list ul li p {
	font-size:20px;
	line-height:1.8;
	text-align:justify;
}
/*.publication .list ul li span {
	display:block;
	padding-bottom:15px;
}
*/
.publication .list ul li a {
	color:Brown;
	padding-bottom:3px;
	border-bottom:1px solid rgba(158,38,48,0.35);
}
.publication .list ul li a:hover {
	border-bottom-color:rgba(158,38,48,1);
	color:rgba(158,38,48,0.7);
}
/*footer*/
.footer {
	color:#fff;
	background-color:#272727;
	padding-top:50px;
	padding-bottom:10px;
}
.footer .wid_f {
	width:1150px;
	margin:0  auto;
}
.footer h1 {
	font-size:30px;
	font-weight:normal;
	line-height:1.1em;
	padding-bottom:15px;
	border-bottom:solid 2px #fff;
}
.footer .line {
	width:25%;
	height:8px;
	background-color:#fff;
	margin-bottom:20px;
}
.footer p {
	font-size:19px;
	margin-bottom:20px;
	line-height:220%;
}
.footer p a {
	color:#428bca;
}
.footer ul {
	margin:25px 0 25px 0;
	padding-bottom:20px;
	display:flex;
	justify-content:space-between;
	border-bottom:solid 2px #fff;
}
.footer ul li {
	line-height:40px;
	/*width:50%;
	*/
	display:flex;
	justify-content:flex-start;
	font-size:19px;
}
.footer ul li:first-child span {
	font-size:50px;
	line-height:50px;
}
.footer ul li span {
	font-size:40px;
	padding-right:15px;
}
.footer ul li span img {
	width:38px;
	position:relative;
	bottom:5px;
}
.footer ul li a {
	color:#fff;
	font-size:19px;
}
.footer a:hover {
	text-decoration:underline
}
.footer p:last-child {
	text-align:center;
}
.footer p:last-child a {
	color:#fff;
}
/*news*/
.wl-more {
	margin:50px auto 50px auto;
	display:table;
}
.wl-more a {
	display:flex;
	align-items:center;
	justify-content:center;
	width:240px;
	height:52px;
	border-radius:26px;
	border:2px solid #9e2630;
	transition:all .4s ease;
	background:#eee;
}
.wl-more a span {
	color:#222;
	font-size:22px;
	margin-right:20px;
}
.wl-more a:hover {
	background-color:#9e2630;
}
.wl-more a:hover span {
	color:#fff;
}
.wl-more a:after {
	content:'';
	display:block;
	width:38px;
	height:15px;
	background-image:url(../images/jt_r.png);
	background-repeat:no-repeat;
	background-position:center;
}
.wl-more a:hover:after {
	background-image:url(../images/jt_r-h.png);
}
/*news images*/
.smain .wl-news-images {
	padding:20px 0 0 0;
	display:grid;
	justify-content:space-between;
	grid-template-columns:repeat(auto-fill,380px);
}
.smain .wl-news-images .wl-item {
	border:solid 1px #ddd;
	padding:15px;
	width:320px;
	margin-bottom:30px;
	background-color:#fff;
}
.smain .wl-news-images .wl-item .wl-img {
	width:100%;
	height:250px;
	display:flex;
	align-items:center;
	justify-content:center;
	overflow:hidden;
	margin-bottom:15px;
}
.smain .wl-news-images .wl-item .wl-img img {
	max-width:100%;
	max-height:100%;
	object-fit:cover;
	transition:all ease .4s;
}
.smain .wl-news-images .wl-item:hover .wl-img img {
	transform:scale(1.1);
}
.smain .wl-news-images .wl-item h3 {
	font-size:19px;
	color:#3f3613;
	text-align:center;
	/*margin-bottom:20px;
	*/
  	height:28px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.smain .wl-news-images .wl-item:hover h3 {
	color:#9e2630;
}
.smain .wl-news-images .wl-item p {
	font-size:16px;
	text-align:center;
	color:#aaa;
	line-height:26px;
	height:78px;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
	overflow:hidden;
}
.smain .wl-news-images .wl-item .wl-date {
	display:flex;
	justify-content:space-between;
	padding:12px 2px 0;
	font-size:18px;
}
.smain .wl-news-images .wl-item .wl-date span {
	color:#999;
}
.smain .wl-news-images .wl-item .wl-date span i {
	padding-right:10px;
}
.smain .wl-news-images .wl-item .wl-date i:nth-child(2) {
	display:inline-block;
	width:24px;
	height:24px;
	text-align:center;
	border-radius:60%;
	line-height:22px;
	background-color:#9e2630;
	color:#fff;
	margin-left:10px;
}
