/* @import url("../../assets/icon/bootstrap-icons.css"); */
.Row {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
}

.Column {
  display: flex !important;
  flex-direction: column !important;
}

.photoSize {
  width: 100% !important;
  height: 100% !important;
}

/*reset*/
body {
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: #323232;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", "Microsoft YaHei", tahoma, arial, "\5B8B\4F53";
  font-weight: normal !important;
  background-color: #F5F5F5;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p {
  padding: 0;
  margin: 0;
}

table,
td,
tr,
th {
  font-size: 12px;
}

li {
  list-style-type: none;
}

img {
  vertical-align: top;
  border: 0;
}

ol,
ul {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
}

address,
code,
em,
th,
s,
i {
  font-weight: normal;
  font-style: normal;
}

s {
  color: #909090;
  margin: 0 10px;
  text-decoration: none;
}

body.right-open {
  overflow-y: clip;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

/*form*/
label input {
  vertical-align: middle;
  margin-right: 3px;
}

label {
  cursor: pointer;
}

textarea {
  resize: none;
  font-size: 12px;
}

:focus {
  outline: 0;
}

select {
  padding: 4px 5px;
  border: 1px solid #cbcbcb;
  border-radius: 2px;
  margin-right: 3px;
}

/*font-size*/
.fB {
  font-weight: bold;
}

.f12 {
  font-size: 12px;
}

.f14 {
  font-size: 14px;
}

.f16 {
  font-size: 16px;
}

.f18 {
  font-size: 16px;
}

/*float*/
.l,
.left {
  float: left;
}

.r,
.right {
  float: right;
}

.clearfix {
  display: block;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

* html .clearfix {
  height: 1%;
}

/*scrollbar*/
::-webkit-scrollbar {
  width: 3px;
  height: 6px;
}

::-webkit-scrollbar-button:vertical {
  display: none;
}

::-webkit-scrollbar-track:vertical {
  background-color: black;
}

::-webkit-scrollbar-track-piece {
  background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb:vertical {
  margin-right: 6px;
  background-color: #bbb;
}

::-webkit-scrollbar-thumb:vertical:hover {
  background-color: #aaa;
}

::-webkit-scrollbar-corner:vertical {
  background-color: #535353;
}

/*placeholder*/
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #aaa;
  font-size: 14px;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #aaa;
  font-size: 14px;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #aaa;
  font-size: 14px;
}

/*display*/
.hide {
  display: none;
}

.block {
  display: block;
}

/*a*/
a {
  color: #323232;
  text-decoration: none;
}

a:hover {
  color: #4385F5;
  text-decoration: none;
}

a:active {
  color: #4385F5;
}

/*省略行数*/
.text-overflow-1,
.text-overflow-2,
.text-overflow-3,
.text-overflow-4,
.text-overflow-5 {
  display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.text-overflow-2 {
  -webkit-line-clamp: 2;
}

.text-overflow-3 {
  -webkit-line-clamp: 3;
}

.text-overflow-4 {
  -webkit-line-clamp: 4;
}

.text-overflow-5 {
  -webkit-line-clamp: 4;
}

/*----------------导航-----------------*/
.header {
  z-index: 999;
  width: 100%;
  height: 110px;
  display: flex;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  transition: all 0.5s;
  position: relative;
}

.navbg {
  width: 100%;
  height: .3125rem;
  background-color: #085696;
  position: absolute;
  left: 0;
  top: 0;
}

.nav-box {
  width: 80%;
  height: 100%;
  align-items: center;
  margin: 0 auto;
  position: relative;
  /* background-color: #b2bac7; */
}

.logoIcon {
  width: 20%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.navtext1 {
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: #085696;
}

.nav-logo {
  width: 13rem;
  /* height: 2.7rem; */
}

.nav-logo img {
  width: 100%;
  height: 100%;
}

.nav-logo a {
  width: 100%;
  height: 100%;
  display: block;
}




.navbar {
  /* padding: 9px 0; */
  height: 2.5rem;
  line-height: 2.5rem;
  position: absolute;
  right: 0;
  top: 3.75rem;
}

.navbar ul {
  display: flex;
  list-style: none;
  align-items: center;
  justify-content: flex-end;
}

/* .navbar li {
  position: relative;
} */

.navbar a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  white-space: nowrap;
  transition: 0.3s;
  padding: 0 16px;
  /* position: absolute; */
}

.navbar a i {
  font-size: .75rem;
  line-height: 0;
  margin-left: .25rem;
}

.navbar a:hover,
.navbar .active,
.navbar li:hover>a {
  color: #186AF2;
}

.navbar .login-btn {
  padding: 4px 12px;
  margin-left: 20px;
  border-radius: 3px;
  font-size: 14px;
  background-color: #186AF2;
  color: #fff
}

.navbar .login-btn:hover {
  opacity: 0.72;
  color: #fff
}

.navbar .reg-btn {
  padding: 4px 12px;
  margin-left: 20px;
  border-radius: 3px;
  font-size: 14px;
  background-color: #EA4335;
  color: #fff
}

.navbar .reg-btn:hover {
  opacity: 0.72;
  color: #fff;
}

/* .navbar .dropdown ul {
  display: block;
  position: absolute;
  left: -800%;
  top: calc(100% + 30px);
  margin: 0;
  margin-top: 10px;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.5s;
  border-radius: 3px;
} */

/* .navbar .dropdown ul li {
  min-width: 200px;
  width: 1400px;
} */

.navbar {
  width: 38%;
  height: 51px;
  position: absolute;
  right: 0;
}

.navbar ul {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
}

.navbar ul li {
  flex: 1;
  height: 100%;
  /* background-color: #535353; */
}

.navbar .dropdown ul a {
  /* padding: 8px 20px; */
  font-size: .875rem;
  text-transform: none;
  font-weight: 400;
}

.navbar .dropdown ul a i {
  font-size: .75rem;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #186AF2;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

/* .navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
} */


.nav-login-box {
  width: 20rem;
  border-radius: 2px;
  position: absolute;
  top: 60px;
  right: 0;
  background-color: #fff;
  z-index: -1;
  color: #333;
  font-size: 14px;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: .2s;
  transition: .2s;
  opacity: 0;
  -webkit-transform-origin: center top;
  transform-origin: center top;
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, .2);
  box-shadow: 0 15px 30px rgba(0, 0, 0, .2);
}

/* 顶部导航右上角 */
.nav-topright {
  width: 250px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: absolute;
  top: 18%;
  right: 2.5%;
}

.topright {
  width: 50%;
  height: 28px;
  line-height: 28px;
  text-align: center;
}

.topright select {
  width: 100%;
  font-size: 16px;
  text-align: center;
  border: 0px;
  margin: auto;
  padding: 0;
}

.nav-contactUs {
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-search {
  flex: 1;
  /* background-color: skyblue; */
  height: 1.575rem;
  position: relative;
  /* border-right: .0625rem solid rgb(175, 170, 170);
  box-sizing: border-box; */
}

.nav-contactUs img {
  width: 100%;
  height: 100%;
}

.nav-search img {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* padding-top: .25rem; */
  /* padding-left: .75rem; */
}

/* 顶部刘海 */
.bangs {
  width: 280px;
  height: 20px;
  color: white;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  background-image: url("../images/top_hair.png");
  background-repeat: no-repeat;
  background-size: 17.5rem 1.3rem;
  margin-left: -140px;

  position: absolute;
  top: 4%;
  left: 50%;

  cursor: pointer;
}

.arrowsBottom {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 46%;
  overflow: hidden;
}

/* 顶部刘海的遮罩层 */
.bangsMask {
  width: 100%;
  height: 100vh;
  background-color: #fff;
  position: relative;
  /* z-index: 900; */
  display: none;
  animation-name: move;
  overflow: hidden;
  animation-duration: 2s;
  z-index: 3;
}

.bangsBox {
  width: 80rem;
  height: 6.25rem;
  margin: 0 auto;
  position: relative;
}

#bangsNone {
  width: 280px;
  height: 20px;
  color: white;
  font-size: 14px;
  line-height: 1.1rem;
  text-align: center;
  background-image: url(../images/top_hair.png);
  background-repeat: no-repeat;
  background-size: 17.5rem 1.25rem;
  margin-left: -140px;
  position: absolute;
  top: 4%;
  left: 50%;
  cursor: pointer;
}

.contentbox {
  width: 100%;
  height: 100vh;
}

.contentbox img {
  width: 18.75rem;
  height: 3.75rem;
  margin-top: 1.25rem;
  margin-left: 9.375rem;
}

.groupTopbox {
  width: 24%;
}

.grouptext1 {
  color: #111;
  font-size: 25px;
  text-align: center;
  border-bottom: 1px solid #e4e4e4;
  padding: 20px 0;
}

.logoImg {
  margin: 0 !important;
  width: 170px !important;
  height: 30px !important;
}

.popup {
  width: 80%;
  margin: 0 auto;
  justify-content: space-between;
  margin-top: 100px;
}

.popupLeft {
  width: 75%;
}

.groupCenterbox {
  width: 100%;
  /* background-color: #186AF2; */
  margin: 0 auto;
}

.grouptext2 {
  color: #085696;
  font-size: 45px;
  margin: 20px 0 50px;
}

.groupBottombox {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.grouptext3 {
  width: 25%;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 20px;
  margin: 15px 10px;
  border-radius: 8px;
  box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.1), -8px -8px 10px 0px #fff;
  /* margin-right: 20px; */
  float: left;
}

.grouptext3 a,
.grouptext1 a {
  color: #111;
  text-decoration: none !important;
}

.groupHref:hover {
  color: #085696 !important;
  text-decoration: none !important;
}

.grouptext3 a:hover {
  color: rgb(160, 156, 156);
  border-bottom: 1px solid rgb(160, 156, 156);
}

.grouptext1 a:hover {
  color: rgb(160, 156, 156);
  border-bottom: 1px solid rgb(160, 156, 156);
}

/* 产品信息的遮罩层 */
#informationMask {
  z-index: 3;
  display: none;
  width: 100%;
  background-color: #f7f7f7;
  box-shadow: 4px 4px 10px #e6e6e6;
  border-top: 1px solid #e5e5e5;

  padding: 20px 0;
  margin-top: 110px;
  position: absolute;
}


@keyframes move {
  0% {
    width: 100%;
    height: 100px;
  }

  100% {
    width: 100%;
    height: 100vh;
  }
}

#navUl {
  width: 82rem;
  margin: 0 auto;
  /* margin-left: ; */
  display: flex;
  flex-wrap: wrap;
  /* justify-content: center; */
  /* justify-content: space-around; */
}

.Crumbs{
  width: 100%;
  background: #f2f2f2;
}

.breadcrumb {
  width: 72vw;
  padding: 16px 0;
  margin: 0 auto;
}

.breadcrumb>li a {
  color: #b2b2b2;
  font-size: 16px;
}

.breadcrumb>li:last-child a {
  font-size: 18px;
  color: #085696;
}


.breadcrumb>li:last-child {
  font-size: 18px;
  color: #085696;
}

.breadcrumb li {
  margin-right: 8px;
}

#navUl li {
  width: 18rem;
  height: 85px;
  background-color: white;
  box-shadow: 4px 4px 10px #e6e6e6;
  border-radius: 5px;
  margin: 1.25rem;
  overflow: hidden;
}

