html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}

a {
  text-decoration: none;
}

ul,
li {
  list-style: none;
  /* 去除ul和li的默认左边符号 */
  padding: 0;
  /* 设置内边距为0 */
  margin: 0;
  /* 设置外边距为0 */
}

.more {
  display: none;
}

html {
  font-size: 1vw;
}



html {
  font-size: 1vw;
  background: #F4F5F8;
}

/* div.pc {
  height: 11.77rem;
} */

.mobile {
  display: none;
}

.pc-nav-container {
  width: 75rem;
  /* border-top: 1px solid rgba(255, 255, 255, 0.12); */
  margin: 0.9rem auto 0;
  padding-bottom: 2.24rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
header.pc {
  background-color: #0073E4;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 99;
  /* position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99; */
}

header.pc .logo-box {
  width: 75rem;
  /* margin: 1.5rem 0 0; */
  padding-top: 0.4rem;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}

header.pc .logo {
  width: 29rem;
}

header.pc nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  /* width: 75rem; */
  /* height: 3.33rem; */
  position: relative;
  margin-bottom: 0.4rem;
}

header.pc nav .nav-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: 500;
  font-size: 1.04rem;
  color: rgba(255, 255, 255, 0.88);

}

header.pc nav .nav-list a {
  width: 6.7rem;
  text-align: center;
  cursor: pointer;
  display: block;
  font-weight: 500;
  font-size: 1.04rem;
  color: rgba(255, 255, 255, 0.88);
}

header.pc nav .others form {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  /* width: 9.9rem; */
  height: 1.67rem;
  margin-bottom: 0.4rem;
  margin-left: 0.5rem;
  padding: 0.1rem 0.5rem;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 1.25rem;
}

header.pc nav .others .keyword {
  all: unset;
  width: 7.3rem;
  height: 1.67rem;
  font-size: 0.83rem;
  color: #fff;
}
header.pc nav .others .keyword::placeholder {
  color: rgba(255, 255, 255, 0.65);
}
header.pc nav .others .search {
  all: unset;
  color: #fff;
  cursor: pointer;
}

.banner-box {
  width: 100%;
  height: 28.65rem;
  position: relative;
  background-image: url(/_upload/tpl/02/dc/732/template732/img/banner.png);
  background-size: 100% 100%;
}

.banner-img {
  width: 100%;
}

.banner-box .menu-list {
  width: 75rem;
  height: 9.38rem;
  position: absolute;
  bottom: -4.48rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  box-shadow: 0rem 0.1rem 1.04rem 0rem rgba(0, 0, 0, 0.06);
  border-radius: 0.42rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  z-index: 9;
}

