video {
  object-fit: fill;
}

/*通用样式*/
.fl {
  float: left;
}

.fr {
  float: right;
}

.active {
  display: block;
}

.container:before,
.container:after {
  content: '';
  display: table;
  clear: both;
}

.ellipse {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

/*滤镜：变灰*/
.gray {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: url("data:image/svg+xml;utf8,#grayscale");
  filter: progid: DXImageTransform.Microsoft.BasicImage(grayscale=1);
  -webkit-filter: grayscale(1);
}

/*头部*/
.header-bg {
  height: 40px;
  line-height: 40px;
  position: relative;
  background-color: #007B4D;
}

.top {
  float: right;
}

.top a {
  color: #fff;
}

.top span {
  color: #fff;
  padding: 0 10px;
}

.top p {
  margin-right: 60px;
  overflow: hidden;
}

.top p a {
  float: left;
  line-height: 40px;
  padding: 0 25px;
}

.top p a:nth-child(2) {
  background-color: #00824C;
}

.top p a:nth-child(3) {
  background-color: #007451;
}

.top p img {
  position: relative;
  padding-right: 10px;
  top: -2px;
}

.top .rt {
  width: 60px;
  height: 40px;
  background: url(../images/search.png) no-repeat center center;
}

/*导航栏*/
.nav {
  position: absolute;
  left: 0;
  right: 0;
  margin-top: 30px;
  z-index: 999;
}

.nav .logo {
  float: left;
  animation: zoomIn 1s;
}

.menu {
  float: right;
  width: 650px;
}

.menu>li {
  position: relative;
  float: left;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
}

.menu>li>a {
  display: block;
  height: 100%;
  color: #fff;
  font-size: 17px;
  text-align: center;
}

.menu>li a:hover {
  color: #D24E1D;
}

.sub-menu {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  text-align: center;
  background-color: #fff;
  border-top: 3px solid #D24E1D;
  z-index: 999;
  display: none;
}

.sub-menu li {
  height: 35px;
  line-height: 35px;
  text-align: center;
}

.sub-menu li a {
  font-size: 16px;
}

.section {
  min-height: 500px;
}

.section.home {
  background: url(../images/bg.jpg) no-repeat center 360px;
}


.wrapper {
  position: relative;
  margin-top: -360px;
  z-index: 9;
}

.wrapper>.container {
  min-height: 300px;
  background-color: #fff;
  border-top: 6px solid #00814C;
}


/*尾部*/
.footer .contact {
  float: left;
  line-height: 30px;
  margin-left: 20px;
}

.footer ul {
  margin-top: 5px;
}

.footer li {
  float: left;
  line-height: 50px;
  margin-left: 15px;
}

.footer li a {
  position: relative;
  color: #fff;
  font-size: 16px;
}

.footer li .qrCode {
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -43px;
  z-index: 9;
  display: none;
}

.footer li a:hover .qrCode {
  display: block;
  animation: zoomIn 1s;
}

/*右侧浮动*/
.float {
  position: fixed;
  top: 50%;
  right: 10px;
  margin-top: -150px;
  z-index: 2000;
  width: 70px;
  height: 300px;
  display: none;
}

.float_show {
  background-color: #BABABA;
  width: 70px;
  height: 70px;
}

.float_show a {
  display: block;
  color: #fff;
  font-size: 16px;
  width: 70px;
  height: 70px;
  overflow: hidden;
}

.float_show a img {
  width: 32px;
  height: 32px;
}

.float_show.float_show0 {
  height: 70px;
  width: 70px;
}

.float_show:hover a {
  background-color: #DB7437;
  color: #FFF;
}

.float_show.float_show0:hover {
  background-color: #DB7437;
}

.float_show.float_show0 img {
  margin: 10px 18px auto;
}

.float_show.float_show0 p {
  font-size: 12px;
  margin: 6px 10px auto;
}

.float_show.float_show1 img {
  margin: 20px auto 20px 20px;
}

.float_show.float_show1 a {
  width: 242px;
}

.float_show.float_show1 span {
  margin-left: 15px;
  font-size: 20px;
  font-weight: bold;
}

.float_show.float_show1:hover {
  width: 248px;
  background-color: #DB7437;
}

.float_show.float_show2 a img {
  margin: 20px 20px auto;
}

.float_show.float_show2:hover .float_wx {
  display: block;
}

.float_wx {
  position: absolute;
  top: -12px;
  left: -100px;
  width: 86px;
  height: 91px;
  transform: rotate(-90deg);
  display: none;
}

.float_wx img {
  width: 91px;
}

.float_show.float_show1 {
  position: absolute;
  top: 72px;
  right: 0;
  width: 70px;
  overflow: hidden;
  transition: width .5s;
}

.float_show.float_show2 {
  position: absolute;
  top: 144px;
  right: 0;
}

.float_show.float_show3 {
  position: absolute;
  top: 216px;
  right: 0;
  width: 70px;
}

.float_show.float_show3 img {
  margin: 15px 20px auto;
  width: 32px;
  height: 21px;
}

.float_show.float_show3 p {
  font-size: 14px;
  margin: 6px 20px auto 22px;
}

/*左侧导航*/
.side {
  float: left;
  width: 250px;
  position: relative;
  min-height: 365px;
  margin: 35px 0 50px;
}

.side h1 {
  height: 55px;
  line-height: 55px;
  color: #fff;
  font-size: 22px;
  font-weight: normal;
  padding-left: 20px;
  background: #b11723;
}

.side .mask {
  background-color: #F4F4F4;
}

.mask ul {
  min-height: 60px;
  margin-bottom: -60px;
}

.mask ul li {
  height: 38px;
  position: relative;
  padding: 0px 0 0 20px;
}

.mask ul li a {
  position: relative;
  display: block;
  line-height: 38px;
  font-size: 16px;
  padding-left: 40px;
  box-sizing: border-box;
}

.mask ul li a:before {
  content: '';
  position: absolute;
  top: 15px;
  left: 20px;
  width: 10px;
  height: 10px;
  background-color: #005cbd;
  border-radius: 50%;
  display: none;
}

.mask ul li.on a {
  background-color: #fff;
}

.mask ul li a:hover:before,
.mask ul li.on a:before {
  display: block;
}

.relative {
  margin-top: 25px;
  background-color: #F4F4F4;
}

.relative p {
  height: 50px;
  line-height: 50px;
  padding-left: 45px;
  color: #007051;
  font-size: 18px;
  border-bottom: 1px solid #ddd;
  background: url(../images/link.png) no-repeat 20px center;
}

.relative ul {
  padding: 15px 0 30px;
}

.relative ul li {
  height: 45px;
  line-height: 45px;
  padding-left: 45px;
  font-size: 16px;
}

/*右侧列表*/
.column {
  float: right;
  width: 900px;
  min-height: 500px;
  margin: 35px 0 50px;
  padding: 0px 10px;
  background-color: #fff;
}

.position {
  height: 84px;
  line-height: 84px;
  color: #666;
  border-bottom: 1px solid #C4C4C4;
}

.position h2 {
  position: relative;
  color: #000000;
  font-size: 26px;
  font-weight: normal;
}

.position h2:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #012f55;
}

