@charset "UTF-8";
@import url("./lib.css");
@import url("./rem.css");
@import url("./animate.min.css");
@import url("../fonts/iconfont.css");
@import url("./transform.css");
:root {
  --color: #0E589D;
}

@font-face {
  font-family: 'DIN';
  src: url("../fonts/DINALTERNATE.otf");
}

.radius,
.radius img {
  border-radius: 1rem;
}

.item-pic {
  overflow: hidden;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 222;
  background: #fff;
}

.header .logo img {
  max-width: 18.8rem;
}

.header .nav li {
  margin-left: 7rem;
  position: relative;
}

.header .nav li .v1 {
  position: relative;
  height: 9.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header .nav li .v1::after {
  content: "";
  width: 0;
  height: .4rem;
  transition: all ease .3s;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 21;
  transform: translateX(-50%);
  background: var(--color);
}

.header .nav li .v2 {
  position: fixed;
  left: 52%;
  transform: translateX(-50%);
  opacity: 0;
  top: 10rem;
  height: 0;
  width: 100rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.8);
  padding: 0 2.5rem;
  display: flex !important;
  text-align: center;
  visibility: hidden;
  transition: all ease .3s;
}

.header .nav li .v2 li {
  white-space: nowrap;
  margin: 0 2rem;
  display: flex;
    align-items: center;
}
}

.header .nav li .v2 li a {
  padding: 2.8rem 0;
  display: block;
}

.header .nav li .v2 li:hover a {
  color: var(--color);
}

.header .nav li .v2.show {
  visibility: visible;
  opacity: 1;
  height:10rem;
}

.header .nav li.lang {
  margin-left: 0;
}

.header .nav li.lang .v1 span {
  margin: 0 1.3rem 0 1rem;
}

.header .nav li.lang .v1 i {
  font-size: 2rem;
  color: #333;
}

.header .nav li.lang .v1 i.icon-down {
  font-size: 1.3rem;
  font-weight: bold;
  color: #333;
}

.header .nav li.lang .v1::before, .header .nav li.lang .v1::after {
  display: none;
}

.header .nav li.lang .v2 {
  position: absolute;
  width: 15rem;
  display: block !important;
  padding: 1rem;
  left: 50%;
}

.header .nav li.lang .v2 li {
  width: 100%;
  margin: 0;
}

.header .nav li.lang .v2 li a {
  padding: 0.8rem 0;
}

.header .nav li.lang .show {
  top: 100% !important;
  height: 10rem;
}

.header .nav li:hover .v1::after {
  width: 3.9rem;
}

.header .nav li.on .v1 {
  color: var(--color);
}

.header .nav .search {
  margin: 0 2rem 0 7rem;
  position: relative;
  padding-right: 2.3rem;
}

.header .nav .search .v1 i {
  font-size: 2.2rem;
}

.header .nav .search .v1::after {
  display: none;
}

.header .nav .search .v2 {
  position: absolute;
  width: 32rem;
  justify-content: space-between;
}

.header .nav .search .v2.show {
  height: 5.5rem;
}

.header .nav .search .v2 form {
  width: 100%;
}

.header .nav .search::after {
  content: "";
  width: 1px;
  height: 1.3rem;
  background: #333;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.header .nav .search .search-down {
  width: 32.6rem;
  height: 5.5rem;
  padding: 0 2rem;
  top: 100% !important;
  background: #f2eeea;
}

.header .nav .search .search-down input {
  flex: 1;
  background: none;
  overflow: hidden;
}

.header .nav .search .search-down button {
  width: 3rem;
  height: 5.5rem;
  margin-left: .6rem;
  background: none;
}

.header .nav .search .search-down button i {
  font-size: 2rem;
  font-weight: bold;
}

.header.fix {
  box-shadow: 0px 0px .6rem 0px #ccc;
}

.header.fix .d1 .v2 {
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.175) !important;
}

.footer {
  border-top: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
  padding: 5.3rem 0;
}

.footer .footer-logo img {
  max-width: 26.4rem;
}

.footer .tel {
  margin: 4.5rem 0 1.5rem;
}

.footer .tel .phone {
  color: var(--color);
}

.footer .share li {
  margin-right: 1.2rem;
  position: relative;
}

.footer .share li a {
  width: 26px;
  height: 26px;
  background: #272636;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.footer .share li a i {
  font-size: 16px;
}

.footer .share li .qrcode {
  position: absolute;
  width: 12rem;
  left: 50%;
  bottom: 4rem;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.175) !important;
  transform: translateX(-50%);
  background: #fff;
  display: none;
  padding: 5px;
}

.footer .share li .qrcode img {
  display: block;
}

.footer .share li .qrcode::before {
  content: "";
  border: 1rem solid transparent;
  border-top: 1rem solid #fff;
  position: absolute;
  bottom: -1.8rem;
  left: 50%;
  transform: translateX(-50%);
}

.footer .share li:hover a {
  background: var(--color);
}

.footer .share li:hover .qrcode {
  display: block;
}

.footer .footer-nav li .tit {
  font-weight: bold;
  margin-bottom: 2rem;
}