.banner-box .menu-list a {
  width: 6.88rem;
  height: 6.88rem;
  margin-right: 5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.banner-box .menu-list a:last-child {
  margin-right: 0;
}

.banner-box .menu-list a img {
  width: 2.92rem;
  height: 2.92rem;
  margin-bottom: 1rem;
}

.banner-box .menu-list a .menu-name {
  font-weight: 500;
  font-size: 1.04rem;
  color: rgba(0, 0, 0, 0.88);
}

section {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.dynamics-notice-box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 6.15rem;
  width: 75rem;
}

.card-box.dynamics {
  flex: 1;
  margin-right: 2.08rem;
}

.card-box .card-header {
  width: 100%;
  height: 4.17rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}

.card-box .card-header .title-bg {
  font-weight: bold;
  font-size: 3.54rem;
  color: rgba(29, 62, 109, 0.06);
  position: absolute;
  bottom: -0.5rem;
  left: -0.5rem;
}

.card-box .card-header .card-header-left {
  font-weight: 500;
  font-size: 1.67rem;
  color: rgba(0, 0, 0, 0.88);
}

.card-box .card-header a {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: 400;
  font-size: 0.83rem;
  color: rgba(0, 0, 0, 0.45);
  cursor: pointer;
}

.card-box .card-header a .more-icon {
  background-image: url(/_upload/tpl/02/dc/732/template732/img/more-icon.png);
  background-size: 100% 100%;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: .42rem;
}
.card-box.video .card-header a .more-icon {
  filter: invert(1);
}

.card-box .card-content {
  display: flex;
  flex-direction: row;
  padding-top: 4rem;
  justify-content: space-between;
  position: relative;
}

.card-box .card-content .list {
  height: 23.96rem;
  width: 18.75rem;
  border-radius: 0.42rem;
  overflow: hidden;
  background: #fff;
}

.card-box .card-content .list .item {
  box-sizing: border-box;
  border-bottom: 1px solid #F4F5F8;
  height: 4.79rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 0.83rem;
  cursor: pointer;
}

.card-box .card-content .list .item:last-child {
  border-bottom: none;
}

.card-box .card-content .list .item:hover .time-box,
.card-box .card-content .list .item:hover .title font,
.card-box .card-content .list .item:hover .title {
  color: #0073E4 !important;
}

.card-box .card-content .list .item .time-box {
  font-weight: 400;
  font-size: 0.83rem;
  color: rgba(0, 0, 0, 0.45);
  flex-shrink: 0;
}

.card-box .card-content .list .item .mobile-time-box {
  display: none;
}

.card-box .card-content .list .item .title {
  /* font-weight: bold; */
  font-size: 0.94rem;
  color: rgba(0, 0, 0, 0.88);
  margin-top: 0.52rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-box .card-content .thumbnail-img-box {
  width: 33.85rem;
  height: 23.96rem;
  border-radius: 0.42rem;
  overflow: hidden;
  background-color: #fff;
  position: relative;
  cursor: pointer;
}

.card-box .card-content .thumbnail-img-box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.card-box .card-content .thumbnail-img-box .thumbnail-desc-box {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4.9rem;
  background: linear-gradient(90deg, #0B60D9 0%, #04A6FF 100%);
  padding: 0 .83rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}

.card-box .card-content .thumbnail-img-box .thumbnail-desc-box .time-box {
  font-weight: 400;
  font-size: 0.83rem;
  color: #FFFFFF;
}

.card-box .card-content .thumbnail-img-box .thumbnail-desc-box .title {
  margin-top: .62rem;
  font-weight: bold;
  font-size: 0.94rem;
  color: #FFFFFF;
}

.section-1 {
  margin-top: 2.92rem;
  background-color: #fff;
  box-sizing: border-box;
  padding-top: 1.67rem;
  padding-bottom: 2.92rem;
}

.card-box.major {
  width: 75rem;
}

.major-list {
  display: flex;
  flex-direction: row;
  overflow: hidden;
}

.major-list .major-item {
  width: 17.97rem;
  height: 14.06rem;
  background: #eee;
  border-radius: 0.42rem;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  margin-right: 1.04rem;
  flex-shrink: 0;
  display: block;
}

.major-list .major-item .img {
  width: 100%;
  height: 100%;
  transition: all .3s;
}

.major-list .major-item:hover .img {
  transform: scale(1.2);
}

.major-list .major-item .major-name {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2.5rem;
  background: rgba(0, 0, 0, 0.5);
  font-weight: 500;
  font-size: 1.04rem;
  color: #FFFFFF;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 .83rem;
}

.major-list .major-item:hover .major-name {
  background: linear-gradient(90deg, #0B60D9 0%, rgba(4, 166, 255, 0.8) 100%);
}

.section-2 {
  /* height: 41.67rem; */
  background-image: url(/_upload/tpl/02/dc/732/template732/img/section-2-bg.png);
  background-size: 100% 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-top: 2.08rem;
  padding-bottom: 5.47rem;
}

.card-box.video {
  width: 75rem;
}

.card-box.video .card-header .title-bg {
  color: #fff;
}

.card-box.video .card-header .title-bg {
  color: rgba(255, 255, 255, 0.12);
}

.card-box.video .card-header .card-header-left {
  color: #fff !important;
}

.card-box.video .card-header a {
  color: #fff !important;
}

.section-3 {
  height: 17.08rem;
}

.contact-box {
  width: 75rem;
  display: flex;
  flex-direction: row;
  padding-top: 4.17rem;
}

.contact-card-box {
  flex: 1;
}

.contact-card-box .contact-card-header {
  font-weight: bold;
  font-size: 1.25rem;
  color: rgba(0, 0, 0, 0.88);
  position: relative;
  margin-bottom: 2.5rem;
}

.contact-card-box .contact-card-header::after {
  content: '';
  display: block;
  width: 2.5rem;
  height: 0.21rem;
  background: #0073E4;
  position: absolute;
  left: 0;
  bottom: -0.63rem;
}

.contact-card-box a {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: 400;
  font-size: 0.83rem;
  color: rgba(0, 0, 0, 0.88);
  margin-bottom: 1.25rem;
}

.contact-card-box a:hover {
  text-decoration: underline;
}

.contact-card-box .contact-us-item:hover {
  text-decoration: none;
}

.contact-card-box a:last-child {
  margin-bottom: 0;
}

.contact-card-box a .icon {
  width: .83rem;
  height: .83rem;
  margin-right: 0.4rem;
}

.link-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.link-list .link-item {
  width: 50%;
  font-weight: 400;
  font-size: 0.83rem;
  color: rgba(0, 0, 0, 0.88);
  margin-bottom: 1.25rem;
}

.qr-code-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 0.83rem;
}

.qr-code-list .qr-code-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 4.38rem;
}

.qr-code-list .qr-code-item img {
  position: relative;
  width: 6.25rem;
  height: 6.25rem;
  transition: all .3s;
}

.qr-code-list .qr-code-item img:hover {
  transform: scale(1.1);
}


.qr-code-list .qr-code-item div {
  margin-top: .83rem;
  font-weight: 400;
  font-size: 0.83rem;
  color: rgba(0, 0, 0, 0.88);
}

.copy-right-box {
  height: 3.33rem;
  background: #0073E4;
  box-shadow: inset 0rem 0.05rem 0rem 0rem rgba(255, 255, 255, 0.25);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 0.73rem;
  color: rgba(255, 255, 255, 0.65);
}

.copy-right-box a {
  color: rgba(255, 255, 255, 0.65);
}

.swiper-container-1 {
  width: 75rem;
}
.swiper-container-1 .swiper-pagination {
  display: none;
}

.swiper-container-2 {
  width: 95rem;
  /* height: 25.78rem; */
  overflow: hidden;
}

.swiper-container-1 img,
.swiper-container-2 img {
  object-fit: cover;
  object-position: center;
}
.swiper-container-2 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(.8);
  position: relative;
}

.swiper-container-2 .swiper-slide-prev {
  transform: translateX(55%) scale(.7);
  border-radius: 0.5rem;
  overflow: hidden;
}

.swiper-container-2 .swiper-slide-next {
  position: relative;
  z-index: -1;
  transform: translateX(-55%) scale(.7);
  border-radius: 0.5rem;
  overflow: hidden;
}

.swiper-container-2 .swiper-slide-active,
.swiper-slide-duplicate-active {
  transform: scale(1);
  border-radius: 0.5rem;
  overflow: hidden;
}

.swiper-pagination-1 {
  bottom: -20px !important;
}

.swiper-slide .play-icon {
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.other-nav {
  display: flex;
  flex-direction: row;
  /* position: absolute; */
  right: 0;
  top: .42rem;
}

.other-nav a {
  display: flex;
  align-items: center;
  margin-left: 1.67rem;
  font-weight: 400;
  font-size: 0.83rem;
  color: #FFFFFF;
  cursor: pointer;
}

.other-nav a img {
  width: .83rem;
  height: .83rem;
  margin-right: .42rem;
  vertical-align: bottom;
}

.bgBanner {
  display: block;
  width: 100%;
}

/* listcolumn-start */

.list-column-box {
  width: 75rem;
  min-height: 10rem;
  margin-bottom: 3.5rem;
  display: flex;
}

.list-column-navs {
  position: relative;
  transform: translateY(-20px);
  width: 13.8rem;
  margin-right: 4rem;
  flex-shrink: 0;
}

.list-column-navs .list-column-title {
  background-color: #0073E4;
  text-align: center;
  padding: 2rem 0;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
}

.list-column-navs .list-navs li {
  text-align: center;
  box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.06);
}

.list-column-navs .list-navs li a {
  position: relative;
  display: block;
  padding: 1.25rem 0;
  background-color: #f2f2f2;
  border-bottom: 1px solid #ebebeb;
  text-align: center;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.88);
}

