@charset "UTF-8";
@font-face {
  font-family: "Gilroy-ExtraBold";
  src: url("../fonts/Gilroy-ExtraBold.woff2") format("woff2"), url("../fonts/Gilroy-ExtraBold.woff") format("woff"), url("../fonts/Gilroy-ExtraBold.ttf") format("truetype"), url("../fonts/Gilroy-ExtraBold.eot") format("embedded-opentype"), url("../fonts/Gilroy-ExtraBold.svg") format("svg");
}
@font-face {
  font-family: "Gilroy-Light";
  src: url("../fonts/Gilroy-Light.woff2") format("woff2"), url("../fonts/Gilroy-Light.woff") format("woff"), url("../fonts/Gilroy-Light.ttf") format("truetype"), url("../fonts/Gilroy-Light.eot") format("embedded-opentype"), url("../fonts/Gilroy-Light.svg") format("svg");
}
.header .logo,
.header .header-inner .navigation > ul > li,
.header .header-inner .navigation > ul > li > a:not(.button),
.header .header-inner .dropdown > .nav-icon {
  height: 80px;
  line-height: 80px;
}
.header .navigation > ul > li.current > a,
.header .navigation > ul > li > a:hover {
  color: #222222;
}
.header .navigation > ul > li > a {
  color: #222222;
  font-weight: inherit;
  margin: 0 15px;
  font-size: 1.4rem !important;
}
.header .navigation > ul > li:after {
  content: "";
  width: 0;
  height: 3px;
  background: #1654a1;
  position: absolute;
  bottom: 6px;
  left: 50%;
  transition: all 0.5s ease 0s;
  transform: translateX(-50%);
}
.header .navigation > ul > li:hover:after,
.header .navigation > ul > li.current:after {
  width: 80%;
}
.navigation.nav-right > ul > li:last-child > a {
  margin: 0 1.5rem;
  color: #fff;
}
.navigation.nav-right > ul > li:last-child {
  background: #1654a1;
}
.column {
  padding: 0;
}
[class*=content-grid] .thumbnail {
  width: 100%;
}
body {
  font-family: "微軟正黑體", "Gilroy-Light" !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #fff;
  font-family: "Gilroy-ExtraBold" !important;
}
p,
a,
span {
  font-size: 14px;
  color: #fff;
}
.img,
.img img {
  width: 100%;
}
.alert-slider {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  z-index: 99998;
}
.alert-slider .close {
  position: absolute;
  height: 56px;
  right: 45px;
  top: 25px;
  width: 57px;
  z-index: 1000;
}
.alert-slider .swiper-container {
  height: 100%;
}
.alert-slider .swiper-container .row {
  position: relative;
  height: 100%;
}
.alert-slider .swiper-container .row .img {
  width: 100%;
  height: 100%;
  padding: 54px 0;
}
.alert-slider .swiper-container .row .img img {
  display: block;
  height: 100%;
  margin: 0 auto;
}
.alert-slider .swiper-container .con {
  width: 100%;
  position: relative;
  height: calc(100% - 354px);
  margin-top: 54px;
  overflow: hidden;
  overflow-y: scroll;
}
.alert-slider .swiper-container .con ul {
  width: 310px;
  float: left;
  margin: 0;
}
.alert-slider .swiper-container .con ul li label {
  width: 75px;
  padding-right: 10px;
  display: inline-block;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
}
.alert-slider .swiper-container .con ul li span {
  font-size: 16px;
  color: #c8c8c8;
  width: 225px;
  word-wrap: break-word;
}
.alert-slider .swiper-container .con h1 {
  clear: both;
  color: #f8f8f8;
  font-size: 58px;
  font-weight: 700;
  line-height: 110px;
  margin-bottom: 0;
  word-wrap: break-word;
}
.alert-slider .swiper-container .con .detail {
  color: #ffffff;
  font-size: 16px;
  width: 100%;
}
.alert-slider .swiper-container .thum-img {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  max-height: 246px;
  overflow: hidden;
}
.alert-slider .swiper-container .thum-img a {
  margin: 5px 5px;
  background: #fff;
}
.alert-slider .swiper-container .thum-img a img {
  width: 150px;
  height: 113px;
  object-fit: cover;
  opacity: 0.7;
}
.alert-slider .swiper-container .thum-img a:hover img {
  opacity: 1;
}
.alert-slider .swiper-container .thum-img a:nth-child(14) {
  width: 150px;
  height: 113px;
  border: 1px solid #bfbfbf;
}
.alert-slider .swiper-container .thum-img a:nth-child(14) img {
  display: none !important;
}
.side-navigation-wrapper {
  background: #f9f9f9;
  box-shadow: 0 0 10px #ccc !important;
}
.side-navigation-wrapper a,
.side-navigation-wrapper p,
.side-navigation-wrapper span {
  color: #333 !important;
  font-weight: 400 !important;
}
.content .index-swiper .txt {
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
.content .index-swiper .txt h1 {
  font-size: 56px;
  font-weight: 700;
}
.content .index-swiper .txt p {
  width: 56%;
  margin: 60px auto 40px;
  font-size: 40px;
}
.content .index-swiper .txt a {
  font-weight: 700;
  padding: 24px 40px;
  background: #fcd63c;
  transition: 0.5s ease;
  border: 1px solid #fcd63c;
  border-radius: 50px;
}
.content .index-swiper .txt a:hover {
  background: initial;
  color: #fcd63c;
}
.content .index-about {
  padding: 95px 0 140px;
  background: url(../images/bg.png) no-repeat center / contain;
}
.content .index-about .row {
  position: relative;
  min-height: 570px;
  display: flex;
}
.content .index-about .row .width-6 {
  width: 602px;
  height: 530px;
  padding: 77px 110px;
  position: absolute;
  top: 0;
}
.content .index-about .row .width-6:first-child {
  background: -webkit-linear-gradient(left, #05deef, #05c4fa);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(left, #05deef, #05c4fa);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(left, #05deef, #05c4fa);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to left, #05deef, #05c4fa);
  /* 标准的语法 */
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.content .index-about .row .width-6:first-child .box-about {
  width: 47%;
  margin-bottom: 5%;
  background: #29e0f2;
  text-align: center;
  padding: 35px 0;
  transition: 0.5s ease;
}
.content .index-about .row .width-6:first-child .box-about img {
  height: 48px;
}
.content .index-about .row .width-6:first-child .box-about p {
  display: block;
  color: #000000;
  margin: 0;
  margin-top: 30px;
}
.content .index-about .row .width-6:first-child .box-about:hover {
  background: rgba(40, 219, 245, 0.8);
}
.content .index-about .row .width-6:first-child .box-about:hover p {
  color: #fff;
}
.content .index-about .row .width-6:first-child .box-about:nth-child(3),
.content .index-about .row .width-6:first-child .box-about:nth-child(4) {
  margin-bottom: 0;
}
.content .index-about .row .width-6:last-child {
  background: #f4f6f9;
  right: 0;
  top: 40px;
  z-index: 1;
  text-align: center;
}
.content .index-about .row .width-6:last-child h4 {
  color: #47d6e8;
  font-weight: 700;
  margin: 0;
}
.content .index-about .row .width-6:last-child h1 {
  color: #23242c;
  font-weight: 700;
  margin: 32px 0 42px;
}
.content .index-about .row .width-6:last-child p {
  color: #444444;
  text-align: justify;
  line-height: 2;
  margin: 0 auto 40px;
}
.content .index-about .row .width-6:last-child a {
  font-weight: 700;
  padding: 20px 40px;
  background: #23242c;
  transition: 0.5s ease;
  border: 1px solid #23242c;
  border-radius: 50px;
}
.content .index-about .row .width-6:last-child a:hover {
  background: initial;
  color: #23242c;
}
.content .contact h1 {
  font-weight: 700;
}
.content .contact .width-6:nth-child(1) .info {
  width: 100%;
  display: flex;
  justify-content: start;
  background: initial;
}
.content .contact .width-6:nth-child(1) .info img {
  height: 52px;
  margin-right: 27px;
}
.content .contact .width-6:nth-child(1) .info .con {
  width: 100%;
}
.content .contact .width-6:nth-child(1) .info .con h4 {
  color: #000;
  margin-bottom: 10px !important;
  font-size: 14px;
}
.content .contact .width-6:nth-child(1) .info .con p {
  width: 90%;
  line-height: 1.5;
  text-align: justify;
}
.content .contact .width-6:nth-child(2) {
  height: auto;
  min-height: 530px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.content .contact .width-6:nth-child(2) h1 {
  color: #000;
}
.content .contact .width-6:nth-child(2) form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.content .contact .width-6:nth-child(2) form input[type=text] {
  width: 48%;
  height: 50px;
  font-size: 14px;
  color: #000;
  padding: 0 20px 0;
}
.content .contact .width-6:nth-child(2) form textarea {
  margin-top: 0;
  border: 0;
  min-height: 125px;
  padding: 20px 0 0 20px;
  margin-bottom: 30px;
}
.content .contact .width-6:nth-child(2) form .check {
  text-align: left;
}
.content .contact .width-6:nth-child(2) form .check input,
.content .contact .width-6:nth-child(2) form .check span {
  width: auto;
  line-height: inherit;
  margin: 0;
  color: #23242c;
}
.content .contact .width-6:nth-child(2) form .check input {
  margin-right: 5px;
}
.content .contact .width-6:nth-child(2) form button {
  width: 48%;
  padding: 15px 0;
  background: #7f818d;
  border: 1px solid #7f818d;
  border-radius: 50px;
  color: #23242c;
  transition: 0.5s ease;
  margin-top: 40px;
}
.content .contact .width-6:nth-child(2) form button:hover {
  background: inherit;
}
.content .index-img-bg-txt {
  position: relative;
}
.content .index-img-bg-txt .txt {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(44, 36, 122, 0.8);
  top: 0;
  text-align: center;
}
.content .index-img-bg-txt .txt > div {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.content .index-img-bg-txt .txt h1 {
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 60px;
  text-transform: uppercase;
}
.content .index-img-bg-txt .txt a {
  font-weight: 700;
  padding: 17px 53px;
  background: #fcd63c;
  transition: 0.5s ease;
  border: 1px solid #fcd63c;
  border-radius: 50px;
  display: table;
  margin: 0 auto;
}
.content .index-img-bg-txt .txt a:hover {
  background: initial;
  color: #fcd63c;
}
.content .index-vision {
  padding: 170px 0 120px;
  background: url(../images/bg.png) no-repeat center / contain;
}
.content .index-vision .row {
  overflow: hidden;
}
.content .index-vision .row h1,
.content .index-vision .row p {
  color: #000;
}
.content .index-vision .row h1 {
  font-weight: 700;
}
.content .index-vision .row p {
  width: 80%;
  text-align: justify;
}
.content .index-vision .row img {
  width: 100%;
}
.content .index-vision .row .padding-top-65 {
  padding-top: 65px;
}
.content .index-vision .row .padding-left-46 {
  padding-left: 46px;
}
.content .index-vision .row .padding-top-20 {
  padding-top: 20px;
}
.content .index-vision .row .hr-h1 h1 {
  position: relative;
  display: inline-block;
  margin-bottom: 40px;
}
.content .index-vision .row .hr-h1 h1:after {
  content: "";
  width: 80%;
  height: 6px;
  background: #47d6e8;
  position: absolute;
  bottom: -6px;
  left: 0;
  transition: all 0.5s ease 0s;
}
.content .index-vision .row a {
  font-weight: 700;
  padding: 15px 41px;
  background: #e947a5;
  transition: 0.5s ease;
  border: 1px solid #e947a5;
  border-radius: 50px;
  float: right;
}
.content .index-vision .row a:hover {
  background: initial;
  color: #e947a5;
}
.content .about > .row {
  margin-bottom: 125px;
}
.content .index-img-txt-flex ul {
  display: flex;
  margin: 0;
}
.content .index-img-txt-flex ul li {
  position: relative;
}
.content .index-img-txt-flex ul li .txt {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  padding-left: 20px;
  background: -webkit-linear-gradient(left, transparent, #2c247a);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(left, transparent, #2c247a);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(left, transparent, #2c247a);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to left, transparent, #2c247a);
  /* 标准的语法 */
}
.content .index-img-txt-flex ul li .txt > div {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.content .index-img-txt-flex ul li .txt h3 {
  font-weight: 700;
  font-size: 22px;
}
.content .index-img-txt-flex ul li .txt p {
  width: 30%;
  text-align: justify;
}
.content footer p {
  padding: 12px 0;
  text-align: center;
  background: #333333;
  margin: 0;
}
.content .banner {
  position: relative;
}
.content .banner .txt {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content .banner .txt h1 {
  font-weight: 700;
}
.content .map {
  width: 100%;
  height: 680px;
  background: #e7e7e7;
}
.content .main {
  margin: 40px 0;
}
.content .main .common-left {
  padding: 30px;
  background: #f4f6f9;
}
.content .main .common-left h1 {
  font-size: 22px;
  font-weight: 700;
  color: #0e0e12;
}
.content .main .common-left ul {
  margin: 0;
}
.content .main .common-left ul li {
  padding: 5px 0;
}
.content .main .common-left ul li a {
  color: #0e0e12;
  padding: 0 12px;
  position: relative;
}
.content .main .common-left ul li a:before {
  content: ' ';
  display: table;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background: #47d6e8;
}
.content .main .common-left ul li.active a,
.content .main .common-left ul li:hover a {
  color: #1654a1;
  font-weight: 700;
}
.content .main .common-right {
  padding: 15px 0 15px 70px;
}
.content .main .common-right h1 {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
  color: #0e0e12;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
}
.content .main .common-right h1:after {
  content: "";
  width: 190px;
  height: 6px;
  background: #47d6e8;
  position: absolute;
  bottom: -10px;
  left: 0;
  transition: all 0.5s ease 0s;
}
.content .main .common-right .text p{
	color:#666
}
.content .main .common-right select {
  display: block;
  width: 190px;
  height: 40px;
  background: #f4f6f9;
  border: 1px solid #cccccc;
  padding: 0 25px;
  -webkit-appearance: menulist-button;
}
.content .main .common-right .pagination {
  overflow: hidden;
}
.content .main .common-right .pagination a {
  float: right;
  color: #0e0e12;
  margin-top: 18px;
}
.content .main .common-right .news ul {
  margin: 0;
}
.content .main .common-right .news ul li {
  padding: 12px 15px;
  border: 1px solid #cccccc;
  margin-top: 16px;
}
.content .main .common-right .news ul li a {
  display: flex;
}
.content .main .common-right .news ul li a p {
  color: #0e0e12;
  line-height: 1.5;
  text-align: justify;
  margin: 0;
}
.content .main .common-right .news ul li a p:nth-child(1) {
  width: 25%;
  color: #1654a1;
}
.content .main .common-right .text table {
  font-size: 62.5%;
}
.content .main .common-right .text table p,
.content .main .common-right .text table span {
  color: #333333;
  font-size: 14px;
}
.content .main .common-right .text table .text_highlight {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #333333;
  text-decoration: none;
  line-height: 22px;
  padding: 5px 0;
}
.content .main .common-right .cover ul {
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.content .main .common-right .cover ul li {
  width: 48%;
  margin-top: 4%;
}
.content .main .common-right .cover ul li .txt {
  text-align: center;
  border: 1px solid #cccccc;
}
.content .main .common-right .cover ul li .txt p {
  width: 30%;
  color: #0e0e12;
  line-height: 2;
  margin: 0 auto;
}
.content .main .common-right .business .img {
  border: 1px solid #cfcfcf;
  overflow:hidden;
   

}

.content .main .common-right .business .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-transition: all 0.5s ease 0s ;
  -moz-transition: all 0.5s ease 0s ;
  -ms-transition: all 0.5s ease 0s ;
  -o-transition: all 0.5s ease 0s ;
  transition: all 0.5s ease 0s ;
}
.content .main .common-right .business .img:hover img{
	  -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.content .main .common-right .business .txt {
  border: 0 !important;
  text-align: center;
}
.content .main .common-right .business .txt h1:after {
  display: none;
}
.content .main .common-right .business .txt h1 {
  padding: 15px 0;
  color: #0e0e12 !important;
  margin: 0 !important;
  font-weight: 700;
  font-size: 16px !important;
}
.content .main .common-right .business .txt p {
  width: 100% !important;
  margin-bottom: 0 !important;
  text-align: justify !important;
  color: #0e0e12 !important;
  line-height: 1.5 !important;
}
@media (min-width: 1024px) {
  .header .logo a:first-child {
    width: 100%;
    height: 100%;
  }
  .row,
  body.boxed .wrapper-inner {
    max-width: 1170px;
  }
  .header {
    height: 80px !important;
  }
  .header .header-inner .nav-bar {
    margin-bottom: 0;
    min-height: 71px;
  }
  .header .header-inner .nav-bar .column {
    padding: 0;
  }
  .header .header-inner .nav-bar .column .logo {
    width: 35.3rem;
  }
  .header .header-inner .nav-bar .column .navigation .sub-menu li {
    border-top: 1px solid #fff;
  }
  .header .header-inner .nav-bar .column .navigation .sub-menu li a {
    color: #fff !important;
    opacity: 1 !important;
  }
  .header .header-inner .nav-bar .column .navigation .sub-menu li:nth-child(1) {
    border: 0;
  }
  .header .header-inner .nav-bar .column .navigation .sub-menu li:hover a {
    background: #1654a1;
  }
  .header .header-inner .nav-bar .column .navigation .sub-menu li:hover .sub-menu > li a {
    background: inherit!important;
    color: #fff !important;
  }
  .header .header-inner .nav-bar .column .navigation .sub-menu li:hover .sub-menu > li:hover > a {
    background: #1654a1 !important;
  }
}
@media (max-width: 1024px) {
  .navigation.nav-right > ul > li:last-child {
    background: initial;
  }
  .navigation.nav-right > ul > li:last-child span {
    color: #000;
  }
  .mobile .header + .content {
    padding-top: 80px;
  }
  .row,
  body.boxed .wrapper-inner {
    width: 90%;
  }
  .header {
    height: auto !important;
  }
  .header .logo {
    width: 19.5rem;
  }
  .header .header-inner {
    height: auto !important;
    box-sizing: content-box;
  }
  .header .header-inner .lang {
    margin-right: 9px !important;
  }
  .header .header-inner .lang button {
    padding: 5px 7px;
    background: inherit;
    border: 1px solid #fff;
    color: #fff;
    margin: 0;
  }
  .header .navigation > ul > li:after {
    display: none;
  }
  .header .navigation .navigation-show {
    margin: 0 !important;
  }
  .header .navigation .navigation-show .icon-menu {
    font-size: 38px !important;
  }
  .content .index-swiper .txt {
    top: 50%;
  }
  .content .index-swiper .txt h1 {
    font-size: 18px;
    margin: 0;
  }
  .content .index-swiper .txt p {
    width: 92%;
    margin: 8px auto;
    line-height: 1.5;
    font-size: 14px;
  }
  .content .index-swiper .txt a {
    padding: 5px 10px;
  }
  .content .index-swiper .swiper-pagination {
    bottom: 0px;
  }
  .content .index-about {
    padding: 20px 0;
  }
  .content .index-about .row {
    min-height: auto;
    display: inherit;
  }
  .content .index-about .row .width-6 {
    width: 100%;
    height: auto;
    padding: 15px;
    position: initial;
  }
  .content .index-about .row .width-6:first-child .box-about {
    padding: 10px 0;
  }
  .content .index-about .row .width-6:last-child {
    padding-bottom: 30px;
    margin-top: 20px;
  }
  .content .index-about .row .width-6:last-child h1 {
    margin: 15px 0;
  }
  .content .index-about .row .width-6:last-child p {
    margin: 0 auto 10px;
  }
  .content .index-about .row .width-6:last-child a {
    padding: 5px 20px;
  }
  .content .contact .width-6:nth-child(2) form .check input,
  .content .contact .width-6:nth-child(2) form .check span {
    color: #000;
  }
  .content .index-img-bg-txt .txt h1 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .content .index-img-bg-txt .txt a {
    padding: 5px 30px;
  }
  .content .index-vision {
    padding: 10px 0;
  }
  .content .index-vision .row p {
    width: 100%;
    text-align: justify;
  }
  .content .index-vision .row .padding-top-65 {
    padding-top: 10px;
  }
  .content .index-vision .row .padding-left-46 {
    padding-left: 0;
  }
  .content .index-vision .row .padding-top-20 {
    padding-top: 10px;
  }
  .content .index-img-txt-flex ul {
    flex-wrap: wrap;
  }
  .content .index-img-txt-flex ul li .txt h3 {
    font-size: 18px;
  }
  .content .index-img-txt-flex ul li .txt p {
    width: 80%;
    text-align: justify;
  }
  .content .banner .img {
    height: 130px;
  }
  .content .banner .img img {
    height: 100%;
  }
  .content .banner .txt h1 {
    font-size: 18px;
  }
  .content .map {
    height: 400px;
  }
  .content .main {
    margin: 20px 0;
  }
  .content .main .common-left {
    display: none;
  }
  .content .main .common-right {
    padding: 15px 0;
  }
  .content .main .common-right .news ul li a {
    display: flex;
    flex-wrap: wrap;
  }
  .content .main .common-right .news ul li a p {
    width: 100%;
    color: #0e0e12;
    line-height: 1.5;
    text-align: justify;
    margin: 0;
  }
  .content .main .common-right .news ul li a p:nth-child(1) {
    width: 100%;
  }
  .content .main .common-right .cover ul li {
    width: 100%;
  }
  .content .main .common-right .cover ul li .txt p {
    width: 100%;
  }
  .side-navigation-wrapper .logo {
    width: 19rem;
  }
}
/*# sourceMappingURL=all.css.map */