@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;700&display=swap");
html {
  font-size: 10px;
}

.font_winblack {
  font-family: Arial, "pingfangsc-regular", "JhengHei", "微軟正黑體", "Helvetica", "sans-serif", "Apple LiGothic";
  font-weight: normal;
}

body {
  color: #333;
  font-weight: 200;
  font-family: "Noto Sans TC", "Geogia", "Times", "whz ming", "SimSun", "serif";
  text-shadow: #999 0.01em 0.01em 0.05em !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body a {
  color: #001391;
  outline: none;
}
body a:focus {
  outline: none;
}
body ul,
body li {
  list-style: none;
  padding: 0;
  font-family: "Noto Sans TC", "Geogia", "Times", "whz ming", "SimSun", "serif";
}
body ul.disc li {
  list-style-type: disc;
}
body h1 {
  margin: 0;
}
body h1,
body h2,
body h3 {
  font-family: "Noto Sans TC", "Geogia", "Times", "whz ming", "SimSun", "serif";
  font-weight: bold;
}
body .ml-15 {
  margin-left: -15px;
}
body .mr-15 {
  margin-right: -15px;
}
body .padding0 {
  padding: 0;
}
body .float-r {
  float: right;
}
body .mybtn {
  color: #fff;
  font-size: 1.7rem;
  text-align: center;
  padding: 8px 35px;
  border-radius: 0;
  font-weight: 100;
  white-space: normal;
}
body .mybtn.round {
  border-radius: 100px;
  font-weight: bold;
  letter-spacing: 2px;
}
body .mybtn.round.shadow1 {
  box-shadow: 2px 3px 0px 0px rgb(255, 255, 255);
}
body .mybtn.round.shadow2 {
  box-shadow: 2px 3px 0px 0px #00c2cc;
}
body .mybtn.fsizeL {
  font-size: 2rem;
  padding: 12px 50px;
}
body .mybtn.border {
  border: 1px solid #fff;
}
body .mybtn.black {
  background-color: #000;
}
body .mybtn.glay {
  background-color: #4a4a4a;
}
body .mybtn.blue {
  background-color: #001391;
}
body .mybtn.blue:hover {
  color: #fff;
  transition: all 0.5s;
}
body .mybtn.white {
  background-color: #efefef;
  color: #001391;
}
body .mybtn.small {
  width: 80px;
}
body .mybtn.solar_monitoring {
  float: right;
  width: auto;
  padding: 0 20px;
  margin-top: -10px;
}
@media all and (max-width: 767px) {
  body .mybtn.solar_monitoring {
    float: none;
    margin-top: 15px;
  }
}
body .center {
  margin: 15px;
  text-align: center;
}
body .more_phone {
  display: none;
  position: absolute;
  right: 18px;
  top: 25px;
}
body .more_phone svg {
  width: 30px;
  height: 30px;
  fill: #1b2387;
}
@media all and (max-width: 1198px) {
  body .more_phone {
    display: block;
    cursor: pointer;
  }
}