.footer .footer-nav li ul li {
line-height:1.2;
  margin: 10px 0;
}

.footer .footer-nav li ul li a {
  color: #666;
}

.footer .footer-nav li ul li:hover a {
  color: var(--color);
}

.bottom {
  padding: 3.6rem 0;
  color: #999;
}

.bottom a {
  color: #999;
}

.bottom a:hover {
  color: var(--color);
}

.bottom .link {
  margin-right: -1.5rem;
}

.bottom .link a {
  margin: 0 1.5rem;
}

.tkg {
  height: 10rem;
}

@media (max-width: 980px) {
  .tkg {
    height: 60px;
  }
  /* 手机菜单 */
  .headerm {
    padding: 10px 15px;
    position: relative;
  }
  .headerm .lang {
    margin-right: 5rem;
    font-size: 16px;
  }
  .headerm .lang i {
    font-size: 18px;
    margin-right: 6px;
  }
  .headerm .logo img {
    max-width: 130px;
  }
  .headerm .navbtnm {
    width: 24px;
    height: 22px;
    position: absolute;
    right: 15px;
    top: 46%;
    transform: translateY(-50%);
    z-index: 1;
    text-align: center;
  }
  .headerm .navbtnm i {
    font-size: 26px;
    transition: 0.3s;
    color: #333;
  }
  .navShow .big-nav {
    opacity: 1;
    visibility: visible;
    right: 0;
  }
  .navShow .headerm .navbtnm i:before {
    content: "\e60e";
    font-size: 26px;
    color: #333;
  }
  .big-nav {
    position: fixed;
    z-index: 49;
    top: 0;
    right: -100%;
    background-size: cover;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    height: auto;
    width: 100%;
    overflow-y: auto;
  }
  .big-nav .scroll {
    width: 100%;
    border-top: 1px solid #ddd;
    position: fixed;
    top: 58px;
    z-index: 22;
    background: #fff;
    padding-bottom: 15px;
    height: 100%;
  }
  .big-nav .scroll li {
    width: 100%;
    text-align: left;
    padding-top: 0;
    border-bottom: rgba(238, 238, 238, 0.8) solid 1px;
  }
  .big-nav .scroll li a {
    color: #333;
  }
  .big-nav .scroll li h2 {
    font-size: 16px;
    line-height: 50px;
    font-weight: normal;
    padding: 0 10px 0 15px;
    position: relative;
  }
  .big-nav .scroll li h2 .link a {
    display: block;
    font-size: 16px;
    width: calc(100% - 45px);
  }
  .big-nav .scroll li h2 .link i {
    width: 35px;
    text-align: center;
    margin-left: 20px;
    font-size: 14px;
    transition: all ease .3s;
  }
  .big-nav .scroll li .v2 {
    padding: 0 15px 10px 25px;
    display: none;
  }
  .big-nav .scroll li .v2 li {
    font-size: 15px;
	margin:12px 0;
    border: 0;
  }
  .big-nav .scroll li .v2 li a {
	display:block;
	line-height:1.3;
    color: #333;
  }
  .big-nav .scroll li.on h2 a {
    color: var(--color);
  }
  .big-nav .scroll li.on h2 i {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
  }
  .search {
    padding: 10px 15px 0 10px;
    width: 100%;
  }
  .search form {
    border: 1px solid #eee;
    border-radius: 8px;
    margin-top: 15px;
    padding: 0 10px;
  }
  .search form input {
    background: none;
    height: 35px;
    flex: 1;
    line-height: 35px;
  }
  .search form button {
    background: none;
    width: 35px;
  }
  .search form button i {
    font-size: 22px;
    color: #666;
  }
  .footer {
    padding: 3.5rem 0 2rem 0;
  }
  .footer .footer-logo img {
    max-width: 130px;
  }
  .footer .tel {
    margin: 3rem 0 1rem;
  }
  .footer .share li a {
    width: 35px;
    height: 35px;
  }
  .footer .share li a i {
    font-size: 20px;
  }
  .footer .share li .qrcode {
    bottom: 5.3rem;
  }
  .footer .footer-nav {
    margin-top: 2rem;
  }
  .footer .footer-nav li {
    width: 100%;
    border-bottom: 1px solid #eee;
  }
  .footer .footer-nav li .tit {
    font-size: 15px;
    height: 45px;
    line-height: 45px;
    margin-bottom: 0;
    position: relative;
  }
  .footer .footer-nav li .tit i {
    width: 35px;
    height: 35px;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 14px;
    background-image: url("../../img/icon_jia.png");
  }
  .footer .footer-nav li ul {
    display: none;
  }
  .footer .footer-nav li ul li {
    border: 0;
  }
  .footer .footer-nav li:last-child {
    border-bottom: 0;
  }
  .footer .footer-nav li.on .tit i {
    background-image: url("../../img/icon_jian.png");
  }
  .bottom {
    padding: 18px 0;
    text-align: center;
  }
  .bottom .link {
    margin: 9px 0 0 0;
    text-align: center;
    width: 100%;
  }
  .bottom .link a {
    margin: 2px 4px;
  }
}
