@charset "utf-8";

@font-face {
  font-family: "PingFang";
  src: url(../font/PingFang.ttf);
}

@font-face {
  font-family: "Gotham-Bold";
  src: url(../font/Gotham-Bold.otf);
}

@font-face {
  font-family: "ys";
  src: url(../font/ys.ttf);
}

* {
  margin: 0;
  padding: 0;
  font-family: "PingFang";
  box-sizing: border-box;
  border: 0;
  outline: 0;
}

input {
  -webkit-appearance: none;
}

/* body {
	overflow: hidden;
} */
body.ov {
  overflow: hidden !important;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

textarea {
  resize: none;
  overflow: hidden;
}

.f-l,
.y-l,
.s-l {
  float: left;
}

.f-r,
.y-r,
.s-r {
  float: right;
}

/* 字号 */
.h1 {
  font-size: 2.6em;
  font-weight: bold;
  color: #000000;
  line-height: 2.6;
}

.p1 {
  font-size: 1em;
  font-weight: 400;
  color: #000000;
  line-height: 1.75;
}

/*box*/
.m-box-index {
  width: 80%;
  max-width: 83.33333333333334vw;
  min-width: 83.33333333333334vw;
  margin-left: auto;
  margin-right: auto;
}

.m-box {
  width: 80%;
  max-width: 1400px;
  min-width: 1400px;
  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;
}

/*tit*/
.tit {
  position: relative;
  text-align: center;
}

.tit h2 {
  position: absolute;
  top: 7vh;
  left: 0;
  width: 100%;
  color: #000000;
  font-size: 2.5vw;
}

.tit h1 {
  color: rgba(0, 0, 0, 0.05);
  font-size: 5.229166666666667vw;
  text-transform: uppercase;
  font-family: "ys";
  /* font-style: italic; */
}

/*  */
.a-link {
  display: inline-block;
  font-size: 1em;
  background: #fff url(../images/jt.svg) right 1.5em center no-repeat;
  background-size: 0.6em;
  border-radius: 27px;
  padding: 0.8em 3em 0.8em 1.5em;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  margin: 1em 0;
  transition: all 1s;
}

.a-link:hover {
  background: #ac1f26 url(../images/jtbs.svg) right 1.5em center no-repeat;
  background-size: 0.8em;
  color: #fff;
}

.a-link1 {
  border: 1px solid #000000;
  color: #000000;
}

.a-link1:hover {
  background: #000000;
  color: #fff;
}

/*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*/
/*header*/
.g-header {
  width: 100%;
  /* background: linear-gradient(180deg, #000000 0%, rgba(0,0,0,0) 100%); */
  /* background: rgba(0, 0, 0, 0.4); */
  position: fixed;
  left: 0;
  z-index: 999;
  top: 0;
  padding: 0.5em 0;
  transition: all 0.5s;
}
@media (min-width:992px) {
  .pc{display: block;}
  .ph{display: none;}
}
@media screen and (max-width:991px) {
  .pc{display: none;}
  .ph{display: block;}
}
.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;
  position: relative;
  /* overflow: hidden; */
  /* padding: 1em 0; */
}

.g-header .s-logo img {
  width: 150px;
}

.g-header .s-nav {
  display: flex;
  justify-content: space-between;
  /* 	width: 60%; */
  align-items: center;
}

.g-header .s-nav .s-s {
  display: flex;
  align-items: center;
}

.g-header .s-nav .s-s .img {
  padding-left: 2em;
  position: relative;
}

.g-header .s-nav .s-s img {
  width: 0.8em;
}

.g-header .s-nav .s-s .inp {
  position: absolute;
  left: -9em;
  top: 0;
  width: 10em;
  border-radius: 1em;
  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 input {
  padding: 5px;
  color: #333;
  font-size: 0.8em;
}

.g-header .s-nav .s-s p {
  font-size: 1em;
  color: #fff;
  padding: 0 10px;
}

.g-header .s-nav .s-s p a {
  color: #fff;
  display: inline-block;
  padding: 0 10px;
}

input::-webkit-input-placeholder {
  /* text-transform: capitalize; */
  font-size: 1em;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
}

textarea::-webkit-input-placeholder {
  /* text-transform: capitalize; */
  font-size: 1em;
  font-weight: 400;
  color: rgba(255, 255, 255, 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;
  line-height: 1;
}

#cssmenu>ul>li {
  float: left;
  padding: 20px 3.3875vw;
}

#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 {
  line-height: 2;
  font-size: 16px;
  text-decoration: none;
  text-transform: capitalize;
  color: #fff;
  -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;
  position: relative;
}

#cssmenu>ul>li>a::before {
  width: 1vw;
  transition: all 1s;
  content: "";
  position: absolute;
  height: 4px;
  bottom: -5px;
  left: 50%;
  margin-left: -1.15vw;
}