header {
  height: 112px;
  background-color: rgba(255, 255, 255, 0.95);
  border-bottom: 5px solid #141462;
  position: fixed;
  width: 100%;
  z-index: 11;
  top: 0;
}
@media all and (max-width: 767px) {
  header {
    height: 80px;
  }
}
header h1.logo {
  height: 64px;
  background-image: url(../images/new/logo.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  color: #fff;
  font-size: 2.2rem;
  text-indent: -9999px;
  font-weight: 400;
  width: 340px;
  max-width: calc(100vw - 70px);
  float: left;
}
@media all and (max-width: 767px) {
  header h1.logo {
    margin-top: 5px;
  }
}
header h1 a,
header h1 a:hover {
  color: #fff;
  text-decoration: none;
}

nav.header {
  overflow: auto;
  background-color: #d7dbe1;
  margin-bottom: 9px;
}
@media all and (max-width: 767px) {
  nav.header {
    display: none;
  }
}
nav.header ul > li {
  color: #333;
  float: right;
  font-weight: 300;
  font-size: 1.3rem;
  overflow: auto;
  padding: 5px 10px;
}
nav.header ul > li a {
  color: #333;
}
nav.header i {
  color: #001391;
}
nav.top {
  float: right;
}
@media all and (max-width: 1198px) {
  nav.top {
    display: none;
    float: none;
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
    background-color: #fefefe;
    padding: 5px;
    padding-bottom: 0;
    border-bottom: 5px solid #ccc;
    z-index: 1;
  }
  nav.top > ul {
    margin-bottom: 0;
  }
  nav.top > ul > li {
    float: none;
    padding: 12px 20px;
    color: #333;
    border-bottom: 1px solid #ccc;
    position: relative;
  }
  nav.top > ul > li:last-child {
    border: 0;
  }
  nav.top > ul > li > a {
    color: #333;
    border-right: 0;
  }
  nav.top > ul > li > a:hover {
    color: #333;
  }
  nav.top > ul > li > ul {
    position: relative;
    background-color: #fefefe;
    border: 0;
    font-size: 1.6rem;
    margin-top: 0;
  }
  nav.top > ul > li:hover ul {
    display: none;
  }
}
nav.top > ul {
  padding-top: 18px;
}
nav.top > ul > li {
  color: #fff;
  float: left;
  padding-bottom: 15px;
  font-weight: 300;
  font-size: 1.8rem;
  overflow: auto;
}
nav.top > ul > li:hover > .t20200604_ul {
  display: block;
}
nav.top > ul > li > .t20200604_ul {
  display: none;
  background-color: rgba(255, 255, 255, 0.95);
  padding-bottom: 15px;
}
nav.top > ul > li > .t20200604_ul li {
  padding: 7px 20px;
}
nav.top > ul > li > .t20200604_ul li a {
  font-weight: normal;
}
@media all and (max-width: 767px) {
  nav.top > ul > li {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 992px) {
  nav.top > ul > li {
    font-size: 1.5rem;
  }
}
nav.top > ul > li > a {
  display: inline-block;
  color: #111;
  padding: 0px 17px 20px;
}
nav.top > ul > li > a:hover {
  color: #333;
  text-decoration: none;
}
nav.top > ul > li:last-child > a {
  border: 0;
}
nav.top > ul > li:hover .box {
  display: block;
}
nav.top > ul > li > .box {
  position: fixed;
  display: none;
  background: rgba(25, 175, 196, 0.98);
  width: 100vw;
  min-height: 170px;
  left: 0;
  top: 111px;
  border-top: 5px solid rgba(25, 175, 196, 0.9);
}
nav.top > ul > li > .box h2 {
  width: 100%;
  font-size: 28px;
  text-align: right;
  margin-top: 40px;
  padding-right: 20px;
  border-right: 3px solid #fff;
}
nav.top > ul > li > .box h2 span {
  font-size: 18px;
  display: block;
  margin-top: 5px;
}
nav.top > ul > li > .box h3 {
  color: #333;
  font-weight: normal;
  font-size: 18px;
  margin: 3px 0 0 12px;
}
nav.top > ul > li > .box .container > .list {
  min-height: 170px;
  padding-top: 25px;
  padding-bottom: 25px;
}
nav.top > ul > li > .box .container > .col-md-9 > ul {
  display: block;
  width: 100%;
  overflow: auto;
  padding-left: 100px;
}
nav.top > ul > li > .box .container > .col-md-9 > ul > li {
  margin: 15px 0px 15px 45px;
  color: #333;
  width: 22%;
  float: left;
  line-height: 17px;
  height: 26px;
}
nav.top > ul > li > .box .container > .col-md-9 > ul > li a {
  display: inline-block;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 2px;
  padding: 0 5px 5px 5px;
  border-bottom: 1px solid #fff;
  border-left: 3px solid rgba(0, 0, 0, 0);
  transition: all 0.5s;
}
nav.top > ul > li > .box .container > .col-md-9 > ul > li a:hover {
  text-decoration: none;
  font-size: 18px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
nav.top > ul > li > .box .container > .investor > div > .row {
  margin-bottom: 18px;
}
nav.top > ul > li > .box .container > .investor > div a {
  color: #fff;
  font-size: 17px;
  border-bottom: 1px solid #fff;
  transition: 0.5s all;
}
nav.top > ul > li > .box .container > .investor > div a:hover {
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}
nav.top > ul > li > .box .container > .investor > div > ul > li {
  margin: 15px 2px 15px 0px;
  width: 100%;
}
nav.top > ul > li > .box .container > .investor > div .col-md-9 > ul > li,
nav.top > ul > li > .box .container > .investor > div .col-md-10 > ul > li {
  float: left;
  width: auto;
  min-width: 140px;
  padding: 0 15px 5px 0px;
}
nav.top > ul > li > .box .container > .investor > div .col-md-9 > ul > li a,
nav.top > ul > li > .box .container > .investor > div .col-md-10 > ul > li a {
  padding: 0 2px 0px 2px;
}
nav.top > ul > li > .box .container > .investor > div h3 {
  margin-left: 0;
  color: #fff;
  font-weight: bold;
  font-size: 17px;
}
nav.top > ul > li > .box .investor li {
  width: 100%;
}
nav.top_eng > ul > li > .box .container > .col-md-9 > ul {
  display: block;
  width: 100%;
  overflow: auto;
  padding-left: 100px;
}
nav.top_eng > ul > li > .box .container > .col-md-9 > ul > li {
  margin: 15px 0px 15px 0px;
  color: #333;
  width: 50%;
  float: left;
  line-height: 17px;
  height: 26px;
}
nav.phone {
  display: none;
  width: 100%;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 80px;
  background-color: #fff;
  background-color: #00c2cc;
  padding-top: 30px;
}
nav.phone > ul > li {
  width: 33.33%;
  background-color: #00c2cc;
  padding: 0 0 40px;
  float: left;
  text-align: center;
  font-weight: bold;
}
nav.phone > ul > li a {
  color: #fff;
  border-bottom: 1px solid #fff;
  font-size: 1.7rem;
}
nav.phone > ul > li.bottom {
  background-color: #d7dbe1;
  padding: 15px 0;
  color: #001391;
}
nav.phone > ul > li.bottom a {
  color: #001391;
  border-bottom: 0;
  line-height: 18px;
  display: inline-block;
}
nav.phone > ul > li.bottom a.line {
  border-right: 2px solid #001391;
  padding-right: 6px;
  margin-right: 2px;
}
nav.phone2021 {
  display: none;
  position: relative;
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  background-color: #00c2cc;
  color: #fff;
}
nav.phone2021 .box_close {
  vertical-align: middle;
  margin-left: 40px;
  overflow: auto;
}
nav.phone2021 .box_close.act {
  margin-left: 12px;
}
nav.phone2021 .box_close .icon {
  display: block;
  font-family: Verdana;
  font-size: 30px;
  float: left;
}
nav.phone2021 .box_close .text {
  display: block;
  font-weight: bold;
  line-height: 48px;
  padding-left: 10px;
  float: left;
}
nav.phone2021 .all {
  padding: 5px 0 0 40px;
}
nav.phone2021 .all > ul > li {
  font-size: 20px;
  padding: 12px 0;
}
nav.phone2021 .all > ul > li a {
  color: #fff;
}
nav.phone2021 .all > ul > li span {
  min-width: 150px;
  display: inline-block;
}
nav.phone2021 .all > ul > li .second {
  position: absolute;
  top: 0;
  left: 100%;
  background-color: #fff;
  width: calc(100% - 40px);
  height: 100vh;
  padding: 15px 0 15px 30px;
}
nav.phone2021 .all > ul > li .second.act {
  display: block;
}
nav.phone2021 .all > ul > li .second .back {
  font-size: 15px;
  color: #333;
}
nav.phone2021 .all > ul > li .second h2 {
  font-size: 24px;
  color: #333;
  font-weight: normal;
}
nav.phone2021 .all > ul > li .second .second_box {
  height: calc(100vh - 100px);
  overflow: auto;
}
nav.phone2021 .all > ul > li .second .second_box h3 {
  color: #333;
  font-weight: normal;
}
nav.phone2021 .all > ul > li .second .second_box > ul > li {
  font-size: 17px;
  padding: 12px 0;
  color: #333;
}
nav.phone2021 .all > ul > li .second .second_box > ul > li a {
  color: #333;
}

.home_item {
  padding: 15px 0;
}
.home_item p {
  font-size: 1.8rem;
  line-height: 1.5;
}
.home_item hr {
  margin: 40px 0;
  opacity: 0.7;
}
.home_item img {
  max-width: 100%;
}
.home_item h1 {
  font-size: 3rem;
  margin: 20px 0 30px;
  color: #001391;
  font-weight: bold;
  letter-spacing: 5px;
  text-align: center;
}
.home_item h1.white {
  color: #fff;
}
.home_item h1.white span {
  border-bottom: 2px solid #fff;
}
.home_item h1 span {
  border-bottom: 2px solid #141462;
}
.home_item h1.eng {
  letter-spacing: 0;
}
.home_item h2 {
  margin: 0;
  font-size: 1.8rem;
}
.home_item h2.sp {
  border: 1px solid #141462;
  border-left: 0;
  border-right: 0;
  padding: 10px 0;
  margin: 20px 0;
  color: #001391;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 2px;
}
.home_item h2.eng {
  letter-spacing: 0;
}
.home_item.s0 {
  margin-top: 10px;
  text-align: right;
  padding-bottom: 0;
}
.home_item.s0 .content {
  padding-top: 45px;
}
.home_item.s0 .pic {
  text-align: left;
}
.home_item.s0 .pic img {
  max-height: 380px;
}
.home_item.s0 li {
  display: inline-block;
  padding: 20px 15px;
}
.home_item.s0 li:last-child {
  padding-right: 0;
}
.home_item.s0 .tree {
  text-align: center;
  margin-top: 10px;
  width: 330px;
  float: right;
  border: 1px solid #bfe46e;
}
.home_item.s0 .tree .info {
  background-color: #bfe46e;
  padding: 8px 20px;
  font-size: 1.6rem;
}
.home_item.s0.n0129 {
  margin-top: 10px;
  text-align: left;
  padding-bottom: 0;
}
.home_item.s0.n0129 .content {
  position: absolute;
  left: 0;
  top: 80px;
  width: 33%;
  text-align: right;
}
.home_item.s0.n0129 .pic {
  position: relative;
}
.home_item.s0.n0129 .pic .img {
  text-align: center;
  float: left;
  width: 45%;
}
.home_item.s0.n0129 .pic img {
  max-height: 500px;
  margin-left: 5%;
  margin-bottom: 15px;
}
.home_item.s0.n0129 .items {
  float: left;
  width: 50%;
  max-width: 420px;
  text-align: left;
  margin: 80px 0 15px 20px;
}
.home_item.s0.n0129 .items h3 {
  font-weight: 200;
  font-size: 2rem;
  color: #fff;
  padding: 5px 10px;
  margin: 0px;
  background-color: #427a12;
}
.home_item.s0.n0129 .items h4 {
  font-weight: 200;
  font-size: 1.9rem;
  padding: 10px 15px 15px;
  border-bottom: 1px dashed #427B12;
  margin-bottom: 0;
  color: #427B12;
}
.home_item.s0.n0129 .items h4:last-child {
  border: none;
}
.home_item.s0.n0129 .items h4 i {
  width: 22px;
  text-align: center;
}
@media all and (max-width: 992px) {
  .home_item.s0.n0129 {
    overflow: hidden;
    margin-bottom: 15px;
  }
  .home_item.s0.n0129 .content {
    top: 0;
  }
  .home_item.s0.n0129 .items {
    top: 30px;
  }
  .home_item.s0.n0129 .items h3,
  .home_item.s0.n0129 .items h4 {
    font-size: 1.5rem;
  }
  .home_item.s0.n0129 .pic img {
    max-height: 300px;
  }
}
@media all and (max-width: 767px) {
  .home_item.s0.n0129 .content,
  .home_item.s0.n0129 .items {
    position: relative;
    width: 100%;
    text-align: left;
    margin-top: 0;
    margin-left: 0;
  }
  .home_item.s0.n0129 .pic .img {
    width: 100%;
    margin: 0;
    margin-bottom: -15px;
  }
  .home_item.s0.n0129 .pic .img img {
    margin: 0;
  }
}
.home_item.s1 {
  padding: 40px 0 50px;
  text-align: center;
}
.home_item.s1 .cont {
  max-width: 650px;
  margin: 0 auto;
}
.home_item.s2 {
  background-color: #1bafc5;
  padding-bottom: 30px;
  margin: 15px 0 0;
}
.home_item.s3 {
  background-color: #141462;
  padding-bottom: 30px;
  margin: 0;
}
.home_item.s3 .cont {
  max-width: 620px;
  margin: 0 auto;
  text-align: center;
  padding-top: 15px;
}
.home_item.s3 .cont .text1 {
  line-height: 1.8;
  color: #fff;
  font-size: 18px;
}
.home_item.s3 .cont .text2 {
  color: #b6b6b5;
  padding: 10px 0;
}
.home_item.s4 {
  padding-top: 0;
  margin-bottom: 50px;
}
.home_item.s4 .col_left {
  width: 35%;
  max-width: 100%;
  float: left;
}
.home_item.s4 .col_left .box {
  width: 240px;
  margin: 0 auto;
}
.home_item.s4 .col_left .phoneinfo {
  display: none;
}
.home_item.s4 .col_right {
  width: 771px;
  width: 65%;
  max-width: 100%;
  text-align: right;
  float: right;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.home_item.s4 h1 {
  padding: 40px 0 20px;
}
.home_item.s4 li {
  font-size: 2rem;
  padding: 7px;
}
@media all and (max-width: 767px) {
  .home_item.s4 h1 {
    padding: 10px 0 0;
    text-align: left;
  }
  .home_item.s4 li {
    font-size: 1.5rem;
  }
  .home_item.s4 .col_left {
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
    float: none;
    text-align: left;
    font-size: 1.8rem;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  .home_item.s4 .col_left .box {
    margin: 0;
  }
  .home_item.s4 .col_left ul {
    display: none;
  }
  .home_item.s4 .col_left .phoneinfo {
    display: block;
  }
  .home_item.s4 .col_left .col_left,
  .home_item.s4 .col_left .col_right {
    width: 100%;
  }
}
.home_item.s5 h1 {
  text-align: center;
}
.home_item.s5 li {
  width: 100%;
  margin-bottom: 10px;
}
.home_item.s5 li:nth-child(2) {
  margin: 0 0 10px 0;
}

.news_box .slick-prev:before {
  font-family: FontAwesome;
  content: "\f053";
  font-size: 3rem;
}
.news_box .slick-next:before {
  font-family: FontAwesome;
  content: "\f054";
  font-size: 3rem;
}
.news_box li {
  outline: none;
}
.news_box li .box {
  background-color: #fff;
  padding: 10px;
  padding-bottom: 5px;
  height: 378px;
  position: relative;
  margin-bottom: 15px;
  border-radius: 10px;
}
.news_box li .box p {
  font-size: 1.4rem;
  max-height: 80px;
  padding: 0;
  overflow: hidden;
}
@media all and (max-width: 767px) {
  .news_box li .box p {
    padding-top: 10px;
    max-height: 90px;
    overflow: hidden;
  }
}
.news_box li .box h2 {
  margin: 7px 0 5px;
  max-height: 52px;
  color: #333;
  font-size: 1.7rem;
  line-height: 1.4;
  font-weight: bold;
  padding: 0;
}
@media all and (max-width: 767px) {
  .news_box li .box h2 {
    max-height: inherit;
  }
}
.news_box li .box h2 a {
  color: #333;
}
.news_box li .box .img {
  display: block;
  padding-bottom: 75%;
  background-position: center center;
  background-size: cover;
  transition: 0.5s all;
}
.news_box li .box .img:hover {
  transform: scale(1.1);
  opacity: 0.95;
}
.news_box li .box .wrapper {
  width: 100%;
  height: 50%;
  overflow: hidden;
}
.news_box li .box .wrapper .info {
  position: absolute;
  left: 10px;
  top: 15px;
  padding: 4px 8px;
  background-color: #175db5;
  color: #fff;
  z-index: 10;
  font-weight: bold;
}
.news_box li .box .type {
  position: absolute;
  width: calc(100% - 20px);
  bottom: 8px;
  padding: 5px 2px 0;
  border-top: 1px solid #dedede;
  color: #777;
  height: 25px;
}
.news_box li .box .type .more {
  float: right;
  text-align: right;
}
.news_box li .box .type .mlogo {
  float: right;
  height: 18px;
  width: 120px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
}
.news_box li .box.list {
  padding: 0;
  border-radius: 0;
  height: auto;
  overflow: auto;
  margin-bottom: 30px;
}
.news_box li .box.list .wrapper .info {
  left: 0;
  top: 10px;
}
.news_box li .box.list .img {
  padding-bottom: 65%;
}
.news_box li .box.list h2 a {
  color: #001391;
  font-size: 2rem;
}
.news_box li .box.list p {
  font-size: 1.6rem;
}
.news_box li .box2 {
  background-color: #fff;
  padding: 10px;
  height: 360px;
  position: relative;
  margin-bottom: 30px;
}
.news_box li .box2 .img {
  display: block;
  padding-bottom: 100%;
  background-position: center center;
  background-size: cover;
  transition: 0.5s all;
}
.news_box li .box2 .img:hover {
  transform: scale(1.1);
  opacity: 0.95;
}
.news_box li .box2 .wrapper {
  width: 100%;
  overflow: hidden;
}
.news_box li .box2 .wrapper .info {
  position: absolute;
  left: 10px;
  top: 15px;
  padding: 4px 8px;
  background-color: #175db5;
  color: #fff;
  z-index: 10;
  font-weight: bold;
}
.news_box li .box2 h2 {
  margin: 10px 0;
  color: #333;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: bold;
  padding: 0;
}
.news_box li .box2 .box_bottom {
  position: absolute;
  bottom: 15px;
  width: calc(100% - 30px);
  height: 10px;
  background-color: #FE5E41;
}
.news_box.portfolio li .box {
  height: 290px;
  margin: 15px 0;
}
.news_box.portfolio li .box .type {
  border: 0;
  color: #078ca4;
  font-size: 1.7rem;
  bottom: 13px;
  font-weight: bold;
}
.news_box.portfolio li .box .type span {
  float: right;
  color: #999;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 2;
}
.news_box.portfolio li .box .wrapper {
  height: 67%;
}

.marqee_box {
  max-width: 100%;
  overflow: hidden;
  background-color: #141462;
  margin-top: 108px;
}
@media all and (max-width: 767px) {
  .marqee_box {
    margin-top: 80px;
  }
}
.marqee_box .header {
  position: absolute;
  color: #fff;
  height: 46px;
  line-height: 46px;
  font-size: 22px;
  padding: 0 15px;
  z-index: 1;
  margin-left: 50px;
}
@media all and (max-width: 767px) {
  .marqee_box .header {
    height: 36px;
    margin-left: 0;
    margin-top: -10px;
    font-size: 16px;
  }
}
.marqee_box .marqee {
  height: 46px;
  margin-left: 100px;
  overflow: hidden;
  position: relative;
  width: calc(100% - 100px);
  min-width: 740px;
}
@media all and (max-width: 767px) {
  .marqee_box .marqee {
    height: 36px;
    margin-left: 45px;
    margin-top: -5px;
  }
}
.marqee_box .marqee div {
  display: block;
  width: 200%;
  position: absolute;
  overflow: hidden;
  animation: marqee 15s linear infinite;
  line-height: 46px;
  font-size: 1.8rem;
  color: #fff;
}
@media all and (max-width: 767px) {
  .marqee_box .marqee div {
    line-height: 36px;
    font-size: 1.4rem;
  }
}
.marqee_box .marqee span {
  float: left;
  width: 50%;
}
@keyframes marqee {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}

.hero_post_index {
  max-width: 100vw;
  position: relative;
}
.hero_post_index .fbox {
  background-color: #eee;
  margin-bottom: 20px;
  max-width: 100vw;
}
.hero_post_index .swiper-pagination-bullet {
  background-color: rgba(54, 114, 185, 0);
  opacity: 0.7;
}
.hero_post_index .swiper-pagination-bullet-active {
  background-color: #001391 !important;
  opacity: 1;
}
.hero_post_index .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}
.hero_post_index .swiper-button-prev,
.hero_post_index .swiper-container-rtl .swiper-button-next {
  background-image: url(../images/new/icon_index_prev.svg);
}
.hero_post_index .swiper-button-next,
.hero_post_index .swiper-container-rtl .swiper-button-prev {
  background-image: url(../images/new/icon_index_next.svg);
}
@media all and (max-width: 767px) {
  .hero_post_index .swiper-button-next,
  .hero_post_index .swiper-button-prev {
    display: none;
  }
  .hero_post_index .swiper-button-next.eng,
  .hero_post_index .swiper-button-prev.eng {
    display: block;
  }
}
.hero_post_index h2 {
  position: absolute;
  top: 150px;
  color: #fff;
  font-size: 2.7rem;
  line-height: 1.5;
  font-weight: 400;
  cursor: pointer;
  max-width: 400px;
}
.hero_post_index h2 .more {
  float: right;
  padding: 6px 10px 4px;
  background-color: #333;
  color: #fff;
  font-size: 1.5rem;
  /*    font-weight: 200;*/
}
.hero_post_index h2 .subtitle {
  font-size: 17px;
  color: #333;
}
.hero_post_index h2 .content {
  font-size: 1.6rem;
  font-weight: 200;
  padding: 8px 0;
}
.hero_post_index h2#hero_p1 {
  right: 15%;
}
.hero_post_index li:nth-child(1) h2 {
  top: 170px;
  color: #333;
  padding: 8px 20px 10px;
  background-color: rgba(255, 255, 255, 0.75);
}
.hero_post_index li:nth-child(2) h2 {
  left: 10%;
  color: #333;
  padding: 8px 20px 10px;
  background-color: rgba(255, 255, 255, 0.7);
}
.hero_post_index li:nth-child(3) h2 {
  left: 10%;
  top: 150px;
  color: #333;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 5px 20px 10px;
}
.hero_post_index .box_pagination {
  width: 100%;
  height: 45px;
  background-color: rgba(25, 175, 196, 0.9);
  display: flex;
  justify-content: center;
}
.hero_post_index .box_pagination .container_pagination {
  display: flex;
  justify-content: space-between;
}
.hero_post_index .box_pagination .container_pagination:before, .hero_post_index .box_pagination .container_pagination:after {
  content: none;
}
.hero_post_index .box_pagination .index_pagination_title {
  font-weight: 400;
  color: #fff;
  font-size: 2rem;
  line-height: 45px;
}
.hero_post_index .button_box {
  z-index: 1;
  position: relative;
}
.hero_post_index .button_box .item {
  float: left;
  padding: 0 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  /*    margin: 10px 0;*/
  color: #fff;
  font-size: 1.6rem;
  cursor: pointer;
  height: 45px;
  line-height: 45px;
  width: 180px;
  max-width: 13vw;
  border-radius: 0;
  background-color: rgb(25, 175, 196);
  opacity: 1;
  font-weight: bold;
}
.hero_post_index .button_box.eng .item {
  width: auto;
  max-width: inherit;
  font-size: 1.3rem;
}
.hero_post_index .button_box > div:last-child, .hero_post_index .button_box > span:last-child {
  border: 0;
}
@media all and (max-width: 767px) {
  .hero_post_index h2 {
    width: 100vw;
    padding: 110px 20px 0;
    font-size: 1.8rem;
    left: 0;
    top: 0 !important;
    margin-top: 0;
  }
  .hero_post_index h2 .more {
    margin-bottom: 15px;
  }
  .hero_post_index li:nth-child(1) h2, .hero_post_index li:nth-child(2) h2, .hero_post_index li:nth-child(3) h2 {
    width: 100vw;
    padding: 110px 20px 15px;
    font-size: 2.2rem;
    left: 0;
    top: 0;
  }
  .hero_post_index li:nth-child(3) h2 {
    background-color: rgba(255, 255, 255, 0.5);
  }
  .hero_post_index .chat_index01 {
    left: calc((100vw - 280px) / 2);
    height: 160px;
  }
  .hero_post_index .box_pagination {
    height: 38px;
  }
  .hero_post_index .box_pagination.eng {
    height: 5px;
  }
  .hero_post_index .box_pagination .index_pagination_title {
    display: none;
    position: absolute;
    top: 0px;
    z-index: 5;
    font-size: 1.4rem;
    padding-top: 3px;
    line-height: 1.5;
  }
  .hero_post_index .button_box {
    width: calc(100% + 30px);
    height: 38px;
    margin: 0 -15px;
  }
  .hero_post_index .button_box.eng {
    display: none;
  }
  .hero_post_index .button_box .item {
    max-width: 25%;
    padding: 0;
    line-height: 38px;
    height: 38px;
    font-size: 1.5rem;
  }
}

#hero_index {
  width: 300vw;
  position: relative;
  margin: 0;
}
#hero_index > li {
  width: 100vw;
  height: 590px;
  background-size: cover;
  background-position: center center;
  float: left;
  position: relative;
}
@media all and (max-width: 767px) {
  #hero_index > li {
    height: 58vw;
    max-height: calc(100vh - 118px);
  }
}

