body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
form, fieldset, legend, button, input, textarea, /* form elements 表单元素 */
th, td /* table elements 表格元素 */ {
  margin: 0;
  padding: 0;
}
/** 设置默认字体 **/
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
address,
cite,
dfn,
em,
var {
  font-style: normal;
} /* 将斜体扶正 */
code,
kbd,
pre,
samp {
  font-family: courier new, courier, monospace;
} /* 统一等宽字体 */
small {
  font-size: 12px;
} /* 小于 12px 的中文很难阅读, 让 small 正常化 */
/** 重置列表元素 **/
ul,
ol {
  list-style: none;
}
/** 重置文本格式元素 **/
a {
  color: inherit;
  text-decoration: none;
  /* display: block; */
  border: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -moz-user-focus: none;
}
a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
  background: none;
  text-decoration: none !important;
}
::selection {
  background: #fff;
  color: #333;
}
::-moz-selection {
  background: #fff;
  color: #333;
}
::-webkit-selection {
  background: #fff;
  color: #333;
}
a:hover {
  text-decoration: underline;
}
sup {
  vertical-align: text-top;
} /* 重置, 减少对行高的影响 */
sub {
  vertical-align: text-bottom;
}
/** 重置表单元素 **/
legend {
  color: #000;
} /* for ie6 */
fieldset,
img {
  border: 0;
} /* img 搭车：让链接里的 img 无边框 */
button,
input,
select,
textarea {
  font-size: 100%;
} /* 使得表单元素在 ie 下能继承字体大小 */
/* 注：optgroup 无法扶正 */
/** 重置表格元素 **/
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* 重置 HTML5 元素 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  display: block;
  margin: 0;
  padding: 0;
}
mark {
  background: #ff0;
}
/* 设置placeholder的默认样式 */
* {
  outline: none;
  font-family: "PingFang SC", "Microsoft Yahei", "微软雅黑", "Avenir", Helvetica,
    Arial, sans-serif;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased; /*chrome、safari*/
  -moz-osx-font-smoothing: grayscale; /*firefox*/
  word-wrap: break-word;
  box-sizing: border-box;
}
img,
image {
  object-fit: cover;
  display: block;
}

::-webkit-scrollbar {
  width: 8px;
  background: #f0f0f0;
}
::-webkit-scrollbar-thumb {
  width: 8px;
  background: #0086e8;
}
::-webkit-scrollbar-corner {
  background: #f0f0f0;
}
::-webkit-scrollbar:horizontal {
  height: 9px;
}

video::-webkit-media-controls-fullscreen-button {
  display: none;
}
iframe {
  width: 100%;
  border: 0;
  vertical-align: bottom;
}

.container {
  display: table;
  margin: 0 auto;
  height: 100%;
  width: 1200px;
  position: relative;
}

.foot {
  width: 100%;
  color: #fff;
  background-color: #005dc6;
  height: 330px;
}
.foot .web-info {
  /* margin-left: 60px; */
  float: left;
  width: 140px;
  margin-top: 40px;
}
.foot .web-info h1 {
  line-height: 22px;
  margin-bottom: 5px;
  font-size: 22px;
}

.foot .web-info li {
  font-size: 16px;
  line-height: 16px;
  margin-top: 20px;
}

.foot .con-us {
  margin-left: 75px;
  margin-top: 40px;
  width: 390px;
  float: left;
}

.foot .con-us h1 {
  line-height: 22px;
  margin-bottom: 5px;
  font-size: 22px;
}

.foot .con-us li {
  font-size: 16px;
  line-height: 16px;
  margin-top: 20px;
}
.foot .right-box {
  float: right;
  padding-top: 40px;
  width: 540px;
}
.foot .right-box .top-icon {
  width: 100%;
}
.foot .right-box .top-icon .icon-list {
  display: table;
  /* overflow: hidden; */
}
.foot .right-box .top-icon .icon-list .tip-icon {
  width: auto;
  height: 26px;
  cursor: pointer;
  margin-left: 25px;
}
.foot .right-box .other-list {
  /* overflow: hidden; */
  display: flex;
  margin-top: 20px;
  align-items: center;
  justify-content: space-between;
  height: 23px;
}
.foot .right-box .other-list .other-list-item {
  float: right;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  width: 245px;
}
/* .foot .right-box .other-list .other-list-item .show-qr-code {
  position: absolute;
  display: none;
  width: 90px;
  height: 90px;
  background-color: #fff;
  left: -61px;
  top: -38px;
}
.foot .right-box .other-list .other-list-item .show-qr-code img {
  width: 80px;
  height: 80px;
  margin-left: 5px;
  margin-top: 5px;
}
.foot .right-box .other-list .active-qr-code .show-qr-code {
  display: block;
} */
.foot .right-box .other-list .other-list-item img {
  width: 20px;
  height: 20px;
}
.foot .right-box .other-list .other-list-item span {
  margin-left: 10px;
  line-height: 20px;
}

.foot .right-box .company-logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  flex-wrap: nowrap;
}

.foot .right-box .company-logo img {
  height: 69px;
  width: auto;
}

