@charset "utf-8";
button,
hr {
  overflow: visible;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre,
textarea {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button:-moz-focusring,
input:-moz-focusring {
  outline: ButtonText dotted 1px;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  color: inherit;
  padding: 0;
}
optgroup {
  font-weight: 700;
}
a {
  outline: none;
}
:focus {
  outline: 0;
}
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: #fff;
}
::-webkit-scrollbar-track {
  background-color: transparent;
}
::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #ddd;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #bbb;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
*,
:after,
:before {
  box-sizing: inherit;
  -moz-box-sizing: inherit;
}
body {
  font-family: "Helvetica Neue", "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #6f7479;
  background-color: #fff;
  margin: 0;
  padding: 0;
}
ul,
li,
dd,
dl {
  list-style: none;
}
a {
  text-decoration: none;
}
p,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
a {
  margin: 0;
  padding: 0;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.cf:before,
.cf:after {
  content: " ";
  display: table;
  line-height: 0;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}
strong,
.strong {
  color: #36383c;
  font-weight: normal;
}
a.linker {
  color: #737980;
  font-size: 12px;
}
a.link:hover,
a.linker:hover {
  color: #2d56b1;
  transition: color 0.3s ease-out;
}
a.link.more:after,
a.linker.more:after {
  content: "";
  width: 17px;
  height: 17px;
  margin-left: 5px;
  display: inline-block;
  vertical-align: -4px;
  background: url(../images/common/icons-universal.png) -177px 3px no-repeat;
}
a.linker.more:hover:after,
a.link.more:hover:after {
  background-position: -190px 4px;
}
.txt-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hide {
  display: none;
}
.hidden {
  visibility: hidden;
}
@media (max-width: 1439px) {
  .l-container {
    max-width: 1200px;
  }
}
@media (max-width: 1279px) {
  .l-container {
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media (max-width: 767px) {
  .l-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.head {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 70px;
  z-index: 999;
  background: #000;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s;
}
.head .wrap {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
.head .newComm .fl {
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  margin-top: -10px;
}
.head .newComm .fl img {
  width: 120px;
}
.head .newComm .fc {
  display: inline-block;
}
.head .newComm .fc .top_nav > ul > li {
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  line-height: 70px;
  text-align: center;
  font-weight: 400;
  padding: 0 20px;
  cursor: pointer;
  position: relative;
}
.head .newComm .fc .top_nav > ul > li.li1 {
  display: none;
}
.head .newComm .fc .top_nav .top_nav_t a.a_wap {
  display: none;
}
.head .newComm .fc .top_nav_c1 {
  position: fixed;
  width: 100%;
  top: 70px;
  left: 0;
  background: #fff;
  display: none;
}
.head .newComm .fc .top_nav_c1 .wrap_in {
  margin: 0 4%;
}
.head .newComm .fc .top_nav_c1 .top_navcfr {
  width: 100%;
  border-top: 2px solid #00acbb;
  position: relative;
}
.head .newComm .fc .top_nav_c1 .top_nav_l {
  display: flex;
  flex-wrap: wrap;
  width: 94%;
  padding: 0 3%;
  margin-bottom: 40px;
}
.head .newComm .fc .top_nav_c1 .nav-col-res {
  width: 30%;
  float: left;
  margin-right: 5%;
  margin-top: 30px;
  transition: all 0.3s;
  border: 1px solid transparent;
}
.head .newComm .fc .top_nav_c1 .nav-col-res:nth-child(3n) {
  margin-right: 0;
}
.head .newComm .fc .top_nav_c1 .nav-col-res:hover {
  border: 1px solid #22a9ad;
  background-color: #f2f2f2;
}
.head .newComm .fc .top_nav_c1 .nav-col-res:hover .res-inner .info h3 {
  color: #22a9ad;
}
.head .newComm .fc .top_nav_c1 .nav-line {
  margin-top: 30px;
  height: 1px;
  width: 100%;
  background-color: #ccc;
}
.head .newComm .fc .top_nav_c1 .res-inner {
  display: block;
  padding: 6px 10px;
  border: 1px solid #fff;
  cursor: pointer;
}
.head .newComm .fc .top_nav_c1 .res-inner .img-wrap {
  width: 60px;
  height: 60px;
  float: left;
}
.head .newComm .fc .top_nav_c1 .res-inner .img-wrap img {
  width: 100%;
}
.head .newComm .fc .top_nav_c1 .res-inner .info {
  margin-left: 72px;
  text-align: left;
}
.head .newComm .fc .top_nav_c1 .res-inner .info h3 {
  font-size: 16px;
  line-height: 30px;
  color: #000;
  transition: all 0.3s;
  cursor: pointer;
}
.head .newComm .fc .top_nav_c1 .res-inner .info p {
  font-size: 12px;
  line-height: 18px;
  padding: 6px 0;
  color: #000;
}
.head .newComm .fc .top_nav_c2 {
  position: fixed;
  width: 100%;
  top: 70px;
  left: 0;
  background: #fff;
  display: none;
}
.head .newComm .fc .top_nav_c2 .wrap_in {
  margin: 0 4%;
}
.head .newComm .fc .top_nav_c2 h2 {
  width: 100%;
  text-align: left;
  margin-top: 20px;
  line-height: 30px;
  font-size: 18px;
  color: #000;
  font-weight: 600;
}
.head .newComm .fc .top_nav_c2 .top_navcfr {
  width: 100%;
  border-top: 2px solid #00acbb;
  position: relative;
}
.head .newComm .fc .top_nav_c2 .top_nav_l {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 3%;
  margin-bottom: 40px;
}
.head .newComm .fc .top_nav_c2 .top_nav_l:first-child {
  margin-bottom: 0;
}
.head .newComm .fc .top_nav_c2 .top_nav_col {
  width: 23.5%;
  float: left;
  margin-right: 1%;
  margin-top: 20px;
  transition: all 0.3s;
  border: 1px solid transparent;
}
.head .newComm .fc .top_nav_c2 .top_nav_col:nth-child(4n) {
  margin-right: 0;
}
.head .newComm .fc .top_nav_c2 .top_nav_col:hover {
  border: 1px solid #22a9ad;
  background-color: #f2f2f2;
}
.head .newComm .fc .top_nav_c2 .top_nav_col:hover .res-inner .info h3 {
  color: #22a9ad;
}
.head .newComm .fc .top_nav_c2 .nav-line {
  margin-top: 30px;
  height: 1px;
  width: 100%;
  background-color: #ccc;
}
.head .newComm .fc .top_nav_c2 .res-inner {
  display: block;
  padding: 6px 10px;
  border: 1px solid #fff;
  cursor: pointer;
}
.head .newComm .fc .top_nav_c2 .res-inner .img-wrap {
  width: 40px;
  height: 40px;
  float: left;
}
.head .newComm .fc .top_nav_c2 .res-inner .img-wrap img {
  width: 100%;
}
.head .newComm .fc .top_nav_c2 .res-inner .info {
  margin-left: 50px;
  text-align: left;
}
.head .newComm .fc .top_nav_c2 .res-inner .info h3 {
  font-size: 16px;
  line-height: 19px;
  color: #000;
  transition: all 0.3s;
  cursor: pointer;
}
.head .newComm .fc .top_nav_c2 .res-inner .info p {
  font-size: 12px;
  line-height: 26px;
  color: #000;
}
.head .newComm .fc .nav-next-icon:hover .top_nav_t a b {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7.5px 10px 7.5px;
  border-color: transparent transparent #00acbb transparent;
}
.head .newComm .fc .top_nav_c {
  position: absolute;
  left: 50%;
  margin-left: -100px;
  top: 70px;
  width: 200px;
  display: none;
  color: #000;
  background-color: #fff;
  box-shadow: 0 4px 24px 0 rgb(47 67 5.46666667%);
  border-top: 2px solid #00acbb;
}
.head .newComm .fc .top_nav_c dl {
  margin: 0px;
  text-align: left;
  padding: 0px;
  padding-left: 20px;
}
.head .newComm .fc .top_nav_c dl dd {
  width: 100%;
  margin: 0px;
  padding: 0px;
  position: relative;
}
.head .newComm .fc .top_nav_c dl dd a {
  display: block;
  padding: 0px 0rem;
  position: relative;
  font-size: 16px;
  line-height: 28px;
  margin: 10px 0px;
  transition: all 0.3s;
}
.head .newComm .fc .top_nav_c dl dd a.a3 {
  background: url(../images/nav_01.png) 96% center no-repeat;
  background-size: 5px;
}
.head .newComm .fc .top_nav_c dl dd a.a3:hover + p {
  opacity: 1 !important;
  visibility: visible !important;
}
.head .newComm .fc .top_nav_c dl dd a:hover {
  color: #00acbb;
}
.head .newComm .fc .top_nav_c dl dd p {
  position: absolute;
  left: 180px;
  top: 0px;
  background-color: #fff;
  width: 200px;
  line-height: 0.03rem;
  transition: all 0.3s;
  padding: 10px 0px;
  padding-left: 20px;
  opacity: 0;
  visibility: hidden;
}
.head .newComm .fc .top_nav_c dl dd p:hover {
  opacity: 1 !important;
  visibility: visible !important;
}
.head .newComm .fr {
  width: 380px;
  padding-top: 20px;
  float: right;
}
.head .newComm .fr .header-phone {
  display: inline-block;
}
.head .newComm .fr .topr_l {
  display: inline-block;
  margin-right: 20px;
}
.head .newComm .fr .topr_l a {
  display: inline-block;
  width: 136px;
  height: 30px;
  background: url(../images/btn-default.png) center no-repeat;
  background-size: 100% 100%;
  border-radius: 4px;
  transition: all 0.3s;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 30px;
  text-align: center;
  font-weight: 400;
}
.head .newComm .fr .topr_l a:hover {
  background: url(../images/btn-default-h.png) center no-repeat;
  background-size: 100% 100%;
}
.head .newComm .fr .topr_r {
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
  font-weight: 400;
}
.head.header-fixed {
  top: -70px;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 978px) {
  .head {
    height: 50px;
    top: 0 !important;
  }
  .head .topfr .fl {
    margin-left: 15px;
    margin-right: 0;
    margin-top: 18px;
  }
  .head .topfr .fl img {
    width: 90px;
  }
  .head .newComm .fc {
    width: 100%;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 50px;
    z-index: 9990;
    display: none;
    background-color: #fff;
    margin: 0px;
  }
  .head .newComm .fc .top_nav {
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #eee;
    padding: 0px 0px;
  }
  .head .newComm .fc ul li {
    width: 100%;
    overflow: hidden;
    line-height: 40px !important;
    padding: 0px;
    border-bottom: 1px solid #eaeaea;
    position: relative;
    padding: 0 !important;
  }
  .head .newComm .fc ul li .top_nav_t {
    line-height: 30px;
    text-align: left;
    height: 40px;
  }
  .head .newComm .fc ul li .top_nav_t a {
    font-size: 16px;
    display: block;
    margin: 0px 10px;
    line-height: 40px;
    background: url("../images/in_04.png") right center no-repeat;
    background-size: 6px;
    color: #000;
  }
  .head .newComm .fc ul li.li1 {
    display: block !important;
    border-bottom: 0px;
    padding: 3px 0px 10px 0px;
  }
  .head .newComm .fc ul li.li1 p {
    line-height: 30px;
  }
  .head .newComm .fc ul li.li1 p a {
    display: inline-block;
    margin: 0px 10px;
    font-size: 14px;
    color: #000;
    margin-bottom: 5px;
  }
  .head .newComm .fc ul li .top_nav_c1 {
    position: relative;
    top: 0;
    display: none;
  }
  .head .newComm .fc ul li .top_nav_c1 .wrap_in {
    margin: 0;
  }
  .head .newComm .fc ul li .top_nav_c1 .top_navcfr {
    border: none;
  }
  .head .newComm .fc ul li .top_nav_c2 {
    position: relative;
    top: 0;
    display: none;
  }
  .head .newComm .fc ul li .top_nav_c2 .wrap_in {
    margin: 0;
  }
  .head .newComm .fc ul li .top_nav_c2 .top_navcfr {
    border: none;
  }
  .head .newComm .fc ul li .top_nav_c2 h2 {
    display: none;
  }
  .head .newComm .fc ul li .top_nav_c {
    display: none;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    margin-left: 0;
    border: none;
  }
  .head .newComm .fc ul li .top_nav_c dl dd {
    width: 94%;
  }
  .head .newComm .fc ul li .top_nav_c dl dd a {
    border-bottom: 1px solid #eaeaea;
    line-height: 40px;
  }
  .head .newComm .fc ul li .top_nav_l {
    width: 100% !important;
    padding: 0 !important;
    margin-bottom: 20px;
  }
  .head .newComm .fc ul li .nav-col-res,
  .head .newComm .fc ul li .top_nav_col {
    width: 50% !important;
    margin: 0 !important;
  }
  .head .newComm .fc ul li .nav-col-res .info,
  .head .newComm .fc ul li .top_nav_col .info {
    margin-left: 0 !important;
    padding: 0 4%;
  }
  .head .newComm .fc ul li .nav-col-res .info h3,
  .head .newComm .fc ul li .top_nav_col .info h3 {
    border-bottom: 1px solid #eaeaea;
    line-height: 40px !important;
  }
  .head .newComm .fc ul li .nav-col-res .info p,
  .head .newComm .fc ul li .top_nav_col .info p {
    display: none;
  }
  .head .newComm .fc ul li .res-inner {
    padding: 0 !important;
  }
  .head .newComm .fc ul li .res-inner .img-wrap {
    display: none;
  }
  .head .newComm .fr .header-phone {
    display: none;
  }
  .head .nav-next-icon:hover .top_nav_t a b {
    display: none !important;
  }
  .head .newComm .fr {
    position: absolute;
    width: auto;
    right: 15px;
    top: 0;
    padding-top: 0px;
  }
  .head .fr .topr_l {
    margin-right: 0 !important;
    vertical-align: middle;
    margin-top: 5px;
  }
  .head .fr .topr_r {
    display: none !important;
  }
  .head .menu_click {
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    height: 46px;
    margin-left: 15px;
  }
  .head .menu_click .menu {
    float: left;
    margin-top: 7px;
    display: block;
  }
  .head .menu_click .menu em {
    width: 34px;
    height: 34px;
    display: block;
    overflow: hidden;
    float: left;
    position: relative;
    cursor: pointer;
  }
  .head .menu_click .menu em i {
    cursor: pointer;
    width: 60%;
    display: block;
    overflow: hidden;
    height: 2px;
    background-color: #00acbb;
    position: absolute;
    left: 15%;
    top: 10px;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
  }
  .head .menu_click .menu em .i1 {
    top: 10px;
  }
  .head .menu_click .menu em .i2 {
    top: 18px;
  }
  .head .menu_click .menu em .i3 {
    top: 26px;
  }
  .head .menu_click .menu em.on i.i2 {
    opacity: 0;
  }
  .head .menu_click .menu em.on i.i1 {
    width: 60%;
    left: 20%;
    transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    -moz-transform: translateY(8px) rotate(45deg);
    -webkit-transform: translateY(8px) rotate(45deg);
    -o-transform: translateY(8px) rotate(45deg);
  }
  .head .menu_click .menu em.on i.i3 {
    width: 60%;
    left: 20%;
    transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    -moz-transform: translateY(-8px) rotate(-45deg);
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -o-transform: translateY(-8px) rotate(-45deg);
  }
}
.topfr .fr .header-phone .phone-wrap {
  position: relative;
  display: inline-block;
  /* border: 1px solid #eaeaea;
  border-radius: 8px; */
  font-size: 16px;
  color: #fff;
  padding: 0px 20px 0px 6px;
  font-weight: 400 !important;
  transition: all 0.3s;
  cursor: pointer;
  padding-left: 55px;
}
.topfr .fr .header-phone .phone-wrap b {
  display: none;
}
.topfr .fr .header-phone .phone-wrap i {
  display: inline-block;
  width: 36px !important;
  height: 36px !important;
  background: #46d4dc url(../images/head-phone-icon-h.svg) center no-repeat !important;
  vertical-align: middle;
  border-radius: 50%;
  transform: rotateZ(0);
  animation: headPhone 2.2s ease infinite;
  -moz-animation: headPhone 2.2s ease infinite;
  /* Firefox */
  -webkit-animation: headPhone 2.2s ease infinite;
  /* Safari 和 Chrome */
  -o-animation: headPhone 2.2s ease infinite;
  position: absolute;
  left: 8px;
  top: 50%;
  margin-top: -18px;
}
.topfr .fr .header-phone .phone-wrap:after {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  margin-top: -15px;
  width: 25px !important;
  height: 25px !important;
  background: url(../images/head-phone-icon-01-h.svg) center no-repeat !important;
  z-index: 2;
  opacity: 0;
  animation: headPhoneshow1 2.2s linear infinite;
  -moz-animation: headPhoneshow1 2.2s linear infinite;
  /* Firefox */
  -webkit-animation: headPhoneshow1 2.2s linear infinite;
  /* Safari 和 Chrome */
  -o-animation: headPhoneshow1 2.2s linear infinite;
}
.topfr .fr .header-phone .phone-wrap:before {
  content: "";
  position: absolute;
  left: 19px;
  top: 50%;
  margin-top: -18px;
  width: 25px !important;
  height: 25px !important;
  background: url(../images/head-phone-icon-02-h.svg) center no-repeat !important;
  z-index: 2;
  opacity: 0;
  animation: headPhoneshow2 2.2s 0.1s linear infinite;
  -moz-animation: headPhoneshow2 2.2s 0.1s linear infinite;
  /* Firefox */
  -webkit-animation: headPhoneshow2 2.2s 0.1s linear infinite;
  /* Safari 和 Chrome */
  -o-animation: headPhoneshow2 2.2s 0.1s linear infinite;
}
@keyframes headPhone {
  0% {
    transform: rotate(0);
  }
  15% {
    transform: rotate(25deg);
  }
  30% {
    transform: rotate(0);
  }
  45% {
    transform: rotate(25deg);
  }
  60% {
    transform: rotate(0);
  }
  to {
    transform: rotate(0);
  }
}
@-moz-keyframes headPhone {
  0% {
    transform: rotate(0);
  }
  15% {
    transform: rotate(25deg);
  }
  30% {
    transform: rotate(0);
  }
  45% {
    transform: rotate(25deg);
  }
  60% {
    transform: rotate(0);
  }
  to {
    transform: rotate(0);
  }
}
@-webkit-keyframes headPhone {
  0% {
    transform: rotate(0);
  }
  15% {
    transform: rotate(25deg);
  }
  30% {
    transform: rotate(0);
  }
  45% {
    transform: rotate(25deg);
  }
  60% {
    transform: rotate(0);
  }
  to {
    transform: rotate(0);
  }
}
@-o-keyframes headPhone {
  0% {
    transform: rotate(0);
  }
  15% {
    transform: rotate(25deg);
  }
  30% {
    transform: rotate(0);
  }
  45% {
    transform: rotate(25deg);
  }
  60% {
    transform: rotate(0);
  }
  to {
    transform: rotate(0);
  }
}
@keyframes headPhoneshow1 {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-moz-keyframes headPhoneshow1 {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes headPhoneshow1 {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-o-keyframes headPhoneshow1 {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes headPhoneshow2 {
  0% {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-moz-keyframes headPhoneshow2 {
  0% {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes headPhoneshow2 {
  0% {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-o-keyframes headPhoneshow2 {
  0% {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.topfr .fr .header-phone .phone-wrap:hover {
  color: #46d4dc !important;
  /* background-color: #46d4dc;
  border: 1px solid #46d4dc; */
}
.footer {
  height: 60px;
  background: #1f1f1f;
  padding-top: 20px;
}
.footer .l-container p {
  text-align: center;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 400;
}
@media (max-width: 978px) {
  .footer {
    height: 76px;
    background: #181818;
    padding-top: 20px;
  }
  .footer .l-container p {
    font-size: 12px;
    color: #666666;
    letter-spacing: 0;
    text-align: center;
    line-height: 18px;
    font-weight: 400;
  }
}
.mb {
  display: none !important;
}
@media (max-width: 978px) {
  .pc {
    display: none !important;
  }
  .mb {
    display: block !important;
  }
}