#cssmenu>ul>li.active>a::before,
#cssmenu>ul>li:hover>a::before {
  /* width: 2.3958333333333335vw;
	background: #fff; */
}

#cssmenu>ul>li.has-sub.active>a::before,
#cssmenu>ul>li.has-sub:hover>a::before {
  left: 50%;
}

#cssmenu>ul>li:hover>a,
#cssmenu>ul>li.active>a {
  opacity: 0.8;
  position: relative;
  /* text-decoration: line-through 4px #ac1f26; */
  /* color: rgba(234, 96, 0, 1); */
  display: inline-block;
}

#cssmenu>ul>li:hover>a:after,
#cssmenu>ul>li.active>a:after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 100%;
  background: #ac1f26;
  z-index: -1;
}

/* #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: #fff;
}
 */
#cssmenu ul ul {
  position: absolute;
  top: 80%;
  left: -9999px;
  transform: translateX(-50%);
}

#cssmenu li:hover>ul {
  left: 50%;
}

#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 {
  background: rgba(255, 255, 255, 1);
  border-radius: 10px;
  /* width: 85%; */
  padding-bottom: 1em;
}

#cssmenu ul ul::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  filter: blur(20px);
}

#cssmenu ul ul::after {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  width: 100%;
  height: 10px;
}

#cssmenu ul ul li a {
  white-space: nowrap;
  padding: 10px 15px;
  /* width: 160px; */
  line-height: 1.2;
  margin: 7px 0;
  font-size: 14px;
  /* 	border-bottom: 1px solid rgba(239, 239, 239, 0.08); */
  /* background: #4B575E; */
  text-decoration: none;
  text-align: center;
  color: #000000;
  -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 ul li:hover>a,
#cssmenu ul ul li a:hover {
  color: #b23034;
  /* background: #fff; */
}

#cssmenu ul ul li.has-sub>a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  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: 1100px),
only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1100px),
only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1100px),
only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1100px),
only screen and (min-device-pixel-ratio: 2) and (max-width: 1100px),
only screen and (min-resolution: 192dpi) and (max-width: 1100px),
only screen and (min-resolution: 2dppx) and (max-width: 1100px) {
  .g-header .m-box {
    justify-content: space-between;
  }

  .menu-opened {
    margin-top: 5px !important;
  }

  #cssmenu {
    /* width: 100%; */
    background: none;
  }

  #cssmenu ul {
    width: 92vw;
    position: fixed;
    right: 0;
    height: auto;
    background-color: #000;
    display: none;
    top: 2.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);
  }

  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: auto;
    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: 10px 10px 10px 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(255, 255, 255, 0.5);
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
  }

  #cssmenu #menu-button::after {
    content: "";
    position: absolute;
    top: 5px;
    right: 20px;
    display: block;
    width: 20px;
    height: 2px;
    background: rgba(255, 255, 255, 0.5);
  }

  #cssmenu #menu-button::before {
    content: "";
    position: absolute;
    top: 11px;
    right: 20px;
    display: block;
    width: 20px;
    height: 4px;
    border-top: 2px solid rgba(255, 255, 255, 0.5);
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  }

  #cssmenu #menu-button.menu-opened::after {
    content: "";
    position: absolute;
    top: 7px;
    right: 20px;
    display: block;
    width: 20px;
    height: 2px;
    background: rgba(255, 255, 255, 0.5);
    transform: rotate(-45deg);
  }

  #cssmenu #menu-button.menu-opened::before {
    content: "";
    position: absolute;
    top: 6px;
    right: 20px;
    display: block;
    width: 20px;
    height: 4px;
    border-top: 2px solid rgba(255, 255, 255, 0.5);
    border-bottom: 0 solid rgba(255, 255, 255, 0.5);
    transform: rotate(45deg);
  }

  #cssmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 10px;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 52px;
    width: 52px;
    cursor: pointer;
  }

  #cssmenu .submenu-button::after {
    content: "";
    position: absolute;
    top: 21px;
    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: 26px;
    display: block;
    width: 11px;
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
    z-index: 99;
  }

  #cssmenu .submenu-button.submenu-opened:after {
    display: none;
  }

  /*  */
  #cssmenu ul .p-menu>ul {
    background: #fff;
    position: relative;
    overflow: hidden;
  }

  #cssmenu ul .p-menu>ul .l-l {
    background: none;
  }

  #cssmenu ul .p-menu>ul .l-l dl dt .t {
    padding: 1em 0.5em;
  }

  #cssmenu ul .p-menu>ul .l-2 .l-ul .l-li {
    margin: 1em 0;
  }

  #cssmenu ul .p-menu>ul .l-2 .l-ul .l-li img {
    width: 80%;
  }

  /*  */
  .g-header {
    padding-left: 0;
    padding-right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .g-header .s-nav {
    display: block;
    margin-top: 1em;
    width: 38%;
  }

  .g-header .float {
    float: right;
  }

  /*  */
  #cssmenu ul .p-menu>ul .l-2 {
    display: none;
  }
}