.hero_post {
  min-height: 250px;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-top: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 767px) {
  .hero_post {
    margin-top: 80px;
  }
}
.hero_post.p1_1 {
  background-image: url(../images/new/banner/1_1.jpg);
}
.hero_post.p1_2 {
  background-image: url(../images/new/banner/1_2.jpg);
}
.hero_post.p1_2_2 {
  background-image: url(../images/new/banner/1_2_2.jpg);
}
.hero_post.p1_2_3 {
  background-image: url(../images/new/banner/1_2_3.jpg);
}
.hero_post.p1_2_4 {
  background-image: url(../images/new/banner/1_2_4.jpg);
}
.hero_post.p1_2_5 {
  background-image: url(../images/new/banner/1_2_5.jpg);
}
.hero_post.p1_2_6 {
  background-image: url(../images/new/banner/1_2_6.png);
}
.hero_post.p1_2_7 {
  background-image: url(../images/new/banner/1_2_7.jpg);
}
.hero_post.p1_2_8 {
  background-image: url(../images/new/banner/1_2_8.jpg?1);
}
.hero_post.p1_2_8_eng {
  background-image: url(../images/new/banner/1_2_8_eng.jpg?1);
}
.hero_post.p2 {
  background-image: url(../images/new/banner/2.jpg);
}
.hero_post.p3_1 {
  background-image: url(../images/new/banner/3_1.jpg);
}
.hero_post.p3_2 {
  background-image: url(../images/new/banner/3_2.jpg);
}
.hero_post.p3_3 {
  background-image: url(../images/new/banner/3_3.jpg);
}
.hero_post.p3_4 {
  background-image: url(../images/new/banner/3_4.jpg);
}
.hero_post.p3_5 {
  background-image: url(../images/new/banner/3_5.jpg);
}
.hero_post.p3_6 {
  background-image: url(../images/new/banner/3_6.jpg);
}
.hero_post.p3_7 {
  background-image: url(../images/new/banner/3_7.jpg);
}
.hero_post.p3_8 {
  background-image: url(../images/new/banner/3_8.jpg);
}
.hero_post.p4_1 {
  background-image: url(../images/new/banner/4_1.jpg);
}
.hero_post.p4_2 {
  background-image: url(../images/new/banner/4_2.jpg);
}
.hero_post.p5_1 {
  background-image: url(../images/new/banner/5_1.jpg);
}
.hero_post.p5_2 {
  background-image: url(../images/new/banner/5_2.jpg);
}
.hero_post h1 {
  color: #fff;
  font-size: 4.6rem;
  text-shadow: 0px 5px 15px rgb(0, 0, 0);
  font-weight: bold;
}
.hero_post h1.blue {
  color: #1c2488;
  text-shadow: 0px 5px 15px rgb(255, 255, 255);
}
.hero_post h1.blue div span {
  background-color: #001391;
  color: #FFF;
}
.hero_post h1.blue div span:before, .hero_post h1.blue div span:after {
  background-color: #1c2488;
  box-shadow: 0px 0px 15px rgb(255, 255, 255);
}
.hero_post h1 div {
  text-align: center;
}
.hero_post h1 div span {
  text-align: center;
  display: inline-block;
  font-size: 2rem;
  margin-bottom: 5px;
  position: relative;
  margin: 5px auto 10px;
  background-color: #fff;
  color: #001391;
  text-shadow: none;
  padding: 5px 10px;
}
.hero_post h1 span::after {
  right: 0;
}

