@charset "UTF-8";
/* CSS Document */

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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

b {
  font-weight: bold !important;
}

ol,
ul {
  /* list-style: none; */
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

a {
  text-decoration: none;
}

a img {
  outline: none;
}

a:focus,
input:focus,
button:focus {
  outline: none;
}

body {
  /*	font-family: Arial, "微軟正黑體", "繁黑體", 'Microsoft JhengHei', 'Microsoft YaHei', 'Heiti TC', 'LiHei Pro', sans-serif, "新細明體", PMingLiU;*/
  font-family: 'Noto Sans TC', sans-serif;

}

.centerBox {
  display: flex;
  justify-content: center;
}

.album_wrap {
  display: inline-block;
  width: 800px;
}

.album_wrap .album_cover {
  float: left;
  width: 100%;
}

.album_wrap .album_thumb {
  float: left;
  width: 100%;
  margin-top: 10px;
}

.album_wrap .album_thumb img {
  float: left;
  width: 10%;
  cursor: pointer;
}



.article_clr_wrap {
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
}


.article_clr_wrap.show {
  display: flex;
}


.article_clr_wrap::before {
  position: absolute;
  content: '';
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: #000000;
  opacity: .1;
}

.article_clr_wrap .article_clr_item {
  display: inline-block;
  width: 1000px;
  background-color: #ffffff;
  border-radius: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 80px 40px 40px;
  position: relative;
}

.clr_close {
  position: absolute;
  z-index: 1;
  top: 30px;
  right: 30px;
  width: 30px;
  cursor: pointer;
}

.article_scroll_content {
  float: left;
  width: 100%;
  max-height: 600px;
  overflow-y: scroll;
  text-align: left;
}


.article_h2 {
  font-size: 40px;
  font-weight: bold;
  color: #33332f;
  line-height: 1.4;
}

.article_date {
  font-size: 20px;
  color: #777770;
  margin-top: 5px;
}

.article_scroll_content .cover {
  width: 100%;
  margin-top: 5px;
}

.article_txt {
  font-size: 20px;
  color: #33332f;
  line-height: 1.4;
  margin-top: 10px;
}

.article_txt span {
  font-weight: bold;
}


/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  /* change if the mask should have another color then white */
  z-index: 99;
  /* makes sure it stays on top */
}

#status {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-image: url(../images/status.gif);
  /* path to your loading animation */
  background-size: 100px 100px;
  background-repeat: no-repeat;
  background-position: center;
  margin: -50px 0 0 -50px;
  /* is width and height divided by two */
}



.body_bg_wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 0;
  left: 0px;
  top: 0px;
}

canvas {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.link {
  position: fixed;
  z-index: 10;
  width: 80px;
  bottom: 100px;
  right: 20px;
}

.link img {
  width: 100%;
}

.link:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: .5;
  opacity: .5;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}


#WRAPER {
  float: left;
  width: 100%;
  position: relative;
  z-index: 3;
  text-align: center;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  right: 0px;
}

#WRAPER.reveal {
  position: absolute;
  right: 180px;

}



#HEADER {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 10;
}

/* #HEADER.reveal{
	background-image: -moz-linear-gradient( -90deg, rgb(0,146,191) 0%, rgb(0,177,168) 100%);
	background-image: -webkit-linear-gradient( -90deg, rgb(0,146,191) 0%, rgb(0,177,168) 100%);
	background-image: -ms-linear-gradient( -90deg, rgb(0,146,191) 0%, rgb(0,177,168) 100%);
} */

.logo {
  float: left;
  width: 140px;
  margin: 20px 0px 0px 20px;
  position: relative;
  z-index: 2;
}

#KV {
  position: relative;
  z-index: 1;
  float: left;
  display: table;
  width: 100%;
  text-align: center;
  overflow: hidden;
  background-image: url(../images/kv_bg.png);
  background-size: cover;
}




#KV .ct {
  display: table-cell;
  position: relative;
  z-index: 4;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}



.kv_slogan {
  display: inline-block;
  width: 750px;
}

.kv_spec {
  display: inline-block;
  width: 100%;
  height: 1px;
}

.kv_des {
  text-align: center;
  font-weight: normal;
  font-size: 18px;
  color: #ffffff;
  margin-top: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 40px;
  gap: 10px;
  margin-top: 40px;
  width: 900px;
  background: linear-gradient(180deg, #1D6881 0%, rgba(29, 104, 129, 0.5) 98%, rgba(29, 104, 129, 0) 100%);
  border-radius: 16px;

}

.kv_logo {
  position: absolute;
  left: 10%;
  bottom: 0%;
  width: 300px;
  z-index: 0;
}


.kv_wave {
  position: absolute;
  z-index: 1;
  bottom: 0px;
  left: 0px;
  width: 100%;
  max-width: 1060px;
}



.NAV_btn_wrap {
  display: none;
  position: fixed;
  width: 60px;
  top: 20px;
  right: 10px;
  z-index: 4;
}


#nav-icon3 {
  width: 30px;
  height: 45px;
  position: relative;
  margin: 0px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon3 span {
  background: #cbae7e;
}




#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
  top: 10px;
}

#nav-icon3 span:nth-child(2) {
  display: none;
  top: 10px;
}

#nav-icon3 span:nth-child(4) {
  top: 20px;
}

#nav-icon3.open span {
  background: #cbae7e;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  display: block;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}



#NAV {
  display: inline-block;
  position: relative;
  z-index: 1;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  margin: 20px 0px 20px 0px;
}

nav {
  display: inline-block;
  height: 50px;
  background-color: #ffffff;
  border-radius: 25px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  padding-top: 14px;
}

nav .btn {
  display: inline-block;
  cursor: pointer;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 30px 0px 30px;
  text-align: center;
  line-height: 20px;
  font-size: 16px;
  color: #151515;
  position: relative;
  border-left: #9E9E9E 1px solid;
}

nav .btn:first-child {
  border-left: none;
}


