@charset "utf-8";

/* base */
@font-face {
  font-family: Kiro;
  font-weight: bold;
  src: url("../fonts/alibaba-ph.eot"); /* IE9 */
  src: url("../fonts/alibaba-ph.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("../fonts/alibaba-ph.woff") format("woff"), /* chrome、firefox */
  url("../fonts/alibaba-ph.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+ */
  url("../fonts/alibaba-ph.svg#alibaba-ph") format("svg"); /* iOS 4.1- */
}

@font-face {
  font-family: Akrobat-Black;
  src: url("../fonts/Akrobatblack.eot"); /* IE9 */
  src: url("../fonts/Akrobatblack.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("../fonts/Akrobatblack.woff") format("woff"), /* chrome、firefox */
  url("../fonts/Akrobatblack.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+ */
  url("../fonts/Akrobatblack.svg#Akrobatblack") format("svg"); /* iOS 4.1- */
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* font-size: calc(100vw / 7.5); */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
  font-family: "Microsoft YaHei", "微软雅黑", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #333;
  background: #fafafa;
}
body #app {
  opacity: 1;
}
body #app[v-cloak] {
  opacity: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  outline: none;
  -moz-outline-style: none;
}

a:active,
a:hover {
  outline: 0;
  text-decoration: none;
}

a:focus {
  text-decoration: none;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

b,
strong {
  font-weight: bold;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

pre {
  overflow: auto;
}


dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  font-weight: normal;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
  font-family: inherit;
  line-height: inherit;
  outline: none;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
  outline: none;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

td,
th {
  padding: 0;
}

.visible-xs {
  display: none !important;
}

.container::after,
.clearfix::after {
  content: '';
  height: 0;
  display: block;
  clear: both;
}

.container {
  margin: auto;
  min-height: 1px;
  width: 100%;
  max-width: 1600px;
}

.container2 {
  margin: auto;
  min-height: 1px;
  width: 100%;
  max-width: 1188px;
}

.line1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}

.line2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 48px;
  line-height: 24px;
}

.line3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 72px;
  line-height: 24px;
}

.o_fit video,
.o_fit img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

[dis-select] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
[dis-drag] {
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  user-drag: none;
}

@media (max-width: 1680px) {
  .container {
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media (max-width: 1360px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
  .container2 {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 768px) {
  .container {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }

  .hidden-xs {
    display: none !important;
  }

  .visible-xs {
    display: block !important;
  }
}

/* base */

/* scrollbar */
@media (min-width: 1024px) {
  ::-webkit-scrollbar-track-piece {
    width: 10px;
    background-color: #ccc;
  }

  ::-webkit-scrollbar {
    width: 8px;
    height: 6px
  }

  ::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #f2c920;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }

  ::selection {
    background: #ccc;
    color: #fff;
  }
}

/* scrollbar */

/* animation */
/*
  animation: jump_down 1.8s infinite ease-in-out;
	-moz-animation: jump_down 1.8s infinite ease-in-out;
	-webkit-animation: jump_down 1.8s infinite ease-in-out;
  -o-animation: jump_down 1.8s infinite ease-in-out;
*/
/* jump_down */
@keyframes jump_down {
  0% {
    transform: translateY(3px);
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
  }

  50% {
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
  }

  100% {
    transform: translateY(3px);
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
  }
}

@-moz-keyframes jump_down {
  0% {
    transform: translateY(3px);
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
  }

  50% {
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
  }

  100% {
    transform: translateY(3px);
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
  }
}

@-webkit-keyframes jump_down {
  0% {
    transform: translateY(3px);
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
  }

  50% {
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
  }

  100% {
    transform: translateY(3px);
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
  }
}

@-o-keyframes jump_down {
  0% {
    transform: translateY(3px);
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
  }

  50% {
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
  }

  100% {
    transform: translateY(3px);
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
  }
}

/* jump_down */

/* animation */

/* page */
/*
  <div class="pagination">
    <div class="page_pc hidden-xs clearfix">
      <a href="javascript:;">上一页</a>
      <a href="javascript:;" class="page_num act">1</a>
      <a href="javascript:;" class="page_num">2</a>
      <a href="javascript:;" class="page_num">3</a>
      <a href="javascript:;">下一页</a>
      <em>共10页</em>
    </div>
    <a href="javascript:;" class="page_sj visible-xs">加载更多</a>
  </div>
*/
.pagination {
  margin: 0px auto;
}
.page_pc {
  text-align: center;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page_pc a {
  color: #333333;
  margin: 0 10px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.page_pc a:hover,
.page_pc a.act {
  color: #f2c920;
  text-decoration: underline;
}
.page_pc a.prev,
.page_pc a.next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #f5f5f5;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.page_pc a.prev {
  margin-right: 60px;
}
.page_pc a.next {
  margin-left: 60px;
}
.page_pc a.prev:hover,
.page_pc a.next:hover {
  background: #f2c920;
}
.page_pc > a .img_ha {
  width: 6px;
  height: 10px;
}
.page_pc > a.prev {
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  -o-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

.page_sj {
  width: 100px;
  height: 32px;
  background: #f2c920;
  color: #fff;
  display: block;
  margin: 0 auto;
  line-height: 32px;
  display: none;
  text-align: center;
}

/* elmentfenye */

/* element 分页修改版 */
.page-el-box {
  margin-top: 40px;
}
.page-el-box .el-pagination {
  text-align: center;
}
.page-el-box .el-pagination *::after,
.page-el-box .el-pagination *::before {
  position: static;
}
.page-el-box .el-pagination button {
  width: 40px;
  height: 40px;
  padding: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #164a96;
}
.page-el-box .el-pagination button .el-icon {
  font-weight: bold;
  font-size: 16px;
}
.page-el-box .el-pagination button:disabled {
  color: #C0C4CC;
}
.page-el-box .el-pagination button:hover {
  background: #f2c920;
}
.page-el-box .el-pagination button:disabled:hover {
  color: #C0C4CC;
  background: #fff;
}
.page-el-box .el-pagination .el-pager {
  padding: 0 75px;
  margin: 0;
}
.page-el-box .el-pagination .el-pager li {
  width: auto;
  height: 40px;
  line-height: 40px;
  color: #333;
  background: none;
  min-width: 0;
  padding: 0;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding: 0 10px;
}
.page-el-box .el-pagination .el-pager li::after {
  content: "";
  position: absolute;
  top: 30px;
  width: 0;
  height: 2px;
  background: #f2c920;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  left: 10px;
}
.page-el-box .el-pagination .el-pager li.active,
.page-el-box .el-pagination .el-pager li:hover {
  color: #f2c920;
}
.page-el-box .el-pagination .el-pager li.active::after,
.page-el-box .el-pagination .el-pager li:hover::after {
  width: -webkit-calc(100% - 20px);
  width: -moz-calc(100% - 20px);
  width: calc(100% - 20px);
}
.page-el-box .el-pagination .el-pager li:last-child {
  margin-right: 0;
}

/* page */

/* common */
.md {
  position: relative;
  top: -100px;
}
.commonP {
  position: static;
  width: 100%;
  margin-top: 30px;
  font-size: 0;
  text-align: center;
}
.commonP .swiper-pagination-bullet {
  background: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin: 0 10px;
  width: 10px;
  height: 10px;
  opacity: 1;
}
.commonP .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #f2c920;
}

.common_tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.common_tit.c {
  justify-content: center;
  text-align: center;
}

.common_tit h3 {
  font-family: Kiro;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 3.6px;
  color: #164a96;
}
.common_tit h5 {
  font-size: 26px;
  color: #1a1a1a;
  margin-top: 12px;
}
.common_tit.w h3 {
  color: #f2c920;
}
.common_tit.w h5 {
  color: #fff;
}
.common_tit h4 {
  font-size: 18px;
  color: #1a1a1a;
  text-align: right;
}
.common_tit h6 {
  margin-top: 12px;
  font-family: Arial;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1.2px;
  color: #1a1a1a;
  text-align: right;
}
.common_tit2_outer {
  padding: 36px 0;
  border-bottom: 1px solid #f0f0f0;
}
.common_tit2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.common_tit2 h3 {
  font-size: 26px;
  color: #164a96;
}
.common_tit2 h5 {
  font-family: Kiro;
  font-size: 18px;
  font-weight: bold;
  line-height: 36px;
  letter-spacing: 1.8px;
  color: #666666;
}
.common_tit3 {
  text-align: center;
}
.common_tit3 h3 {
  font-size: 22px;
  font-weight: bold;
  color: #1a1a1a;
}
.common_tit3 h5 {
  margin-top: 12px;
  font-family: Arial;
  font-size: 16px;
  line-height: 24px;
  color: #999;
}
.common_tit3 h5::after {
  content: '';
  width: 30px;
  height: 2px;
  background-color: #f2c920;
  display: block;
  margin: 12px auto 0;
}
.img_h {
  position: relative;
  cursor: pointer;
}
.img_h img {
  display: block;
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.img_h img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.img_h.img_ha:hover img {
  opacity: 1;
}
.img_h.img_ha:hover img:nth-child(2) {
  opacity: 0;
}
a:hover .img_h.img_ha img,
.img_h:hover img {
  opacity: 0;
}
a:hover .img_h.img_ha img:nth-child(2),
.img_h:hover img:nth-child(2) {
  opacity: 1;
}

.common_btn {
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 40px;
  text-align: center;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  color: #333;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.common_btn:hover {
  background: #f2c920;
  color: #164a96;
}
.common_btn2 {
  display: block;
  width: 120px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background-color: #f5f5f5;
  border-radius: 16px;
  font-family: Kiro;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.4px;
  color: #333333;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
a:hover .common_btn2,
a.common_btn2:hover {
  background: #f2c920;
}

.common_btn3 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 40px;
  text-align: center;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #f2c920;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.common_btn3 span {
  font-family: Kiro;
  color: #164a96;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 1.4px;
  line-height: 36px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.common_btn3 img {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover .common_btn3 img,
a.common_btn3:hover img {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(12px);
  -moz-transform: translateX(12px);
  -ms-transform: translateX(12px);
  -o-transform: translateX(12px);
  transform: translateX(12px);
}
a:hover .common_btn3::before,
a.common_btn3:hover::before {
  width: 0;
}
a:hover .common_btn3 span,
a.common_btn3:hover span {
  -webkit-transform: translateX(-12px);
  -moz-transform: translateX(-12px);
  -ms-transform: translateX(-12px);
  -o-transform: translateX(-12px);
  transform: translateX(-12px);
}

.common_nav {
  margin: 60px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.common_nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.common_nav ul li a {
  display: block;
  padding: 0 30px;
  line-height: 32px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  min-width: 120px;
  height: 32px;
  background: #fff;
  border-radius: 16px;
  font-size: 14px;
  letter-spacing: 1.4px;
  color: #333333;
}
.common_nav ul li a:hover,
.common_nav ul li.active a {
  background: #f2c920;
}

.bread_i {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bread .bread_i {
  border-bottom: 1px solid #f0f0f0;
  padding: 60px 0 40px;
}
.bread_i .l {
  position: relative;
  padding-left: 18px;
}
.bread_i .l::before {
  content: '';
  width: 4px;
  height: 52px;
  background-color: #f2c920;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.bread_i .l h3 {
  font-family: Arial;
  font-size: 22px;
  font-weight: bold;
  color: #1a1a1a;
}
.bread_i .l h5 {
  font-size: 24px;
  color: #1a1a1a;
}
.bread_i .r {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 14px;
  color: #333333;
}
.bread_i .r a {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #666666;
}
.bread_i .r a:hover {
  color: #f2c920;
}
.bread_i .r img {
  margin: 0 8px;
}

#video_model {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
}
#video_model .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
}
#video_model .video {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  width: 80%;
  max-width: 960px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
  background: #252525;
}
#video_model .video .close {
  position: absolute;
  right: -50px;
  top: 0;
  width: 40px;
  z-index: 99999;
  cursor: pointer;
}
#video_model .video_inner {
  width: 100%;
  padding: 10px;
  overflow: hidden;
  position: relative;
}
#video_model .video_inner video {
  display: block;
  width: 100%;
  outline: none;
}
#video_model .video_inner .video_inner_mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
#video_model .video_inner .video_inner_mask img {
  cursor: pointer;
}
#video_model .video .text {
  padding: 16px 10px 30px;
}
#video_model .video .text h6 {
  font-size: 16px;
  color: #fff;
}
#video_model .video .text p {
  font-size: 12px;
  margin-top: 12px;
  color: #666;
}