.position a {
  padding: 0 5px;
  color: #666;
}

.position a:hover {
  color: #012f55;
}

.position .rt .home {
  padding-left: 36px;
  background: url(../images/home.png) no-repeat;
}

/*详情页*/
.detail {
  margin: 40px 0;
}

.caption {
  margin: 30px 0;
  text-align: center;
}

.caption h1 {
  font-size: 24px;
  font-weight: normal;
}

.caption h2 {
  font-size: 22px;
  font-weight: normal;
}

.caption p {
  margin-top: 10px;
  color: #999;
}

.caption p span {
  margin-right: 20px;
}

.content {
  line-height: 1.75em;
  font-size: 16px;
}

.content img {
  margin: 15px auto !important;
  height: auto;
  max-width: 80%;
}

/*简介*/
.profile {
  margin: 30px 0;
}

.profile p {
  line-height: 1.75em;
  font-size: 16px;
}

/*通用列表*/
.common-list {
  margin: 20px 0;
}

.common-list li {
  margin: 18px 0;
  font-size: 16px;
}

.common-list li p {
  margin-right: 120px;
}

.common-list li span {
  color: #666;
}

.common-list li a {
  position: relative;
  padding-left: 18px;
}

.common-list li a:before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 8px;
  height: 8px;
  border: 2px solid #de2329;
  border-radius: 50%;
  box-sizing: border-box;
}