.list-column-navs .list-navs li a:hover,
.list-column-navs .list-navs .selected a {
  background: rgba(0, 115, 228, 0.1);
  color: #0073e4;
}

.list-column-navs .list-navs li a:hover::before,
.list-column-navs .list-navs .selected a::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background-color: #0073e4;
}

.wp_listcolumn .wp_column a {
  background: #f2f2f2;
  background-image: none;
}

.list-column-contents {
  width: 57.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 0.8rem;
}

.list-column-position {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 1.2rem 0;
  font-size: 0.8rem;
  color: rgba(0, 0, 0, 0.88);
  /* border-bottom: 1px solid rgba(0, 0, 0, 0.2); */
}

.list-column-position a {
  color: rgba(0, 0, 0, 0.88);
  text-decoration: none;
}

.list-column-position a:hover {
  color: #0073e4;
}

.list-column-position .list-column-icon-home,
.list-column-position .list-column-icon-arrow {
  width: 0.8rem;
  margin-right: 0.3rem;
}

.list-column-article {
  width: 100%;
}

.list-column-article li .list-article-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  padding: 1.3rem 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.18);
}

.list-column-article li .list-article-item:hover p,
.list-column-article li .list-article-item:hover .article-time {
  color: #0073E4;
}

.list-column-article li .list-article-item p {
  flex: 1;
  flex-shrink: 1;
  max-width: 100%;
  font-size: 0.9rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.88);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.list-column-article li .list-article-item .article-time {
  flex-shrink: 0;
  width: 5rem;
  margin-left: 0.8rem;
  text-align: right;
  font-size: 0.8rem;
  color: rgba(0, 0, 0, 0.6);
}

