/*reset*/

* {
	margin: 0;
	padding: 0;
	font-family: "Microsoft YaHei", "Regular";
}

*:focus {
	outline: none;
}

body {
	margin: 0;
	padding: 0;
	color: #333;
	background: #f0f0f0;
	min-width: 320px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	outline: none;
}

a:focus {
	text-decoration: none;
	outline: none;
}

ol,
ul,
li {
	margin: 0;
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Microsoft YaHei';
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-rendering: optimizelegibility;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.container,
.container-fluid {
	padding: 0;
}

.media-left,
.media-right,
.media-top {
	padding: 0;
}

.media,
.media-heading {
	margin: 0;
}

p,
.row,
dl {
	margin: 0;
}

.bx-wrapper {
	margin: 0 auto;
}

.bx-wrapper .bx-viewport {
	box-shadow: none;
	border: none;
	left: 0;
}

button {
	border: none;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
.btn.active,
.btn:active {
	outline: none;
	outline-offset: 0;
	box-shadow: none;
}

em,
i {
	font-style: normal;
}


/*header*/

.header {
	/*height: 118px;*/
	background: #108b99;
}

.header .container {
	position: relative;
	padding: 20px 0 0px;
}

.right-float {
	margin-bottom: 15px;
	display: inline-block;
	float: right;
	clear: both;
}

.header-form-search,
.header-list-media,
.right-info {
	float: left;
}

.header-left {
	margin-top: -46px;
}


/*.header-list-link{
    padding-right: 10px;
    margin-right: 20px;
    height: 31px;
    line-height: 31px;
}*/

.right-float .right-info li {
	position: relative;
	display: inline-block;
	padding: 0 12px;
}


/*.right-info li>a{
    font-size: 14px;
    color: #ffffff;
}*/

.right-info li.student::after {
	position: absolute;
	content: '';
	width: 3px;
	height: 14px;
	background: #f9707b;
	top: 50%;
	margin-top: -7px;
	left: 0px;
}

.right-info li.staff::after {
	position: absolute;
	content: '';
	width: 3px;
	height: 14px;
	background: #ffbe51;
	top: 50%;
	margin-top: -7px;
	left: 0px;
}

.right-info li.alumnus::after {
	position: absolute;
	content: '';
	width: 3px;
	height: 14px;
	background: #249ee3;
	top: 50%;
	margin-top: -7px;
	left: 0px;
}

.header-form-search {
	position: relative;
	margin: 3px 10px 0px 0px;
	height: 25px;
	line-height: 23px;
	width: 140px;
	border: 1px solid #8ac4ca;
	border-radius: 16px;
}

.header-input-search::-webkit-input-placeholder {
	font-size: 12px;
	color: #ffffff;
}

.header-input-search::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #ffffff;
}

.header-input-search:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #ffffff;
}

.header-input-search:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #ffffff;
}

.header-btn-submit {
	position: absolute;
	top: -1px;
	right: 0;
	width: 23px;
	height: 23px;
	background: url(../images/mobile_search.png) no-repeat center center;
	background-size: 14px;
}

.header-input-search {
	padding-left: 15px;
	padding-right: 25px;
	width: 100%;
	height: 23px;
	line-height: 23px;
	border: none;
	background-color: transparent;
	color: #fff;
}

.right-float .right-info ul li {
	float: left;
	line-height: 31px;
}

.right-float .right-info ul li a {
	text-decoration: none;
	color: #ffffff;
}

.right-float .right-info ul li .info-door {
	padding: 1px 6px;
	border: 1px solid #8ac4ca;
	border-radius: 5px;
}

.right-float .right-info ul li .info-door:hover {
	color: #fff;
	background: #ffbe51;
	border: 1px solid #ffbe51;
}

.right-float .right-info ul li .email {
	padding: 1px 6px;
	border: 1px solid #8ac4ca;
	border-radius: 5px;
}

.right-float .right-info ul li.img1 {
	padding: 0px 6px;
	cursor: pointer;
}

.right-float .right-info ul li.img1.img-qrcode {
	position: relative;
	cursor: pointer;
}

.right-float .right-info ul li.img1.img-qrcode .top-qrcode {
	display: none;
	position: absolute;
	width: 134px;
	z-index: 999;
	right: 4px;
	background: #f5f5f5;
	padding: 8px;
	border-radius: 5px;
	text-align: center;
        z-index:9999;
}

.right-float .right-info ul li.img1.img-qrcode img {
	width: 100%;
	height: auto;
}

.right-float .right-info ul li img {
	height: 23px;
}

.header-form-login {
	position: relative;
}

.header-form-login form {
	display: none;
	position: absolute;
	z-index: 999;
	right: 12px;
	top: 30px;
	width: 250px;
	background: #f5f5f5;
	padding: 20px;
	border-radius: 8px;
}

