@charset "utf-8";

@font-face {
  font-family: "PingFang";
  src: url(../font/PingFang.ttf);
}

* {
  margin: 0;
  padding: 0;
  font-family: "PingFang";
  box-sizing: border-box;
  border: 0;
  outline: 0;
}

:after,
:before {
  -webkit-box-sizing: content-box;
}

input {
  -webkit-appearance: none;
}

body {
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

textarea {
  resize: none;
  overflow: hidden;
}

/*screen*/

.s-wap {
  display: none;
}

.c-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.c-flex-reverse {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.m-t,
.y-t,
.s-t {
  width: 100%;
}

.m-c,
.y-c,
.s-c {
  width: 100%;
}

.m-f,
.y-f,
.s-f {
  width: 100%;
}

/*public*/
.m-box-index {
  width: 80%;
  max-width: 1500px;
  min-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}

.m-box {
  width: 80%;
  max-width: 1200px;
  min-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.m-box-b {
  width: 80%;
  max-width: 1250px;
  min-width: 1250px;
  margin-left: auto;
  margin-right: auto;
}

.m-box-p {
  width: 80%;
  max-width: 71.04166666666667vw;
  min-width: 71.04166666666667vw;
  margin-left: auto;
  margin-right: auto;
}

/*header*/

.g-header {
  width: 100%;
  background: #fff;
  box-shadow: 1px 1px 20px 1px #0000002b;
  border-bottom: 1px solid #eee;
  position: fixed;
  left: 0;
  z-index: 999;
  top: 0;
  padding: 1em 0;
  transition: all 0.5s;
}

.g-header.on {
  /* opacity: 1;
	background: rgba(0,0,0,0.4); */
}

.g-header .m-c {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.g-header .s-logo {
  display: flex;
  align-items: center;
}

.g-header .s-logo img {
  height: 30px;
}

.g-header .s-logo span {
  font-size: 1em;
  font-weight: bold;
}

.g-header .s-nav {
  display: flex;
  justify-content: space-between;
  width: 76%;
  align-items: center;
}

.g-header .s-nav .s-s {
  display: flex;
  align-items: center;
}

.g-header .s-nav .s-s h1 {
  font-size: 2em;
}

.g-header .s-nav .s-s .img {
  padding-left: 2em;
  position: relative;
  padding-top: 0.8em;
}

.g-header .s-nav .s-s img {
  width: 1.8em;
}

.g-header .s-nav .s-s .inp {
  position: absolute;
  left: -7em;
  top: 100%;
  border: 1px solid #f2432a;
  width: 10em;

  background: #fff;
  overflow: hidden;
  display: none;
  pointer-events: none;
  box-shadow: 0 0.52083vw 1.04167vw rgba(0, 0, 0, 0.1);
}

.g-header .s-nav .s-s .img:hover .inp {
  pointer-events: visible;
  display: block;
}

.g-header .s-nav .s-s .inp .in {
  display: flex;
  align-items: center;
}

.g-header .s-nav .s-s .inp input[type="text"] {
  padding: 5px;
  color: #333;
  width: 80%;
  font-size: 0.8em;
}

.g-header .s-nav .s-s .inp input[type="submit"] {
  padding: 5px;
  color: #fff;
  width: 20%;
  background: #f2432a;
  font-size: 0.8em;
}

input::-webkit-input-placeholder {
  /* text-transform: capitalize; */

  font-size: 1em;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
}

/*  */

/*  */
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#cssmenu:after,
#cssmenu>ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

#cssmenu #menu-button {
  display: none;
}

#cssmenu {
  width: auto;
  font-family: "Open Sans", sans-serif;
  line-height: 1;
}

#menu-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  background: #f2432a;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

#cssmenu>ul>li {
  float: left;
}

#cssmenu.align-center>ul {
  font-size: 0;
  text-align: center;
}

#cssmenu.align-center>ul>li {
  display: inline-block;
  float: none;
}

#cssmenu.align-center ul ul {
  text-align: left;
}

#cssmenu.align-right>ul>li {
  float: right;
}

#cssmenu.align-right ul ul {
  text-align: right;
}

#cssmenu>ul>li>a {
  padding: 10px 14px;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  color: #434343;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

#cssmenu>ul>li:hover>a,
#cssmenu>ul>li.active>a {
  color: #fff;
  background: #f2432a;
}

#cssmenu>ul>li.has-sub>a {
  padding-right: 25px;
}

#cssmenu>ul>li.has-sub>a::after {
  position: absolute;
  top: 15px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}

/* #cssmenu > ul > li.has-sub:hover > a::after {
  border-color: #f2432a;
} */
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}

#cssmenu li:hover>ul {
  left: auto;
}

#cssmenu.align-right li:hover>ul {
  right: 0;
}

#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}

#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}

#cssmenu ul ul li {
  height: 0;
  -webkit-transition: height 0.2s ease;
  -moz-transition: height 0.2s ease;
  -ms-transition: height 0.2s ease;
  -o-transition: height 0.2s ease;
  transition: height 0.2s ease;
}

