#content {
  float: left;
  width: 640px;
  font-size: .9em;
}

#sidebar {
  float: right;
  width: 220px;
  min-height: 200px;
  font-size: .8em;
  margin-top: 2em;
}

#section .top2em {
  margin-top: 2em;
}

#tags li {
  display: inline;
  background: #eef;
  border: 1px solid #39f;
  margin: .4em;
  padding: .2em .8em;
  font-size: 1.2em;
}

#tags li a {
  color: #39f;
}

#products {
  margin-left: 2em;
}

#products ul {
  float: left;
  margin: 1em 2em;
}

#products li {
  list-style-image: url('locked.gif');
  margin: .6em;
}

#products li > a {
  color: #3e3e3e;
}

#tags li {
  display: inline;
  background: #eef;
  border: 1px solid #39f;
  margin: .4em;
  padding: .2em .8em;
  font-size: 1.2em;
}

#tags li a {
  color: #39f;
}

#products ul {
  float: left;
  margin: 1em 2em;
}

#products li > a {
  color: #3e3e3e;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

li,
ol,
ul {
  list-style: none;
}

a {
  color: #ffffff;
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: top;
  object-fit: cover;
}

input,
select,
button,
textarea {
  border: none;
  border-radius: 0;
  font-family: SansCN;
}

button {
  cursor: pointer;
  outline: none;
}

