body,p,ul,li,p{list-style-type: none;padding: 0;margin: 0;}
body{max-width: 640px;margin: 0 auto;}
.am-menu-dropdown1 .am-menu-toggle{
	color: #0261c3;
}
.am-menu-dropdown1 .am-menu-nav > li > a{
	background: #0261c3;
	border-bottom: 1px solid #0254a8;
}
.am-menu-dropdown1 .am-menu-nav > li.am-parent.am-open > a{
	background: #0254a8;
}
.am-slider-default{
	margin-bottom: 0;
}
.am-slider-default .am-control-nav{
	bottom: 15px;
}
.am-slider-default .am-control-nav li a{
	box-shadow: none;
	background: rgba(255,255,255,.34);
	width: 6px;
	height: 6px;
}
.am-slider-default .am-control-nav li a:hover,.am-slider-default .am-control-nav li a.am-active{
	background: #3391e4;
}

.df{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.tit{
	border-bottom: 1px solid #e5e5e5;
	padding-left: 15px;
	padding-right: 10px;
	align-items: center;
	line-height: 30px;
	padding-bottom: 6px;
}
.tit p{
	font-size: 20px;
	color: #333333;
	position: relative;
	padding-left: 15px;
}
.tit p::after{
	content: " ";
	display: block;
	width: 4px;
	height: 20px;
	background: #0261c3;
	border-radius: 5px;
	position: absolute;
	left: 0;
	top: 6px;
}
.tit a{
	font-size: 14px;
	color: #858585;
	display: block;
}

.news{
	margin-top: 20px;
	border-bottom: 10px solid #f4f4f4;
}
.newimg{
	padding: 0 10px;
	margin-top: 10px;
}
.newimg a{
	align-items: center;
}
.newimg img{
	width: 30%;
	height: auto;
}
.newimg .nr{
	width: 70%;
	box-sizing: border-box;
	padding-left: 15px;
}
.newimg .nr span{
	display: block;
	font-size: 16px;
	color: #4c4c4c;
	line-height: 30px;
}
.newimg .nr p{
	color: rgba(95,95,95,.7);
	font-size: 13px;
}

.indexlist{
	padding: 0 10px;
	margin-top: 10px;
}
.indexlist li{
	line-height: 32px;
}
.indexlist li a{
	font-size: 15px;
	color: #525252;
}
.indexlist li a::before{
	content: "●";
	font-size: 12px;
	color: #b8b8b8;
	margin-right: 8px;
}
.indexlist li span{
	font-size: 15px;
	color: #a9a9a9;
	float: right;
}

.about{
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 10px solid #f4f4f4;
}
.about .box{
	padding: 0 10px;
	margin-top: 15px;
}
.about .box .img{
	max-width: 100%;
}
.about .box .info{
	font-size: 14px;
	color: #525252;
	margin-top: 10px;
}
.abtab{
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
}
.abtab a{
	display: block;
	width: 46%;
	color: #fff;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	margin-top: 10px;
	text-align: center;
	box-sizing: border-box;
	padding-left: 50px;
	position: relative;
}
.abtab a:first-child{
	background: #de3b41;
}
.abtab a:first-child+a{
	background: #0261c3;
}
.abtab a:first-child+a+a{
	background: #eb913a;
}
.abtab a:first-child+a+a+a{
	background: #37b2bf;
}
.abtab a::after{
	content: "|";
	position: absolute;
	left: 60px;
	color: rgba(255,255,255,.6);
}
.abtab a::before{
	content: " ";
	display: block;
	width: 40px;
	height: 40px;
	left: 20px;
	position: absolute;
}
.abtab a:first-child::before{
	background: url(../i/abicon.png) no-repeat 0 2px;
	background-size: 40px;	
}
.abtab a:first-child+a::before{
	background: url(../i/abicon.png) no-repeat 0 -40px;
	background-size: 40px;
}
.abtab a:first-child+a+a::before{
	background: url(../i/abicon.png) no-repeat 0 -80px;
	background-size: 40px;
}
.abtab a:first-child+a+a+a::before{
	background: url(../i/abicon.png) no-repeat 0 -120px;
	background-size: 40px;
}

.hr{
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 10px solid #f4f4f4;
}

.student{
	padding-top: 15px;
	padding-bottom: 10px;
	border-bottom: 10px solid #f4f4f4;
}
.am-gallery-default .am-gallery-title{
	text-align: center;
	color: #535353;
}

.party{
	padding-top: 15px;
}

.clear{
	clear: both;
}
.footer{
	background: #282e37;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 3px solid #0261c3;
	padding-bottom: 20px;
}
.fnav{
	padding: 0 20px;
}
.fnav li{
	font-size: 15px;
	color: #fff;
}
.fnav li a{
	font-size: 12px;
	color: rgba(255,255,255,.5);
}
.fnav li:first-child{
	height: 35px;
	position: relative;
	margin-bottom: 10px;
}
.fnav li:first-child::after{
	content: " ";
	display: block;
	width: 25px;
	height: 2px;
	background: #5e6269;
	position: absolute;
	bottom: 0;
}

.bottom{
	border-top: 1px solid #404753;
	background: #282e37;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.bottom p{
	font-size: 12px;
	color: rgba(255,255,255,.55);
	margin-bottom: 10px;
}
.bottom p a{
	color: rgba(255,255,255,.55);
}


















.am-with-fixed-navbar{
	padding-bottom: 49px;
}

.am-navbar-default .am-navbar-nav{
	background: #292929;
	padding: 0;
	box-shadow: 2px 1px 12px #000;
}
.am-navbar-default .am-navbar-nav li{
	border-left: 1px solid #606060;
}
.am-navbar-default .am-navbar-nav li:first-child{
	background: #4554a0;
}

.pagetop{ text-align:center; font-size:20px; margin-top:20px;}
.am-gallery-default{text-align: center;}

.content{
	font-size: 14px;
	margin: 20px 0;
}
.content img{
	max-width: 100%;
}

.list{
	padding: 0 15px 30px 15px;
	background: #fff;
}
.list li{
	border-bottom: 1px solid #e9e9e9;
	padding: 25px 0;
}
.list li span{
	display: block;
	color: #333;
	font-size: 14px;
	line-height: 16px;
}
.list li i{
	font-style: normal;
	font-size: 13px;
	color: #ADADAD;
	font-family: Arial;
}
.list li p{
	font-size: 13px;
	color: #666;
}

.pages {
	margin: 30px auto 20px auto;
	font-size: 12px;
}
.pages a,
.pages strong{
	display:inline-block;
	line-height:22px;
	padding:0 5px;
	border:1px solid #d9d9d9;
	background-color:#ffffff; 
	text-decoration:none;
	color:#666;
	font-family:Simsun;
	-webkit-transition: all 0.2s ease-out;transition: all 0.2s ease-out;
	margin-right:3px;
}
.pages .current{
	display:inline-block;
	line-height:22px;
	padding:0 5px;
	border:1px solid #d9d9d9;
	background-color:#ffffff; 
	text-decoration:none;
	font-family:Simsun;
	-webkit-transition: all 0.2s ease-out;transition: all 0.2s ease-out;
	margin-right:3px;
	color:#fff;
	background-color:#4554a0;
	border-color:#fff;
}
.pages a:hover{
	color:#fff !important;
	background-color:#4554a0;
	border-color:#fff;
	text-decoration:none;
}
.pages strong{
	color:#fff;
	background-color:#24557d;
	border-color:#fff;
}
.pages span{
	padding:0 10px;
	line-height:23px;
}

.photo{
	margin-top: 10px;
}

.show .am-article-hd{
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.show .am-article-title{
	color: #444;
	font-size: 16px;
	margin-top: 20px;
}
.show .am-article-meta{
	font-size: 13px;
	line-height: 20px;
	margin-top: 12px;
	color: #999;
	font-family: "Arial";
}
.show .am-article-bd{
	color: #666;
	font-size: 13px;
	line-height: 22px;
	padding-bottom: 30px;
}

.am-form input{
	font-size: 14px;
}
.am-form label span{
	color: red;
	font-weight: normal;
	font-size: 14px;
}
.am-form button{
	margin-bottom: 20px;
	background: #46549d;
	border-color: #46549d;
	font-size: 14px;
}

.fh{
	display: block;
	border: 1px solid #ddd;
	text-align: center;
	color: #333;
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 30px !important;
}

.submenu ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
}
.submenu li{
	width: 33.3333%;
	box-sizing: border-box;
	padding: 5px;
}
.submenu a{
	display: block;
	padding: 3px 0;
	color: #333;
	font-size: 12px;
	text-align: center;
	border: 1px solid #ddd;
}
.submenu a:hover,.submenu a.hover{
	background: #00479d;
	color: #fff;
	border-color: #00479d;
}