@charset "utf-8";
/*初始化样式*/
/*@font-face{
     font-family: 'My_font';
     src: url('../fonts/my_font.eot');
     src:url('../fonts/my_font.woff') format('woff'),
         url('../fonts/my_font.ttf') format('truetype'),
         url('../fonts/my_font.svg') format('svg');
}*/
@font-face {
  font-family: 'My_font';
  src: url('../fonts/pingfang.ttf') format('truetype');
}
html {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  /*height: 100%;*/
  font-size: 14px;
  overflow-x: hidden;
}
.ft-type {
  font-family: "Arial", "微软雅黑", "sans-serif", "宋体";
}
.ft-type-pf {
  font-family: "My_font", "Arial", "微软雅黑", "sans-serif", "宋体";
}
body {
  margin: 0 auto;
  padding: 106px 0 0;
  /*height: 100%!important;*/
  width: 100%;
  zoom: 1;
  font-size: 14px;
  line-height: 24px;
  font-family: "Arial", "微软雅黑", "sans-serif", "宋体";
  color: #333;
  /*设置宽度*/
  background-color: #fff;
}
@media (max-width: 1570px) {
  body {
    padding-top: 96px;
  }
}
@media (max-width: 1570px) {
  body {
    padding-top: 96px;
  }
}
@media (max-width: 1390px) {
  body {
    padding-top: 86px;
  }
}
@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: "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) {
  .wrap {
    max-width: 1565px;
  }
}
@media (min-width: 1201px) and (max-width: 1570px) {
  .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: #06558f;
}
.colr_main2 {
  color: #ff3076;
}
.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: 3.125vw;
  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: #666565;
}
/*滑块效果*/
.scroll-type-a::-webkit-scrollbar-thumb:hover {
  border-radius: 4px;
  background-color: #666565;
}
[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;
  object-fit: cover;
  height: 100%;
  width: 100%;
  transform: scale(1);
  transition: all 0.3s;
}
.imgh:hover img {
  transform: scale(1.02);
}
.auto-title {
  padding: 80px 0 60px;
  text-align: center;
  font-family: "My_font", "Arial", "微软雅黑", "sans-serif", "宋体";
}
.auto-title .auto-title-h1 {
  font-weight: 700;
  font-size: 68px;
  line-height: 1.2em;
}
.auto-title .auto-title-h2 {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.3em;
}
.auto-title-a {
  padding: 86px 0 67px;
  text-align: center;
  font-family: "My_font", "Arial", "微软雅黑", "sans-serif", "宋体";
}
.auto-title-a .auto-title-h1 {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 48px;
  text-transform: capitalize;
  line-height: 1.2em;
}
.auto-title-a .auto-title-h2 {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.3em;
}
.listpages ul {
  padding: 50px 0px;
  list-style: none;
  display: flex;
  justify-content: center;
}

.listpages ul li:first-child,.listpages ul li:last-child {
    display: none;
}
.listpages a,.listpages span {
  padding: 7px 12px;
  border: 1px solid #d8d8d8;
  margin: 0 5px;
}
.listpages li.active a,.listpages li:hover  a {
  background: #06558f;
  border: 1px solid #06558f;
  color: #ffffff;
}


