﻿* {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
}
body {
	width: 100%;
	min-width: 1300px;
	font-family: '微软雅黑';
	font-size: 14px;
	color: #333;
}
a {
	color: #333;
}
img {
	vertical-align: top;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clear:after {
	content: '';
	display: block;
	clear: both;
}
.pic {
	position: relative;
	width: 100%;
}
.pic img {
	width: 100%;
}
.center {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

header .top {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #f0f0f0;
}
header .top .center {
	padding-left: 35px;
	background: url(../images/logo_mini.png) no-repeat left center;
	background-size: 20px;
	box-sizing: border-box;
}
header .top .center a {
	padding-right: 25px;
	font-size: 12px;
}
header .top .center a:hover {
	color: #ff9d00;
}
header .top .center .the-erweima {
	float: right;
	padding: 0 0 0 20px;
	background: url(../images/phone.png) no-repeat left center;
	background-size: 15px;
}
header .top .center .the-erweima:hover {
	text-decoration: underline;
	color: #333;
}
header .top .center .time {
    float: right;
	font-size: 12px;
	padding-right: 10px;
    background-size: 15px;
}


header .school-nav {
	height: 102px;
}
header .school-nav .content {
	width: 100%;
	height: 72px;
	padding: 15px 0;
	border-bottom: 1px solid #f4f4f4;
	background: #fff;
}
header .school-nav .center {
	display: flex;
	justify-content: space-between;
	height: 72px;
	line-height: 72px;
}
header .school-nav .center .school-logo {
	width: 300px;
	height: 72px;
	font-size: 16px;

}
.school-logo img{width: 67px;height: 67px;padding-right:10px;}
header .school-nav .center nav {
	display: flex;
	justify-content: space-between;
	width: 916px;
}
header .school-nav .center nav a {
	position: relative;
	font-size: 14px;
	width: 70px;
	text-align: center;
	z-index: 999;
}
header .school-nav .center nav .hover {
	color: #fff !important;
}
header .school-nav .center nav .hover:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	content: '';
	width: 70px;
	height: 27px;
	border-radius: 3px;
	background: #ff9d00;
	z-index: -1;
}
header .school-nav .center nav a:hover {
	color: #ff9d00;
}
header .school-nav .center nav a:last-child {
	color: #ff5b01;
	padding-right: 15px;
	background: url(../images/nav-sign.png) no-repeat right center;
}
header .school-nav .center nav a:last-child:hover {
	text-decoration: underline;
}
header .school-nav .center .tel {
	display: none;
}
header .nav-fixed {
	position: fixed;
	left: 0;
	top: 0;
	margin: auto;
	z-index: 9999;
	box-shadow: 0 10px 15px rgba(0,0,0,.1);	
	height: 40px !important;
}
header .nav-fixed .school-logo {
	display: none;
}
header .nav-fixed .center {
	height: 40px;
	line-height: 40px;
}
header .nav-fixed .center .tel {
	display: block;
	float: right;
	padding-left: 25px;
	background: url(../images/nav-tel.png) no-repeat left center;
	background-size: 20px;
}
.tel b{font-size: 13px;}
header .location {
	font-family: '宋体';
	padding: 20px 0;
	font-size: 12px;
	color: #a1a1a1;
}
header .location a {
	font-family: '微软雅黑';
	color: #a1a1a1;
}
header .location a:hover {
	color: #333;
	text-decoration: underline;
}













.friend-link {
	width: 1150px;
	margin: 55px auto 15px;
	color: #666;
}
.friend-link a {
	font-size: 14px;
	color: #666;
	line-height: 24px;
}
.friend-link a+a {
	padding-left: 8px;
}
.friend-link a:hover {
	text-decoration: underline;
}


footer {
	width: 100%;
	padding-top: 50px;
	
}
footer .center {
	width: 1150px;
}
footer .fl {
	width: 400px;
}
footer .more {
	display: flex;
	justify-content: space-between;
	width: 715px;
	float: left;
}
footer .more ul p {
	font-weight: bold;
	font-size: 16px;
	color: #666;
	padding-bottom: 5px;
}
footer .more a {
	font-size: 14px;
	color: #999;
	line-height: 25px;
}
footer .more a:hover {
	color: #333;
	text-decoration: underline;
}
footer .more p {
	font-size: 14px;
	color: #999;
	line-height: 30px;
}
footer .foot {
	border-top: 1px solid #e5eaf2;
	padding: 10px 0;
	height: 20px;
	line-height: 20px;
	margin-top: 25px;
	color: #666;
	font-size: 14px;
}
footer .foot img {
	height: 20px;
}
footer .foot a {
	color: #666;
	padding-left: 5px;
}
footer .foot a:hover {
	text-decoration: underline;
}




.the-erweima {
    position: relative;
}
.the-erweima:hover {
	text-decoration: underline;
}
.the-erweima:hover .erweima {
    display: block;
}
.erweima {
    display: none;
    position: absolute;
    top: 40px;
    right: 0;
    background: #fff;
    padding: 10px;
    width: 120px;
	box-shadow: 0 -2px 8px #ccc;
    z-index: 99999;
    transition: .5s;
    border-bottom: 5px solid #ff9d00;
}
.erweima img {
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    border: 1px solid #000;
}
.erweima p {
    text-align: center;
    font-size: 14px;
}


/*sidebar*/

#side-bar {
	position: fixed;
	top: 0;
	right: 10px;
	bottom: 0;
	margin: auto;
	width: 80px;
	height: 425px;
}
.the-close {
	animation: close .5s;
	transition-delay: .3s;
	transition-duration: .4s;
	right: -80px !important;
}
.the-open {
	transition-delay: .3s;
	transition-duration: .4s;
	right: 10px;
}
@keyframes close {
	0% {
		transform: scale(1.2);
	}
	33% {
		transform: scale(1);
	}
	66% {
		transform: scale(1.2);
	}
	100% {
		transform: scale(1);
	
	}
}

