/* é—‚å‚šå€·é‘³èˆµç™å©µç‚²ç“¨å®€ç¨¿ç•·å©Šå†£æžŽé–¹æƒ§ç£­é“æˆ¦æ¢ºç’ºã„¥æž”å©µî†½æŒ³å®•æ©€åŸ€é¡’å‹¬å€µé–»ç†¸æ¾˜é¡î„îŸ¿éŸç‰ˆî— æ¿žæˆ æ•»é©â‚¬é–¿ç‡‚æ‹·------------ */
.flexCenter {
  display: flex;
  justify-content: center;
  align-items: center;
}

.VoiceprintHome_content_tit {
  font-size: 34px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #141414;
}
/* é—‚å‚šå€·é‘³èˆµç™å©µç‚²ç“¨å®€ç¨¿ç•·å©Šå†£æžŽé–¹æƒ§ç£­é“æˆ¦æ¢ºç’ºã„¥æž”å©µî†½æŒ³å®•æ©€åŸ€é¡’å‹¬å€µé–»ç†¸æ¾˜é¡î„îŸ¿éŸç‰ˆî— æ¿žæˆ æ•»é©â‚¬é–¿ç‡‚æ‹·------------ */


/* #region my-select  */
.my-select {
  display: inline-block;
  width: auto;
  min-width: 80px;
  box-sizing: border-box;
  vertical-align: middle;
  color: #515a6e;
  font-size: 14px;
  line-height: normal;
  position: relative;
}

.select-selection {
  display: block;
  box-sizing: border-box;
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  position: relative;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #dcdee2;
  transition: all .2s ease-in-out;
}

.select-selection:hover,
.select-selection.select-focus {
  border-color: #57a3f3;
  box-shadow: 0 0 0 2px rgba(45, 140, 240, .2);
}

.select-selected-value {
  display: block;
  height: 28px;
  line-height: 28px;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 8px;
  padding-right: 24px;
}

.icon-select-arrow {
  position: absolute;
  top: 50%;
  right: 8px;
  line-height: 1;
  margin-top: -7px;
  font-size: 14px;
  color: #808695;
  transition: all .2s ease-in-out;
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
}

.icon-select-arrow::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: transparent;
  border-left: 1.5px solid #808695;
  border-bottom: 1.5px solid #808695;
  transform: rotate(-45deg);
}

.select-dropdown {
  width: auto;
  min-width: 80px;
  max-height: 200px;
  overflow: auto;
  margin: 5px 0;
  padding: 5px 0;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 4px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, .2);
  position: absolute;
  z-index: 2;
  transform-origin: center top 0px;
  transition: all 0.3s;
  will-change: top, left;
  top: 30px;
  left: 0;
  transform: scale(1, 0);
  opacity: 0;
}

.select-item {
  line-height: normal;
  padding: 7px 16px;
  clear: both;
  color: #515a6e;
  font-size: 12px !important;
  white-space: nowrap;
  list-style: none;
  cursor: pointer;
  transition: background .2s ease-in-out;
}

.select-item.select-item-selected,
.select-item:hover {
  color: #2d8cf0;
  background-color: #f3f3f3;
}

/* #endregion */



/* #region VoiceprintHome_Header */
.VoiceprintHome_Header {
  width: 100vw;
  height: 420px;
  background-color: #CED7DD;
}

.VoiceprintHome_Header_bckImg {
  width: 1920px;
  height: 100%;
  position: relative;
  background: url('../images/VoiceprintHome/Separation/banner.png');
}

.VoiceprintHome_Header_content {
  position: absolute;
  left: 360px;
  top: 98px;
  text-align: left;
}

.VoiceprintHome_Header_content>div:nth-child(1) {
  font-size: 42px;
  font-family: Alibaba PuHuiTi 2;
  font-weight: normal;
  color: #213143;
}

.VoiceprintHome_Header_content>div:nth-child(2) {
  font-size: 16px;
  font-family: Alibaba PuHuiTi 2;
  margin: 24px 0 60px 0;
  font-weight: normal;
  color: #72859A;
}

