@keyframes o-upfade-top {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes o-scale {

  0%,
  85%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }
}

@keyframes o-opacity {

  0%,
  30%,
  60%,
  100% {
    opacity: 0;
  }

  15%,
  45% {
    opacity: 1;
  }
}

@keyframes o-scroll {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(100%);
  }
}

@keyframes p-ani-2 {

  from,
  to {
    opacity: 1;
    transform: none;
  }

  50% {
    opacity: 1;
    transform: translate3d(0, 12px, 0);
  }
}

@keyframes p-ani-3 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes o-width {
  0% {
    width: 0;
    left: 0;
    right: auto;
  }

  60% {
    width: 100%;
    left: 0;
    right: auto;
  }

  61% {
    width: 100%;
    left: auto;
    right: 0;
  }

  100% {
    width: 0%;
    left: auto;
    right: 0;
  }
}

@keyframes p-ani-4 {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  70%,
  100% {
    opacity: 0;
    transform: translateX(1vw);
  }
}

@keyframes p-ani-5 {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }
}

@media screen and (min-width: 1025px) {
  .wow {
    visibility: hidden;
  }

  .dom-loaded .header .nav li .subnav {
    transition: all 0.3s ease;
  }

  .dom-loaded .header .ope .hide {
    transition: all 0.3s ease;
  }

  .dom-loaded .fixed-search .bg {
    transition: all 0.3s ease;
  }

  .dom-loaded .fixed-search form {
    transition: transform 0.3s ease;
  }
}

.text_orange {
  color: #f8b62b !important;
}

.text_gray {
  color: #aaa !important;
}

.wrap {
  width: 80vw;
  margin: 0 auto;
  position: relative;
}

.wrap:after {
  display: block;
  clear: both;
  overflow: hidden;
}

.wrapper {
  width: 80vw;
  max-width: 1544px;
  margin: 0 auto;
  position: relative;
}

.wrapper:after {
  display: block;
  clear: both;
}

/* headers */
.headers_top {
  height: 43px;
  background: #f8b739;
}

.headers_top .info {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.headers_top .info a.tel {
  display: flex;
}

.headers_top .info a.tel .icon-phone {
  margin-right: 4px;
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/index/icon-phone1.svg) no-repeat;
  background-size: 20px;
}

.headers_top .info a.tel span {
  font-size: 14px;
  color: #fff;
}

.headers {
  position: relative;
  z-index: 9;
  height: 100px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1300px;
  margin: 0 auto;
}

.headers .logo {
  position: relative;
  /* margin-left: 8vw; */
}

.headers .logo a {
  display: block;
}

.headers .logo .img-box {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.headers .logo img {
  display: block;
  height: 40px;
  transition: all 0.3s ease;
}

.headers .nav {
  font-size: 0;
  display: flex;
  align-items: center;
}

.headers .nav li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 2vw;
}
.headers .nav li.li_job {
  margin: 0;
}
.headers .nav li.li_login {
  margin-left: 20px;
  a {
    margin: 0 !important;
  }
}

.headers .nav li a.single,
.headers .nav li a.tel {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 100px;
  transition: all 0.3s ease;
}

.headers .nav li a.single {
  color: #221815;
  position: relative;
}

.headers .nav li a.single:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  height: 2px;
  transform: scaleX(0);
  transition: all 0.3s ease;
}

.headers .nav li a.btn_login {
  position: relative;
  margin: 0 0 0 40px;
  width: 130px;
  height: 32px;
  padding-right: 20px;
  border-radius: 12px;
  background: #f8b62b;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.headers .nav li a.btn_login span {
  font-size: 19px;
  color: #221815;
  font-weight: bold;
}

.headers .nav li a.btn_login:after {
  position: absolute;
  top: 5px;
  right: 2px;
  background: url(../images/icon_click.png) no-repeat;
  content: "";
  width: 34px;
  height: 44px;
  background-size: 34px;
}

.headers .nav li a.btn_job {
  width: 110px;
  margin: 0;
  padding-right: 0;
}
.headers .nav li a.btn_job::after {
  display: none;
}

.headers .nav li .secondary-menu {
  position: absolute;
  top: 100px;
  left: 0;
  width: 234px;
  height: 246px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  transition: all 0.5s ease;
  display: none;
}

.headers .nav li .secondary-menu.change {
  width: 340px;
  height: 280px;
}

.headers .nav li .secondary-menu .row {
  display: flex;
}

.headers .nav li .secondary-menu .row .box a {
  text-indent: 1em;
}

.headers .nav li .secondary-menu .row .box a:nth-child(1) {
  text-indent: 0;
  font-weight: bold;
}

.headers .nav li .secondary-menu .row .box:nth-child(2) {
  padding-left: 0;
}

.headers .nav li .secondary-menu .box {
  padding: 20px 28px;
}

.headers .nav li .secondary-menu .box a {
  display: block;
  font-size: 14px;
  line-height: 2.1;
  color: #fff;
  transition: all 0.3s ease;
  opacity: 0.6;
}

@media screen and (min-width: 1025px) {
  .headers .nav li .secondary-menu .box a:hover {
    color: #f8b62b;
    opacity: 1;
  }
}

@media screen and (min-width: 1025px) {
  .headers .nav li:hover .secondary-menu {
    display: block;
  }
}

/* footer */
.footer {
  font-size: 0;
  background-color: #3e3e3e;
}

.footer .bottom_bg {
  background: #000;
}

.footer .top-block {
  padding: 2.5vw 0;
  display: flex;
  justify-content: space-between;
}

.footer .top-block .nav-case {
  display: flex;
  justify-content: space-between;
}

.footer .nav-box {
  width: 116px;
}

.footer .nav-box .h3 {
  font-size: 16px;
  color: #fff;
  margin: 20px 0;
}