@media (max-width: 1570px) {
  .auto-title {
    padding: 60px 0 40px;
  }
  .auto-title .auto-title-h1 {
    font-size: 54px;
  }
  .auto-title .auto-title-h2 {
    font-size: 26px;
  }
  .auto-title-a {
    padding: 56px 0 37px;
  }
  .auto-title-a .auto-title-h1 {
    margin-bottom: 2px;
    font-size: 40px;
  }
  .auto-title-a .auto-title-h2 {
    font-size: 26px;
  }
}
@media (max-width: 1390px) {
  .auto-title {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .auto-title .auto-title-h1 {
    font-size: 48px;
  }
  .auto-title .auto-title-h2 {
    font-size: 24px;
  }
  .auto-title-a {
    padding-top: 46px;
  }
  .auto-title-a .auto-title-h1 {
    margin-bottom: 2px;
    font-size: 38px;
  }
  .auto-title-a .auto-title-h2 {
    font-size: 24px;
  }
}
@media (max-width: 1200px) {
  .auto-title {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .auto-title .auto-title-h1 {
    margin-bottom: 5px;
    font-size: 30px;
  }
  .auto-title .auto-title-h2 {
    font-size: 20px;
  }
  .auto-title-a {
    padding-top: 36px;
    padding-bottom: 30px;
  }
  .auto-title-a .auto-title-h1 {
    font-size: 28px;
  }
  .auto-title-a .auto-title-h2 {
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  .auto-title {
    padding-top: 35px;
    padding-bottom: 25px;
  }
  .auto-title .auto-title-h1 {
    font-size: 22px;
  }
  .auto-title .auto-title-h2 {
    font-size: 16px;
  }
  .auto-title-a {
    padding-top: 35px;
    padding-bottom: 25px;
  }
  .auto-title-a .auto-title-h1 {
    font-size: 22px;
  }
  .auto-title-a .auto-title-h2 {
    font-size: 16px;
  }
}
.more-a {
  display: inline-block;
  border-radius: 36px;
  padding: 0 55px;
  vertical-align: top;
  font-size: 22px;
  line-height: 72px;
  color: #ffffff;
  background: #06558f;
}
.more-a:hover {
  color: #ffffff;
}
.more-b {
  font-size: 14px;
  line-height: 26px;
  color: #666666;
}
.more-b .jt-b {
  position: relative;
  left: 0;
  margin-left: 6px;
  transition: all 0.3s;
}
.more-b:hover .jt-b {
  left: 5px;
}
@media (max-width: 1570px) {
  .more-a {
    border-radius: 30px;
    padding: 0 45px;
    font-size: 18px;
    line-height: 60px;
  }
}
@media (max-width: 1390px) {
  .more-a {
    border-radius: 28px;
    padding: 0 40px;
    font-size: 16px;
    line-height: 56px;
  }
}
@media (max-width: 1200px) {
  .more-a {
    border-radius: 20px;
    padding: 0 40px;
    font-size: 14px;
    line-height: 40px;
  }
}
@media (max-width: 992px) {
  .more-a {
    border-radius: 18px;
    padding: 0 35px;
    line-height: 36px;
  }
}
@media (max-width: 768px) {
  .more-a {
    border-radius: 15px;
    padding: 0 30px;
    line-height: 30px;
  }
}
/***箭头***/
.jt-a-css {
  position: relative;
}
.jt-a-css::before,
.jt-a-css::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 2px;
  background: rgba(51, 51, 51, 0.6);
}
.jt-a-css::before {
  transform: translate(-85%, 0) rotate(45deg);
}
.jt-a-css::after {
  transform: translate(-15%, 0) rotate(-45deg);
}
.jt-a-on-css::before {
  transform: translate(-15%, 0) rotate(45deg);
}
.jt-a-on-css::after {
  transform: translate(-85%, 0) rotate(-45deg);
}
.jt-a-on-css.on::before {
  transform: translate(-15%, 0) rotate(45deg);
}
.jt-a-on-css.on::after {
  transform: translate(-85%, 0) rotate(-45deg);
}
.jt-a {
  width: 22px;
  height: 10px;
  position: relative;
}
.jt-a::before,
.jt-a::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 2px;
  background: rgba(51, 51, 51, 0.6);
}
.jt-a::before {
  transform: translate(-85%, 0) rotate(45deg);
}
.jt-a::after {
  transform: translate(-15%, 0) rotate(-45deg);
}
.ja-a-on .jt-a::before {
  transform: translate(-15%, 0) rotate(45deg);
}
.ja-a-on .jt-a::after {
  transform: translate(-85%, 0) rotate(-45deg);
}
.ja-a-on .jt-a.on::before {
  transform: translate(-15%, 0) rotate(45deg);
}
.ja-a-on .jt-a.on::after {
  transform: translate(-85%, 0) rotate(-45deg);
}
.jt-b-css {
  display: inline-block;
  position: relative;
  width: 6px;
  height: 10px;
}
.jt-b-css::before,
.jt-b-css::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1px;
  height: 7px;
  background: #858583;
}
.jt-b-css.left::before {
  transform: translate(0, -85%) rotate(45deg);
}
.jt-b-css.left::after {
  transform: translate(0, -15%) rotate(-45deg);
}
.jt-b-css.right::before {
  transform: translate(0, -15%) rotate(45deg);
}
.jt-b-css.right::after {
  transform: translate(0, -85%) rotate(-45deg);
}
.jt-b-on-css::before,
.jt-b-on-css::after {
  background: #06558f;
}
.jt-b {
  display: inline-block;
  position: relative;
  width: 6px;
  height: 10px;
}
.jt-b::before,
.jt-b::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1px;
  height: 7px;
  background: #858583;
}
.jt-b.left::before {
  transform: translate(0, -85%) rotate(45deg);
}
.jt-b.left::after {
  transform: translate(0, -15%) rotate(-45deg);
}
.jt-b.right::before {
  transform: translate(0, -15%) rotate(45deg);
}
.jt-b.right::after {
  transform: translate(0, -85%) rotate(-45deg);
}
.jt-b-hover:hover .jt-b::before,
.jt-b-on .jt-b::before,
.jt-b-hover:hover .jt-b::after,
.jt-b-on .jt-b::after {
  background: #06558f;
}
.jt-b:hover::before,
.jt-b:hover::after {
  background: #06558f;
}
.jt-c-css {
  display: inline-block;
  position: relative;
  width: 12px;
  height: 22px;
}
.jt-c-css::before,
.jt-c-css::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 2px;
  width: 4px;
  height: 16px;
  background: #06558f;
}
.jt-c-css.left::before {
  transform: translate(-35%, -80%) rotate(45deg);
}
.jt-c-css.left::after {
  transform: translate(-35%, -20%) rotate(-45deg);
}
.jt-c-css.right::before {
  transform: translate(-35%, -20%) rotate(45deg);
}
.jt-c-css.right::after {
  transform: translate(-35%, -80%) rotate(-45deg);
}
.jt-c-on-css::before,
.jt-c-on-css::after {
  background: #06558f;
}
.jt-c {
  display: inline-block;
  position: relative;
  width: 12px;
  height: 22px;
}
.jt-c::before,
.jt-c::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 2px;
  width: 4px;
  height: 16px;
  background: #06558f;
}
.jt-c.left::before {
  transform: translate(-35%, -80%) rotate(45deg);
}
.jt-c.left::after {
  transform: translate(-35%, -20%) rotate(-45deg);
}
.jt-c.right::before {
  transform: translate(-35%, -20%) rotate(45deg);
}
.jt-c.right::after {
  transform: translate(-35%, -80%) rotate(-45deg);
}
.jt-c-hover:hover .jt-c::before,
.jt-c-on .jt-c::before,
.jt-c-hover:hover .jt-c::after,
.jt-c-on .jt-c::after {
  background: #06558f;
}
.jt-c:hover::before,
.jt-c:hover::after {
  background: #06558f;
}
.jt-d-css {
  display: inline-block;
  position: relative;
  width: 25px;
  height: 40px;
}
.jt-d-css::before,
.jt-d-css::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 4px;
  width: 8px;
  height: 30px;
  background: #06558f;
}
.jt-d-css.left::before {
  transform: translate(-35%, -70%) rotate(45deg);
}
.jt-d-css.left::after {
  transform: translate(-35%, -15%) rotate(-45deg);
}
.jt-d-css.right::before {
  transform: translate(-35%, -15%) rotate(45deg);
}
.jt-d-css.right::after {
  transform: translate(-35%, -70%) rotate(-45deg);
}
.jt-d-on-css::before,
.jt-d-on-css::after {
  background: #ff3076;
}
.jt-d {
  display: inline-block;
  position: relative;
  width: 25px;
  height: 40px;
}
.jt-d::before,
.jt-d::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 4px;
  width: 8px;
  height: 30px;
  background: #06558f;
}
.jt-d.left::before {
  transform: translate(-35%, -70%) rotate(45deg);
}
.jt-d.left::after {
  transform: translate(-35%, -15%) rotate(-45deg);
}
.jt-d.right::before {
  transform: translate(-35%, -15%) rotate(45deg);
}
.jt-d.right::after {
  transform: translate(-35%, -70%) rotate(-45deg);
}
.jt-d-hover:hover .jt-d::before,
.jt-d-on .jt-d::before,
.jt-d-hover:hover .jt-d::after,
.jt-d-on .jt-d::after {
  background: #ff3076;
}
.jt-d:hover::before,
.jt-d:hover::after {
  background: #ff3076;
}
.jt-e-css {
  display: inline-block;
  position: relative;
  width: 32px;
  height: 52px;
}
.jt-e-css::before,
.jt-e-css::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 6px;
  width: 11px;
  height: 40px;
  background: #06558f;
}
.jt-e-css.left::before {
  transform: translate(-35%, -70%) rotate(45deg);
}
.jt-e-css.left::after {
  transform: translate(-35%, -15%) rotate(-45deg);
}
.jt-e-css.right::before {
  transform: translate(-35%, -15%) rotate(45deg);
}
.jt-e-css.right::after {
  transform: translate(-35%, -70%) rotate(-45deg);
}
.jt-e-on-css::before,
.jt-e-on-css::after {
  background: #ff3076;
}
.jt-e {
  display: inline-block;
  position: relative;
  width: 32px;
  height: 52px;
}
.jt-e::before,
.jt-e::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 6px;
  width: 11px;
  height: 40px;
  background: #06558f;
}
.jt-e.left::before {
  transform: translate(-35%, -70%) rotate(45deg);
}
.jt-e.left::after {
  transform: translate(-35%, -15%) rotate(-45deg);
}
.jt-e.right::before {
  transform: translate(-35%, -15%) rotate(45deg);
}
.jt-e.right::after {
  transform: translate(-35%, -70%) rotate(-45deg);
}
.jt-e-hover:hover .jt-e::before,
.jt-e-on .jt-e::before,
.jt-e-hover:hover .jt-e::after,
.jt-e-on .jt-e::after {
  background: #ff3076;
}
.jt-e:hover::before,
.jt-e:hover::after {
  background: #ff3076;
}
.jt-f-css {
  display: inline-block;
  position: relative;
  width: 10px;
  height: 16px;
}
.jt-f-css::before,
.jt-f-css::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 3px;
  width: 3px;
  height: 11px;
  background: #fff;
}
.jt-f-css.left::before {
  transform: translate(-35%, -70%) rotate(45deg);
}
.jt-f-css.left::after {
  transform: translate(-35%, -15%) rotate(-45deg);
}
.jt-f-css.right::before {
  transform: translate(-35%, -15%) rotate(45deg);
}
.jt-f-css.right::after {
  transform: translate(-35%, -70%) rotate(-45deg);
}
.jt-f-on-css::before,
.jt-f-on-css::after {
  background: #ff3076;
}
.jt-f {
  display: inline-block;
  position: relative;
  width: 10px;
  height: 16px;
}
.jt-f::before,
.jt-f::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 3px;
  width: 3px;
  height: 11px;
  background: #fff;
}
.jt-f.left::before {
  transform: translate(-35%, -70%) rotate(45deg);
}
.jt-f.left::after {
  transform: translate(-35%, -15%) rotate(-45deg);
}
.jt-f.right::before {
  transform: translate(-35%, -15%) rotate(45deg);
}
.jt-f.right::after {
  transform: translate(-35%, -70%) rotate(-45deg);
}
.jt-f-hover:hover .jt-f::before,
.jt-f-on .jt-f::before,
.jt-f-hover:hover .jt-f::after,
.jt-f-on .jt-f::after {
  background: #ff3076;
}
.jt-f:hover::before,
.jt-f:hover::after {
  background: #ff3076;
}
.jt-g-css {
  display: inline-block;
  position: relative;
  width: 12px;
  height: 8px;
}
.jt-g-css::before,
.jt-g-css::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 1px;
  width: 8px;
  height: 2px;
  background: #0e3c5e;
}
.jt-g-css.up::before {
  transform: translate(-85%, -35%) rotate(-45deg);
}
.jt-g-css.up::after {
  transform: translate(-15%, -35%) rotate(45deg);
}
.jt-g-css.down::before {
  transform: translate(-85%, -35%) rotate(45deg);
}
.jt-g-css.down::after {
  transform: translate(-15%, -35%) rotate(-45deg);
}
.jt-g-on-css::before,
.jt-g-on-css::after {
  background: #ff3076;
}
.jt-g {
  display: inline-block;
  position: relative;
  width: 12px;
  height: 8px;
}
.jt-g::before,
.jt-g::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 1px;
  width: 8px;
  height: 2px;
  background: #0e3c5e;
}
.jt-g.up::before {
  transform: translate(-85%, -35%) rotate(-45deg);
}
.jt-g.up::after {
  transform: translate(-15%, -35%) rotate(45deg);
}
.jt-g.down::before {
  transform: translate(-85%, -35%) rotate(45deg);
}
.jt-g.down::after {
  transform: translate(-15%, -35%) rotate(-45deg);
}
.jt-g-hover:hover .jt-g::before,
.jt-g-on .jt-g::before,
.jt-g-hover:hover .jt-g::after,
.jt-g-on .jt-g::after {
  background: #ff3076;
}
.jt-g:hover::before,
.jt-g:hover::after {
  background: #ff3076;
}
.jt-h-css {
  display: inline-block;
  position: relative;
  width: 9px;
  height: 9px;
}
.jt-h-css::before,
.jt-h-css::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1px;
  height: 5px;
  background: #666666;
}
.jt-h-css.left::before {
  transform: translate(-150%, -90%) rotate(45deg);
}
.jt-h-css.left::after {
  transform: translate(-150%, -10%) rotate(-45deg);
}
.jt-h-css.right::before {
  transform: translate(-150%, -60%) rotate(-45deg);
}
.jt-h-css.right::after {
  transform: translate(-150%, 10%) rotate(45deg);
}
.jt-h-on-css::before,
.jt-h-on-css::after {
  background: #ff3076;
}
.jt-h {
  display: inline-block;
  position: relative;
  width: 9px;
  height: 9px;
}
.jt-h::before,
.jt-h::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1px;
  height: 5px;
  background: #666666;
}
.jt-h.left::before {
  transform: translate(-150%, -90%) rotate(45deg);
}
.jt-h.left::after {
  transform: translate(-150%, -10%) rotate(-45deg);
}
.jt-h.right::before {
  transform: translate(-150%, -60%) rotate(-45deg);
}
.jt-h.right::after {
  transform: translate(-150%, 10%) rotate(45deg);
}
.jt-h-hover:hover .jt-h::before,
.jt-h-on .jt-h::before,
.jt-h-hover:hover .jt-h::after,
.jt-h-on .jt-h::after {
  background: #ff3076;
}
.jt-h:hover::before,
.jt-h:hover::after {
  background: #ff3076;
}
@media (max-width: 1200px) {
  .jt-c-css {
    width: 10px;
    height: 18px;
  }
  .jt-c-css::before,
  .jt-c-css::after {
    width: 4px;
    height: 12px;
  }
  .jt-c {
    width: 10px;
    height: 18px;
  }
  .jt-c::before,
  .jt-c::after {
    width: 4px;
    height: 12px;
  }
  .jt-d-css {
    width: 16px;
    height: 30px;
  }
  .jt-d-css::before,
  .jt-d-css::after {
    border-radius: 2px;
    width: 4px;
    height: 20px;
  }
  .jt-d {
    width: 16px;
    height: 30px;
  }
  .jt-d::before,
  .jt-d::after {
    border-radius: 2px;
    width: 4px;
    height: 20px;
  }
  .jt-e-css {
    width: 22px;
    height: 40px;
  }
  .jt-e-css::before,
  .jt-e-css::after {
    border-radius: 3px;
    width: 6px;
    height: 26px;
  }
  .jt-e {
    width: 22px;
    height: 40px;
  }
  .jt-e::before,
  .jt-e::after {
    border-radius: 3px;
    width: 6px;
    height: 26px;
  }
}
/**视频弹框**/
.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;
}
/**表单**/
.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: #06558f;
  transition: all 0.3s ease-in;
}
#header .logo {
  display: flex;
  align-items: center;
  transition: all 0.3s;
}
#header .logo img {
  width: auto;
  height: 60px;
  transition: all 0.3s;
}
#header .menu {
  vertical-align: middle;
}
#header .menu .menu-box {
  display: flex;
}
#header .menu .menu-son {
  transition: all 0.3s;
}
#header .menu .menu-title {
  display: block;
  padding: 0 10px;
  line-height: 20px;
  text-transform: capitalize;
  color: #ffff;
  transition: all 0.3s;
}
#header .menu .menu-title-cn {
  margin-bottom: -3px;
  font-size: 16px;
}
#header .menu .menu-title-en {
  font-weight: 100;
  font-size: 14px;
  opacity: 0.5;
}
#header .right-box .phone-block .phone {
  font-weight: 600;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  transition: all 0.3s;
}
#header .right-box .phone-block .phone img {
  margin-right: 10px;
}
#header .right-box .phone-menu {
  margin-left: 20px;
}
.phone-menu {
  display: none;
  position: relative;
  order: 2;
  border-radius: 5px;
  height: 32px;
  width: 36px;
  flex-wrap: wrap;
  background: #fff;
}
.phone-menu .phone-menu-i {
  display: block;
  position: absolute;
  left: 15%;
  top: 50%;
  margin-top: -1.5px;
  border-radius: 1.5px;
  width: 70%;
  height: 3px;
  background: #fcc900;
  opacity: 1;
  transform: rotate(0);
  transition: all 0.3s;
}
.phone-menu .phone-menu-i.i1 {
  margin-top: -9.5px;
}
.phone-menu .phone-menu-i.i3 {
  margin-top: 6.5px;
}
.menu-show .phone-menu .phone-menu-i.i1 {
  margin-top: -1.5px;
  transform: rotate(45deg);
}
.menu-show .phone-menu .phone-menu-i.i2 {
  opacity: 0;
}
.menu-show .phone-menu .phone-menu-i.i3 {
  margin-top: -1.5px;
  transform: rotate(-45deg);
}
.SmallHeader #header {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 1201px) {
  #header .logo {
    height: 86px;
  }
  #header .logo img {
    height: 70px;
  }
  #header .menu {
    position: relative;
    text-align: center;
  }
  #header .menu .menu-box {
    position: relative;
    margin: 0 auto;
    width: auto;
  }
  #header .menu .menu-title {
    position: relative;
    padding: 10px 0;
  }
  #header .menu .pc-hide {
    display: none !important;
  }
  #header .menu-son {
    display: flex;
    padding-left: 15px;
    padding-right: 15px;
    align-items: center;
  }
  #header .menu-son.on .menu-title,
  #header .menu-son:hover .menu-title {
    color: #ff7264;
  }
  #header .menu-son.on .menu-title .menu-title-en,
  #header .menu-son:hover .menu-title .menu-title-en {
    opacity: 0.9;
  }
  #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 {
    display: block!important;
    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: inline-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: #ff7264;
  }
  #header .right-box .phone-block .phone {
    border-radius: 20px;
    padding: 0 25px;
    font-size: 20px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 1390px) {
  #header .logo {
    height: 96px;
  }
  #header .logo img {
    height: 80px;
  }
  #header .menu-son {
    padding-left: 20px;
    padding-right: 20px;
  }
  .SmallHeader #header .logo {
    height: 82px;
  }
  .SmallHeader #header .logo img {
    height: 50px;
  }
  .SmallHeader #header .menu .menu-son {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 1570px) {
  #header .logo {
    height: 106px;
  }
  #header .logo img {
    /* height: 76px; */
  }
  #header .menu .menu-title {
    line-height: 20px;
  }
  #header .menu .menu-son {
   
  }
  #header .right-box .phone-block .phone {
    border-radius: 25px;
    padding: 0 30px;
    font-size: 24px;
    line-height: 50px;
  }
  .SmallHeader #header .logo {
    height: 86px;
  }
  .SmallHeader #header .logo img {
    height: 56px;
  }
  .SmallHeader #header .menu .menu-son {
    padding-left: 15px;
    padding-right: 15px;
  }
  .SmallHeader #header .right-box .phone-block .phone {
    border-radius: 20px;
    padding: 0 25px;
    font-size: 20px;
    line-height: 40px;
  }
}
@media (max-width: 1200px) {
  #header .logo {
    height: 60px;
  }
  #header .logo img {
    height: 40px;
  }
  #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;
    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;
    padding: 0 15px;
  }
  #header .mid-box .menu-box {
    flex-wrap: wrap;
    width: 100%;
  }
  #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: 10px 10px;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #333;
  }
  #header .mid-box .menu-son .menu-title .menu-title-en {
    font-weight: 400;
  }
  #header .mid-box .menu-son .menu-title .menu-lib-btn {
    height: 100%;
  }
  #header .mid-box .menu-lib {
    display: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    width: 100%;
    padding: 7px 0;
    background: rgba(0, 0, 0, 0.1);
  }
  #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(0, 0, 0, 0.7);
  }
  #header .right-box .phone-block .phone {
    border-radius: 16px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 32px;
  }
  #header .right-box .phone-block .phone img {
    width: 15px;
    height: auto;
  }
  #header .right-box .phone-menu {
    display: block;
  }
  .menu-show #header .mid-box {
    pointer-events: auto;
    z-index: 999;
    opacity: 1;
    transform: scale(1) translateY(0);
    background: #fafafa;
  }
}
@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 .logo img {
    height: 28px;
  }
  #header .right-box .phone-block .phone {
    border-radius: 15px;
    padding: 0 10px;
    font-size: 12px;
    line-height: 30px;
  }
  #header .right-box .phone-block .phone img {
    margin-right: 5px;
    width: 12px;
  }
  #header .right-box .phone-menu {
    width: 32px;
    height: 28px;
    margin-left: 15px;
  }
  #header .right-box .phone-menu .phone-menu-i.i1 {
    margin-top: -7.5px;
  }
  #header .right-box .phone-menu .phone-menu-i.i3 {
    margin-top: 4.5px;
  }
  .menu-show #header .right-box .phone-menu .phone-menu-i {
    margin-top: -1.5px;
  }
}
/***底部***/
.footer {
  position: relative;
  background: #f5f5f1;
  color: #666666;
}
.footer a {
  color: #666666;
}
.footer a:hover {
  color: #0e3c5e;
}
.footer .foot-top {
  padding: 5.86% 0;
  color: #0e3c5e;
}
.footer .foot-top .cont {
  padding-left: 30px;
  padding-top: 10px;
  font-weight: 700;
}
.footer .foot-top .title {
  font-size: 24px;
  line-height: 1.4em;
  color: #0e3c5e;
}
.footer .foot-top .en {
  font-size: 14px;
  line-height: 1.4em;
}
.footer .foot-mid {
  border-top: 1px solid rgba(14, 60, 94, 0.1);
  border-bottom: 1px solid rgba(14, 60, 94, 0.1);
  padding-top: 6%;
  padding-bottom: 6%;
}
.footer .foot-mid .left {
  width: 55%;
}
.footer .foot-mid .left .li {
  max-width: 25%;
}
.footer .foot-mid .left .title {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.4em;
  text-transform: capitalize;
  color: #333333;
}
.footer .foot-mid .left .a-box .a {
  display: block;
  padding: 5px 0;
}
.footer .foot-mid .left .a-box a {
  display: inline-block;
  font-size: 14px;
  line-height: 1.6em;
  transform: translate(0, 0);
  transition: all 0.3s;
}
.footer .foot-mid .left .a-box a:hover {
  transform: translate(3px, 0);
}
.footer .foot-mid .right {
  width: 34.52%;
}
.footer .foot-mid .right .cont {
  padding-right: 25px;
  text-align: left;
}
.footer .foot-mid .right .cont .p {
  padding-left: 30px;
}
.footer .foot-mid .right .cont .p + .p {
  margin-top: 25px;
}
.footer .foot-mid .right .cont .p-title {
  margin-left: -30px;
  padding-left: 30px;
  font-size: 16px;
  line-height: 34px;
  color: #333333;
  background: no-repeat left center;
}
.footer .foot-mid .right .cont .p-title.address {
  background-image: url(../images/icon3.png);
}
.footer .foot-mid .right .cont .p-title.phone {
  background-image: url(../images/icon2.png);
}
.footer .foot-mid .right .cont .p-title.email {
  background-image: url(../images/icon4.png);
}
.footer .foot-mid .right .cont .p-cont {
  font-size: 14px;
  line-height: 1.4em;
  color: #666666;
}
.footer .foot-mid .right .code-block {
  width: 195px;
  flex-shrink: 0;
}
.footer .foot-mid .right .code-block img {
  display: block;
  height: auto;
}
.footer .foot-bot {
  padding: 2.5% 0;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  color: #999999;
}
.footer .foot-bot a {
  color: #999999;
}
.footer .foot-bot a:hover {
  color: #06558f;
}
.footer .foot-bot .support {
  margin-left: 15px;
}
@media (max-width: 1390px) {
  .footer .foot-top .cont {
    padding-left: 20px;
    padding-top: 5px;
  }
  .footer .foot-top .title {
    font-size: 20px;
  }
  .footer .foot-mid .left {
    width: 50%;
  }
  .footer .foot-mid .right {
    width: 42%;
  }
  .footer .foot-mid .right .code-block {
    width: 165px;
  }
}
@media (max-width: 1200px) {
  .footer .foot-top {
    padding: 35px 0;
  }
  .footer .foot-top img {
    width: 60px;
    height: auto;
  }
  .footer .foot-top .title {
    font-size: 18px;
  }
  .footer .foot-mid .left {
    display: none;
  }
  .footer .foot-mid .right {
    width: 100%;
  }
  .footer .foot-mid .right .code-block {
    width: 195px;
    flex-shrink: 0;
  }
  .footer .foot-mid .right .code-block img {
    display: block;
    height: auto;
  }
  .footer .foot-mid .right .code-block {
    width: 165px;
  }
}
@media (max-width: 992px) {
  .footer .foot-top {
    padding-bottom: 30px;
    flex-direction: column;
  }
  .footer .foot-top img {
    width: 54px;
  }
  .footer .foot-top .cont {
    text-align: center;
  }
  .footer .foot-top .title {
    font-size: 16px;
  }
  .footer .foot-top .en {
    font-size: 12px;
  }
  .footer .foot-mid {
    padding: 30px 0;
  }
  .footer .foot-mid .right {
    width: 100%;
  }
  .footer .foot-mid .right .cont {
    padding-right: 15px;
  }
  .footer .foot-mid .right .cont .p {
    padding-left: 25px;
  }
  .footer .foot-mid .right .cont .p + .p {
    margin-top: 10px;
  }
  .footer .foot-mid .right .cont .p-title {
    margin-left: -25px;
    padding-left: 25px;
    line-height: 28px;
  }
  .footer .foot-mid .right .cont .p-cont {
    font-size: 14px;
    line-height: 1.4em;
    color: #666666;
  }
  .footer .foot-mid .right .code-block {
    width: 115px;
  }
  .footer .foot-bot {
    padding: 15px 0;
    line-height: 22px;
  }
}
@keyframes fotWave1 {
  0% {
    transform: translate(-270px, 0%);
  }
  50% {
    transform: translate(10px, 0%);
  }
  100% {
    transform: translate(-270px, 0%);
  }
}
/**返回顶部**/
.return-top {
  position: fixed;
  right: 40px;
  bottom: 70px;
  z-index: 9;
}
@media (max-width: 1200px) {
  .return-top {
    right: 20px;
    bottom: 40px;
  }
  .return-top img {
    width: 40px;
    height: auto;
  }
}
@media (max-width: 992px) {
  .return-top {
    right: 15px;
    bottom: 34px;
  }
  .return-top img {
    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);
  }
}
/***二级菜单***/
.next-menu {
  border-bottom: 1px solid #ccd6dc;
  text-align: center;
}
.next-menu.no-line {
  border-bottom-color: transparent;
}
.next-menu .swiper-container {
  display: block;
  margin-bottom: -1px;
}
.next-menu .swiper-slide {
  width: auto;
}
.next-menu .link {
  display: block;
  padding: 27px 10px;
  font-size: 16px;
}
.next-menu .link::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0;
  width: 100%;
  background: #f9b72f;
  transition: all 0.3s;
}
.next-menu .link.on::after {
  height: 3px;
}
@media (max-width: 1570px) {
  .next-menu .link {
    padding: 20px 10px;
  }
}
@media (max-width: 1200px) {
  .next-menu .link {
    padding: 15px 10px;
  }
}
@media (max-width: 1200px) {
  .next-menu .link {
    padding: 10px 10px;
    font-size: 14px;
  }
}
/***详情页分享***/
.share-box {
  font-size: 0;
}
.share-box .a {
  display: inline-block;
  position: relative;
  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: 25px;
}
.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;
  }
}
/**列表翻页**/
.page-btn-box {
  display: flex;
  padding: 80px 15px 110px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 0;
  text-align: center;
}
.page-btn-box .page-btn {
  margin: 2.5px;
  border: 1px solid transparent;
  height: 40px;
  min-width: 40px;
  padding: 0 18px;
  font-size: 14px;
  line-height: 40px;
  color: #666666;
  background: #f1f1f1;
  transition: all 0.3s;
}
.page-btn-box .page-btn:hover {
  background: #e2e2e2;
}
.page-btn-box .page-btn.on {
  color: #fff;
  background: #0e3c5e;
}
.page-btn-box .page-btn.text {
  background-color: transparent;
}
.page-btn-box .page-btn .jt {
  display: inline-block;
  height: 9px;
  width: 5px;
  background: no-repeat center;
}
.page-btn-box .page-btn .jt.left {
  margin-right: 9px;
  background-image: url(../images/jt_5_1_1.png);
}
.page-btn-box .page-btn .jt.right {
  margin-left: 9px;
  background-image: url(../images/jt_5_2_1.png);
}
.page-btn-box .key {
  border: 1px solid #ebebeb;
  width: 60px;
  padding: 0 10px;
  text-align: center;
  background: #fff;
}
.page-btn-box .submit {
  cursor: pointer;
}
@media (max-width: 1570px) {
  .page-btn-box {
    padding: 40px 15px 60px;
  }
}
@media (max-width: 1200px) {
  .page-btn-box {
    padding: 35px 10px 45px;
  }
}
@media (max-width: 992px) {
  .page-btn-box {
    padding: 30px 0 35px;
  }
}