/*现任领导*/
.leader-list li {
  height: 227px;
  padding: 25px 0;
  font-size: 16px;
  box-sizing: content-box;
  border-bottom: 1px dashed #ddd;
}

.leader-list li a.lf {
  width: 180px;
  height: 227px;
  overflow: hidden;
}

.leader-list li img {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.leader-list li .info {
  margin-left: 210px;
}

.leader-list li h2 {
  font-size: 20px;
}

.leader-list li .subhead {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #000;
}

.leader-list li p {
  height: 90px;
  line-height: 30px;
  overflow: hidden;
  margin: 15px 0 30px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.leader-list li .rt {
  width: 84px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border: 1px solid #b90f0f;
  border-radius: 16px;
  font-size: 14px;
  color: #b90f0f;
  box-sizing: border-box;
}

/*新闻中心*/
.img-list li {
  height: 130px;
  margin: 30px 0;
}

.img-list li a.lf {
  width: 218px;
  height: 130px;
  overflow: hidden;
}

.img-list li img {
  width: 100%;
  height: 100%;
}

.img-list li img:hover {
  transform: scale(1.1);
}

.img-list li h3 {
  font-size: 20px;
}

.img-list li .info {
  margin-left: 240px;
}

.img-list li .info div {
  padding-bottom: 7px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

.img-list li .info span {
  float: right;
  color: #999;
}

.img-list li .info h3 {
  position: relative;
  padding-left: 20px;
  margin-right: 120px;
  font-size: 16px;
}

.img-list li .info h3:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  border: 8px solid transparent;
  border-left-color: #007051;
}

.img-list li .info p {
  height: 90px;
  line-height: 30px;
  overflow: hidden;
  color: #666;
  font-size: 16px;
}

/*通知公告*/
.notice-list li {
  padding: 20px 0;
}

.notice-list .lf {
  width: 85px;
  height: 95px;
  text-align: center;
  background-color: #F7F7F7;
  border-radius: 3px;
}

.notice-list li:hover .lf {
  background-color: #006F50;
}

.notice-list .lf h2 {
  line-height: 60px;
  margin: 0 5px 5px;
  font-size: 30px;
  border-bottom: 1px solid #ddd;
}

.notice-list li:hover .lf h2 {
  color: #fff;
}

.notice-list .lf span {
  color: #999;
}

.notice-list li:hover .lf span {
  color: #ddd;
}

.notice-list .info {
  height: 95px;
  margin-left: 110px;
}

.notice-list .info h3 {
  margin-bottom: 10px;
  font-size: 16px;
}

.notice-list .info p {
  height: 60px;
  line-height: 30px;
  overflow: hidden;
  font-size: 16px;
}

/*机构设置、师资队伍*/
.org-list {
  margin-top: 40px;
  overflow: hidden;
}

.org-list li {
  float: left;
  width: 250px;
  padding-bottom: 10px;
  margin: 0 75px 40px 0;
  font-size: 16px;
  border-bottom: 1px solid #ddd;
}

.org-list li:nth-child(3n) {
  margin-right: 0;
}

.org-list li a {
  padding-left: 30px;
  background: url(../images/before.png) no-repeat left center;
}

.org-list li:hover a {
  margin-left: 15px;
}

/*校园剪影*/
.gallery ul {
  margin-top: 30px;
  overflow: hidden;
}

.gallery ul li {
  float: left;
  width: 286px;
  margin: 0 21px 20px 0;
  text-align: center;
  cursor: pointer;
}

.gallery ul li:nth-child(3n) {
  margin-right: 0;
}

.gallery ul li a {
  display: block;
  height: 190px;
  overflow: hidden;
}

.gallery ul li p {
  line-height: 40px;
  font-size: 16px;
  font-weight: bold;
}

.gallery ul li a:hover img {
  transform: scale(1.1);
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .65);
  display: none;
  z-index: 99999;
}

.modal-img {
  position: absolute;
  top: 50%;
  left: 50%;
  cursor: pointer;
  transform: translateX(-50%) translateY(-50%);
}

.modal-img img {
  max-width: 650px;
}

.modal ul {
  position: absolute;
  bottom: 25px;
  width: 100%;
  text-align: center;
}

.modal ul li {
  display: inline-block;
  color: orangered;
  font-size: 20px;
  font-weight: bold;
}

.modal .close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  background: url(../images/icons.png) no-repeat -108px -22px;
}

