@charset "utf-8";
* {
  word-wrap: break-word;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
body {
  *position: static;
  font-family: "PingFang SC", Arial, "Microsoft YaHei", sans-serif;
}
html * {
  outline: none;
  -webkit-text-size-adjust: none !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-size: 100%;
  border: none;
  -webkit-appearance: none;
}
input[type=button],
input[type=file],
input[type=submit] {
  cursor: pointer;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ol,
ul,
dl {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 500;
}
em,
b,
i {
  font-style: normal;
}
a {
  text-decoration: none;
}
img {
  border: none;
}
.clr {
  *zoom: 1;
  clear: both;
}
.clr:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.fl {
  float: left;
  _display: inline;
}
.fr {
  float: right;
  _display: inline;
}
.va-t {
  vertical-align: top;
}
.va-m {
  vertical-align: middle;
}
.va-b {
  vertical-align: bottom;
}
.boxsiz {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  width: 100%;
  -webkit-overflow-scrolling: touch;
}
body {
  overflow-x: hidden;
}
.row {
  display: flex;
  flex-direction: row;
}
.column {
  display: flex;
  flex-direction: column;
}
.bothSide {
  justify-content: space-between;
}
.avarage {
  justify-content: space-around;
}
.rowCenter {
  justify-content: center;
}
.verCenter {
  align-items: center;
}
.main {
  width: 1280px;
  margin: 0 auto;
}
::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  background: transparent;
}
::-webkit-scrollbar-track {
  background: white;
  border-radius: 2px;
}
::-webkit-scrollbar-thumb {
  background: #E6E6E6;
  background-clip: padding-box;
  border-radius: 2px;
  transition: all 0.5s;
}
::-webkit-scrollbar-thumb:hover {
  background: #999;
}
::-webkit-scrollbar-corner {
  background: #f6f6f6;
}
.mini-bar::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.mini-bar::-webkit-scrollbar-thumb {
  border-radius: 3px;
}
.head-wrap {
  height: 720px;
}
.head-wrap .head {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100px;
  background: url("../images/head-bg.png") no-repeat top center;
  z-index: 9;
}
.head-wrap .head.fixedClass {
  background: #0D8DDA;
  position: fixed;
  animation: fadeInDown 0.4s ease;
}
.head-wrap .head .main {
  height: 100px;
  border-bottom: 1px solid rgba(243, 243, 243, 0.1);
}
.head-wrap .head .main .title .t1 {
  font-size: 20px;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 28px;
}
.head-wrap .head .main .title .t2 {
  font-size: 16px;
  color: #ffffff;
  opacity: 0.5;
  line-height: 22px;
}
.head-wrap .head .main .logo {
  width: 152px;
  height: 25px;
}
.head-wrap .head .main .logo a {
  display: block;
}
.head-wrap .head .main .logo a img {
  width: 152px;
  height: 25px;
}
.head-wrap .head .main .menu-box {
  position: relative;
  height: 100%;
}
.head-wrap .head .main .menu-box .menu {
  height: 100%;
}
.head-wrap .head .main .menu-box .menu li {
  position: relative;
  height: 100%;
  margin-right: 40px;
  transition: all 0.4s ease;
}
.head-wrap .head .main .menu-box .menu li a {
  font-size: 16px;
  color: #FFFFFF;
}
.head-wrap .head .main .menu-box .menu li.curr:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 5px;
  background: #FFFFFF;
  content: "";
}
.head-wrap .head .main .menu-box .menu li dl {
  position: absolute;
  top: 100%;
  padding-top: 20px;
  background: rgba(0, 0, 0, 0.4);
  min-width: 120px;
  box-sizing: border-box;
  transition: all 0.4s ease;
  opacity: 0;
  transform: translateY(-10px);
}
.head-wrap .head .main .menu-box .menu li dl dd {
  padding: 0 20px 20px 20px;
}
.head-wrap .head .main .menu-box .menu li dl dd a {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.4s ease;
}
.head-wrap .head .main .menu-box .menu li dl dd:hover a {
  font-weight: bold;
}
.head-wrap .head .main .menu-box .menu li:hover dl {
  opacity: 1;
  transform: translateY(0);
}
.head-wrap .head .main .menu-box .slider {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  background: #FFFFFF;
  transition: all 0.3s ease;
  z-index: -1;
}
.head-wrap .head .main .menu-box .simplified-chinese .iconfont {
  margin-right: 4px;
  font-size: 20px;
  color: #cbdaeb;
}
.head-wrap .head .main .menu-box .simplified-chinese span {
  font-size: 16px;
  color: #ffffff;
  opacity: 0.8;
}
.head-wrap .slideBox {
  position: relative;
  width: 100%;
  height: 720px;
  box-sizing: border-box;
  overflow: hidden;
  background: #365C89;
}
.head-wrap .slideBox .bd {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.head-wrap .slideBox .bd ul {
  width: 100%;
  height: 100%;
}
.head-wrap .slideBox .bd ul li {
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.head-wrap .slideBox .bd ul li img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.head-wrap .slideBox .bd ul li img.scaleClass {
  animation: scaleAnimation 10s linear infinite;
}
.head-wrap .slideBox .hd {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  width: 100px;
  margin: 0 auto;
  text-align: center;
}
.head-wrap .slideBox .hd ul li {
  width: 8px;
  height: 8px;
  cursor: pointer;
  background: #FFFFFF;
  border-radius: 4px;
  margin-right: 8px;
  transition: all 0.4s ease;
}
.head-wrap .slideBox .hd ul li:last-child {
  margin-right: 0;
}
.head-wrap .slideBox .hd ul li.on {
  width: 28px;
  height: 8px;
  background: #0D8DDA;
  border-radius: 4px;
}
.head-wrap .slideBox .slide-text {
  position: absolute;
  left: 50%;
  top: 220px;
  margin-left: -640px;
  width: 1280px;
}
.head-wrap .slideBox .slide-text ul li {
  display: none;
}
.head-wrap .slideBox .slide-text .t1 {
  font-weight: 600;
  font-size: 54px;
  color: #FFFFFF;
  line-height: 75px;
  margin-bottom: 19px;
}
.head-wrap .slideBox .slide-text .t2 {
  width: 560px;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 25px;
  opacity: 0.8;
}
.head-wrap .slideBox .slide-text-other {
  position: absolute;
  left: 50%;
  bottom: 58px;
  margin-left: -640px;
  width: 1280px;
}
.head-wrap .slideBox .slide-text-other .t1 {
  font-size: 70px;
  color: #ffffff;
  font-weight: bold;
  line-height: 98px;
  margin-bottom: 13px;
}
.head-wrap .slideBox .slide-text-other .t2 {
  width: 1064px;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 25px;
  margin-bottom: 44px;
}
.head-wrap.head-wrap-pic {
  height: 880px;
}
.head-wrap.head-wrap-pic .slideBox {
  height: 880px;
}
.style-section-1 {
  padding: 70px 0 80px 0;
}
.style-section-1 .title {
  font-size: 38px;
  color: #000;
  font-weight: bold;
  line-height: 53px;
  margin-bottom: 23px;
}
.style-section-1 .list li {
  position: relative;
  width: 620px;
  height: 360px;
  margin-right: 40px;
  overflow: hidden;
}
.style-section-1 .list li:last-child {
  margin-right: 0;
}
.style-section-1 .list li .box {
  display: block;
}
.style-section-1 .list li .box img {
  width: 620px;
  height: 360px;
  object-fit: cover;
  display: block;
}
.style-section-1 .list li .box .text {
  position: absolute;
  bottom: 24px;
  left: 20px;
  font-size: 24px;
  color: #ffffff;
  line-height: 33px;
}
.style-section-1 .list li .show {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #0D8DDA;
  box-sizing: border-box;
  padding-top: 172px;
  padding-left: 20px;
  transition: transform 0.4s ease;
  transform: translateY(360px);
  opacity: 0;
}
.style-section-1 .list li .show .title {
  font-size: 24px;
  color: #ffffff;
  font-weight: bold;
  line-height: 33px;
}
.style-section-1 .list li .show .text {
  font-size: 14px;
  color: #ffffff;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.style-section-1 .list li .show .links {
  margin-top: 22px;
  display: block;
}
.style-section-1 .list li .show .links span {
  font-size: 14px;
  color: #FFFFFF;
  margin-right: 8px;
}
.style-section-1 .list li .show .links .iconfont {
  color: #FFFFFF;
  font-size: 12px;
}
.style-section-1 .list li:hover .show {
  opacity: 1;
  transform: translateY(0);
}
.style-section-2 {
  padding: 70px 0 99px 0;
  background: url("../images/b1.png") no-repeat top center;
  background-size: cover;
}
.style-section-2 .title {
  font-size: 38px;
  color: #ffffff;
  font-weight: bold;
  line-height: 53px;
  margin-bottom: 38px;
}
.style-section-2 .list {
  box-sizing: border-box;
}
.style-section-2 .list li {
  width: 300px;
  height: 248px;
  border: 1px solid #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
  margin-right: 24px;
}
.style-section-2 .list li:last-child {
  margin-right: 0;
}
.style-section-2 .list li .iconfont {
  font-size: 66px;
  color: #fff;
  margin-bottom: 48px;
}
.style-section-2 .list li .t1 {
  font-size: 20px;
  color: #ffffff;
  line-height: 28px;
  margin-bottom: 22px;
  font-weight: bold;
}
.style-section-2 .list li .t2 {
  width: 240px;
  font-size: 16px;
  color: #ffffff;
  line-height: 29px;
}
.style-section-3 {
  padding: 70px 0 99px 0;
  background: #ffffff;
}
.style-section-3 .title {
  font-size: 38px;
  color: #000000;
  font-weight: bold;
  line-height: 53px;
  margin-bottom: 38px;
}
.style-section-3 .text {
  font-size: 18px;
  color: #474747;
  opacity: 0.8;
  text-align: center;
}
.style-section-4 {
  padding: 80px 0 70px 0;
}
.style-section-4 .title {
  font-size: 38px;
  color: #000;
  font-weight: bold;
  line-height: 53px;
  margin-bottom: 23px;
}
.style-section-4 .list li {
  margin-right: 16px;
}
.style-section-4 .list li:last-child {
  margin-right: 0;
}
.style-section-4 .list li .pic {
  width: 416px;
  height: 361px;
  overflow: hidden;
}
.style-section-4 .list li .pic img {
  width: 416px;
  height: 361px;
  object-fit: cover;
  transition: transform 0.4s linear;
}
.style-section-4 .list li .text {
  margin-top: 24px;
}
.style-section-4 .list li .text .t1 {
  width: 383px;
  height: 44px;
  font-weight: 400;
  font-size: 16px;
  color: #474747;
  line-height: 22px;
  text-align: left;
}
.style-section-4 .list li:hover .pic img {
  transform: scale(1.2);
}
.footer {
  background: #262626;
  padding: 68px 0 0px 0;
}
.footer .title {
  font-size: 20px;
  color: #ffffff;
  font-weight: bold;
  line-height: 28px;
  margin-right: 78px;
}
.footer .title-desc {
  font-size: 16px;
  color: #ffffff;
  line-height: 22px;
  opacity: 0.5;
}
.footer .link-list {
  margin-right: 64px;
}
.footer .link-list dt {
  margin-bottom: 26px;
  font-size: 16px;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 22px;
  white-space: nowrap;
}
.footer .link-list dd {
  margin-bottom: 10px;
  white-space: nowrap;
  font-size: 14px;
  color: #989898;
}
.footer .link-list dd a {
  font-size: 14px;
  color: #989898;
  line-height: 20px;
  transition: all 0.4s ease;
}
.footer .link-list dd a:hover {
  color: #0D8DDA;
}
.footer .copyright {
  border-top: 1px solid #474747;
  margin-top: 37px;
  padding: 14px 0 20px 0;
  font-size: 14px;
  color: #474747;
  line-height: 20px;
  text-align: center;
}
.footer .copyright a {
  color: #474747;
}
.footer .copyright a:hover {
  color: #0D8DDA;
}
.about {
  padding: 80px 0;
}
.about .main .pic {
  width: 524px;
  height: 361px;
  transition: all 0.4s ease;
}
.about .main .pic img {
  width: 524px;
  height: 361px;
  object-fit: cover;
  transition: all 0.4s ease;
}
.about .main .text {
  margin-left: 65px;
}
.about .main .text .t1 {
  font-weight: 600;
  font-size: 35px;
  color: #000000;
  line-height: 49px;
  margin-bottom: 34px;
}
.about .main .text .t2 {
  font-weight: 400;
  font-size: 20px;
  color: #474747;
  line-height: 28px;
  text-indent: 2em;
}
.complianceManagement {
  padding: 80px 0;
}
.complianceManagement .main .text {
  width: 1096px;
}
.complianceManagement .main .text .title {
  font-weight: 600;
  font-size: 38px;
  color: #000000;
  line-height: 53px;
  margin-bottom: 33px;
}
.complianceManagement .main .text .t1 {
  font-weight: 400;
  font-size: 20px;
  color: #474747;
  line-height: 28px;
  text-indent: 2em;
}
.complianceManagement .main .text .t2 {
  font-weight: 600;
  font-size: 20px;
  color: #000000;
  line-height: 28px;
  text-indent: 2em;
}
.complianceManagement .main .text .t3 {
  font-weight: 400;
  font-size: 20px;
  color: #000000;
  line-height: 28px;
}
.complianceManagement .main .text .t4 {
  font-weight: 400;
  font-size: 20px;
  color: #474747;
  line-height: 28px;
  text-indent: 2em;
}
.auroraelechk-wrap {
  padding: 40px 0;
}
.auroraelechk-wrap .box {
  position: relative;
}
.auroraelechk-wrap .box:first-child {
  margin-right: 16px;
}
.auroraelechk-wrap .box img {
  width: 632px;
  height: 361px;
}
.auroraelechk-wrap .box p {
  position: absolute;
  left: 32px;
  bottom: 37px;
  font-weight: 600;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 33px;
}
.contact {
  width: 100%;
}
.contact .map-box {
  padding: 30px 0;
  box-sizing: border-box;
}
.contact .map-box .text {
  margin-left: 50px;
}
.contact .map-box .text .t1 {
  font-size: 24px;
  color: #000000;
  font-weight: bold;
  line-height: 33px;
  margin-bottom: 37px;
}
.contact .map-box .text .t2 {
  font-size: 20px;
  color: #000000;
  line-height: 28px;
  font-weight: bold;
  margin-bottom: 10px;
}
.page-bar {
  position: fixed;
  right: 0;
  bottom: 10%;
  z-index: 1;
  width: 62px;
  background: #FFFFFF;
  box-shadow: 0px 2px 12px 0px rgba(125, 162, 185, 0.22);
}
.page-bar ul {
  width: 62px;
  padding: 16px 0;
}
.page-bar ul li {
  position: relative;
  transition: all 0.4s ease;
}
.page-bar ul li .box {
  cursor: pointer;
}
.page-bar ul li .box .iconfont {
  font-size: 36px;
  color: #0d8dda;
}
.page-bar ul li .box span {
  font-size: 12px;
  color: #989898;
}
.page-bar ul li .show {
  position: absolute;
  left: -218px;
  top: 0;
  width: 215px;
  padding: 20px;
  box-sizing: border-box;
  background: #FFFFFF;
  box-shadow: 0px 2px 12px 0px rgba(125, 162, 185, 0.22);
  z-index: 9;
  display: none;
}
.page-bar ul li .show .title {
  font-size: 16px;
  color: #000000;
  font-weight: bold;
  line-height: 22px;
  margin-bottom: 12px;
}
.page-bar ul li .show .text p {
  font-size: 14px;
  color: #474747;
  line-height: 20px;
  white-space: nowrap;
}
.page-bar ul li .show .code {
  width: 158px;
  height: 158px;
  background: #F3F3F3;
}
.page-bar ul li .show .code img {
  width: 158px;
  height: 158px;
  object-fit: cover;
}
.page-bar ul li:first-child:hover .show {
  top: -14px;
}
.page-bar ul li:nth-child(3):hover .show {
  top: -143px;
}
.page-bar ul li:hover .box .iconfont {
  color: #0A7CC1;
}
.page-bar ul li:hover .show {
  display: block;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes scaleAnimation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
/*# sourceMappingURL=style.min.css.map */