body {
  font-family:
    Microsoft YaHei UI,
    Microsoft YaHei UI;
}
ul,
li {
  list-style: none;
}
body {
  background: #f5f5f5;
  min-width: 1140px;
}
img {
  width: 100%;
}
.tech-banner img {
  width: 100%;
}
.site-footer {
  background: #fff;
  padding: 83px 83px 0;
}
.site-footer .footer {
  padding: 40px 0 20px 0;
}
.site-footer .footer li {
  width: 220px;
  float: left;
  position: relative;
  display: block;
  padding-left: 35px;
}
.site-footer .footer li .foo-con {
  float: left;
  margin: 12px 12px 0 0;
}
.site-footer .footer li .foo-title {
  display: inline-block;
  color: #b2b2b2;
}
.site-footer .footer li .foo-title h4 {
  margin-bottom: 5px;
}
.site-footer .footer li .verticalLine {
  height: 20px;
  width: 1px;
  display: inline-block;
  background: #e0e0e0;
  position: absolute;
  top: 25px;
  right: 0;
}
.site-footer .footer .list-service:before {
  content: "";
  display: block;
  clear: both;
}
.site-footer .footer .list-service:after {
  content: "";
  display: block;
  clear: both;
}
.site-footer .footer .list-service {
  padding: 0;
  width: 1100px;
  margin: 0 auto;
}
.site-footer .footer-links {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(4, 11%) minmax(0, 1fr) 242px 260px;
  column-gap: 0;
  align-items: start;
  max-width: none;
  margin: 0 auto;
  border-bottom: 1px solid #cececf;
  padding-bottom: 83px;
}
.site-footer .footer-links dl {
  float: none;
  width: auto;
}
.site-footer .footer-links dl dt {
  line-height: 32px;
  color: #1d1d1f;
}
.site-footer .footer-links dl dd {
  line-height: 32px;
  font-size: 12px;
}
.site-footer .footer-links dl dd a:hover {
  color: #d80522;
}
.site-footer .footer-links > dl:nth-of-type(5),
.site-footer .footer-links dl.footer-qr-section {
  grid-column: 6;
  width: auto;
  transform: translateX(clamp(-112px, calc(490px - 43vw), 0px));
}
.site-footer .footer-links > dl:nth-of-type(5) dt,
.site-footer .footer-links dl.footer-qr-section dt {
  font-size: 18px;
  font-weight: bold;
  line-height: 32px;
}
.site-footer .footer-links .footer-qr-list {
  display: flex;
  gap: 18px;
  padding-top: 8px;
}
.site-footer .footer-links .footer-qr-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 112px;
  color: #1d1d1f;
  line-height: 1;
  text-decoration: none;
}
.site-footer .footer-links .footer-qr-item img {
  display: block;
  width: 112px;
  height: 112px;
  padding: 6px;
  object-fit: contain;
  background: #fff;
  border: 1px solid #e5e5e7;
  border-radius: 8px;
  box-sizing: border-box;
}
.site-footer .footer-links .footer-qr-item span {
  margin-top: 11px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.2px;
}
.site-footer .footer-links dl:before {
  content: "";
  display: block;
  clear: both;
}
.site-footer .footer-links dl:after {
  content: "";
  display: block;
  clear: both;
}
.site-footer .footer-links .links-iphone {
  grid-column: 7;
  float: none;
}
.site-footer .footer-links .links-iphone .title {
  color: #1d1d1f;
  font-size: 18px;
  font-weight: bold;
  line-height: 32px;
  margin: 0;
}
.site-footer .footer-links .links-iphone .hotline {
  font-size: 14px;
  color: #6e6e73;
  line-height: 32px;
}
.site-footer .footer-links .links-iphone .tele {
  color: #6e6e73;
  font-size: 14px;
  font-weight: normal;
}
.site-footer .footer-links .links-iphone .whatsapp {
  font-size: 14px;
  color: #6e6e73;
  line-height: 32px;
}
.site-footer .footer-links:after,
.site-footer .footer-links:before {
  display: none;
}
.back-top {
  position: fixed;
  bottom: 150px;
  right: 10px;
  z-index: 99;
}
.back-top li {
  width: 63px;
  height: 63px;
  background: #fff;
  transition: all 0.3s;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.back-top li p {
  font-size: 10px;
  color: #6e6e73;
  margin: 0;
  line-height: 12px;
}
.back-top li.saoma {
  position: relative;
}
.back-top li.saoma .erwm-wrap {
  display: none;
  position: absolute;
  left: -146px;
  top: 0;
  padding: 10px 18px;
  text-align: center;
  width: 136px;
  height: 136px;
  background: #fff;
}
.back-top li.saoma .erwm-wrap img {
  width: 100px;
  height: 100px;
}
.back-top li.saoma .scan {
  text-align: center;
}
.back-top li.saoma .scan span {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("https://www.konka.com/themes/pc/konka/images/scan.png")
    no-repeat;
  background-size: 100% 100%;
}
.back-top li.saoma.active p {
  color: #d80522;
}
.back-top li.saoma.active .scan span {
  background-image: url("https://www.konka.com/themes/pc/konka/images/scan_on.png");
}
.back-top li.saoma.active .erwm-wrap {
  display: block;
}
.back-top li.saoma.active .erwm-wrap p {
  color: #6e6e73;
}
.back-top li#the-top {
  margin-top: 10px;
  text-align: center;
}
.back-top li#the-top span {
  display: inline-block;
  width: 19px;
  height: 13px;
  background: url("https://www.konka.com/themes/pc/konka/images/back.png")
    no-repeat;
  background-size: 100% 100%;
}
.back-top li#the-top:hover p {
  color: #d80522;
}
.back-top li#the-top:hover span {
  background-image: url("https://www.konka.com/themes/pc/konka/images/back_on.png");
}
.container-fluid {
  padding: 0;
}
.container-fluid .text-uppercase {
  font-size: 16px;
  line-height: 30px;
  color: #222;
}
.container-fluid .figure-title {
  line-height: 30px;
  color: #989898;
}
.container-fluid p {
  color: #ed1c24;
  line-height: 30px;
}
.container {
  width: 1158px !important;
  margin: 0 auto;
  padding: 0;
}
.container .ser-banner {
  height: 370px;
}
.container .ser-banner img {
  width: 100%;
  height: 100%;
}
.for-footer {
  padding: 83px;
  background: #fff;
  display: flex;
  align-items: center;
}
.for-footer .for-logo {
  margin-right: 94px;
}
.for-footer .for-logo img {
  width: 137px;
  height: 17px;
}
.for-footer .for-link {
  color: #6e6e73;
  font-size: 12px;
}
.for-footer .for-link p {
  display: inline;
  margin-right: 25px;
}
.for-footer .for-link span {
  margin: 0 8px;
}
.for-footer .for-link a {
  color: #6e6e73;
}
.for-footer .for-link a:hover {
  color: #d80522;
}
.for-theme {
  background: #f8f8f8;
  text-align: center;
  padding: 10px 0;
}
@keyframes mymove {
  from {
    transform: translateX(180px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.head {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  min-width: 1078px;
  -webkit-transition: all 0.5s 0s ease-out;
  -o-transition: all 0.5s 0s ease-out;
  -moz-transition: all 0.5s 0s ease-out;
  transition: all 0.5s 0s ease-out;
}
.head-height {
  width: 100%;
  height: 80px;
  background: #f0f0f0;
}
.head .navBox {
  height: inherit;
}
.head .header {
  background: #f0f0f0;
  height: 80px;
  box-sizing: border-box;
  padding: 0 83px;
  position: relative;
}
.head .header .header-row {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0;
}
.head .header .search {
  position: absolute;
  top: 0;
  right: 83px;
  display: none;
  z-index: 999;
  background-color: #f0f0f0;
}
.head .header .search form {
  height: 80px;
  line-height: 80px;
}
.head .header .search form .search-wrapper {
  position: relative;
  animation: mymove 0.3s forwards;
  display: flex;
  align-items: center;
  height: 100%;
}
.head .header .search form .search-wrapper .inputSearch {
  height: 36px;
  line-height: 36px;
  outline: none;
  width: 540px;
  padding: 0 54px 0 20px;
  border: 0;
  background-color: #fff;
  border-radius: 20px;
  margin-right: 28px;
}
.head .header .search form .search-wrapper .search-submit {
  position: absolute;
  right: 52px;
  top: 50%;
  width: 36px;
  height: 36px;
  margin-top: -18px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.head .header .search form .search-wrapper .search-submit::before {
  content: "";
  position: absolute;
  left: 9px;
  top: 8px;
  width: 13px;
  height: 13px;
  border: 2px solid #111;
  border-radius: 50%;
}
.head .header .search form .search-wrapper .search-submit::after {
  content: "";
  position: absolute;
  left: 22px;
  top: 21px;
  width: 8px;
  height: 2px;
  background: #111;
  transform: rotate(45deg);
  transform-origin: left center;
}
.head .header .search form .search-wrapper .search-submit:hover::before,
.head .header .search form .search-wrapper .search-submit:focus::before {
  border-color: #d80522;
}
.head .header .search form .search-wrapper .search-submit:hover::after,
.head .header .search form .search-wrapper .search-submit:focus::after {
  background: #d80522;
}
.head .header .search form .search-wrapper .search-close {
  width: 10px;
  height: 10px;
  cursor: pointer;
  background: url("https://www.konka.com/themes/pc/konka/images/close.png")
    no-repeat;
  background-size: 100% 100%;
}
.head .header .search form .search-wrapper .search-close:hover {
  background: url("https://www.konka.com/themes/pc/konka/images/close_on.png")
    no-repeat;
  background-size: 100% 100%;
}
.head .header .search .search-content {
  width: 100%;
  background: #fff;
  height: 240px;
  z-index: 5;
}
.head .header .search .search-content .search-con-frame {
  padding: 15px 10px;
}
.head .header .search .search-content .search-con-frame ul {
  padding: 0;
  margin: 0;
  height: 210px;
  overflow: hidden;
  position: relative;
}
.head .header .search .search-content .search-con-frame ul li {
  opacity: 0;
  height: 30px;
  line-height: 30px;
  text-align: left;
  padding-left: 30px;
  animation: mymove 0.3s forwards;
  animation-play-state: paused;
}
.head .header .search .search-content .search-con-frame ul li a {
  display: block;
}
.head .header .search .search-content .search-con-frame ul li:hover {
  background: #f2f2f2;
}
.head .header .search .search-content .search-con-frame ul li:hover a {
  color: #0070c9;
}
.head .header .search .search-content .search-con-frame ul li:nth-child(1) {
  animation-delay: 0.2s;
}
.head .header .search .search-content .search-con-frame ul li:nth-child(2) {
  animation-delay: 0.3s;
}
.head .header .search .search-content .search-con-frame ul li:nth-child(3) {
  animation-delay: 0.4s;
}
.head .header .search .search-content .search-con-frame ul li:nth-child(4) {
  animation-delay: 0.5s;
}
.head .header .search .search-content .search-con-frame ul li:nth-child(5) {
  animation-delay: 0.6s;
}
.head .header .search .search-content .search-con-frame ul li:nth-child(6) {
  animation-delay: 0.7s;
}
.head .header .search .search-content .search-con-frame ul li:nth-child(7) {
  animation-delay: 0.8s;
}
.head .header .search .search-content .search-con-frame .mymove li {
  animation-play-state: running;
}
.head .header .row {
  font-size: 14px;
  text-align: center;
  margin: 0;
}
.head .header .row .col-xs-1 {
  position: static;
  width: 72px;
  padding: 0;
}
.head .header .row .col-xs-1:hover {
  background: #fff;
}
.head .header .row .col-xs-1:hover a {
  color: #ed1c24;
}
.head .header .row .myCol {
  padding: 0;
  width: 223px;
}
.head .header .row .myCol .col-xs-4,
.head .header .row .myCol .col-xs-8 {
  padding: 0;
}
.head .header .row .myCol .col-xs-1 {
  width: 30px;
  margin-left: 5px;
}
.head .header .row .myCol .col-xs-1:hover {
  background: none;
}
.head .header .row .myCol .col-xs-1 img {
  max-width: 60%;
}
.head .header .row .myCol #dropdown .col-xs-3 {
  padding: 0;
}
.head .header .row .myCol #dropdown .col-xs-3 .iconImg img {
  width: 18px;
}
.head .header .row .myCol #dropdown .scaling {
  width: 20%;
}
.head .header .row .myCol #dropdown .scaling .iconImg {
  position: relative;
}
.head .header .row .myCol #dropdown .scaling .iconImg .sp-num {
  position: absolute;
  top: -8px;
  right: -8px;
  background: #ed1c24;
  font-size: 12px;
  display: inline-block;
  width: 17px;
  height: 17px;
  border-radius: 100%;
  line-height: 17px;
  text-align: center;
  color: #fff;
}
.head .header .row .myCol #dropdown .scalingLong {
  width: 60%;
}
.head .header .row .myCol #dropdown .spanLine {
  width: 1px;
  height: 16px;
  background: #999;
  display: inline-block;
  position: absolute;
  left: 6px;
  top: 17px;
}
.head .header .row .myCol #dropdown .mylog {
  display: inline-block;
  color: #000;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.head .header .row .myCol #dropdown .mylog:hover {
  color: #ed1c24;
}
.head .header .row .row .col-xs-4 a {
  font-size: 16px;
  color: #666;
}
.head .header .row .row .col-xs-4 a:hover {
  color: #000;
}
.head .header .row .row #dropdown {
  position: relative;
}
.head .header .row .row #dropdown .dropdown-menu {
  position: absolute;
  top: 93%;
  left: 20px;
}
.head .header .row .row #dropdown .dropdown-menu li a {
  height: 35px;
  line-height: 35px;
  padding: 0 20px;
  font-size: 14px;
  color: #767676;
}
.head .header .row .row #dropdown .dropdown-menu li a:hover {
  color: #000;
}
.head .header .logo1 img {
  width: 200px;
}
.head .header .logo1 {
  flex: 0 0 auto;
}
.head .moblieNav {
  display: none;
}
.head .brand-b2 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 132px;
  margin-left: 18px;
  margin-right: 16px;
  min-width: 132px;
}
.head .brand-b2 img {
  display: block;
  width: auto;
  height: auto;
  max-width: 132px;
  max-height: 21px;
}

