@charset "utf-8";
/*初始化样式*/
@font-face {
  font-family: 'SourceHanSansCN';
  src: url('../fonts/sourcehansanscn-regular.woff') format('woff'), url('../fonts/sourcehansanscn-regular.ttf') format('truetype'), url('../fonts/sourcehansanscn-regular.svg') format('svg');
}
html {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  /*height: 100%;*/
  font-size: 14px;
  overflow-x: hidden;
}
body {
  margin: 0 auto;
  padding: 100px 0 0;
  /*height: 100%!important;*/
  width: 100%;
  zoom: 1;
  font-size: 14px;
  line-height: 24px;
  font-family: "Microsoft YaHei", "Arial", "微软雅黑", "sans-serif", "宋体", "思源黑体", "SourceHanSansCN";
  color: #333;
  /*设置宽度*/
  background-color: #fff;
}
@media (max-width: 1700px) {
  body {
    padding-top: 90px;
  }
}
@media (max-width: 1200px) {
  body {
    padding-top: 60px;
  }
}
@media (max-width: 992px) {
  body {
    padding-top: 0;
  }
}
ul,
li,
form,
dl,
dt,
dd,
div {
  padding: 0;
  margin: 0;
}
.ul,
.ul li {
  list-style: none;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.p {
  padding: 0;
  margin: 0;
}
p {
  margin: 0;
}
b,
strong {
  font-weight: bold;
}
select,
input,
textarea {
  border-radius: 0;
  -webkit-border-radius: 0;
  color: #414446;
  font-family: "思源黑体", "SourceHanSansCN", "Arial", "微软雅黑", "sans-serif", "宋体";
  -webkit-appearance: none;
}
input:focus {
  outline: none;
}
body.hide {
  overflow: hidden;
}
/*强制去除表单自带的样式*/
input,
button,
select,
textarea {
  outline: none;
  /*-webkit-appearance:none;*/
}
/*强制去除textarea自带的样式*/
textarea {
  resize: none;
  /*-webkit-appearance:none;*/
}
textarea,
input,
select {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}
/*html5设置*/
article,
aside,
footer,
header,
hgroup,
nav,
section,
figure,
figcaption {
  display: block;
}
figure,
figcaption {
  margin: 0;
  padding: 0;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
img {
  border: none;
  border: 0;
  vertical-align: top;
  max-width: 100%;
}
span {
  outline: none;
}
a {
  color: #333333;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}
a:link,
a:visited,
a:focus {
  outline: none;
  text-decoration: none;
  -moz-outline: none;
}
a:hover {
  text-decoration: none;
  color: #fcc900;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow-x: hidden;
}
.animate5s {
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}
.animate3s {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.animate6_1s {
  transition: transform 0.6s cubic-bezier(0.25, 0, 0.5, 2), opacity 0.6s cubic-bezier(0.42, 0, 0.58, 1);
}
.animate6_2s {
  transition: transform 0.6s 0.2s cubic-bezier(0.25, 0, 0.5, 2), opacity 0.6s 0.2s cubic-bezier(0.42, 0, 0.58, 1);
}
.animate6_3s {
  transition: transform 0.6s 0.4s cubic-bezier(0.25, 0, 0.5, 2), opacity 0.6s 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
.textover {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.textovers {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.t-center {
  text-align: center;
}
.t-left {
  text-align: left;
}
.t-right {
  text-align: right;
}
.x-half {
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.y-half {
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.xy-half {
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.o-hide {
  overflow: hidden;
}
.img-box {
  overflow: hidden;
}
.img-box img {
  display: block;
  transform: scale(1);
  transition: all 0.3s;
}
.imgh:hover .img-box img,
.img-box .imgh:hover img,
.img-box.imgh:hover img {
  transform: scale(1.08);
}
.vmd {
  display: inline-block;
  vertical-align: middle;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
.i-flex {
  display: inline-flex;
  flex-wrap: wrap;
}
.jb-flex {
  justify-content: space-between;
}
.jc-flex {
  justify-content: center;
}
.ac-flex {
  align-items: center;
}
/*清楚浮动*/
.clear {
  clear: both;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
  font-size: 0;
}
.clearfix {
  zoom: 1;
}
/*初始化样式*/
.f-l {
  float: left;
}
.f-r {
  float: right;
}
.wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 1665px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1201px) and (max-width: 1700px) {
  .wrap {
    max-width: 1230px;
  }
}
@media (max-width: 1200px) {
  .wrap {
    width: 992px;
  }
}
@media (max-width: 992px) {
  .wrap {
    width: 768px;
  }
}
@media (max-width: 768px) {
  .wrap {
    width: 100%;
  }
}
/**动画**/
[data-animation] {
  opacity: 0;
}
[data-animation].animated {
  opacity: 1;
}
a:hover {
  color: #015ba7;
}
.bg0 {
  background-color: #ffffff;
}
.bg1 {
  background-color: #f8f8f8;
}
.bg2 {
  background-color: #f6f6f6;
}
.bg3 {
  background-color: #f9f9f9;
}
.bg4 {
  background-color: #1e2b38;
}
.bg5 {
  background-color: #f7f8f8;
}
.colr_main {
  color: #015ba7;
}
.colr_main2 {
  color: #0d4597;
}
.colrf {
  color: #fff;
}
.colr0 {
  color: #000;
}
.colr3 {
  color: #333;
}
.colr6 {
  color: #666;
}
.colr9 {
  color: #999;
}
.fill_colorA {
  fill: #fa5959;
}
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #a1a1a1;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #a1a1a1;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #a1a1a1;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #a1a1a1;
}
.input-color1::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #999;
}
.input-color1:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
}
.input-color1::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}
.input-color1:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999;
}
.input-color2::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #555555;
}
.input-color2:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #555555;
}
.input-color2::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #555555;
}
.input-color2:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #555555;
}
.input-color3::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #b3b3b3;
}
.input-color3:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #b3b3b3;
}
.input-color3::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #b3b3b3;
}
.input-color3:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #b3b3b3;
}
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
  width: 4px;
  background-color: #dddddd;
}
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
  border-radius: 4px;
  background-color: #dddddd;
}
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #015ba7;
}
/*滑块效果*/
::-webkit-scrollbar-thumb:hover {
  border-radius: 4px;
  background-color: #015ba7;
}
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
.scroll-type-a::-webkit-scrollbar {
  width: 6px;
  background-color: #d8d8d8;
}
/*定义滚动条轨道 内阴影+圆角*/
.scroll-type-a::-webkit-scrollbar-track {
  border-radius: 4px;
  background-color: #d8d8d8;
}
/*定义滑块 内阴影+圆角*/
.scroll-type-a::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(102, 101, 101, 0.8);
}
/*滑块效果*/
.scroll-type-a::-webkit-scrollbar-thumb:hover {
  border-radius: 4px;
  background-color: rgba(102, 101, 101, 0.8);
}
[flex] {
  display: flex;
}
[flex][flex~="i"] {
  display: inline-flex;
}
[flex][flex~="wrap"] {
  flex-wrap: wrap;
}
[flex][flex~="no-wrap"] {
  flex-wrap: nowrap;
}
[flex][flex~="ja"] {
  justify-content: space-around;
}
[flex][flex~="jb"] {
  justify-content: space-between;
}
[flex][flex~="jc"] {
  justify-content: center;
}
[flex][flex~="as"] {
  align-items: flex-start;
}
[flex][flex~="ac"] {
  align-items: center;
}
[flex][flex~="ae"] {
  align-items: flex-end;
}
.lw-w-1 {
  width: 8.33333333%;
}
.lw-w-2 {
  width: 16.66666667%;
}
.lw-w-3 {
  width: 25%;
}
.lw-w-4 {
  width: 33.33333333%;
}
.lw-w-5 {
  width: 41.66666667%;
}
.lw-w-6 {
  width: 50%;
}
.lw-w-7 {
  width: 58.33333333%;
}
.lw-w-8 {
  width: 66.66666667%;
}
.lw-w-9 {
  width: 75%;
}
.lw-w-10 {
  width: 83.33333333%;
}
.lw-w-11 {
  width: 91.66666667%;
}
.lw-w-12 {
  width: 100%;
}
.lw-5w {
  width: 20%;
}
@media (max-width: 1200px) {
  .lw-xw-1 {
    width: 8.33333333%;
  }
  .lw-xw-2 {
    width: 16.66666667%;
  }
  .lw-xw-3 {
    width: 25%;
  }
  .lw-xw-4 {
    width: 33.33333333%;
  }
  .lw-xw-5 {
    width: 41.66666667%;
  }
  .lw-xw-6 {
    width: 50%;
  }
  .lw-xw-7 {
    width: 58.33333333%;
  }
  .lw-xw-8 {
    width: 66.66666667%;
  }
  .lw-xw-9 {
    width: 75%;
  }
  .lw-xw-10 {
    width: 83.33333333%;
  }
  .lw-xw-11 {
    width: 91.66666667%;
  }
  .lw-xw-12 {
    width: 100%;
  }
  .lw-5xw {
    width: 20%;
  }
}
@media (max-width: 1024px) {
  .lw-mw-1 {
    width: 8.33333333%;
  }
  .lw-mw-2 {
    width: 16.66666667%;
  }
  .lw-mw-3 {
    width: 25%;
  }
  .lw-mw-4 {
    width: 33.33333333%;
  }
  .lw-mw-5 {
    width: 41.66666667%;
  }
  .lw-mw-6 {
    width: 50%;
  }
  .lw-mw-7 {
    width: 58.33333333%;
  }
  .lw-mw-8 {
    width: 66.66666667%;
  }
  .lw-mw-9 {
    width: 75%;
  }
  .lw-mw-10 {
    width: 83.33333333%;
  }
  .lw-mw-11 {
    width: 91.66666667%;
  }
  .lw-mw-12 {
    width: 100%;
  }
  .lw-5mw {
    width: 20%;
  }
}
@media (max-width: 768px) {
  .lw-sw-1 {
    width: 8.33333333%;
  }
  .lw-sw-2 {
    width: 16.66666667%;
  }
  .lw-sw-3 {
    width: 25%;
  }
  .lw-sw-4 {
    width: 33.33333333%;
  }
  .lw-sw-5 {
    width: 41.66666667%;
  }
  .lw-sw-6 {
    width: 50%;
  }
  .lw-sw-7 {
    width: 58.33333333%;
  }
  .lw-sw-8 {
    width: 66.66666667%;
  }
  .lw-sw-9 {
    width: 75%;
  }
  .lw-sw-10 {
    width: 83.33333333%;
  }
  .lw-sw-11 {
    width: 91.66666667%;
  }
  .lw-sw-12 {
    width: 100%;
  }
  .lw-5sw {
    width: 20%;
  }
}
.mb-fot {
  margin-bottom: 35px;
}
.img-box {
  position: relative;
}
.img-box img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  transform: scale(1);
  transition: all 0.3s;
}
.imgh:hover img {
  transform: scale(1.02);
}
.auto-title .auto-title-text {
  font-weight: 700;
  font-size: 50px;
  line-height: 1.4em;
  color: #2f2725;
}
.auto-title-a {
  padding-top: 90px;
  padding-bottom: 50px;
  text-align: center;
}
.auto-title-a .auto-title-text {
  margin-top: 45px;
  font-weight: 700;
  font-size: 50px;
  line-height: 1.4em;
  color: #2f2725;
}
.auto-title-b {
  padding-top: 120px;
  padding-bottom: 50px;
  text-align: center;
}
.auto-title-b .auto-title-text {
  margin-top: 5px;
  font-weight: 700;
  font-size: 50px;
  line-height: 1.4em;
  color: #2f2725;
}
.auto-title-b .auto-title-text.fw-normal {
  font-weight: 400;
}
.auto-title-c {
  padding-top: 120px;
  padding-bottom: 65px;
  text-align: center;
}
.auto-title-c .auto-title-text {
  margin-top: 15px;
  font-weight: 700;
  font-size: 80px;
  line-height: 1.4em;
  color: #333333;
}
.auto-title-d {
  padding-top: 30px;
  padding-bottom: 32px;
  text-align: center;
}
.auto-title-d .auto-title-text {
  font-weight: 700;
  font-size: 50px;
  line-height: 1.4em;
  color: #000000;
}
@media (max-width: 1700px) {
  .auto-title .auto-title-text {
    font-size: 40px;
  }
  .auto-title-a {
    padding-top: 70px;
    padding-bottom: 40px;
  }
  .auto-title-a .auto-title-text {
    margin-top: 25px;
    font-size: 36px;
  }
  .auto-title-b {
    padding-top: 70px;
    padding-bottom: 40px;
  }
  .auto-title-b .auto-title-text {
    font-size: 36px;
  }
  .auto-title-c {
    padding-top: 100px;
    padding-bottom: 55px;
  }
  .auto-title-c .auto-title-text {
    font-size: 56px;
  }
  .auto-title-d {
    padding-top: 70px;
    padding-bottom: 40px;
  }
  .auto-title-d .auto-title-text {
    font-size: 36px;
  }
}
@media (max-width: 1500px) {
  .auto-title .auto-title-text {
    font-size: 30px;
  }
  .auto-title-a {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .auto-title-a .auto-title-text {
    font-size: 30px;
  }
  .auto-title-b {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .auto-title-b .auto-title-text {
    font-size: 30px;
  }
  .auto-title-c {
    padding-top: 80px;
    padding-bottom: 45px;
  }
  .auto-title-c .auto-title-text {
    font-size: 46px;
  }
  .auto-title-d {
    padding-top: 60px;
  }
  .auto-title-d .auto-title-text {
    font-size: 30px;
  }
}
@media (max-width: 1200px) {
  .auto-title .auto-title-text {
    font-size: 24px;
  }
  .auto-title-a {
    padding-top: 45px;
    padding-bottom: 30px;
  }
  .auto-title-a .auto-title-text {
    margin-top: 20px;
    font-size: 24px;
  }
  .auto-title-b {
    padding-top: 45px;
    padding-bottom: 30px;
  }
  .auto-title-b .auto-title-text {
    font-size: 24px;
  }
  .auto-title-c {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .auto-title-c .title-img {
    zoom: 0.9;
  }
  .auto-title-c .auto-title-text {
    margin-top: 10px;
    font-size: 36px;
  }
  .auto-title-d {
    padding-top: 45px;
    padding-bottom: 30px;
  }
  .auto-title-d .title-img {
    zoom: 0.9;
  }
  .auto-title-d .auto-title-text {
    font-size: 24px;
  }
}
@media (max-width: 992px) {
  .auto-title .auto-title-text {
    font-size: 22px;
  }
  .auto-title-a {
    padding-top: 35px;
    padding-bottom: 25px;
  }
  .auto-title-a .title-img {
    zoom: 0.7;
  }
  .auto-title-a .auto-title-text {
    margin-top: 15px;
    font-size: 20px;
  }
  .auto-title-b {
    padding-top: 35px;
    padding-bottom: 25px;
  }
  .auto-title-b .title-img {
    zoom: 0.7;
  }
  .auto-title-b .auto-title-text {
    font-size: 20px;
  }
  .auto-title-c {
    padding-top: 35px;
    padding-bottom: 25px;
  }
  .auto-title-c .title-img {
    zoom: 0.7;
  }
  .auto-title-c .auto-title-text {
    font-size: 20px;
  }
  .auto-title-d {
    padding-top: 35px;
    padding-bottom: 25px;
  }
  .auto-title-d .title-img {
    zoom: 0.7;
  }
  .auto-title-d .auto-title-text {
    font-size: 20px;
  }
}
/**视频弹框**/
.TankVideoBox {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.2);
  display: none;
  cursor: pointer;
}
.TankVideoBox .VideoBox .exit {
  position: absolute;
  right: -15px;
  top: -15px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: #fff url(../images/exit.png) no-repeat center / 40%;
  z-index: 5;
}
.TankVideoBox .VideoBox {
  position: absolute;
  left: 50%;
  top: 50%;
}
.TankVideoBox .VideoBox video {
  border: 7px solid #fff;
  display: block;
  width: auto;
  max-width: 94vw;
  max-height: 96vh;
  border-radius: 4px;
}
/***箭头***/
.jt-a {
  position: relative;
}
.jt-a::before,
.jt-a::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -4px;
  margin-top: -2px;
  width: 8px;
  height: 2px;
  background: rgba(51, 51, 51, 0.6);
}
.jt-a::before {
  transform: translate(-2.5px, 0) rotate(45deg);
}
.jt-a::after {
  transform: translate(2.5px, 0) rotate(-45deg);
}
/**表单**/
.form-type-a {
  display: flex;
  border: 1px solid #e5e5e5;
}
.form-type-a .key {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  font-size: 14px;
  line-height: 40px;
  color: #666;
}
.form-type-a .submit {
  flex-shrink: 0;
  width: 40px;
  background: url(../images/icon3.png) no-repeat center;
  cursor: pointer;
  transition: all 0.3s;
}
.form-type-a .submit:hover {
  background-color: #f1f1f1;
}
/**头部导航**/
#header {
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 9;
  background: #fff;
  transition: all 0.3s ease-in;
}
#header .logo {
  display: flex;
  align-items: center;
}
#header .logo img {
  width: auto;
  height: 40px;
  transition: all 0.3s;
}
#header .menu {
  display: inline-block;
  vertical-align: middle;
}
#header .menu .menu-box {
  display: flex;
}
#header .menu .menu-title {
  display: block;
  padding: 0 15px;
  font-size: 16px;
  line-height: 26px;
  color: #333333;
  transition: all 0.3s;
}
#header .right-box .phone-block {
  border-left: 1px solid #fcc900;
  padding-left: 10px;
  line-height: 20px;
}
#header .right-box .phone-block .phone {
  font-size: 16px;
  letter-spacing: 1px;
  color: #3e3a39;
}
#header .right-box .phone-block .text {
  font-size: 12px;
  color: #3e3a39;
}
.SmallHeader #header {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 1201px) {
  #header .logo img {
    height: 50px;
  }
  #header .menu .menu-box {
    position: relative;
    margin: 0 auto;
    width: auto;
  }
  #header .menu .menu-title {
    position: relative;
    font-size: 17px;
    line-height: 90px;
  }
  #header .menu .menu-title::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #fcc900;
    transition: all 0.3s;
  }
  #header .menu .pc-hide {
    display: none !important;
  }
  #header .menu-son {
    position: relative;
  }
  #header .menu-son.on .menu-title,
  #header .menu-son:hover .menu-title {
    color: #fcc900;
  }
  #header .menu-son.on .menu-title {
    font-weight: 700;
  }
  #header .menu-son.on .menu-title::after,
  #header .menu-son:hover .menu-title::after {
    left: 0;
    width: 100%;
  }
  #header .menu-son .menu-lib-btn {
    display: none;
  }
  #header .menu-son:hover .lib-box {
    margin-top: 0;
    opacity: 1;
    pointer-events: auto;
  }
  #header .lib-box {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 100%;
    padding: 10px 0;
    margin-top: -10px;
    opacity: 0;
    text-align: center;
    white-space: nowrap;
    pointer-events: none;
    transition: margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  }
  #header .lib-box::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    margin-left: -100vw;
    border-top: 1px solid #eee;
    height: 100%;
    width: 200vw;
    background: #ffffff;
  }
  #header .menu-lib-title {
    display: block;
  }
  #header .menu-lib-title .a {
    display: block;
    position: relative;
    padding: 8px 10px;
    font-size: 15px;
    line-height: 1.4em;
    color: #333;
  }
  #header .menu-lib-title .a:hover {
    color: #fcc900;
  }
  #header .other .search {
    margin: 0 20px 0 10px;
  }
  .SmallHeader #header .logo img {
    height: 60px;
  }
  .SmallHeader #header .menu .menu-title {
    font-size: 16px;
    line-height: 70px;
  }
}
@media only screen and (min-width: 1390px) {
  #header .menu-son {
    margin: 0 5px;
  }
}
@media only screen and (min-width: 1700px) {
  #header .logo img {
    height: 90px;
  }
  #header .menu .menu-title {
    font-size: 20px;
    line-height: 100px;
  }
  #header .menu .menu-son {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 1200px) {
  #header .logo {
    height: 60px;
  }
  #header .logo img {
    height: 40px;
  }
  #header .logo .title {
    font-size: 14px;
  }
  #header .mid-box {
    display: flex;
    flex-wrap: wrap;
    position: fixed;
    flex-flow: column;
    top: 60px;
    left: 0;
    height: calc(100% - 60px);
    width: 100%;
    padding: 0 15px;
    background: #fafafa;
    overflow-y: auto;
    pointer-events: none;
    opacity: 0;
    z-index: -1;
    transform: scale(0.99) translateY(5%);
    transition: transform 0.2s ease-in-out, opacity 0.3s;
  }
  #header .mid-box .menu {
    margin: 0 auto;
    max-width: 100%;
    width: 992px;
  }
  #header .mid-box .menu-box {
    flex-wrap: wrap;
  }
  #header .mid-box .menu-son {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
  #header .mid-box .menu-son .menu-title {
    display: flex;
    position: relative;
    border-bottom: 1px solid #eee;
    height: auto;
    width: 100%;
    padding: 5px 15px;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #666;
  }
  #header .mid-box .menu-son .menu-title .menu-title-span {
    display: inline-flex;
    padding: 7px 0;
  }
  #header .mid-box .menu-son .menu-title .icon {
    width: 30px;
    height: 100%;
  }
  #header .mid-box .menu-lib {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    width: 100%;
    padding: 7px 0;
  }
  #header .mid-box .menu-lib .menu-lib-title {
    display: block;
    width: 100%;
  }
  #header .mid-box .menu-lib .menu-lib-title .a {
    display: block;
    padding: 5px 25px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
  }
  #header .right-box {
    display: flex;
    align-items: center;
  }
  #header .right-box .phone-block {
    margin-right: 10px;
    line-height: 18px;
  }
  #header .right-box .phone-block .phone {
    font-size: 14px;
  }
  #header .right-box .phone-block .text {
    font-size: 12px;
  }
  #header .right-box .phone-menu {
    display: inline-flex;
    order: 2;
    margin-left: 10px;
    flex-wrap: wrap;
    width: 28px;
  }
  #header .right-box .phone-menu::before,
  #header .right-box .phone-menu::after {
    content: "";
    display: block;
    position: relative;
    top: 0;
    width: 100%;
    height: 3px;
    background: #fcc900;
    opacity: 1;
    transform: rotate(0);
    transition: all 0.3s;
  }
  #header .right-box .phone-menu .phone-menu-icon {
    margin: 7px 0;
    width: 100%;
    height: 3px;
    background: #fcc900;
    opacity: 1;
    transform: rotate(0);
    transition: all 0.3s;
  }
  .menu-show #header .mid-box {
    pointer-events: auto;
    z-index: 999;
    opacity: 1;
    transform: scale(1) translateY(0);
  }
  .menu-show #header .right-box .phone-menu::before {
    top: 10px;
    transform: rotate(45deg);
  }
  .menu-show #header .right-box .phone-menu::after {
    top: -10px;
    transform: rotate(-45deg);
  }
  .menu-show #header .right-box .phone-menu .phone-menu-icon {
    opacity: 0;
  }
}
@media (max-width: 992px) {
  #header {
    position: sticky;
    top: 0;
  }
  #header .logo img {
    height: 30px;
  }
  #header .mid-box .menu {
    width: 768px;
  }
  #header .right-box .phone-block .phone {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  #header .right-box .phone-menu {
    width: 24px;
  }
  #header .right-box .phone-menu .phone-menu-icon {
    margin: 5px 0;
  }
  .menu-show #header .right-box .phone-menu::before {
    top: 8px;
  }
  .menu-show #header .right-box .phone-menu::after {
    top: -8px;
  }
}
/**侧边悬浮**/
/***底部***/
.footer {
  position: relative;
  background: #f7f6eb;
  padding-top: 65px;
  padding-bottom: 22px;
  color: #4c4948;
  overflow: hidden;
}
.footer .fot-wave {
  animation: fotWave1 8s linear infinite;
}
.footer .fs-svg {
  position: absolute;
  left: 0;
  bottom: 0;
}
.footer .mark-a {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
}
.footer .mark-b {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  width: 100%;
}
.footer .left {
  position: relative;
  z-index: 4;
  padding-top: 65px;
  width: 48%;
  max-width: calc(100% - 580px);
}
.footer .phone-number {
  font-weight: 700;
}
.footer .phone-number .word {
  font-size: 28px;
  line-height: 1em;
}
.footer .phone-number .num {
  font-size: 35px;
  line-height: 1.4em;
}
.footer .company {
  margin-top: 130px;
  margin-bottom: 100px;
  font-size: 20px;
  line-height: 1.4em;
}
.footer .company .company-name {
  margin-bottom: 5px;
  font-weight: 500;
}
.footer .company .company-text {
  font-weight: 100;
}
.footer .copy {
  margin-top: 40px;
  font-size: 16px;
  line-height: 20px;
}
.footer .copy a {
  color: #4c4948;
}
.footer .copy a:hover {
  color: #fff;
}
.footer .copy .support {
  margin-left: 27px;
}
.footer .right {
  position: relative;
  z-index: 2;
  border-radius: 20px;
  width: 550px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 72px;
  text-align: center;
  background-color: #fffffe;
}
.footer .right .text {
  margin-bottom: 4px;
  font-size: 28px;
  line-height: 1.4em;
  font-weight: 700;
}
.footer .right .tips {
  font-size: 20px;
  line-height: 1.4em;
  font-weight: 100;
}
.footer .right .code {
  display: block;
  margin: 25px auto 30px;
}
.footer .right .list {
  margin-left: 170px;
  text-align: left;
}
.footer .right .list .p {
  display: flex;
  position: relative;
  padding-bottom: 22px;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -1px;
}
.footer .right .list .p::before {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  width: 6px;
  height: calc(100% - 2px);
  top: 25px;
  background: #fcc900;
}
.footer .right .list .p .num {
  display: inline-block;
  margin-right: 16px;
  border-radius: 50%;
  width: 26px;
  text-align: center;
  color: #fff;
  background-color: #fcc900;
}
.footer .right .list .p:last-child {
  padding-bottom: 0;
}
.footer .right .list .p:last-child::before {
  display: none;
}
@media (max-width: 1699px) {
  .footer .fs-svg {
    left: -240px;
  }
  .footer .phone-number .word {
    font-size: 24px;
  }
  .footer .phone-number .num {
    font-size: 28px;
  }
  .footer .right {
    padding-top: 45px;
  }
  .footer .right .text {
    font-size: 24px;
  }
}
@media (max-width: 1200px) {
  .footer {
    padding-top: 45px;
  }
  .footer .fs-svg {
    left: -40%;
  }
}
@media (max-width: 992px) {
  .footer {
    padding-top: 35px;
  }
  .footer .fs-svg {
    left: -60%;
  }
  .footer .wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer .right {
    order: 0;
    padding: 25px;
    max-width: 100%;
  }
  .footer .right .text {
    font-size: 20px;
  }
  .footer .right .tips {
    font-size: 16px;
  }
  .footer .right .code {
    margin: 15px auto 25px;
    width: 140px;
    height: auto;
  }
  .footer .right .list .p {
    padding-bottom: 10px;
    font-size: 16px;
  }
  .footer .right .list .p .num {
    margin-right: 10px;
  }
  .footer .right .list .p::before {
    height: calc(100% - 9px);
  }
  .footer .left {
    order: 1;
    width: 100%;
    max-width: 100%;
    padding-top: 30px;
    text-align: center;
  }
  .footer .phone-number .word {
    font-size: 18px;
  }
  .footer .phone-number .num {
    font-size: 20px;
  }
  .footer .company {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
  }
  .footer .copy {
    margin-top: 20px;
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .footer {
    padding-top: 30px;
  }
  .footer .fs-svg {
    left: -160%;
  }
  .footer .right .list {
    margin-left: 0;
  }
}
@keyframes fotWave1 {
  0% {
    transform: translate(-270px, 0%);
  }
  50% {
    transform: translate(10px, 0%);
  }
  100% {
    transform: translate(-270px, 0%);
  }
}
/**底部悬浮框**/
.fixed-nav {
  position: fixed;
  right: 40px;
  bottom: 70px;
  z-index: 9;
}
.fixed-nav .cont-block:hover .cont-box {
  pointer-events: auto;
  transform: scale(1);
}
.fixed-nav .cont-block:hover .cont-box .bg {
  opacity: 1;
  transform: translate(0, 0);
}
.fixed-nav .icon-box {
  position: relative;
}
.fixed-nav .icon-box .icon-img {
  position: relative;
  width: 82px;
  height: 89px;
}
.fixed-nav .icon-box .icon-img i {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.fixed-nav .icon-box .icon-img .i1 {
  background: url(../images/nav_bg1_1.png) no-repeat center / contain;
  animation: fixednav1 3s infinite;
}
.fixed-nav .icon-box .icon-img .i2 {
  background: url(../images/nav_bg1_2.png) no-repeat center / contain;
  animation: fixednav1 2.5s infinite;
}
.fixed-nav .icon-box .icon-img .i3 {
  background: url(../images/nav_bg1_3.png) no-repeat center / contain;
}
.fixed-nav .icon-box .word {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  width: 100%;
  padding: 0 10px;
  text-align: center;
  font-weight: 700;
  font-style: italic;
  font-size: 12px;
  line-height: 20px;
  color: #656569;
}
.fixed-nav .cont-box {
  position: absolute;
  bottom: -15px;
  right: -30px;
  width: 466px;
  height: 321px;
  text-align: center;
  background: url(../images/nav_bg2.png) no-repeat center / contain;
  pointer-events: none;
  transform: scale(0);
  transform-origin: 80% 90%;
  transition: all 0.5s;
}
.fixed-nav .cont-box .bg {
  margin-left: 20%;
  width: 192px;
  padding-top: 50px;
  transition: all 0.5s;
  transition-delay: 0.4s;
  opacity: 0;
  transform: translate(0, 8%);
}
.fixed-nav .cont-box .title {
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}
.fixed-nav .cont-box .number {
  margin-top: 3px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 22px;
  color: #686767;
}
.fixed-nav .cont-box .codes {
  display: flex;
  justify-content: space-between;
}
.fixed-nav .cont-box .code {
  display: block;
  margin-bottom: 7px;
}
.fixed-nav .cont-box .code-icon {
  vertical-align: top;
}
.fixed-nav .cont-box .contact-btn {
  display: block;
  margin-top: 13px;
  border-radius: 23px;
  padding: 0 15px;
  font-size: 14px;
  line-height: 46px;
  color: #000000;
  background: #fce83f;
  opacity: 0.8;
}
.fixed-nav .cont-box .contact-btn:hover {
  animation: fixecnav2 0.4s forwards;
}
.fixed-nav .Returntop {
  display: block;
  margin: 25px auto 0;
  border-radius: 50%;
  max-width: 100%;
  width: 50px;
  background: #fff url(../images/retop.png) no-repeat center / contain;
  filter: grayscale(100%);
  transition: all 0.3s;
}
.fixed-nav .Returntop::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.fixed-nav .Returntop:hover {
  filter: grayscale(0);
}
@media (max-width: 992px) {
  .fixed-nav {
    right: 15px;
    bottom: 5%;
  }
  .fixed-nav .cont-block {
    display: none;
  }
  .fixed-nav .Returntop {
    width: 30px;
  }
}
@keyframes fixednav1 {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.1);
  }
}
@keyframes fixecnav2 {
  60% {
    transform: scale3d(0.8, 0.8, 1);
  }
  85% {
    transform: scale3d(1.1, 1.1, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
/***详情页分享***/
.share-box {
  font-size: 0;
}
.share-box .a {
  display: inline-block;
  position: relative;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  vertical-align: middle;
  background: rgba(0, 0, 0, 0.02) no-repeat center / contain;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
.share-box .a + .a {
  margin-left: 18px;
}
.share-box .a:hover .code-box {
  margin-bottom: 0;
  opacity: 1;
  pointer-events: auto;
}
.share-box .wechat {
  background-image: url(../images/share_type_1_1.png);
}
.share-box .douyin {
  background-image: url(../images/share_type_1_2.png);
}
.share-box .sina {
  background-image: url(../images/share_type_1_3.png);
}
.share-box .code-box {
  position: absolute;
  left: 50%;
  bottom: 100%;
  margin-left: -50px;
  margin-bottom: -10px;
  width: 122px;
  padding: 6px;
  opacity: 0;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  pointer-events: none;
  transition: margin 0.3s, opacity 0.3s;
}
@media (max-width: 992px) {
  .share-box .a {
    width: 46px;
    height: 46px;
  }
}
/**加载弹框**/
.loading-block {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  text-align: center;
  background: #fff7d9;
}
.loading-block .loading-top {
  height: 100%;
}
.loading-block .loading-top .top-logo {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.loading-block .loading-top .top-logo .logo-box {
  position: relative;
}
.loading-block .loading-top .top-logo .logo-box::before {
  content: "";
  display: block;
  position: absolute;
  left: 4%;
  top: 4%;
  right: 4%;
  bottom: 4%;
  border-radius: 50%;
  background: #fff;
}
.loading-block .loading-top .top-logo .logo {
  position: relative;
  width: 260px;
  max-height: 70%;
  height: auto;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 1.2s ease;
}
.loading-block .loading-wave {
  position: absolute;
  left: 0;
  width: 100%;
  height: 26%;
  bottom: 0;
  transition: all 1.1s;
}
.loading-block .loading-wave::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  height: 100%;
  width: 100%;
  background: #fcc900;
  transition: all 1.1s;
}
.loading-block .loading-wave .loading-svg {
  display: block;
  height: 100%;
  width: 100%;
  transition: all 1.1s;
}
.loading-block .loading-wave use {
  animation: loadingWave 12s linear infinite;
}
.loading-block .loading-wave use:nth-child(1) {
  animation-delay: -3s;
}
.loading-block.full .loading-top .top-logo {
  opacity: 1;
  animation: loadingAnimate 1.8s ease-in-out;
}
.loading-block.show-img .loading-top .top-logo .logo {
  transform: translateY(0);
  opacity: 1;
}
@keyframes loadingWave {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}
@keyframes loadingAnimate {
  0% {
    transform: translateY(-100%);
  }
  45% {
    transform: translateY(15%);
  }
  80% {
    transform: translateY(-15%);
  }
  100% {
    transform: translateY(0);
  }
}
.page-load-block {
  padding: 70px 0;
  text-align: center;
  font-size: 18px;
  line-height: 50px;
  opacity: 0.15;
}
.page-load-block img {
  margin-right: 15px;
  margin-top: 5px;
}