footer {
  padding: 20px;
  overflow: auto;
  background-color: #141462;
  color: #fff;
  z-index: 20;
}
footer .section {
  overflow: auto;
}
footer hr {
  opacity: 0.7;
  color: #fff;
}
footer h1 {
  font-size: 2.2rem;
  margin-bottom: 10px;
  margin-top: 20px;
}
footer h1 img {
  margin-right: 20px;
}
footer h2 {
  font-size: 1.7rem;
  margin: 0;
}
footer h3 {
  font-size: 1.4rem;
  margin-bottom: 15px;
}
footer h3 span {
  padding-bottom: 1px;
  border-bottom: 1px solid #fff;
}
footer p {
  font-size: 1.5rem;
  font-weight: 100;
  margin-bottom: 10px;
}
footer .bottom ul {
  float: right;
}
footer .bottom ul li {
  float: left;
  padding: 0px 15px;
  border-right: 1px solid #aaa;
  font-size: 1.6rem;
  line-height: 18px;
}
footer .bottom ul li:last-child {
  border: 0;
}
footer .bottom ul li a {
  color: #fff;
}
footer .bottom ul li a:hover {
  color: #fff;
}
footer .content a {
  color: #fff;
}
footer .nav li {
  padding-left: 0px;
  padding-right: 0px;
}
footer .nav li > ul > li {
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 7px;
  font-weight: bold;
}
footer .suggestion {
  margin: -10px auto;
  text-align: center;
}
@media all and (max-width: 767px) {
  footer {
    padding: 20px 0;
  }
  footer h1,
  footer h2 {
    margin-bottom: 20px;
  }
  footer h1 img {
    margin-right: 10px;
  }
  footer p {
    font-size: 14px;
    line-height: 1.6;
  }
  footer .contact {
    display: none;
  }
  footer li {
    margin-bottom: 10px;
    font-size: 16px;
  }
  footer .section h2 {
    text-align: left;
  }
  footer .section ul {
    margin: 0 auto;
    float: left;
    margin-left: -15px;
  }
  footer .suggestion {
    text-align: left;
  }
}

