body {
  margin: 0;
  font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Microsoft YaHei", Arial, sans-serif;
}


.lm-header {
  height: 100px;
  line-height: 100px;
  background-color: #ecf5f9;
  box-shadow: 0 0px 16px rgba(141, 156, 194, 0.5);
}
.lm-header .site-title {
  font-size: 24px;
  font-weight: bold;
  color: #3164D4;
  text-decoration: none;
  border-left: solid 1px rgba(49, 100, 212, 0.2);
  margin-left: 20px;
  padding-left: 20px;
}

.lm-header > .wrapper, .lm-content > .wrapper, .lm-footer > .wrapper {
  max-width: 1280px;
  margin: 0 auto;
}

.lm-content {
  clear: both;
  min-height:70vh;
}

.lm-menu {
  transition: all 0.5s;
  padding: 0 40px;
  padding-right: 0;
  /*2020-08-27*/
}
.lm-menu .logo {
  height: 40px;
  display: block;
  float: left;
  padding: 30px 0;
}
.lm-menu .logo img {
  line-height: 40px;
  height: 40px;
  display: block;
}
.lm-menu .pure-menu-item .fixed {
  position: fixed;
  z-index: 400;
}
.lm-menu .pure-menu-item .right-bottom {
  right: 10px;
  bottom: 10px;
}
.lm-menu .pure-menu-item .left-bottom {
  left: 10px;
  bottom: 10px;
}
.lm-menu .pure-menu-item .left {
  left: 10px;
  bottom: 10px;
}
.lm-menu .pure-menu-item .right-center {
  right: 10px;
  top: 50%;
}
.lm-menu .pure-menu-list {
  float: right;
}
.lm-menu .pure-menu-children {
  padding: 12px 8px;
  box-shadow: 0 0 16px rgba(141, 156, 194, 0.2);
  border-radius: 3px;
  width: auto;
  min-width:120px;
  left: 50%;
  margin-left: -60px;
}
.lm-menu .pure-menu-children .pure-menu-item {
  line-height: 3;
  padding: 0;
}
.lm-menu .pure-menu-children .pure-menu-item a {
  font-size: 14px;
  text-align: center;
  display: block;
}
.lm-menu .pure-menu-children .pure-menu-item a.empty {
  color: #ddd;
}
.lm-menu .dept-list + .pure-menu-children {
  right: 0;
  left: auto;
  width: 460px;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
.lm-menu .dept-list + .pure-menu-children a {
  text-align: left;
  text-indent: 40px;
}
.lm-menu .pure-menu-item {
  padding: 0 15px;
  font-size: 16px;
}
.lm-menu .pure-menu-item a {
  color: #1F4968;
  opacity: 0.7;
  transition: opacity 0.3s;
  text-decoration: none;
}
.lm-menu .pure-menu-item a:hover {
  opacity: 1;
}
.lm-menu .pure-menu-item.active > .pure-item-link {
  opacity: 1;
  font-weight: bold;
}

.tooltip {
  display: none;
}

.lm-pagination {
  color: #bbb;
  padding: 0;
  position: relative;
  font-size: 14px;
}
.lm-pagination > span {
  float: right;
  padding: 0 5px;
}
.lm-pagination ul {
  margin: 0;
}
.lm-pagination li {
  list-style: none;
  display: inline-block;
  padding: 0 5px;
}
.lm-pagination li a {
  text-decoration: none;
  color: #1F4968;
}

.lm-article {
  padding: 40px 80px;
}
.lm-article h2 {
  font-size: 20px;
  color: #1F4968;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 40px;
}
.lm-article > .content {
  position: relative;
  margin: 40px 0;
}
.lm-article > .content img {
  max-width: 100%;
  margin: 0 auto;
  object-fit: cover;
}
.lm-article .attachments a {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.lm-article .attachments a:before {
  content: "";
  background: url("/templates/fzlmxy_template/images/attachment.svg") center center no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  object-fit: cover;
  margin-right: 4px;
}
.lm-article p.meta {
  text-align: center;
}
.lm-article p.meta span {
  margin: 0 10px;
  padding-left: 26px;
  font-size: 16px;
  color: #939596;
}
.lm-article p.meta span.views {
  background: url(/templates/fzlmxy_template/images/ico_view.png) left center no-repeat;
}
.lm-article p.meta span.created {
  background: url(/templates/fzlmxy_template/images/ico_time.png) left center no-repeat;
}
.lm-article p.meta span.author {
  background: url(/templates/fzlmxy_template/images/ico_location.png) left center no-repeat;
}

.lm-sidemenu {
  margin: 0;
  padding: 0;
  height: 100%;
  box-shadow: 10px 0 10px rgba(0, 0, 0, 0.05);
}
.lm-sidemenu .has-children {
  position: relative;
}
.lm-sidemenu .has-children li {
  display: none;
}
.lm-sidemenu .has-children:after {
  content: "";
  position: absolute;
  right: 40px;
  top: 32px;
  height: 16px;
  width: 16px;
  background: url(/templates/fzlmxy_template/images/arrow-right.png) center center no-repeat;
}
.lm-sidemenu .has-children.expand li {
  display: block;
}
.lm-sidemenu .has-children.expand:after {
  background-image: url(/templates/fzlmxy_template/images/arrow-down.png);
}
.lm-sidemenu li {
  list-style: none;
}
.lm-sidemenu li a {
  padding: 20px 40px;
  display: block;
  line-height: 32px;
  text-decoration: none;
  color: #bbc8d1;
  font-size: 20px;
}
.lm-sidemenu li.active a, .lm-sidemenu li.expand > a {
  color: #1F4968;
}
.lm-sidemenu li .sub-menu {
  margin: 0;
  padding: 0;
}
.lm-sidemenu li .sub-menu a {
  height: 60px;
  line-height: 60px;
  font-size: 16px;
}

.lm-brand {
  color: #fff;
  padding: 0;
  margin: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: -1;
  margin-bottom: 60px;
}
.lm-brand .brand-image img {
  height: auto;
  width: 100%;
}
.lm-brand .brand-image #lm-brand-building {
  margin-top: -100px;
}
.lm-brand .brand-intro {
  z-index: 1;
  position: absolute;
  left: 20px;
  top: 70px;
}
.lm-brand .brand-intro p {
  font-size: 18px;
  line-height: 38px;
  font-weight: normal;
  margin: 0;
  padding: 0 0 10px 0;
}
.lm-brand .brand-intro p.slogan {
  text-indent: -9999px;
  overflow: hidden;
  width: 500px;
  height: 116px;
  background: url(/assets/fzlmxy/brand-slogan.png);
  margin: 90px 0;
}
.lm-brand .brand-intro p.title {
  display: none;
  background: #FFB727;
  color: #fff;
  padding: 20px 30px;
  line-height: 20px;
  margin-top: 30px;
  border-radius: 2px;
  font-weight: lighter;
}
.lm-brand .brand-intro h1 {
  display: none;
  font-size: 54px;
  font-weight: normal;
  line-height: 74px;
  margin: 0;
}
.lm-brand .brand-intro h1 b {
  font-size: 60px;
}

.lm-main-title {
  display: block;
  position: relative;
  height: 40px;
  border-bottom: solid 1px #B8B8B8;
  margin: 80px 40px;
}
.lm-main-title.style-1 p, .lm-main-title.style-1 h2, .lm-main-title.style-5 p, .lm-main-title.style-5 h2 {
  color: #FFB727;
}
.lm-main-title.style-2 p, .lm-main-title.style-2 h2 {
  color: #1F4968;
}
.lm-main-title.style-3 p, .lm-main-title.style-3 h2 {
  color: #3164D4;
}
.lm-main-title.style-4 p, .lm-main-title.style-4 h2 {
  color: #5B5EBB;
}
.lm-main-title * {
  margin: 0;
  padding: 0;
  line-height: 1;
  color: #DFE5EA;
}
.lm-main-title > p {
  font-size: 14px;
  padding-top: 44px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0.5;
}
.lm-main-title > h2 {
  font-size: 40px;
  background: #fff;
  width: 190px;
  line-height: 40px;
  font-weight: normal;
  position: absolute;
  top: 0;
  left: 0;
  height: 41px;
}
.lm-main-title > a {
  font-size: 26px;
  line-height: 30px;
  font-weight: lighter;
  text-decoration: none;
  position: absolute;
  top: 10px;
  right: 0;
}
.lm-main-title > a:hover {
  color: #3164D4;
}

.lm-related-links {
  margin: 60px 20px;
}
.lm-related-links .item-wrap {
  margin: 0 20px;
}

.lm-related-link {
  margin-bottom: 60px;
  display: block;
  width: 100%;
  height: 240px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}
.lm-related-link:hover .bg {
  transform: scale(1.1);
}
.lm-related-link:hover .bg-blur {
  margin: -100px;
}
.lm-related-link .bg-blur {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-filter: blur(8px);
  -moz-filter: blur(8px);
  -ms-filter: blur(8px);
  -o-filter: blur(8px);
  filter: blur(8px);
  margin: -42px;
  opacity: 0.6;
  transition: all 0.4s;
}
.lm-related-link .bg {
  display: block;
  height: 100%;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.4s;
}
.lm-related-link .intro {
  position: absolute;
  top: 10px;
  font-size: 18px;
  color: #fff;
  font-weight: lighter;
}
.lm-related-link .intro .intro-wrap {
  display: block;
  padding: 10px 30px;
  z-index: 1;
  overflow: hidden;
  background-color: #000;
  position: relative;
}

.lm-itemlist {
  margin: 0 40px;
  margin-bottom: 60px;
}
.lm-itemlist li {
  background: #fff;
  transition: all 0.3s;
}
.lm-itemlist li:hover {
  background: #fafafa;
  border-radius: 2px;
}
.lm-itemlist li:hover .title:before {
  background-color: #FFB727;
}
.lm-itemlist .intro {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: #999;
  font-weight: lighter;
}
.lm-itemlist .title {
  padding: 0;
  margin: 0;
  line-height: 1.6;
  height: 80px;
}
.lm-itemlist a {
  color: #606060;
  font-size: 20px;
  text-decoration: none;
}
.lm-itemlist .time {
  color: #B3B3B3;
  font-size: 16px;
}
.lm-itemlist.items {
  margin: 0 40px;
}
.lm-itemlist.items ul {
  padding: 0px;
}
.lm-itemlist.items li {
  height: 240px;
  vertical-align: top;
}
.lm-itemlist.items li .no-cover img {
  display: none;
}
.lm-itemlist.items li:first-child .no-cover {
  background: url(/templates/fzlmxy_template/images/item-no-cover-1.png) center center no-repeat;
}
.lm-itemlist.items li:nth-child(2) .no-cover {
  background: url(/templates/fzlmxy_template/images/item-no-cover-2.png) center center no-repeat;
}
.lm-itemlist.items li:nth-child(3) .no-cover {
  background: url(/templates/fzlmxy_template/images/item-no-cover-3.png) center center no-repeat;
}
.lm-itemlist.items li:nth-child(4) .no-cover {
  background: url(/templates/fzlmxy_template/images/item-no-cover-4.png) center center no-repeat;
}
.lm-itemlist.items .item-wrap {
  padding: 60px 45px;
  height: 240px;
  box-sizing: border-box;
  position: relative;
}
.lm-itemlist.items .content {
  height: 120px;
  margin-left: 140px;
}
.lm-itemlist.items .cover {
  height: 120px;
  width: 120px;
  overflow: hidden;
  border-radius: 60px;
  position: absolute;
  left: 45px;
  top: 60px;
}
.lm-itemlist.items .cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lm-itemlist.items .title {
  padding-right: 100px;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  height: auto;
  font-size: 20px;
  margin-bottom: 20px;
}
.lm-itemlist.items .time {
  position: absolute;
  right: 0;
  top: 0;
  height: 32px;
  line-height: 32px;
}
.lm-itemlist.gallery ul {
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  white-space: nowrap;
}
.lm-itemlist.gallery li {
  height: 200px;
  width: 25%;
  box-sizing: border-box;
  padding: 5px;
}
.lm-itemlist.gallery li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lm-itemlist.gallery a {
  height: 100%;
  width: 100%;
  position: relative;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
}
.lm-itemlist.gallery a:hover .title {
  opacity: 1;
}
.lm-itemlist.gallery a .title {
  opacity: 0;
  transition: all 0.3s;
  display: block;
  position: absolute;
  left: 0px;
  height: auto;
  bottom: 0px;
  right: 0px;
  white-space: pre-wrap;
  color: #fff;
  font-size: 14px;
  font-weight: lighter;
  line-height: 1.6;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.6);
}
.lm-itemlist.featured {
  position: relative;
  height: 480px;
  overflow: hidden;
}
.lm-itemlist.featured .item-block {
  position: absolute;
  right: 0;
  top: 50%;
  width: 440px;
  height: 310px;
  padding: 25px 30px;
  box-sizing: border-box;
  margin-top: -155px;
  background: #5B5EBB;
  box-shadow: 5px 3px 35px rgba(34, 38, 170, 0.31);
}
.lm-itemlist.featured .item-block .title, .lm-itemlist.featured .item-block .time, .lm-itemlist.featured .item-block .intro {
  color: #fff;
}
.lm-itemlist.featured .item-block .view {
  position: absolute;
  display: block;
  left: 50%;
  bottom: -20px;
  width: 150px;
  height: 50px;
  line-height: 50px;
  background-color: #fffdeb;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  text-align: center;
  margin-left: -75px;
  font-size: 22px;
  color: #5B5EBB;
  font-weight: lighter;
}
.lm-itemlist.featured img {
  min-width: 70%;
  height: 480px;
  object-fit: cover;
  border-radius: 10px;
}
.lm-itemlist.featured-quarter {
  margin-bottom: 20px;
  margin-left: 40px;
  height: 320px;
}
.lm-itemlist.featured-quarter .item-block {
  height: auto;
  padding: 10px 20px;
  width: auto;
  bottom: 0;
  left: 0;
  top: auto;
}
.lm-itemlist.featured-quarter .item-block a {
  font-size: 16px;
  text-align: left;
  font-weight: lighter;
}
.lm-itemlist.featured-quarter img {
  height: 320px;
  width: 100%;
  object-fit: cover;
}
.lm-itemlist.list {
  margin: 0 40px;
}
.lm-itemlist.list.col-2 ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
.lm-itemlist.list ul:not(.lm-cards) {
  margin: 0;
  padding: 0;
  list-style: none;
}
.lm-itemlist.list li:not(.lm-card) {
  line-height: 60px;
  height: 60px;
  font-size: 20px;
  font-weight: lighter;
  padding: 0 30px 0 40px;
  position: relative;
}
.lm-itemlist.list li:not(.lm-card):before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -5px;
  background-color: #3164D4;
  box-shadow: 0 3px 6px rgba(49, 100, 212, 0.2);
}
.lm-itemlist.list li:not(.lm-card) .time {
  position: absolute;
  right: 30px;
  top: 0;
  height: 60px;
  line-height: 60px;
}
.lm-itemlist.list li:not(.lm-card) a {
  display: block;
  margin-right: 120px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.library .lm-itemlist.gallery li {
  height: 280px;
  padding: 13px;
}

.lm-cards {
  list-style: none;
  padding: 0;
  margin: 0 -10px;
}

.lm-card {
  margin: 0 0 40px 0;
  padding: 0;
  box-sizing: border-box;
  float: left;
  width: 25%;
  height: 360px;
}
.lm-card a {
  position: relative;
}
.lm-card .cover {
  height: 200px;
  display: block;
}
.lm-card .no-cover {
  background: url(/templates/fzlmxy_template/images/no-cover.png) center center no-repeat #fafafa;
}
.lm-card .no-cover img {
  display: none;
}
.lm-card .title {
  padding: 30px 20px;
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  display: block;
  height: auto;
}
.lm-card .time {
  position: absolute;
  right: 0;
  bottom: 20px;
  font-size: 14px;
  text-align: right;
  display: block;
  padding: 0 20px;
  margin-top: 5px;
  line-height: 1.6;
}
.lm-card:hover {
  background: transparent !important;
}
.lm-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.lm-card a {
  height: 360px;
  margin: 0 10px;
  display: block;
  border-radius: 10px;
  box-shadow: 0 3px 25px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: all 0.3s;
}
.lm-card a:hover {
  box-shadow: 0 3px 25px rgba(0, 0, 0, 0.2);
}

.lm-lib-services {
  margin: 0 0 0 40px;
  padding: 0;
  list-style: none;
}
.lm-lib-services li {
  width: 50%;
  float: left;
  height: 150px;
  box-sizing: border-box;
  position: relative;
  padding: 15px 0;
}
.lm-lib-services li > img {
  width: 120px;
  height: 120px;
  position: absolute;
  border-radius: 60px;
}
.lm-lib-services li > div {
  margin-left: 150px;
}
.lm-lib-services li a {
  display: block;
  font-size: 20px;
  line-height: 40px;
  color: #606060;
  text-decoration: none;
  font-weight: lighter;
}
.lm-lib-services li a:hover {
  color: #1F4968;
}

.lm-contact {
  margin: 0 40px;
}
.lm-contact .phone {
  margin-left: 66%;
  width: 33%;
  box-sizing: border-box;
  padding-left: 30px;
  padding-top: 10px;
}
.lm-contact .phone h4 {
  margin-top: 0;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 5px;
}
.lm-contact .phone p {
  line-height: 1.6;
  font-size: 20px;
  font-weight: lighter;
}
.lm-contact .qrcodes {
  float: left;
  display: block;
  width: 66%;
  height: 300px;
}
.lm-contact .qrcodes .qrcode {
  width: 50%;
  float: left;
  text-align: center;
  position: relative;
  padding-top: 160px;
}
.lm-contact .qrcodes .qrcode img {
  position: absolute;
  height: 140px;
  width: 140px;
  top: 0;
  left: 50%;
  margin-left: -70px;
}

.lm-quick-guide {
  text-align: center;
  margin: 0 30px;
}
.lm-quick-guide a {
  display: inline-block;
  height: 160px;
  line-height: 160px;
  border-radius: 5px;
  width: 30%;
  margin: 0 1%;
  background: #5B5EBB;
  color: #fff;
  font-size: 24px;
  font-weight: lighter;
  text-decoration: none;
  transition: all 0.3s;
}
.lm-quick-guide a:hover {
  background-color: #6d70c2;
}

.play-video .item-wrap {
  position: relative;
}
.play-video .item-wrap:hover:after {
  opacity: 0.3;
}
.play-video .item-wrap:after {
  content: " ";
  width: 50px;
  height: 50px;
  display: block;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  position: absolute;
  margin-top: -25px;
  pointer-events: none;
  background: url(/templates/fzlmxy_template/images/play.svg) center center no-repeat transparent;
  opacity: 0.2;
  transition: all 0.3s;
}

.login {
  margin: 50px 10px;
}
.login fieldset {
  border: solid 1px #ccc;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  max-width: 600px;
  margin: 0 auto;
  padding: 10px 60px;
}
.login fieldset .required .star {
  color: red;
}
.login fieldset .btn {
  padding: 5px 20px;
}
.login fieldset .control-label {
  margin-bottom: 5px;
}
.login fieldset .control-label label {
  font-size: 14px;
  color: #888;
}
.login fieldset .control-label h2 {
  margin: 0;
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 60px;
  color: #3164D4;
  border-bottom: solid 1px #ddd;
  font-weight: normal;
}
.login fieldset .control-group {
  margin-bottom: 15px;
}

.top-menu {
  background-color: #333;
  vertical-align: top;
  padding: 0px;
}
.top-menu ul {
  margin: 0;
  padding: 0px;
  list-style: none;
  display: inline-block;
}
.top-menu h4 {
  padding: 10px 20px;
  margin: 0;
  font-size: 12px;
  border-right: solid 1px rgba(255, 255, 255, 0.1);
  display: inline-block;
  color: rgba(255, 255, 255, 0.4);
}
.top-menu a {
  padding: 10px 20px;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  opacity: 0.7;
}
.top-menu a:hover {
  opacity: 1;
}

.logout {
  display: inline-block;
  float: right;
  padding: 10px;
  color: #fff;
  font-size: 12px;
}
.logout p {
  padding: 0;
  margin: 0;
  line-height: 12px;
}
.logout .btn {
  background: none;
  color: #fff;
  font-size: 12px;
  border: none;
  padding: 0 10px;
  cursor: pointer;
  text-decoration: underline;
}

.menu-item-magicleaders {
  display: block;
}
.menu-item-magicleaders img {
  vertical-align: top;
}

.green-bg {
  background: #07B68A;
}

.brand-image.loading {
  height: 600px;
}
.brand-image.loading .brand-intro, .brand-image.loading .lm-cloud {
  opacity: 0 !important;
  animation: none;
}
.brand-image.loading .brand-intro.hide {
  opacity: 0;
}
.brand-image.loading #lm-brand-building {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -100px;
  margin-top: -100px;
  width: 200px;
  height: 200px;
  background: url(/assets/fzlmxy/loading.gif) center center no-repeat;
}