.pagination {
  display: flex;
  align-items: center;
  margin-top: 2rem;
}

.wp_paging .page_nav a {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  padding: 0.3rem 0.8rem;
  margin: 0 0.8rem;
  font-size: 0.7rem;
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
}

.wp_paging .page_nav a:hover {
  border: 1px solid #0073e4;
  border-radius: 4px;
  color: #0073e4;
}

.pagination .pagination-switch img {
  width: 0.6rem;
}

.wp_paging {
  width: 100%;
  margin-top: 0.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wp_paging li {
  height: auto;
  display: flex;
  align-items: center;
}

.wp_paging li .pageNum {
  height: auto;
  margin-top: 0;
  padding: 0.5rem 0.8rem;
  border-radius: 4px;
  font-size: 0.7rem;
}

/* listcolumn-end */

/* listvideo-start */
.list-video-box {
  width: 75rem;
  min-height: 10rem;
  margin-bottom: 3.5rem;
}

.list-video-content {
  padding-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
}

.list-video-item {
  box-sizing: border-box;
  width: 30%;
  margin-right: 5%;
  margin-bottom: 2rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.list-video-item:nth-child(3n) {
  margin-right: 0;
}

.list-video-item:hover {
  border: 1px solid #0073e4;
  border-radius: 8px;
}

.list-video-item a {
  display: block;
  text-decoration: none;
}

.list-video-item a .video-cover-play {
  position: relative;
  height: 13rem;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 1.25rem;
}

.list-video-item a .video-cover-play .video-cover {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s;
}

.list-video-item a:hover .video-cover-play .video-cover {
  transform: scale(1.1);
}

.list-video-item a .video-cover-play .icon-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2.5rem;
  height: 2.5rem;
}

.video-info {
  padding: 0 0.8rem 1.25rem;
}

.video-info .video-title {
  font-size: 1rem;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.88);
  margin-bottom: 0.8rem;
  transition: all .3s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.list-video-item a:hover .video-info .video-title {
  color: #0073e4;
}

.video-info .video-time {
  font-size: 0.8rem;
  color: rgba(0, 0, 0, 0.6);
}

/* listvideo-end */

/* list-info-start */
.list-info-box {
  width: 75rem;
  min-height: 10rem;
  margin-bottom: 3.5rem;
}
#container {
  width: 100%;
  padding-top: 2rem;
}
#container img {
  max-width: 100%;
}
#container .wp_articlecontent strong {
  font-weight: bold;
}
/* list-info-end */

/* list-academy-start */
.list-major-box {
  width: 75rem;
  min-height: 10rem;
  margin-bottom: 3.5rem;
  display: flex;
}

.list-column-academy {
  padding-top: 1.25rem;
}

.list-column-academy .academy-item {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.4rem;
  text-decoration: none;
  padding: 0.83rem 1.25rem;
  margin-bottom: 1.25rem;
}

.list-column-academy .academy-item:hover {
  border: 1px solid #0073e4;
  border-radius: 0.4rem;
}

.academy-item .academy-pc {
  display: flex;
}

.academy-majors-mobile {
  display: none;
}

.academy-website {
  position: absolute;
  top: 0.83rem;
  right: 1.25rem;
  font-size: 0.83rem;
  color: #fff;
  padding: 0.41rem 0.83rem;
  background-color: #0073E4;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.academy-website .icon-go-website {
  width: 0.83rem;
  height: 0.83rem;
  margin-left: 0.2rem;
}