.modal .prev,
.modal .next {
  position: absolute;
  top: 50%;
  left: 20px;
  width: 35px;
  height: 65px;
  transform: translateY(-50%);
  background: url(../images/icons.png) no-repeat 0 0;
}

.modal .next {
  left: auto;
  right: 20px;
  background-position-x: -45px;
}

/*留列表言*/
.message .leave {
  display: inline-block;
  margin: 30px 0 40px;
  padding: 10px 35px;
  color: #fff;
  font-size: 18px;
  background-color: #01634A;
}

.message .leave:hover {
  opacity: .8;
}

.message table {
  width: 100%;
  font-size: 16px;
  text-align: center;
  border-collapse: collapse;
}

.message table td {
  padding: 0;
}

.message table thead {
  height: 50px;
  line-height: 50px;
  background-color: #F4F4F4;
  border-bottom: 2px solid #007051;
}

.message table thead th {
  color: #007051;
  font-weight: normal;
}

.message table tbody tr {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #C8C8C8;
}

.message table tbody tr td:first-child {
  width: 600px;
}

.message table tbody tr td p {
  width: 600px;
  padding: 0 10px;
  text-align: left;
}

.message table tbody tr:hover {
  background-color: #f1f1f1;
}

/*在线留言*/
.message form p {
  margin-bottom: 15px;
}

.message form {
  margin-top: 50px;
  font-size: 16px;
}

.message label {
  display: inline-block;
  min-width: 120px;
  position: relative;
  padding-left: 10px;
}

.message p:nth-child(2) label:before,
.message p:nth-child(3) label:before,
.message p:nth-child(6) label:before,
.message p:nth-child(7) label:before,
.message p:nth-child(8) label:before {
  content: '*';
  position: absolute;
  top: 0;
  left: 0;
  color: #D24241;
}

.message input[type="text"],
.message select {
  width: 360px;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  border: 1px solid #D5D5D5;
  box-sizing: border-box;
  outline: none;
}

.message .agree {
  height: 50px;
  line-height: 50px;
}

.message .agree span {
  margin-left: 10px;
}

.message input[type="radio"] {
  width: 20px;
  height: 20px;
  position: relative;
  top: 5px;
}

.message .agree input:last-of-type {
  margin-left: 50px;
}

.message textarea {
  width: 600px;
  padding: 5px 10px;
  font-size: 16px;
  border: 1px solid #D5D5D5;
  resize: none;
  outline: none;
}

.message .msg label {
  position: relative;
  top: -145px;
}

.message button {
  color: #fff;
  font-size: 16px;
  padding: 12px 50px;
  margin: 20px 0 0 135px;
  background-color: #01634A;
  border: none;
  cursor: pointer;
}

.message button:hover {
  opacity: .8;
}

/*留言详情*/
.message-detail h2 {
  margin: 30px 0;
  color: #007051;
  font-size: 20px;
}

.message-detail table {
  width: 100%;
  color: #666;
  border-collapse: collapse;
  border: 1px solid #AAD6CB;
}

.message-detail table td {
  padding: 10px 15px;
  border-bottom: 1px solid #AAD6CB;
}

.message-detail table tr td:first-child {
  width: 120px;
  padding-left: 40px;
  color: #007051;
  background-color: #E3F2ED;
}

.message-detail table td p {
  line-height: 1.5em;
}


/*领导信箱*/
.xzxx-main-wz_1 {
  padding: 20px;
  margin-top: 20px;
  color: #666;
  line-height: 2em;
  text-indent: 2em;
  background: rgba(249, 249, 249, 1);
}

.xzxx-main-inp {
  display: flex;
  margin-top: 20px;
}

.xzxx-main-inp input {
  width: 443px;
  height: 44px;
  padding: 0 15px;
  border: 1px solid rgba(211, 211, 211, 1);
}