nav .btn:hover,
nav .btn.current {
  color: #004B6E;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}


nav .history_btn {
  display: inline-block;
  cursor: pointer;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 30px 0px 30px;
  text-align: center;
  font-size: 16px;
  border-left: #9E9E9E 1px solid;
  color: #151515;
  position: relative;
}

.history_btn:hover {
  color: #004B6E;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}



.history {
  display: none;
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0px;
  top: 0px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 36px;
}

.history_btn:hover .history {
  display: block;
}


.history a {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 0px 8px 0px;
  background-color: #004B6E;
  border-bottom: #ffffff 1px solid;
}

.history a:last-child {
  border-radius: 0px 0px 16px 16px;
  border-bottom: none;
}

.history a:hover {
  color: #debe5c;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}






.sec {
  float: left;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 100px 20px 100px 20px;
}




.mid_content {
  display: inline-block;
  width: 1100px;
  text-align: center;
  position: relative;
  z-index: 1;
}




.sec_title {
  float: left;
  width: 100%;
  font-size: 40px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

.sec_title span {
  font-size: 20px;
  font-weight: normal;
}

.sec_title span a {
  color: #ff6a00;
  text-decoration: underline;
}

.sec_title.black {
  color: #000000;
}

.sec_title.blue {
  color: #004B6E;
}

.sec_title.lightBlue {
  color: #2c95d1;
}

.white_bg {
  background-color: #ffffff;
}

.gray_bg {
  background-color: #fafafa;
}

.mixed_bg {
  background-image: url(../images/mixed_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.gray_bg2 {
  background-color: #F7F7F8;
}



.spog_wrap {
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  padding: 50px 20px 50px 20px;
  background-color: #F7F7F8;
}

.spon_group_img {
  display: inline-block;
  width: 100%;
  max-width: 1024px;
}

.spong_item {
  display: inline-block;
  vertical-align: top;
  margin: 10px;
}

.spong_item.hidden {
  display: none;
}


.spong_item span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #000000;
  margin-right: 10px;
}

.spong_item img {
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  margin: 5px;
}


.milestone_des {
  font-size: 40px;
  color: #ffffff;
  font-weight: normal;
}

.milestone_wrap {
  float: left;
  width: 100%;
  text-align: center;

}

.milestone_item {
  /* float: left; */
  display: inline-block;
  width: 340px;
  height: 340px;
  border-radius: 170px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: #ffffff 1px solid;
  position: relative;
  cursor: pointer;
}

.milestone_item span.big {
  font-size: 100px;
  font-weight: bold;
  background: #92EBF3;
  background: linear-gradient(to top, #92EBF3 0%, #E3F5F6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.milestone_item span {
  display: inline-block;
  line-height: 1.1;
  margin: 0px;
  padding: 0px;
}


.milestone_item .icon {
  display: none;
  width: 20px;
  margin-left: 10px;
}

.milestone_item .short {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: table;
  font-size: 30px;
  color: #ffffff;
  opacity: 1;
}

.milestone_item .short .ct {
  display: table-cell;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}

.milestone_item .intro {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: 170px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #5a4848;
  text-align: left;
  top: 0px;
  left: 0px;
  opacity: 0;
}

.milestone_item.reveal {
  background-color: #ffffff;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}


.milestone_item.reveal .short {
  opacity: 0;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.milestone_item.reveal .intro {
  opacity: 1;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}


.section_blueLine_bg {
  background-image: url(../images/blueLine.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0 200px ;
}

/* 共用樣式 */
.arrow-prev,
.arrow-next {
  width: 24px;
  height: 24px;
  background-image: url('../images/DBAwards_arrow.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}

/* 分別定位 */
.arrow-prev {
  left: 10px;
}

.arrow-next {
  right: 10px;
  transform: translateY(-50%) scaleX(-1); /* 向右翻轉 */
}


.DB_awards {
  width: 100%;
}

.DB_awards .mySwiper  {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 40px;
}

.DB_awards .mySwiper .swiper-slide {
  display: flex;
  justify-content: center;
}

.DB_awards .mySwiper .picture {
  width: 100%;
  max-width: 600px;
  display: block;
  box-sizing: border-box;
  padding: 0 40px;
}

.DB_awards .cards {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.DB_awards .cards .card {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 920px;
  padding: 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #000;
}


.DB_awards .cards .card .num {
  color: white;                        /* 字體顏色 */
  -webkit-text-stroke: 1px #2C95D1;      /* 藍色描邊 */
  font-size: 90px;                     /* 可根據需要調整大小 */
  font-weight: bold;                  /* 建議加粗更明顯 */
  width: 107px;
}

.DB_awards .cards .card .text {
  width: calc(100% - 107px - 100px);
}
.DB_awards .cards .card .text .card_t {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.4;
  color: #2B2B2B;
  text-align: left;
}
.DB_awards .cards .card .text .card_t span {
  color: #2c95d1;
}

.DB_awards .cards .card .text .des {
font-weight: 400;
font-size: 20px;
line-height: 1.5;
color: #2B2B2B;
text-align: left;
}

.DB_awards .cards .card .icon img {
  width: 100px;
}

@media (max-width: 480px) {
  .DB_awards .cards .card {
    flex-direction: column;
    align-items: flex-start;
  }
  .DB_awards .cards .card .text {
    width: 100%;
  }
  .DB_awards .cards .card .icon {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
  
  
}



.history_line_wrap {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 50px;
}

.history_left {
  position: absolute;
  left: -100px;
  top: 100px;
  width: 100px;
  cursor: pointer;
  z-index: 2;
}

.history_right {
  position: absolute;
  right: -100px;
  top: 100px;
  width: 100px;
  cursor: pointer;
  z-index: 2;
}

.history_line_slider {
  float: left;
  width: 100%;
  position: relative;
  z-index: 1;
}


.history_line_slider {
  float: left;
  width: 100%;
}


.history_line_slider li {
  float: left;
  width: 100%;
}

.history_des {
  font-size: 18px;
  color: #ffffff;
  font-weight: normal;
}


.history_item {
  float: left;
  width: 100%;
}

.age_head {
  float: left;
  text-align: center;
  width: 100%;
  border-bottom: #ffffff 1px solid;
}

.age_head img {
  text-align: center;
  width: 74px;
}

.age_head .age_txt {
  float: left;
  text-align: center;
  width: 100%;
  position: relative;
  font-size: 20px;
  color: #ffffff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 25px;
}

.age_head .age_txt:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 20px;
  background-color: #ffffff;
  bottom: 0px;
  left: 50%;
}

.age_content {
  float: left;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
}

.age_content img {
  float: left;
  width: 100%;
}

.age_content p {
  float: left;
  width: 100%;
  font-size: 16px;
  color: #f5ffff;
  text-align: left;
  line-height: 1.4;
  font-weight: 300;
  margin-top: 10px;
}

.age_content p span {
  font-size: 20px;
  font-weight: normal;
}


.interview_intro {
  display: inline-block;
  vertical-align: top;
  width: 600px;
}


.interview_intro h2 {
  width: 100%;
  text-align: left;
}

.interview_intro .history_des {
  margin-top: 20px;
  cursor: pointer;
}

.interview_intro .interview_title {
  float: left;
  color: #d4ffff;
  width: 100%;
  font-size: 34px;
  font-weight: bold;
  text-align: left;
}

.interview_spec {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.interview_cover {
  display: inline-block;
  vertical-align: top;
  width: 360px;
  position: relative;
  margin-left: 40px;
}

.interview_cover img {
  float: left;
  width: 100%;
  position: relative;
  z-index: 0;
}

.interview_cover p {
  width: 100%;
  position: absolute;
  z-index: 1;
  left: 0px;
  bottom: 0px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  font-size: 28px;
  color: #ffffff;
  text-align: left;
}

.interview_more {
  float: left;
  width: 150px;
  height: 40px;
  font-size: 20px;
  color: #0075a9;
  background-color: #ffffff;
  line-height: 40px;
  border-radius: 20px;
  text-align: center;
  cursor: pointer;
  margin-top: 30px;
}

.interview_more:hover {
  color: #ffffff;
  background-color: #0075a9;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}


.page-wrap {
  float: left;
  width: 100%;
  margin-top: 100px;
  padding-bottom: 300px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.gauge-wrapper {
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  backface-visibility: hidden;
  perspective: 1000;
}

.gauge2,
.gauge1,
.gauge3 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 800px;
}

.gauge1 {
  z-index: 1;
}



.box-wrap {
  height: 450px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.box_bg1 {
  transition: 0s all;
  top: 0px;
  left: 50%;
  margin-left: -440px;
  z-index: 0;
  position: absolute;
  width: 800px;
  height: 800px;
  border: 60px solid #0d2c46;
  border-radius: 50%;
  clip: rect(0, 920px, 450px, 0px);
  -webkit-transform: rotate(360deg);
}

.box {
  transition: 4s all;
  top: 0px;
  left: 50%;
  margin-left: -440px;
  z-index: 1;
  position: absolute;
  width: 800px;
  height: 800px;
  border: 60px solid #ccfff4;
  border-radius: 50%;
  clip: rect(0, 920px, 450px, 0px);
  -webkit-transform: rotate(-180deg);
  transition-delay: 2s;
}




.gauge2 {
  top: 70px;
  left: 70px;
  z-index: 2;
}

.gauge2 .box {
  border: 60px solid #d6ff73;
  width: 660px;
  height: 660px;
  clip: rect(0, 880px, 400px, 0px);
}

.gauge2 .box-wrap {
  height: 380px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.box_bg2 {
  transition: 0s all;
  top: 0px;
  left: 50%;
  margin-left: -440px;
  z-index: 0;
  position: absolute;
  width: 660px;
  height: 660px;
  border: 60px solid #0d3f46;
  border-radius: 50%;
  clip: rect(0, 880px, 400px, 0px);
  -webkit-transform: rotate(360deg);
}


.gauge3 {
  top: 140px;
  left: 140px;
  z-index: 3;
}

.gauge3 .box {
  border: 60px solid #f3e916;
  width: 520px;
  height: 520px;
  clip: rect(0, 640px, 350px, 0px);
}

.gauge3 .box-wrap {
  height: 310px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.box_bg3 {
  transition: 0s all;
  top: 0px;
  left: 50%;
  margin-left: -440px;
  z-index: 0;
  position: absolute;
  width: 520px;
  height: 520px;
  border: 60px solid #0d4639;
  border-radius: 50%;
  clip: rect(0, 640px, 350px, 0px);
  -webkit-transform: rotate(360deg);
}

.info_box {
  width: 180px;
  height: 100px;
  position: absolute;
  cursor: pointer;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  border: #ffffff 1px solid;
  border-radius: 10px;
}

.info_box .info_short {
  position: absolute;
  width: 180px;
  height: 100px;
  font-size: 16px;
  line-height: 1.2;
  color: #ffffff;
  z-index: 0;
  top: 20px;
  left: 0px;
  opacity: 1;
}

.info_box .info_short span {
  display: inline-block;
  font-size: 40px;
}

.info_box .info_short .icon {
  display: none;
  width: 20px;
}

.info_box .info_txt {
  position: absolute;
  width: 180px;
  height: 100px;
  top: 0px;
  left: 0px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 10px 0px 10px;
  display: flex;
  justify-content: left;
  align-items: center;
  text-align: left;
  font-size: 16px;
  color: #0d2c46;
  z-index: 1;
  opacity: 0;
}

.info_box:hover {
  background-color: #ffffff;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.info_box:hover .info_short {
  opacity: 0;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.info_box:hover .info_txt {
  opacity: 1;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.po1 {
  top: 0px;
  left: 0px;
}

.po2 {
  right: 0px;
  top: 0px;
}

.po3 {
  top: 100px;
  right: 30px;
}

.chart_line1 {
  position: absolute;
  width: 219px;
  right: -215px;
  top: 50%;
}

.chart_line2 {
  position: absolute;
  width: 174px;
  left: -172px;
  top: 50%;
}

.chart_line3 {
  position: absolute;
  width: 174px;
  left: -172px;
  top: 50%;
}

.history_review_wrap {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 50px;
}

.history_video_wrap {
  display: inline-block;
  vertical-align: top;
  width: 560px;
  margin-top: 50px;
}

.history_video_wrap h2 {
  font-size: 30px;
  color: #ffffff;
  font-weight: bold;
  text-align: left;
}

.history_video_wrap p {
  font-size: 18px;
  color: #ffffff;
  text-align: left;
  margin-top: 10px;
}

.videowrapper {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  margin-top: 10px;
}

.videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.history_article_wrap {
  display: inline-block;
  vertical-align: top;
  width: 470px;
  margin-left: 40px;
}

.history_article_item {
  float: left;
  width: 100%;
  display: table;
  cursor: pointer;
  margin-top: 10px;
}


.history_article_item:hover {
  opacity: .7;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.history_article_item .cover {
  display: table-cell;
  vertical-align: middle;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  overflow: hidden;
  cursor: pointer;
}

.history_article_item .cover img {
  width: 100%;
}

.history_article_item .num {
  display: table-cell;
  vertical-align: top;
  width: 30px;
  text-align: center;
  font-size: 14px;
  color: #d4ffff;
}

.history_article_item .des {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 5px;
  border-bottom: #ffffff 1px solid;
  position: relative;
  font-size: 20px;
  color: #fffefe;
  line-height: 1.4;
  cursor: pointer;
}

.history_article_item .des h2 {
  display: inline-block;
  width: 100%;
  font-weight: bold;
  font-size: 24px;
  color: #d4ffff;
}




.stratage_wrap {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  text-align: left;
}

.stratage_wrap_item {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  cursor: pointer;
  margin: 10px;
  background-color: #ffffff;
  /* border-radius: 24px; */
  overflow: hidden;
}


.stratage_wrap_item:hover {
  opacity: .7;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.stratage_wrap_item .cover {
  float: left;
  width: 100%;
}

.stratage_wrap_item .des {
  float: left;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 0 10px 10px ;
  display: flex;
  justify-content: flex-end;
}

.stratage_wrap_item .des .moreBtn {
  height: 37px;
}

.stratage_wrap_item .des h2 {
  float: left;
  width: 100%;
  text-align: left;
  font-size: 20px;
  color: #5b5b5b;
}




.report_news_hl {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 50px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px;
}

.report_news_info {
  display: inline-block;
  vertical-align: middle;
  width: 46%;
  text-align: left;
}

.report_news_info h2 {
  float: left;
  width: 100%;
  font-size: 28px;
  color: #1c3b3b;
  font-weight: bold;
}

.report_news_info p {
  float: left;
  width: 100%;
  font-size: 20px;
  color: #ffffff;
  margin-top: 10px;
}

.report_news_info_spec {
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  margin-left: 30px;
  margin-right: 30px;
  height: 70px;
  background-color: #f6f2ae;
}

.report_news_info_cover {
  display: inline-block;
  vertical-align: middle;
  width: 46%;
  border-radius: 30px;
  overflow: hidden;
}

.report_news_info_cover img {
  float: left;
  width: 100%;
}


.report_news_hl a:hover {
  opacity: .7;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.report_news_list {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 40px;
}

.report_news_item {
  display: inline-block;
  width: 30%;
  background-color: #ffffff;
  border-radius: 30px;
  overflow: hidden;
  margin: 10px;
}


.report_news_item .cover {
  float: left;
  width: 100%;
}

.report_news_item_des {
  float: left;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  text-align: left;
  font-size: 20px;
  color: #5b5b5b;
  height: 120px;
}

.report_news_item a {
  float: left;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  text-align: left;
  font-size: 20px;
  color: #000000;
  background-image: url('../images/plus_001.png');
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: right 20px center;
  border-top: #000 1px solid;
}

.report_news_item a:hover {
  opacity: .7;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}


.ceremony_des {
  display: inline-block;
  width: 100%;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  line-height: 1.7;
}

.ceremony_feature {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.ceremony_f {
  display: inline-block;
  width: 240px;
  vertical-align: top;
  text-align: center;
  margin: 0px 0px 0px 0px;
}

.ceremony_f .num {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 103px;
  font-weight: bold;
  background: #2796C3;
  background: linear-gradient(to top, #4BA4B5 0%, #135C8D 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ceremony_f .num span {
  display: inline-block;
  font-size: 30px;
  font-weight: normal;
  background: #2796C3;
  background: linear-gradient(to top, #4BA4B5 0%, #135C8D 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ceremony_f p {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: #2a2a2a;
  margin-top: 10px;
}

.heightLight_flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px;
  box-sizing: border-box;
  overflow: hidden;
}

.heightLight_flex .card {
  width: 300px;
  height: 300px;
  position: relative;
  text-align: center;
  box-sizing: border-box;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}

.heightLight_flex .card img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  display: block;
  transform: translate(-50%, -50%) rotate(0deg);
  transform-origin: center center;
  animation: spin 8s linear infinite;
}
@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}


.heightLight_flex .card .card_t {
/* 看見AI與永續驅動下的產業新典範 */
font-weight: 700;
font-size: 24px;
line-height: 1.2;
text-align: center;
color: #000000;
}
.heightLight_flex .card .card_des {
font-weight: 400;
font-size: 18px;
line-height: 1.6;
text-align: center;
color: #151515;
}




.agenda_content {
  display: inline-block;
  width: 100%;
}


.agenda_head {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.agenda_head .des {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  text-align: center;
}

.agenda_head .des h2 {
  display: inline-block;
  text-align: center;
  width: 100%;
  font-size: 40px;
  color: #004B6E;
  font-weight: bold;
  margin-bottom: 30px;
}

.agenda_head .des p {
  display: inline-block;
  width: 100%;
  font-size: 18px;
  color: #151515;
  line-height: 1.7;
  text-align: left;
  margin-top: 40px;
  margin-bottom: 40px;
}

.event_wrap {
  display: inline-table;
  width: 486px;
}

.event_wrap .icon {
  display: table-cell;
  vertical-align: middle;
  width: 288px;
}

.event_detail {
  display: table-cell;
  vertical-align: middle;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* padding-left: 40px; */
}

.event_detail .event_title {
  display: inline-block;
  width: 100%;
  text-align: left;
}

.event_detail .event_title .icon {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  margin-right: 10px;
}

.event_detail .event_title span {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  font-weight: bold;
  color: #004B6E;
}

.event_detail .event_des {
  display: inline-block;
  width: 100%;
  font-size: 18px;
  color: #151515;
  text-align: left;
  margin-top: 10px;
}

.event_sep {
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #EEEEEE;
  margin-top: 10px;
  margin-bottom: 10px;
}



.agenda_table_wrap {
  display: inline-block;
  width: 800px;
  margin-top: 60px;
}



.ag_th {
  float: left;
  width: 100%;
  line-height: 1.5;
  text-align: center;
  font-size: 32px;
  color: #ffffff;
  font-weight: bold;
  border-radius: 24px;
  margin-bottom: 10px;
  background: linear-gradient(103.02deg, #4BA4B5 15.77%, #135C8D 99.78%);
}

.ag_th.orange_bg {
  background: #FB826A;
}

.agenda_table_box {
  float: left;
  width: 100%;
  /* background-color: #F7F7F8; */
  border-radius: 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 64px;
}

.agenda {
  float: left;
  width: 100%;
}

.agenda tbody tr {
  border-left: 1px solid #000;
}

.agenda tbody tr td {
  /* border-bottom: #9E9E9E 1px solid; */
}

.agenda tbody tr.noborder td {
  border-bottom: none;
}


.agenda tr td {
  font-size: 20px;
  color: #000000;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 500;
}

.agenda tr td:first-child {
  width: 150px;
  padding-left: 20px;
  font-weight: 400;

}

.agenda tr td p {
  font-size: 18px;
  font-weight: 400;
}


.agenda td span {
  display: inline-block;
  width: 100%;
  font-weight: bold;
  font-size: 20px;
  color: #FC6749;
  font-weight: 400;
}

.agenda td span.ag_type {
  color: #4BA4B5;
}

.ag_spec {
  float: left;
  width: 100%;
  line-height: 60px;
  text-align: center;
  font-size: 20px;
  color: #004B6E;
  font-weight: bold;
  border-radius: 16px;
  margin-bottom: 10px;
  background-color: #ADE0EB;
}


.section_guest .mid_content {
  width: 100%;
  max-width: 1285px;
}

.guest_wrap {
  float: left;
  width: 100%;
  text-align: center;
}

.guest {
  display: inline-block;
  vertical-align: top;
  width: 240px;
  margin: 7px;
  text-align: center;
  position: relative;
  /* background-image: url(../images/guest_card_bg.png); */
  /* background-size: cover; */
}

.guest .cover {
  display: inline-block;
  width: 100%;
}

.guest .textPosition {
  /* position: absolute; */
  left: 0;
  bottom: 0;
  width: 100%;
}

.guest p {
  /* text-shadow: 0 0 5px #000; */
}

.guest .name {
  width: 100%;
  font-size: 24px;
  color: #000;
  font-weight: bold;
  margin-top: 10px;
  text-align: center;
}

.guest .dash {
  color: #000;
  font-size: 20px;
}

.guest .title {
  width: 100%;
  font-size: 18px;
  color: #000;
  text-align: center;
  margin-bottom: 20px;
}
.guest .title span {
  font-size: 14px;
}

.blue_txt {
  color: #004B6E !important;
}

.blue_txt2 {
  color: #4BA4B5 !important;
}



.form_wrap {
  display: inline-block;
  width: 800px;
}


#registeration {
  overflow: hidden;
}

.signup_form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  align-items: center;
}

.signup .mid_content {
  width: 100%;
  max-width: 800px;
}

.signup_warning {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #FF7A7A;
}

.signup_item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
}

.error-message {
  width: 100%;
  text-align: left;
  font-size: 14px;
  color: #f00;
  padding-top: 5px;

}

.signup_item label span {
  color: #FF7A7A;
}

.signup_item label {
  width: 100%;
  text-align: left;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0%;
}

.signup_item input {
  border-radius: 50px;
  border: 1px solid #9E9E9E;
  background-color: #F7F7F8;
  font-size: 20px;
  padding: 10px;
}

.agree .remark {
  padding-top: 30px;
}

.agree .remark a {
  color: #004b6e;
  text-decoration: underline;
  cursor: pointer;
}

.signup .remind {
  font-family: Noto Sans TC;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #004B6E;
  margin: 30px 0;

}

.signup .agree li {
  text-align: left;
  padding: 5px 0;
}


.signup ol {
  float: left;
  width: 100%;
}


.signup ol li{
  margin-left: 20px;
}

.signup button {
  width: 128px;
  height: 48px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #9E9E9E;
  color: #fff;
  border: unset;
}

.signup button:active {
  background-color:#131415;
}

.campaign-form-wrap .campaign-popup {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(55, 58, 62, 0.5);
      opacity: 0;
      visibility: hidden;
      z-index: 998;
    }

    .campaign-form-wrap .campaign-popup.active {
      opacity: 1;
      visibility: visible;
    }

    .campaign-form-wrap .campaign-popup .popup-box {
      position: absolute;
      z-index: -1;
      width: 100%;
      max-width: 320px;
      padding: 24px 32px;
      background-color: #FFFFFF;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      row-gap: 8px;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: opacity 0.2s ease-in-out;
      transition: opacity 0.2s ease-in-out;
    }

    .campaign-form-wrap .campaign-popup .popup-box.active {
      position: static;
      z-index: 1;
      opacity: 1;
      visibility: visible;
    }

    .campaign-form-wrap .campaign-popup .popup-box .popup-button {
      margin-top: 16px;
    }

    .campaign-form-wrap .campaign-popup .popup-box .popup-title {
      font-size: 18px;
      font-weight: 500;
      color: #131415;
      line-height: 27px;
    }

    .campaign-form-wrap .campaign-popup .popup-box .popup-content {
      font-size: 15px;
      font-weight: 500;
      color: #373A3E;
      line-height: 21px;
    }

    .campaign-form-wrap .campaign-popup .popup-box .popup-content a {
      display: inline-block;
      color: #373A3E;
      text-decoration: underline;
    }

    .campaign-form-wrap .campaign-popup .popup-box .popup-content {
      text-align: center;
    }




.form_note_title {
  display: inline-block;
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  color: #004B6E;
  margin-top: 50px;
}

.form_note {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 30px;
}

.form_note li {
  list-style-type: decimal;
  list-style-position: outside;
  font-size: 18px;
  color: #131415;
  text-align: left;
  margin-left: 40px;
  margin-top: 10px;
}





.question_item {
  display: inline-block;
  width: 100%;
  margin-top: 30px;
  border-bottom: #ffffff 1px solid;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 10px;
}

.question_item .q {
  float: left;
  text-align: left;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 24px;
  color: #ffffff;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  padding-right: 20px;
}


.question_item .q .mark {
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 32px;
  color: #ffffff;
  font-weight: bold;
}

.question_item .q span {
  font-size: 32px;
}

.question_item .a {
  display: none;
  float: left;
  text-align: left;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  color: #ffffff;
  line-height: 1.7;
  margin-top: 15px;
}

.question_item .a span {
  font-weight: 500;
}



.assessment_des {
  display: inline-block;
  width: 100%;
  font-size: 18px;
  color: #151515;
  line-height: 1.7;
}




.assessment_wrap {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.assessment_info {
  display: inline-block;
  vertical-align: middle;
  width: 800px;
  text-align: center;
  margin-top: 80px;
}

.assessment_info img {
  display: inline-block;
  vertical-align: middle;
  width: 210px;
}


.assessment_info_txt {
  display: inline-block;
  vertical-align: middle;
  width: 360px;
  text-align: center;
  margin-left: 100px;
}

.assessment_info h2 {
  display: inline-block;
  width: 100%;
  font-size: 24px;
  color: #004B6E;
  font-weight: bold;
  text-align: center;
}

.assessment_info p {
  display: inline-block;
  width: 100%;
  font-size: 18px;
  color: #151515;
  text-align: left;
  margin-top: 20px;
  line-height: 1.7;
}



.assessment_item_wrap {
  display: inline-block;
  vertical-align: middle;
  width: 800px;
  height: 58px;
  border-radius: 29px;
  overflow: hidden;
  background-color: #F7F7F8;
}

.assessment_item {
  float: left;
  width: calc(100% / 3);
  height: 58px;
  text-align: center;
}


.assessment_item .assessment_btn {
  float: left;
  width: 100%;
  height: 58px;
  line-height: 58px;
  text-align: center;
  font-size: 18px;
  color: #151515;
  cursor: pointer;
}

.assessment_item .assessment_btn:hover,
.assessment_item .assessment_btn.current {
  height: 58px;
  color: #ffffff;
  background-color: #004B6E;
}




.award_info {
  float: left;
  width: 100%;
  position: relative;
  z-index: 1;
  display: table;
}

.award_cover {
  display: table-cell;
  vertical-align: top;
  width: 40%;
  position: relative;
}

.award_des {
  display: table-cell;
  vertical-align: top;
  width: 60%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 50px 50px 50px;
  /* background: linear-gradient(103.02deg, #4BA4B5 15.77%, #135C8D 99.78%); */
}

.award_img {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}


.award_des_title {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 50px;
}

.award_des_mid {
  display: inline-block;
  width: 500px;
}

.award_list {
  float: left;
  width: 100%;
  margin-bottom: 50px;
}

.award_list:last-child {
  margin-bottom: 0px;
}


.award_list h2 {
  float: left;
  width: 100%;
  text-align: left;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: #ffffff 1px solid;
  background-image: url('../images/award_list_icon.png');
  background-position: top 6px left;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  padding-left: 40px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.award_list .award_list_des {
  float: left;
  width: 100%;
  text-align: left;
  font-size: 18px;
  color: #ffffff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 40px;
}



.award_company_wrap {
  float: left;
  width: 100%;
  text-align: center;
}

.award_search {
  display: inline-block;
  position: relative;
  width: 630px;
  height: 48px;
  border-radius: 24px;
  border: #9E9E9E 1px solid;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
}

.award_search .iconEnter {
  position: absolute;
  width: 19px;
  height: 16px;
  background-image: url('../images/right-arrow.png');
  background-repeat: no-repeat;
  background-size: 19px 16px;
  right: 20px;
  top: 16px;
  cursor: pointer;
  z-index: 1;
}

.award_search input {
  float: left;
  width: 570px;
  height: 46px;
  border: none;
  background: none;
  font-size: 16px;
  position: relative;
  z-index: 0;
}

.award_tags {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 630px;
  margin-top: 30px;
  text-align: center;
  
}



.award_tags .tage {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 29%;
  height: 82px;
  line-height: 40px;
  color: #004B6E;
  border: #135C8D 1px solid;
  margin: 10px;
  border-radius: 23px;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
}



.award_tags .tage.current,
.award_tags .tage:hover {
  color: #ffffff;
  background: linear-gradient(103.02deg, #4BA4B5 15.77%, #135C8D 99.78%);
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.award_wall_wrap {
  float: left;
  position: relative;
  z-index: 2;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 80px 20px;
  background-color: #F7F7F8;
}


.award_wall_wrap h3 {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 24px;
  color: #004B6E;
  font-weight: bold;
}



.award_wall {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.company {
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  justify-content: center;
  width: 23%;
  height: 90px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  margin: 5px;
  font-size: 14px;
  color: #004B6E;
  border-radius: 8px;
  background-color: #ffffff;
  flex-direction: column;
}

.company span {
  display: inline-block;
  width: 100%;
  color: rgb(173, 30, 30);
  text-align: center;
}



#FOOTER {
  float: left;
  position: relative;
  z-index: 2;
  width: 100%;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 20px 50px 20px;
  background-color: #004B6E;
}



.copyright {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
}



@media screen and (max-width: 1340px) {


  .page-wrap {
    float: left;
    width: 100%;
    margin-top: 100px;
    padding-bottom: 300px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    transform: scale(0.8);
  }

  .chart_line1 {
    position: absolute;
    width: 100px;
    right: -100px;
    top: 50%;
  }

  .chart_line2 {
    position: absolute;
    width: 120px;
    left: -120px;
    top: 50%;
  }

  .chart_line3 {
    position: absolute;
    width: 120px;
    left: -120px;
    top: 50%;
  }


  .history_line_wrap {
    float: none;
    display: inline-block;
    width: 700px;
    position: relative;
    margin-top: 50px;
  }

  .history_left {
    position: absolute;
    left: -50px;
    top: 110px;
    width: 50px;
    cursor: pointer;
    z-index: 2;
  }

  .history_right {
    position: absolute;
    right: -50px;
    top: 110px;
    width: 50px;
    cursor: pointer;
    z-index: 2;
  }

}


@media screen and (max-width: 1180px) {




  .mid_content {
    display: inline-block;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 1;
  }


  .milestone_des {
    font-size: 30px;
    color: #ffffff;
  }

  .milestone_wrap {
    float: none;
    display: inline-block;
    width: 720px;
    text-align: center;

  }

  .milestone_item {
    float: left;
    width: 240px;
    height: 240px;
    border-radius: 120px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: #ffffff 1px solid;
    position: relative;
    cursor: pointer;
  }

  .milestone_item span.big {
    font-size: 60px;
    font-weight: bold;
    background: #92EBF3;
    background: linear-gradient(to top, #92EBF3 0%, #E3F5F6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }


  .milestone_item .short {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: table;
    font-size: 20px;
    color: #ffffff;
    opacity: 1;
  }



  .milestone_item .intro {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    border-radius: 170px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #5a4848;
    text-align: left;
    top: 0px;
    left: 0px;
    opacity: 0;
  }


  .history_article_wrap {
    display: inline-block;
    vertical-align: top;
    width: 470px;
    margin-left: 0px;
    margin-top: 40px;
  }



  .article_clr_wrap .article_clr_item {
    display: inline-block;
    width: 96%;
    background-color: #ffffff;
    border-radius: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 80px 20px 20px;
    position: relative;
  }

}

@media screen and (max-width:1085px) {

  .NAV_btn_wrap {
    display: block;
    position: fixed;
    width: 60px;
    top: 25px;
    right: 10px;
    z-index: 4;
  }


  #NAV {
    display: inline-block;
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0px;
    top: -100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    margin: 0px 0px 0px 0px;
    background-color: #2186b1;
    -moz-transition: ease-in-out 0.3s;
    -o-transition: ease-in-out 0.3s;
    -webkit-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
  }


  #NAV.reveal {
    top: 0%
  }


  nav {
    display: inline-block;
    width: 100%;
    height: auto;
    background-color: #2186b1;
    border-radius: 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    padding-top: 0px;
    margin-top: 50px;
  }

  nav .btn {
    display: inline-block;
    width: 100%;
    cursor: pointer;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 30px 10px 30px;
    text-align: center;
    line-height: 20px;
    font-size: 16px;
    color: #ffffff;
    position: relative;
    border-left: none;
  }

  nav .btn:first-child {
    border-left: none;
  }



  nav .history_btn {
    display: inline-block;
    cursor: pointer;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 30px 10px 30px;
    text-align: center;
    font-size: 16px;
    border-left: none;
    color: #ffffff;
    position: relative;
  }

  .history_btn:hover {
    color: #004B6E;
    -moz-transition: ease-in-out 0.3s;
    -o-transition: ease-in-out 0.3s;
    -webkit-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
  }



  .history {
    display: inline-block;
    position: relative;
    z-index: 1;
    width: 100%;
    left: 0px;
    top: 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 10px;
  }



  .history a {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 0px 8px 0px;
    background-color: #004B6E;
    border-bottom: #ffffff 1px solid;
  }

  .history a:last-child {
    border-radius: 0px 0px 0px 0px;
    border-bottom: none;
  }

  .history a:hover {
    color: #debe5c;
    -moz-transition: ease-in-out 0.3s;
    -o-transition: ease-in-out 0.3s;
    -webkit-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
  }





}



@media screen and (max-width: 960px) {



  .kv_slogan {
    display: inline-block;
    width: 90%;
  }



  .kv_des {
    text-align: center;
    font-weight: normal;
    font-size: 18px;
    color: #ffffff;
    margin-top: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 40px;
    gap: 10px;
    margin-top: 40px;
    width: 90%;
    background: linear-gradient(180deg, #1D6881 0%, rgba(29, 104, 129, 0.5) 98%, rgba(29, 104, 129, 0) 100%);
    border-radius: 16px;

  }






  .assessment_info {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    margin-top: 80px;
  }




  .assessment_info_txt {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    margin-left: 0px;
    margin-top: 30px;
  }







  .assessment_info {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    margin-top: 80px;
  }


  .assessment_item .assessment_btn {
    float: left;
    width: 100%;
    height: 58px;
    line-height: 58px;
    text-align: center;
    font-size: 18px;
    color: #151515;
    cursor: pointer;
  }

  .assessment_item_wrap {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 58px;
    border-radius: 29px;
    overflow: hidden;
    background-color: #F7F7F8;
  }





  .award_search {
    display: inline-block;
    width: 100%;
    height: 48px;
    border-radius: 24px;
    border: #9E9E9E 1px solid;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
  }

  .award_search input {
    float: left;
    width: 90%;
    height: 46px;
    border: none;
    background: none;
    font-size: 16px;
  }

  .award_tags {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
    text-align: center;
  }



  .award_tags .tage {
    display: inline-block;
    width: 44%;
    height: 46px;
    line-height: 44px;
    color: #004B6E;
    border: #135C8D 1px solid;
    margin: 5px;
    border-radius: 23px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
  }




  .award_wall_wrap {
    float: left;
    position: relative;
    z-index: 2;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 80px 20px;
    background-color: #F7F7F8;
  }


  .award_wall_wrap h3 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 24px;
    color: #004B6E;
    font-weight: bold;
  }



  .award_wall {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }

  .company {
    display: inline-flex;
    vertical-align: top;
    align-items: center;
    justify-content: center;
    width: 46%;
    height: 150px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    margin: 2px;
    font-size: 14px;
    color: #004B6E;
    border-radius: 8px;
    background-color: #ffffff;
  }



  .form_wrap {
    display: inline-block;
    width: 100%;
  }

  .event_wrap {
    display: inline-table;
    width: 100%;
  }

  .event_wrap .icon {
    display: table-cell;
    vertical-align: middle;
    width: 80px;
  }



  .agenda_table_wrap {
    display: inline-block;
    width: 100%;
    margin-top: 60px;
  }




  .agenda_table_box {
    float: left;
    width: 100%;
    background-color: #F7F7F8;
    border-radius: 16px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 32px;
  }


  .agenda tr td:first-child {
    width: 70px;
  }






  .history_line_wrap {
    float: none;
    display: inline-block;
    width: 80%;
    position: relative;
    margin-top: 50px;
  }

  .spon_group_img {
    display: inline-block;
    width: 100%;
  }








  .page-wrap {
    float: none;
    display: inline-block;
    width: 100%;
    margin-top: 100px;
    padding-bottom: 100px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    transform: scale(1);
  }

  .gauge-wrapper {
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    backface-visibility: hidden;
    perspective: 1000;
  }

  .gauge2,
  .gauge1,
  .gauge3 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 150px;
  }

  .gauge1 {
    z-index: 1;
  }



  .box-wrap {
    height: 150px;
    width: 100%;
    overflow: hidden;
    position: relative;
  }

  .box_bg1 {
    transition: 0s all;
    top: 0px;
    left: 50%;
    margin-left: -200px;
    z-index: 0;
    position: absolute;
    width: 300px;
    height: 300px;
    border: 40px solid #0d2c46;
    border-radius: 50%;
    clip: rect(0, 680px, 350px, 0px);
    -webkit-transform: rotate(360deg);
  }

  .box {
    transition: 4s all;
    top: 0px;
    left: 50%;
    margin-left: -200px;
    z-index: 1;
    position: absolute;
    width: 300px;
    height: 300px;
    border: 40px solid #ccfff4;
    border-radius: 50%;
    clip: rect(0, 680px, 200px, 0px);
    -webkit-transform: rotate(-180deg);
  }




  .gauge2 {
    top: 50px;
    left: 50px;
    z-index: 2;
  }

  .gauge2 .box {
    border: 40px solid #d6ff73;
    width: 200px;
    height: 200px;
    clip: rect(0, 480px, 100px, 0px);
  }

  .gauge2 .box-wrap {
    height: 100px;
    width: 100%;
    overflow: hidden;
    position: relative;
  }

  .box_bg2 {
    transition: 0s all;
    top: 0px;
    left: 50%;
    margin-left: -200px;
    z-index: 0;
    position: absolute;
    width: 200px;
    height: 200px;
    border: 40px solid #0d3f46;
    border-radius: 50%;
    clip: rect(0, 480px, 200px, 0px);
    -webkit-transform: rotate(360deg);
  }


  .gauge3 {
    top: 100px;
    left: 100px;
    z-index: 3;
  }

  .gauge3 .box {
    border: 40px solid #f3e916;
    width: 100px;
    height: 100px;
    clip: rect(0, 280px, 100px, 0px);
  }

  .gauge3 .box-wrap {
    height: 50px;
    width: 100%;
    overflow: hidden;
    position: relative;
  }

  .box_bg3 {
    transition: 0s all;
    top: 0px;
    left: 50%;
    margin-left: -200px;
    z-index: 0;
    position: absolute;
    width: 100px;
    height: 100px;
    border: 40px solid #0d4639;
    border-radius: 50%;
    clip: rect(0, 280px, 200px, 0px);
    -webkit-transform: rotate(360deg);
  }

  .info_box {
    width: 120px;
    height: 80px;
    position: absolute;
    cursor: pointer;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    border: #ffffff 1px solid;
    border-radius: 10px;
  }

  .info_box .info_short {
    position: absolute;
    width: 120px;
    height: 80px;
    font-size: 12px;
    line-height: 1.2;
    color: #ffffff;
    z-index: 0;
    top: 20px;
    left: 0px;
    opacity: 1;
  }

  .info_box .info_short span {
    display: inline-block;
    font-size: 20px;
  }


  .info_box .info_txt {
    position: absolute;
    width: 120px;
    height: 80px;
    top: 0px;
    left: 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 10px 0px 10px;
    display: flex;
    justify-content: left;
    align-items: center;
    text-align: left;
    font-size: 12px;
    color: #0d2c46;
    z-index: 1;
    opacity: 0;
  }

  .info_box:hover {
    background-color: #ffffff;
    -moz-transition: ease-in-out 0.3s;
    -o-transition: ease-in-out 0.3s;
    -webkit-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
  }

  .info_box:hover .info_short {
    opacity: 0;
    -moz-transition: ease-in-out 0.3s;
    -o-transition: ease-in-out 0.3s;
    -webkit-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
  }

  .info_box:hover .info_txt {
    opacity: 1;
    -moz-transition: ease-in-out 0.3s;
    -o-transition: ease-in-out 0.3s;
    -webkit-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
  }

  .po1 {
    top: -40px;
    left: 50%;
    margin-left: -240px;
  }

  .po2 {
    right: 50%;
    margin-right: -180px;
    top: -90px;
  }

  .po3 {
    top: -50px;
    right: 50%;
    margin-right: -180px;
  }

  .chart_line1 {
    position: absolute;
    width: 100px;
    right: -100px;
    top: 50%;
  }

  .chart_line2 {
    position: absolute;
    width: 120px;
    left: -120px;
    top: 50%;
  }

  .chart_line3 {
    position: absolute;
    width: 120px;
    left: -120px;
    top: 50%;
  }





  .history_video_wrap {
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }



  .history_article_wrap {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-left: 0px;
    margin-top: 40px;
  }



  .history_article_item .cover {
    display: table-cell;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    overflow: hidden;
    cursor: pointer;
  }

  .history_article_item .des {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 5px;
    border-bottom: #ffffff 1px solid;
    position: relative;
    font-size: 16px;
    color: #fffefe;
    line-height: 1.4;
    cursor: pointer;
  }

  .history_article_item .des h2 {
    display: inline-block;
    width: 100%;
    font-weight: bold;
    font-size: 20px;
    color: #d4ffff;
  }






  .report_news_info {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    text-align: left;
  }

  .report_news_info h2 {
    float: left;
    width: 100%;
    font-size: 28px;
    color: #1c3b3b;
    font-weight: bold;
  }

  .report_news_info p {
    float: left;
    width: 100%;
    font-size: 20px;
    color: #ffffff;
    margin-top: 10px;
  }

  .report_news_info_spec {
    display: none;
    vertical-align: middle;
    width: 1px;
    margin-left: 30px;
    margin-right: 30px;
    height: 70px;
    background-color: #f6f2ae;
  }

  .report_news_info_cover {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    border-radius: 30px;
    overflow: hidden;
    margin-top: 10px;
  }



  .report_news_item_des {
    float: left;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    text-align: left;
    font-size: 20px;
    color: #5b5b5b;
    min-height: 200px;
  }



  .album_wrap {
    display: inline-block;
    width: 100%;
  }






}




@media screen and (max-width: 680px) {



  .kv_slogan {
    display: inline-block;
    width: 90%;
  }



  .kv_des {
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    color: #ffffff;
    margin-top: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 20px;
    gap: 10px;
    margin-top: 40px;
    width: 96%;
    background: linear-gradient(180deg, #1D6881 0%, rgba(29, 104, 129, 0.5) 98%, rgba(29, 104, 129, 0) 100%);
    border-radius: 16px;

  }

  .kv_logo {
    position: absolute;
    z-index: 0;
    bottom: 0;
    right: 0px;
    width: 30%;
    z-index: 0;
  }





  .link {
    position: fixed;
    z-index: 10;
    width: 54px;
    bottom: 100px;
    right: 0px;
  }




  .award_info {
    float: none;
    width: 100%;
    position: relative;
    z-index: 1;
    display: inline-block;
  }

  .award_cover {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 700px;
    position: relative;
  }

  .award_des {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px 50px 50px 50px;
    background: linear-gradient(103.02deg, #4BA4B5 15.77%, #135C8D 99.78%);
  }



  .award_des_title {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 50px;
  }

  .award_des_mid {
    display: inline-block;
    width: 100%;
  }

  .award_list {
    float: left;
    width: 100%;
    margin-bottom: 50px;
  }

  .award_list:last-child {
    margin-bottom: 0px;
  }


  .award_list h2 {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: #ffffff 1px solid;
    background-image: url('../images/award_list_icon.png');
    background-position: top 6px left;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    padding-left: 40px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .award_list .award_list_des {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 18px;
    color: #ffffff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 40px;
  }






  .spog_wrap {
    float: left;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 20px 20px 20px 20px;
    background-color: #F7F7F8;
  }

  /* .spon_group_img{
	display: none;
} */

  .spong_item {
    display: inline-block;
    vertical-align: top;
    margin: 5px;
  }


  .spong_item span {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    color: #000000;
    margin-right: 10px;
  }

  .spong_item img {
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    margin: 5px;
  }









  .milestone_wrap {
    float: none;
    display: inline-block;
    width: 100%;
    text-align: center;

  }

  .milestone_item {
    float: none;
    display: inline-block;
    width: 280px;
    height: 280px;
    border-radius: 140px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: #ffffff 1px solid;
    position: relative;
    cursor: pointer;
  }

  .milestone_item span.big {
    font-size: 70px;
    font-weight: bold;
    background: #92EBF3;
    background: linear-gradient(to top, #92EBF3 0%, #E3F5F6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .stratage_wrap_item {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    cursor: pointer;
    margin: 10px 0px;
    background-color: #ffffff;
    border-radius: 24px;
    overflow: hidden;
  }



}


@media screen and (max-width: 480px) {


  .sec_title {
    float: left;
    width: 100%;
    font-size: 30px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
  }


  .assessment_item .assessment_btn {
    float: left;
    width: 100%;
    height: 58px;
    line-height: 58px;
    text-align: center;
    font-size: 12px;
    color: #151515;
    cursor: pointer;
  }


  .ceremony_des {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    color: #ffffff;
    line-height: 1.7;
  }



  .mb_hide {
    display: none;
  }

  .ceremony_f {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    text-align: center;
    margin: 10px 0px 10px 0px;
  }

  .ceremony_f .num {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 80px;
    font-weight: bold;
    background: #2796C3;
    background: linear-gradient(to top, #4BA4B5 0%, #135C8D 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }






  .guest {
    display: inline-block;
    vertical-align: top;
    width: 240px;
    margin: 20px 0px 20px 0px;
    text-align: center;
  }


  .history_line_wrap {
    float: none;
    display: inline-block;
    width: 76%;
    position: relative;
    margin-top: 50px;
  }



  .interview_intro {
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }


  .interview_intro .interview_title {
    float: left;
    color: #d4ffff;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
  }

  .interview_cover {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    position: relative;
    margin-left: 0px;
    margin-top: 20px;
  }

  .interview_cover p {
    width: 100%;
    position: absolute;
    z-index: 1;
    left: 0px;
    bottom: 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    font-size: 28px;
    color: #ffffff;
    text-align: left;
  }

  .article_clr_wrap .article_clr_item {
    display: inline-block;
    width: 96%;
    background-color: #ffffff;
    border-radius: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 50px 20px 20px;
    position: relative;
  }

  .clr_close {
    position: absolute;
    z-index: 1;
    top: 30px;
    right: 15px;
    width: 20px;
    cursor: pointer;
  }


  .article_scroll_content {
    float: left;
    width: 100%;
    max-height: 500px;
    overflow-y: scroll;
    text-align: left;
  }


  .article_h2 {
    font-size: 24px;
    font-weight: bold;
    color: #33332f;
    line-height: 1.4;
  }

  .article_date {
    font-size: 16px;
    color: #777770;
    margin-top: 5px;
  }

  .article_txt {
    font-size: 16px;
    color: #33332f;
    line-height: 1.4;
    margin-top: 10px;
  }

  .page-wrap {
    float: none;
    display: inline-block;
    width: 400px;
    margin-left: -20px;
    margin-top: 100px;
    padding-bottom: 100px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    transform: scale(1);
  }

  .info_box {
    width: 120px;
    height: 80px;
    position: absolute;
    cursor: pointer;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    border: #0075a9 1px solid;
    border-radius: 10px;
    background-color: #0075a9;
  }


  .po1 {
    top: -80px;
    left: 50%;
    margin-left: -180px;
  }

  .po2 {
    right: 50%;
    margin-right: -100px;
    top: -90px;
  }

  .po3 {
    top: -50px;
    right: 50%;
    margin-right: -70px;
  }

  .chart_line1 {
    position: absolute;
    width: 100px;
    right: -100px;
    top: 50%;
    display: none;
  }

  .chart_line2 {
    position: absolute;
    display: none;
    width: 120px;
    left: -120px;
    top: 50%;
  }

  .chart_line3 {
    position: absolute;
    display: none;
    width: 120px;
    left: -120px;
    top: 50%;
  }



  .report_news_hl {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 50px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px;
  }


  .report_news_info {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    text-align: left;
  }

  .report_news_info h2 {
    float: left;
    width: 100%;
    font-size: 28px;
    color: #1c3b3b;
    font-weight: bold;
  }

  .report_news_info p {
    float: left;
    width: 100%;
    font-size: 20px;
    color: #ffffff;
    margin-top: 10px;
  }

  .report_news_info_spec {
    display: none;
    vertical-align: middle;
    width: 1px;
    margin-left: 30px;
    margin-right: 30px;
    height: 70px;
    background-color: #f6f2ae;
  }

  .report_news_info_cover {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
    margin-top: 10px;
  }


  .report_news_list {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 40px;
  }

  .report_news_item {
    display: inline-block;
    width: 100%;
    background-color: #ffffff;
    border-radius: 30px;
    overflow: hidden;
    margin: 10px 0px 10px 0px;
  }


  .report_news_item .cover {
    float: left;
    width: 100%;
  }

  .report_news_item_des {
    float: left;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    text-align: left;
    font-size: 20px;
    color: #5b5b5b;
    min-height: 120px;
    height: auto;
  }

  .report_news_item a {
    float: left;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    text-align: left;
    font-size: 20px;
    color: #000000;
    background-image: url('../images/plus_001.png');
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: right 20px center;
    border-top: #000 1px solid;
  }

  .report_news_item a:hover {
    opacity: .7;
    -moz-transition: ease-in-out 0.3s;
    -o-transition: ease-in-out 0.3s;
    -webkit-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
  }


  .album_wrap .album_thumb img {
    float: left;
    width: 20%;
    cursor: pointer;
  }

}