body
{
	font-family: "Microsoft YaHei" , "Helvetica Neue" , Helvetica, Arial, sans-serif;
	background-color: #eee;
	font-size: 14px;
}
a
{
	color: #666;
}
a:hover, a:focus
{
	color: #00b7ee;
}
h1, .h1
{
	font-size: 28px;
}
h2, .h2
{
	font-size: 24px;
}
h3, .h3
{
	font-size: 18px;
}
h4, .h4
{
	font-size: 16px;
}
h5, .h5
{
	font-size: 14px;
}
h6, .h6
{
	font-size: 12px;
}

/* container */
@media (min-width: 1200px)
{
	.container
	{
		width: 1200px;
	}
}

/* util class */
.verticalSplit
{
	display: block;
	margin: 0 20px;
	width: 1px;
	height: 120px;
	background-color: #fff;
}
.more
{
	float: right;
}
.color-orange
{
	color: #eb6100 !important;
}
.color-green
{
	color: #22ac38 !important;
}
.color-rightGreen
{
	color: #8fc31f !important;
}


/* panelbox */
.panelbox
{
	margin-bottom: 20px;
	padding: 1em;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 0px;
	-webkit-box-shadow: 5px 5px 2px rgba(0, 0, 0, .1);
	box-shadow: 5px 5px 2px rgba(0, 0, 0, .1);
}
.panelbox .head
{
}
.panelbox .head h3
{
	margin-top: 10px;
	padding-bottom: 15px;
	text-align: center;
	font-weight: bolder;
	border-bottom: 1px solid #aaa;
}

/* topbar */
.topbar
{
	padding: 5px 0;
	background-color: #047fc3;
}
.topnav
{
	float: right;
}
.topnav .item
{
	float: left;
	margin-left: 20px;
}
.topnav .item a
{
	color: #fff;
}