.lm-clouds {
  position: relative;
  height: 500px;
}
.lm-clouds .lm-cloud {
  position: absolute;
  width: auto !important;
}
.lm-clouds .cloud-2 {
  left: 80%;
  top: 10%;
  animation-name: swing;
  animation-duration: 5s;
  animation-iteration-count: infinite;
}
.lm-clouds .cloud-1 {
  left: 30%;
  top: 15%;
  animation-name: swing2;
  animation-duration: 5s;
  animation-iteration-count: infinite;
}
.lm-clouds .cloud-3 {
  left: 57%;
  top: 35%;
  animation-name: swing;
  animation-duration: 5s;
  animation-iteration-count: infinite;
}

.lm-float-left {
  position: fixed;
  left: 10px;
  bottom: 10px;
}

.lm-float-right {
  position: fixed;
  right: 10px;
  bottom: 10px;
}

.bannergroup a {
  display: block;
}

.lm-float-left, .lm-float-right {
  z-index: 1000;
}
.lm-float-left .bannergroup a, .lm-float-right .bannergroup a {
  opacity: 0.8;
  transition: all 0.3s;
}
.lm-float-left .bannergroup a:hover, .lm-float-right .bannergroup a:hover {
  opacity: 1;
}

@keyframes swing {
  0% {
    transform: translateX(0px);
    opacity: 0.3;
  }
  50% {
    transform: translateX(-50px);
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
    opacity: 0.3;
  }
}
@keyframes swing2 {
  0% {
    transform: translateX(0px);
    opacity: 0.3;
  }
  50% {
    transform: translateX(50px);
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
    opacity: 0.3;
  }
}
#k2ModalHeader h2 {
  display: inline-block;
  float: left;
  margin: 0;
  font-size: 21px;
  font-weight: normal;
  height: 40px;
  vertical-align: top;
}
#k2ModalHeader img {
  height: 30px;
  width: auto;
  margin: 5px 0;
}
#k2ModalHeader .site-title {
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  font-size: 24px;
  font-weight: bold;
  color: #3164D4;
  text-decoration: none;
  border-left: solid 1px rgba(49, 100, 212, 0.2);
  margin-left: 20px;
  padding-left: 20px;
}
#k2ModalHeader #k2ModalToolbar {
  margin: 0;
}