.xzxx-main-inp textarea {
  width: 720px;
  height: 263px;
  outline: none;
  padding: 5px 10px;
  border: 1px solid rgba(210, 210, 210, 1);
}

.xzxx-main-inp span {
  color: #cb0101;
}

.xzxx-main-inp>div:nth-child(1) {
  padding-top: 8px;
  display: flex;
  font-size: 16px;
  width: 100px;
  font-weight: 400;
  margin-right: 20px;
  line-height: 29px;
}

.xzxx-main-inp>div:nth-child(3) {
  padding-top: 8px;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  margin-right: 20px;
  line-height: 29px;
  margin-left: 10px;
}

.xzxx-fl>div {
  display: none;
}

.xzxx-fl>.on {
  display: block;
}

.xzxx-fl2 {
  display: flex;
  margin-top: 20px;
}

.xzxx-but button {
  width: 140px;
  height: 45px;
  border: 0;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}

.but-1 {
  background: rgba(1, 99, 73, 1);
}

.but-2 {
  margin-left: 15px;
  background: rgba(51, 51, 51, 1);
}

.xzxx-but {
  margin: 30px 0 0 120px;
}

.inp2 label {
  display: flex;
  padding-top: 8px;
  min-width: 100px;
  font-size: 16px;
  color: rgba(51, 51, 51, 1);
  line-height: 29px;
  margin-right: 30px;
}

.inp2 input {
  width: 20%;
  margin-top: 10px;
  height: 50%;
}

.op {
  opacity: 0;
}

.xzxx-hf {
  border-bottom: 2px solid rgba(1, 99, 73, 1);
  display: flex;
  margin-top: 40px;
}

.xzxx-hf>div {
  width: 137px;
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  text-align: center;
}

.cla {
  color: #fff;
  background: rgba(1, 99, 73, 1);
}

.xzxx-hf-wz {
  border-bottom: 1px solid #DCDCDC;
}

.xzxx-hf-wz>p {
  font-size: 16px;
  line-height: 29px;
}

.xzxx-hf-wz>p:nth-child(2n) {
  color: #999;
  font-size: 14px;
  margin: 5px 0 10px;
}

.xzxx-fl2>div:nth-child(1) {
  margin-right: 10px;
}

.hfcx form {
  position: relative;
  width: 300px;
  height: 40px;
  margin: 20px 0;
}

.hfcx form input[type='text'] {
  width: 100%;
  line-height: 40px;
  padding: 0 10px;
  border: 1px solid #ddd;
  box-sizing: border-box;
}

.hfcx form input[type='submit'] {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border: none;
  background: url(../images/query.png) no-repeat center center;
}

.no-hfxx {
  padding: 15px 0;
  font-size: 16px;
  border-top: 1px solid #ddd;
}

.success-box {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .6);
  z-index: 9999;
  display: none;
}

.success-box .success {
  position: absolute;
  width: 510px;
  height: 320px;
  top: 50%;
  left: 50%;
  margin: -160px 0 0 -255px;
  background-color: #fff;
  font-size: 16px;
  text-align: center;
  padding-top: 55px;
  box-sizing: border-box;
}

.success-box .success h3 {
  color: #007051;
  font-size: 22px;
  font-weight: normal;
  margin: 15px 0;
}

.success-box .success .close {
  position: absolute;
  top: -30px;
  right: -30px;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
}

.hfcx form input[type='button'] {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border: none;
  background: url(../images/query.png) no-repeat center center;
}

/*图片集*/
.photos {
  width: 800px;
  margin: 0 auto;
}

.photos .arrow {
  position: static;
  left: 0;
  width: auto;
  height: auto;
  display: block;
  margin-left: 0;
}

.photos .arrow a {
  top: 35%;
  margin-top: 0;
  background-size: 25px;
}

.photos .info {
  margin: 15px 0;
}

.photos .info .index {
  float: left;
  color: #999;
  font-size: 20px;
  font-family: 'Gerogia';
}

.photos .info .index i {
  color: orangered;
  font-size: 36px;
  font-weight: bold;
}

.photos .info p {
  margin-left: 80px;
  line-height: 25px;
  font-size: 16px;
  text-align: justify;
}