.VoiceprintHome_Header_content>div:nth-child(3) a {
  width: 138px;
  height: 44px;
  line-height: 44px;
  display: inline-block;
  transition: 0.3s all;
  text-align: center;
  border-radius: 6px 6px 6px 6px;
}

.VoiceprintHome_Header_content>div:nth-child(3)>a:nth-child(1) {
  margin-right: 10px;
  background: #256ffc;
  box-shadow: 0px 4px 20px rgba(254, 158, 73, 0.15);
  opacity: 1;
  border-radius: 2px;
  border: 1px solid #256ffc;
  border-radius: 6px 6px 6px 6px;

  color: #fff;
}

.VoiceprintHome_Header_content>div:nth-child(3)>a:nth-child(1):hover {
  opacity: 0.7;
}

.VoiceprintHome_Header_content>div:nth-child(3)>a:nth-child(2) {
  color: #256ffc;
  border: 1px solid #256ffc;
  opacity: 1;
  border-radius: 2px;
}

.VoiceprintHome_Header_content>div:nth-child(3)>a:nth-child(2):hover {
  opacity: 0.7;
}

/* #endregion */


/* #region VoiceprintHome_nav */
.VoiceprintHome_nav {
  width: 100vw;
  height: 60px;
  background: #fff;
  box-shadow: 0px 4px 6px 1px rgba(0, 0, 0, 0.08);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;z-index: 999999;
}
.VoiceprintHome_nav.fix {
  position: fixed;
  top: 0;
  left: 0;
}

.VoiceprintHome_nav>ul {
  display: flex;

}

.VoiceprintHome_nav>ul li {
  position: relative;
  height: 60px;
  line-height: 60px;
  margin-left: 110px;
  transition: all 0.2S linear;
  cursor: pointer;
}

.VoiceprintHome_nav>ul li:hover {
  color: #256ffc;
}

.VoiceprintHome_nav>ul li::before {
  content: '';
  position: absolute;
  top: -3px;
  left: 100%;
  width: 0;
  height: 100%;
  border-bottom: 3px solid #256FFC;
  transition: all 0.2S linear;
  color: #256ffc;
}


.VoiceprintHome_nav>ul li:hover::before {
  width: 100%;
  top: -3px;
  left: 0;
  transition: 0.2S;
  border-bottom: 3px solid #256FFC;
  /* z-index: -1; */
}
.VoiceprintHome_nav>ul li.goContent_cur {
  color: #256ffc;
}
.VoiceprintHome_nav>ul li.goContent_cur::before {
  width: 100%;
  top: -3px;
  left: 0;
  transition: 0.2S;
  border-bottom: 3px solid #256FFC;
  /* z-index: -1; */
}

.VoiceprintHome_nav>ul li:hover~.VoiceprintHome_nav>ul li::before {
  left: 0;
}

/* .VoiceprintHome_nav ul li:active {
  background: #256FFC;
  color: #fff;
} */

.VoiceprintHome_nav .VoiceprintHome_nav_select {
  display: block;
  width: 180px;
  height: 60px;
  line-height: 60px;
  cursor: pointer;
  color: #141414;
}