.head .right-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 0 0 auto;
}
.head .right-nav .fastSet {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.head .right-nav .fastSet a {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  margin-left: 20px;
}
.head .right-nav .fastSet a:hover {
  color: #d80522;
}
.head .right-nav .fastSet a.iconImg {
  width: 14px;
  height: 14px;
  background: url("https://www.konka.com/themes/pc/konka/images/search.png")
    no-repeat;
  background-size: 100% 100%;
}
.head .right-nav .fastSet a.iconImg:hover {
  background-image: url("https://www.konka.com/themes/pc/konka/images/search_on.png");
}
.head .right-nav .fastSet .lang-switcher {
  --primary-red: #cc0000;
  --text-dark: #333;
  --text-gray: #666;
  --text-light: #999;
  --bg-light: #f5f5f5;
  --border-color: #e0e0e0;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  font-family: Microsoft YaHei UI, Microsoft YaHei UI;
  margin: 0 0 0 16px;
  padding: 0 0 0 16px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 10px;
  border-left: 1px solid var(--border-color);
  white-space: nowrap;
}
.head .right-nav .fastSet .lang-switcher,
.head .right-nav .fastSet .lang-switcher * {
  box-sizing: border-box;
}
.head .right-nav .fastSet .lang-switcher__btn {
  min-width: 28px;
  height: 24px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--text-gray);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: none;
  appearance: none;
}
.head .right-nav .fastSet .lang-switcher__btn[data-lang="en"] {
  font-family: "Segoe UI", Arial, sans-serif;
  letter-spacing: 0.04em;
}
.head .right-nav .fastSet .lang-switcher__btn[data-lang="zh"] {
  min-width: 20px;
  font-family: "Microsoft YaHei UI", "Microsoft YaHei", "PingFang SC", sans-serif;
  letter-spacing: 0;
}
.head .right-nav .fastSet .lang-switcher__btn[data-lang="ru"] {
  min-width: 28px;
  font-family: "Segoe UI", Arial, sans-serif;
  letter-spacing: 0.03em;
}
.head .right-nav .fastSet .lang-switcher__btn:hover,
.head .right-nav .fastSet .lang-switcher__btn.is-active {
  color: var(--text-gray);
}
.head .center-nav {
  margin-left: 56px;
  flex: 1 1 auto;
  min-width: 0;
  height: inherit;
  overflow: hidden;
}
.head .center-nav .navBox {
  width: 100%;
  min-width: 0;
  overflow: hidden;
}
.head .center-nav .navList {
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  min-width: 0;
}
.head .center-nav .navList .navItem {
  cursor: pointer;
  margin-right: 30px;
  height: inherit;
}
.head .center-nav .navList .navItem:last-child {
  margin-right: 0;
}
.head .center-nav .navList .navItem h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: normal;
  line-height: 80px;
  margin: 0;
  white-space: nowrap;
}
.head .center-nav .navList .navItem h3 a {
  display: block;
  position: relative;
  color: #111;
  font-family: "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  -moz-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}
.head .center-nav .navList .navItem h3 a::before {
  content: "";
  display: block;
  width: 0%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  -moz-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
  height: 2px;
  background-color: #d80522;
}
.head .center-nav .navList .navItem .dropDownNav {
  cursor: auto;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  background: #fff;
  box-sizing: border-box;
  z-index: 1000;
  width: 100%;
  position: fixed;
  left: 0;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  -moz-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}
.head .center-nav .navList .navItem .dropDownNav::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
}
.head .center-nav .navList .navItem .dropDownNav .secondItem a {
  padding: 22px 0;
}
.head .center-nav .navList .navItem:hover h3 a {
  color: #d80522;
}
.head .center-nav .navList .navItem:hover h3 a::before {
  width: 100%;
}
.head .center-nav .navList .navItem.hover .dropDownNav {
  z-index: 1001;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  visibility: visible;
  pointer-events: all;
}
.head .center-nav .navList .navItem.on .dropDownNav {
  display: none !important;
  pointer-events: none;
}
.head .center-nav .navList .navItem.on h3 a {
  color: #ed1c24;
}
.head .center-nav .navList .navItem.on h3 a::before {
  width: 100%;
}
.head.hideHead {
  opacity: 0;
  -webkit-transform: translate(0, -80px);
  -moz-transform: translate(0, -80px);
  -ms-transform: translate(0, -80px);
  -o-transform: translate(0, -80px);
  transform: translate(0, -80px);
}
.head.navBlack .center-nav .navList .navItem .dropDownNav {
  background: rgba(0, 0, 0, 0.35);
}
.head.navBlack .center-nav .navList .navItem .dropDownNav .secondItem a {
  color: #fff;
}
.head.newHead::before {
  z-index: 5;
  content: "";
  display: block;
  width: 100%;
  position: fixed;
  left: 0;
  height: 100px;
  background: #fff;
  top: 80px;
  opacity: 1;
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  pointer-events: none;
}
.head.newHead .secondNav {
  -webkit-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.head.newHead .header {
  position: relative;
  z-index: 100;
}
.head.newHead .center-nav .navList .navItem {
  position: relative;
  z-index: 10;
}
.head.newHead .center-nav .navList .navItem::before {
  pointer-events: none;
  content: "";
  display: block;
  width: 100%;
  position: fixed;
  left: 0;
  height: 100px;
  top: 100%;
}
.head.newHead .center-nav .navList .navItem .dropItem {
  opacity: 0;
  margin-top: -15px;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 100%;
  white-space: nowrap;
  padding: 30px 0;
}
.head.newHead .center-nav .navList .navItem .dropItem a {
  color: #fff;
  font-size: 14px;
  display: inline-block;
  line-height: 40px;
  margin: 0 20px;
  position: relative;
  -webkit-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.head.newHead .center-nav .navList .navItem .dropItem a::before {
  content: "";
  display: block;
  width: 0%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0px;
  -webkit-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  height: 2px;
  background-color: #ed1c24;
}
.head.newHead .center-nav .navList .navItem .dropItem a.hover {
  color: #ed1c24;
}
.head.newHead .center-nav .navList .navItem .dropItem a.hover::before {
  width: 100%;
}
.head.newHead .center-nav .navList .navItem.hover::before {
  pointer-events: all;
}
.head.newHead .center-nav .navList .navItem.hover .dropItem {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  -webkit-transition: all 0.3s 0.1s ease-out;
  -o-transition: all 0.3s 0.1s ease-out;
  -moz-transition: all 0.3s 0.1s ease-out;
  transition: all 0.3s 0.1s ease-out;
}
.head.newHead.newH0::before {
  height: 60px;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transform: translate(0, 0%);
  -moz-transform: translate(0, 0%);
  -ms-transform: translate(0, 0%);
  -o-transform: translate(0, 0%);
  transform: translate(0, 0%);
}
.head.newHead.newH0 .center-nav .navList .navItem::before {
  height: 60px;
}
.head.newHead.newH0 .center-nav .navList .navItem .dropItem {
  padding: 10px 0;
  margin-top: 0;
}
.head.newHead.showNav::before {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  pointer-events: auto;
}
.head.newHead.showNav .secondNav {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.cate-list {
  text-align: center;
  height: 54px;
  position: relative;
  border-bottom: 1px solid #cececf;
}
.cate-list ul {
  display: inline-block;
  height: 54px;
  padding: 0;
  margin: 0;
}
.cate-list ul li {
  float: left;
  padding: 20px 0;
  font-size: 14px;
  line-height: 14px;
}
.cate-list ul li .second-wrap {
  display: none;
}
.cate-list ul li .second-wrap.second-show {
  display: block;
}
.cate-list ul li .second-wrap .children-wrap {
  width: 100%;
  padding: 30px 0;
  overflow: hidden;
  margin: 0 auto;
  position: absolute;
  top: 54px;
  left: 0;
  background: #fff;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2);
  z-index: 26;
}
.cate-list ul li .second-wrap .children-wrap .container-fluid {
  padding: 0 83px;
}
.cate-list ul li .second-wrap .children-wrap .container-fluid .text-uppercase {
  font-size: 16px;
  line-height: 30px;
  color: #000;
  font-weight: bold;
  padding-top: 10px;
}
.cate-list ul li .second-wrap .children-wrap .container-fluid .figure-title {
  line-height: 30px;
  font-size: 12px;
  color: #6e6e73;
}
.cate-list ul li .second-wrap .children-wrap .container-fluid .ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 80%;
  margin: 0 auto;
}
.cate-list ul li .cate-txt {
  color: #6e6e73;
  padding: 0 20px;
  border: 0;
  display: inline;
  border-right: 1px solid #d2d2d7;
}
.cate-list ul li .cate-txt:hover {
  color: #d80522;
}
.cate-list ul li:last-child .cate-txt {
  border-right: 0;
}
.cate-list ul li .active {
  background: #ed1c24;
  color: #fff;
  padding: 0 5px;
  border-radius: 5px;
}
.cate-list ul li .active:hover {
  color: #fff;
}
.cate-banner {
  width: 100%;
  height: 39.5vw;
}
#carousel-example-generic {
  height: 100%;
}
#carousel-example-generic .carousel-indicators {
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
#carousel-example-generic .carousel-indicators li {
  width: 39px;
  height: 3px;
  background: rgba(204, 204, 204, 0.5);
  border-radius: 0;
  border: 0;
  margin: 0;
  margin-right: 10px;
}
#carousel-example-generic .carousel-indicators .active {
  background: #d80522;
}
#carousel-example-generic .carousel-inner {
  width: 100%;
  height: 100%;
}
#carousel-example-generic .carousel-inner .item {
  height: 100%;
}
#carousel-example-generic .carousel-inner .item a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0px;
  bottom: 0px;
}
#carousel-example-generic .carousel-inner .item a .play_video {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-top: -25px;
  z-index: 999;
}
#carousel-example-generic .carousel-inner .item .bname {
  width: 100%;
  position: absolute;
  left: 0;
  top: 20px;
  font-size: 26px;
  line-height: 34px;
  color: #000;
  font-weight: bold;
  text-align: center;
}
#carousel-example-generic .carousel-inner .item .brief {
  width: 100%;
  position: absolute;
  left: 0;
  top: 54px;
  font-size: 18px;
  line-height: 28px;
  color: #000;
  text-align: center;
}
#carousel-example-generic .carousel-inner .item .more {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 86px;
  padding: 5px 12px;
  font-size: 12px;
  color: #fff;
  background: #d80522;
  border-radius: 14px;
  cursor: pointer;
}
#carousel-example-generic .carousel-control span {
  opacity: 1;
  position: absolute;
  top: 50%;
  margin-top: -15px;
}
#carousel-example-generic .carousel-control:focus,
#carousel-example-generic .carousel-control:hover {
  opacity: 1;
}
#carousel-example-generic .carousel-control.left {
  background: none;
}
#carousel-example-generic .carousel-control.right {
  background: none;
}
#carousel-example-generic .carousel-control .control-left {
  left: 83px;
}
#carousel-example-generic .carousel-control .control-left::before {
  content: "";
  border: solid #cccccc;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