/* .href_article:hover{
} */

.informationPicture {
  width: 34%;
  height: 100%;
  float: left;
  border-radius: 0 0 24px 0;
  overflow: hidden;
}

.informationPicture img {
  width: 100%;
  height: 100%;
}

.informationText {
  width: 65%;
  line-height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.login-note {
  padding: 15px 15px 0;
  color: #FF5722;
}

.nav-login-box .login-menu {
  padding: 15px 10px;
}

.navbar .login-menu a {
  width: 76px;
  color: #333;
  padding: 2px 12px;
  display: inline-block;
  font-size: 15px;
}

.nav-login-box .login-menu-bottom {
  background-color: #f2f2f2;
  border-top: 1px solid #eee;
}

.nav-login-box .login-menu-bottom a {
  color: #666;
  font-size: 12px;
  padding: 12px;
}

.navbar li.nav-logined .nav-login-box:after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-color: #fff;
  position: absolute;
  top: -5px;
  right: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.navbar li a.nav-img {
  height: 32px;
  text-align: center;
  padding: 0 20px;
  display: block;
  line-height: 32px;
  font-size: 16px;
}

.navbar li.nav-logined:hover .nav-login-box {
  z-index: 99;
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.nav-img img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #fff;
  margin-right: 6px;
}

@media (max-width: 1280px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }

  .nav-box {
    width: 1026px;
  }

  .navbar a {
    padding: 10px 18px;
  }
}