.inner_pages {
  margin: 50px 0 30px;
  position: relative;
}
.inner_pages .article {
  font-size: 16px;
}
.inner_pages .article h2 {
  font-size: 24px;
}
.inner_pages .article h3 {
  font-size: 18px;
}
.inner_pages .phone {
  display: none;
}
@media all and (max-width: 767px) {
  .inner_pages .phone {
    display: block;
  }
}
.inner_pages p {
  font-size: 18px;
  line-height: 1.6;
  padding: 10px 0 5px;
}
.inner_pages h1 {
  font-size: 2.6rem;
  margin: 0 0 20px 0;
  color: #001391;
  font-weight: bold;
  letter-spacing: 5px;
  text-align: center;
}
@media all and (max-width: 767px) {
  .inner_pages h1 {
    letter-spacing: 2px;
    line-height: 1.6;
  }
}
.inner_pages h1.white {
  color: #fff;
}
.inner_pages h1.white span {
  border-bottom: 2px solid #fff;
}
.inner_pages h1.eng {
  letter-spacing: 0px;
}
.inner_pages h1 span {
  border-bottom: 2px solid #141462;
}
.inner_pages h2 {
  font-size: 2.4rem;
  padding: 10px 0 5px;
}
.inner_pages h2.sp {
  border: 1px solid #141462;
  border-left: 0;
  border-right: 0;
  padding: 15px 0;
  margin: 20px 0;
  color: #001391;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
}
.inner_pages h2.sp.bg {
  border-color: #fff;
  color: #fff;
}
.inner_pages h2.sp.bg .box {
  padding: 10px 30px;
  font-size: 2.1rem;
  line-height: 1.5;
}
.inner_pages h2.sp.eng {
  letter-spacing: 0;
}
.inner_pages h3 {
  font-size: 22px;
}
.inner_pages h4 {
  font-weight: 200;
}
.inner_pages h4.date {
  font-size: 1.6rem;
  color: #777;
  font-weight: 200;
  overflow: auto;
  padding-left: 2px;
}
.inner_pages h4.date > .info {
  float: left;
  color: #777;
}
.inner_pages h4.author {
  padding-left: 2px;
  font-size: 1.4rem;
}
.inner_pages .right {
  width: calc(100% - 260px);
  float: right;
}
@media all and (max-width: 992px) {
  .inner_pages .right {
    float: none;
    width: 100%;
  }
}
.inner_pages nav.left {
  width: 200px;
  background-color: #141462;
  color: #fff;
  position: absolute;
}
.inner_pages nav.left.fix {
  position: fixed;
  top: 150px;
}
.inner_pages nav.left.fixBottom {
  position: absolute;
  bottom: 0;
}
.inner_pages nav.left.company h3 {
  color: #FFF;
}
.inner_pages nav.left.company.fw .fw {
  color: #EEB902;
}
.inner_pages nav.left.company.fp .fp {
  color: #EEB902;
}
.inner_pages nav.left.company.ch .ch {
  color: #EEB902;
}
.inner_pages nav.left.company.be .be {
  color: #EEB902;
}
.inner_pages nav.left ul {
  margin: 5px 0;
}
.inner_pages nav.left li {
  width: 100%;
  text-align: center;
  padding: 0 25px;
}
.inner_pages nav.left li a:hover {
  text-decoration: none;
}
.inner_pages nav.left li.act {
  color: #EEB902;
}
.inner_pages nav.left li h3 {
  padding: 18px;
  border-bottom: 1px solid #fff;
  font-size: 1.7rem;
  margin: 0;
  cursor: pointer;
}
.inner_pages nav.left li:last-child h3 {
  border: 0;
}
@media all and (max-width: 992px) {
  .inner_pages nav {
    display: none;
  }
}
.inner_pages img.border_gray {
  border: 10px solid #aeb1bb;
}
.inner_pages article {
  padding: 50px 0;
}
.inner_pages article h2 {
  color: #001391;
}
.inner_pages article .table_box {
  background-color: rgba(7, 113, 189, 0.08);
  padding: 20px 15px 10px;
  overflow: auto;
  font-size: 1.6rem;
}
.inner_pages article .table_box .table {
  background-color: #fff;
}
.inner_pages article .table_box h4 {
  font-size: 1.8rem;
  padding-bottom: 5px;
}
.inner_pages article .table_box .blue {
  color: #001391;
}
.inner_pages article.bg {
  background-color: #00c2cc;
}
.inner_pages article.bg p {
  color: #fff;
  font-family: Arial, "pingfangsc-regular", "JhengHei", "微軟正黑體", "Helvetica", "sans-serif", "Apple LiGothic";
}
.inner_pages article.bg .basic li {
  color: #fff;
}
.inner_pages article .basic {
  margin-left: 30px;
}
.inner_pages article .basic > li {
  list-style-type: disc;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.8;
}
.inner_pages article .advantage img {
  margin: 10px 0;
}
.inner_pages article .advantage li {
  padding: 0 30px;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: bold;
  letter-spacing: 2px;
}
.inner_pages article .advantage li .title {
  color: #001391;
}
.inner_pages article .advantage li .title:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 10px;
  background-color: #001391;
  position: absolute;
  top: 13px;
  left: 0px;
}
.inner_pages article .advantage li .cont {
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: normal;
  margin-bottom: 20px;
}
@media all and (max-width: 992px) {
  .inner_pages article .advantage li {
    padding: 0 15px;
  }
}
.inner_pages article .advantage .box3 {
  width: 100%;
  max-width: 170px;
  margin: 0 auto;
}
.inner_pages article .advantage .box4 {
  width: 100%;
  display: flex;
}
.inner_pages article .advantage .box4 img {
  max-width: 150px;
}
.inner_pages article .advantage .box4 p {
  margin: 25px 0 0 30px;
}
@media all and (max-width: 992px) {
  .inner_pages article .advantage .mybtn.round {
    font-size: 1.2rem;
  }
}
.inner_pages article .cmpany li {
  width: 26%;
  float: left;
  padding: 0px;
  text-align: center;
}
@media all and (max-width: 992px) {
  .inner_pages article .cmpany li {
    margin-bottom: 15px;
  }
}
.inner_pages article .cmpany li .business {
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 992px) {
  .inner_pages article .cmpany li .business {
    height: auto;
  }
}
.inner_pages article .cmpany li .business p {
  line-height: 1.4;
  margin-bottom: 0;
  white-space: nowrap;
}
.inner_pages article .cmpany li h2 {
  font-size: 1.8rem;
  margin: 5px 0 0 0;
  color: #001391;
  line-height: 1.4;
  white-space: nowrap;
}
@media all and (max-width: 992px) {
  .inner_pages article .cmpany li h2 {
    margin: 0;
    padding: 0;
  }
}
.inner_pages article .cmpany li h3 {
  display: inline-block;
  border: 3px solid #141462;
  border-radius: 50px;
  padding: 6px;
}
@media all and (max-width: 992px) {
  .inner_pages article .cmpany li h3 {
    margin-top: 0;
  }
}
.inner_pages article .cmpany li h4 {
  border-radius: 3px;
  padding: 5px 6px;
  background-color: #00c2cc;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
}
.inner_pages article .cmpany li:nth-child(1) h3 {
  border-color: #ff9500;
  color: #ff9500;
}
.inner_pages article .cmpany li:nth-child(2) h3 {
  border-color: #0094d4;
  color: #0094d4;
}
.inner_pages article .cmpany li:nth-child(3) h3 {
  border-color: #00b38b;
  color: #00b38b;
}
.inner_pages article .cmpany li:nth-child(4) h3 {
  border-color: #ec6423;
  color: #ec6423;
}
.inner_pages article .cmpany li:nth-child(5) h3 {
  border-color: #001391;
  color: #001391;
}
.inner_pages article .cmpany li:nth-child(6) h3 {
  border-color: #94c93d;
  color: #94c93d;
}
@media all and (max-width: 992px) {
  .inner_pages article .cmpany li {
    width: 100%;
  }
}
.inner_pages article .tree .img {
  text-align: center;
}
.inner_pages article .tree .img img {
  width: 600px;
  max-width: 100%;
}
.inner_pages article .process .item {
  border-left: 6px solid #00c2cc;
}
.inner_pages article .process .item h3 {
  margin-top: 0;
}
.inner_pages article .process .item h3 .year {
  display: inline-block;
  border-radius: 30px;
  padding: 8px 20px;
  background-color: #001391;
  font-size: 2rem;
  color: #fff;
}
.inner_pages article .process .item h3 img {
  margin-left: 8px;
  max-width: 50px;
  border-radius: 0;
}
.inner_pages article .process .item li {
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 10px 0 0;
}
.inner_pages article .process .item li h2 {
  padding: 10px;
  margin: 0;
  width: 46px;
  font-size: 2.6rem;
}
.inner_pages article .process .item li span {
  color: #00c2cc;
}
.inner_pages article .process .item li .cont {
  padding-left: 5px;
  font-size: 1.5rem;
  font-weight: bold;
}
.inner_pages article .process .item li:nth-child(1) h2 {
  color: #ff9500;
}
.inner_pages article .process .item li:nth-child(2) h2 {
  color: #0094d4;
}
.inner_pages article .process .item li:nth-child(3) h2 {
  color: #00b38b;
}
.inner_pages article .process .item li:nth-child(4) h2 {
  color: #ec6423;
}
.inner_pages article .process .item li:nth-child(5) h2 {
  color: #001391;
  font-size: 1.8rem;
  margin: 0 3px 0 2px;
}
.inner_pages article .power .bluebox {
  width: 100%;
  background-color: #e5f9fa;
  min-height: 120px;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 22px;
}
.inner_pages article .power .bluebox h3 {
  color: #00c2cc;
  margin: 10px 0 0px;
  font-size: 1.9rem;
}
.inner_pages article .power .bluebox .val {
  font-size: 3.6rem;
  font-weight: bold;
}
.inner_pages article .power .bluebox .unit {
  font-size: 1.6rem;
  font-weight: bold;
}
.inner_pages article .power .bluebox .info {
  font-size: 1rem;
}
.inner_pages article .power .bluebox .img {
  float: left;
  width: 80px;
  height: 80px;
  margin: 10px 8px 0 3px;
  background-size: 100%;
}
@media all and (max-width: 992px) {
  .inner_pages article .power .bluebox .phone_margin_ml_90 {
    margin-left: 90px;
  }
}
.inner_pages article .esg_news img {
  max-height: 92%;
  margin: 0 auto;
}
.inner_pages article img {
  max-width: 100%;
}
.inner_pages article img.round {
  border-radius: 15px;
  background-color: #fff;
}
.inner_pages .team01.pics {
  overflow: hidden;
}
.inner_pages .team01.pics ul {
  margin-left: -15px;
  margin-right: -15px;
}
.inner_pages .team01.pics li img {
  max-width: 100%;
}
.inner_pages.csr {
  margin: 0;
}
.inner_pages.csr h4 {
  font-size: 18px;
  font-weight: bold;
}
.inner_pages.csr .title_box {
  margin: 0 auto;
  max-width: 700px;
  line-height: 1.8;
}
.inner_pages.csr article.bg li p {
  color: #333;
  font-weight: normal;
}
.inner_pages.csr .title_csr {
  margin: 40px auto;
  font-size: 32px;
  text-align: center;
  color: #141462;
}
.inner_pages.csr .title_csr span {
  width: 80%;
  background-color: #141462;
  height: 4px;
  display: inline-block;
  position: absolute;
  z-index: -1;
  left: 10%;
  margin-top: 18px;
}
.inner_pages.csr .title_csr .text {
  display: inline-block;
  background-color: #fff;
  padding: 0 15px;
}
.inner_pages.csr ul.text li {
  font-size: 18px;
  line-height: 1.6;
  list-style-type: disc;
  margin-left: 40px;
  padding-bottom: 8px;
}
.inner_pages.csr ol.text {
  padding: 0;
}
.inner_pages.csr ol.text li {
  list-style-type: decimal;
  margin-left: 20px;
  padding-bottom: 0px;
}
.inner_pages.csr .performance {
  text-align: center;
  font-size: 18px;
  background-image: url(../images/new/esg_bg01.jpg);
  background-size: 100%;
  padding-bottom: 0;
}
.inner_pages.csr .performance.en .box {
  height: 680px;
}
.inner_pages.csr .performance .box1 {
  background-color: white;
  padding: 110px 15px 15px;
  position: relative;
  margin-bottom: 50px;
}
.inner_pages.csr .performance .box1 .iconbox {
  position: absolute;
  top: -50px;
  width: calc(100% - 30px);
}
.inner_pages.csr .performance .box1 .iconbox .icon {
  background-image: url(../images/new/esg_icon.png);
  width: 150px;
  height: 150px;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
}
.inner_pages.csr .performance .box1 .iconbox .icon.eng {
  background-image: url(../images/new/esg_icon_eng.png);
}
.inner_pages.csr .performance .box1 .box_bottom {
  position: absolute;
  bottom: 15px;
  width: calc(100% - 30px);
  height: 10px;
}
.inner_pages.csr .performance .box1.i01 .tal, .inner_pages.csr .performance .box1.i01 .color {
  color: #3c7048;
}
.inner_pages.csr .performance .box1.i01 .icon {
  background-position: 0px;
}
.inner_pages.csr .performance .box1.i01 .box_bottom {
  background-color: #3c7048;
}
.inner_pages.csr .performance .box1.i02 .tal, .inner_pages.csr .performance .box1.i02 .color {
  color: #0086d1;
}
.inner_pages.csr .performance .box1.i02 .icon {
  background-position: -150px;
}
.inner_pages.csr .performance .box1.i02 .box_bottom {
  background-color: #0086d1;
}
.inner_pages.csr .performance .box1.i03 .tal, .inner_pages.csr .performance .box1.i03 .color {
  color: #ea9747;
}
.inner_pages.csr .performance .box1.i03 .icon {
  background-position: -300px;
}
.inner_pages.csr .performance .box1.i03 .box_bottom {
  background-color: #ea9747;
}
.inner_pages.csr .performance .cont {
  font-size: 42px;
  font-weight: bold;
}
.inner_pages.csr .performance .mb30 {
  margin-bottom: 30px;
}
.inner_pages.csr .performance .mb40 {
  margin-bottom: 40px;
}
.inner_pages .contact {
  font-size: 1.8rem;
}
.inner_pages .contact .form-control {
  font-size: 1.6rem;
  height: auto;
}
.inner_pages .store img {
  max-width: 100%;
}