/*
<!-- video_model -->
<div id="video_model">
  <div class="mask"></div>
  <div class="video">
    <div class="close"><img src="images/close.png" alt=""></div>
    <div class="video_inner"><video autoplay="" src="" controls></video></div>
    <div class="text">
      <h6></h6>
      <p></p>
    </div>
  </div>
</div>
<!-- video_model -->
*/

/* common */

/* header */
.headerSJ {
  display: none;
}
.header {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.header.bg {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
.header_i {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 90px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.header.bg .header_i {
  height: 80px;
}
.header_i .logo {
  width: 200px;
}
.header_i .header_nav {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header_i .header_nav li {
  margin-left: 48px;
  height: 90px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.header.bg .header_i .header_nav li {
  height: 80px;
}
.header_i .header_nav li:first-child {
  margin-left: 0;
}
.header_i .header_nav li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  font-size: 16px;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header_i .header_nav li a::after {
  content: '';
  width: 0px;
  height: 4px;
  background-color: #f2c920;
  border-radius: 2px;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.header_i .header_nav li.on a::after,
.header_i .header_nav li.active a::after {
  width: 30px;
}
.header_i .search {
  position: relative;
}
.header_i .search input {
  display: block;
  width: 260px;
  height: 40px;
  background-color: #f3f4f8;
  border-radius: 20px;
  font-size: 14px;
  color: #333;
  border: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding: 0 40px 0 30px;
  border: solid 2px #f3f4f8;
}
.header_i .search input::placeholder {
  color: #969799;
}
.header_i .search input:focus {
  background-color: #fafafa;
  border-color: #164a96;
}
.header_i .search .img {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 12px;
}
.header .second_nav {
  height: 60px;
  background: #f5f5f5;
  position: fixed;
  top: 90px;
  left: 0;
  width: 100%;
  line-height: 60px;
  font-size: 0;
  text-align: center;
  max-height: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  visibility: hidden;
  overflow: hidden;
}
.header.bg .second_nav {
  top: 80px;
}
.header .second_nav.show {
  max-height: 60px;
  visibility: visible;
}
.header .second_nav h6 {
  display: inline-block;
}
.header .second_nav a {
  display: block;
  font-size: 16px;
  height: 60px!important;
  line-height: 60px!important;
  padding: 0 20px;
  color: #333;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.header .second_nav a::after {
  display: none;
}
.header .second_nav a:hover {
  background: #164a96;
  color: #fff;
}

/* header */

/* banner */
.banner {
  position: relative;
}
.banner .swiper-slide {
  overflow: hidden;
  position: relative;
}
.banner {
  position: relative;
}
.banner .swiper-slide {
  overflow: hidden;
  position: relative;
}
.banner .container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 9;
}
.banner .bannerB {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: absolute;
  z-index: 9;
  right: calc(50vw - 800px);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.banner .bannerB:hover {
  background: #f2c920;
}
.banner .bannerB .img_ha {
  width: 6px;
  height: 10px;
}
.banner .bannerB.prev {
  left: calc(50vw - 800px);
  right: auto;
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  -o-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
.banner .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner .text_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.banner .text_inner h4 {
  height: 40px;
  line-height: 36px;
  text-align: center;
  border-radius: 20px;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  border: solid 2px #f2c920;
  padding: 0 30px;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
}
.banner .text_inner h5 {
  margin-top: 22px;
  font-size: 46px;
  font-weight: bold;
  color: #ffffff;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
}
.banner .text_inner h5::after {
  content: '';
  display: block;
  width: 200px;
  height: 1px;
  background-color: #f2c920;
  margin: 28px auto 0;
}
.banner .text_inner h6 {
  font-size: 14px;
  color: #ffffff;
  margin-top: 16px;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
}
.banner .swiper-slide-active .text_inner h4 {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 0.8s ease-in-out 0.2s;
  -moz-transition: all 0.8s ease-in-out 0.2s;
  -ms-transition: all 0.8s ease-in-out 0.2s;
  -o-transition: all 0.8s ease-in-out 0.2s;
  transition: all 0.8s ease-in-out 0.2s;
}
.banner .swiper-slide-active .text_inner h5 {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 0.8s ease-in-out 0.4s;
  -moz-transition: all 0.8s ease-in-out 0.4s;
  -ms-transition: all 0.8s ease-in-out 0.4s;
  -o-transition: all 0.8s ease-in-out 0.4s;
  transition: all 0.8s ease-in-out 0.4s;

}
.banner .swiper-slide-active .text_inner h6 {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 0.8s ease-in-out 0.6s;
  -moz-transition: all 0.8s ease-in-out 0.6s;
  -ms-transition: all 0.8s ease-in-out 0.6s;
  -o-transition: all 0.8s ease-in-out 0.6s;
  transition: all 0.8s ease-in-out 0.6s;
}

.inner_banner {
  position: relative;
}
.inner_banner .banner_pc {
  height: 400px;
  width: 100%;
}
.bannerP {
  position: absolute;
  bottom: 40px;
  z-index: 9;
}
/* banner */

/* index */
.wrapper {
  overflow: hidden;
  padding-top: 90px;
}
.about_outer {
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 100px;
}
.ind_sec {
  padding: 100px 0;
}
.ind1_inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.ind1l {
  width: 27.25%;
}
.ind1lb {
  margin-top: 72px;
}
.ind1lb p {
  font-family: Arial;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  margin-top: 65px;
}
.ind1r {
  width: 72.75%;
  position: relative;
}
.ind1S {
  width: 66.7%;
}
.ind1S .swiper-slide span {
  font-family: Akrobat-Black;
  font-size: 60px;
  letter-spacing: 3px;
  color: #ffffff;
  position: absolute;
  left: 40px;
  bottom: 40px;
}
.ind1r .ind1r_text {
  width: 66.7%;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
}
.ind1r .ind1r_text_i {
  background: #fff;
  padding: 48px 40px;
  border-radius: 6px;
}
.ind1r .ind1r_text h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  color: #1a1a1a;
}
.ind1r .ind1r_text p {
  margin-top: 32px;
  font-size: 14px;
  line-height: 24px;
  max-height: 72px;
  color: #666666;
}
.ind1r .ind1r_text .ind1rb {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.ind1r .ind1r_text .ind1rb .common_btn3 {}
.ind1r .ind1r_text .ind1rb .text {
  font-family: Kiro;
  font-size: 30px;
  color: #164a96;
  text-align: right;
}
.ind1r .ind1r_text .ind1rb .text span {
  color: #f2c920;
  display: block;
}
.ind1P.commonP {
  position: absolute;
  bottom: 30px;
  left: auto;
  right: 40px;
  margin: 0;
  z-index: 9;
  text-align: right;
}
.ind_sec2 {
  background: #fff;
}
.ind2_inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.ind2l {
  padding-right: 24px;
  width: 50%;
}
.ind2l ul {
  margin-top: 96px;
}
.ind2l ul li {
  border-radius: 6px;
  border: solid 2px #f0f0f0;
  width: 30%;
  margin-right: 5%;
  float: left;
}
.ind2l ul li:last-child {
  margin-right: 0;
}
.ind2l ul li a {
  display: block;
  height: 240px;
  padding: 12%;
  overflow: hidden;
  position: relative;
}
.ind2l ul li a::before {
  content: '';
  position: absolute;
  background: url(../images/ind2_ico.png) center no-repeat;
  width: 20px;
  height: 40px;
  top: 0;
  right: 20px;
}
.ind2l ul li a h4 {
  font-family: Arial;
  font-size: 40px;
  font-weight: bold;
  color: #f2c920;
}
.ind2l ul li a h5 {
  font-size: 20px;
  font-weight: bold;
  color: #1a1a1a;
  margin-top: 64px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.ind2l ul li a:hover h5 {
  margin-top: 24px;
}
.ind2l ul li a h6 {
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  margin-top: 6px;
}
.ind2l ul li a h6::after {
  content: '';
  display: block;
  width: 30px;
  height: 4px;
  background-color: #f2c920;
  border-radius: 2px;
  margin-top: 16px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.ind2l ul li a:hover h6::after {
  opacity: 0;
}
.ind2l ul li a .common_btn3 {
  display: none;
  width: 120px;
  height: 32px;
  margin-top: 100px;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.ind2l ul li a:hover .common_btn3 {
  margin-top: 12px;
  opacity: 1;
}
.ind2l ul li a:hover .common_btn3 span {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.ind2r {
  padding-left: 24px;
  width: 50%;
}
.ind2r .img {
  border-radius: 6px;
}
.ind2P.commonP {
  position: absolute;
  bottom: 30px;
  margin: 0;
  z-index: 9;
}
.ind_sec3 {
  background: #0e2b55;
  position: relative;
}
.ind_sec3::before {
  content: '';
  width: 4px;
  height: 52px;
  background-color: #f2c920;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -26px;
}
.ind_sec3 .bread_i {
  display: block;
}
.ind_sec3 .bread_i .l::before {
  display: none;
}
.ind_sec3 .bread_i .l * {
  text-align: center;
  color: #fff;
}
.ind_sec3 .p {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  color: #f0f0f0;
  max-width: 1020px;
  margin: 50px auto 32px;
}
.ind3_nav {}
.ind3_nav_i {
  width: 240px;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ind3_nav_i a {
  width: 50%;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
  letter-spacing: 1.4px;
  color: #ffffff;
  border-radius: 16px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.ind3_nav_i a:hover,
.ind3_nav_i a.active {
  background-color: #f2c920;
  color: #333333;
}
.ind3S {
  position: relative;
  margin-top: 56px;
}
.ind3S {
  display: none;
}
.ind3S1 {
  display: block;
}
.ind3S .swiper-container {
  width: 152%;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.ind3_btn_o {
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ind3_btn_i a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: absolute;
  z-index: 9;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ind3_btn_i a:hover {
  background: #f2c920;
}
.ind3_btn_i a.prev {
  left: 0;
  right: auto;
  -webkit-transform: rotateZ(180deg) translateY(50%);
  -moz-transform: rotateZ(180deg) translateY(50%);
  -ms-transform: rotateZ(180deg) translateY(50%);
  -o-transform: rotateZ(180deg) translateY(50%);
  transform: rotateZ(180deg) translateY(50%);
}
.ind_sec4 {
  background: #fff;
}
.ind4S {
  margin: 50px auto 0;
}
.ind4S_i {
  position: relative;
  padding: 0 60px;
}
.ind4S .swiper-container {
  max-width: 1200px;
  margin: auto;
}
.ind4S .swiper-slide .inner {
  border-radius: 6px;
  border: solid 2px #f0f0f0;
  padding: 20px;
}
.ind4S .swiper-slide h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  color: #1a1a1a;
  text-align: center;
  margin-top: 8px;
}
.ind4S .swiper-slide h4::after {
  content: '';
  width: 20px;
  height: 4px;
  background-color: #f2c920;
  display: block;
  margin: 8px auto 0;
}
.ind4P .swiper-pagination-bullet {
  background: #f5f5f5;
}
.ind4_btn_i a {
  background: #f5f5f5;
}
.ind5S {
  margin-top: 50px;
}
.ind5S .party_list ul {
  margin: 0;
}
.ind5S .party_list li {
  float: none;
  margin: 0;
}
.ind_sec6 {
  padding: 0;
}
.ind6_i {
  padding: 100px 0;
  border-top: 1px solid #cccccc;
}
.ind6_con {
  margin: 50px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ind6_con .text {
  background: #fff;
  padding: 36px 40px;
  position: relative;
}
.ind6_con .text .inner h4 {
  font-size: 20px;
  color: #1a1a1a;
  font-weight: bold;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: relative;
  display: inline-block;
}
.ind6_con .text .inner h4::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #164a96;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.ind6_con .text .inner h6 {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  height: 48px;
  margin-top: 12px;
}
.ind6_con .date h4 {
  font-family: Akrobat-Black;
  font-size: 50px;
  line-height: 50px;
  letter-spacing: 2.5px;
  color: #f2c920;
}
.ind6_con .date h6 {
  font-family: Akrobat-Black;
  font-size: 20px;
  color: #164a96;
}
.ind6l {
  width: calc(50% - 24px);
  border-radius: 6px;
  overflow: hidden;
  display: block;
}
.ind6l .img {
  width: 100%;
  position: relative;
  padding: 30px;
}
.ind6l .date {
  width: 80px;
  height: 80px;
  background-color: #ffffff;
  border-radius: 6px;
  padding: 0 6px 6px;
}
.ind6r {
  width: calc(50% - 24px);
  padding: 0 40px;
  background: #fff;
}
.ind6r .text {
  overflow: hidden;
  display: block;
  border-top: 1px solid #f0f0f0;
  padding: 28px 0;
}
.ind6r .text .inner {
  padding-right: 100px;
}
.ind6r .text:first-child {
  border-top: 0;
}
.ind6_con .text .date {
  position: absolute;
  right: 0px;
  bottom: 42px;
  text-align: right;
  width: 68px;
}
.ind_sec6 .common_btn3 {
  margin: 40px auto 0;
}
.ind_sec6 a {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.ind_sec6 a:hover .inner h4 {
  color: #164a96;
}
.ind_sec6 a:hover .inner h4::after {
  width: 100%;
}
/* index */

/* footer */
.back_up {
  position: absolute;
  right: 40px;
  top: -40px;
  z-index: 999;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.back_up .img_h {
  width: 32px;
  height: 32px;
  margin: auto;
}
.back_up p {
  font-size: 14px;
  color: #000000;
  margin-top: 8px;
  text-align: center;
}
#fix {
  width: 60px;
  background-color: #ffffff;
  border-radius: 30px;
  position: fixed;
  z-index: 999;
  top: calc(50% - 131px);
  right: 20px;
  padding: 24px 0px;
}
#fix li {
  margin-top: 20px;
}
#fix li:first-child {
  margin-top: 0;
}
#fix li a .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  background: #f0f0f0;
  margin: auto;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#fix li a:hover .img {
  background: #f2c920;
}
#fix li.ewm_li .ewm {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 120px;
  max-width: inherit;
  height: 120px;
  right: 100%;
  bottom: 30px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#fix li.ewm_li:hover .ewm {
  opacity: 1;
  visibility: visible;
}
#fix li.tel_li .tel {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 200px;
  max-width: inherit;
  height: 54px;
  right: 100%;
  top: 26px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #164a96;
  font-size: 20px;
  font-weight: bold;
  background: #fff;
  line-height: 54px;
  text-align: center;
  padding-left: 20px;
  border-radius: 27px 0 0 27px;
}
#fix li.tel_li:hover .tel {
  opacity: 1;
  visibility: visible;
}
#fix li a p {
  font-size: 12px;
  margin-top: 6px;
  color: #666666;
  text-align: center;
}
.footer {
  background: #ffffff;
  position: relative;
}
.footer_t {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 78px 0 120px;
}
.footer_l {}
.footer_t .logo {
  margin-bottom: 40px;
}
.footer_t .footer_i {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 28px;
}
.footer_t .footer_i p:nth-child(2) {
  margin-left: 48px;
}
.footer_t .footer_i p {
  font-size: 16px;
  color: #666666;
  padding-left: 24px;
}
.footer_t .footer_i p a {
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  color: #174b96;
}
.footer_t .footer_i p span {
  color: #1a1a1a;
}
.footer_t .footer_i p.tel {
  background: url(../images/tel2.png) center left no-repeat;
}
.footer_t .footer_i p.mail {
  background: url(../images/email2.png) center left no-repeat;
}
.footer_t .footer_i p.addr {
  background: url(../images/map2.png) center left no-repeat;
}
.footer_r {}
.footer_nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.footer_nav li {
  width: 72px;
  margin-left: 50px;
}
.footer_nav li:first-child {
  margin-left: 0;
}
.footer_nav li h4 {
  margin-bottom: 20px;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
}
.footer_nav li h6 {
  font-size: 14px;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}
.footer_nav li h6 a {
  color: #666666;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: relative;
}
.footer_nav li h6 a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #f2c920;
  height: 1px;
  width: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.footer_nav li h6 a:hover {
  color: #f2c920;
}
.footer_nav li h6 a:hover::before {
  width: 100%;
}
.footer_b {
  padding: 60px 0;
}
.footer_b_inner {
  position: relative;
}
.footer_b p {
  text-align: center;
  font-size: 14px;
  color: #666666;
}
.footer_b span {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  color: #666666;
}
/* footer */

/* about */
.about {
  padding: 100px 0;
}
.about1_i {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about1_i .rt {
  font-family: Arial;
  font-size: 16px;
  line-height: 24px;
  color: #cccccc;
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
}
.about1l {
  width: 50%;
  padding-right: 24px;
}
.about1l .ind1S {
  width: 100%;
}
.about1r {
  width: 50%;
  padding-left: 24px;
}
.about1r h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  color: #1a1a1a;
}
.about1r .text p {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  margin-top: 32px;
}
.about1r .common_btn3 {
  width: 150px;
  margin-top: 32px;
  background: #f5f5f5;
}
.about1r .common_btn3:hover {
  background: #f2c920;
}
.about1r .common_btn3 span {
  -webkit-transform: translateX(-12px);
  -moz-transform: translateX(-12px);
  -ms-transform: translateX(-12px);
  -o-transform: translateX(-12px);
  transform: translateX(-12px);
}
.about1r .common_btn3:hover img,
.about1r .common_btn3 img {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(12px) rotateZ(90deg);
  -moz-transform: translateX(12px) rotateZ(90deg);
  -ms-transform: translateX(12px) rotateZ(90deg);
  -o-transform: translateX(12px) rotateZ(90deg);
  transform: translateX(12px) rotateZ(90deg);
}
.about2 {
  background: #0e2b55;
}
.about2 .common_tit3 * {
  color: #fff;
}
.about2S {
  position: relative;
  padding: 0 60px;
}
.about2S .swiper-container {
  max-width: 1188px;
  margin: auto;
}
.about2 .teacher_list {
  margin-top: 40px;
}
.about2 .teacher_list ul {
  margin: 0;
}
.about2 .teacher_list ul li {
  margin: 0;
  float: none;
}
/* about */

/* news */
.news_list ul {
  margin: 40px 0;
}
.news_list ul li {
  margin-bottom: 30px;
}
.news_list ul li:last-child {
  margin-bottom: 0px;
}
.news_list ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.news_list ul li a:hover {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
}
.news_list ul li .img {
  width: 360px;
  overflow: hidden;
}
.news_list ul li .img img {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.news_list ul li a:hover .img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.news_list ul li .text {
  position: relative;
  width: calc(100% - 360px);
  padding-left: 48px;
  padding-right: 60px;
}
.news_list ul li .text .inner {
  padding-right: 92px;
}
.news_list ul li .text .inner h4 {
  font-size: 20px;
  color: #1a1a1a;
  font-weight: bold;
}
.news_list ul li .text .inner h6 {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  height: 48px;
  margin-top: 12px;
}
.news_list ul li .text .date {
  text-align: right;
  position: absolute;
  width: 68px;
  right: 60px;
  bottom: 10px;
}
.news_list ul li .text .date h4 {
  font-family: Akrobat-Black;
  font-size: 50px;
  letter-spacing: 2.5px;
  color: #f2c920;
}
.news_list ul li .text .date h6 {
  font-family: Akrobat-Black;
  font-size: 20px;
  color: #164a96;
}
.news_detail {
  max-width: 1188px;
  width: 100%;
  margin: 40px auto 0;
  background-color: #ffffff;
  border-radius: 6px;
  padding: 40px 40px 0;
}
.news_detail_t {
  padding-bottom: 28px;
  margin-bottom: 32px;
  border-bottom: 1px solid #f0f0f0;
}
.news_detail_t h1 {
  font-size: 20px;
  font-weight: bold;
  color: #1a1a1a;
}
.news_detail_t h6 {
  margin-top: 12px;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
}
.news_detail_t h6 span {
  padding-left: 24px;
  margin-right: 30px;
}
.news_detail_t h6 span:last-child {
  margin-right: 0;
}
.news_detail_t h6 span.time {
  background: url(../images/time.png) center left no-repeat;
}
.news_detail_t h6 span.from {
  background: url(../images/from.png) center left no-repeat;
}
.news_detail_t h6 span.watch {
  background: url(../images/watch.png) center left no-repeat;
}
.news_detail_m {
  padding-bottom: 60px;
}
.news_detail_m p {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
}
.news_detail_m img {
  display: block;
  margin: 10px auto;
}
.news_detail_b {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 44px 0 80px;
  background: #fafafa;
  margin: 0 -40px;
}
.news_detail_b a {
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.news_detail_b a.back {
  display: none;
}
.news_detail_b a.prev .img,
.news_detail_b a.next .img,
.news_detail_b a.back .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #f2c920;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.news_detail_b a.prev span,
.news_detail_b a.next span,
.news_detail_b a.back span {
  margin: 0 10px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.news_detail_b a.prev:hover span,
.news_detail_b a.next:hover span,
.news_detail_b a.back:hover span {
  color: #f2c920;
}
.news_detail_b a.prev:hover .img,
.news_detail_b a.next:hover .img,
.news_detail_b a.back:hover .img {
  background: #f2c920;
}
.news_detail_b a .img_ha {
  width: 6px;
  height: 10px;
}
.news_detail_b a.back .img_ha {
  width: 10px;
  height: 10px;
}
.news_detail_b a.prev .img {
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  -o-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
/* news */

/* party */
.party_list ul {
  margin: 40px 0;
}
.party_list ul li[data-type="newsList"] {
  margin-bottom: 30px;
  width: calc(25% - 36px);
  margin-right: 48px;
  float: left;
}
.party_list ul li[data-type="newsList"]:nth-child(4n) {
  margin-right: 0;
}
.party_list ul li[data-type="newsList"]:nth-child(4n + 1) {
  clear: both;
}
.party_list ul li[data-type="newsList"]:last-child {
  margin-bottom: 0px;
}
.party_list ul li a {
  display: block;
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.party_list ul li a:hover {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
}
.party_list ul li .img {
  overflow: hidden;
}
.party_list ul li .img img {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.party_list ul li a:hover .img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.party_list ul li .text {
  position: relative;
  height: 80px;
  padding: 25px 30px;
}
.party_list ul li .text h4 {
  font-size: 20px;
  line-height: 30px;
  color: #1a1a1a;
  font-weight: bold;
  text-align: left;
  padding-right: 40px;
}
.party_list ul li .text::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 30px;
  width: 20px;
  height: 4px;
  background-color: #f2c920;
}
/* party */


/* teacher */
.teacher_list ul {
  margin: 40px 0;
}
.teacher_list ul li[data-type="newsList"] {
  margin-bottom: 30px;
  width: calc(25% - 33px);
  margin-right: 44px;
  float: left;
}
.teacher_list ul li[data-type="newsList"]:nth-child(4n) {
  margin-right: 0;
}
.teacher_list ul li[data-type="newsList"]:nth-child(4n + 1) {
  clear: both;
}
.teacher_list ul li[data-type="newsList"]:last-child {
  margin-bottom: 0px;
}
.teacher_list ul li a {
  display: block;
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.teacher_list ul li a:hover {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
}
.teacher_list ul li .img {
  overflow: hidden;
}
.teacher_list ul li .img img {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.teacher_list ul li a:hover .img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.teacher_list ul li .text {
  position: relative;
  padding: 25px 30px;
}
.teacher_list ul li .text h4 {
  font-size: 20px;
  line-height: 30px;
  color: #1a1a1a;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.teacher_list ul li .text h4 span {
  font-size: 16px;
  line-height: 30px;
  font-weight: normal;
  color: #164a96;
}
.teacher_list ul li .text h6 {
  font-family: Arial;
  font-size: 16px;
  line-height: 24px;
  color: #cccccc;
  position: relative;
}
.teacher_list ul li .text h6::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0px;
  width: 20px;
  height: 4px;
  background-color: #f2c920;
}
.teacher_dot {
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.teacher_dot .news_detail_m {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
}
.teacher_dot .news_detail_m .img {
  width: 264px;
}
.teacher_dot .news_detail_m .img img {
  margin: 0;
}
.teacher_dot .news_detail_m .text {
  width: calc(100% - 264px);
  padding: 0 40px;
}
.teacher_dot .news_detail_m .text h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  color: #1a1a1a;
  padding: 30px 0;
  border-bottom: 1px solid #f0f0f0;
}
.teacher_dot .news_detail_m .text h4 span {
  margin-left: 30px;
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  color: #164a96;
}
.teacher_dot .news_detail_m .text h4 i {
  font-family: Arial;
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  color: #cccccc;
  float: right;
  font-style: normal;
}
.teacher_dot .news_detail_m .text h6 {
  margin-top: 24px;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
}
.teacher_dot .news_detail_b {
  margin: 0;
}
/* teacher */

/* res */
.res_list ul {
  margin: 40px 0;
}
.res_list ul li[data-type="newsList"] {
  margin-top: 48px;
  width: calc(25% - 36px);
  float: left;
  margin-right: 48px;
}
.res_list ul li[data-type="newsList"]:nth-child(4n) {
  margin-right: 0;
}
.res_list ul li[data-type="newsList"]:nth-child(4n + 1) {
  clear: both;
}
.res_list ul li[data-type="newsList"]:nth-child(-n + 4) {
  margin-top: 0px;
}
.res_list ul li[data-type="newsList"] a {
  display: block;
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.res_list ul li[data-type="newsList"] a:hover {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
}
.res_list ul li[data-type="newsList"] .img {
  overflow: hidden;
}
.res_list ul li[data-type="newsList"] .img img {
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.res_list ul li[data-type="newsList"] a:hover .img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.res_list ul li[data-type="newsList"] .text {
  position: relative;
  padding: 32px 28px;
}
.res_list ul li[data-type="newsList"] .text .inner {
  padding-right: 92px;
}
.res_list ul li[data-type="newsList"] .text .inner h6 {
  font-size: 18px;
  font-weight: bold;
  height: 60px;
  line-height: 30px;
  color: #1a1a1a;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.res_list ul li[data-type="newsList"] .text .date {
  text-align: right;
  position: absolute;
  right: 28px;
  bottom: 32px;
}
.res_list ul li[data-type="newsList"] .text .date h4 {
  font-family: Akrobat-Black;
  font-size: 50px;
  letter-spacing: 2.5px;
  color: #f2c920;
}
.res_list ul li[data-type="newsList"] .text .date h6 {
  font-family: Akrobat-Black;
  font-size: 20px;
  color: #164a96;
}
.res_list ul li[data-type="newsList"] a:hover .text .inner h6 {
  color: #164a96;
}
.res_list ul li[data-type="newsList"] a:hover .text .inner::after {
  width: 50px;
}
/* res */

/* join */
.join1 {
  margin-bottom: 60px;
}
.join1 img {
  margin-top: 40px;
}
.join1 .text {
  background: url(../images/join1_bg.jpg) center / cover;
  text-align: center;
  padding: 32px 20px 72px;
}
.join1 .text h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  color: #164a96;
}
.join1 .text h5 {
  font-size: 14px;
  line-height: 30px;
  color: #666666;
  max-width: 872px;
  margin: 24px auto 0;
}
.join1 .text h6 {
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  color: #f2c920;
  margin-top: 32px;
}
.join1_2 {
  margin-top: 40px;
}
.join1_2 .con1t {
  padding-top: 0;
}
.join1_2 .con1l {
  padding-right: 24px;
}
.join1_2 .con1r {
  padding-left: 24px;
}
.join1_2 .con1r ul li {
  padding-bottom: 0px;
  margin-bottom: 30px;
  border-bottom: 0;
}
.join1_2 .con1r ul li .text h4 {
  font-size: 14px;
}
.join1_2 .con1r ul li .text h6 {
  font-size: 18px;
}

.join1_2 .con1l img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.join2 {
  position: relative;
}
.join2 .inner {
  width: 360px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 10%;
}
.join2 .inner .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.join2 .inner .text h4 {
  font-size: 24px;
  font-weight: bold;
  color: #164a96;
}
.join2 .inner .text h4::after {
  content: '';
  display: block;
  width: 30px;
  height: 4px;
  background-color: #f2c920;
  border-radius: 2px;
  margin: 16px auto 32px;
}
.join2 .inner .text p {
  font-size: 18px;
  line-height: 32px;
  color: #666666;
}
.join3 {
  padding: 60px;
  background: #e9eced;
}
.join3_i {
  max-width: 872px;
  width: 100%;
  margin: auto;
  padding: 60px 48px;
  background: #fff;
}
.join3_inner {
  margin-top: 40px;
  background: #fff;
  overflow: hidden;
}
.join3_tit {
  background-color: #fafafa;
  border-radius: 6px 6px 0px 0px;
  overflow: hidden;
  border-bottom: 2px solid #f0f0f0;
}
.join3_tit li {
  font-size: 14px;
  color: #666;
  width: calc((100% - 100px) / 5);
  float: left;
  padding: 0 28px;
  line-height: 60px;
  height: 60px;
}
.join3_tit li:last-child {
  width: 100px;
  text-align: center;
}
.join3_tit > ul > li {
  cursor: pointer;
}
.join3_list > ul > li {
  border-bottom: 1px solid #f0f0f0;
}
.join3_list > ul > li > ul {
  cursor: pointer;
  line-height: 60px;
  height: 60px;
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.join3_list > ul > li > ul:hover {
  background: #e5e5e5;
}
.join3_list > ul > li > ul > li {
  font-size: 14px;
  color: #1a1a1a;
  width: calc((100% - 100px) / 5);
  float: left;
  padding: 0 28px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  height: 60px;
}
.join3_list > ul > li > ul > li:last-child {
  position: relative;
  width: 100px;
}
.join3_list > ul > li > ul > li:last-child::before {
  content: '';
  display: block;
  border: 5px solid transparent;
  border-top: 8px solid #164a96;
  border-bottom: 0;
  height: 0;
  width: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.join3_list > ul > li.active > ul > li:last-child::before {
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  -o-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
.join3_list_con {
  padding: 40px 20px;
  display: none;
}
.join3_list_con hr {
  border: none;
  border-bottom: 1px solid #e5e5e5;
  margin: 60px auto 40px;
}
.join3_list_con h5 {
  font-size: 14px;
  line-height: 32px;
  color: #666;
}
.join3_list_con .clearfix h5 {
  float: left;
  margin-right: 50px;
}
.join3_list_con h5 a {
  color: #164a96;
}
.con1 {
  background: #fff;
}
.con1t {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 60px;
}
.con1l {
  width: 50%;
}
.con1l img {
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -ms-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}
.con1r {
  width: 50%;
  position: relative;
  z-index: 3;
}
.con1r ul {
  display: inline-block;
}
.con1r ul li {
  padding-bottom: 28px;
  margin-bottom: 28px;
  border-bottom: 1px solid #f0f0f0;
}
.con1r ul li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.con1r ul li .img {
  width: 48px;
  height: 48px;
  border: solid 2px #ebebeb;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.con1r ul li a:hover .img {
  background: #f2c920;
  border-color: #f2c920;
}
.con1r ul li .text {
  padding-left: 10px;
}
.con1r ul li .text h4 {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}
.con1r ul li .text h6 {
  font-size: 18px;
  font-weight: bold;
  color: #164a96;
}
.con2 {
  padding: 60px;
}
.con2_i {
  max-width: 780px;
  width: 100%;
  background-color: #ffffff;
  border-radius: 6px;
  margin: auto;
  padding: 60px 72px;
}
.con2_i ul {
  margin-top: 40px;
}
.con2_i ul li {
  width: calc(50% - 15px);
  margin-right: 30px;
  margin-top: 30px;
  float: left;
  position: relative;
}
.con2_i ul li:nth-child(2n) {
  margin-right: 0;
}
.con2_i ul li:nth-child(2n + 1) {
  clear: both;
}
.con2_i ul li:nth-child(-n + 2) {
  margin-top: 0;
}
.con2_i ul li input {
  display: block;
  width: 100%;
  border: 0;
  padding: 0 28px;
  font-size: 14px;
  color: #333333;
  height: 40px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #f2f6f7;
  border-radius: 20px;
  border: solid 2px #f2f6f7;
  appearance:none;
  -moz-appearance:none; /* Firefox */
  -webkit-appearance:none; /* Safari 和 Chrome */
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.con2_i .textarea {
  margin-top: 30px;
}
.con2_i .textarea textarea {
  display: block;
  width: 100%;
  border: 0;
  padding: 28px;
  font-size: 14px;
  color: #333333;
  resize: none;
  height: 140px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #f2f6f7;
  border-radius: 20px;
  border: solid 2px #f2f6f7;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.con2_i input::placeholder,
.con2_i textarea::placeholder {
  color: #969799;
}
.con2_i input:focus,
.con2_i textarea:focus {
  border-color: #164a96;
}
.con2_i .common_btn {
  margin: 40px auto 0;
}
/* join */

/* student_t */
.student_t {
  margin-top: 40px;
  position: relative;
}
.student_t .inner {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.student_t .inner .img {
  width: calc(50% - 24px);
  position: relative;
}
.student_t .inner .img img {}
.student_t .inner .img span {
  position: absolute;
  font-family: Akrobat-Black;
  font-size: 60px;
  letter-spacing: 3px;
  color: #ffffff;
  left: 40px;
  bottom: 40px;
}
.student_t .inner .text {
  width: calc(50% - 24px);
  padding: 0px 10% 0 0;
}
.student_t .inner .text h4 {
  font-size: 20px;
  line-height: 30px;
  color: #1a1a1a;
  font-weight: bold;
}
.student_t .inner .text h6 {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  margin-top: 32px;
}
.student_t .inner .text .common_btn3 {
  margin-top: 32px;
}
.student_t .inner .text .date {
  text-align: right;
  position: absolute;
  right: 40px;
  top: 40px;
}
.student_t .inner .text .date h4 {
  font-family: Akrobat-Black;
  font-size: 50px;
  letter-spacing: 2.5px;
  color: #f2c920;
}
.student_t .inner .text .date h6 {
  font-family: Akrobat-Black;
  font-size: 20px;
  color: #164a96;
}
.stuP.commonP {
  position: absolute;
  right: calc(50% + 40px);
  bottom: 30px;
  z-index: 9;
  width: auto;
  left: auto;
}
/* student_t */

@media (max-width: 1600px) {
  .header_i .header_nav li {
    margin-left: 36px;
  }
  .ind1r .ind1r_text {
    padding: 40px 32px;
  }
  .ind1r .ind1r_text .ind1rb .text {
    font-size: 24px;
  }
  .ind1P.commonP {
    bottom: 20px;
  }
  .footer_nav li {
    margin-left: 40px;
  }
  .footer_t .footer_i {
    display: block;
  }
  .footer_t .footer_i p.mail {
    margin-left: 0;
    margin-top: 28px;
  }
}
@media (max-width: 1440px) {
  .header_i .header_nav li {
    margin-left: 28px;
  }
  .header_i .header_nav li a {
    font-size: 15px;
  }
  .banner .text_inner h4 {
    height: 32px;
    line-height: 28px;
    border-radius: 16px;
    font-size: 20px;
  }
  .banner .text_inner h5 {
    font-size: 36px;
  }
  .ind1P.commonP {
    bottom: 20px;
    right: 32px;
  }
  .ind1l {
    width: 25%;
  }
  .ind1r {
    width: 75%;
  }
  .ind1lb {
    margin-top: 32px;
  }
  .ind1lb img {
    width: 60%;
  }
  .ind1lb p {
    font-size: 15px;
    margin-top: 24px;
  }
  .ind1r .ind1r_text {
    padding: 28px;
  }
  .ind1r .ind1r_text p {
    margin-top: 20px;
  }
  .ind2l {
    padding-right: 10px;
  }
  .ind2l ul li {
    width: 32%;
    margin-right: 2%;
  }
  .ind2r {
    padding-left: 10px;
  }
  .footer_nav li {
    margin-left: 20px;
  }
}
@media (max-width: 1366px) {}
@media (max-width: 1280px) {}
@media (max-width: 1024px) {
  .header {
    display: none;
  }

  .headerSJ {
    display: block;
    position: fixed;
    left: 0px;
    top: 0px;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    width: 100%;
    background-color: #fff;
    padding: 0px 0px;
  }

  .headerSJ .headerSC {
    padding: 0px 12px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .headerSJ .logo img {
    height: 44px;
  }

  .headerSJ .navbar {
    position: relative;
    padding: 7px 10px;
    margin-right: 0px;
    background-color: transparent;
    background-image: none;
    border: 1px solid #333;
    border-radius: 4px;
    outline: none;
  }

  .headerSJ .navbar .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #333;
  }

  .headerSJ .navbar .icon-bar + .icon-bar {
    margin-top: 4px;
  }

  .headerSJ .navwrap {
    position: fixed;
    top: 0px;
    left: -80%;
    width: 80%;
    height: 100%;
    z-index: 1100;
    background-color: #000;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .headerSJ .headerSC.mobileNav .navwrap {
    left: 0;
    opacity: 1;
  }

  .headerSJ .navwrap .nav {
    padding: 10px 5% 0px 5%;
  }

  .headerSJ .navwrap .nav li {
    line-height: 42px;
    border-bottom: 1px solid #232530;
    padding: 0px 5%;
  }

  .headerSJ .navwrap .nav li a {
    display: block;
    color: #fff;
    font-size: 16px;
  }

  .headerSJ .navbg {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1001;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }

  .headerSJ .headerSC.mobileNav .navbg {
    visibility: visible;
    opacity: 1;
  }

  .headerSJ .navbg .closeSJ {
    position: absolute;
    right: 20px;
    top: 20px;
  }

  .headerSJ .navwrap .nav .SJbod {
    max-height: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .headerSJ .navwrap .nav .SJbod.show {
    max-height: 100vh;
    visibility: visible;
  }

  .headerSJ .navwrap .nav .SJbod dd a {
    height: 36px;
    line-height: 36px;
    font-size: 14px;
  }

  .headerSJ .navwrap .nav .plus a {
    background: url(../images/plus.png) right center no-repeat;
  }

  .headerSJ .navwrap .nav .minus a {
    background: url(../images/minus.jpg) right center no-repeat;
  }

  .headerSJ .navwrap .nav .lan .SJtit a {
    display: inline-block;
  }

  .headerSJ .navwrap .nav .lan .SJtit span {
    color: #fff;
    font-size: 16px;
    display: inline-block;
    padding: 0px 5px;
  }
  .wrapper {
    padding-top: 60px;
  }
  .party_list ul li .text {
    padding: 24px 20px;
  }
  .party_list ul li .text h4 {
    font-size: 18px;
    padding-right: 28px;
  }
  .party_list ul li .text::after {
    right: 20px;
  }
  .ind6l {
    width: calc(50% - 10px);
  }
  .ind6r {
    width: calc(50% - 10px);
  }
  .common_btn3 {
    width: 120px;
    height: 32px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
  }
  a:hover .common_btn3 span, a.common_btn3:hover span {
    -webkit-transform: translateX(-8px);
    -moz-transform: translateX(-8px);
    -ms-transform: translateX(-8px);
    -o-transform: translateX(-8px);
    transform: translateX(-8px);
  }
  a:hover .common_btn3 img, a.common_btn3:hover img {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(8px);
    -moz-transform: translateX(8px);
    -ms-transform: translateX(8px);
    -o-transform: translateX(8px);
    transform: translateX(8px);
  }
  .footer_t {
    padding: 60px 0;
  }
  .footer_r {
    display: none;
  }
  .footer_b {
    padding: 10px 0;
  }
  .footer_b p {
    text-align: left;
  }
  .news_list ul li .text .inner h4 {
    font-size: 18px;
  }
  .news_list ul li .text {
    padding-left: 40px;
    padding-right: 40px;
  }
  .teacher_list ul li {
    margin-bottom: 24px;
    width: calc(25% - 18px);
    margin-right: 24px;
  }
  .teacher_list ul li .text {
    padding: 18px 20px;
  }
  .teacher_list ul li .text h4 {
    font-size: 18px;
  }
  .teacher_list ul li .text h4 span {
    font-size: 14px;
  }
  .teacher_list ul li .text h6 {
    font-size: 15px;
  }
  .party_list ul li {
    margin-bottom: 24px;
    width: calc(25% - 18px);
    margin-right: 24px;
  }
  .student_t .inner .img {
    width: calc(50% - 10px);
  }
  .student_t .inner .text {
    width: calc(50% - 10px);
  }
  .student_t .inner .text .date {
    right: 20px;
    top: 40px;
  }
  .res_list ul li {
    margin-top: 48px;
    width: calc(25% - 18px);
    float: left;
    margin-right: 24px;
  }
  .res_list ul li .text {
    position: relative;
    padding: 28px 20px;
  }
  .res_list ul li .text .date {
    right: 20px;
    bottom: 20px;
  }
  .res_list ul li .text .inner {
    padding-right: 80px;
  }
  .res_list ul li .text .inner h6 {
    font-size: 16px;
  }

  .join2 .inner .text p {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .banner .text_inner {
    text-align: center;
    padding: 0 20px;
  }
  .banner .text_inner h4 {
    height: 32px;
    line-height: 28px;
    border-radius: 16px;
    font-size: 18px;
    padding: 0 20px;
  }
  .banner .text_inner h5 {
    font-size: 28px;
  }
  .ind_sec {
    padding: 40px 0;
  }
  .ind1_inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .ind1l {
    width: 100%;
  }
  .bread_i .l {
    padding-left: 0px;
    text-align: center;
    width: 100%;
  }
  .bread_i .l::before {
    display: none;
  }
  .ind1r {
    width: 100%;
  }
  .ind1lb img {
    margin: auto;
    display: block;
  }
  .ind1S {
    width: 100%;
    margin-top: 20px;
  }
  .ind1r .ind1r_text {
    width: 100%;
    position: static;
    top: 0%;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    padding: 0;
  }
  .ind1lb p {
    text-align: center;
  }
  .ind1S .swiper-slide span {
    left: 20px;
    bottom: 20px;
  }
  .ind1r .ind1r_text_i {
    padding: 20px;
    border-radius: 0px;
  }
  .ind2_inner {
    flex-direction: column;
  }
  .ind2l {
    padding-right: 0px;
    width: 100%;
  }
  .ind2l ul {
    margin-top: 24px;
  }
  .ind2r {
    padding-left: 0px;
    width: 100%;
    margin-top: 20px;
  }
  .ind3S .swiper-container {
    width: 100%;
  }
  .ind6_con {
    margin: 50px auto 0;
    flex-direction: column;
  }
  .ind6l {
    width: 100%;
  }
  .ind6r {
    width: 100%;
    padding: 0px 20px;
  }
  .bread_i .l h3 {
    font-size: 18px;
  }
  .bread_i .l h5 {
    font-size: 22px;
  }
  .ind2l ul li {
    width: 100%;
    margin-right: 0%;
    margin-top: 10px;
  }
  .ind2l ul li:first-child {
    margin-top: 0;
  }
  .ind5S {
    margin-top: 20px;
  }
  .ind_sec6 {
    padding: 0;
  }
  .ind6_i {
    padding: 40px 0;
    border-top: 0;
  }
  .ind6_con .text {
    padding: 28px 0px;
  }
  .ind6l .text {
    padding: 28px 20px;
  }
  .ind6r .text:first-child {
    border-top: 1px solid #f0f0f0;
  }
  .bread .bread_i {
    flex-direction: column;
    align-items: flex-start;
    padding: 40px 0;
  }
  .bread_i .r {
    margin-top: 20px;
  }
  .about {
    padding: 40px 0;
  }
  .about1_i {
    flex-direction: column;
  }
  .about1l {
    width: 100%;
    padding-right: 0px;
  }
  .about1r {
    width: 100%;
    padding-left: 0px;
    margin-top: 20px;
  }
  .container2 {
    padding-left: 3%;
    padding-right: 3%;
  }
  .news_list ul li a {
    flex-direction: column;
  }
  .news_list ul li .img {
    width: 100%;
  }
  .news_list ul li .text {
    width: 100%;
    padding: 20px;
  }
  .date {
    width: 50px !important;
  }
  .date h4 {
    font-size: 36px !important;
    letter-spacing: 0px !important;
  }
  .date h6 {
    font-size: 16px !important;
    letter-spacing: 0px !important;
  }
  .news_list ul li .text .date {
    right: 20px;
    bottom: 30px;
  }
  .common_nav {
    margin: 40px auto;
  }
  .common_nav ul li a {
    padding: 0 6px;
    min-width: inherit;
  }
  .teacher_list ul li {
    margin-bottom: 20px;
    width: calc(50% - 5px);
    margin-right: 10px;
  }
  .teacher_list ul li:nth-child(4n + 1) {
    clear: none;
  }
  .teacher_list ul li:nth-child(2n + 1) {
    clear: both;
  }
  .teacher_list ul li:nth-child(2n) {
    margin-right: 0;
  }
  .teacher_list ul li .text h4 {
    font-size: 16px;
  }
  .teacher_list ul li .text h4 span {
    font-size: 12px;
  }
  .teacher_list ul li .text h6 {
    font-size: 12px;
  }
  .party_list ul li {
    margin-bottom: 20px;
    width: 100%;
    margin-right: 0px;
  }
  .student_t .inner {
    flex-direction: column;
  }
  .student_t .inner .img {
    width: 100%;
  }
  .student_t .inner .text {
    width: 100%;
    padding: 20px;
  }
  .stuP.commonP {
    right: 0;
    left: 0;
    bottom: 58%;
  }
  .student_t .inner .text h6 {
    margin-top: 12px;
  }
  .student_t .inner .text .date {
    top: auto;
    bottom: 10px;
    right: 20px;
  }
  .student_t .inner .img span {
    left: 20px;
    bottom: 20px;
  }
  .res_list ul li {
    margin-top: 20px;
    width: 100%;
    float: none;
    margin-right: 0px;
  }
  .res_list ul li:nth-child(-n + 4) {
    margin-top: 20px;
  }
  .res_list ul li:nth-child(-n + 1) {
    margin-top: 0px;
  }

  .footer_b p {
    text-align: center;
  }
  .footer_b span {
    position: static;
    display: block;
    text-align: center;
  }
  .footer_t {
    padding: 40px 0 20px;
  }
  .footer_t .footer_i {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 28px;
  }
  .footer_t .footer_i p.mail {
    margin-left: 0;
    margin-top: 10px;
  }
  .footer_t .footer_i {
    margin-top: 10px;
  }
  .con1t {
    flex-direction: column;
  }
  .join1_2 .con1l {
    padding: 0;
    width: 100%;
  }
  .join1_2 .con1r {
    padding: 0;
    width: 100%;
    margin-top: 20px;
  }
  .join2 .inner {
    position: relative;
  }
  .join3 {
    padding: 40px 0px;
  }
  .join3_i {
    padding: 40px 0px;
  }
  .join3_tit li {
    width: 20%;
    padding: 0 6px;
  }
  .join3_tit li:first-child {
    width: 40%;
  }
  .join3_list > ul > li > ul > li {
    width: 20%;
    padding: 0 6px;
    font-size: 14px;
  }
  .join3_list > ul > li > ul > li:first-child {
    width: 40%;
  }
  .con1t {
    flex-direction: column;
    padding: 40px 0;
  }
  .con1l {
    width: 100%;
  }
  .con1l img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .con1r {
    width: 100%;
  }
  .con1b {
    display: none;
  }
  .con2 {
    padding: 0px;
  }
  .con2_i {
    padding: 40px 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .con1r ul li .text h6 {
    font-size: 16px;
  }
  .join1 {
    margin-bottom: 0px;
  }
  .back_up {
    top: -20px;
  }
  .ind6_con .text .inner h4 {
    font-size: 18px;
  }
  .common_tit3 h3 {
    font-size: 20px;
  }
  .common_tit3 h5 {
    font-size: 14px;
  }
  .teacher_dot .news_detail_m {
    flex-direction: column;
  }
  .teacher_dot .news_detail_m .img {
    width: 264px;
    margin: auto;
  }
  .teacher_dot .news_detail_m .text {
    width: 100%;
    padding: 20px;
  }
  .news_detail {
    max-width: 1188px;
    width: 100%;
    margin: 40px auto 0;
    background-color: #ffffff;
    border-radius: 6px;
    padding: 40px 3% 0;
  }
  .news_detail_b {
    margin: 0 -3%;
    padding: 20px 0;
  }
  .teacher_dot .news_detail_b {
    margin: 0 -3%;
  }
  .ind2l ul li a {
    display: flex;
    padding: 40px 20px 40px 80px;
    height: auto;
    flex-direction: column;
  }
  .ind2l ul li a h4 {
    position: absolute;
    left: 20px;
    top: 40px;
  }
  .ind2l ul li a h5 {
    margin-top: 0;
  }
  .ind2l ul li a:hover h5 {
    margin-top: 0px;
  }
  .ind2l ul li a h6 {

  }
  .ind2l ul li a .common_btn3 {
    display: none;
  }
  .ind2l ul li a h6::after {
    display: none;
  }
  .ind6l .date {
    width: 60px!important;
  }
  .about1_i .rt {
    display: none;
  }
  .student_t .inner .text .date h6 {
    margin-top: 0;
  }
}