#cssmenu ul li:hover>ul>li {
  height: 32px;
}

#cssmenu ul ul li a {
  padding: 10px 20px;
  width: 160px;
  font-size: 14px;
  background: #ffffff;
  text-decoration: none;
  color: #333;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

#cssmenu ul li:nth-child(4) li a {
  width: 223px;
}

#cssmenu ul li:nth-child(6) li a {
  width: 180px;
}

#cssmenu ul ul li:hover>a,
#cssmenu ul ul li a:hover {
  color: #ffffff;
  background: #f2432a;
}

#cssmenu ul ul li.has-sub>a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}

#cssmenu.align-right ul ul li.has-sub>a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}

#cssmenu ul ul li.has-sub:hover>a::after {
  border-color: #ffffff;
}

@media all and (max-width: 768px),
only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px),
only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (min-resolution: 192dpi) and (max-width: 1024px),
only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  .g-header .m-box {
    justify-content: space-between;
  }

  .menu-opened {
    margin-top: 5px !important;
  }

  #cssmenu {
    /* width: 100%; */
    background: none;
  }

  #cssmenu ul {
    width: 100%;
    position: fixed;
    right: 0;
    height: 100%;
    background-color: #000;
    display: none;
    top: 4.4em;
    z-index: 999;
  }

  #cssmenu>ul>li {
    padding: 10px 2em;
  }

  #cssmenu ul ul.open {
    top: 0;
  }

  #cssmenu ul ul {
    background: none;
  }

  #cssmenu.align-center>ul,
  #cssmenu.align-right ul ul {
    text-align: left;
  }

  #cssmenu ul li,
  #cssmenu ul ul li,
  #cssmenu ul li:hover>ul>li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
  }

  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    color: #fff;
  }

  #cssmenu>ul>li,
  #cssmenu.align-center>ul>li,
  #cssmenu.align-right>ul>li {
    float: none;
    display: block;
  }

  #cssmenu ul ul li a {
    padding: 20px 10px 20px 30px;
    font-size: 12px;
    color: #fff;
    background: none;
    text-align: left;
  }

  #cssmenu>ul>li>a::before {
    display: none;
  }

  #cssmenu ul ul li:hover>a,
  #cssmenu ul ul li a:hover {
    color: #fff;
  }

  #cssmenu ul ul ul li a {
    padding-left: 40px;
  }

  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  }

  #cssmenu>ul>li.has-sub>a::after,
  #cssmenu ul ul li.has-sub>a::after {
    display: none;
  }

  #menu-line {
    display: none;
  }

  #cssmenu #menu-button {
    display: block;
    padding: 20px;
    margin-right: -20px;

    color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
  }

  #cssmenu #menu-button::after {
    content: "";
    position: absolute;
    top: 19px;
    right: 20px;
    display: block;
    width: 20px;
    height: 2px;
    background: rgba(0, 0, 0, 0.5);
  }

  #cssmenu #menu-button::before {
    content: "";
    position: absolute;
    top: 25px;
    right: 20px;
    display: block;
    width: 20px;
    height: 4px;
    border-top: 2px solid rgba(0, 0, 0, 0.5);
    border-bottom: 2px solid rgba(0, 0, 0, 0.5);
  }

  #cssmenu #menu-button.menu-opened::after {
    content: "";
    position: absolute;
    top: 19px;
    right: 20px;
    display: block;
    width: 20px;
    height: 2px;
    background: rgba(0, 0, 0, 0.5);
    transform: rotate(-45deg);
  }

  #cssmenu #menu-button.menu-opened::before {
    content: "";
    position: absolute;
    top: 19px;
    right: 20px;
    display: block;
    width: 20px;
    height: 4px;
    border-top: 2px solid rgba(0, 0, 0, 0.5);
    border-bottom: 0 solid rgba(0, 0, 0, 0.5);
    transform: rotate(45deg);
  }

  #cssmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(0, 0, 0, 0.15);
    height: 52px;
    width: 52px;
    cursor: pointer;
  }

  #cssmenu .submenu-button::after {
    content: "";
    position: absolute;
    top: 30px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: rgba(255, 255, 255, 0.5);
    z-index: 99;
  }

  #cssmenu .submenu-button::before {
    content: "";
    position: absolute;
    left: 21px;
    top: 34px;
    display: block;
    width: 11px;
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
    z-index: 99;
  }

  #cssmenu .submenu-button.submenu-opened:after {
    display: none;
  }

  /*  */

  /*  */
  .g-header {
    padding-left: 0;
    padding-right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .g-header .s-nav {
    display: block;

    width: 38%;
  }

  .g-header .float {
    float: right;
  }

  /*  */
}

/*  */
.g-fj {
  background: #f2432a;
  padding: 1em 0;
}

.g-fj .m-c {
  align-items: center;
}

.g-fj .m-c .l-l {
  display: flex;
  color: #fff;
  align-items: center;
}

