* {
  border: 0;
  outline: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-collapse: collapse;
  text-decoration: none;
  touch-action: manipulation;
}
::-webkit-scrollbar {
  width: 3px;
  height: 0px;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  overflow: hidden;
}
::-webkit-scrollbar-track {
  background: #fff;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
::-webkit-scrollbar-thumb {
  background: #093935;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
::-webkit-input-placeholder {
  color: #ccc;
}
::-moz-placeholder {
  color: #ccc;
}
:-moz-placeholder {
  color: #ccc;
}
:-ms-input-placeholder {
  color: #ccc;
}
input,
button,
select,
textarea {
  color: #333;
  font-size: 16px;
  font-family: 'Microsoft Yahei', 'Hiragino Sans GB', 'Microsoft Sans Serif', 'WenQuanYi Micro Hei', 'sans-serif';
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  background: none;
}
@media screen and (max-width: 1280px) {
  input,
  button,
  select,
  textarea {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  input,
  button,
  select,
  textarea {
    font-size: 0.28rem;
  }
}
button,
input[type="submit"] {
  cursor: pointer;
}
body {
  color: #333;
  font-size: 16px;
  font-family: 'Microsoft Yahei', 'Hiragino Sans GB', 'Microsoft Sans Serif', 'WenQuanYi Micro Hei', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
  background-color: #fff;
}
@media screen and (max-width: 1280px) {
  body {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  body {
    font-size: 0.28rem;
  }
}
html,
body {
  overflow-x: hidden;
}
.wrapper {
  padding: 0 100px;
}
@media screen and (max-width: 1920px) {
  .wrapper {
    padding: 0 calc(100 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .wrapper {
    padding: 0 0.4rem;
  }
}
.wrap {
  padding: 0 160px;
}
@media screen and (max-width: 1920px) {
  .wrap {
    padding: 0 calc(160 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .wrap {
    padding: 0 0.4rem;
  }
}
.wp {
  max-width: 1280px;
  padding: 0 160px;
  margin: 0 auto;
}
@media screen and (max-width: 1920px) {
  .wp {
    padding: 0 calc(160 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .wp {
    padding: 0 0.4rem;
  }
}
.h20 {
  height: 20px;
}
@media screen and (max-width: 1920px) {
  .h20 {
    height: calc(20 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .h20 {
    height: 0.2rem;
  }
}
.h40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 1920px) {
  .h40 {
    margin-bottom: calc(40 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  .h40 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  .h40 {
    margin-bottom: 0.4rem;
  }
}
.h60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 1920px) {
  .h60 {
    margin-bottom: calc(60 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  .h60 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 750px) {
  .h60 {
    margin-bottom: 0.6rem;
  }
}
.h100 {
  margin-bottom: 100px;
}
@media screen and (max-width: 1920px) {
  .h100 {
    margin-bottom: calc(100 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  .h100 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 750px) {
  .h100 {
    margin-bottom: 1rem;
  }
}
.hidePc {
  display: none;
}
@media screen and (max-width: 990px) {
  .hidePc {
    display: block;
  }
}
.showPc {
  display: block;
}
@media screen and (max-width: 990px) {
  .showPc {
    display: none;
  }
}
@font-face {
  font-family: 'BebasNeue';
  font-style: normal;
  src: url("../font/BebasNeue-Regular.woff2") format('woff2'), url("../font/BebasNeue-Regular.woff") format('woff'), url("../font/BebasNeue-Regular.ttf") format('truetype');
}
@font-face {
  font-family: 'AnoBold';
  font-style: normal;
  src: url("../font/AnoBold.otf");
}
@font-face {
  font-family: 'DIN';
  font-style: normal;
  src: url("../font/DIN-Medium.otf");
}
.header_space {
  padding-top: 80px;
}
@media screen and (max-width: 750px) {
  .header_space {
    padding-top: 1.2rem;
  }
}
.header_dark #header {
  background-color: #093935;
}
#header {
  position: fixed;
  z-index: 9;
  left: 0;
  right: 0;
  top: 0;
  padding: 15px 0;
  height: 50px;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
}
@media screen and (max-width: 750px) {
  #header {
    padding: 0.1rem 0;
    height: 1rem;
  }
}
#header.tapstate,
#header.scrolled {
  background-color: #093935;
  -webkit-box-shadow: 0px 9px 9px 0px rgba(0,0,0,0.1);
  -ms-box-shadow: 0px 9px 9px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 9px 9px 0px rgba(0,0,0,0.1);
}
@media screen and (max-width: 750px) {
  #header.tapstate,
  #header.scrolled {
    -webkit-box-shadow: 0px 0.1rem 0.1rem 0px rgba(0,0,0,0.1);
    -ms-box-shadow: 0px 0.1rem 0.1rem 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0.1rem 0.1rem 0px rgba(0,0,0,0.1);
  }
}
@media screen and (max-width: 750px) {
  #header:hover {
    background-color: #093935;
    -webkit-box-shadow: 0px 0.1rem 0.1rem 0px rgba(0,0,0,0.1);
    -ms-box-shadow: 0px 0.1rem 0.1rem 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0.1rem 0.1rem 0px rgba(0,0,0,0.1);
  }
}
#header .container {
  padding: 0 25px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1920px) {
  #header .container {
    padding: 0 calc(25 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  #header .container {
    padding: 0 0.25rem;
  }
}
#header .container .right {
  height: 50px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 750px) {
  #header .container .right {
    height: 1rem;
  }
}
#header .container .logo img {
  filter: brightness(100);
  display: block;
  max-height: 35px;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
}
@media screen and (max-width: 750px) {
  #header .container .logo img {
    max-height: 0.6rem;
  }
}
@media screen and (max-width: 990px) {
  #header .container .navigator {
    display: none;
  }
}
#header .container .navigator.open .sublist {
  opacity: 1;
  visibility: visible;
}
#header .container .navigator .sublist {
  color: #bbb;
  padding: 120px 0;
  background-color: rgba(9,57,53,0.9);
  position: fixed;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.55s;
  -ms-transition: 0.55s;
  transition: 0.55s;
}
#header .container .navigator .sublist .subclose {
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  position: absolute;
  top: 100px;
  right: 160px;
}
@media screen and (max-width: 1920px) {
  #header .container .navigator .sublist .subclose {
    right: calc(160 / 1920 * 100vw);
  }
}
#header .container .navigator .sublist::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 80px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
#header .container .navigator .sublist ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
#header .container .navigator .sublist ul li {
  flex: 1;
  margin-right: 35px;
}
@media screen and (max-width: 1920px) {
  #header .container .navigator .sublist ul li {
    margin-right: calc(35 / 1920 * 100vw);
  }
}
#header .container .navigator .sublist ul li:last-child {
  margin-right: 0;
}
#header .container .navigator .sublist dl {
  font-size: 14px;
  line-height: 2;
}
#header .container .navigator .sublist dl dt {
  font-size: 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  margin-bottom: 15px;
}
#header .container .navigator .sublist dl dt a {
  color: #fff;
}
#header .container .navigator .sublist dl dd a {
  color: #bbb;
}
#header .container .navigator .sublist dl dd a:hover {
  text-decoration: underline;
}
#header .container .navigator .navlist {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
#header .container .navigator .navlist li {
  height: 50px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
  position: relative;
  margin: 0 50px;
}
@media screen and (max-width: 1920px) {
  #header .container .navigator .navlist li {
    margin: 0 calc(50 / 1920 * 100vw);
  }
}
#header .container .navigator .navlist li .v1 {
  color: #fff;
  line-height: 2;
}
#header .container .navigator .navlist li.active .v1 {
  color: $blue;
}
#header .container .navigator .navlist li .sub {
  display: none;
  padding: 10px 0;
  background-color: rgba(49,123,126,0.95);
  -webkit-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.55s;
  -ms-transition: 0.55s;
  transition: 0.55s;
}
#header .container .navigator .navlist li .sub .sub_list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
}
#header .container .navigator .navlist li .sub .s1 {
  color: #fff;
  line-height: 2.25;
  text-align: center;
  padding: 0 20px;
  display: block;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
  white-space: nowrap;
}
#header .container .navigator .navlist li .sub .s1:hover {
  color: #fff;
  background-color: rgba(255,255,255,0.1);
}
#header .container .navigator .navlist li:hover .sub {
  opacity: 1;
  visibility: visible;
}
#header .container .search,
#header .container .lang,
#header .container .menu {
  color: #fff;
  cursor: pointer;
  height: 50px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
  margin-left: 25px;
}
@media screen and (max-width: 1920px) {
  #header .container .search,
  #header .container .lang,
  #header .container .menu {
    margin-left: calc(25 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  #header .container .search,
  #header .container .lang,
  #header .container .menu {
    width: 50px;
    justify-content: center;
    margin-left: 10px;
  }
}
@media screen and (max-width: 750px) {
  #header .container .search,
  #header .container .lang,
  #header .container .menu {
    font-size: 0.4rem;
    height: 1rem;
    width: 0.8rem;
    margin-left: 0.1rem;
  }
}
#header .container .search.showPc,
#header .container .lang.showPc,
#header .container .menu.showPc {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 990px) {
  #header .container .search.showPc,
  #header .container .lang.showPc,
  #header .container .menu.showPc {
    display: none;
  }
}
#header .container .search.hidePc,
#header .container .lang.hidePc,
#header .container .menu.hidePc {
  display: none;
}
@media screen and (max-width: 990px) {
  #header .container .search.hidePc,
  #header .container .lang.hidePc,
  #header .container .menu.hidePc {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }
}
#header .container .search i,
#header .container .lang i,
#header .container .menu i {
  font-size: 20px;
  margin: 0 5px;
}
@media screen and (max-width: 750px) {
  #header .container .search i,
  #header .container .lang i,
  #header .container .menu i {
    font-size: 0.4rem;
    margin: 0;
  }
}
#header .container .lang {
  position: relative;
}
@media screen and (max-width: 990px) {
  #header .container .lang {
    position: static;
  }
}
#header .container .lang i {
  font-size: 24px;
}
@media screen and (max-width: 750px) {
  #header .container .lang i {
    font-size: 0.4rem;
  }
}
#header .container .lang .jt {
  width: 0;
  height: 0;
  border-width: 5px 4px 0 4px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
