﻿* {
	margin: 0;
	padding: 0;
}

a {
	color: #333;
	text-decoration: none;
}

li {
	list-style: none
}

#pageHeader {
	height: 160px;
}

.contentStyle {
	font-size: 16px;
}

.pageHeaderInner {
	height: 100%;
	width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	position: relative;
}

.pHeaderRight {
	position: absolute;
	right: 0;
}

.cnBtn {
	text-align: right;
	display: block;
	margin-bottom: 10px;
}

.pHeaderSearch {
	border-width: 1px;
	border-color: rgb(0, 0, 0);
	border-style: solid;
	background-color: rgb(255, 255, 255);
	width: 166px;
	height: 30px;
	padding-left: 10px;
	padding-right: 30px;

}

.search {
	position: relative;
}

.searchBtn {
	position: absolute;
	bottom: 8px;
	right: 10px;
}

#pageNavBar {
	width: 100%;
	height: 60px;
	background: #023c5e;
}

.pageNavBarInner {
	overflow-y: auto;
	width: 1200px;
	margin: 0 auto;
	line-height: 60px;
	color: #FFF;
	font-size: 16px;
}

.navUl li {
	float: left;
	display: block;
	margin-right: 74px;
	text-align: center;
}

.navUl li:last-child {
	margin-right: 0;
}

.navUl li a {
	color: #FFFFFF;
}

#pageMain {
	width: 1200px;
	margin: 20px auto;
}

.pMainTitle {
	width: 180px;
	font-size: 20px;
	padding-bottom: 10px;
	border-bottom: 3px solid #023C5E;
	text-transform: uppercase
}

.pMainRInner {
	margin-top: 20px;
}

.pMRIText {
	width: 720px;
	line-height: 40px;
	float: left;
	display: block;
	margin-top: 20px;
	text-indent: 2em;
}

.pMRIImg {
	width: 460px;
	display: inline-block;
	margin-left: 10px;

}

.pMRIImg img {
	width: 100%;
	height: 340px;
}

.pMainDeanInner {
	margin-top: 20px;
	width: 100%;
}

.pMDIImg {
	width: 215px;
	height: 215px;
	padding: 5px;
	box-shadow: 0 0 10px #ccc;
	float: left;
	display: block;
	margin-right: 20px;
}

.pMDIImg img {
	width: 210px;
	height: 210px;
}

.pMDIText_T {
	line-height: 28px;
	margin-bottom: 10px;
}

.pMainDean {
	float: left;
	display: block;
	width: 800px;
	margin-right: 20px;
	height: 300px;
}

.pMainLinks {
	clear: both;
	width: 380px;
	display: inline-block;
}

.pMLIPart {
	color: #333;
	font-weight: bold;
	width: 100%;
	height: 60px;
	text-align: center;
	font-size: 18px;
	line-height: 60px;
	margin-top: 15px;
	box-shadow: 0 0 10px #ccc;
}

.pmlb1 {
	background: url(../img/l1.png);
}

.pmlb2 {
	background: url(../img/l2.png);
}

.pmlb3 {
	background: url(../img/l3.png);
}

#pageFooter {
	margin-top: 60px;
	height: 260px;
	width: 100%;
	background: url(../img/footerBg.png);
}

.pageFooterInner {
	padding-top: 50px;
	width: 1200px;
	margin: 0 auto;
}

.pfI_L {
	float: left;
	display: block;
	width: 50%;
	height: 200px;
}

.pfI_R {
	line-height: 40px;
	color: #bababa;
}

#pagebottom {
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #606060;
	color: #959595;
	font-size: 14px;
}

/* about */
.pageMainTitle {
	text-align: center;
	line-height: 60px;
	font-size: 24px;
	margin: 0 auto;
	border-bottom: 2px solid #023C5E;
	margin-bottom: 40px;
}

.pageMainC {
	position: relative;
}

.pageMainMenu {
	width: 310px;
	min-height: 400px;
	background: url(../img/menubg.png);
	position: absolute;
	left: 0;
	top: 0;
	margin-right: 20px;

}

.pageMainMenuTitle {

	line-height: 60px;
	font-size: 20px;
	width: 100%;
	border-bottom: 1px solid #ccc;
}

.pageMainMenuTips {
	line-height: 40px;
	font-size: 14px;
	margin-bottom: 10px;
}

.pageMainMenuList li {
	font-size: 16px;
	line-height: 50px;
	border-bottom: 1px solid #ccc;
}

.pMMLa {
	width: 100%;
	height: 50px;
}

.pMMLa img {
	float: right;
	margin-right: 20px;
	margin-top: 20px;
}

.pageMainContent {
	width: 850px;
	min-height: 200px;
	background-color: #fff;
	margin-left: 350px;
	border: 4px solid #023C5E;

}

.pageMainContentInner {
	padding: 20px;
}

.pMCItitle {
	width: 100%;
	border-bottom: 1px solid #023C5E;
	line-height: 50px;
}

.pMCItext {
	line-height: 40px;
	text-indent: 2em;
}











/* ANIU */
.button {
	float: left;
	min-width: 150px;
	max-width: 250px;
	display: block;
	padding: 10px 20px;
	border: none;
	background: none;
	color: inherit;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}

.button:focus {
	outline: none;
}

.button>span {
	vertical-align: middle;
}

.button.button--wapasha {
	background: #37474f;
	color: #fff;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
}

.button--wapasha.button--inverted {
	background: #fff;
	color: #37474f;
}

.button--wapasha::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #023C5E;
	z-index: -1;
	border-radius: inherit;
	opacity: 0;
	-webkit-transform: scale3d(0.6, 0.6, 1);
	transform: scale3d(0.6, 0.6, 1);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.button--wapasha.button--inverted::before {
	border-color: #7986cb;
}

.button--wapasha:hover {
	background-color: #fff;
	color: #023C5E;
}

.button--wapasha.button--inverted:hover {
	background-color: #37474f;
	color: #7986cb;
}

.button--wapasha:hover::before {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1;
}