.header-form-login form input,
.header-form-login form button {
	border-radius: 17px;
}

.header-form-login .form-show input{
	padding-left: 35px;
}

.header-form-login .form-show .form-user {
	background: url(../images/login_user.png) 13px 10px no-repeat !important;
}

.header-form-login .form-show .form-psd {
	background: url(../images/login_password.png) 13px 8px no-repeat !important; /*IE8下最高权限*/
}

.header-form-login form button,
.header-form-login form button:hover,
.header-form-login form button:active,
.header-form-login form button:focus {
	width: 100%;
	background: #108b99;
	color: #fff;
	font-size: 15px;
	letter-spacing: 1rem;
}

.nav {
	clear: both;
	border-top: 1px solid #7cb4ba;
}

.navlist {
	height: 42px;
}

.navlist>li {
	float: left;
	text-align: center;
	padding: 0px 30.5px;
	/*border-top: 2px solid #7cb4ba;*/
}

.navlist>li>a {
	color: #fff;
	font-size: 16px;
	line-height: 60px;
	display: block;
}

.navlist>li>a>span {
	display: block;
	vertical-align: middle;
}

.navlist>li.active>a,
.navlist>li>a:hover {
	/*border-top: 2px solid #ffbe51;*/
	color: #ffbe51;
}

.navlist>li.active>a span,
.navlist>li>a:hover span {
	position: relative;
}

.navlist>li.active>a span::before,
.navlist>li>a:hover span::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 2px;
	background: #ffbe51;
	top: -3px;
}

.navlist>li.active>a .nav-item-arrow,
.navlist>li>a:hover .nav-item-arrow {
	background: url(../images/nav_arrow_sel.png) no-repeat center center;
}

.navlist>.nav-item {
	position: relative;
}

.navlist>.nav-item>.nav-item-menu {
	position: absolute;
	top: 60px;
	left: -22px;
	width: 140%;
	background: #fff;
	padding-bottom: 5px;
	border-bottom: 2px solid #ffbe51;
	z-index: 9999;
	display: none;
}
.navlist>.nav-item:last-child>.nav-item-menu{
        left: auto;
        right: 0;
}

.navlist>.nav-item>.nav-item-menu>li>a {
	color: #131313;
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
}

.navlist>.nav-item>.nav-item-menu>li>a:hover {
	background: #ffbe51;
	color: #fff;
}

.nav-item-arrow {
	display: inline-block;
	margin-left: 6px;
	width: 8px;
	height: 40px;
	background: url(../images/nav_arrow_sel.png) no-repeat center center;
	vertical-align: middle;
}

@media (min-width: 1100px) {
	.container {
		width: 970px;
	}
	.navlist {
		margin-left: -10px;
		margin-right: -10px;
	}
	.navlist>li {
		padding: 0px 10px;
	}
}

@media (min-width: 1200px) {
	.navlist {
		margin-left: -10px;
		margin-right: -10px;
	}
	.navlist>li {
		padding: 0px 10px;
	}
}

@media (min-width: 1100px) and (max-width:1299px) {
	.navlist>li {
		padding: 0px 19px;
	}
}

@media (min-width: 1300px) {
	.container {
		width: 1260px;
	}
	.navlist {
		margin-left: -13.5px;
		margin-right: -13.5px;
	}
	.navlist>li {
		padding: 0px 13.5px;
	}
}

@media (min-width: 1400px) {
	.container {
		width: 1360px;
	}
	.navlist {
		margin-left: -17px;
		margin-right: -17px;
	}
	.navlist>li {
		padding: 0px 17px;
	}
}

@media (min-width: 1500px) {
	.container {
		width: 1460px;
	}
	.navlist {
		margin-left: -21px;
		margin-right: -21px;
	}
	.navlist>li {
		padding: 0px 21px;
	}
}

@media (min-width: 1600px) {
	.container {
		width: 1560px;
	}
	.navlist {
		margin-left: -24.5px;
		margin-right: -24.5px;
	}
	.navlist>li {
		padding: 0px 24.5px;
	}
}

@media (min-width: 1780px) {
	.container {
		width: 1720px;
	}
	.navlist {
		margin-left: -30.5px;
		margin-right: -30.5px;
	}
	.navlist>li {
		padding: 0px 30.5px;
	}
}

.nav-mobile {
	position: absolute;
	top: 76px;
	display: none;
	width: 100%;
	z-index: 999;
	background-color: #fff;
	border-top: 2px solid #05ae7e;
	z-index: 10000;
}

.mobile-navlist {
	background: #fff;
	overflow-y: auto;
}

.mobile-navlist>li {
	border-bottom: 1px solid #efefef;
}

.mobile-navlist li a {
	display: block;
	padding: 0 15px;
	text-decoration: none;
	font-size: 14px;
	color: #373737;
	height: 40px;
	line-height: 40px;
}