#carousel-example-generic .carousel-control .control-right {
  right: 83px;
}
#carousel-example-generic .carousel-control .control-right::before {
  content: "";
  border: solid #cccccc;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.my-mask {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  z-index: 1500;
  background-color: #000000;
  opacity: 0.5;
}
.erwm-content {
  position: fixed;
  top: 50%;
  left: 50%;
  height: 400px;
  background-color: #fff;
  z-index: 1502;
  transform: translate(-50%, -50%);
  padding: 40px;
}
.erwm-content .erwm-close {
  width: 100%;
  height: 30px;
  background: url("https://www.konka.com/themes/pc/konka/images/close.png")
    no-repeat right center;
  background-size: 10px 10px;
}
.erwm-content .erwm-title {
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  color: #000000;
  line-height: 36px;
}
.erwm-content .erwm-list {
  display: flex;
  justify-content: space-between;
  text-align: center;
  font-size: 16px;
  color: #6e6e73;
  padding-top: 30px;
}
.erwm-content .erwm-list .item img {
  display: block;
  width: 160px;
  height: 160px;
}
.erwm-content .erwm-list .item p {
  padding: 20px 0;
}
html[lang="en"] body {
  font-family: "Segoe UI", Arial, "Microsoft YaHei UI", sans-serif;
}
html[lang="en"] .head .center-nav,
html[lang="zh-CN"] .head .center-nav,
html[lang="ru"] .head .center-nav {
  margin-left: 36px;
}
html[lang="en"] .head .center-nav .navList .navItem,
html[lang="zh-CN"] .head .center-nav .navList .navItem,
html[lang="ru"] .head .center-nav .navList .navItem {
  margin-right: 20px;
}
html[lang="en"] .head .center-nav .navList .navItem h3,
html[lang="zh-CN"] .head .center-nav .navList .navItem h3,
html[lang="ru"] .head .center-nav .navList .navItem h3 {
  font-size: 15px;
}
html[lang="en"] .head .center-nav .navList .navItem h3 a,
html[lang="zh-CN"] .head .center-nav .navList .navItem h3 a,
html[lang="ru"] .head .center-nav .navList .navItem h3 a {
  letter-spacing: 0;
}
html[lang="en"] .head .right-nav .fastSet a,
html[lang="zh-CN"] .head .right-nav .fastSet a,
html[lang="ru"] .head .right-nav .fastSet a {
  font-size: 12px;
}
html[lang="en"] .head .brand-b2,
html[lang="zh-CN"] .head .brand-b2,
html[lang="ru"] .head .brand-b2 {
  margin-left: 12px;
  margin-right: 12px;
}
html[lang="en"] .head .right-nav .fastSet .lang-switcher,
html[lang="zh-CN"] .head .right-nav .fastSet .lang-switcher,
html[lang="ru"] .head .right-nav .fastSet .lang-switcher {
  margin-left: 12px;
  padding-left: 12px;
  gap: 8px;
}
html[lang="en"] .site-footer .footer-links dl dd,
html[lang="en"] .site-footer .footer-links dl dt,
html[lang="en"] .for-footer .for-link p,
html[lang="en"] .erwm-content .erwm-title {
  word-break: break-word;
}
html[lang="en"] .erwm-content .erwm-title {
  font-size: 22px;
  line-height: 32px;
}
@media (max-width: 1140px) {
  .head.newHead .header {
    padding: 0 60px;
  }
  .head .center-nav {
    margin-left: 36px;
  }
  .head .brand-b2 {
    flex-basis: 112px;
    min-width: 112px;
    margin-left: 12px;
    margin-right: 12px;
  }
  .head .brand-b2 img {
    width: auto;
    height: auto;
    max-width: 112px;
    max-height: 18px;
  }
}
@media (max-width: 1280px) {
  html[lang="en"] .head.newHead .header {
    padding: 0 40px;
  }
  html[lang="ru"] .head.newHead .header {
    padding: 0 40px;
  }
  html[lang="en"] .head .center-nav,
  html[lang="zh-CN"] .head .center-nav,
  html[lang="ru"] .head .center-nav {
    margin-left: 20px;
  }
  html[lang="en"] .head .center-nav .navList .navItem,
  html[lang="zh-CN"] .head .center-nav .navList .navItem,
  html[lang="ru"] .head .center-nav .navList .navItem {
    margin-right: 12px;
  }
  html[lang="en"] .head .center-nav .navList .navItem h3,
  html[lang="zh-CN"] .head .center-nav .navList .navItem h3,
  html[lang="ru"] .head .center-nav .navList .navItem h3 {
    font-size: 15px;
  }
  html[lang="en"] .head .brand-b2,
  html[lang="zh-CN"] .head .brand-b2,
  html[lang="ru"] .head .brand-b2 {
    flex-basis: 96px;
    min-width: 96px;
    margin-left: 8px;
    margin-right: 8px;
  }
  html[lang="en"] .head .brand-b2 img,
  html[lang="zh-CN"] .head .brand-b2 img,
  html[lang="ru"] .head .brand-b2 img {
    max-width: 96px;
    max-height: 16px;
  }
  html[lang="en"] .head .right-nav .fastSet .lang-switcher,
  html[lang="zh-CN"] .head .right-nav .fastSet .lang-switcher,
  html[lang="ru"] .head .right-nav .fastSet .lang-switcher {
    margin-left: 10px;
    padding-left: 10px;
    gap: 6px;
  }
  html[lang="en"] .head .right-nav .fastSet a.iconImg,
  html[lang="zh-CN"] .head .right-nav .fastSet a.iconImg,
  html[lang="ru"] .head .right-nav .fastSet a.iconImg {
    margin-left: 10px;
  }
}
@media (max-width: 1140px) {
  html[lang="en"] .head.newHead .header {
    padding: 0 24px;
  }
  html[lang="ru"] .head.newHead .header {
    padding: 0 24px;
  }
  html[lang="en"] .head .center-nav,
  html[lang="zh-CN"] .head .center-nav,
  html[lang="ru"] .head .center-nav {
    margin-left: 10px;
  }
  html[lang="en"] .head .center-nav .navList .navItem,
  html[lang="zh-CN"] .head .center-nav .navList .navItem,
  html[lang="ru"] .head .center-nav .navList .navItem {
    margin-right: 8px;
  }
  html[lang="en"] .head .center-nav .navList .navItem h3,
  html[lang="zh-CN"] .head .center-nav .navList .navItem h3,
  html[lang="ru"] .head .center-nav .navList .navItem h3 {
    font-size: 15px;
  }
  html[lang="en"] .head .brand-b2,
  html[lang="zh-CN"] .head .brand-b2,
  html[lang="ru"] .head .brand-b2 {
    flex-basis: 82px;
    min-width: 82px;
    margin-left: 6px;
    margin-right: 6px;
  }
  html[lang="en"] .head .brand-b2 img,
  html[lang="zh-CN"] .head .brand-b2 img,
  html[lang="ru"] .head .brand-b2 img {
    max-width: 82px;
    max-height: 14px;
  }
  html[lang="en"] .head .right-nav,
  html[lang="zh-CN"] .head .right-nav,
  html[lang="ru"] .head .right-nav {
    flex: 0 0 auto;
  }
  html[lang="en"] .head .right-nav .fastSet .lang-switcher,
  html[lang="zh-CN"] .head .right-nav .fastSet .lang-switcher,
  html[lang="ru"] .head .right-nav .fastSet .lang-switcher {
    margin-left: 8px;
    padding-left: 8px;
    gap: 4px;
  }
  html[lang="en"] .head .right-nav .fastSet .lang-switcher__btn {
    min-width: 22px;
    font-size: 12px;
  }
  html[lang="ru"] .head .right-nav .fastSet .lang-switcher__btn {
    min-width: 22px;
    font-size: 12px;
  }
  html[lang="en"] .head .right-nav .fastSet a.iconImg,
  html[lang="zh-CN"] .head .right-nav .fastSet a.iconImg,
  html[lang="ru"] .head .right-nav .fastSet a.iconImg {
    margin-left: 8px;
  }
}