.academy-cover {
  width: 11.15rem;
  height: 8.75rem;
  object-fit: cover;
  margin-right: 1.25rem;
  border-radius: 0.41rem;
}

.academy-info .academy-name {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.88);
}

.list-column-academy .academy-item:hover .academy-name {
  color: #0073e4;
}

.academy-info .academy-desc {
  font-size: 0.83rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 0.2rem;
}

.academy-info .academy-desc a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.6);
}

.academy-info .academy-desc a:hover {
  text-decoration: underline;
}

.academy-info .academy-majors {
  display: flex;
  flex-wrap: wrap;
}

.academy-majors .academy-major-item {
  padding: 0.31rem 0.62rem;
  background-color: #e5f1fc;
  border-radius: 0.2rem;
  font-size: 0.83rem;
  line-height: 1.5;
  color: #0073E4;
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
  cursor: pointer;
}
.academy-majors .academy-major-item a {
  color: #0073E4;
}

/* list-academy-end */
.arti_title {
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 600;
  color: #0073E4;
  margin-bottom: 0.83rem;
}

.arti_metas {
  text-align: center;
  font-size: 0.73rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.45);
  /* border-bottom: 1px solid rgba(0, 0, 0, 0.2); */
  padding-bottom: 2rem;
  margin-bottom: 1.67rem;
}

.wp_video_player {
  width: 100% !important;
  height: auto !important;
}
.wp_video_player video {
  display: block;
  width: 93%;
  height: auto;
  margin: 0 auto;
  border-radius: 0.6rem;
}
.swiper-button-prev {
  top: 60% !important;
  left: 4rem !important;
}
.swiper-button-next {
  top: 60% !important;
  right: 4rem !important;
}
.swiper-button-prev:after {
  content: '' !important;
}
.swiper-button-next:after {
  content: '' !important;
}
.swiper-button-prev .icon-prev {
  position: relative;
  transform: rotate(180deg);
  width: 2rem;
  height: 2rem;
}
.swiper-button-next .icon-next {
  width: 2rem;
  height: 2rem;
}
.swiper-button-prev-1 {
  left: -3rem !important;
}
.swiper-button-next-1 {
  right: -3rem !important;
}

.swiper-button-prev-1 .icon-prev {
  transition: all .3s;
  opacity: 0;
}
.swiper-button-next-1 .icon-next {
  transition: all .3s;
  opacity: 0;
}
.section-1:hover .swiper-button-prev-1 .icon-prev,
.section-1:hover .swiper-button-next-1 .icon-next {
  opacity: 1;
}

.contact-container {
  display: flex;
  flex-direction: column;
  height: 100vh;
}
.contact-info {
  flex: 1;
  width: 100%;
  background: url(/_upload/tpl/02/dc/732/template732/img/20250702-uta-contact.jpg) no-repeat top 30% left;
  background-size: cover;
}

