/* CSS Document */
@media (min-width: 768px) {
  html {
    font-size: 28px !important;
  }
}
@media (min-width: 1025px) {
  html {
    font-size: 30px !important;
  }
}
@media (min-width: 1280px) {
  html {
    font-size: 32px !important;
  }
}
@media (min-width: 1366px) {
  html {
    font-size: 34px !important;
  }
}
@media (min-width: 1440px) {
  html {
    font-size: 36px !important;
  }
}
@media (min-width: 1680px) {
  html {
    font-size: 40px !important;
  }
}
@font-face {
  font-family: 'gilroyBold';
  src: url('../font/gilroy-extrabold-webfont.woff') format('woff'), url('../font/gilroy-extrabold-webfont.woff2') format('woff2'), url('../font/Gilroy-ExtraBold.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gilroy';
  src: url('../font/gilroy-light-webfont.woff') format('woff'), url('../font/gilroy-light-webfont.woff2') format('woff2'), url('../font/Gilroy-light.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.gilroy {
  font-family: gilroy;
}
.gilroybold {
  font-family: gilroyBold;
}
.header {
  box-shadow: 4px 0 12px rgba(0, 0, 0, 0.42);
  background-color:#0074CC;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 666;
  height: 80px;
  width: 100%;
}
.header-inner {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  height: 100%;
}
.header-inner .logo {
  margin-right: 80px;
}
.header-inner .logo img{
  width: 100%;
}
.header-inner .login {
  color: #fff;
  margin-left: 20px;
  padding: 10px;
  position: relative;
  display: block;
  height: 80px;
  line-height: 60px;
  cursor: pointer;
}
.header-inner .login:hover .login-box {
  max-height: 80px;
  opacity: 1;
}
.header-inner .login .login-box {
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -70px;
  width: 140px;
  background-color: #fff;
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.1);
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s linear;
  opacity: 0;
}
.header-inner .login .login-box a {
  display: block;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  border-bottom: 1px dashed #ccc;
  border-bottom: 1px dashed #fff;
  background: rgba(36, 42, 48, 0.8);
  color: #fff;
}
.header-inner .login .login-box a:last-child {
  border-bottom: none;
}
.pc-nav {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  height: 80px;
  position: relative;
}
.pc-nav .bottomline {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 64px;
  height: 2px;
  background-color: #fff;
}
.pc-nav li {
  margin: 0 25px;
  padding: 30px 0;
}
.pc-nav li a {
  font-size: 16px;
  color: #fff;
}
.header-placeholder {
  height: 80px;
}
.global-btn1 {
  width: 140px;
  height: 38px;
  border-radius: 35px;
  display: block;
  line-height: 38px;
  color: #fff;
  text-align: center;
  background: linear-gradient(12deg, #25b4a3, #5ee6b3);
  font-size: 16px;
  margin-top: 40px;
}
.global-btn1:hover {
  color: #fff;
}
.global-btn2 {
  width: 140px;
  height: 38px;
  border-radius: 35px;
  display: block;
  line-height: 38px;
  color: #fff;
  text-align: center;
  background: #0074cc;
  font-size: 16px;
  margin-top: 70px;
}
.global-btn2:hover {
  color: #fff;
}
.flask-lg {
  position: absolute;
  display: block;
  width: 100px;
  height: 200%;
  background: #fff;
  top: 0;
  left: -100%;
  transform: skewX(-17deg);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4));
}
.flask-lg2 {
  position: absolute;
  display: block;
  width: 100px;
  height: 200%;
  background: #fff;
  top: 0;
  left: -100%;
  transform: skewX(-17deg);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4));
}
.flask-lg2.col-d {
  height: 200%;
  width: 200px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
}
.global-tit2 {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.global-tit2 h4 {
  font-size: 30px;
  font-weight: bold;
  position: relative;
  overflow: hidden;
}
.global-tit2 span {
  font-size: 24px;
  color: #0074cc;
  margin-left: 14px;
}
.global-tit2.animated .flask-lg2 {
  left: 140%;
  transition: all 1s linear 0.6s;
}
.flex-tit {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.flex-tit .global-tit2 h4 {
  color: #fff;
}
.flex-tit .global-btn2 {
  margin-top: 0;
}
.footer {
  background-color: #0074CC;
  padding-top: 90px;
}
.footer-top {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 56px;
}
.footer-top .footer-nav {
  flex: 1;
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
}
.footer-top .footer-nav > li {
  margin-right: 45px;
}
.footer-top .footer-nav > li > a {
  color: #fff;
  font-size: 16px;
}
.footer-top .footer-nav > li > dl {
  margin-top: 20px;
}
.footer-top .footer-nav > li > dl a {
  color: #fff;
  font-size: 14px;
  line-height: 36px;
}
.footer-top .footer-address {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  justify-content: flex-end;
  align-items: flex-end;
}
.footer-sup {
  line-height: 30px;
  border-top: 1px solid #505559;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.footer-sup span {
  margin: 0 15px;
}
.footer-sup a{ color: #fff;}
