html {
  font-size: 18px;
}

body {
  position: relative;
  width: 100%;
  font-family: "PingFang TC", "Microsoft JhengHei", "Roboto Condensed", "Urbanist", sans-serif;
  color: #212227;
  background-color: #FFFFFF;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
  line-height: 1.8;
}

section {
  width: 100%;
  position: relative;
  padding: 0;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.hide {
  display: none !important;
}

:hover,
a:hover {
  transition: 0.3s;
  text-decoration: none !important;
}

:focus {
  outline: none;
}

@keyframes parent-tab-image {
  0% {
    transform: translateY(0);
  }

  20% {
    transform: translateY(-6px);
  }

  40% {
    transform: translateY(-6px);
  }

  60% {
    transform: translateY(0);
  }

  80% {

    transform: translateY(-2px);
  }

  to {
    transform: translateY(0);
  }
}

a {
  color: #37294D;
  cursor: pointer;
}

a:hover {
  color: #4A3162;
}

h1,
h2 {
  margin: 0;
  padding: 0;
}

p {
  font-size: 1rem;
  line-height: 2;
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

ul li {
  list-style: none;
  padding: 0;
}

ul li::marker {
  font-weight: bold;
}

em {
  font-style: normal;
}

button {
  border: none;
  cursor: pointer;
}

button.defult {
  cursor: default;
}

button:focus {
  outline: none;
}

input[type="text"],
input[type="password"],
textarea,
select {
  color: #000;
  outline: none;
  border: 0px solid #dddddd;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
select {
  box-shadow: none;
  border: 0px solid #ffffff;
}

::-webkit-input-placeholder {
  color: #6a6a6a;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #6a6a6a;
  opacity: 1;
}

:-moz-placeholder {
  color: #6a6a6a;
  opacity: 1;
}

::-moz-placeholder {
  color: #6a6a6a;
  opacity: 1;
}

::placeholder {
  color: #6a6a6a;
  opacity: 1;
}

::-webkit-scrollbar {
  width: 0px;
  opacity: 0.4;
}

::-webkit-scrollbar-track {
  background: rgb(241, 241, 241, 0.1);
}

::-webkit-scrollbar-thumb {
  height: 1px;
  background: #cacaca;
}

::-webkit-scrollbar-thumb:hover {
  height: 1px;
  background: #cacaca;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
  z-index: 6;
}

@media (max-width: 1280px) {
  .wrapper {
    width: 100%;
    margin: 0 auto;
  }
}

.redtxt {
  color: #d63745;
  ;
}

.greentxt {
  color: #2e8b74;
}

.yellowtxt {
  color: #ffd900;
}

p.redtxt {
  margin: 10px 0 0;
  font-size: 1rem;
  font-weight: 600;
}

.fulltable {
  width: 100%;
  max-width: 100%;
  margin: 10px auto 50px auto;
}

.fulltable h4 {
  margin-bottom: 12px;
  text-align: center;
  font-size: 1.4rem;
}

table {
  width: 100%;
  background: #fff;
  border-collapse: collapse;
  font-weight: normal;
  font-size: 1.06rem;
  margin: 0 auto;
}

table tr th {
  background: #424598;
  color: #fff;
  font-weight: 500;
  width: 7vw;
}

table tr th,
table tr td {
  padding: 10px !important;
  border: 1px solid #bbbbbb;
  text-align: center;
  line-height: 1.6;
}

table tr th.nowrap {
  white-space: nowrap;
}

table p {
  font-size: 0.72rem;
}

table tr.highlight th,
table tr.highlight td {
  background: #d63745;
  color: #fff;
}

table tr.highlight td {
  text-align: left;
}

table tr.highlight td ul {
  margin: 0px 0px 0px 20px;
}

table tr.highlight td ul li {
  list-style: decimal;
  font-size: 0.93rem;
  line-height: 1.8;
}

@media (max-width: 1090px) {
  .fulltable h4 {
    font-size: 1.2rem;
  }

  .fulltable {
    margin: 20px auto;
  }

  table {
    font-size: 0.86rem;
  }

  table tr th,
  table tr td {
    padding: 5px !important;
  }
}

/* banner */
section.banner {
  position: relative;
  z-index: 0;
  margin-top: 0px;
}

.bannerSlider .slide__image .txt {
  position: absolute;
  width: 27%;
  top: 50%;
  left: 16.75%;
  transform: translateY(-50%);
}

.bannerSlider .slide__image .txt h2 {
  position: relative;
  display: inline-flex;
  color: #759242;
  font-size: 1.5rem;
  display: none;
}

.bannerSlider .slide__image .txt h2::after {
  content: "";
  position: absolute;
  right: -26px;
  bottom: 10px;
  width: 18px;
  height: 2px;
  border-radius: 10px;
  background: #759242;
  display: none;
}

.bannerSlider .slide__image .txt p {
  color: #797979;
  font-size: .81rem;
  line-height: 2;
}

section.content {
  position: relative;
  padding: 60px 150px;
}

section.h-video .block {
  padding: 0px 150px;
}

section.h-video {
  background-size: contain;
  background-color: #212227;
  padding: 0px;
}

section.h-video .iframe {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

section.h-video .iframe iframe {
  height: 720px;
  margin-bottom: 20px;
}

@media screen and (max-width:1280px) {
  section.h-video .iframe iframe {
    height: 560px;
  }
}

@media screen and (max-width:768px) {
  section.h-video .iframe iframe {
    height: 360px;
  }
}

@media screen and (max-width: 500px) {
  section.h-video .iframe iframe {
    height: 240px;
  }
}

section.h-mix {
  position: relative;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, #F9F7FD 0%, #FFFFFF 73%, #edebf1 100%);
  z-index: 0;
}

section.h-mix::before,
section.h-mix::after {
  content: "";
  position: absolute;
  z-index: -1;
}

section.h-mix::before {
  content: "";
  right: 0;
  top: 0;
  width: 465px;
  height: 650px;
  background-size: contain;
  background-image: url("../images/rightTopBG.png");
  background-repeat: no-repeat;
  background-position: top right;
}

section.h-mix::after {
  content: "";
  left: 0;
  bottom: 0;
  width: 198px;
  height: 306px;
  background-size: contain;
  background-image: url("../images/leftBtmBg.png");
  background-repeat: no-repeat;
  background-position: bottom left;
}

section.h-mix.c-page::before {
  content: "";
  transform: scale(0.6);
  transform-origin: top right;
}

section.h-mix.c-page::after {
  content: "";
  transform: scale(0.7);
  transform-origin: bottom left;
}

section.h-mix .h-mix-content {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

section.h-mix .wrapper:first-child {
  flex: 2;
  margin-right: 80px;
}

section.h-mix .wrapper:last-child {
  flex: 1
}

@media(max-width:1280px) {
  section.h-mix .wrapper:first-child {
    padding-right: 0;
  }

  section.h-mix .wrapper:last-child {
    padding-left: 0;
  }
}

@media(max-width:768px) {
  section.h-mix .h-mix-content {
    flex-direction: column;
  }

  section.h-mix .wrapper:first-child {
    padding-right: 0;
    margin-bottom: 60px;
  }

  section.h-mix .wrapper:last-child {
    padding-left: 0;
    margin-top: 20px;
    margin-bottom: 40px;
  }

  section.h-mix.c-page .wrapper:last-child {
    padding-left: 0;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .bannerSlider .slide__image .txt {
    width: 47%;
    top: 44%;
    left: 6.75%;
  }
}

@media(max-width:1180px) {
  .slick-dots {
    padding: 5px 0px;
  }

  .slide img {
    height: 56vw;
    object-fit: cover;
  }

  .slick-dots li {
    margin: 0 4px;
  }
}

section.content .titleA {
  width: 100%;
  margin: 0 auto;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  gap: 16px;
}

section.content .titleA p {
  width: auto;
  font-size: 2rem;
  font-family: "Roboto Condensed", sans-serif;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #000000;
}

section.content .titleA h2 {
  font-size: 1rem;
  color: #37294D;
  font-weight: 300;
}

section.content.h-video .titleA {
  padding: 60px 150px 0px 150px;
}

section.content.h-video .titleA p,
section.content.h-video .titleA h2 {
  color: #fff;
}

.slogan {
  position: relative;
  color: #212517;
  margin: 10px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.slogan h4 {
  position: relative;
  font-weight: normal;
  z-index: 10;
}

.slogan h4 p {
  padding: 0px 10px;
  background-color: #EFE7DE;
}

.slogan h4::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120.5%;
  height: 1px;
  background: #869BA0;
  transform: translate(-50%, -50%);
  z-index: -1;
}

/* block */
.item-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.item-box a.item {
  flex: 1;
  margin-right: 20px;
  border: 2px solid #F2F3EE;
  border-radius: 8px;
}

.item-box a.item:hover {
  animation: pulse 1s infinite;
}

.item-box a.item:nth-child(3n) {
  margin-right: 0;
}

.item-box a.item .pic {
  position: relative;
  width: 100%;
  border-radius: 8px;
}

.item-box a.item .pic img {
  border-radius: 6px;
  transition-duration: .5s;
}

.item-box a.item .pic .mask {
  position: absolute;
  width: 100%;
  height: 20%;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  border-radius: 0px 0px 8px 8px;
  opacity: .33;
  bottom: 0;
}

.item-box a.item:hover .pic .mask {
  opacity: .1;
}

.item-box a.item .pic .title {
  position: absolute;
  width: 100%;
  bottom: 1vw;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0vw 1vw;
  color: #fff;
}

.item-box a.item .pic .title h2 {
  font-size: 1.5rem;
}

.item-box a.item .pic .title span {
  font-size: 1rem;
  font-weight: 300;
  font-family: "Lato";
}

.h-mix-content .item-box {
  flex-direction: column;
  justify-content: center;
}

.h-mix-content .item-box a.item {
  margin: 0 auto 20px auto;
}

.item-box .h-news {
  width: 100%;
  font-size: 1.2rem;
  font-weight: bold;
  color: #212517;
  margin: 0 0 20px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #869BA0;
}

.page-list {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 16px auto;
  font-size: .875rem;
}

.page-list div {
  display: flex;
  align-items: center;
}

.page-list span.line {
  width: 1px;
  height: 13px;
  background: #000000;
  margin: 0px 10px;
  display: inline-flex;
}

.page-list a.return {
  color: #2E5D72;
}

.page-list a.return:hover {
  color: #000;
}

.page-list a.return span {
  margin-right: 2px;
}

ul.news {
  width: 100%;
  flex: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

ul.news li {
  width: 100%;
  border-bottom: 1px dotted #c4c4c4;
}

ul.news li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 4px;
  padding: 10px;
}

ul.news li a:hover {
  background: #edebf0;
  border-radius: 6px;
}

ul.news li:last-child a {
  border-bottom: 0px solid #EBEBEB;
  margin-bottom: 0px;
}

ul.news li a span.date {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  font-size: .75rem;
  font-family: "Roboto Condensed";
  font-weight: light;
  color: #212227;
}

ul.news li a h4 {
  font-size: 1.125rem;
  color: #4A3162;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  font-weight: 600;
}

ul.news li a p {
  font-size: 1rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  color: #212227;
  font-weight: 200;
}

ul.news li a:hover h4 {
  color: #4A3162;
}

.item-box a.more {
  width: auto;
  text-align: right;
  color: #ffffff;
  background: #37294D;
  font-family: "Urbanist";
  font-weight: 300;
  border-radius: 6px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  padding: 14px 28px;
  line-height: normal;
  font-size: 1.125rem;
}

.item-box a.more:hover {
  background: #4A3162;
}

.iframe .txt {
  margin-top: 6px;
  color: #869BA0;
  font-size: .875rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}


@media(max-width:960px) {
  .item-box {
    width: 100%;
    flex-direction: column;
  }

  .slogan,
  .item-box a.item {
    margin: 0 auto 10px;
  }

  section.content .titleA {
    margin-bottom: 16px;
  }

  .item-box a.item .pic .title {
    padding: 0 2vw;
  }

  .item-box a.item .pic .title h2 {
    font-size: 1.2rem;
  }

  ul.news {
    margin: 10px auto;
  }
}

@media(max-width:768px) {
  .iframe .txt {
    flex-direction: column;
  }

  .item-box a.more {
    margin-top: 20px;
    padding: 10px 20px;
    line-height: normal;
    font-size: 1rem;
  }
}

/* footer */
footer {
  position: relative;
  width: 100%;
  height: auto;
  background: #FFFFFF;
  box-sizing: border-box;
  text-align: center;
  padding: 34px 70px;
  font-size: .75rem;
  z-index: 100;
}

footer .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
}

footer .wrapper .foot {
  width: 100%;
  font-family: "Urbanist";
}

footer .wrapper .foot img {
  width: 100%;
  max-width: 180px;
}

footer .wrapper .foot:last-child p {
  text-align: right;
  opacity: .5;
  margin-top: 12px;
  font-size: .75rem;
}

footer .wrapper .foot .follw-us {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}

@media screen and (max-width: 1280px) {
  footer .wrapper .foot .follw-us {
    display: none;
  }

}

footer .wrapper .foot .follw-us .box {
  display: flex;
  gap: 10px;
}

footer .wrapper .foot .follw-us .box a {
  width: 100%;
  max-width: 24px;
}

footer .wrapper .foot .follw-us .box a:hover {
  animation: pulse 1s infinite;
  filter: brightness(160%);
}

@media (max-width: 768px) {
  footer .wrapper {
    flex-wrap: wrap;
    text-align: center;
    gap: 10px;
  }

  footer .wrapper .foot img {
    margin: 0 auto;
  }

  footer .wrapper .foot:last-child p {
    text-align: center;
    margin-top: 0px;
    line-height: 1.2;
  }
}

/* gotop */
.btn-top {
  position: fixed;
  right: 2%;
  bottom: 1rem;
  display: none;
  width: auto;
  line-height: 3rem;
  text-align: center;
  font-size: 0.8rem;
  color: #000;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  display: none;
}

.btn-top.change {
  color: #fff;
}

.btn-top .bg {
  height: 70px;
  -o-background-size: contain;
  background-size: contain;
  background-image: url("../images/gotop.svg");
  background-repeat: no-repeat;
  background-position: center 10px;
  transition: 0.4s ease-in-out;
}

.btn-top:hover .bg {
  background-position: center 0px;
}

.btn-top.change .bg {
  background-image: url("../images/gotop-change.svg");
}

/* fixed list */
.s-info-right {
  position: fixed;
  right: 1%;
  bottom: 8%;
  z-index: 1;
  animation: pulse 1s infinite;
}

.s-info-right p {
  font-size: 1rem;
  text-align: center;
  color: #fff;
  background: #869BA0;
  border-radius: 8px 8px 0px 0px;
}

.s-info-right a {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2px auto;
}

.s-info-right.gobtm {
  bottom: 8%;
}

@media (max-width: 500px) {
  .s-info-right {
    right: 2%;
    bottom: 4%;
  }

  .s-info-right.gobtm {
    bottom: 4%;
  }
}

/* page */
section.content.c-page {
  padding-top: 20px;
}

.c-page .txt-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  font-size: 1rem;
  line-height: 2;
  margin-bottom: 40px;
}

.c-page .txt-box .word,
.c-page .txt-box .block {
  flex: 2;
}

.c-page .txt-box .word p {
  margin-bottom: 14px;
}

.c-page .txt-box .pic img {
  margin: 20px 0px;
}

.c-page .txt-box .pic div:last-child {
  margin-bottom: 0;
}

.c-page .pic b {
  width: 100%;
  display: block;
  text-align: center;
  font-size: .875rem;
  margin-top: 12px;
  color: #869BA0;
}

.c-page .txt-box .block {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #F2F3EE;
  color: #212517;
  border-radius: 8px;
  padding: 38px;
}

.c-page .txt-box .block .title {
  width: 100%;
  color: #759242;
  font-size: 1rem;
  margin-bottom: 20px;
}

.c-page .txt-box .block .title span {
  color: #928642;
}

.c-page .txt-box .block ul {
  -webkit-flex: 3;
  -moz-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
  margin-right: 40px;
}

.c-page .txt-box .block ul li {
  margin-left: 16px;
  padding-left: 16px;
  list-style: decimal;
  line-height: 2;
}

.c-page ul.news {
  grid-template-columns: 1fr;
  gap: 20px;
}

.c-page ul.news li {
  border-bottom: 1px dotted #c4c4c4;
  padding-bottom: 20px;
}

.c-page ul.news li a {
  display: grid;
  gap: 20px;
  padding: 0px;
  grid-template-columns: 1fr 4fr;
}

.c-page ul.news li a .pic {
  width: 100%;
  max-width: 320px;
  display: flex;
}

.c-page ul.news li a .pic img {
  border-radius: 4px;
  object-fit: cover;
  aspect-ratio: 16/9;
}

@media(max-width:840px) {
  .c-page .txt-box {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .c-page .txt-box .pic {
    margin-right: 0px;
  }

  .c-page .pic {
    margin-bottom: 20px;
  }

  .c-page ul.news li a .pic {
    margin-bottom: 0;
  }

  .c-page .txt-box .block {
    padding: 20px;
    flex-direction: column;
  }

  .c-page .txt-box .block ul {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .c-page ul.news li a {
    grid-template-columns: 1fr;
  }

}

.contact-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contact-box .info {
  width: 100%;
  margin-right: 40px;
  flex: 1;
}

.contact-box .info p {
  line-height: 2;
}

.contact-box .info iframe {
  margin: 20px auto;
}

.contact-box form {
  width: 100%;
  flex: 1;
}

.contact-box .info .box {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 20px;
  align-items: flex-start;
}

.contact-box .info .box .line {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: .875rem;
  line-height: 1.4;
  color: #4a3162;
}

ul.contact {
  background: #fafafa;
  padding: 20px 38px;
}

ul.contact b {
  font-size: 1.2rem;
  margin-bottom: 26px;
  display: inline-block;
}

ul.contact p {
  white-space: nowrap;
  font-size: .93rem;
  flex: 1;
}

ul.contact li {
  display: flex;
  margin-bottom: 20px;
}

ul.contact .input {
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 4px;
  flex: 4;
}

ul.contact li.must_r .input {
  -webkit-flex: 2;
  -moz-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  margin-right: 10px;
}

@media(max-width:1180px) {
  ul.contact li.must_r .input {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

ul.contact input[type="button"],
ul.contact input[type="submit"] {
  width: 40%;
  height: 46px;
  border-radius: 4px;
  background: #37294D;
  color: #fff;
  border: 0px;
  margin: 30px auto 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

ul.contact input[type="button"]:hover,
ul.contact input[type="submit"]:hover {
  background: #825ba6;
}

ul.contact .input input,
ul.contact .input textarea {
  width: 100%;
  padding: 10px;
  border-radius: 4px;
  border: 0px;
}

@media(max-width:1180px) {

  ul.contact li,
  .contact-box {
    flex-direction: column;
  }

  .contact-box .info {
    margin-right: 0px;
  }

  ul.contact {
    padding: 18px;
  }

  ul.contact li p {
    margin-bottom: 4px;
  }
}

/* News */
.block-Ctype {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.left-menu {
  width: 100%;
  flex: 3;
  margin-right: 60px;
}

.block-Ctype .item-box {
  flex: 17;
}

.left-menu ul li a {
  width: 100%;
  display: flex;
  padding: 0 10px 10px 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eaeaea;
  font-weight: 400;
}

.left-menu ul li:last-child a {
  border-bottom: 0px solid #eaeaea;
  margin-bottom: 0px;
}

.left-menu ul li.on a {
  position: relative;
  color: #7b4292;
  padding-left: 20px;
  font-weight: 900;
}

.left-menu ul li.on a:before {
  content: "";
  position: absolute;
  left: 0%;
  top: calc(50% - 5px);
  transform: translateY(-50%);
  width: 12px;
  height: 1px;
  background: #7b4292;
}

@media(max-width:840px) {
  .block-Ctype {
    flex-direction: column-reverse;
    gap: 30px;
  }

  .left-menu {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.page {
  width: 100%;
}

table.class_page {
  width: auto;
  margin: 60px auto 0;
}

table.class_page {
  background-color: unset;
}

table.class_page tr td {
  border: 0px;
}

table.class_page tr td a img {
  width: 15px;
}

table.class_page tr td font b {
  font-size: .875rem;
  margin: 0px 1px;
  background: #4A3162;
  border: 1px solid #4A3162;
  color: #fff !important;
  padding: 4px 8px;
  border-radius: 4px;
}

table.class_page tr td font a {
  font-size: .875rem;
  margin: 0px 1px;
  color: #6a6a6a;
  border: 1px solid #bababa;
  padding: 4px 8px;
  border-radius: 2px;
}

table.class_page tr td font a:hover {
  border: 1px solid #6a6a6a;
}

section.h-mix .h-mix-content .project h3 {
  font-size: 1.75rem;
  text-align: center;
}

section.h-mix .h-mix-content .project .titleA {
  justify-content: center;
}

section.h-mix .h-mix-content .project span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 2.25;
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
  margin-bottom: 35px;
}

.h-mix-content .project .item-box a.item .pic {
  width: 100%;
  max-width: 420px;
}

.h-mix-content .project .item-box a.item {
  margin: 0 auto;
}

.h-mix-content .project .item-box {
  gap: 20px;
}

@media(max-width:1280px) {

  section.content {
    padding: 50px;
  }

  section.h-video .block {
    padding: 0 50px;
  }

  section.content.h-video .titleA {
    padding: 60px 60px 0 60px;
  }

  section.h-video {
    padding: 0;
  }
}

@media(max-width:768px) {

  section.content {
    padding: 40px;
  }

  section.h-video .block {
    padding: 0 40px;
  }

  section.content.h-video .titleA {
    padding: 40px 40px 0 40px;
  }

  section.h-video {
    padding: 0;
  }

  footer {
    padding: 16px;
  }

  footer .wrapper .foot .follw-us {
    justify-content: center;
  }

  section.content.h-video .titleA {
    flex-direction: column;
    text-align: left;
  }
}

@media(max-width:500px) {
  section.content.h-video .titleA {
    padding: 16px 16px 0 16px;
  }

  section.content {
    padding: 16px 16px 32px;
  }

  section.h-video .block {
    padding: 0 16px 16px;
  }

  section.h-video {
    padding: 0;
  }

  ul.news {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  section.content .titleA p {
    font-size: 1.6rem;
  }

  section.content .titleA h2 {
    font-size: .93rem;
  }

  section.h-video .titleA {
    gap: 0px;
  }
}

.map ul {
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: flex-start;
}

.map ul li a {
  font-size: .875rem;
  color: #656565;
}

.map ul li a:hover {
  font-size: .875rem;
  color: #424598;
}

.map ul img {
  width: 16px;
  height: auto;
  margin-right: 2px;
}

section.content .titlePage {
  position: relative;
  justify-content: center;
  flex-direction: column;
  align-items: Center;
  gap: 10px;
  margin-top: 52px;
  margin-bottom: 87px;
}

section.content .titlePage p {
  font-size: 2.25rem;
  line-height: 1;
}

section.content .titlePage p.bg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 8.25rem;
  color: rgb(74, 49, 98, .08);
  z-index: 0;
  white-space: nowrap;
}

section.content .titlePage h2 {
  font-size: 1.5rem;
  color: #37294D;
  line-height: 0.8;
  font-weight: 400;
}

@media(max-width:768px) {
  section.content .titlePage {
    margin-top: 32px;
    margin-bottom: 57px;
  }
}

@media(max-width:500px) {
  section.content .titlePage {
    margin-bottom: 37px;
  }

  section.content .titlePage p {
    font-size: 1.75rem;
  }

  section.content .titlePage p.bg {
    font-size: 4rem;
  }

  section.content .titlePage h2 {
    font-size: 1.25rem;
  }

  .map ul {
    gap: 6px;
  }

  .map ul li a {
    font-size: .75rem
  }

  .map ul img {
    width: 14px;
  }
}

.pro-box {
  display: grid;
  gap: 32px;
}

.pro-box ul.tab {
  display: flex;
  gap: 12px;
  align-items: center;
}

.pro-box ul.tab li a {
  position: relative;
  color: rgb(33, 34, 39, .8);
  font-size: 1.25rem;
  transition: all .3s;
}

.pro-box ul.tab li:hover a {
  color: #37294D;
}

.pro-box ul.tab li.active a {
  color: #37294D;
  font-size: 2rem;
  font-weight: bold;
}

.pro-box ul.tab li.active a::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 5px;
  top: -9px;
  left: 0;
  background: #37294D;
  border-radius: 4px;
}

.pro-box ul.tab span.line {
  width: 1px;
  height: 30px;
  transform: rotate(26deg);
  transform-origin: center center;
  background: #000;
}

.tab-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.video-box .tab-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.video-box .tab-content .pro-item {
  padding-bottom: 0px;
}

@media(max-width:1024px) {
  .video-box .tab-content {
    grid-template-columns: 1fr 1fr;
  }
}

.pro-item {
  display: grid;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0px 10px 5px rgba(0, 0, 0, 0.1);
  gap: 30px;
  padding-bottom: 30px;
}

.pro-item a.pic,
.pro-item a.pic img {
  border-radius: 6px 6px 0 0;
}

.pro-item a.pic {
  overflow: hidden;
  margin-bottom: 0;
}

.pro-item a.pic img {
  aspect-ratio: 1.6666;
  object-fit: cover;
  transform: scale(1);
}

.pro-item a.pic:hover img {
  transform: scale(1.1);
}

.pro-item .txt {
  display: flex;
  gap: 20px;
  padding: 0px 30px;
  flex-direction: column;
}

.video-box .pro-item .txt h5 {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1.2rem;
}

.pro-item .txt h5 b {
  color: #4A3162;
  white-space: nowrap;
}

.pro-item .txt h5 p {
  color: #212227;
  font-weight: normal;
  font-size: 1.2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.pro-item .txt p.info {
  display: flex;
  font-size: 1rem;
  gap: 10px;
  justify-content: space-between;
}

.pro-item .txt p.info span {
  font-size: 1rem;
}

.pro-item .txt p.info span.des {
  /* display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word; */
  font-weight: 300;
}

.pro-item .txt p.info span.size {
  color: #4A3162;
  white-space: nowrap;
}

.pro-item .btn-box {
  padding: 0px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pro-item .btn-box a.tel {
  display: flex;
  align-items: Center;
  gap: 4px;
  padding: 7px 12px;
  border-radius: 30px;
  font-size: .875rem;
  border: 1px solid #000;
}

.pro-item .btn-box a.tel img {
  display: flex;
  width: 14px;
  height: 14px;
}

.pro-item a.more {
  margin-top: 0px;
}

.video-box .pro-item {
  gap: 12px;
}

.video-box .pro-item .txt {
  padding: 0 12px 12px;
}

.video-box .pro-item .txt h4 {
  font-size: .93rem;
  text-align: left;
  font-weight: 500;
}

@media(max-width:1024px) {
  .tab-content {
    gap: 20px;
  }
}

@media(max-width:768px) {
  .tab-content {
    grid-template-columns: 1fr;
  }

  .pro-box {
    gap: 22px;
  }

  .pro-item {
    gap: 20px;
    padding-bottom: 20px;
  }

  .pro-item .txt,
  .pro-item .btn-box {
    gap: 10px;
    padding: 0px 20px;
  }

  .pro-item .txt h5,
  .pro-item .txt h5 p {
    font-size: 1.06rem;
  }

  .pro-item .txt p.info span {
    font-size: .875rem;
  }

  .pro-box ul.tab li a {
    font-size: 1rem;
  }

  .pro-box ul.tab li.active a {
    font-size: 1.5rem;
  }
}

/* gotop */
.btn-top {
  position: fixed;
  width: 48px;
  height: 48px;
  right: 1rem;
  bottom: 1rem;
  cursor: pointer;
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
  background: #c2ae2c;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
  border-radius: 4px;
  z-index: 100;
}

.btn-top img {
  margin-top: 0px;
  transition: 0.3s;
  transform: scale(.6);
  transform-origin: center center;
}

.btn-top:hover img {
  margin-top: -10px;
  animation: parent-tab-image .6s linear;
  transform: scale(1);
}

.btn-top.change {
  bottom: 2.5rem;
  transition: .2s linear;
}

.bg-inner-about {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 20px;
}

@media(max-width:1024px) {
  .bg-inner-about {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}