.chzn-container .chzn-results li.disabled-result {
  display: none;
}

.isJ30 #k2FormTopNav ul.k2NavTabs li.ui-tabs-selected a:before {
  bottom: -12px;
}

.lm-articles {
  padding: 20px 80px 40px 80px;
}
.lm-articles h2 {
  font-size: 18px;
  height: 24px;
  line-height: 24px;
  color: #1F4968;
}
.lm-articles ul {
  padding: 0;
}
.lm-articles .list-item {
  height: 60px;
  line-height: 60px;
  list-style: none;
  padding: 0 5px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  position: relative;
}
.lm-articles .list-item.editable a {
  color: #0B55C4;
}
.lm-articles .list-item.editable .lm-admin-edit {
  display: none;
}
.lm-articles .list-item.editable:hover .time {
  display: none;
}
.lm-articles .list-item.editable:hover .lm-admin-edit {
  display: block;
}
.lm-articles .list-item:hover {
  color: #1F4968;
  background: rgba(0, 0, 0, 0.01);
}
.lm-articles .list-item a {
  display: block;
  color: #272B2D;
  text-decoration: none;
  margin-right: 130px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.lm-articles .list-item a:hover {
  color: #3164D4;
}
.lm-articles .list-item span {
  color: #272B2D;
  position: absolute;
  right: 5px;
  top: 0;
}

.lm-banner {
  padding: 40px 80px 0 80px;
}
.lm-banner img {
  width: 100%;
  height: auto;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.lm-admin-edit {
  font-size: 12px;
}
.lm-admin-edit a {
  padding: 0px 20px;
  border-radius: 5px;
  background-color: #eee;
  line-height: 30px;
  height: 30px;
  float: right;
  margin: 15px 10px !important;
}

.lm-admin-add {
  font-size: 12px;
  text-decoration: none;
  background: #3164D4;
  color: #fff;
  display: inline-block;
  line-height: 24px;
  padding: 0px 10px;
  border-radius: 5px;
  margin-left: 5px;
  vertical-align: top;
  font-weight: normal;
}
.lm-admin-add:hover {
  background: #4674d8;
}

.lm-footer {
  color: #fff;
  font-size: 14px;
  z-index: 100;
  position: relative;
  background: linear-gradient(#5A5DBA, #181A68);
  vertical-align: top;
}
.lm-footer .beian {
  background: url(/templates/fzlmxy_template/images/beian.png) left center no-repeat;
  padding-left: 22px !important;
}
.lm-footer .footer-content {
  padding: 30px 0;
}
.lm-footer h3 {
  margin: 0;
  font-size: 32px;
  line-height: 1;
  font-weight: normal;
}
.lm-footer h4 {
  margin: 0;
  color: rgba(255, 255, 255, 0.4);
  font-weight: normal;
  line-height: 1.8;
  font-size: 14px;
}
.lm-footer p {
  line-height: 1.8;
  padding: 0;
  margin: 0;
}
.lm-footer .wrap {
  padding: 0 40px;
  border-right: solid 1px rgba(255, 255, 255, 0.3);
  height: 175px;
  overflow: hidden;
}
.lm-footer .wrap.last {
  border-right: none;
}
.lm-footer .logo .logo-img {
  width: 140px;
  height: 140px;
  background: url("/templates/fzlmxy_template/images/footer_logo.png") center center no-repeat;
  background-size: 100% auto;
  margin: 15px auto;
}
.lm-footer .qlink {
  display: block;
  padding: 3px 10px;
  margin: 15px 10px;
  width: 240px;
}
.lm-footer .info {
  vertical-align: top;
  display: inline-block;
}
.lm-footer .info h4 {
  margin: 0;
}
.lm-footer .info a {
  text-decoration: none;
  margin-right: 10px;
  color: #fff !important;
}
.lm-footer .qrcodes .qrcode {
  width: 100px;
  display: inline-block;
  margin: 0 14px;
}
.lm-footer .qrcodes .qrcode img {
  width: 100%;
  height: auto;
}
.lm-footer .qrcodes .qrcode span {
  font-size: 12px;
  display: block;
  text-align: center;
  line-height: 2.4;
}
.lm-footer .copyright {
  color: #fff;
  border-top: solid 1px rgba(255, 255, 255, 0.3);
  padding: 15px 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
}
.lm-footer .copyright a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  padding: 0 15px;
}
.lm-footer .copyright .no-padding {
  padding: 0;
}
.lm-footer .copyright p {
  display: inline;
}

@media screen and (max-width: 64em) {
  .lm-itemlist.items a {
    font-size: 16px;
  }
  .lm-itemlist.items .title {
    padding-right: 100px;
    height: 60px;
  }
  .lm-itemlist.items .title.before {
    height: 16px;
    top: 6px;
  }
  .lm-itemlist.items .time {
    font-size: 14px;
    line-height: 24px;
    height: 24px;
  }
  .lm-itemlist.items .intro {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) {
  .lm-itemlist.gallery-backup ul {
    height: 700px;
  }
  .lm-itemlist.gallery-backup li {
    position: absolute;
  }
  .lm-itemlist.gallery-backup li a {
    height: 100%;
    width: 100%;
  }
  .lm-itemlist.gallery-backup li .title {
    bottom: 10px;
  }
  .lm-itemlist.gallery-backup li img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .lm-itemlist.gallery-backup li:nth-child(1) {
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
  }
  .lm-itemlist.gallery-backup li:nth-child(2) {
    left: 50%;
    top: 0;
    width: 50;
    height: 50%;
  }
  .lm-itemlist.gallery-backup li:nth-child(3) {
    left: 50%;
    top: 50%;
    width: 25%;
    height: 50%;
  }
  .lm-itemlist.gallery-backup li:nth-child(4) {
    left: 75%;
    top: 50%;
    width: 25%;
    height: 50%;
  }
}
@media screen and (min-width: 64em) {
  .pure-u-lg-1-2 .lm-main-title > a {
    font-size: 20px;
  }
  .pure-u-lg-1-2 .lm-main-title > p {
    font-weight: lighter;
    line-height: 20px;
  }

  .lm-itemlist.featured-half {
    height: 300px;
    margin: 0 0 0 60px;
  }
  .lm-itemlist.featured-half img {
    height: 300px;
    object-fit: cover;
  }
  .lm-itemlist.featured-half .item-block {
    bottom: 0;
    top: auto;
    line-height: 24px;
    padding: 10px;
    width: 100%;
    height: auto;
  }
  .lm-itemlist.featured-half .item-block a.title {
    font-size: 16px;
    height: auto;
    font-weight: lighter;
  }
  .lm-itemlist.items a {
    font-size: 16px;
  }
  .lm-itemlist.items .time {
    font-size: 14px;
    font-weight: lighter;
  }
}
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 18px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.alert,
.alert h4 {
  color: #c09853;
}

.alert h4 {
  margin: 0 0 0.5em;
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 18px;
  cursor: pointer;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}

.alert-success h4 {
  color: #468847;
}

.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}

.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}

.alert-info h4 {
  color: #3a87ad;
}

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

.alert-block p + p {
  margin-top: 5px;
}

.page-blackwhite {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  _filter: none;
}

.major-table{
    width:100%;
    border-collapse: collapse;
    border-color:#9bb5c6;

}
.major-table h1,.major-table h2{ text-align:center;padding:1rem; margin:0;width:100%;color:#1F4968;}
.major-table h1{padding:2rem 1rem;}
.major-table h2{background-color:#ecf5f9;}
.major-table td{display:flex;flex-wrap:wrap;justify-content:start;border:none;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:inherit;}
.major-table tr:last-child td{border:none;}
.major-table a{width:25%; text-align:left;color:#3164D4;text-decoration:none; font-size:1rem; padding:1rem;}
.major-table a:hover{
    text-decoration: underline;
}

/*# sourceMappingURL=styles.css.map */
