@charset "UTF-8";
/* CSS Document */
@-webkit-keyframes loadingboxhide {
  0% {
    opacity: 1;
    top: 0;
  }
  80% {
    opacity: 1;
    top: 0%;
  }
  100% {
    opacity: 1;
    top: -120%;
  }
}
@keyframes loadingboxhide {
  0% {
    opacity: 1;
    top: 0;
  }
  80% {
    opacity: 1;
    top: 0%;
  }
  100% {
    opacity: 1;
    top: -120%;
  }
}

.toptitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.toptitle .titlehomeArea {
  width: 490px;
}

.toptitle .adlinkArea {
  width: calc(100% - 490px);
}

.toptitle .adlinkArea ul li img {
  display: block;
  width: 100%;
}

@media (max-width: 1025px) {
  .toptitle .titlehomeArea {
    width: 100%;
  }
  .toptitle .adlinkArea {
    width: 100%;
  }
}

.openVideo {
  width: 50px !important;
  height: 50px !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 99em;
  background: #bebebe;
  position: absolute;
  right: 20px;
  top: 100vh;
  -webkit-transform: translate(0, -85px);
  -ms-transform: translate(0, -85px);
  transform: translate(0, -85px);
  z-index: 10;
  color: #fff;
  font-size: 15px;
}

.openVideo:hover {
  color: #1871df;
}

.openVideo:after {
  font-size: 12px;
  display: block;
  content: "播放影片";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 5px);
  -ms-transform: translate(-50%, 5px);
  transform: translate(-50%, 5px);
  color: #555;
  width: 100%;
}