.mainBusiness {
  font-size: 1.6rem;
  text-align: center;
}
.mainBusiness ul {
  display: inline-block;
}
.mainBusiness li {
  text-align: left;
  position: relative;
}
.mainBusiness li:before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 10px;
  border: 1px solid #141462;
  background-color: #fff;
  z-index: 1;
  position: absolute;
  left: 5px;
  top: 10px;
}
.mainBusiness li:after {
  content: "";
  display: block;
  width: 1px;
  height: 80px;
  background-color: #141462;
  position: absolute;
  left: 9px;
  top: 10px;
}
@media all and (max-width: 767px) {
  .mainBusiness li:after {
    height: 150px;
  }
}
.mainBusiness li:last-child:after {
  display: none;
}
.mainBusiness li .title {
  font-size: 1.8rem;
  display: inline-block;
  color: #141462;
  padding-bottom: 4px;
  margin: 0 25px;
  margin-bottom: 50px;
  border-bottom: 1px solid #141462;
  vertical-align: top;
}
@media all and (max-width: 767px) {
  .mainBusiness li .title {
    margin-bottom: -5px;
  }
}
.mainBusiness li > span {
  display: inline-block;
  max-width: 75%;
}
@media all and (max-width: 767px) {
  .mainBusiness li > span {
    margin-bottom: 10px;
    max-width: 100%;
  }
}
.mainBusiness li .finish {
  position: absolute;
  top: -13px;
  left: -10px;
  z-index: 2;
  padding: 3px 0;
  background-color: #fff;
}
.mainBusiness li .finish img {
  max-height: 45px;
}
.mainBusiness .box {
  background-color: #00c2cc;
  display: inline-block;
  padding: 30px 50px;
  border-radius: 20px;
  width: 558px;
  max-width: 100%;
  color: #fff;
}
.mainBusiness .box h3 {
  line-height: 1.3;
}
@media all and (max-width: 767px) {
  .mainBusiness span {
    display: block;
    margin: 10px 0 0 25px;
  }
}