.VoiceprintHome_nav h1 {
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #141414;
background-color: #F8F9FC;}

.VoiceprintHome_nav h1 img {
  position: relative;
  left: 10px;
  transform: rotate(90deg);
}

.VoiceprintHome_nav_select .tit_focus {
  background-color: #F8F9FC;
}

.VoiceprintHome_nav_select .tit_focus img {
  transform: rotate(-90deg);

}

.VoiceprintHome_nav_select ul {
  position: absolute;
  display: none;
  cursor: pointer;
  width: 180px;
  margin-top: 16px;
  box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  border-radius: 4px 4px 4px 4px;
}

.VoiceprintHome_nav_select ul li {
  width: 180px;
  height: 40px;
  line-height: 40px;
}

.VoiceprintHome_nav_select ul li:hover {
  background-color: #256ffc;
  color: #fff;
}

.VoiceprintHome_nav_select ul li a{
  display: block;
  color:#141414;
}
.VoiceprintHome_nav_select ul li:hover a {
  color: #fff;
}

/* #endregion */

/* #region VoiceprintHome_content1 */
/* VoiceprintHome_content1 start */
.VoiceprintHome_content1 {
  padding-top: 80px;
  width: 100vw;
  height: 490px;
  background: #fff;
  box-sizing: border-box;

}

.VoiceprintHome_content1 ul {
  height: 200px;
  width: 1028px;
  margin: 0 auto;
  margin-top: 45px;
  display: flex;
  justify-content: space-between;
}

.VoiceprintHome_content1 ul li {
  height: 174px;
  width: 231px;
}


.VoiceprintHome_content1 ul h4 {
  font-size: 20px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #141414;
}


.VoiceprintHome_content1 ul p {
  margin-top: 10px;
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #A0A6B1;
  line-height: 22px;
  text-align: left;
}

/* VoiceprintHome_content1 end */
/* #endregion */


/* #region VoiceprintHome_content3 */
.VoiceprintHome_content3 {padding-top: 78px;width:100vw;height: 510px;background: #F8F9FC;}
.VoiceprintHome_content3 ul {width:1200px;height:300px;display:flex;margin:0 auto;margin-top: 61px;justify-content:space-between;transition:0.3s all;}
.VoiceprintHome_content3 ul li {height:100%;width: 590px;background:cornflowerblue;transition:0.3s all;overflow:hidden;}
.VoiceprintHome_content3 ul li:nth-child(1) {background:url('../images/VoiceprintHome/Separation/changjin_bg1.png');background-position: center center;}
.VoiceprintHome_content3 ul li:nth-child(2) {background:url('../images/VoiceprintHome/Separation/changjin_bg2.png');background-position: center center;}
.VoiceprintHome_content3 ul li:nth-child(3) {background:url('../images/VoiceprintHome/4/changjin_bg3.png');background-position:center -25px;}
.VoiceprintHome_content3 ul li.VoiceprintHome_content3_current {width: 590px;}
.VoiceprintHome_content3_icon {width:50px;height:50px;}
.VoiceprintHome_content3_Border {width: 24px;height: 1px;background:#ffffff;opacity:1;border-radius:0px;margin-bottom: 16px;}
.VoiceprintHome_content3 ul li > div:nth-child(2) {position:absolute;bottom:0;}
.VoiceprintHome_content3 ul li > div:nth-child(1) div:last-child {font-size: 20px;font-weight:normal;color:#ffffff;opacity:1;}
.VoiceprintHome_content3 ul li > div:nth-child(2):last-child {width: 400px;font-size:14px;font-weight:normal;color:#ffffff;  text-align:left;}
.VoiceprintHome_content3_li {position:relative;}
.VoiceprintHome_content3_li_hover1 {position:absolute;top: 235px;left:40px;transition:0.5s all;}
.VoiceprintHome_content3_li.VoiceprintHome_content3_current .VoiceprintHome_content3_li_hover1 {position:absolute;top: 160px;}
.VoiceprintHome_content3_li_hover2 {position:absolute;top:220px;left:40px;transition:0.5s all;opacity:0 !important;}
.VoiceprintHome_content3_li.VoiceprintHome_content3_current .VoiceprintHome_content3_li_hover2 {position:absolute;top: 203px;opacity:1 !important;}
/* VoiceprintHome_content3 end */
/* #endregion */

/* #region VoiceprintHome_content5 */


.VoiceprintHome_content5 {
  padding-top: 100px;
  width: 100vw;
  height: 515px;
  background: #fff;
  overflow: hidden;
  box-sizing: border-box;
}

.VoiceprintHome_content5 .VoiceprintHome_content_tit {
  font-size: 34px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #141414;
}

.VoiceprintHome_content5_main {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin-top: 60px;
  background-image: url('../images/VoiceprintHome/51.png');
  background-repeat: no-repeat;
  height: calc(160px + 26px + 44px);
}

.VoiceprintHome_content5_main li {
  width: 160px;
  height: 100%;
  font-size: 18px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  padding-top: 186px;

}

/* VoiceprintHome_content5 end */
/* #endregion */