.bannerVideoBox {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: -110%;
  left: 0;
  z-index: 20;
  opacity: 1;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.player {
  opacity: 1;
  top: 0%;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

a.bannerVideoClose {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  background: #0253a6;
  border-radius: 99em;
  z-index: 25;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

a.bannerVideoClose span {
  display: block;
  width: 35px;
  height: 35px;
  position: relative;
}

a.bannerVideoClose span::before, a.bannerVideoClose span::after {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

a.bannerVideoClose span::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

a.bannerVideoClose:hover span::after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

a.bannerVideoClose:hover span::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mainArea {
  margin: 0;
  padding: 0;
}

.bannerArea ul li {
  position: relative;
  height: 100vh;
  overflow: hidden;
  background-size: cover;
  background-position: top center;
}

.bannerArea ul li .mainImg {
  display: none;
  width: 100%;
}

@media (max-width: 1180px) {
  .bannerArea ul li {
    height: auto;
  }
  .bannerArea ul li .mainImg {
    display: block;
  }
}

.newsArea {
  padding: 80px 0;
  position: relative;
}

.newsArea .btn {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.newsArea .newsbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.newsArea .newsbox .slick-dots li {
  margin: 0;
}

.newsArea .newsbox .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #1871df;
}

.newsArea .newsbox ul.newsPic {
  width: 440px;
  list-style: none;
}

.newsArea .newsbox ul.newsPic li .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.newsArea .newsbox ul.newsPic li .item .Img {
  padding: 10px;
}

.newsArea .newsbox ul.newsPic li .item .Img img {
  margin: 0 auto;
  max-width: 100%;
  -webkit-box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
  display: block;
}

.newsArea .newsbox ul.newsPic li .item h3 {
  padding: 10px;
  letter-spacing: 1px;
}

.newsArea .newsbox ul.newsPic li .item h3 a {
  font-size: 16px;
  color: #000;
  line-height: 0.8;
}

.newsArea .newsbox ul.newsPic li .item h3 a:hover {
  color: #0253a6;
  text-decoration: underline;
}

.newsArea .newsbox ul.newsList {
  width: calc(100% - 440px);
  overflow: hidden;
  padding: 0 0 10px 50px;
}

.newsArea .newsbox ul.newsList li.slick-current .item a {
  color: #0253a6;
  text-decoration: underline;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.newsArea .newsbox ul.newsList li .item {
  padding: 20px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 5px;
}

.newsArea .newsbox ul.newsList li .item .date {
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
  line-height: 1;
  font-size: 12px;
}

.newsArea .newsbox ul.newsList li .item .date b {
  font-size: 25px;
  padding-left: 5px;
}

.newsArea .newsbox ul.newsList li .item .newIcon {
  margin-right: 20px;
  min-width: 120px;
  text-align: center;
}

.newsArea .newsbox ul.newsList li .item a {
  font-size: 17px;
  color: #000;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.newsArea .newsbox ul.newsList li .item a:hover {
  color: #0253a6;
  text-decoration: underline;
}

@media (max-width: 1025px) {
  .newsArea {
    padding: 50px 0;
  }
  .newsArea .btn {
    padding-top: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .newsArea .newsbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .newsArea .newsbox ul.newsPic {
    width: 100%;
    display: none;
  }
  .newsArea .newsbox ul.newsList {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .newsArea .newsbox ul.newsList li .item {
    padding: 10px 0;
    margin: 0;
  }
  .newsArea .newsbox ul.newsList li .item .newIcon {
    display: none;
  }
}

.knowledgeArea {
  padding: 80px 0;
  position: relative;
  background: #fbfbfb;
}

.knowledgeArea .btn {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.knowledgeArea .knowledgebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.knowledgeArea .knowledgebox .slick-dots li {
  margin: 0;
}

.knowledgeArea .knowledgebox .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #1871df;
}

.knowledgeArea .knowledgebox ul.knowledgePic {
  width: 440px;
  list-style: none;
}

.knowledgeArea .knowledgebox ul.knowledgePic li .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.knowledgeArea .knowledgebox ul.knowledgePic li .item .Img {
  padding: 10px;
}

.knowledgeArea .knowledgebox ul.knowledgePic li .item .Img img {
  max-width: 100%;
  -webkit-box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
  display: block;
}

.knowledgeArea .knowledgebox ul.knowledgePic li .item h3 {
  padding: 10px;
  letter-spacing: 1px;
}

.knowledgeArea .knowledgebox ul.knowledgePic li .item h3 a {
  font-size: 16px;
  color: #000;
  line-height: 0.8;
}

.knowledgeArea .knowledgebox ul.knowledgePic li .item h3 a:hover {
  color: #0253a6;
  text-decoration: underline;
}

.knowledgeArea .knowledgebox ul.knowledgeList {
  width: calc(100% - 440px);
  overflow: hidden;
  padding: 0 0 10px 50px;
}

.knowledgeArea .knowledgebox ul.knowledgeList li.slick-current .item a {
  color: #0253a6;
  text-decoration: underline;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.knowledgeArea .knowledgebox ul.knowledgeList li .item {
  padding: 20px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 5px;
}

.knowledgeArea .knowledgebox ul.knowledgeList li .item .date {
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
  line-height: 1;
  font-size: 12px;
}

.knowledgeArea .knowledgebox ul.knowledgeList li .item .date b {
  font-size: 25px;
  padding-left: 5px;
}

.knowledgeArea .knowledgebox ul.knowledgeList li .item .newIcon {
  margin-right: 20px;
  min-width: 120px;
  text-align: center;
}

.knowledgeArea .knowledgebox ul.knowledgeList li .item a {
  font-size: 17px;
  color: #000;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.knowledgeArea .knowledgebox ul.knowledgeList li .item a:hover {
  color: #0253a6;
  text-decoration: underline;
}

@media (max-width: 1025px) {
  .knowledgeArea {
    padding: 50px 0;
  }
  .knowledgeArea .btn {
    padding-top: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .knowledgeArea .knowledgebox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .knowledgeArea .knowledgebox ul.knowledgePic {
    width: 100%;
    display: none;
  }
  .knowledgeArea .knowledgebox ul.knowledgeList {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .knowledgeArea .knowledgebox ul.knowledgeList li .item {
    padding: 10px 0;
    margin: 0;
  }
  .knowledgeArea .knowledgebox ul.knowledgeList li .item .newIcon {
    display: none;
  }
}

.yearnumber {
  position: relative;
}

.yearnumber::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.08);
}

.yearnumber ul {
  position: relative;
  z-index: 5;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.yearnumber ul div.item {
  border-right: 1px solid #f2f2f2;
  padding: 80px 0;
  -webkit-box-flex: 25%;
  -ms-flex: 25%;
  flex: 25%;
  font-size: 17px;
}

.yearnumber ul div.item:last-child {
  border-right: none;
}

.yearnumber ul div.item strong {
  font-weight: normal;
  font-size: 50px;
  font-family: 'Roboto', sans-serif;
  display: block;
}

.linkArea {
  padding: 100px 0;
}

.linkArea .wrap {
  overflow: hidden;
}

.linkArea .appbox {
  position: relative;
  margin: 0 0 30px 0;
  padding: 0 0 60px 0;
}

.linkArea .btn {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.linkArea button.slick-arrow {
  position: absolute;
  top: 30%;
  width: 61px;
  height: 20px;
  z-index: 33;
  text-indent: -9999px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.linkArea button.slick-arrow.slick-prev {
  background: url(../images/page-prev.png) no-repeat;
  left: 0px;
}

.linkArea button.slick-arrow.slick-next {
  background: url(../images/page-next.png) no-repeat;
  right: 0px;
}

.linkArea div.linkMain {
  width: 70%;
  margin: 0 auto;
}

.linkArea div.linkMain ul.slick-initialized div.slick-list {
  background: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 1px 3px 6px #c6c6c6;
  box-shadow: 1px 3px 6px #c6c6c6;
}

.linkArea div.linkMain ul.slick-initialized li .item {
  letter-spacing: 1px;
  padding: 20px;
  color: #000;
  text-align: center;
}

.linkArea div.linkMain ul.slick-initialized li .item h3 {
  font-size: 20px;
  font-weight: normal;
  padding-bottom: 10px;
  color: #0253a6;
}

.linkArea div.linkMain ul.slick-initialized li .item p {
  font-size: 16px;
}

.linkArea div.linkMain2 .slick-dots {
  -webkit-transform: translate(-20px, 0);
  -ms-transform: translate(-20px, 0);
  transform: translate(-20px, 0);
}

.linkArea div.linkMain2 .slick-list {
  overflow: inherit;
}

.linkArea div.linkMain2 ul.slick-slider {
  margin: 0 20px;
  position: static !important;
}

.linkArea div.linkMain2 ul.slick-slider li {
  width: 235px;
  z-index: 5;
  position: relative;
  cursor: pointer;
  opacity: 0.8;
}

.linkArea div.linkMain2 ul.slick-slider li.slick-center {
  -webkit-transition: 0.9s;
  -o-transition: 0.9s;
  transition: 0.9s;
  opacity: 1;
}

.linkArea div.linkMain2 ul.slick-slider li.slick-center .item {
  padding: 50px 0px 0;
}

.linkArea div.linkMain2 ul.slick-slider li.slick-center .item .Img img {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.linkArea div.linkMain2 ul.slick-slider li.slick-center .item .Img a {
  -webkit-transform: translate(0%, 50%) scale(1);
  -ms-transform: translate(0%, 50%) scale(1);
  transform: translate(0%, 50%) scale(1);
  -webkit-transition: 0.6s 0.6s;
  -o-transition: 0.6s 0.6s;
  transition: 0.6s 0.6s;
}

.linkArea div.linkMain2 ul.slick-slider li.slick-center .item h3 {
  display: none;
}

.linkArea div.linkMain2 ul.slick-slider li .item {
  padding: 40px 0px 80px;
}

.linkArea div.linkMain2 ul.slick-slider li .item .Img {
  position: relative;
}

.linkArea div.linkMain2 ul.slick-slider li .item .Img a {
  border-radius: 99em;
  position: absolute;
  width: 100px;
  height: 100px;
  background: rgba(2, 83, 166, 0.9);
  bottom: 0;
  right: 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 10;
  -webkit-transform-origin: left right;
  -ms-transform-origin: left right;
  transform-origin: left right;
  -webkit-transform: translate(0%, 50%) scale(0);
  -ms-transform: translate(0%, 50%) scale(0);
  transform: translate(0%, 50%) scale(0);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.linkArea div.linkMain2 ul.slick-slider li .item .Img img {
  -webkit-transform: scale(0.72);
  -ms-transform: scale(0.72);
  transform: scale(0.72);
  width: 100%;
  border-radius: 99em;
  overflow: hidden;
  display: block;
  border: 3px solid #f2f2f2;
  -webkit-transition: 0.9s;
  -o-transition: 0.9s;
  transition: 0.9s;
  z-index: 5;
  position: relative;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}

.linkArea div.linkMain2 ul.slick-slider li .item h3 {
  padding: 15px 40px 0;
  font-size: 16px;
  color: #6e6e6e;
  text-align: center;
  font-weight: normal;
}

.linkArea div.linkMain2 ul.slick-slider .slick-dots {
  bottom: 0;
}

.linkArea div.linkMain2 ul.slick-slider .slick-dots li {
  width: 20px;
  margin: 0;
}

.linkArea div.linkMain2 ul.slick-slider .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #1871df;
}

@media (max-width: 767px) {
  .linkArea {
    padding: 50px 0;
  }
  .linkArea div.linkMain {
    width: 90%;
  }
}

@media (max-width: 380px) {
  .linkArea button.slick-arrow {
    display: none !important;
  }
  .linkArea div.linkMain {
    width: 100%;
  }
  .linkArea div.linkMain2 ul.slick-slider li {
    width: 320px;
  }
  .linkArea div.linkMain2 ul.slick-slider li.slick-center .item {
    padding: 0px 50px 0;
  }
  .linkArea div.linkMain2 ul.slick-slider li .item {
    padding: 0 20px;
  }
  .linkArea div.linkMain2 ul.slick-slider li .item h3 {
    display: none;
  }
}

.brandArea .slick-prev:before, .brandArea .slick-next:before {
  color: #aaa;
}

.brandArea .slick-next {
  right: 0px;
}

.brandArea .slick-prev {
  left: 0px;
}

.brandArea ul {
  padding: 60px 0;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

@media (max-width: 767px) {
  .brandArea ul {
    padding: 20px 0;
  }
}

.brandArea ul li {
  margin: 0 20px;
  position: relative;
}

.brandArea ul li img {
  width: 100%;
  display: block;
  z-index: 5;
  position: relative;
  -webkit-transition: 0.9s;
  -o-transition: 0.9s;
  transition: 0.9s;
}

.brandArea ul li img:last-child {
  opacity: 0;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  -webkit-transition: opacity 1s , -webkit-transform 0.5s;
  transition: opacity 1s , -webkit-transform 0.5s;
  -o-transition: transform 0.5s , opacity 1s;
  transition: transform 0.5s , opacity 1s;
  transition: transform 0.5s , opacity 1s , -webkit-transform 0.5s;
}

.brandArea ul li:hover img:last-child {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: opacity 1s , -webkit-transform 0.5s;
  transition: opacity 1s , -webkit-transform 0.5s;
  -o-transition: transform 0.5s , opacity 1s;
  transition: transform 0.5s , opacity 1s;
  transition: transform 0.5s , opacity 1s , -webkit-transform 0.5s;
}

.brandArea ul li img:first-child {
  opacity: 1;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
}

.brandArea ul li:hover img:first-child {
  opacity: 0;
}