.footer .nav-box .h3 a {
  color: #fff;
  transition: color 0.3s ease;
}

@media screen and (min-width: 1025px) {
  .footer .nav-box .h3 a:hover {
    color: #f8b62b;
  }
}

.footer .nav-box .link {
  font-size: 0;
}

.footer .nav-box .link a {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  margin-top: 15px;
  white-space: pre;
  transition: color 0.3s ease;
}

.footer .nav-box .link a:nth-of-type(1) {
  margin-top: 0;
}

@media screen and (min-width: 1025px) {
  .footer .nav-box .link a:hover {
    color: #f8b62b;
  }
}

.footer .ewm-box {
  padding-top: 20px;
}

.footer .ewm-box .h3 {
  font-size: 16px;
  color: #fff;
  line-height: 1;
  margin-bottom: 15px;
}

.footer .ewm-box a.tel {
  margin-bottom: 18px;
  line-height: 1;
  font-size: 28px;
  color: #fff;
  display: flex;
  white-space: pre;
  transition: color 0.3s ease;
}

@media screen and (min-width: 1025px) {
  .footer .ewm-box a.tel:hover {
    color: #f8b62b;
  }
}

.footer .ewm-box .code-img {
  display: flex;
  align-items: center;
}

.footer .ewm-box .code-img .boxes {
  margin: 0 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer .ewm-box .code-img .boxes:nth-child(1) {
  margin-left: 0;
}

.footer .ewm-box .code-img .boxes:nth-child(2) img {
  border: 5px #fff solid;
}

.footer .ewm-box .code-img .boxes img {
  display: block;
  width: 107px;
  height: 107px;
  margin-bottom: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

.footer .ewm-box .code-img .boxes p {
  font-size: 14px;
  color: #fff;
}

.footer .bot-block {
  position: relative;
  padding: 3vw 0;
  border-top: 1px solid #32373c;
}

.footer .bot-block .link {
  position: absolute;
  right: 0;
}

.footer .bot-block .link a {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #fff;
  margin-left: 2vw;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

.footer .bot-block .link a:nth-of-type(1) {
  margin-left: 0;
}

@media screen and (min-width: 1025px) {
  .footer .bot-block .link a:hover {
    opacity: 1;
  }
}

.footer .copyright {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
}

.footer .copyright a {
  margin-left: 2em;
  color: #fff;
}

.fixed-right {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
  display: none;
}

.fixed-right .block {
  padding: 6px;
}

.fixed-right .box {
  width: 48px;
  height: 48px;
  border-radius: 6px;
  position: relative;
  margin-bottom: 2px;
  background: #a0a0a0;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.fixed-right .box a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 18px;
  transition: all 0.3s ease;
}

.fixed-right .box .hide {
  position: absolute;
  right: 100%;
  top: 50%;
  padding-right: 26px;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.fixed-right .box .hide.pic {
  transform: none;
  top: auto;
  bottom: 0;
}

.fixed-right .box .h {
  position: relative;
  width: 240px;
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.fixed-right .box .h:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #fff;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -10px;
}

.fixed-right .box .h h3 {
  font-size: 14px;
  color: #f8b62b;
}

.fixed-right .box .h p {
  font-size: 12px;
  line-height: 20px;
  color: #2c2c2c;
  margin-top: 10px;
}

.fixed-right .box .w {
  position: relative;
  left: 22px;
  width: 140px;
  height: 48px;
  border-radius: 5px;
  background: #f8b62b;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fixed-right .box .w i {
  display: block;
  background-image: url("../images/icon-phone.svg");
  width: 20px;
  height: 20px;
  background-size: 20px;
}

.fixed-right .box .w p {
  margin-left: 8px;
  font-size: 15px;
  font-weight: 300;
  color: #3E3A39;
  line-height: 1;
}

.fixed-right .box .ewm-box {
  position: relative;
  width: 160px;
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.fixed-right .box .ewm-box:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #fff;
  position: absolute;
  left: 100%;
  bottom: 14px;
}

.fixed-right .box .ewm-box img {
  display: block;
  width: 100%;
}

.fixed-right .box .ewm-box p {
  font-size: 14px;
  color: #f8b62b;
  text-align: center;
  margin-top: 10px;
}

.fixed-right .box.obtain a {
  background-image: url("../images/fixed-1.svg");
}

@media screen and (min-width: 1025px) {
  .fixed-right .box.obtain:hover a {
    background-image: url("../images/fixed-1-on.svg");
  }
}

.fixed-right .box.tel a {
  background-image: url("../images/icon-phone.svg");
}

@media screen and (min-width: 1025px) {
  .fixed-right .box.tel:hover a {
    background-image: url("../images/icon-phone.svg");
  }
}

.fixed-right .box.form a {
  background-image: url("../images/fixed-3.svg");
}

@media screen and (min-width: 1025px) {
  .fixed-right .box.form:hover a {
    background-image: url("../images/fixed-3-on.svg");
  }
}

.fixed-right .box.ewm {
  margin-bottom: 0;
}

.fixed-right .box.ewm:after {
  display: none;
}

.fixed-right .box.ewm a {
  background-image: url("../images/icon-code.svg");
  background-size: 30px;
}

@media screen and (min-width: 1025px) {
  .fixed-right .box.ewm:hover a {
    background-image: url("../images/icon-code.svg");
  }
}

.fixed-right .box.totop a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.fixed-right .box.totop a .icon {
  margin-bottom: 5px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #343434;
}

.fixed-right .box.totop a span {
  color: #343434;
  font-size: 12px;
}

@media screen and (min-width: 1025px) {
  .fixed-right .box:hover a {
    background-color: #f8b62b;
  }

  .fixed-right .box:hover .hide {
    opacity: 1;
    visibility: visible;
  }
}