@charset "utf-8";
/*初始化样式*/
@font-face {
  font-family: 'Montserrat-Regular';
  src: url('font/Montserrat-Regular.eot');
  src: url('font/Montserrat-Regular.woff') format('woff'), url('font/Montserrat-Regular.ttf') format('truetype'), url('font/Montserrat-Regular.svg') format('svg');
}
html {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  /*height: 100%;*/
  font-size: 14px;
  overflow-x: hidden;
}
body {
  padding: 0;
  /*height: 100%!important;*/
  margin: 0 auto;
  zoom: 1;
  font-size: 14px;
  line-height: 24px;
  font-family: "Arial", "微软雅黑", "sans-serif", "宋体";
  color: #333;
  /*设置宽度*/
  width: 100%;
  background-color: #fff;
}
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: #005ca4;
}
* {
  -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;
  display: inline-block;
}
.f-r {
  float: right;
  display: inline-block;
}
.wrap {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.wrap-full {
  margin: 0 auto;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1201px) {
  body {
    padding-top: 88px;
  }
  .wrap {
    width: 1230px;
  }
}
@media (min-width: 1500px) {
  .wrap {
    width: 1430px;
  }
}
@media (max-width: 1200px) {
  body {
    padding-top: 60px;
  }
  .wrap {
    width: 1024px;
  }
}
@media (max-width: 1024px) {
  .wrap {
    width: 992px;
  }
}
@media (max-width: 992px) {
  .wrap {
    width: 768px;
  }
}
@media (max-width: 768px) {
  .wrap {
    width: 100%;
  }
}
a:hover {
  color: #015ba7;
}
.bg0 {
  background-color: #ffffff;
}
.bg1 {
  background-color: #f8f8f8;
}
.bg2 {
  background-color: #f6f6f6;
}
.bg3 {
  background-color: #f9f9f9;
}
.bg4 {
  background-color: #1e2b38;
}
.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;
}
.input-color4::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #cccccc;
}
.input-color4:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #cccccc;
}
.input-color4::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #cccccc;
}
.input-color4:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #cccccc;
}
.input-color5::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: rgba(153, 153, 153, 0.6);
}
.input-color5:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(153, 153, 153, 0.6);
}
.input-color5::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(153, 153, 153, 0.6);
}
.input-color5:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(153, 153, 153, 0.6);
}
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
  width: 2px;
  height: 2px;
  background-color: #dddddd;
}
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
  border-radius: 2px;
  background-color: #dddddd;
}
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
  border-radius: 4px;
  width: 4px;
  height: 4px;
  background-color: #0092d5;
}
/*滑块效果*/
::-webkit-scrollbar-thumb:hover {
  border-radius: 4px;
  width: 4px;
  height: 4px;
  background-color: #0092d5;
}
[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);
}
/**动画**/
*[data-animation] {
  opacity: 0;
}
.animated {
  opacity: 1;
}
.auto-title-a .en {
  margin-bottom: 7px;
  font-family: 'Montserrat-Regular', "Arial", "微软雅黑", "sans-serif", "宋体";
  font-size: 30px;
  line-height: 28px;
  letter-spacing: -1px;
  color: #0092d5;
}
.auto-title-a .cn {
  font-size: 26px;
  line-height: 28px;
  letter-spacing: -1px;
  color: #333333;
}
@media (max-width: 1200px) {
  .auto-title-a .en {
    margin-bottom: 5px;
    font-size: 24px;
    line-height: 20px;
  }
  .auto-title-a .cn {
    font-size: 22px;
    line-height: 24px;
  }
}
@media (max-width: 992px) {
  .auto-title-a .en {
    margin-bottom: 3px;
    font-size: 20px;
  }
  .auto-title-a .cn {
    font-size: 18px;
  }
}
/**视频弹框**/
.tank-video-box {
  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;
}
.tank-video-box .video-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.tank-video-box .video-box .exit {
  position: absolute;
  right: -15px;
  top: -15px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: #fff;
  z-index: 5;
}
.tank-video-box .video-box .exit::before,
.tank-video-box .video-box .exit::after {
  content: "";
  display: block;
  position: absolute;
  left: 20%;
  top: 50%;
  margin-top: -0.5px;
  height: 1px;
  width: 60%;
  background: #0092d5;
}
.tank-video-box .video-box .exit::before {
  transform: rotate(45deg);
}
.tank-video-box .video-box .exit::after {
  transform: rotate(-45deg);
}
.tank-video-box .video-box video {
  border: 7px solid #fff;
  display: block;
  width: auto;
  max-width: 94vw;
  max-height: 96vh;
  border-radius: 4px;
}
/***箭头***/
.jt-a {
  display: inline-block;
  position: relative;
  width: 9px;
  height: 16px;
}
.jt-a::before,
.jt-a::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -1px;
  margin-top: -4px;
  border-radius: 1px;
  width: 2px;
  height: 8px;
  background: #fff;
  transition: all 0.3s;
}
.jt-a.left::before {
  transform: translate(0, 2.5px) rotate(-45deg);
}
.jt-a.left::after {
  transform: translate(0, -2.5px) rotate(45deg);
}
.jt-a.right::before {
  transform: translate(0, 2.5px) rotate(45deg);
}
.jt-a.right::after {
  transform: translate(0, -2.5px) rotate(-45deg);
}
.jt-a-hover:hover::before,
.jt-a-on.on::before,
.jt-a-hover:hover .jt-a::before,
.jt-a-on.on .jt-a::before,
.jt-a-hover:hover::after,
.jt-a-on.on::after,
.jt-a-hover:hover .jt-a::after,
.jt-a-on.on .jt-a::after {
  background: #0092d5;
}
.jt-b {
  position: relative;
}
.jt-b::before,
.jt-b::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -5px;
  margin-top: -2px;
  width: 10px;
  height: 2px;
  background: rgba(255, 255, 255, 0.9);
  transition: all 0.3s;
}
.jt-b::before {
  transform: translate(-3.5px, 0) rotate(45deg);
}
.jt-b::after {
  transform: translate(3.5px, 0) rotate(-45deg);
}
.jt-b-on.on.jt-b::before,
.jt-b-on.on .jt-b::before {
  transform: translate(-3.5px, 0) rotate(-45deg);
}
.jt-b-on.on.jt-b::after,
.jt-b-on.on .jt-b::after {
  transform: translate(3.5px, 0) rotate(45deg);
}
.jt-b-on.jt-b.on::before,
.jt-b-on .jt-b.on::before {
  transform: translate(-3.5px, 0) rotate(-45deg);
}
.jt-b-on.jt-b.on::after,
.jt-b-on .jt-b.on::after {
  transform: translate(3.5px, 0) rotate(45deg);
}
.jt-c {
  display: inline-block;
  position: relative;
  width: 9px;
  height: 16px;
}
.jt-c::before,
.jt-c::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -0.5px;
  margin-top: -4px;
  border-radius: 1px;
  width: 1px;
  height: 8px;
  background: #fff;
  transition: all 0.3s;
}
.jt-c.left::before {
  transform: translate(0, 2.5px) rotate(-45deg);
}
.jt-c.left::after {
  transform: translate(0, -2.5px) rotate(45deg);
}
.jt-c.right::before {
  transform: translate(0, 2.5px) rotate(45deg);
}
.jt-c.right::after {
  transform: translate(0, -2.5px) rotate(-45deg);
}
.jt-c-hover:hover::before,
.jt-c-on.on::before,
.jt-c-hover:hover .jt-c::before,
.jt-c-on.on .jt-c::before,
.jt-c-hover:hover::after,
.jt-c-on.on::after,
.jt-c-hover:hover .jt-c::after,
.jt-c-on.on .jt-c::after {
  background: #0092d5;
}
.jt-d {
  display: inline-block;
  position: relative;
  width: 9px;
  height: 16px;
}
.jt-d::before,
.jt-d::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -0.5px;
  margin-top: -3px;
  border-radius: 1px;
  width: 1px;
  height: 6px;
  background: #fff;
  transition: all 0.3s;
}
.jt-d.left::before {
  transform: translate(0, 2px) rotate(-45deg);
}
.jt-d.left::after {
  transform: translate(0, -2px) rotate(45deg);
}
.jt-d.right::before {
  transform: translate(0, 2px) rotate(45deg);
}
.jt-d.right::after {
  transform: translate(0, -2px) rotate(-45deg);
}
.jt-d-hover:hover::before,
.jt-d-on.on::before,
.jt-d-hover:hover .jt-d::before,
.jt-d-on.on .jt-d::before,
.jt-d-hover:hover::after,
.jt-d-on.on::after,
.jt-d-hover:hover .jt-d::after,
.jt-d-on.on .jt-d::after {
  background: #0092d5;
}
.jt-e {
  display: inline-block;
  position: relative;
  width: 9px;
  height: 16px;
}
.jt-e::before,
.jt-e::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -1.5px;
  margin-top: -5px;
  border-radius: 1px;
  width: 3px;
  height: 10px;
  background: #fff;
  transition: all 0.3s;
}
.jt-e.left::before {
  transform: translate(0, 3px) rotate(-45deg);
}
.jt-e.left::after {
  transform: translate(0, -3px) rotate(45deg);
}
.jt-e.right::before {
  transform: translate(0, 3px) rotate(45deg);
}
.jt-e.right::after {
  transform: translate(0, -3px) rotate(-45deg);
}
.jt-e-hover:hover::before,
.jt-e-on.on::before,
.jt-e-hover:hover .jt-e::before,
.jt-e-on.on .jt-e::before,
.jt-e-hover:hover::after,
.jt-e-on.on::after,
.jt-e-hover:hover .jt-e::after,
.jt-e-on.on .jt-e::after {
  background: #0092d5;
}
.more-box .more-btn {
  display: block;
  padding: 25px 0;
  text-align: center;
  font-size: 0;
  line-height: 0;
  background: #eef4f8;
  transition: all 0.3s;
}
.more-box .more-btn .point {
  display: inline-block;
  margin: 4px 7px;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: #f5821f;
  opacity: 0.3;
}
.more-box .more-btn:hover {
  background-color: #0092d5;
}
.more-box .more-btn:hover .point {
  background: #fff;
  opacity: 1;
}
@media (max-width: 1200px) {
  .more-box .more-btn {
    padding: 15px 0;
  }
}
/**表单**/
.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;
}
#header .logo img {
  width: auto;
  height: 59px;
  transition: all 0.3s;
}
#header .menu {
  display: inline-block;
  vertical-align: middle;
}
#header .menu .menu-box {
  display: flex;
}
#header .menu .menu-title {
  display: block;
  font-weight: bold;
  font-size: 16px;
  line-height: 38px;
  color: #333333;
}
#header .other {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  align-items: center;
}
#header .other .phone-menu {
  display: none;
}
#header .other .search {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  margin-left: 15px;
  background: #0092d5 url(../images/icon1.png) no-repeat center;
  cursor: pointer;
}
#header .other .search:hover {
  background-color: #23b4f7;
}
.head-form {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  margin-top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  pointer-events: none;
  align-items: center;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  background-color: rgba(0, 0, 0, 0.6);
}
.head-form .form-box {
  display: flex;
  width: 100%;
  padding: 45px 40px;
}
.head-form .form {
  display: flex;
  position: relative;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #005ca4;
  border-radius: 4px;
  width: 1200px;
  max-width: 100%;
  font-size: 0;
  background: #ffffff;
}
.head-form .form .key {
  display: inline-flex;
  position: relative;
  width: 100%;
  height: 52px;
  padding: 0 30px;
  line-height: 50px;
  font-size: 16px;
  color: #333;
}
.head-form .form .key:focus {
  border-color: #fff;
}
.head-form .form .key:placholder-show {
  color: #c4cbd4;
}
.head-form .form .submit {
  display: inline-flex;
  flex-shrink: 0;
  border-radius: 4px;
  height: 100%;
  width: 50px;
  padding: 0;
  background: #0092d5 url(../images/icon1.png) no-repeat center;
  cursor: pointer;
}
.head-form .form .submit:hover {
  background-color: #23b4f7;
}
.head-form .exit {
  display: flex;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: 0 none;
  cursor: pointer;
}
.SmallHeader #header {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.search-show .head-form {
  pointer-events: auto;
  opacity: 1;
  margin-top: 1px;
  z-index: 9999;
}
@media only screen and (min-width: 1201px) {
  #header .menu-box {
    padding: 0;
    width: 100%;
    max-width: 100%;
  }
  #header .menu .menu-title {
    position: relative;
    line-height: 80px;
    transition: all 0.3s;
  }
  #header .menu .menu-title::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 4px;
    background: #0092d5;
    transition: all 0.3s;
  }
  #header .menu .pc-hide {
    display: none !important;
  }
  #header .menu-son {
    position: relative;
    margin: 0 20px;
    transition: all 0.3s;
  }
  #header .menu-son:last-child .lib-box {
    left: auto;
    right: 0;
  }
  #header .menu-son:last-child .lib-box::before {
    left: auto;
    right: 0;
  }
  #header .menu-son.on .menu-title,
  #header .menu-son:hover .menu-title {
    color: #0092d5;
  }
  #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-left: 0;
    opacity: 1;
    pointer-events: auto;
  }
  #header .lib-box {
    display: flex!important;
    position: absolute;
    top: 100%;
    left: 0;
    margin-left: 10px;
    padding: 15px 5px;
    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;
    height: 100%;
    width: 200vw;
    background: rgba(0, 0, 0, 0.3);
  }
  #header .menu-lib-title {
    padding: 3px 20px;
  }
  #header .menu-lib-title .a {
    display: block;
    position: relative;
    font-size: 14px;
    line-height: 1.4em;
    color: #fff;
  }
  #header .menu-lib-title .a:hover {
    color: #cfeaf7;
  }
  #header .other .search {
    margin-left: 10px;
  }
  .SmallHeader #header .logo img {
    height: 44px;
  }
  .SmallHeader #header .menu-son {
    margin: 0 18px;
  }
  .SmallHeader #header .menu .menu-title {
    line-height: 68px;
  }
}
@media only screen and (min-width: 1500px) {
  #header .menu .menu-title {
    line-height: 88px;
  }
  #header .menu-son {
    margin: 0 25px;
  }
}
@media (max-width: 1200px) {
  #header .logo {
    height: 60px;
    align-items: center;
  }
  #header .logo img {
    height: 40px;
  }
  #header .menu {
    display: flex;
    flex-wrap: wrap;
    position: fixed;
    flex-flow: column;
    top: 60px;
    left: 0;
    height: calc(100% - 60px);
    width: 100%;
    background: #0092d5;
    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 .menu .menu-box {
    flex-wrap: wrap;
  }
  #header .menu .menu-son {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
  #header .menu .menu-son .menu-title {
    display: flex;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    height: auto;
    width: 100%;
    padding: 0 15px;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    color: #fff;
  }
  #header .menu .menu-son .menu-title .menu-title-span {
    display: inline-flex;
    padding: 7px 0;
  }
  #header .menu .menu-son .menu-title .icon {
    width: 30px;
    height: 100%;
  }
  #header .menu .menu-lib {
    display: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    width: 100%;
    padding: 7px 0;
  }
  #header .menu .menu-lib .menu-lib-title {
    display: block;
    width: 100%;
  }
  #header .menu .menu-lib .menu-lib-title .a {
    display: block;
    padding: 5px 25px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
  }
  #header .other {
    display: flex;
  }
  #header .other .search {
    border-radius: 3px;
    height: 30px;
    width: 30px;
    background-size: 50%;
  }
  #header .other .phone-menu {
    display: inline-flex;
    order: 2;
    margin-left: 10px;
    flex-wrap: wrap;
    width: 28px;
  }
  #header .other .phone-menu::before,
  #header .other .phone-menu::after {
    content: "";
    display: block;
    position: relative;
    top: 0;
    width: 100%;
    height: 3px;
    background: #0092d5;
    opacity: 1;
    transform: rotate(0);
    transition: all 0.3s;
  }
  #header .other .phone-menu .phone-menu-icon {
    margin: 7px 0;
    width: 100%;
    height: 3px;
    background: #0092d5;
    opacity: 1;
    transform: rotate(0);
    transition: all 0.3s;
  }
  .head-form .form-box {
    padding: 35px 25px;
  }
  .menu-show #header .menu {
    pointer-events: auto;
    z-index: 999;
    opacity: 1;
    transform: scale(1) translateY(0);
  }
  .menu-show #header .other .phone-menu::before {
    top: 10px;
    transform: rotate(45deg);
  }
  .menu-show #header .other .phone-menu::after {
    top: -10px;
    transform: rotate(-45deg);
  }
  .menu-show #header .other .phone-menu .phone-menu-icon {
    opacity: 0;
  }
}
@media (max-width: 992px) {
  #header {
    position: sticky;
    top: 0;
    background: #ffffff;
  }
  .SmallHeader #header {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 768px) {
  #header .logo .title {
    display: none;
  }
  #header .other .phone-menu {
    width: 24px;
  }
  #header .other .phone-menu .phone-menu-icon {
    margin: 5px 0;
  }
  .menu-show #header .other .phone-menu::before {
    top: 8px;
  }
  .menu-show #header .other .phone-menu::after {
    top: -8px;
  }
  .head-form .form-box {
    padding: 25px 15px;
  }
  .head-form .form .key {
    height: 40px;
    padding: 0 15px;
    line-height: 40px;
  }
}
/**侧边悬浮**/
/***底部***/
.footer {
  padding: 45px 0 15px;
  font-size: 12px;
  line-height: 22px;
  color: #999999;
  background: #f7fbfd;
}
.footer .title {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
}
.footer a {
  color: #999;
}
.footer a:hover {
  color: #0092d5;
}
.footer .top {
  padding-bottom: 100px;
}
.footer .left {
  width: 50%;
}
.footer .menu-box .menu-son + .menu-son {
  margin-left: 25px;
}
.footer .menu-box .menu-lib .menu-lib-title {
  padding: 3px 0;
}
.footer .right {
  max-width: 45%;
}
.footer .right .menu-box .menu-lib {
  width: 180px;
  height: 140px;
  padding-right: 25px;
  overflow-y: auto;
}
.footer .contact {
  text-align: right;
}
.footer .contact .phone {
  margin-bottom: 10px;
  font-family: 'Montserrat-Regular', "Arial", "微软雅黑", "sans-serif", "宋体";
  font-size: 14px;
  line-height: 24px;
  color: #666666;
}
.footer .contact .phone .number {
  font-size: 20px;
  color: #f5821f;
}
.footer .links .a + .a {
  margin-left: 32px;
}
@media (max-width: 1200px) {
  .footer .top {
    padding-bottom: 45px;
  }
}
@media (max-width: 992px) {
  .footer {
    padding-top: 25px;
    text-align: center;
  }
  .footer .title {
    margin-bottom: 10px;
  }
  .footer .top {
    padding-bottom: 20px;
  }
  .footer .left {
    display: none;
  }
  .footer .right {
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
  }
  .footer .right .menu-box {
    width: 100%;
  }
  .footer .right .menu-box .menu-lib {
    width: 100%;
    height: auto;
    padding: 0;
  }
  .footer .contact {
    margin-top: 10px;
    width: 100%;
    text-align: center;
  }
  .footer .bot {
    flex-wrap: wrap;
  }
  .footer .copy {
    width: 100%;
    padding-bottom: 5px;
  }
  .footer .links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  .footer .links .a + .a {
    margin-left: 15px;
  }
}
/**返回顶部**/
.nav-return-top {
  display: block;
  position: fixed;
  right: 105px;
  bottom: 10%;
  z-index: 9;
}
.nav-return-top .return-top {
  display: block;
  width: 50px;
  height: 50px;
  background: #0092d5 url(../images/icon3.png) no-repeat center / 14px auto;
  cursor: pointer;
}
.nav-return-top .return-top:hover {
  background-color: #23b4f7;
}
@media (max-width: 1700px) {
  .nav-return-top {
    right: 65px;
  }
}
@media (max-width: 1500px) {
  .nav-return-top {
    right: 25px;
  }
}
@media (max-width: 1400px) {
  .nav-return-top {
    right: 15px;
  }
  .nav-return-top .return-top {
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 992px) {
  .nav-return-top {
    display: none;
  }
}
/***分享***/
.share-box-a {
  font-size: 0;
}
.share-box-a .btn {
  display: inline-block;
  position: relative;
  border-radius: 50%;
  height: 29px;
  width: 29px;
  vertical-align: middle;
  background: no-repeat center;
}
.share-box-a .btn + .btn {
  margin-left: 14px;
}
.share-box-a .btn:hover .code-img {
  margin-bottom: 0;
  opacity: 1;
  pointer-events: auto;
}
.share-box-a .wechat {
  background-image: url(../images/icon4_1.png);
}
.share-box-a .sina {
  background-image: url(../images/icon4_2.png);
}
.share-box-a .douyin {
  background-image: url(../images/icon4_3.png);
}
.share-box-a .code-img {
  position: absolute;
  left: 50%;
  bottom: 100%;
  margin-left: -50px;
  margin-bottom: -10px;
  width: 100px;
  padding: 3px;
  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: 768px) {
  .share-box-a .a {
    width: 30px;
    height: 30px;
  }
}
.share-box-b {
  font-size: 0;
}
.share-box-b .btn {
  display: inline-block;
  position: relative;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  vertical-align: middle;
  background: no-repeat center / contain;
}
.share-box-b .btn + .btn {
  margin-left: 12px;
}
.share-box-b .btn:hover .creat-code-box {
  margin-bottom: 0;
  opacity: 1;
  pointer-events: auto;
}
.share-box-b .qq {
  background-image: url(../images/icon11_1.png);
}
.share-box-b .wechat {
  background-image: url(../images/icon4_1.png);
}
.share-box-b .sina {
  background-image: url(../images/icon4_2.png);
}
.share-box-b .creat-code-box {
  position: absolute;
  left: 50%;
  bottom: 100%;
  margin-left: -50px;
  margin-bottom: -10px;
  width: 100px;
  padding: 5px;
  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: 768px) {
  .share-box-b .a {
    width: 30px;
    height: 30px;
  }
}
/***通用banner***/
.auto-banner-a {
  position: relative;
  height: 210px;
  overflow: hidden;
}
.auto-banner-a img {
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  max-width: 9999px;
  transform: translateX(-50%);
}
.auto-banner-a .cont {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #ffffff;
}
.auto-banner-a .cont .h1 {
  margin-bottom: 0.4em;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4em;
}
.auto-banner-a .cont .descript {
  font-size: 30px;
  line-height: 1.4em;
}
@media (max-width: 768px) {
  .auto-banner-a {
    height: 150px;
  }
  .auto-banner-a img {
    height: 150px;
  }
}
.sitemap-and-menu {
  border-bottom: 1px solid #dddddd;
  padding: 15px 0;
}
/***面包屑地址***/
.sitemap .icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  height: 12px;
  width: 12px;
  background: url(../images/icon6.png) no-repeat center / contain;
}
.sitemap a,
.sitemap .a,
.sitemap .word {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 28px;
  color: #666666;
}
.sitemap .jt::before,
.sitemap .jt::after {
  background: #666;
}
.sitemap a.a:hover {
  color: #f5821f;
}
.sitemap .home {
  padding-left: 25px;
  background: url(../images/icon11.png) no-repeat left 40%;
}
.sitemap .jt {
  display: inline-block;
  vertical-align: middle;
  margin: 0 7px;
}
@media (max-width: 1200px) {
  .web-map {
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .web-map .home {
    padding-left: 20px;
  }
  .web-map .jt {
    margin: 0 2px;
  }
}
/***二级菜单***/
.sec-menu-block .sec-menu-btn {
  display: none;
}
.sec-menu-block .sec-menu .wrap {
  padding: 0;
  width: auto;
}
.sec-menu-block .sec-menu .a {
  font-size: 14px;
  line-height: 28px;
  color: #999999;
}
.sec-menu-block .sec-menu .a:hover,
.sec-menu-block .sec-menu .a.on {
  color: #0092d5;
}
.sec-menu-block .sec-menu .a + .a {
  margin-left: 40px;
}
@media (max-width: 1200px) {
  .sitemap-and-menu {
    padding: 10px 0;
  }
}
@media (max-width: 992px) {
  .sitemap-and-menu {
    position: relative;
    z-index: 3;
  }
  .sec-menu-block .sec-menu-btn {
    display: flex;
    height: 28px;
    width: 28px;
    align-items: center;
  }
  .sec-menu-block .sec-menu-btn::before,
  .sec-menu-block .sec-menu-btn::after {
    background: #0092d5;
  }
  .sec-menu-block.show-menu .sec-menu {
    opacity: 1;
    margin-top: 0;
    z-index: 2;
    pointer-events: auto;
  }
  .sec-menu-block .sec-menu {
    position: absolute;
    right: 0;
    top: 100%;
    margin-top: -10px;
    width: 100%;
    border-top: 1px solid #eee;
    background: #fff;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out;
    opacity: 0;
    z-index: -1;
    pointer-events: none;
  }
  .sec-menu-block .sec-menu .wrap {
    width: 768px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .sec-menu-block .sec-menu .a {
    display: block;
    padding: 5px 10px;
  }
  .sec-menu-block .sec-menu .a + .a {
    margin-left: 0;
    border-top: 1px solid #eee;
  }
}
/***分页***/
.page-btns {
  padding: 45px 0;
  text-align: center;
  font-size: 16px;
}
.page-btns .btn {
  display: inline-block;
  vertical-align: middle;
  margin: 2px 5px;
  border-radius: 4px;
  min-width: 50px;
  height: 50px;
  padding: 0 10px;
  line-height: 50px;
  color: #666666;
  background-color: #f1f1f1;
}
.page-btns .btn.on,
.page-btns .btn:hover {
  background-color: #dedede;
}
.page-btns .nums {
  display: inline-block;
  margin: 0 20px;
  vertical-align: middle;
}
@media (max-width: 992px) {
  .page-btns {
    padding: 35px 0;
  }
  .page-btns .nums {
    margin: 0 15px;
  }
}
@media (max-width: 768px) {
  .page-btns {
    padding: 25px 0 30px;
  }
  .page-btns .btn {
    height: 36px;
    min-width: 36px;
    line-height: 36px;
  }
  .page-btns .nums {
    margin: 0 5px;
  }
}
.info-page-btns {
  padding-top: 25px;
  font-size: 16px;
  line-height: 28px;
}
.info-page-btns .a {
  max-width: 46%;
  color: #999999;
}
.info-page-btns .a:hover {
  color: #0092d5;
}
.info-page-btns .prev {
  padding-left: 26px;
  background: url(../images/icon12_1.png) no-repeat left center;
}
.info-page-btns .prev:hover {
  background-image: url(../images/icon12_1_h.png);
}
.info-page-btns .next {
  padding-right: 26px;
  background: url(../images/icon12_2.png) no-repeat right center;
}
.info-page-btns .next:hover {
  background-image: url(../images/icon12_2_h.png);
}
@media (max-width: 992px) {
  .info-page-btns {
    flex-wrap: wrap;
    padding-top: 15px;
    font-size: 14px;
    line-height: 24px;
  }
  .info-page-btns .a {
    width: 100%;
    max-width: 100%;
  }
  .info-page-btns .prev {
    padding-left: 26px;
    background: url(../images/icon12_1.png) no-repeat left center;
  }
  .info-page-btns .prev:hover {
    background-image: url(../images/icon12_1_h.png);
  }
  .info-page-btns .next {
    padding-right: 0;
    padding-left: 26px;
    background: url(../images/icon12_1.png) no-repeat left center;
  }
  .info-page-btns .next:hover {
    background-image: url(../images/icon12_1_h.png);
  }
}