.bg .mainBusiness li span {
  font-weight: bold;
}
.bg .mainBusiness li .title {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.bg .mainBusiness li .finish {
  background-color: #00c2cc;
}
.bg .mainBusiness li:before {
  background-color: #00c2cc;
  border: 1px solid #fff;
}
.bg .mainBusiness li:after {
  background-color: #fff;
}
.bg .mainBusiness .box {
  background-color: #fff;
}
.bg .mainBusiness .box h3 {
  color: #00c2cc;
}

.portfolio article.bg li .product_pic.p01 {
  background-image: url(../images/index_example_01a.jpg);
}
.portfolio article.bg li .product_pic.p02 {
  background-image: url(../images/index_example_02.png);
}
.portfolio article.bg li .product_pic.p03 {
  background-image: url(../images/index_example_03.jpg);
}
.portfolio article.bg li .product_pic.p04 {
  background-image: url(../images/index_example_04.jpg);
}
.portfolio article.bg li .product_pic.p05 {
  background-image: url(../images/index_example_05.jpg);
}
.portfolio article.bg li .product_pic.p06 {
  background-image: url(../images/index_example_06.jpg);
}
.portfolio article.bg li .product_pic.p07 {
  background-image: url(../images/index_example_07.jpg);
}
.portfolio article.bg li .product_pic.p08 {
  background-image: url(../images/index_example_08.jpg);
}
.portfolio article.bg li .product_pic.p11 {
  background-image: url(../images/index_example_11.jpg);
}
.portfolio article.bg li .product_pic.p12 {
  background-image: url(../images/index_example_12.jpg);
}
.portfolio article.bg li .product_pic.p13 {
  background-image: url(../images/index_example_13.jpg);
}
.portfolio article.bg li .product_pic.p14 {
  background-image: url(../images/index_example_14.jpg);
}
.portfolio article.bg li .bolt {
  display: none;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  left: 15px;
  top: 15px;
  padding: 6px 10px 2px;
  border-bottom: 2px solid #1d70ba;
  opacity: 1;
  transition: all 0.5s;
}
.portfolio article.bg li .bolt h3 {
  font-size: 14px;
  color: #333;
  margin: 0;
  text-align: center;
}
.portfolio article.bg li .bolt p {
  color: #1d70ba;
  font-size: 18px;
  text-align: center;
  font-weight: 300;
}
.portfolio article.bg li .bolt p > span {
  font-size: 15px;
  padding-left: 3px;
}
.portfolio article.bg li .info h2 {
  color: #fff;
}
.portfolio article.bg li .info p {
  color: #fff;
}

.organization {
  margin: 20px auto 40px;
  text-align: center;
}
.organization > img {
  max-width: 100%;
}
.organization.phone {
  display: none;
}

.centification {
  overflow: auto;
}
.centification li {
  margin-bottom: 20px;
  text-align: center;
}
.centification li a img {
  max-width: 100%;
  max-height: 450px;
}

.report_list {
  overflow: auto;
  padding-top: 30px;
}
.report_list h2 {
  font-size: 2rem;
  margin: 30px 0;
}
.report_list.fp {
  display: flex;
}
.report_list.fp h2 {
  margin: 0 0 10px 0;
}
.report_list.fp h2.title {
  float: left;
  width: 100px;
  min-width: 100px;
  font-size: 3rem;
  margin: 0;
}
@media all and (max-width: 767px) {
  .report_list.fp h2.title {
    font-size: 2rem;
    width: 60px;
    min-width: 60px;
  }
}
.report_list.fp .content {
  padding-left: 20px;
  border-left: 1px solid #eee;
}
@media all and (max-width: 767px) {
  .report_list.fp .content {
    padding-left: 10px;
  }
}
.report_list ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.report_list ul li {
  font-size: 1.8rem;
  margin-right: 25px;
  padding-bottom: 15px;
}

.history .area {
  overflow: auto;
  position: relative;
  padding-top: 30px;
}
.history .area::before {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 100%;
  border-left: 2px dotted #ccc;
  top: 0;
  left: 67px;
  z-index: -1;
}
.history .area .block:hover .year {
  transform: scale(1.13);
  transition: 0.5s all;
}
.history .area .year {
  float: left;
  width: 100px;
  padding: 8px 25px;
  background-color: #141462;
  font-weight: bold;
  text-align: center;
  color: #fff;
  font-size: 20px;
  border-radius: 50px;
  margin: 0 40px 20px 20px;
}
.history .area .cont {
  float: left;
  width: calc(100% - 170px);
  margin-bottom: 40px;
}
@media all and (max-width: 992px) {
  .history .area .cont {
    width: calc(100% - 30px);
    background-color: #fff;
    margin-left: 25px;
  }
}
.history .area .cont > ul {
  margin-top: 6px;
}
.history .area .cont > ul li {
  font-size: 17px;
  list-style: disc;
  padding: 5px 0;
}

@media all and (max-width: 992px) {
  .table_rwd {
    width: 100%;
    overflow: auto;
  }
  .table_rwd .table.w1000 {
    width: 1000px;
  }
  .table_rwd .table.w800 {
    width: 800px;
  }
  .table_rwd .table.w700 {
    width: 700px;
  }
  .table_rwd .table.w600 {
    width: 600px;
  }
  .table_rwd .table.w500 {
    width: 500px;
  }
}

table.box.t18 {
  font-size: 18px;
  line-height: 1.6;
}
table.box td {
  vertical-align: top;
}

.table.main_table {
  font-size: 18px;
  max-width: 100%;
  margin: 0 auto;
}
.table.main_table.t16 li,
.table.main_table.t16 td,
.table.main_table.t16 th {
  font-size: 16px;
}
.table.main_table th {
  background-color: #82837f;
  color: #fff;
  vertical-align: middle;
}
.table.main_table tr:nth-child(even) {
  background: #f5f5f5;
}
.table.main_table thead tr th.small {
  font-size: 14px;
  font-weight: normal;
}
.table.main_table thead tr th.small.number {
  width: 31px;
  text-align: center;
}
.table.main_table thead tr.center th,
.table.main_table thead tr.center td {
  text-align: center;
}
.table .disc li {
  list-style: disc;
  margin-left: 22px;
}

.menupage {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.menupage.lg {
  max-width: 1030px;
}
.menupage .form_drop {
  font-size: 16px;
}
.menupage .form_drop label {
  font-weight: normal;
}
.menupage .form_drop select {
  font-size: 16px;
  padding: 0px 15px;
  font-size: 16px;
  margin-bottom: 3px;
}
.menupage .menu {
  overflow: auto;
  border-bottom: 1px solid #dedede;
  margin-bottom: 30px;
}
.menupage .menu li {
  width: 33.3%;
  text-align: center;
  font-size: 18px;
  padding: 10px 25px 20px;
  float: left;
  font-weight: bold;
  cursor: pointer;
}
@media all and (max-width: 992px) {
  .menupage .menu li {
    margin: 0px 30px;
    font-size: 16px;
    padding: 20px 0 10px;
    width: calc(100% - 60px) !important;
  }
}
.menupage .menu li.act {
  border-bottom: 3px solid #141462;
  color: #141462;
}
.menupage .menu li:hover {
  color: #141462;
}
.menupage .page > ul > li {
  display: none;
}
.menupage .page .list.t18 {
  font-size: 18px;
}
.menupage .page .list.disc li {
  list-style-type: disc;
}
.menupage .page .list.decimal li {
  list-style-type: decimal;
}
.menupage .page .list li {
  list-style-type: decimal;
  padding-left: 5px;
  margin-left: 20px;
  line-height: 1.4;
  padding-bottom: 5px;
}
.menupage .page .select_year {
  position: relative;
}
.menupage .page .select_year.year {
  display: none;
}
.menupage .page .select_year h2 {
  font-size: 22px;
  margin-bottom: 10px;
}
.menupage .page .select_year .table > tbody > tr > td {
  vertical-align: middle;
}
.menupage .page .select_year tr:nth-child(even) {
  background: #f5f5f5;
}
.menupage .page .select_year .month_report {
  border-bottom: 2px solid #ddd;
  margin-bottom: 5px;
}
.menupage .page .select_year .month_report th {
  background-color: #dedede;
  border: 1px solid #fff;
  text-align: center;
  vertical-align: middle;
}
.menupage .page .select_year .month_report td {
  text-align: center;
  vertical-align: middle;
}
.menupage .page .select_year .info_top {
  position: absolute;
  top: 30px;
  right: 5px;
}
.menupage .page .select_year .info_bottom {
  font-size: 13px;
}

.anchor {
  display: block;
  position: relative;
  top: -110px;
  visibility: hidden;
}

.sdgs_game {
  position: relative;
}
.sdgs_game .css_sdgs_bg {
  background-image: url(../images/new/game_bg.jpg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  min-height: 30vw;
}
@media all and (max-width: 992px) {
  .sdgs_game .css_sdgs_bg {
    background-image: url(../images/new/game_bg_phone.jpg);
    min-height: 100vw;
  }
}
.sdgs_game .css_sdgs_bg.final {
  background-image: url(../images/new/game_bg_phone.jpg);
  background-position: left top;
  width: 380px;
  height: 500px;
}
.sdgs_game .css_sdgs_title {
  position: absolute;
  width: 100%;
  min-height: 30vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
@media all and (max-width: 992px) {
  .sdgs_game .css_sdgs_title {
    display: block;
    position: initial;
  }
}
.sdgs_game .css_sdgs_title.final {
  display: block;
  width: calc(100% - 400px);
  right: 0;
  text-align: left;
}
@media all and (max-width: 992px) {
  .sdgs_game .css_sdgs_title.final {
    width: 100%;
  }
}
.sdgs_game .btn_sdgs {
  background-color: #1c2487;
  margin-left: 15px;
  border-radius: 5px;
  padding: 12px 30px;
  color: #fff;
  border: 0;
}
@media all and (max-width: 992px) {
  .sdgs_game .btn_sdgs {
    display: block;
    margin: 20px auto 10px;
  }
}
.sdgs_game .btn_sdgs:hover {
  background-color: #0daed8;
}
.sdgs_game .btn_next {
  visibility: hidden;
  background-color: #FFF;
  border-radius: 2px;
  padding: 12px 30px;
  color: #000;
  border: 0;
  font-size: 18px;
  opacity: 0.7;
}
.sdgs_game .btn_next:hover {
  opacity: 1;
}
.sdgs_game .inner {
  padding: 50px 100px 10px;
  display: none;
}
@media all and (max-width: 992px) {
  .sdgs_game .inner {
    padding: 10px;
  }
}
.sdgs_game .inner:first-child {
  display: block;
}
.sdgs_game .qtitle {
  color: #fff;
  min-height: 120px;
}
.sdgs_game .qtitle .num {
  margin-bottom: -20px;
  font-size: 18px;
}
.sdgs_game .qtype {
  float: right;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  border: 1px solid #FFF;
  margin: 5px 0 0 20px;
  padding-bottom: 5px;
}
@media all and (max-width: 992px) {
  .sdgs_game .qtype {
    width: 100%;
  }
}
.sdgs_game .qtype .subtitle {
  font-size: 15px;
  background-color: #fff;
  color: #1c2487;
}
.sdgs_game .qtype .main {
  padding: 5px 15px 0;
}
.sdgs_game .qtype .main .num {
  margin-top: -8px;
  margin-bottom: -5px;
  font-size: 32px;
}
.sdgs_game .qoption li {
  display: block;
  padding: 10px;
  color: #fff;
  font-size: 20px;
  border: 5px dashed rgba(255, 255, 255, 0.4);
  margin-bottom: 15px;
  cursor: pointer;
  position: relative;
}
.sdgs_game .qoption li:hover {
  border: 5px dashed rgba(255, 255, 255, 0.9);
}
.sdgs_game .qoption li .pic {
  position: absolute;
  right: 10px;
  top: -10px;
  pointer-events: none;
}
.sdgs_game .qoption li .pic > img {
  width: 70px;
}
.sdgs_game .next {
  margin: 40px;
  height: 40px;
  text-align: center;
}
.sdgs_game .final_box {
  text-align: center;
}
.sdgs_game .final_box .score {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: normal;
}
.sdgs_game .final_box .words {
  font-size: 20px;
  text-decoration: underline;
}

.sdgs_index.banner {
  min-height: 420px;
  flex-direction: column;
}
@media all and (max-width: 767px) {
  .sdgs_index.banner {
    min-height: 220px;
  }
}
.sdgs_index .menupage {
  margin-top: 160px;
}
@media all and (max-width: 767px) {
  .sdgs_index .menupage {
    margin-top: 110px;
  }
}
.sdgs_index .btn_box {
  margin-top: 220px;
  margin-left: 200px;
}
.sdgs_index .btn_box.eng {
  margin-left: 260px;
}
@media all and (max-width: 767px) {
  .sdgs_index .btn_box.eng {
    margin: 0;
  }
}
@media all and (max-width: 767px) {
  .sdgs_index .btn_box {
    position: absolute;
    top: 320px;
    margin: 0;
  }
}
.sdgs_index .btn_download {
  display: block;
  border: 2px solid #fff;
  min-width: 280px;
  border-radius: 30px;
  background-color: #8aa040;
  color: #fff;
  font-size: 17px;
  margin-top: 5px;
  font-weight: bold;
}
.sdgs_index .btn_download.eng {
  font-size: 15px;
}
.sdgs_index .boss_box {
  position: absolute;
  width: 100%;
  height: 50px;
}
@media all and (max-width: 767px) {
  .sdgs_index .boss_box {
    display: none;
  }
}
.sdgs_index .boss_box .boss {
  width: 200px;
  height: 200px;
  background-image: url(../images/new/esg/boss.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 120%;
  border-radius: 100px;
  border: 5px solid rgba(255, 255, 255, 0.9);
  margin: -180px auto;
}

.inner_pages.forest {
  margin-bottom: 0;
}
.inner_pages.forest .h2box {
  margin: 0;
  padding-top: 0;
}
@media all and (max-width: 767px) {
  .inner_pages.forest .h2box {
    display: none;
  }
}
.inner_pages.forest .services {
  border-radius: 15px;
  background-color: #fff;
  padding: 15px;
}
.inner_pages.forest .services h3 > span {
  color: #141462;
}
.inner_pages.forest .services h4 {
  font-size: 18px;
  color: #000;
  margin-bottom: 0;
  font-weight: bold;
}
.inner_pages.forest .services > p {
  color: #000;
  font-size: 15px;
  font-weight: 200;
}
.inner_pages.forest .project h3 {
  color: #141462;
}
.inner_pages.forest .project p span {
  font-size: 24px;
  font-weight: bold;
}/*# sourceMappingURL=all.css.map */