/*  */
a {
  cursor: pointer;
}

/*  */
.g-tc {
  position: fixed;
  left: 0;
  top: 50%;
  max-height: 100vh;
  overflow: auto;
  width: 100%;
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
  z-index: 9999;
  transition: all ease 0.5s;
}

.g-tc.on {
  transform: translateY(-50%);
  opacity: 1;
  visibility: visible;
}

.g-tc .m-box-index .m-c {
  width: 100%;
  background: #fff;
  padding: 2em;
  box-shadow: 0px 10px 20px 1px rgba(0, 0, 0, 0.1);
}

.g-tc .m-c .close {
  width: 38px;
  height: 38px;
  background: #ac1f26 url(../images/colse.svg) center center no-repeat;
  background-size: 15px;
  border-radius: 50%;
  cursor: pointer;
  float: right;
  transition: all 2s;
}

.g-tc .m-c .close:hover {
  transform: rotate(360deg);
}

.g-tc .m-c .mt {
  width: 100%;
  /* width: 64.16666666666667vw; */
  clear: both;
  margin: 0 auto;
}

.g-tc .m-c .mt .t3 {
  text-align: center;
}

.g-tc .m-c .mt .t3 h1 {
  font-size: 1.4583333333333335vw;
  font-weight: bold;
  color: #ac1f26;
  line-height: 2;
}

.g-tc .m-c .mt h5 {
  font-size: 16px;
  font-weight: bold;
  color: #ac1f26;
  line-height: 2;
}

.g-tc .m-c .mt .t3 span {
  display: block;
  width: 48px;
  height: 7px;
  background: #ac1f26;
  margin: 0 auto;
}

.g-tc .m-c .mt .t3 p {
  font-size: 16px;
  line-height: 3;
  font-weight: 400;
  color: #000000;
}

.g-tc .m-c .mt .t4 p {
  margin-bottom: 10px;
}

.g-tc .m-c .mt .t4 img,
.g-tc .m-c .mt .t4 video {
  width: 100%;
  margin: 10px 0;
  display: block;
}

.g-tc .m-c .mt .t4 .video {
  position: relative;
}

.g-tc .m-c .mt .t4 .video .video-play {
  position: absolute;
  left: 48%;
  top: 48%;
  width: 4em;
}

.g-index .m-box-index .m-c,
.g-acdata .m-box-index .m-c {
  max-width: 900px;
  margin: 0 auto;
}

.g-index .m-c .mt,
.g-acdata .m-c .mt {
  width: 90%;
}

.g-index .m-c .mt .t3,
.g-acdata .m-c .mt .t3 {
  margin: 0 0 20px;
}

.mySwiper-ne .swiper-slide {
  width: 80%;
}

.mySwiper-ne .swiper-button-next,
.mySwiper-ne .swiper-button-prev {
  bottom: 2em;
  top: auto;
  left: 70%;
  width: 2.1875vw;
  height: 2.1875vw;
  background: url(../images/rightr.svg) no-repeat;
  background-size: 100%;
  color: rgba(0, 0, 0, 0);
}

.mySwiper-ne .swiper-button-next {
  transform: rotate(180deg);
  left: 76%;
  right: auto;
}

.mySwiper-ne .swiper-button-next:hover,
.mySwiper-ne .swiper-button-prev:hover {
  background: url(../images/y-left-red.svg) no-repeat;
  background-size: 100%;
}

.g-tc .m-c .mt .g-np {
  /* padding: 0 6em; */
  margin: 4em 0;
}

.g-tc .m-c .mt .g-np a {
  display: block;
  margin: 10px 0;
  color: #000000;
}

.g-tc .m-c .mt .g-np a:hover {
  color: #b23034;
}

/*  */
.j-jobdata .mt h6 {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  color: #000000;
  margin-bottom: 1em;
}

.j-jobdata .mt .l-l {
  margin: 0 0 20px;
}

.j-jobdata .mt .l-l .l-b {
  width: 32%;
  margin: 1% 0;
}

.j-jobdata .mt .l-l .l-b input {
  width: 100%;
  height: 46px;
  padding: 5px 15px;
  background: #ffffff;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
}

.j-jobdata .mt form b {
  color: #ac1f26;
  margin-top: -20px;
  font-size: 0.8em;
  display: block;
}

.j-jobdata .mt form .onError {
  color: #ac1f26;
}