.foot .c {
  position: absolute;
  display: flex;
  align-items: center;
  left: 50%;
  transform: translateX(-50%);
  justify-content: center;
  bottom: 18px;
  flex-wrap: wrap;
}
.foot .c img {
  margin-right: 7px;
  height: 14px;
  width: 14px;
}
.index-top {
  height: 600px;
  position: relative;
  box-sizing: border-box;
  padding-top: 30px;
}
.comm-header {
  height: 100px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.comm-header .top {
  background: linear-gradient(to right, #009fe8, #0037b7);
  line-height: 30px;
}
.inxhea-top {
  text-align: right;
}
.inxhea-top a {
  display: inline-block;
  margin-left: 44px;
  padding-left: 20px;
  background-repeat: no-repeat;
  background-position: left center;
  color: #fff;
  font-size: 14px;
  position: relative;
}
.inxhea-top a img {
  position: absolute;
  left: -2px;
  top: 9px;
}
.comm-header .nav {
  /* overflow: hidden; */
  height: 70px;
  background-color: rgba(100, 215, 255, 0.15);
}
.comm-header .nav .logo {
  height: 36px;
  width: auto;
  margin-top: 35px;
  margin-left: 20px;
  transform: translateY(-18px);
  float: left;
}
.comm-header .nav .right-nav {
  width: auto;
  float: right;
  font-size: 16px;
  color: #2c9cec;
  margin-top: 35px;
  transform: translateY(-18px);
}
.comm-header .nav .right-nav li {
  display: inline-block;
  /*float: right;*/
  line-height: 36px;
  padding: 0 6px;
  cursor: pointer;
  height: 56px;
  border-radius: 18px;
  position: relative;
  width: 110px;
}
.comm-header .nav .right-nav li a {
  text-decoration: none;
  color: #2c9cec;
  display: block;
  text-align: center;
  width: 100%;
  /* padding: 0 15px; */
  border-radius: 10px;
}
.comm-header .nav .right-nav li a:hover {
  /* color: #005dc6; */
  background-color: #a5fefb;
  font-weight: 400;
}
.comm-header .nav .right-nav li menu a:hover {
  border-radius: 0 !important;
}
.comm-header .nav .right-nav li:last-child a {
  background-color: #005dc6 !important;
  border-radius: 30px !important;
  color: #04eef9 !important;
}
.comm-header .nav .right-nav li:last-child:hover a {
  background-color: #ff0 !important;
  font-weight: bold !important;
  border-radius: 30px !important;
  color: #005dc6 !important;
}
.comm-header .nav .right-nav li menu {
  position: absolute;
  top: 52px;
  display: none;
  width: 100%;
  left: 0;
  z-index: 20;
  box-shadow: 0 4px 12px rgb(0 0 0 / 15%);
  background: #fff;
}
.comm-header .nav .right-nav .index {
  background-color: #a5fefb;
}
.comm-header .nav .right-nav li menu .index {
  border-radius: 0 !important;
}
.comm-header .nav .right-nav .contact {
  background-color: #005dc6;
  color: #04eef9;
}
.comm-header .nav .right-nav .contact:hover {
  color: #2c9cec;
  background-color: #ffe340 !important;
}

/* 底部二维码 */
.other-list-item {
  position: relative;
}
.show-qr-code {
  position: absolute;
  top: -233px;
  left: -50px;
  background-color: #fff;
  z-index: 20;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  min-width: 180px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.show-qr-code .show-tr-title {
  width: 100%;
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  background-color: #555;
}
.show-qr-code::after {
  content: "";
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 10px solid #fff;
  position: absolute;
  left: 52px;
  bottom: -10px;
}
.show-qr-code img {
  margin-left: 50%;
  transform: translateX(-50%);
  width: 150px !important;
  height: 150px !important;
}
.foot .right-box .other-list .other-list-item:hover .show-qr-code {
  top: -213px;
  visibility: visible;
  opacity: 1;
}
/* 悬停展示 */
.icon-list {
  position: relative;
  width: 100%;
}
.icon-list .show-tr {
  position: absolute;
  min-width: 160px;
  z-index: 10;
  opacity: 1;
  box-shadow: 0 2px 16px 4px rgb(69 69 69 / 30%);
  visibility: hidden;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  background-color: #fff;
}
.show-tr::after {
  content: "";
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 10px solid #fff;
  position: absolute;
  left: 74px;
  bottom: -10px;
}
.icon-list .show-tr1 {
  right: -59px;
  top: -200px;
}
.icon-list .show-tr2 {
  right: -17px;
  top: -135px;
}
.icon-list .show-tr3 {
  right: 64px;
  top: -135px;
}
.show-tr3 .show-tr-info {
  padding: 10px 20px;
  color: #000;
}
.show-tr2 .show-tr-info {
  padding: 10px 20px;
  color: #000;
}
.tpi1,
.tpi2,
.tpi3 {
  display: inline-block;
}
.tpi-b:hover .show-tr {
  top: -180px;
  visibility: visible;
  opacity: 1 !important;
}
.tpi-b:hover .show-tr3 {
  top: -115px !important;
  visibility: visible;
  opacity: 1 !important;
}
.tpi-b:hover .show-tr2 {
  top: -115px !important;
  visibility: visible;
  opacity: 1 !important;
}
.icon-list .show-tr .show-tr-title {
  width: 100%;
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  background-color: #555;
}
.icon-list .show-tr .show-tr-info {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  overflow: hidden;
}
.icon-list .show-tr .show-tr-info img {
  width: 120px !important;
  height: 120px !important;
}