/*----------------页脚-----------------*/
.footer {
  width: 100%;
  background-color: #1c1a1d;
}

.footer-top {
  width: 80rem;
  margin: 0 auto;
  background: url(../images/footer.jpg) no-repeat center bottom;
  background-size: 100% auto;
}

.footer-top-box {
  width: 80rem;
  margin: 0 auto;
  color: #888;
  float: left;
  display: flex;
}

.footer-bottom {
  width: 100%;
  /* background-color: #151515; */
  /* height: 36px; */
  overflow: hidden;
}

.footer-bottom-box {
  text-align: center;
  width: 20rem;
  margin: 0 auto;

  /* background-color: #888; */
}

.footer-bottom-box h2 {
  width: 20rem;
  font-weight: 900;
  font-size: 14px;
  color: white;
}

.footer-bottom-box img {
  width: 5rem;
  height: 5rem;
  margin: 1rem 7.5rem;
}

.bottom-box {
  width: 20rem;
  height: 3rem;
  margin-top: 3rem;
  /* background-color: #186AF2; */
}

/* .bottom-box div{
  width: 6.5rem;
  height: 3rem;
  float: left;
  text-align:center;
  line-height: 3rem;
  border-right: 1px solid #888;
  color: white;
} */
.bottomtext {
  width: 6.5rem;
  height: 1.6rem;
  line-height: 1.6rem;
  /* background-color: #186AF2; */
  float: left;
  border-right: 1px solid #888;
  color: white;

  margin-bottom: 5rem;
}

