@charset "utf-8";
* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
i,
em {
  font-style: normal;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a img {
  border: 0 none;
}
a,
input,
textarea {
  outline: none;
}
input:focus,
select:focus,
textarea:focus {
  color: #666 !important;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.dpn {
  display: none;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  zoom: 1;
  _height: 1px;
}
*html .clearfix {
  height: 1%;
}
* + html .clearfix {
  height: 1%;
}
body {
  font-family: "Microsoft YaHei";
  background: url(../images/back.jpg);
}
.banner {
  width: 100%;
  height: 400px;
  margin: 0 auto;
  background: url("../images/banner.png") no-repeat top center;
  background-size: 100% 400px;
}
.banner .ban-con {
  width: 1000px;
  height: 400px;
  margin: 0 auto;
  padding-top: 60px;
}
.banner .ban-con .school-logo {
  margin-right: 50px;
  padding-top: 10px;
}
.banner .ban-con .ban-text .ban-top {
  font-weight: bold;
  color: #0069AF;
  letter-spacing: 15px;
  font-size: 55px;
}
.banner .ban-con .ban-text .ban-top span {
  font-size: 65px;
}
.banner .ban-con .ban-text .ban-bot {
  font-size: 35px;
  color: #fff;
  padding: 6px 25px 8px;
  background: #0069AF;
  margin-top: 30px;
  letter-spacing: 3px;
}
.sidebar {
  width: 145px;
  height: auto;
  position: fixed;
  z-index: 999;
  top: 7.3%;
  right: 1%;
  display: none;
  background: #ffffff url("../images/sidebar.png") no-repeat top center;
}
.sidebar .content {
  width: 135px;
  height: auto;
  margin: 0 5px;
  border: 1px solid #0a6ab6;
  padding: 45px 0 10px 10px;
}
.sidebar .content .text-con .text-item + .text-item {
  border-top: 1px solid #e6e6e6;
}
.sidebar .content .text-con .text-item {
  font-size: 12px;
  padding: 10px 0;
}
.sidebar .content .text-con .text-item a {
  color: #666;
}
.sidebar .content .text-con .text-item a:hover {
  color: #0a6ab6;
  text-decoration: underline;
}
.container {
  width: 1000px;
  height: auto;
  margin: 0 auto;
}
.box-con {
  width: 1000px;
  margin: 0 auto;
  height: auto;
}
.box-con .box-title {
  font-size: 30px;
  font-weight: bold;
  color: #0a6ab6;
  margin-top: 50px;
  text-align: center;
}
.box-con .box-title span {
  padding: 0 10px 5px;
  display: inline-block;
  border-bottom: 4px solid #0a6ab6;
}
.box-con .box-text {
  font-size: 16px;
  color: #333;
  padding: 35px 0 0;
  line-height: 2;
  text-align: justify;
}
.box-con .box-text .zp-img {
  width: 90%;
  margin: 0 auto;
}
.box-con .box-text .zp-img img {
  width: 100%;
}
.checkme {
  position: fixed;
  width: auto;
  height: auto;
  right: 25px;
  bottom: 7%;
  z-index: 111;
  cursor: pointer!important;
  background: #046AB2;
  letter-spacing: 5px;
  box-shadow: 1px 1px 10px #999;
  width: 70px;
  text-align: center;
  color: #fff!important;
  font-size: 20px;
  line-height: 26px;
  padding: 10px 0 10px 6px;
  border-radius: 10px;
}
.footerm {
  display: none;
}
.footer {
  width: 100%;
  height: auto;
  padding-top: 30px;
  background: #f2f2f2;
}
.footer .foot-con {
  width: 1000px;
  margin: 0 auto;
}
.footer .foot-lf {
  float: left;
  margin-top: 10px;
}
.footer .foot-lf .foot-box {
  width: 570px;
}
.footer .foot-lf .foot-box .foot-item {
  width: 190px;
  float: left;
  margin-bottom: 35px;
}
.footer .foot-lf .foot-box .foot-item a {
  font-size: 16px;
  color: #666;
}
.footer .foot-rt {
  float: right;
}
.footer .foot-rt .lf,
.footer .foot-rt .rt {
  float: left;
  margin-left: 45px;
}
.footer .foot-rt .lf img,
.footer .foot-rt .rt img {
  width: 120px;
}
.footer .foot-rt .lf div,
.footer .foot-rt .rt div {
  text-align: center;
  font-size: 16px;
  color: #333;
  margin-top: 15px;
}
.footer .foot-bot {
  width: 100%;
  height: 100px;
  background: #e0e0e0;
}
.footer .foot-bot div {
  text-align: center;
  line-height: 1.2;
  padding-top: 20px;
}
.footer .foot-bot div span {
  color: #666;
  font-size: 16px;
}