input,
textarea {
  outline: 0;
  -webkit-appearance: none;
  font-family: SansCN;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

body {
  overflow-x: hidden;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.wrap {
  max-width: 1600px;
  margin: 0 auto;
}

.wrap2 {
  max-width: 1280px;
  margin: 0 auto;
}

header {
  background-color: #02182f;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
}

header a {
  color: #fff;
}

.header .nav > li {
  position: relative;
  transition: all .3s;
  margin: 0 30px;
  padding: 18px 0;
}

header .nav > li > a {
  display: block;
  height: 100%;
}

header .nav > li:after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  background: #00e3ff;
  bottom: 1px;
  transition: all 0.3s;
  left: 50%;
}

header .nav > li:hover:after {
  width: 100%;
  left: 0;
}

header .nav > li.active::after {
  width: 100%;
  left: 0;
}

header .nav > li .subnav li {
  padding: 10px 0;
}

header .nav > li .subnav li:hover {
  background: #2f2f2f;
}

.banner img {
  width: 100%;
}

.index .index-banner .swiper-container img {
  height: 100%;
  width: 100%;
}

.index .index-banner .swiper-slide figure {
  height: 100%;
}

.index .index-banner .swiper-slide article {
  max-width: 800px;
  position: absolute;
  left: 10%;
  top: 25%;
  color: #fff;
}

.index .index-banner .swiper-slide article h1 {
  font-family: heconBold;
  font-size: 70px;
  white-space: nowrap;
}

.index .index-banner .swiper-slide article h2 {
  letter-spacing: 2px;
  font-size: 24px;
}

.index .index-banner .swiper-slide article p {
  font-size: 14px;
  line-height: 1.5;
  margin: 20px 0 24px;
}

.index .index-banner .swiper-slide article a {
  transition: all .2s;
  display: inline-block;
  height: 42px;
  line-height: 42px;
  background-color: #00e3ff;
  padding: 0 25px;
}

.index .index-banner .swiper-slide article a:hover {
  box-shadow: 0 0 10px #fff
}

.index-list .photo-show h2 {
  position: absolute;
  right: 35px;
  top: 25px;
  font-weight: bold;
}

.index-list ul {
  display: flex;
  justify-content: space-between;
  margin-top: 22px;
}

.index-list ul li {
  width: 24%;
  background-color: #f5f7fa;
  padding: 32px;
  display: flex;
  align-items: center;
  transition: background-color .3s;
}

.index-list ul li:hover {
  background-color: #00e3ff;
}

.index-list ul li article {
  margin-left: 20px;
}

.index-list ul li h3 {
  font-weight: bold;
}

.index-tab .tab-title h1 {
  font-size: 32px;
}

.index-tab .tab-title p {
  font-size: 14px;
  margin-top: 15px;
}

.index-tab .tab-content .item {
  display: none;
  width: 65%;
}

.index-tab .tab-content .item.on {
  display: block;
}

.index-tab .tab-content .tab-nav {
  width: 14%;
}

.index-tab .tab-content ul {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.index-tab .tab-content ul li {
  line-height: 36px;
  padding-left: 50px;
  border-radius: 4px;
  cursor: pointer;
  margin-bottom: 8px;
}

.index-tab .tab-content ul li.cur {
  color: #00e3ff;
  background-color: rgba(255, 255, 255, 0.3);
}

.index-tab .tab-content .tab-nav a {
  color: #00e3ff;
  padding-left: 50px;
  display: inline-block;
  margin-top: 12px;
}

.customized h1 {
  font-size: 24px;
  font-weight: bold;
}

.customized p {
  font-size: 14px;
  margin: 20px 0 30px;
}

.customized a {
  height: 42px;
  display: inline-block;
  line-height: 42px;
  background-color: #02182f;
  color: #fff;
  transition: all .3s;
  padding: 0 25px;
}

.customized a:hover {
  background-color: #00e3ff;
  color: #000;
}

/* 产品页 */
.why-use h1 {
  font-size: 32px;
}

.why-use div {
  max-width: 900px;
  margin: 65px auto 45px;
  line-height: 1.5;
}

.why-use a {
  width: 120px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  color: #fff;
  background-color: #0a1932;
  display: inline-block;
}

.product-banner > div {
  position: absolute;
  left: 11%;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  max-width: 600px;
}

.product-banner > div > h1 {
  font-size: 50px;
  font-weight: bold;
}

.product-banner > div > div {
  margin-top: 20px;
}

.product-banner > div > a {
  color: #fff;
  margin-top: 20px;
  display: inline-block;
  width: 90px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background-color: #00e3ff;
  font-size: 12px;
}

.product-list ul li {
  background-color: #0a1832;
  border-bottom: 1px solid #fff;
}

.product-list ul li:last-child {
  border-bottom: none;
}

.product-list ul li .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 90px 90px 90px 100px;
}

.product-list ul li .item article {
  max-width: 470px;
  color: #fff;
  width: 100%;
}

.product-list ul li .item article .title {
  font-size: 24px;
}

.product-list ul li .item article .intro {
  margin-top: 10px;
  line-height: 1.7;
}

.product-list ul li:nth-child(2n) .item {
  flex-direction: row-reverse;
}

.product-href {
  margin: 40px auto 35px;
}

.product-href ul {
  display: flex;
  justify-content: center;
}

.product-href ul li {
  width: 50%;
  border: 1px dashed #dcdcdc;
  margin: 0 12px;
  padding: 50px;
}

.product-href ul li h2 {
  font-size: 24px;
}

.product-href ul li p {
  margin-top: 20px;
  font-size: 14px;
}

.product-href ul li a {
  margin-top: 50px;
  display: inline-block;
  color: #02182f;
}

.product-href ul li:nth-child(2) a {
  width: 130px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  color: #fff;
  background-color: #02182f;
}

/* 视频 */
.video-box video {
  width: 80%;
  object-fit: fill;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.video-box i {
  position: absolute;
  right: 50px;
  top: 50px;
  font-size: 30px;
  z-index: 100;
  cursor: pointer;
  color: #fff;
}

.solution-banner > div {
  position: absolute;
  left: 16%;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  max-width: 600px;
}

.solution-banner > div > h1 {
  font-size: 50px;
  font-weight: bold;
}

.solution-banner > div > div {
  margin-top: 20px;
}

.solution-banner > div > a {
  color: #fff;
  margin-top: 20px;
  display: inline-block;
  width: 90px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background-color: #00e3ff;
  font-size: 12px;
}

.solution .product-list figure {
  position: relative;
}

.solution .product-list .controls span {
  cursor: pointer;
}

.solution .product-list .controls p {
  margin-top: 10px;
}

.pain-spot ul li:hover {
  background-color: rgba(100, 100, 100, 0.1);
}

.solution-list {
  padding: 60px 0;
  background-color: #26304d;
  color: #fff;
}

.solution-list h1 {
  text-align: center;
  font-size: 24px;
}

.solution-list ul {
  max-width: 1284px;
  margin: 50px auto 0;
  display: flex;
  justify-content: space-between;
  padding: 0 4.5%
}

.solution-list ul li {
  width: 30%;
}

.solution-list ul li article h3 {
  margin: 25px 0 16px;
  font-size: 18px;
  font-weight: bold;
}

.solution-list ul li article div {
  font-size: 14px;
  line-height: 1.5;
}

.solution-list ul li article p {
  font-size: 14px;
  color: #e6e4e4;
}

.solution-analyse article {
  width: 52%;
  padding-top: 8px;
}

.solution-analyse article h2 {
  position: relative;
  padding: 8px 45px 8px 15px;
  background-color: #26304d;
  display: inline;
  color: #fff;
  font-size: 18px;
}

.solution-analyse article h2::after {
  content: '';
  width: 0;
  height: 0;
  border-bottom: 34px solid #26304d;
  border-right: 10px solid transparent;
  position: absolute;
  right: -10px;
  top: 0;
}

.pain-spot {
  padding: 35px 0 45px;
}

.pain-spot h1 {
  text-align: center;
  color: #000;
  font-size: 24px;
}

.pain-spot ul {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.pain-spot ul li {
  width: 33.33%;
  padding: 62px 60px;
  transition: all .3s;
  margin: 30px 0;
  color: #000;
}

.pain-spot ul li:hover {
  background-color: rgba(100, 100, 100, 0.1);
}

.pain-spot ul li article h4 {
  margin: 24px 0 14px;
  font-size: 18px;
  font-weight: bold;
}

.pain-spot ul li article div {
  line-height: 1.8;
}

.solution-jiagou > div {
  margin-top: 60px;
}

.solution-jiagou h1 {
  font-size: 24px;
  text-align: center;
}

.solution-jiagou p {
  margin: 34px 0;
}

.goodness {
  padding: 42px 0;
}

.goodness .content h1 {
  text-align: center;
  font-size: 24px;
}

.goodness .content ul {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
}

.goodness .content ul li {
  width: 50%;
  padding: 0 10px;
  margin: 21px 0;
}

.goodness .content ul li h3 {
  font-size: 18px;
  font-weight: bold;
}

.goodness .content ul li div {
  margin-top: 10px;
  line-height: 1.6;
}

.help-nav ul {
  display: flex;
  justify-content: center;
}

.help-nav ul li {
  margin: 0 10px;
}

.help-nav li a {
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #000;
  display: inline-block;
  transition: all .3s;
  border-radius: 3px;
}

.help-nav li.active a {
  background-color: #00e3ff;
  color: #fff;
}

.help-nav li:hover a {
  background-color: #00e3ff;
  color: #fff;
}

.help-content ul li {
  padding: 48px 0;
  border-bottom: 1px solid #f0f0f0;
}

.help-content ul li:last-child {
  border-bottom: none;
}

.help-service .welcome h1 {
  font-weight: bold;
  font-size: 32px;
}

.help-service .welcome div {
  margin-top: 65px;
  font-size: 18px;
  line-height: 1.5;
}

.help-service .support h1 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

.help-service .scene .scene-intro h1 {
  font-size: 24px;
  font-weight: bold;
}

.help-service .scene .scene-intro p {
  margin-top: 55px;
  line-height: 1.5;
  font-size: 18px;
}

.scene-list .swiper-slide img {
  width: 100%;
}

.scene-list .swiper-slide h3 {
  margin-top: 30px;
  font-size: 18px;
}

.news .news-nav li {
  margin-right: 10px;
}

.news .news-nav a {
  display: inline-block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #000;
}

.news .news-nav li.active a {
  background-color: #00e3ff;
  color: #fff;
}

.news .news-list li {
  box-shadow: 0 0 15px rgba(156, 154, 154, 0.4);
  padding: 32px 90px 32px 32px;
  margin-bottom: 20px;
}

.news .news-list li a {
  display: flex;
  justify-content: space-between;
}

.news .news-list li figure {
  width: 34%;
}

.news .news-list li figure img {
  width: 100%;
}

.news .news-list li article {
  width: 62%;
  padding-top: 30px;
}

.news .news-list li article h2 {
  font-size: 20px;
  font-weight: bold;
}

.news .news-list li article p {
  color: #505050;
  margin-top: 22px;
}

.news .news-list li article span {
  margin-top: 48px;
  color: #505050;
  display: inline-block;
}

.details .details-nav a {
  color: #808080;
}

.details .details-nav span {
  color: #808080;
  display: inline-block;
  margin: 0 8px;
}

.details-info > h1 {
  font-size: 24px;
  font-weight: bold;
}

.details-info > p {
  margin-top: 30px;
}

.about-nav ul {
  display: flex;
  justify-content: center;
}

.about-nav ul li {
  margin: 0 10px;
}

.about-nav li a {
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #000;
  display: inline-block;
  transition: all .3s;
  border-radius: 3px;
}

.about-nav li.active a {
  background-color: #00e3ff;
  color: #fff;
}

.about-nav li:hover a {
  background-color: #00e3ff;
  color: #fff;
}

/* 人才招聘 */
.about-join > h2 {
  font-size: 16px;
}

.about-join > h2 a {
  color: #3fa9f5;
  border-bottom: 1px solid #3fa9f5;
  display: inline-block;
  padding-bottom: 3px;
}

.about-join ul {
  margin-top: 45px;
}

.about-join ul li {
  background-color: #fafafa;
  padding: 34px;
  margin-bottom: 22px;
}

.post-name div {
  display: flex;
  align-items: center;
}

.post-name div h3 {
  font-size: 20px;
  font-weight: bold;
}

.post-name div span {
  display: inline-block;
  margin: 0 12px;
  color: #808080;
}

.post-name div p {
  color: #808080;
}

.post-name a {
  display: inline-block;
}

.post-name a i {
  color: #00e3ff;
  margin-left: 10px;
  transition: transform .3s;
}

.post-name a.curr i {
  transform: rotate(90deg);
}

.join-btn a {
  width: 100px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  display: inline-block;
  background-color: #00e3ff;
  color: #fff;
  margin-top: 28px;
}

/* 联系我们 */
.about-contact .company-info li {
  width: 33.33%;
  display: flex;
  align-items: center;
  margin-bottom: 44px;
}

.about-contact .company-info li:last-child {
  width: 100%;
  margin-bottom: 0;
}

.about-contact .company-info li article {
  margin-left: 12px;
  font-weight: bold;
}

.about-contact .company-info li article h3 {
  margin-bottom: 8px;
}

.about-msg .lam form {
  width: 100%;
}

.about-msg .lam p {
  margin-bottom: 25px;
  display: flex;
  width: 100%;
  align-items: center;
}

.about-msg .lam label {
  font-weight: bold;
  width: 50px;
  display: inline-block;
  text-align: right;
}

.about-msg .lam label span {
  display: inline-block;
  margin-right: 5px;
  color: #e54948;
}

.about-msg .lam input[type='text'],
.about-msg .lam textarea {
  border: 1px solid #f0f0f0;
  line-height: 40px;
  padding: 0 12px;
  margin-left: 15px;
  width: calc(100% - 70px);
  resize: none;
}

.about-msg .lam p .yzm-img img {
  width: 100%;
  height: 100%;
}

.about-msg .btn input {
  width: 120px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  margin: 0 5px;
  cursor: pointer;
}

footer {
  background-color: #02182f;
  color: #fff;
}

.f-n-left .left-info p {
  font-size: 14px;
  margin: 5px 0;
}

.f-n-left .left-info .tel {
  font-size: 24px;
}

.f-n-left .left-info p.line {
  width: 100%;
  height: 1px;
  background-color: #354659;
  margin: 0;
}

.f-n-right dl {
  margin-left: 60px;
  text-align: right;
}

.f-n-right dl a {
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
}

.right-nav div {
  margin: 1px 0;
  position: relative;
  padding-left: 1px;
}

.right-nav div:hover span {
  visibility: visible;
  opacity: 1;
}

.right-nav div span {
  position: absolute;
  right: 100%;
  top: 0;
  height: 100%;
  width: 200px;
  background-color: #fff;
  text-align: center;
  line-height: 60px;
  visibility: hidden;
  transition: all .3s;
  opacity: 0;
}

.right-nav div span::after {
  content: '';
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-right: 10px solid #03182e;
  border-bottom: 5px solid transparent;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.p-h-line span {
  transition: all 300ms ease-in-out;
  width: 25px;
  height: 2px;
  display: block;
  margin-bottom: 7px;
  background: #fff;

}

.p-h-submenu a {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 1.8;
}

.product-list figure {
  width: 50%;
}

.product-list figure > img {
  width: 100%;
}

#en-markup-loading-spinner img {
  position: relative;
  top: 0px;
  left: 0px;
  animation-name: rotateSpinner;
  animation-duration: 0.6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

#en-markup-alert-container .cell-3 button {
  position: absolute;
  top: 12px;
  right: 15px;
  width: 110px;
  height: 36px;
}

</style>
<style>
 .in_catisecurity_dt {
   width: 55px;
   height: 5px;
   background: #0A70FF;
   margin: 20px auto;
   font-size: 12px !important;
   margin-bottom: 0;
 }

.ie_introduce {
  color: #5A5A5A;
  text-indent: 2em;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 32px;
  margin-top: 30px;
  font-size: 18px;
  padding: 0 25px;
}

.the_serv_process ul li .div_top {
  width: 150px;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.the_serv_process ul li .div_top {
  width: 150px;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.the_serv_process ul li .div_fot {
  margin-left: 30px;
  float: left;
  overflow: hidden;
  width: 930px;
  margin-top: 0px;
  height: 169px;
}

.the_serv_process ul li .div_fot span {
  display: block;
  line-height: 57px;
  letter-spacing: 2px;
  font-weight: bold;
  font-family: PingHei;
  color: #3a8cff;
  font-size: 22px;
  margin-top: -15px;
}

.the_serv_process ul li .div_top .img_2 {
  width: 70%;
  float: left;
  position: absolute;
  left: 22px;
  top: 30px;
  margin: 0 auto;
}

.the_serv_process ul li {
  margin: 50px 0;
  overflow: hidden;
}

.aot_sycolor {
  font-size: 28px;
  color: #2488FF;
  letter-spacing: 3.17px;
  margin-bottom: 10px;
  line-height: 40px;
}

.aot_ccoler {
  font-size: 18px;
  color: #B7B7B7;
  letter-spacing: 2.27px;
  line-height: 28px;
}