.g-fj .m-c .l-l img {
  width: 3em;
}

.g-fj .m-c .l-l h1 {
  font-size: 1.2em;
}

.g-fj .m-c .l-l p {
  font-size: 1em;
}

.g-fj .m-c .l-f {
  width: 40%;
}

.g-fj .m-c .l-f .bj {
  display: flex;
}

.g-fj .m-c .l-f .inp1 {
  width: 70%;
  background: #fff;
  border: none;
  padding: 5px;
}

.g-fj .m-c .l-f .inp {
  width: 30%;
  background: #3f4041;
  border: none;
  padding: 5px;
  color: #fff;
}

/*  */
/* footer */
.g-footer {
  background: #3f4041;

  padding: 2em 0;
}

.g-footer .m-c .f-menu {
  width: 100%;
}

.g-footer .m-c .f-menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.g-footer .m-c .f-menu ul li {
  width: 22%;
}

.g-footer .m-c .f-menu ul li:last-child {
  width: 33%;
}

.g-footer .m-c .f-menu ul li h1 {
  font-size: 1em;
  font-weight: 400;

  margin-bottom: 1em;
}

.g-footer .m-c .f-menu ul li h2 {
  font-size: 1em;
  font-weight: 400;

  color: #fff;
}

.g-footer .m-c .f-menu ul li h1 a {
  color: #fff;
}

.g-footer .m-c .f-menu ul li p {
  font-size: 0.8em;
  color: #fff;
  font-weight: 400;
  opacity: 1;
  padding-left: 1.5em;
  margin: 1em 0;
  position: relative;
}

.g-footer .m-c .f-menu ul li a {
  color: #fff;
}

.g-footer .m-c .f-menu ul li p::before {
  content: "";
  width: 1em;
  height: 1em;
  background: url(../images/jt_03.png) center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 2px;
}

.g-footer .m-c .f-menu ul li .img {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.g-footer .m-c .f-menu ul li .img .l {
  width: 22%;
  margin: 1%;
}

.g-footer .m-c .f-menu ul li .img img {
  width: 100%;
}

.g-footer .m-c .p {
  font-size: 0.8em;
  color: #fff;
  text-align: center;
  margin: 1em 0;
}

/*  */
.f-d {
  background: #18181d;
  margin-top: 5px;
  text-align: center;
  color: #fff;
  font-size: 1em;
  line-height: 2;
  padding: 10px 0;
}

.f-d a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1em;
  line-height: 2;
  text-transform: capitalize;
  font-weight: 300;
  display: inline-block;
  padding: 0 1em;
}

a {
  cursor: pointer;
}

/*  */
.g-back {
  position: fixed;
  width: 3em;
  height: 3em;
  background: #fff url(../images/back.svg) center center no-repeat;
  background-size: 1em;
  border-radius: 50%;
  right: 5%;
  bottom: 15%;
  cursor: pointer;
  box-shadow: 1px 1px 2px 1px #e2e2e2;
}

/*  */
@media screen and (max-width: 1400px) {
  #cssmenu>ul>li {
    padding: 20px 0.8em;
  }
  .g-header .s-nav .s-s {
    display: none;
}
}

/*  */
@media screen and (max-width: 991px) {
  body {}

  .c-flex>*,
  .c-flex-reverse>* {
    width: 100% !important;
    margin: 2.66666667vw 0;
  }

  .c-flex {
    flex-direction: column;
  }

  .m-box,
  .m-box-b,
  .m-box-p {
    width: 100% !important;
    max-width: 100%;
    min-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .m-box-index {
    width: 100% !important;
    max-width: 100%;
    min-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .s-pc {
    display: none;
  }

  .s-wap {
    display: block !important;
  }

  .a-link {
    padding: 0.8em 1em;
    font-size: 0.8em;
  }

  .c-flex-reverse {
    flex-direction: column;
  }

  /*  */
  .g-footer .m-c .f-menu {
    width: 100%;
  }

  .g-footer .m-c .f-menu ul {
    justify-content: flex-start;
  }

  .g-footer .m-c .f-menu ul li {
    margin: 1em 0;
    width: 50%;
    line-height: 2;
  }

  .g-footer .m-c .f-menu ul li:last-child {
    width: 50%;
  }

  .g-footer .m-c .f-menu ul li .img .l {
    width: 47%;
    margin: 1%;
  }

  .l-lx {
    width: 100%;
  }

  .l-lx ul {
    display: flex;
    justify-content: space-between;
  }
}

/*media*/
@media screen and (min-width: 750px) and (max-width: 1000px) {
  .tit h1 {
    font-size: 3em;
  }

  .tit h2 {
    font-size: 3em;
  }
}

/*  */
@media screen and (max-width: 750px) {

  .tit h1,
  .tit h2 {
    font-size: 1.4em;
    line-height: 2;
  }

  .h1 {
    font-size: 1.6em;
  }

  .tit p {
    width: 100%;
  }

  /*  */
}