.j-jobdata .mt form .onSuccess {
  color: #009922;
}

.j-jobdata .mt form #send1 {
  width: 151px;
  height: 59px;
  margin: 2em 0;
  background: #000000;
  border-radius: 41px 41px 41px 41px;
  opacity: 1;
  /* border: 1px solid #707070; */
  text-align: center;
  line-height: 59px;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  cursor: pointer;
}

.j-jobdata .mt form #send1:hover {
  background: #ac1f26;
  background-size: 0.6em;
}

.j-jobdata .mt .l-t {
  width: 49%;
  margin: 1% 0;
}

.j-jobdata .mt .l-t textarea {
  width: 100%;
  min-height: 150px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  padding: 15px;
  background: #ffffff;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
}

.j-jobdata .mt .l-l input::-webkit-input-placeholder {
  /* text-transform: capitalize; */
  font-size: 1em;
  font-weight: 400;
  color: #949494;
}

.j-jobdata .mt .l-l textarea::-webkit-input-placeholder {
  /* text-transform: capitalize; */
  font-size: 1em;
  font-weight: 400;
  color: #949494;
}

/*  */
/* .g-index {
	top: 10vh;
	position: fixed;
} */

.g-index .m-box-index {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* .g-index .m-c {
	height: 80vh;
} */

.g-index .m-c .mt .t4 {
  /* height: 55vh; */
  padding: 0 6em;
  /* overflow-y: scroll; */
}

.t4::-webkit-scrollbar-track {
  background: #ebebeb;
}

/*定义滚动条高宽及背景*/
.t4::-webkit-scrollbar {
  width: 4px;
  background-color: #ebebeb;
}

/*定义滚动条*/
.t4::-webkit-scrollbar-thumb {
  background-color: #b23034;
  border-radius: 5px;
}

/* */
.c-kf {
  position: fixed;
  right: 10px;
  bottom: 2em;
}

.c-kf ul li {
  width: 55px;
  height: 55px;
  background: #fff;
  border-radius: 5px 5px 5px 5px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
}

.c-kf ul li .img {
  width: 31px;
  height: 31px;
  border-radius: 50%;
}

.c-kf ul li:nth-of-type(1) .img {
  background: url(../images/qq.svg) center center no-repeat;
  background-size: 100%;
}

.c-kf ul li:nth-of-type(2) .img {
  background: url(../images/wx.svg) center center no-repeat;
  background-size: 100%;
}

.c-kf ul li:hover:nth-of-type(1) .img {
  background: url(../images/qq1.svg) center center no-repeat;
  background-size: 100%;
}

.c-kf ul li:hover {
  background-color: #ac1f26;
}

.c-kf ul li:hover:nth-of-type(2) .img {
  background: url(../images/wx1.svg) center center no-repeat;
  background-size: 100%;
}

.c-kf ul li .img1 {
  width: 100px;
  height: 100px;
  position: absolute;
  right: 56px;
  bottom: 0;
  opacity: 0;
  transition: all 1s;
  transform: scale(0);
}

.c-kf ul li:hover .img1 {
  opacity: 1;
  transform: scale(1) translateY(0);
}

.c-kf ul li .img1 img {
  width: 100%;
}

/*  */
@media screen and (max-width: 1400px) {
  #cssmenu>ul>li {
    padding: 20px 0.8em;
  }
}

/*  */
@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 {
    font-size: 0.8em;
  }

  .c-flex-reverse {
    flex-direction: column;
  }

  .g-com {
    padding: 2em 0;
  }

  .g-com .m-c h1 {
    font-size: 1.4em;
  }

  .g-com .m-c .a-link {
    margin: 0.5em auto;
  }

  /*  */
  .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;
    line-height: 2;
  }

  .l-lx {
    width: 100%;
  }

  /*  */
  .g-index .m-c .mt .t4 {
    padding: 0 10px;
  }

  .g-tc .m-c .mt .t3 h1 {
    font-size: 1.2em;
  }

  .g-tc .m-c .mt .t4 .video .video-play {
    width: 2em;
    top: 30%;
  }

  .g-tc .m-c .mt {
    width: 100%;
  }

  .g-tc .m-box-index .m-c {
    padding: 1em;
  }
}

/*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 {
    font-size: 3em;
    line-height: 2;
  }

  .tit h2 {
    font-size: 2em;
  }

  .h1 {
    font-size: 1.6em;
  }

  .tit p {
    width: 100%;
  }

  .g-header .s-logo img {
    width: 100px;
  }

  /*  */
}

.loading {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto;
  transition: all ease .5s;
}

.loading img {
  max-width: 100%;
  width: 100%;
  animation: rotate 2s ease infinite;
  transition: all ease .5s;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(359deg);
  }
}
@-moz-keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(359deg);
  }
}