#header .container .lang:hover .option {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 990px) {
  #header .container .lang span {
    display: none;
  }
}
#header .container .lang .option {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
  position: absolute;
  right: 0;
  left: 0;
  top: 100%;
  padding: 10px 0;
  background-color: rgba(49,123,126,0.95);
  -webkit-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
#header .container .lang .option li {
  border-bottom: 1px solid rgba(255,255,255,0.2);
}
#header .container .lang .option li:last-child {
  border-bottom: 0;
}
#header .container .lang .option a {
  color: #fff;
  text-align: center;
  line-height: 2;
  display: block;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
}
@media screen and (max-width: 990px) {
  #header .container .lang .option a {
    padding: 0;
  }
}
#header .container .lang .option a:hover {
  color: #fff;
  background-color: rgba(255,255,255,0.1);
}
#header .container .menu {
  display: none;
}
@media screen and (max-width: 990px) {
  #header .container .menu {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }
}
#header .container .menu .icon-menu {
  display: block;
}
#header .container .menu .close {
  display: none;
}
#header .container .menu.open .icon-menu {
  display: none;
}
#header .container .menu.open .close {
  display: block;
}
#menuBox {
  position: fixed;
  z-index: 8;
  left: 0;
  right: 0;
  top: 80px;
  bottom: 0;
  padding: 10px 0;
  background: rgba(9,57,53,0.9);
  overflow-y: auto;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: perspective(1000px) rotateY(90deg);
  -ms-transform: perspective(1000px) rotateY(90deg);
  transform: perspective(1000px) rotateY(90deg);
  transform-origin: left;
  transform-style: preserve-3d;
}
@media screen and (max-width: 990px) {
  #menuBox {
    top: 80px;
    padding-top: 30px;
  }
}
@media screen and (max-width: 750px) {
  #menuBox {
    top: 1.2rem;
  }
}
#menuBox.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: perspective(1000px) rotateY(0deg);
  -ms-transform: perspective(1000px) rotateY(0deg);
  transform: perspective(1000px) rotateY(0deg);
}
#menuBox.show .navigator li,
#menuBox.show .navigator dl {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  transition-duration: 0.8s;
}
#menuBox .navigator li {
  line-height: 2;
}
@media screen and (max-width: 750px) {
  #menuBox .navigator li {
    margin-bottom: 0.2rem;
  }
}
#menuBox .navigator li:nth-child(1) {
  transition-delay: 0.1s;
}
#menuBox .navigator li:nth-child(2) {
  transition-delay: 0.3s;
}
#menuBox .navigator li:nth-child(3) {
  transition-delay: 0.5s;
}
#menuBox .navigator li:nth-child(4) {
  transition-delay: 0.7s;
}
#menuBox .navigator li:nth-child(5) {
  transition-delay: 0.9s;
}
#menuBox .navigator li:nth-child(6) {
  transition-delay: 1.1s;
}
#menuBox .navigator .v1 {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 1280px) {
  #menuBox .navigator .v1 {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  #menuBox .navigator .v1 {
    font-size: 0.32rem;
  }
}
#menuBox .navigator .s1 {
  color: rgba(255,255,255,0.8);
}
#menuBox .navigator .v1,
#menuBox .navigator .s1 {
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
}
#menuBox .navigator .v1:hover,
#menuBox .navigator .s1:hover {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}
#menuBox .navigator li,
#menuBox .navigator dl {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}
#searchBox {
  position: fixed;
  z-index: 10;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  color: #fff;
  background: rgba(0,0,0,0.7);
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
}
@media screen and (max-width: 990px) {
  #searchBox {
    display: none;
  }
}
#searchBox .cont_box {
  background-color: #222;
}
#searchBox .cont_wrap {
  position: relative;
  max-width: 680px;
  margin: 0 auto;
}
@media screen and (max-width: 990px) {
  #searchBox .cont_wrap {
    width: auto;
  }
}
#searchBox .form {
  color: #fff;
  height: 80px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
}
#searchBox .form .inp,
#searchBox .form .btn {
  color: #fff;
  height: 50px;
  background: none;
}
@media screen and (max-width: 1280px) {
  #searchBox .form .inp,
  #searchBox .form .btn {
    height: 40px;
  }
}
#searchBox .form .inp {
  flex: 1;
  padding: 0 40px;
  border: 1px solid rgba(255,255,255,0.5);
  -webkit-border-radius: 35px;
  -ms-border-radius: 35px;
  border-radius: 35px;
}
@media screen and (max-width: 1920px) {
  #searchBox .form .inp {
    padding: 0 calc(40 / 1920 * 100vw);
    -webkit-border-radius: calc(35 / 1920 * 100vw);
    -ms-border-radius: calc(35 / 1920 * 100vw);
    border-radius: calc(35 / 1920 * 100vw);
  }
}
#searchBox .form .close,
#searchBox .form .btn {
  width: 40px;
  height: 50px;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1280px) {
  #searchBox .form .close,
  #searchBox .form .btn {
    height: 40px;
  }
}
#searchBox .hotWords {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  color: #333;
  padding: 20px 10px;
  background-color: #fff;
}
#searchBox .hotWords .tit {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 1920px) {
  #searchBox .hotWords .tit {
    margin-bottom: calc(20 / 1920 * 100vw);
  }
}
#searchBox .hotWords .tit i {
  width: 30px;
  text-align: center;
  display: block;
}
#searchBox .hotWords .link a {
  color: #333;
  font-size: 18px;
  line-height: 2;
  white-space: nowrap;
  padding-left: 30px;
  display: block;
}
#searchBox .hotWords .link a:hover {
  color: $blue;
  background-color: rgba(0,0,0,0.05);
}
#searchBox.show {
  opacity: 1;
  visibility: visible;
}
.g_consultbox {
  color: #fff;
  padding: 70px 0;
  background-color: #093935;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 1920px) {
  .g_consultbox {
    padding: calc(70 / 1920 * 100vw) 0;
  }
}
@media screen and (max-width: 990px) {
  .g_consultbox {
    padding: 50px 0;
  }
}
@media screen and (max-width: 750px) {
  .g_consultbox {
    padding: 1rem 0;
  }
}
.g_consultbox .box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .g_consultbox .box {
    display: block;
  }
}
.g_consultbox .box .left {
  width: 740px;
  padding-right: 90px;
  border-right: 1px solid rgba(241,241,241,0.2);
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1920px) {
  .g_consultbox .box .left {
    width: calc(740 / 1920 * 100vw);
    padding-right: calc(90 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .g_consultbox .box .left {
    width: auto;
    padding-right: 0;
    border-right: 0;
    padding-bottom: 0.6rem;
    border-bottom: 1px solid rgba(241,241,241,0.2);
    margin-bottom: 0.6rem;
  }
}
.g_consultbox .box .right {
  width: 50%;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1920px) {
  .g_consultbox .box .right {
    padding-left: calc(20 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .g_consultbox .box .right {
    width: auto;
    padding-left: 0;
  }
}
.g_consultbox .text {
  font-size: 20px;
}
@media screen and (max-width: 1440px) {
  .g_consultbox .text {
    font-size: 18px;
  }
}
@media screen and (max-width: 1280px) {
  .g_consultbox .text {
    font-size: 16px;
  }
}
@media screen and (max-width: 990px) {
  .g_consultbox .text {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  .g_consultbox .text {
    font-size: 0.32rem;
  }
}
.g_consultbox .text .title {
  font-size: 50px;
  line-height: 1.1;
  margin-bottom: 20px;
}
@media screen and (max-width: 1920px) {
  .g_consultbox .text .title {
    font-size: calc(50 / 1920 * 100vw);
    margin-bottom: calc(20 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  .g_consultbox .text .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 750px) {
  .g_consultbox .text .title {
    font-size: 0.4rem;
    margin-bottom: 0.2rem;
  }
}
.g_consultbox .form {
  font-size: 14px;
}
@media screen and (max-width: 750px) {
  .g_consultbox .form {
    font-size: 0.24rem;
  }
}
.g_consultbox .form .list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 990px) {
  .g_consultbox .form .list {
    display: block;
  }
}
.g_consultbox .form .item {
  color: #000;
  width: calc((100% - 20px) / 2);
  padding: 0 20px;
  background-color: #fff;
  -webkit-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 1920px) {
  .g_consultbox .form .item {
    width: calc((100% - calc(20 / 1920 * 100vw)) / 2);
  }
}
@media screen and (max-width: 990px) {
  .g_consultbox .form .item {
    width: auto;
  }
}
@media screen and (max-width: 750px) {
  .g_consultbox .form .item {
    padding: 0 0.4rem;
    -webkit-border-radius: 0.45rem;
    -ms-border-radius: 0.45rem;
    border-radius: 0.45rem;
    margin-bottom: 0.3rem;
  }
}
.g_consultbox .form .inp {
  height: 50px;
  width: 100%;
  display: block;
}
@media screen and (max-width: 1920px) {
  .g_consultbox .form .inp {
    height: calc(50 / 1920 * 100vw);
    min-height: 40px;
  }
}
@media screen and (max-width: 750px) {
  .g_consultbox .form .inp {
    height: 0.9rem;
  }
}
.g_consultbox .form .label label {
  display: -ms-inline-flexbox;
  display: -webkit-inline-flexbox;
  display: inline-flex;
  align-items: center;
}
.g_consultbox .form .label .checkbox {
  width: 15px;
  height: 15px;
  border: 1px solid #f1f1f1;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin-right: 6px;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .g_consultbox .form .label .checkbox {
    width: 0.3rem;
    height: 0.3rem;
    margin-right: 0.1rem;
  }
}
.g_consultbox .form .label .checkbox::after {
  content: '\e82b';
  color: #317b7e;
  font-size: 14px;
  font-family: 'iconfont';
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .g_consultbox .form .label .checkbox::after {
    font-size: 0.28rem;
  }
}
.g_consultbox .form .label .checkbox:checked {
  background-color: #f1f1f1;
}
.g_consultbox .form .label .checkbox:checked::after {
  opacity: 1;
}
.g_consultbox .form .gbtn1 {
  margin: 20px 0;
}
@media screen and (max-width: 750px) {
  .g_consultbox .form .gbtn1 {
    margin: 0.4rem 0;
  }
}
.g_helpbox {
  color: #fff;
  text-align: center;
  padding: 120px 0;
  background-color: #093935;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 1920px) {
  .g_helpbox {
    padding: calc(120 / 1920 * 100vw) 0;
  }
}
@media screen and (max-width: 990px) {
  .g_helpbox {
    padding: 50px 0;
  }
}
@media screen and (max-width: 750px) {
  .g_helpbox {
    padding: 1rem 0;
  }
}
.g_helpbox .title {
  font-size: 50px;
  line-height: 1.1;
  font-weight: 400;
  margin-bottom: 25px;
}
@media screen and (max-width: 1920px) {
  .g_helpbox .title {
    font-size: calc(50 / 1920 * 100vw);
    margin-bottom: calc(25 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .g_helpbox .title {
    font-size: 0.4rem;
    margin-bottom: 0.25rem;
  }
}
.g_helpbox .intro {
  font-size: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1920px) {
  .g_helpbox .intro {
    margin-bottom: calc(30 / 1920 * 100vw);
  }
}
@media screen and (max-width: 1440px) {
  .g_helpbox .intro {
    font-size: 18px;
  }
}
@media screen and (max-width: 1280px) {
  .g_helpbox .intro {
    font-size: 16px;
  }
}
@media screen and (max-width: 990px) {
  .g_helpbox .intro {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  .g_helpbox .intro {
    font-size: 0.32rem;
    margin-bottom: 0.3rem;
  }
}
#footer {
  color: #999;
  font-size: 14px;
  background-color: #222;
  position: relative;
}
@media screen and (max-width: 1280px) {
  #footer {
    font-size: 12px;
  }
}
@media screen and (max-width: 750px) {
  #footer {
    font-size: 0.24rem;
    text-align: center;
  }
}
#footer a {
  color: #999;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
}
#footer a:hover {
  color: #fff;
}
#footer h4 {
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
}
@media screen and (max-width: 1440px) {
  #footer h4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1280px) {
  #footer h4 {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  #footer h4 {
    font-size: 0.32rem;
  }
}
#footer .toTop {
  color: #000;
  font-size: 18px;
  cursor: pointer;
  width: 42px;
  height: 42px;
  background-color: #dadada;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 8;
  right: 25px;
  bottom: 25px;
}
@media screen and (max-width: 750px) {
  #footer .toTop {
    font-size: 0.32rem;
    width: 0.8rem;
    height: 0.8rem;
    right: 0.25rem;
    bottom: 0.25rem;
  }
}
#footer .ftop {
  color: #fff;
  position: relative;
  padding: 90px 0 80px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1920px) {
  #footer .ftop {
    padding: calc(90 / 1920 * 100vw) 0 calc(80 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  #footer .ftop {
    padding: 0.6rem 0;
    display: block;
  }
}
#footer .ftop h4 {
  margin-bottom: 20px;
}
@media screen and (max-width: 1920px) {
  #footer .ftop h4 {
    margin-bottom: calc(20 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  #footer .ftop h4 {
    margin-bottom: 0.3rem;
  }
}
#footer .ftop .fnav {
  flex: 1;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  #footer .ftop .fnav {
    display: none;
  }
}
#footer .ftop .fnav .s1 {
  color: #fff;
  line-height: 2;
}
#footer .ftop .fnav .s1:hover {
  text-decoration: underline;
}
#footer .ftop .finfo {
  width: calc(750 / 1720 * 100%);
}
@media screen and (max-width: 750px) {
  #footer .ftop .finfo {
    width: auto;
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  #footer .ftop .finfo .address {
    display: inline-block;
    text-align: left;
  }
}
#footer .ftop .finfo .address li {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 1920px) {
  #footer .ftop .finfo .address li {
    margin-bottom: calc(15 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  #footer .ftop .finfo .address li {
    margin-bottom: 0.1rem;
  }
}
#footer .ftop .finfo .address li:last-child {
  margin-bottom: 0;
}
#footer .ftop .finfo .address i {
  font-size: 24px;
  margin-right: 8px;
}
@media screen and (max-width: 1440px) {
  #footer .ftop .finfo .address i {
    font-size: 22px;
  }
}
@media screen and (max-width: 1280px) {
  #footer .ftop .finfo .address i {
    font-size: 20px;
  }
}
@media screen and (max-width: 990px) {
  #footer .ftop .finfo .address i {
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  #footer .ftop .finfo .address i {
    font-size: 0.36rem;
    margin-right: 0.1rem;
  }
}
#footer .ftop .finfo .address .tel {
  font-size: 24px;
  font-family: 'BebasNeue';
}
@media screen and (max-width: 990px) {
  #footer .ftop .finfo .address .tel {
    font-size: 20px;
  }
}
@media screen and (max-width: 750px) {
  #footer .ftop .finfo .address .tel {
    font-size: 0.36rem;
  }
}
#footer .fcent {
  min-height: 50px;
  padding: 20px 0;
  border-top: 1px solid rgba(255,255,255,0.1);
  border-bottom: 1px solid rgba(255,255,255,0.1);
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1920px) {
  #footer .fcent {
    padding: calc(20 / 1920 * 100vw) 0;
  }
}
@media screen and (max-width: 750px) {
  #footer .fcent {
    padding: 0.2rem 0;
    min-height: 0;
    display: block;
  }
}
#footer .fcent .link {
  flex: 1;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 750px) {
  #footer .fcent .link {
    display: none;
  }
}
#footer .fcent .link .cont {
  flex: 1;
  margin-left: 30px;
}
@media screen and (max-width: 1920px) {
  #footer .fcent .link .cont {
    margin-left: calc(30 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  #footer .fcent .link .cont {
    margin-left: 0.3rem;
  }
}
#footer .fcent .link .cont a {
  display: inline-block;
  margin-right: 20px;
  position: relative;
}
@media screen and (max-width: 1920px) {
  #footer .fcent .link .cont a {
    margin-right: calc(20 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  #footer .fcent .link .cont a {
    margin-right: 0.2rem;
  }
}
#footer .fcent .link .cont a::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #999;
  opacity: 0;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
}
#footer .fcent .link .cont a:last-child {
  margin-right: 0;
}
#footer .fcent .link .cont a:hover {
  color: #999;
}
#footer .fcent .link .cont a:hover::after {
  opacity: 1;
}
#footer .fcent .share {
  color: #fff;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 750px) {
  #footer .fcent .share {
    justify-content: center;
  }
}
@media screen and (max-width: 750px) {
  #footer .fcent .share .tit {
    display: none;
  }
}
#footer .fcent .share .pop {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
  position: absolute;
  left: 50%;
  bottom: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100px;
  height: 100px;
  padding: 5px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#footer .fcent .share .pop::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 100%;
  height: 0;
  width: 0;
  border: 4px solid;
  border-color: #fff transparent transparent transparent;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#footer .fcent .share .pop img {
  display: block;
  width: 100%;
  height: 100%;
}
#footer .fcent .share a {
  color: #fff;
  width: 42px;
  height: 42px;
  background-color: rgba(218,218,218,0.2);
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: block;
  margin-left: 20px;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1920px) {
  #footer .fcent .share a {
    width: calc(42 / 1920 * 100vw);
    height: calc(42 / 1920 * 100vw);
    min-width: 32px;
    min-height: 32px;
    margin-left: calc(20 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  #footer .fcent .share a {
    width: 0.7rem;
    height: 0.7rem;
    margin: 0 0.1rem;
  }
}
#footer .fcent .share a:hover {
  color: #fff;
  background-color: #093935;
}
#footer .fcent .share a:hover .pop {
  opacity: 1;
  visibility: visible;
}
#footer .fcent .share i {
  font-size: 18px;
}
@media screen and (max-width: 1440px) {
  #footer .fcent .share i {
    font-size: 16px;
  }
}
@media screen and (max-width: 1280px) {
  #footer .fcent .share i {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  #footer .fcent .share i {
    font-size: 0.28rem;
  }
}
#footer .fbot {
  padding: 40px 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1920px) {
  #footer .fbot {
    padding: calc(40 / 1920 * 100vw) 0;
  }
}
@media screen and (max-width: 750px) {
  #footer .fbot {
    padding: 0.4rem 0;
    display: block;
  }
}
#footer .fbot span {
  display: inline-block;
}
#footer .fbot img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}
#footer .fbot .copy span {
  margin: 0 20px;
}
@media screen and (max-width: 1920px) {
  #footer .fbot .copy span {
    margin: 0 calc(20 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  #footer .fbot .copy span {
    margin: 0 0.2rem;
    display: block;
  }
}
#main {
  overflow: hidden;
  position: relative;
  z-index: 3;
}
.cyan {
  color: #317b7e;
}
.gbtn1 {
  color: #fff;
  width: 150px;
  height: 50px;
  background-color: rgba(255,255,255,0.5);
  -webkit-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flexbox;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
}
@media screen and (max-width: 1920px) {
  .gbtn1 {
    width: calc(150 / 1920 * 100vw);
    height: calc(50 / 1920 * 100vw);
    min-width: 8em;
    min-height: 40px;
  }
}
@media screen and (max-width: 750px) {
  .gbtn1 {
    width: 3rem;
    height: 0.9rem;
    -webkit-border-radius: 0.45rem;
    -ms-border-radius: 0.45rem;
    border-radius: 0.45rem;
  }
}
.gbtn1.btn_border {
  background-color: transparent;
  border: 1px solid #f1f1f1;
}
.gbtn1:hover {
  color: #317b7e;
  background-color: #fff;
}
.gbtn2 {
  color: #fff;
  font-size: 14px;
  width: 170px;
  height: 50px;
  background-color: #317b7e;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flexbox;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
}
@media screen and (max-width: 1920px) {
  .gbtn2 {
    width: calc(170 / 1920 * 100vw);
    height: calc(50 / 1920 * 100vw);
    min-width: 10em;
    min-height: 40px;
  }
}
@media screen and (max-width: 750px) {
  .gbtn2 {
    font-size: 0.28rem;
    width: 3rem;
    height: 0.9rem;
  }
}
.gbtn2:hover {
  color: #fff;
  background-color: rgba(49,123,126,0.7);
}
.gbtn2.btn_white {
  background-color: rgba(255,255,255,0.3);
}
.gbtn2.btn_white:hover {
  color: #317b7e;
  background-color: #fff;
}
.gbtn2 i {
  font-size: 12px;
  margin-left: 20px;
}
@media screen and (max-width: 1920px) {
  .gbtn2 i {
    margin-left: calc(20 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .gbtn2 i {
    font-size: 0.2rem;
    margin-left: 0.2rem;
  }
}
.gt1 {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 80px;
}
@media screen and (max-width: 1920px) {
  .gt1 {
    margin-bottom: calc(80 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .gt1 {
    font-size: 0.32rem;
    margin-bottom: 0.6rem;
  }
}
.gt1 em {
  font-size: 72px;
  font-family: 'AnoBold', 'Arial';
  font-weight: bold;
  font-style: normal;
  line-height: 1;
  display: block;
  margin-bottom: 25px;
}
@media screen and (max-width: 1920px) {
  .gt1 em {
    font-size: calc(72 / 1920 * 100vw);
    margin-bottom: calc(25 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .gt1 em {
    font-size: 0.48rem;
  }
}
.gt2 {
  color: #093935;
  font-size: 38px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 15px;
}
@media screen and (max-width: 1920px) {
  .gt2 {
    font-size: calc(38 / 1920 * 100vw);
    margin-bottom: calc(15 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  .gt2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 750px) {
  .gt2 {
    font-size: 0.4rem;
    margin-bottom: 0.1rem;
  }
}
.st1 {
  color: #09524a;
  font-size: 36px;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 1920px) {
  .st1 {
    font-size: calc(36 / 1920 * 100vw);
    margin-bottom: calc(50 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  .st1 {
    font-size: 20px;
  }
}
@media screen and (max-width: 750px) {
  .st1 {
    font-size: 0.4rem;
    margin-bottom: 0.5rem;
  }
}
.st1.tit_white {
  color: #fff;
}
.st1.tit_black {
  color: #000;
}
.st2 {
  color: #000;
  font-size: 32px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1920px) {
  .st2 {
    font-size: calc(32 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  .st2 {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .st2 {
    font-size: 0.36rem;
    margin-bottom: 0.3rem;
  }
}
.st2.tit_green {
  color: #09524a;
}
.tc {
  text-align: center;
}
.tleft {
  text-align: left;
}
#popVideo {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  background-color: rgba(9,57,53,0.9);
}
#popVideo .popClose {
  position: absolute;
  right: 40px;
  top: 40px;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
  z-index: 9;
}
@media screen and (max-width: 1920px) {
  #popVideo .popClose {
    right: calc(40 / 1920 * 100vw);
    top: calc(40 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  #popVideo .popClose {
    font-size: 0.4rem;
    right: 0.4rem;
    top: 1.2rem;
  }
}
#popVideo .popCon {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80vw;
}
#popVideo .popCon video {
  width: 100%;
  max-height: 80vh;
}
@media screen and (max-width: 750px) {
  #popVideo .popCon video {
    width: 100%;
  }
}
.wow {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.wow:nth-child(2) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.wow:nth-child(3) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.wow:nth-child(4) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
@-webkit-keyframes movepoint {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  50% {
    opacity: 0.6;
    -webkit-transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-webkit-keyframes moveup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes moveup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes scaleBigSmall {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@-moz-keyframes scaleBigSmall {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@-moz-keyframes movepoint {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    opacity: 0.6;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes movepoint {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    opacity: 0.6;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes movepoint {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    opacity: 0.6;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes movepoint {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    opacity: 0.6;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}


#header .sublist .video_box {
  margin-top: 30px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
#header .sublist .video_box .title {
  color: #fff;
  font-size: 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  margin-bottom: 15px;
}
#header .sublist .video_box .name {
  font-size: 1em;
  font-weight: bold;
}
#header .sublist .video_box .desc {
  font-size: calc(14 / 16 * 1em);
  margin-bottom: 15px;
}
#header .sublist .video {
  background-color: #000;
  overflow: hidden;
  position: relative;
  margin-bottom: 5px;
}
#header .sublist .video video {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
}
#header .sublist .video .playbtn {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 60px;
}
@media screen and (max-width: 1920px) {
  #header .sublist .video .playbtn {
    font-size: calc(60 / 1920 * 100vw);
  }
}