.beian {
  width: 100%;
  color: white;
}


.footer-link {
  width: 16rem;
  padding: 3rem 0 0 92px;
}

.footer-link dt {
  font-size: 1.125rem;
  height: 3rem;
  line-height: 2.25rem;
  font-weight: 900;
  font-size: 16px;
  color: #fff;
}

.footer-link dt a {
  color: #fff;
}

.footer-link dd {
  font-size: .875rem;
  line-height: 32px;
  font-size: 14px;
  padding: 5px 0;
}

.footer-link a {
  color: #fff;
}

.footer-link a:hover {
  color: #36a0ff;
}

.footer-about {
  color: #fff;
  width: 17rem;
  padding: 3rem 0 0 30px;
  float: right;
  /* text-align: center; */
}

.footer-about dt {
  font-size: 1.125rem;
  height: 3rem;
  line-height: 2.25rem;
  color: #fff;
}

.footer-about dd {
  line-height: 2rem;
  font-size: .875rem;
}

.footer-about a {
  line-height: 1.6875rem;
  color: #909090;
}

.footer-about a:hover {
  color: #fff;
}

/*----------------分页-----------------*/
.pagebox {
  width: 100%;
  text-align: center;
  font-size: 14px;
}

.pagebox a,
.pagebox span {
  min-width: 16px;
  height: 33px;
  line-height: 33px;
  margin: 0 4px;
  padding: 0 10px;
  color: #333;
  border-radius: 1px;
  text-align: center;
  border: 1px solid #ddd;
  background-color: #fff;
  display: inline-block;
}

.pagebox a:hover,
.pagebox span {
  background-color: #d79c00;
  color: #fff;
  border: 1px solid #d79c00;
}

.data-none {
  padding: 30px 0;
  text-align: center;
  color: #999;
}

/*----------------动画---------------*/
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.apeakBox {
  width: 258px;
  height: 80px !important;
  background: #fff;
  margin-top: 20px;
  margin-right: 30px;
  margin-left: 15px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.apeakBox_child {
  width: 50%;
  display: flex;
  justify-content: center;
  margin: 0;
}