#side-bar li {
	float: right;
	width: 55px;
	text-align: center;
	font-size: 16px;
    background: #fff;
    box-shadow: 0 0 10px #dcdada;
    padding: 10px 0;
    cursor: pointer;
}
#side-bar li+li {
	margin-top: 10px;
}
#side-bar li i {
	display: block;
	font-size: 22px;
	color: #656565;
}
#side-bar li p {
	font-size: 14px;
	color: #656565;
	padding-top: 3px;
}
#side-bar li:first-child {
	background-color: #ff9d00 !important;
}
#side-bar li:first-child p,
#side-bar li:first-child i {
	display: block;
	color: #fff !important;
}
#side-bar li:hover p,
#side-bar li:hover i {
	color: #ff9d00;
}
#side-bar li:hover i {
	animation: thedou .1s;
}
#side-bar li:nth-last-child(2) {
	padding: 5px 0;
}
#side-bar li:nth-last-child(2) i {
	font-size: 30px;
}
@keyframes thedou {
	0% {
		transform: rotate(-15deg);
	}
	33% {
		transform: rotate(0deg);
	}
	66% {
		transform: rotate(15deg);
	}
	100% {
		transform: rotate(0deg);
	}
}

#close-sidebar {
	position: absolute;
	top: 0;
	right: 60px;
	bottom: 0;
	margin: auto;
	width: 30px;
	height: 30px;
	cursor: pointer;
	display: none;
}
#close-sidebar:hover {
	animation: thedou .1s;
}
#close-sidebar:hover i {
	color: #ff9d00;
}
#close-sidebar i {
	display: block;
	color: #656565;
	font-size: 30px;
	transform: rotate(180deg);
}

#side-bar:hover #close-sidebar {
	display: block;
}


#open-sidebar {
	position: fixed;
	top: 0;
	right: 17px;
	bottom: 0;
	margin: auto;
	width: 40px;
	height: 40px;
	cursor: pointer;
	transform: scale(0);
}
#open-sidebar i {
	display: block;
	font-size: 40px;
}
#open-sidebar:hover i {
	color: #ff9d00;
	animation: thedou .1s;
}

.show-open {
	transition-delay: .7s;
	transition-duration: .5s;
	transform: scale(1) !important;
	animation: showOpen .1s;
	animation-delay: .9s;

}
@keyframes showOpen {
	0% {
		transform: scale(1.4);
	}
	33% {
		transform: scale(1);
	}
	66% {
		transform: scale(1.4);
	}
	100% {
		transform: scale(1);
	}
}
.hide-open {
	animation: hideOpen .5s;
}
@keyframes hideOpen {
	0% {
		transform: scale(0);
	}
	33% {
		transform: scale(1.2);
	}
	66% {
		transform: scale(0);
	}
	75% {
		transform: scale(1.2);
	}
	75% {
		transform: scale(0);
	}
}

/*底部*/
.footer{min-height:110px; background:#2d322b; color:#fff; padding-top:25px; margin-top: 40px;}
.footer_one{ width:220px; overflow:hidden;}
.footertwo{font-size:16px; color:#FFF; text-align:center;}
.footertwo ul li{border-left:2px solid #fff; display:inline; padding:0 10px;}
.footertwo ul li a{ color:#FFF;}
.footertwo ul li a:hover{ color:#fff;}
.footerxia{font-size:12px;color:#b9b8b8; text-align:center;margin-top:5px;}
.footerxia ul li{ list-style:none; padding-top:15px;}
.footerxia ul li a{color:#b9b8b8;}
.footerpic{ text-align:center;padding-top:10px;}
.footerpic ul li{ list-style:none; display:inline;padding:0 1px;}
.footer_three ul li{ float:left; width:118px; margin-left:16px; text-align:center; line-height:30px;}