/* 昆明竹鹿科技 汤武 1152131538@qq.com  */
@import url('https://at.alicdn.com/t/font_1439687_513g543cshn.css');
@import url('../fonts/font.css');
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
}
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
::-webkit-scrollbar-track {
  background: #fff;
}
html {
  overflow-x: hidden;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", STHeiti, "Microsoft Yahei", Tahoma, Simsun, sans-serif;
  font-size: 14px;
  -ms-overflow-style: scrollbar;
  overflow-x: inherit!important;
  overflow-y: hidden;
}
body {
  -webkit-overflow-scrolling: touch!important;
  overflow-scrolling: touch!important;
  overflow: auto;
  height: auto!important;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
input,
button,
select,
textarea {
  outline: none;
  resize: none;
  -webkit-appearance: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}
input[type="number"] {
  -moz-appearance: textfield;
}
textarea {
  resize: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
li {
  list-style: none;
}
caption,
th {
  text-align: left;
}
th {
  vertical-align: baseline;
}
* {
  outline: none;
}
i {
  font-style: normal;
}
input,
button {
  border: none;
}
select {
  /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
  border: solid 1px #fff;
  /*很关键：将默认的select选择框样式清除*/
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
html a {
  text-decoration: none;
  color: #333;
}
img {
  width: 100%;
  display: block;
  height: auto;
}
/* 自定义公共样式 */
.w {
  max-width: 1920px;
  padding: 0 10%;
  margin: auto;
}
.en-font {
  font-family: "font";
}
.not-ready {
  overflow: hidden;
}
.ov-1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ov-2 {
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.more-btn {
  display: inline-block;
  padding: 0.875rem 2.5rem;
  background: #0d5ed7;
  border-radius: 50px;
  color: #fff;
  border: 0;
}
.more-btn a {
  color: #fff;
}
.more-btn::before {
  border-radius: 50px;
  opacity: 0.7;
}
.more-btn:hover {
  background-color: #0d5ed7;
}
.row {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}
/* 垂直居中 */
.align-c {
  align-items: center;
}
/* 左右 */
.l-r {
  justify-content: space-between;
}
.col {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
}
.row-lg2 {
  flex: 0 0 20%;
}
.row-lg4 {
  flex: 0 0 40%;
}
.row-lg5 {
  flex: 0 0 50%;
}
.row-lg6 {
  flex: 0 0 60%;
}
.row-lg8 {
  flex: 0 0 80%;
}
/* 导航栏 */
body {
  padding-top: 82px;
}
.header-pc {
  background: #fff;
  position: fixed;
  transition: 0.3s ease;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.03);
}
.header-pc .l {
  width: 300px;
}
.header-pc .r li {
  position: relative;
}
.header-pc .r li a {
  display: inline-block;
  color: #333;
  font-size: 16px;
  padding: 30px 26px;
  cursor: pointer;
  border: 0;
  border-radius: 0;
}
.header-pc .r li a span {
  padding: 0;
  color: #fff;
}
.header-pc .r li .menu {
  position: absolute;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  top: 100%;
  width: 100%;
  transition: 0.5s;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.03);
}
.header-pc .r li .menu .list {
  background: #fff;
  transition: 0.3S;
}
.header-pc .r li .menu .list a {
  position: relative;
  padding: 0.875rem 0;
  display: block;
  z-index: 1;
  text-align: center;
  color: #333333;
  transition: 0.3s;
}
.header-pc .r li .menu .list a:hover {
  transform: translateX(2px);
}
.header-pc .r li .menu .list .Nina::before {
  line-height: 2rem;
}
.header-pc .r li .menu .list:hover a {
  color: #0d5ed7;
}
.header-pc .r li:hover a .tit {
  color: #0d5ed7;
}
.header-pc .r li:hover .menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.header-pc .r li:hover .tit.Nina::before {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  opacity: 0;
}
.header-pc .r li.active a .tit {
  color: #0d5ed7;
}
.header-mobiel {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 999;
}
.header-mobiel .mask {
  position: fixed;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.24);
  display: none;
}
.header-mobiel .content {
  width: 100%;
  transition: transform 0.4s ease;
  position: relative;
  box-shadow: 0 0px 3px 0 rgba(0, 0, 0, 0.14);
  z-index: 1;
}
.header-mobiel .content .header {
  position: absolute;
  width: 100%;
  height: 45px;
  line-height: 45px;
  background-color: #fff;
  box-shadow: 0 0px 48px 0 rgba(0, 0, 0, 0.01);
  z-index: 20;
  top: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
}
.header-mobiel .content .header .logo {
  height: 60%;
  position: relative;
  display: inline-block;
}
.header-mobiel .content .header .logo img {
  height: 100%;
  width: auto;
}
.header-mobiel .content .header .menu {
  background: center center no-repeat transparent;
  display: block;
  width: 25px;
  height: 25px;
  margin: 10px;
}
.header-mobiel .content .header .menu .lcbody {
  width: 25px;
  height: 25px;
  position: relative;
  transform: translateZ(0) rotate(0);
  transition: transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.header-mobiel .content .header .menu .lcbody .lcitem {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateZ(0) rotate(0);
  transition: 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0s;
  width: 25px;
  height: 25px;
}
.header-mobiel .content .header .menu .lcbody .lcitem .rect {
  width: 25px;
  height: 1px;
  background: #999;
  position: absolute;
  left: 0;
  top: 14px;
  transition: transform 0.2s ease 0.2s;
}
.header-mobiel .content .header .menu .lcbody .lcitem .top {
  transform: translate3d(0, -6px, 0);
}
.header-mobiel .content .header .menu .lcbody .lcitem .bottom {
  transform: translate3d(0, 6px, 0);
}
.header-mobiel .content .header .menu.open .lcbody {
  transform: translateZ(0) rotate(90deg);
}
.header-mobiel .content .header .menu.open .lcbody .lcitem {
  transform: translateZ(0) translateX(2px) translateY(1px) rotate(45deg);
  transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0s;
}
.header-mobiel .content .header .menu.open .lcbody .lcitem .rect {
  transition: transform 0.2s ease 0.2s;
  transform: translate3d(0, 0, 0);
}
.header-mobiel .content .header .menu.open .lcbody .lcitem.bottom {
  transform: translateZ(0) rotate(-45deg);
}
.header-mobiel .content-mm {
  transform: translate(80%, 0);
}
.header-mobiel .slider-nav {
  transition: all 0.4s ease;
  width: 80%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: -80%;
  background-color: #f4f4f4;
}
.header-mobiel .slider-nav .nav-active {
  transform: translate3d(-80%, 0, 0);
}
.header-mobiel .slider-nav .nav {
  padding-bottom: 20px;
  transition: 0.3s ease;
  position: relative;
  height: 100%;
}
.header-mobiel .slider-nav .nav .nav-item {
  position: relative;
}
.header-mobiel .slider-nav .nav .nav-item a {
  padding: 14px 10px 14px 20px;
  color: #999;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 20px;
  display: block;
  margin: 0;
  font-size: 14px;
}
.header-mobiel .slider-nav .nav .nav-item a:active {
  background-color: #fff;
  color: #333;
}
.header-mobiel .slider-nav .nav .nav-item .active {
  background-color: #fff;
  color: #333;
}
.header-mobiel .slider-nav .nav .nav-item i {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 16px;
  color: #999;
}
.header-mobiel .slider-nav .nav .nav-item .i-active {
  color: #333;
}
.header-mobiel .slider-nav .nav .nav-item:after {
  content: '';
  height: 1px;
  background-color: #eaeaea;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.header-mobiel .slider-nav .nav .moveFoot {
  position: absolute;
  padding-top: 10px;
  padding-bottom: 5px;
  left: 0;
  bottom: 0;
  width: 100%;
  box-shadow: 1px -2px 15px 0px #ddd;
}
.header-mobiel .slider-nav .nav .moveFoot .search {
  height: 2rem;
  overflow: hidden;
  position: relative;
  line-height: 2rem;
  margin: 0px 0.75rem 0.4rem 0.75rem;
}
.header-mobiel .slider-nav .nav .moveFoot .search .searchDiv {
  flex: 1;
  overflow: hidden;
}
.header-mobiel .slider-nav .nav .moveFoot .search .searchDiv .searchInp2 {
  display: block;
  width: 100%;
  height: 2rem;
  padding: 5px 10px;
  padding-right: 2rem;
  overflow: hidden;
  line-height: 2rem;
  border: none;
  background: none;
  outline: none;
  font-size: 0.6rem;
  color: #666;
}
.header-mobiel .slider-nav .nav .moveFoot .search .searchBt {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 2rem;
  height: 2rem;
  overflow: hidden;
  font-size: 1.125rem;
  color: #0d5ed7;
  font-weight: 600;
}
.header-mobiel .slider-nav .nav .moveFoot .search:after {
  display: block;
  content: "";
  overflow: hidden;
  width: 100%;
  height: 1px;
  background: #0d5ed7;
  position: absolute;
  left: 0px;
  bottom: 0px;
  -webkit-transform: scaleY(0.5);
  -ms-transform: scaleY(0.5);
  -o-transform: scaleY(0.5);
  transform: scaleY(0.5);
}
.header-mobiel .slider-nav .nav-list-box {
  background: inherit;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  transition: transform 0.4s ease;
  transform: translate3d(100%, 0, 0) scaleX(0);
}
.header-mobiel .slider-nav .nav-list-box .nav-list {
  display: none;
}
.header-mobiel .slider-nav .nav-list-box .nav-list-active {
  display: block;
}
.header-mobiel .slider-nav .nav-list-box .nav-title {
  background-color: #fff;
  border-color: #f5f5f5;
  border-bottom: 1px solid transparent;
  text-align: center;
  line-height: 20px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.header-mobiel .slider-nav .nav-list-box .nav-title i {
  left: 0;
  color: #333;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  transform: rotate(180deg);
  top: 0;
  z-index: 1;
  cursor: pointer;
}
.header-mobiel .slider-nav .nav-list-box .nav-title span {
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  line-height: 40px;
}
.header-mobiel .slider-nav .nav-list-box .subnav {
  margin-top: 40px;
  font-size: 14px;
}
.header-mobiel .slider-nav .nav-list-box .subnav li {
  padding: 0 15px;
  position: relative;
  display: block;
  color: #666;
}
.header-mobiel .slider-nav .nav-list-box .subnav li a {
  padding: 14px 10px 14px 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: inherit;
  line-height: 20px;
  display: block;
  margin: 0;
}
.header-mobiel .slider-nav .nav-list-box .subnav li:active {
  color: #333;
  background-color: #fff;
}
.header-mobiel .slider-nav .nav-list-box .subnav li:after {
  content: '';
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-color: rgba(0, 0, 0, 0.1);
}
.header-mobiel .slider-nav .nav-list-box-active {
  transform: translate3d(0, 0, 0) scaleX(1);
}
.header-mobiel .slider-nav-mm {
  left: 0;
}
.suspended2 {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 10;
}
.suspended2 .list ul li {
  position: relative;
  transition: all 0.4s cubic-bezier(0.2, 0.83, 0.42, 0.91);
}
.suspended2 .list ul li .icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #0d5ed7;
  color: #fff;
  transition: all 0.4s cubic-bezier(0.2, 0.83, 0.42, 0.91);
  position: relative;
  z-index: 1;
}
.suspended2 .list ul li .icon i {
  font-size: 24px;
}
.suspended2 .list ul li .txt {
  position: absolute;
  top: 0;
  right: -160px;
  width: 160px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  background: #0d5ed7;
  text-align: center;
  z-index: 0;
  transition: all 0.4s cubic-bezier(0.2, 0.83, 0.42, 0.91);
}
.suspended2 .list ul li:first-child .icon {
  background: #f9891c;
}
.suspended2 .list ul li:first-child .txt {
  background: #f9891c;
}
.suspended2 .list ul li:last-child .icon {
  background: #4c4c4c;
}
.suspended2 .list ul li:last-child .txt {
  background: #4c4c4c;
}
.suspended2 .list ul li:hover {
  transform: translateX(-160px);
}
.suspended2 .list ul li:hover .txt {
  width: 160px;
}
.suspended2 .list ul li.li-img .img {
  position: absolute;
  left: -160px;
  top: 0;
  width: 160px;
  opacity: 0;
  visibility: hidden;
  padding: 10px;
  background: #fff;
  border-radius: 5px;
  transition: all 0.4s ease;
}
.suspended2 .list ul li.li-img:hover {
  transform: translateX(0);
}
.suspended2 .list ul li.li-img:hover .img {
  opacity: 1;
  visibility: visible;
}
.suspended2 .list ul .goTop {
  transform: translateX(100%);
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.2, 0.83, 0.42, 0.91);
}
.suspended2 .list ul .goTop.on {
  transform: translateX(0);
}
.footer {
  background: #333333;
}
.footer .footer-t {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 40px;
  padding-bottom: 20px;
}
.footer .footer-t .l .title {
  width: 300px;
  padding-bottom: 40px;
}
.footer .footer-t .l .info-list p {
  margin-bottom: 15px;
}
.footer .footer-t .l .info-list p * {
  color: #fff;
}
.footer .footer-t .l .info-list p a{
  display: inline-block;
  margin-right: 8px;
}
.footer .footer-t .l .link {
  margin-top: 15px;
}
.footer .footer-t .l .link * {
  color: rgba(255, 255, 255, 0.6);
  display: inline-block;
  transition: 0.3s ease;
}
.footer .footer-t .l .link a {
  margin-right: 8px;
}
.footer .footer-t .l .link a:hover {
  color: #fff;
}
.footer .footer-t .c ul li {
  margin-right: 40px;
}
.footer .footer-t .c ul li .tit {
  font-size: 1rem;
  margin-bottom: 25px;
}
.footer .footer-t .c ul li .tit * {
  display: inline-block;
}
.footer .footer-t .c ul li .tit a {
  color: #fff;
}
.footer .footer-t .c ul li .txt {
  margin-bottom: 10px;
}
.footer .footer-t .c ul li .txt * {
  display: inline-block;
}
.footer .footer-t .c ul li .txt a {
  color: rgba(255, 255, 255, 0.6);
  transition: 0.3s ease;
}
.footer .footer-t .c ul li .txt a:hover {
  color: #fff;
}
.footer .footer-t .c ul li:last-child {
  margin-right: 0;
}
.footer .footer-t .r {
  width: 160px;
}
.footer .footer-t .r .img {
  padding: 8px;
  background: #fff;
}
.footer .footer-t .r .txt {
  margin-top: 8px;
  text-align: center;
  color: #fff;
}
.footer .footer-b {
  padding-top: 15px;
  padding-bottom: 15px;
}
.footer .footer-b * {
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
}
.footer .footer-b .l {
  color: rgba(255, 255, 255, 0.4);
}
.footer .footer-b .r span {
  color: rgba(255, 255, 255, 0.4);
}
.footer .footer-b .r .zleader {
  margin: 0 5px;
  color: rgba(255, 255, 255, 0.6);
}
.footer .footer-b .r .img {
  width: 36px;
}
.common-banner {
  position: relative;
  width: 100%;
  height: 500px;
}
.common-banner .bj {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.common-banner .bj img {
  display: inline-block;
  -webkit-animation: bannerImg 20s linear infinite;
  animation: bannerImg 20s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.common-banner .banner-main {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.common-banner .banner-main h2 {
  font-size: 55px;
  text-align: center;
  color: #fff;
}
.common-banner .banner-main h3 {
  margin-top: 15px;
  font-size: 32px;
  text-align: center;
  color: #fff;
}
.common-banner .banner-main .line {
  margin: 30px 0;
  display: inline-block;
  width: 4px;
  height: 20px;
  background: #fff;
}
.common-banner .banner-main .nav-list ul {
  position: relative;
  justify-content: center;
}
.common-banner .banner-main .nav-list ul li {
  width: 110px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #0d5ed7;
  transition: 0.3s ease;
}
.common-banner .banner-main .nav-list ul li a {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #fff;
  z-index: 3;
}
.common-banner .banner-main .nav-list ul li:hover,
.common-banner .banner-main .nav-list ul li.active {
  background: #f9891c;
}
@-webkit-keyframes bannerImg {
  0% {
    width: 100%;
    height: 100%;
  }
  50% {
    width: 120%;
    height: 120%;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
@keyframes bannerImg {
  0% {
    width: 100%;
    height: 100%;
  }
  50% {
    width: 120%;
    height: 120%;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
.Nina::before {
  text-align: center;
  line-height: 3rem;
}
@media screen and (max-width: 1500px) {
  .footer .footer-t .l {
    width: 400px;
  }
  .footer .footer-t .c ul li {
    margin-right: 10px;
  }
  .footer .footer-t .r {
    width: 120px;
  }
}
@media screen and (max-width: 1440px) {
  .w {
    padding: 0 4%;
  }
}
@media screen and (max-width: 1400px) {
  .Nina::before {
    text-align: center;
    line-height: 2rem;
  }
}
@media screen and (max-width: 1200px) {
  .header-pc .header-c li a {
    padding: 1rem 1rem;
  }
  .header-pc .l {
    width: 250px;
  }
  .header-pc .r li a {
    padding: 24px 18px;
  }
  .footer .footer-t .l {
    width: 360px;
  }
}
@media screen and (max-width: 1024px) {
  body {
    padding-top: 45px;
  }
  .w {
    padding: 0 15px;
  }
  .header-pc {
    display: none;
  }
  .header-mobiel {
    display: block;
  }
  .footer .t .bj {
    justify-content: center;
  }
  .footer .column-list {
    margin-top: 20px;
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .w {
    padding: 0 15px;
  }
  .row-lg5 {
    flex: 0 0 100%;
  }
  .more-btn {
    padding: 0.75rem 2rem;
  }
  .Moema::before {
    top: -15px;
    left: -15px;
    bottom: -15px;
    right: -15px;
  }
  .suspended2 {
    display: none;
  }
  .footer {
    justify-content: center;
  }
  .footer .footer-t {
    padding-top: 1.5rem;
    padding-bottom: 10px;
  }
  .footer .footer-t .l .title {
    width: 240px;
    padding-bottom: 1rem;
  }
  .footer .footer-t .c {
    display: none;
  }
  .footer .footer-t .r {
    margin: auto;
  }
  .footer .footer-t .r .img {
    margin-top: 1rem;
  }
  .common-banner {
    height: 15rem;
  }
  .common-banner .banner-main {
    width: 100%;
  }
  .common-banner .banner-main h2 {
    font-size: 1.375rem;
  }
  .common-banner .banner-main h3 {
    font-size: 1rem;
  }
  .common-banner .banner-main .line {
    margin: 10px 0;
  }
  .common-banner .banner-main .nav-list ul li {
    width: 80px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
  }
}
@media screen and (max-width: 414px) {
  html {
    font-size: 15.8px;
  }
}
@media screen and (max-width: 392px) {
  html {
    font-size: 15.44px;
  }
}
@media screen and (max-width: 385px) {
  html {
    font-size: 15px;
  }
}
@media screen and (max-width: 375px) {
  html {
    font-size: 14.4px;
  }
}
@media screen and (max-width: 359px) {
  html {
    font-size: 12.8px;
  }
}

/*分页*/
.pagination{}
.pagination li{display: inline-block!important;width: auto!important;margin: 0 5px!important;padding: 0!important;background: #fff;transition: .3s ease;}
.pagination li span,.pagination li a{padding:12px 15px!important;display: inline-block;border: 1px solid #cccccc;}
.pagination li.active,.pagination li:hover{background: #0d5ed7;color: #fff;}
.pagination li:hover a{color: #fff;}
.pagination li.disabled:hover {background: #fff;color: #333;}
.pagination li.disabled:hover a{color: #333;}