.mobile-navlist>li>a {
	font-weight: bold;
}

.mobile-navlist .nav-item.on>a {
	background-color: #05ae7e;
	color: #fff;
}

.mobile-navlist .nav-item.on .nav-item-arrow {
	background: url(../images/nav_arrow_sel.png) no-repeat center center;
}

.mobile-navlist>.nav-item>.nav-item-menu {
	display: none;
	padding: 0 15px;
}

.mobile-navlist .nav-item.on .nav-item-menu {
	display: block;
}

.mobile-navlist>.nav-item>.nav-item-menu>li>a {
	font-size: 14px;
	height: 34px;
	line-height: 34px;
}

.bg-nav-mobilce,
.bg-nav-mobilce2 {
	display: none;
	position: absolute;
	top: 76px;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000;
	opacity: .6;
	filter: alpha(opacity=60);
	z-index: 998;
}

.box-mobile-form {
	display: none;
	padding: 80px 0 10px 0;
}

.mobile-form-search {
	position: relative;
	width: 70%;
	margin: 0 auto;
	border: 1px solid #05ae7e;
	border-radius: 16px;
}

.mobile-input-search {
	display: block;
	padding: 0 40px 0 15px;
	width: 100%;
	height: 30px;
	border: none;
	background-color: transparent;
	color: #000;
	border-radius: 16px;
}

.mobile-btn-search {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 30px;
	height: 30px;
	background: url(../images/top_search.png) no-repeat center center;
}

.icon-collapse {
	top: 0;
}

.box-icon .icon {
	display: block;
	height: 30px;
}

.box-icon .icon-collapse {
	display: none;
}

.box-icon.open .icon-collapse {
	display: block;
	font-size: 22px;
	color: #ffffff;
}

.box-icon.open .icon {
	display: none;
}

@media (max-width: 1299px) and (min-width:992px) {
	.header-left {
		margin-top: -90px;
	}
	.nav-lgw {
		margin-top: 6px;
	}
}

@media (max-width: 1299px) and (min-width:1200px) {
	.nav-lgw {
		width: 100%;
	}
	.header-rpadding {
		padding-left: 80px;
	}
}

@media (max-width: 991px) {
	.header {
		position: fixed;
		width: 100%;
		height: auto;
		top: 0;
		z-index: 10000;
	}
	.container {
		padding: 0 15px;
	}
	.header .container {
		padding: 15px;
		border-bottom: none;
	}
	.banner .container {
		padding: 0;
	}
	.header-left {
		margin: 0px;
		position: relative;
		text-align: center;
	}
	.header-logo {
		margin: 0px auto;
		height: 46px;
	}
	.box-icon {
		margin: 0px;
		position: absolute;
		height: 20px;
		top: 13px;
		bottom: 0;
	}
	.box-icon .icon {
    	height: 20px;
	}
	.box-icon-search {
		right: 45px;
	}
	.box-icon-other {
		text-align: right;
		right: 0;
	}
	.box-icon-other span {
		cursor: pointer;
		font-size: 20px;
		top: 1px;
		color: #fff;
		right: 14px;
	}
	.header-mobile-left {
		display: none;
		text-align: center;
		background: #0f8b99;
		padding: 10px;
		margin-top: 20px;
	}
	.header-mobile-left .header-form-search {
		margin: 0;
	}
	.header-mobile-left li {
		margin-top: 0px;
		width: 140px;
		height: 30px;
		line-height: 30px;
	}
	.header-mobile-left li.img1 {
		display: inline-block;
		width: auto;
	}
	.header-mobile-left li a {
		color: #fff;
		display: block;
	}
	.header-mobile-left li a:hover {
		background: #fff;
		color: #333;
	}
	.box-icon-nav {
		left: 0;
	}
	.nav-mobile,
	.bg-nav-mobilce,
	.bg-nav-mobilce2 {
		position: fixed;
	}
}

.footer {
	/*background: #05ae7e;*/
	background: url(../images/foot_bg.jpg) 0 0 no-repeat;
	border-bottom: 3px solid #fbb03b;
	background-size: cover;
	-ms-behavior: url(css/backgroundsize.min.htc);
	behavior: url(css/backgroundsize.min.htc);
}

.footer .container {
	position: relative;
	/*padding: 30px 0 20px;*/
	padding: 20px 0;
	text-align: center;
}

.footer .list-info {
	/*margin-bottom: 20px;*/
}

.footer .list-info li {
	display: inline-block;
	margin: 0 20px;
	font-size: 12px;
	color: #fff;
}

@media (max-width: 768px) {
	.footer .list-info li {
		width: 100%;
		margin: 0 0 8px 0;
	}
}

.footer .copyright {
	font-size: 12px;
	color: #fff;
}