/* header */
.header
{
	padding: 0;
	background-color: #eee;
}
.navbar-nav
{
	padding: 10px 0;
}
.navbar-brand
{
	height: auto;
}
.navbar-default
{
	background-color: #eee;
	margin-bottom: 0;
}
.navbar-default .navbar-toggle:before
{
	color: #707070;
}
.nav.navbar-nav .item a
{
	color: #707070;
	font-size: 18px;
	padding: 10px;
	line-height: 54px; 
}
.navbar-default .navbar-nav > li > a
{
	color: #707070;
	font-size: 18px;
	padding: 10px;
	line-height: 54px;
}
.nav.navbar-nav .item a:hover, .nav.navbar-nav .item a.current, .nav.navbar-nav .item a:active
{
	color: #00b7ee;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus
{
	background-color: transparent;
	color: #00b7ee;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus
{
	background-color: transparent;
	color: #00b7ee;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus
{
	color: #00b7ee;
	background-color: transparent;
}
.navbar-default .navbar-toggle:hover:before, .navbar-default .navbar-toggle:focus:before
{
	color: #00b7ee;
}

/* imgSlider */
.imgSlider
{
	margin-bottom: 20px;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, .25);
	position: relative;
	width: 100%;
}

/* filter */
.filter
{
	font-size: 24px;
	color: #535353;
}
.filter span
{
	vertical-align: middle;
	font-size: 20px;
}
.search
{
	width: 100%;
	margin-bottom: 0;
	vertical-align: middle;
}
.search input
{
	width: 95%;
	padding: 5px 45px 5px 10px;
	border: 0;
	border: 2px solid #aaa;
	-webkit-transition: .25s cubic-bezier(0.65, 0.05, 0.36, 1);
	transition: .25s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.search .search-btn
{
	display: inline-block;
	width: 32px;
	height: 32px;
	margin-left: -45px;
	vertical-align: middle;
	background-image: url(../images/searchBtn_bg.png);
}

.form-group
{
	margin-bottom: 0;
}

/* imgBox */
.imgBox
{
	margin-bottom: 20px;
	overflow: hidden;
}
.imgBox img
{
	width: 100%;
	min-height:176px;
	-webkit-transition: .5s cubic-bezier(0.45, 0.05, 0.55, 0.95);
	transition: .5s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}
.imgBox:hover img
{
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

/* tile */
.tile .tile-title
{
	font-size: 18px;
}
.tile p
{
	margin-bottom: 10px;
}

/* newsPort */
.newsPort img
{
	display: none;
}
.newsPort h3
{
	margin-bottom: 5px;
	font-size: 24px;
}
.newsPort li
{
	line-height: 1.45;
}
.newsPort li a
{
	font-size: 12px;
}

/* commendTeacherList */
.commendTeacherList .teachBox
{
}
.commendTeacherList .teachBox img
{
	width: 80%;
	margin: 0 auto;
	border-radius: 100%;
	-webkit-transition: 1s cubic-bezier(0.74, 0.03, 0.29, 0.96);
	transition: 1s cubic-bezier(0.74, 0.03, 0.29, 0.96);
}
.commendTeacherList .teachBox:hover img
{
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
.commendTeacherList .teachBox h3
{
	margin: 10px 0;
	font-size: 18px;
	color: #626262;
	text-align: center;
}
.commendTeacherList .teachBox p
{
	text-align: center;
	color: #a0a0a0;
	font-size: 12px;
}

.footer
{
	padding-top: 3em;
	background-color: #047fc3;
	text-align: center;
	color: #fff;
}
.footer .footerCopy
{
	width: 320px;
	margin: 0 auto;
}
.footer .footerCopy h5
{
	margin-bottom: 0px;
	font-size: 24px;
}
.footer .footerCopy p
{
	font-size: 16px;
}
.footer .footerCopy td
{
	vertical-align: middle;
}
.copyright
{
	margin-top: 40px;
	padding: 10px;
	font-size: 12px;
	border-top: 1px solid #fff;
}

/* media query */
@media (min-width: 992px)
{
	.header
	{
		padding: 20px;
		background-color: #eee;
	}
	.navbar-toggle
	{
		margin-top: 20px;
	}
	.newsPort img
	{
		display: block;
		width: 132px;
		float: left;
		margin-right: 10px;
	}

}
.dropdown
{
	margin-left: 100px;
}

/* dashboard */
.dashboard {
	padding: 0 1em;
	border: 0;
}
.dashboard-item {
	text-align: center;
}


/* lightgallery */
.lightgallery>ul {
    margin-bottom: 0
}

.lightgallery>ul>li {
    margin-bottom: 15px
}

.lightgallery>ul>li a {
    border: 3px solid #FFF;
    border-radius: 3px;
    display: block;
    overflow: hidden;
    position: relative;
    float: left
}

.lightgallery>ul>li a>img {
    -webkit-transition: -webkit-transform .15s ease 0s;
    -moz-transition: -moz-transform .15s ease 0s;
    -o-transition: -o-transform .15s ease 0s;
    transition: transform .15s ease 0s;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
    height: 100%;
    width: 100%;
    border-radius: 3px;
}

.lightgallery>ul>li a:hover>img {
    -webkit-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1);
}

.lightgallery>ul>li a:hover .lightgallery-poster>img {
    opacity: 1
}

.lightgallery>ul>li a .lightgallery-poster {
    background-color: rgba(0,0,0,.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color .15s ease 0s;
    -o-transition: background-color .15s ease 0s;
    transition: background-color .15s ease 0s
}

.lightgallery>ul>li a .lightgallery-poster>img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity .3s ease 0s;
    -o-transition: opacity .3s ease 0s;
    transition: opacity .3s ease 0s
}

.lightgallery>ul>li a:hover .lightgallery-poster {
    background-color: rgba(0,0,0,.5)
}

.lightgallery .justified-gallery>a>img {
    -webkit-transition: -webkit-transform .15s ease 0s;
    -moz-transition: -moz-transform .15s ease 0s;
    -o-transition: -o-transform .15s ease 0s;
    transition: transform .15s ease 0s;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
    height: 100%;
    width: 100%
}

.lightgallery .justified-gallery>a:hover>img {
    -webkit-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1)
}

.lightgallery .justified-gallery>a:hover .lightgallery-poster>img {
    opacity: 1
}

.lightgallery .justified-gallery>a .lightgallery-poster {
    background-color: rgba(0,0,0,.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color .15s ease 0s;
    -o-transition: background-color .15s ease 0s;
    transition: background-color .15s ease 0s
}

.lightgallery .justified-gallery>a .lightgallery-poster>img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity .3s ease 0s;
    -o-transition: opacity .3s ease 0s;
    transition: opacity .3s ease 0s
}

.lightgallery .justified-gallery>a:hover .lightgallery-poster {
    background-color: rgba(0,0,0,.5)
}

.lightgallery .video .lightgallery-poster img {
    height: 48px;
    margin-left: -24px;
    margin-top: -24px;
    opacity: .8;
    width: 48px
}

.lightgallery.dark>ul>li a {
    border: 3px solid #04070a
}

/* videojs bug fix */
.lg-video .vjs-play-control {
	float: left;
}

/* fujian-list */
.fujian-list h4 {
	margin-top: 0;
	margin-bottom: 0;
}
.fujian-list .list-group-item {
	margin-bottom: 0;
	padding: 15px 5px;
	border-radius: 0;
	border: 0;
	border-bottom: 1px dashed #ccc;
}
.fujian-list .list-group-item:last-child {
	border-bottom: 1px dashed transparent;
}
.fujian-list .list-group-item span {
	margin-left: 20px;
}
.fujian-list .list-group-item .date {
	float: right;
	line-height: 1;
	color: #999;
}

/* login */
.login-header {
	padding: 15px 0;
	background-color: #fff;
}
.login-header .navbar-default {
	background: #fff;
	border-radius: 0;
}
.login-panel {
	position: relative;
	width: 1200px;
    height: 540px;
    margin-top: 25px;
    padding: 0;
}
.loginBanner {
	position: absolute;
	top: 0;
	left: 20px;
	height: 100%;
}
.loginBanner img {
	vertical-align: middle;
}
.loginBanner:before {
	content: '';
	display: inline-block;
	height: 100%;
	width: 1px;
	vertical-align: middle;
}
.login-wrap {
    width: 46%;
    height: 80%;
    margin-left: 51%;
    margin-top: 5%;
    padding: 0;
    background: #fff;
    border-radius: 0;
    border: 1px solid #b5b5b5;
}
.loginForm {
	padding: 40px;
}
.loginForm .form-group {
	margin-bottom: 20px;
}
.loginForm .form-control {
	border: 1px solid #b5b5b5;
	border-radius: 0;
}
.loginForm .form-group.focus .form-control,
.loginForm .form-control:focus,
.loginForm .form-group.focus {
	border-color: #00b7ee;
}
.loginForm .checkbox input[type="checkbox"].custom-checkbox:checked + .icons {
	color: #00b7ee;
}
.loginForm .checkbox input[type="checkbox"].custom-checkbox:checked + .icons .icon-checked {
	color: #00b7ee;
}
.loginForm .btn-default {
	background-color: #00b7ee;
	border-radius: 0;
}
.login-footer {
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	padding-top: 0;
	text-align: center;
	background-color: #047fc3;
	color: #fff;
}
.login-footer .copyright {
	margin-top: 0;
	border-top: 0;
}