@media screen and (max-width: 1000px) {
  .contact-info {
    flex: 1;
    width: 100%;
    background: url(/_upload/tpl/02/dc/732/template732/img/20250702-uta-contact-m.jpg) no-repeat top center;
    background-size: cover;
  }

  .swiper-container-2 .swiper-slide-prev {
    border-radius: 1rem;
  }

  .swiper-container-2 .swiper-slide-next {
    border-radius: 1rem;
  }

  .swiper-container-2 .swiper-slide-active,
  .swiper-slide-duplicate-active {
    border-radius: 1rem;
  }
  .card-box.video .card-header .more-icon {
    /* background-image: url(/_upload/tpl/02/dc/732/template732/img/more-icon-2.png); */
    filter: invert(1);
  }
  .wp_video_player video {
    border-radius: 1.5rem;
  }
  .pc {
    display: none !important;
  }

  /* .banner {
    display: none;
  } */
  .banner-img {
    /* height: 61.3rem; */
    object-fit: cover;
    object-position: center;
  }

  .floatD {
    top: 25% !important;
  }

  header.mobile {
    width: 100rem;
    height: 18.67rem;
    background: #0073E4;
    position: sticky;
    top: 0;
    z-index: 99999;
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 3.2rem;
    box-sizing: border-box;
  }

  header.mobile .logo {
    width: 64.67rem;
    height: 7.87rem;
  }

  header.mobile .others {
    display: flex;
    flex-direction: row;
  }

  header.mobile .others a {
    margin-left: 4.27rem;
  }

  header.mobile .others img {
    height: 6.4rem;
    width: 6.4rem;
  }

  header.mobile .others img#close {
    display: none;
  }

  .banner-box {
    height: 52rem;
  }

  .menu-list {
    width: 93.6rem !important;
    height: 48rem !important;
    box-shadow: 0rem 0rem 1.6rem 0rem rgba(0, 0, 0, 0.02) !important;
    border-radius: 2.13rem !important;
    padding: 3.2rem 0 !important;
    bottom: -28rem !important;
    flex-wrap: wrap;
  }

  .menu-list .menu-item {
    margin: 0 !important;
    width: calc(100%/3) !important;
    height: 20.8rem !important;
  }

  .menu-list .menu-item img {
    height: 8.53rem !important;
    width: 8.53rem !important;
  }

  .menu-list .menu-item .menu-name {
    margin-top: 2.13rem !important;
    font-size: 3.73rem !important;
    color: rgba(0, 0, 0, 0.88) !important;
  }

  .card-box {
    background-color: #fff;
    width: 93.6rem !important;
    box-shadow: 0rem 0rem 1.6rem 0rem rgba(0, 0, 0, 0.02);
    border-radius: 2.13rem;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 2.2rem 3.2rem;
    box-sizing: border-box;
  }
  .card-box.video {
    background-image: url(/_upload/tpl/02/dc/732/template732/img/section-2-bg.png);
    background-size: 100% 100%;
    padding-bottom: 7.4rem;
  }
  .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: -4.2rem !important;
  }
  .swiper-container-2 .swiper-pagination-bullet-active {
    background: #fff !important;
  }

  .dynamics {
    margin-bottom: 3.2rem !important;
  }

  .card-header {
    height: 13.27rem !important;
    align-items: center !important;
  }

  .card-header .title-bg {
    display: none;
  }

  .card-header .card-header-left {
    font-size: 4.8rem !important;
    color: rgba(0, 0, 0, 0.88) !important;
  }

  .card-header a {
    font-size: 3.2rem !important;
    color: rgba(0, 0, 0, 0.45) !important;
  }

  .card-header a .more-icon {
    width: 3.2rem !important;
    height: 3.2rem !important;
    margin-left: 1.07rem !important;
    background-image: url(/_upload/tpl/02/dc/732/template732/img/mobile-more-icon.png) !important;
  }

  .dynamics-notice-box {
    flex-direction: column !important;
    align-items: center;
    margin-top: 29.87rem !important;
    width: 100% !important;
  }

  .card-content {
    flex-wrap: wrap !important;
  }

  .thumbnail-img-box {
    width: 100% !important;
    height: 61.33rem !important;
    border-radius: 1.07rem !important;
  }

  .thumbnail-desc-box {
    height: 16.53rem !important;
    padding: 0 2.13rem !important;
  }

  .thumbnail-desc-box .time-box {
    font-size: 3.2rem !important;
  }

  .thumbnail-desc-box .title {
    margin-top: 1.07rem;
    font-size: 3.73rem !important;
  }

  .card-content .list {
    width: 100% !important;
    height: auto !important;
  }

  .card-content .list .item {
    height: 15.47rem !important;
    border: none !important;
    flex-direction: row !important;
    justify-content: flex-start !important;
    align-items: center !important;
  }

  .card-box .card-content .list .item .time-box {
    display: none !important;
  }

  .card-box .card-content .list .item .mobile-time-box {
    flex-shrink: 0;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 0 1.33rem !important;
    width: 11.73rem;
    height: 11.2rem;
    border-radius: 0.53rem;
    border: 2px solid #F7AD3B;
    font-family: SourceHanSansCN, SourceHanSansCN !important;
    font-weight: bold !important;
    font-size: 3.2rem !important;
    color: #F7AD3B !important;
    line-height: 1.5 !important;
  }

  .card-content .list .item .title {
    font-size: 3.73rem !important;
    margin-left: 3.2rem !important;
    line-height: 5.6rem !important;
  }

  .section-1 {
    background-color: transparent !important;
  }

  .section-2 {
    background: linear-gradient(to bottom, transparent, #FFF);
    padding-bottom: 3.2rem;
  }

  .section-3 {
    height: auto !important;
  }

  .contact-box {
    flex-direction: column !important;
    width: 93.6rem !important;
    align-items: flex-start;
    padding-top: 6.4rem;
  }

  .contact-card-box .contact-card-header {
    font-size: 4.8rem !important;
    margin-bottom: 8.27rem;
  }

  .contact-card-box .contact-card-header::after {
    width: 9.6rem;
    height: 0.8rem;
    background: #0073E4;
    bottom: -2.1rem;
  }

  .contact-card-box a {
    font-size: 3.2rem;
    margin-bottom: 4.27rem !important;
  }

  .contact-card-box .contact-us-list a:last-child {
    margin-bottom: 0 !important;
  }

  .contact-card-box img {
    width: 3.2rem !important;
    height: 3.2rem !important;
    margin-right: 0.4rem;
  }

  .contact-card-box {
    width: 100% !important;
    margin-bottom: 6.4rem;
  }

  .link-list {
    width: 100% !important;
  }

  .link-list .link-item {
    font-size: 3.2rem !important;
    margin-bottom: 4.27rem !important;
  }
  .link-list .link-item a {
    margin-bottom: 0 !important;
  }

  /* .qr-code-list {
    margin-top: 6.4rem;
  } */

  .qr-code-item {
    margin-right: 20.27rem !important;
  }

  .qr-code-item:last-child {
    margin-right: 0 !important;
  }

  .qr-code-item img {
    width: 24rem !important;
    height: 24rem !important;
  }

  .qr-code-item div {
    margin-top: 3.2rem !important;
    font-size: 3.2rem !important;
  }

  .copy-right-box {
    display: none;
  }

  .swiper-container-1 {
    width: 100%;
  }

  .major-item {
    width: 42.53rem !important;
    height: auto !important;
    background: #fff !important;
  }

  .major-item img {
    width: 100% !important;
    height: 32rem !important;
  }

  .major-list .major-item .major-name {
    margin-top: 2.13rem;
    font-size: 3.73rem !important;
    position: relative !important;
    height: auto;
    background: transparent;

    font-weight: 400 !important;
    font-size: 3.73rem !important;
    color: rgba(0, 0, 0, 0.88) !important;
    line-height: 5.6rem !important;
  }

  .card-box.major {
    padding-bottom: 9.6rem !important;
  }

  .swiper-pagination-1 {
    bottom: -3.2rem !important;
  }

  .section-2 {
    height: auto !important;
  }

  .swiper-container-2 {
    height: 33.73rem !important;
  }

  .mobile-nav-list {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #0073E4;
    z-index: 9999;
    padding-top: 18.67rem;
    height: 0;
    overflow: hidden;
    transition: all 1s;

  }

  .mobile-nav-list .mobile-nav-item {
    height: 11.73rem;
    box-sizing: border-box;
    box-shadow: inset 0rem 0.13rem 0rem 0rem rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: center;
    padding-left: 6.4rem;

    font-weight: 500;
    font-size: 3.73rem;
    color: #FFFFFF;
  }

  .mobile-nav-list .mobile-nav-item:last-child {}

  .mask-box {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 999;
    display: none;
  }

  .swiper-button-next-2 {
    display: none !important;
  }

  .swiper-button-prev-2 {
    display: none !important;
  }

  .swiper-slide .play-icon {
    height: 10rem !important;
    width: 10rem !important;
  }

  /* listcolumn-mobile-start */
  ::-webkit-scrollbar {
    display: none;
  }

  .list-column-box {
    width: 94rem;
    flex-direction: column;
  }

  .list-column-navs {
    transform: translateY(0);
    width: 100%;
  }

  .wp_listcolumn {
    all: unset;
  }

  .wp_listcolumn {
    display: flex;
  }

  .list-column-title {
    display: none;
  }

  .mobile-column-nav-list {
    display: flex;
    overflow: scroll;
    padding: 0 1rem;
  }

  .mobile-column-nav-list .mobile-column-nav-item {
    position: relative;
    flex-shrink: 0;
  }

  .mobile-column-nav-list .mobile-column-nav-item a {
    position: relative;
    display: block;
    padding: 4.2rem 2.1rem;
    font-size: 4.2rem;
    color: rgba(0, 0, 0, 0.88);
    text-decoration: none;
  }

  .mobile-column-nav-list .mobile-column-nav-item.active a {
    color: #0073e4;
  }

  .mobile-column-nav-list .mobile-column-nav-item.active::before {
    content: '';
    display: block;
    position: absolute;
    width: 8rem;
    height: 1.6rem;
    background-color: #0073e4;
    border-radius: 0.8rem;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
  }

  .list-column-contents {
    width: 100%;
  }

  .list-column-article li .list-article-item {
    flex-direction: column;
    align-items: flex-start;
    background-color: #fff;
    border-radius: 2.1rem;
    border-bottom: none;
    margin-bottom: 2rem;
    padding: 3.2rem;
  }

  .list-column-article li .list-article-item p {
    display: -webkit-box;
    white-space: wrap;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    font-size: 3.7rem;
    line-height: 1.5;
    margin-bottom: 1.3rem;
  }

  .list-column-article li .list-article-item .article-time {
    width: auto;
    font-size: 3.2rem;
  }

  .wp_paging {
    flex-direction: column;
  }

  .wp_paging .page_nav a {
    padding: 0.3rem 2rem;
    font-size: 3.2rem;
  }

  .wp_paging li .pageNum {
    height: auto;
    margin-top: 0;
    padding: 1.3rem 3rem;
    border-radius: 4px;
    font-size: 3.2rem;
    background-color: #F4F5F8;
  }

  /* listcolumn-mobile-end */

  /* listvideo-start */
  .list-video-box {
    width: 94rem;
  }

  .list-video-content {
    padding-top: 2rem;
    justify-content: space-between;
  }

  .list-video-item {
    width: 48%;
    margin-right: 0;
  }

  .list-video-item a .video-cover-play {
    height: 25rem;
    margin-bottom: 2.1rem;
  }

  .list-video-item a .video-cover-play .icon-video-play {
    width: 6.4rem;
    height: 6.4rem;
  }

  .video-info {
    padding: 0 3.2rem 3.2rem;
  }

  .video-info .video-title {
    font-size: 3.7rem;
    margin-bottom: 2rem;
  }

  .video-info .video-time {
    font-size: 3.2rem;
  }

  /* listvideo-end */

  /* listmajor-start */
  .list-major-box {
    width: 94rem;
    flex-direction: column;
  }

  .list-column-academy {
    width: 100%;
  }

  .list-column-academy .academy-item {
    background-color: #fff;
    border: none;
    border-radius: 2.13rem;
    padding: 3.2rem;
    margin-bottom: 3.2rem;
  }

  .list-column-academy .academy-item:hover {
    border: none;
    border-radius: 2.13rem;
  }

  .academy-info {
    width: 58rem;
  }

  .academy-website {
    position: static;
    width: 15rem;
    font-size: 2.67rem;
    line-height: 1.5;
    border-radius: 2.7rem;
    margin-bottom: 2rem;
  }

  .academy-website .icon-go-website {
    width: 3.2rem;
    height: 3.2rem;
    margin-left: 1.07rem;
  }

  .academy-cover {
    width: 28.53rem;
    height: 22.4rem;
    border-radius: 1.1rem;
    margin-right: 3.2rem;
  }

  .academy-info .academy-name {
    font-size: 4.27rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 1rem;
  }

  .academy-info .academy-desc {
    font-size: 3.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .academy-info .academy-majors {
    display: none;
  }

  .academy-majors-mobile {
    display: flex;
    flex-wrap: wrap;
    margin-top: 3.2rem;
  }

  .academy-majors-mobile .academy-major-item {
    padding: 0.8rem 1.6rem;
    background-color: #e5f1fc;
    border-radius: 0.53rem;
    font-size: 2.67rem;
    line-height: 1.5;
    color: #0073E4;
    margin-right: 1.07rem;
    margin-bottom: 1.07rem;
    cursor: pointer;
  }

  /* listmajor-end */
  .list-info-box {
    width: 94rem;
  }
  #container {
    padding-top: 4rem;
  }
  .list-column-position {
    font-size: 3.2rem;
  }
  .arti_title {
    font-size: 4.8rem;
  }
  .arti_metas {
    font-size: 3.2rem;
    color: rgba(0, 0, 0, 0.45);
    margin-bottom: 4rem;
    padding-bottom: 4.5rem;
  }
}

.mobile-nav-list {
  display: none;
}



/* .swiper-button-prev{
  background-image:url(/_upload/tpl/02/dc/732/template732/images/prev-icon.png);
  background-size: 100% 100%;
  width: 1.25rem !important;
  height: 1.25rem !important;
}

.swiper-button-next{
  background-image:url(/_upload/tpl/02/dc/732/template732/images/next-icon.png);
  background-size: 100% 100%;
  width: 1.25rem !important;
  height: 1.25rem !important;
}
.swiper-button-next:after, .swiper-button-prev:after {
  content: '';
  display: none;
} */