@charset "utf-8";

select::-ms-expand {
  display: none;
}

input,
select,
textarea {
  box-shadow: none;
  outline: none;
  border: none;
  border-radius: 0;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 0;
}

select::-ms-expand {
  display: none;
}

.els {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
}

.capitalize {
  text-transform: capitalize;
}

.bgimg99 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: no-repeat center/cover;
}

.hide {
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}

/* 头部 */
.head-bg {
  height: 80px;
}

.index .head-bg {
  display: none;
}

header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  padding: 0 35px;
  height: 80px;
  /*background: #000;*/
  background: #292a2f;

  box-sizing: border-box;
  z-index: 99;
}

header .lbheadcon {
  position: relative;
  height: 80px;
  max-width: 1700px;
  margin: 0 auto;
}

header .logo {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 80px;
  line-height: 80px;
  z-index: 3;
}

header .logo img {
  display: inline-block;
}

header nav {
  position: absolute;
  /*width: 850px;*/
  left: 50%;
  margin-left: -350px;
}

header nav li {
  position: relative;
  float: left;
  height: 80px;
  /*margin: 0 15px;*/
  cursor: pointer;
}

header nav li.on a.tit {
  color: #fcd700;
}

header nav li .tit {
  line-height: 80px;
  font-size: 16px;
  color: #8f9093;
  padding: 0 40px;
  text-transform: Uppercase;
  display: block;
}

@media only screen and (max-width: 1300px) {
  header nav li .tit {
    padding: 0 30px;
  }
}

header nav li .nav-son {
  display: none;
  background: #000;
  left: 0;
  width: 100%;
  top: 100%;
  text-align: center;
  padding: 5px 0 10px;
}

header nav li .nav-son a {
  position: relative;
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: 34px;
  margin: 5px 0;
}

header nav li .nav-son a span {
  position: relative;
}

header nav li .nav-son a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #ea5404;
  width: 0;
  transition: width 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

header nav li .nav-son a:hover:before {
  width: 100%;
}

.head-right {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 80px;
  width: 130px;
  display: block;
}

.mhead-right {
  display: none;
  z-index: 3;
}

.sub-menu {
  display: none;
}

.head-right .ser {
  width: 30px;
  height: 80px;
  background: url(../images/ico2.png) no-repeat center;
  float: left;
  cursor: pointer;
  display: block;
}

.mhead-right .lang {
  float: left;
  width: 40px;
  height: 1rem;
  font-size: 16px;
}

.mhead-right .lang a {
  display: block;
  width: 100%;
  height: 100%;
  color: rgba(255, 255, 255, 1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.head-right .lang {
  width: 30px;
  height: 80px;
  line-height: 80px;
  float: left;
  cursor: pointer;
  margin-right: 20px;
  font-size: 18px;
  text-align: center;
}

.head-right .lang a {
  display: block;
  width: 100%;
  height: 100%;
  color: rgba(212, 212, 212, 1);
}

.head-right .userbox {
  width: 30px;
  margin-left: 20px;
  cursor: pointer;
  display: block;
  float: left;
  position: relative;
}

.head-right .userbox .hd {
  width: 30px;
  height: 80px;
  background: url(../images/user.png) no-repeat center;
}

.head-right .userbox .bd {
  display: none;
}

.head-right .userbox .bd {
  width: 100px;
  margin-left: -35px;
  background: #fff;
  font-size: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  line-height: 20px;
  padding: 10px 0;
}

.head-right .userbox .bd a {
  width: 100%;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  color: #333;
  text-align: center;
}

.head-right .userbox:hover .bd {
  display: block;
}

.search-alert {
  position: absolute;
  /*left: 0;*/
  right: 0;
  top: -100%;
  width: 50%;
  height: 100%;
  background: #000;
  z-index: 98;
  transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.search-alert .close {
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/ico_07_1.png) no-repeat center;
  background-size: 24px auto;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 2.6%;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
}

.search-alert .close:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.search-alert .cent-form {
  position: absolute;
  width: 86%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 60px;
  line-height: 60px;
}

.search-alert .cent-form .tex {
  font-size: 16px;
  height: 60px;
  line-height: 60px;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
  color: #fff;
  background: none;
  padding-left: 70px;
  padding-right: 120px;
  background: url(../images/ico2_2.png) no-repeat left center;
}

.search-alert .cent-form .sub-butn {
  border: none;
  width: 120px;
  background: none;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  height: 60px;
  font-size: 16px;
  line-height: 60px;
  color: #fff;
  cursor: pointer;
}

.search-alert.active {
  /*top: 0;*/
  top: 80px;
  right: 0;
}

header .nav-select {
  text-transform: Uppercase;
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0 48px;
  color: #fff;
  transform-origin: 50% 0%;
  transform: perspective(1920px) rotateX(-80deg);
  opacity: 0;
  transition: all 0.3s 0s;
  visibility: hidden;
}

header .nav-select .bgimg99 {
  background: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}

header .nav-select.on {
  visibility: visible;
  transform: perspective(0px) rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  opacity: 1;
  transition: all 0.5s 0s;
}

header .nav-select .nav-list {
  max-width: 1200px;
  color: #333;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

header .nav-select .nav-list .nav-item {
  display: none;
}

header .nav-select .nav-list .nav-item:first-child {
  display: block;
}

header .nav-select .nav-list .item-box {
  padding: 30px 0 50px;
  display: flex;
  flex-wrap: wrap;
}

header .nav-select .nav-list .item-box a {
  text-align: center;
  display: inline-block;
  width: 20%;
  padding: 0 20px;
  box-sizing: border-box;
}

header .nav-select .nav-list .item-box a:last-child {
  border: none;
}

header .nav-select .nav-list .item-box .navpic {
  width: 100%;
  overflow: hidden;
  height: 180px;
  line-height: 180px;
  text-align: center;
}

header .nav-select .nav-list .item-box a img {
  max-width: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

header .nav-select .nav-list .item-box .subtit {
  font-size: 16px;
  display: inline-block;
  font-weight: bold;
  color: #000;
  margin-top: 11px;
  transition: all 0.4s ease;
}

header .nav-select .nav-list .item-box .ms {
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  filter: alpha(opacity=0);
  opacity: 0;
}

header .nav-select .nav-list .item-box .subtit .fa {
  margin-left: 10px;
}

header .nav-select .nav-list .item-box a:hover .subtit .fa {
  color: #ec6a00;
}

header .nav-select .nav-list .item-box a:hover .subtit {
  color: #fbd600;
}

header .nav-select .nav-list .item-box a:hover .ms {
  filter: alpha(opacity=100);
  opacity: 1;
  color: #666;
}

header .nav-select-pro .nav-list .item-box a img {
  max-width: 80%;
}

header .nav-select-aqkj .nav-list .item-box a {
  width: 33.33%;
  padding: 0 20px;
}

header .nav-select-pro .nav-list .item-box a:hover img {
  margin-left: 10px;
}

@font-face {
  font-family: "DINCond-Light";
  src: url("../fonts/DINCond-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "DINAlternateBold";
  src: url("../fonts/DINAlternateBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "DINCondensedBold";
  src: url("../fonts/DINCondensedBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "DINOT-Bold";
  src: url("../fonts/DINOT-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "DINOT-Regular";
  src: url("../fonts/DINOT-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Helvetica";
  src: url("../fonts/Helvetica.ttc") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@media screen and (max-width: 1400px) {
  .ad .ad-tit {
    font-size: 46px;
  }

  .ad .ad-entit {
    font-size: 36px;
  }

  header nav li .nav-son a {
    font-size: 14px;
  }

  header .nav-select .nav-list .item-box {
    padding-top: 14px;
    padding-bottom: 50px;
    margin: 0 -15px;
  }

  header .nav-select .nav-list .item-box .subtit {
    font-size: 16px;
  }

  header .nav-select .nav-list .item-box a {
    margin: 0 15px;
    width: calc(20% - 30px);
  }
}

@media screen and (max-width: 1199px) {
  .ad {
    height: 450px;
  }

  .tit-box .tit {
    font-size: 24px;
  }

  .tit-box .entit {
    font-size: 30px;
  }

  header nav {
    width: 800px;
  }

  header nav li .tit {
    font-size: 16px;
    padding: 0 24px;
  }

  .head-right .head-log .nav-son {
    padding: 30px 0 10px;
  }

  header nav li .nav-son a,
  .head-right .head-log .nav-son a {
    font-size: 14px;
    line-height: 30px;
  }
}

@media screen and (max-width: 993px) {
  footer .fcon {
    font-size: 12px;
  }

  .ad {
    height: 400px;
  }

  .ad .ad-tit {
    font-size: 46px;
  }

  .ad .ad-entit {
    font-size: 36px;
  }

  /*头部*/
  header nav,
  .search-alert,
  .head-right {
    display: none;
  }

  .mhead-right {
    display: block;
    top: 0;
    right: 0;
  }

  .mhead-right .log {
    margin-top: 37px;
    /*width: 27px;*/
    padding-left: 27px;
    height: 31px;
    line-height: 31px;
    background: url(../images/ico1_1.png) no-repeat left center/27px auto;
  }

  .mhead-right .log span {
    color: #fff;
    margin-left: 10px;
  }

  .mhead-right .menu {
    position: relative;
    width: 60px;
    height: 60px;
    top: 0;
    cursor: pointer;
  }

  .mhead-right .menu .lbox {
    position: absolute;
    width: 37px;
    height: 29px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0;
  }

  .mhead-right .menu .lbox .line {
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #fff;
    left: 0;
  }

  .mhead-right .menu .lbox .line1 {
    top: 0;
  }

  .mhead-right .menu .lbox .line2 {
    top: 50%;
  }

  .mhead-right .menu .lbox .line3 {
    top: 100%;
  }

  .mobile-nav .js-m-header {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
  }

  .js-m-header:after {
    content: "";
    margin: 0 0 0 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: 4;
    -webkit-transition: all 0.3s ease-in-out 0.3s;
    transition: all 0.3s ease-in-out 0.3s;
  }

  .js-m-header:before {
    content: "";
    margin: 0 0 0 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #111;
    z-index: 5;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .js-m-header.animate:before,
  .js-m-header.animate:after {
    margin-right: 0;
    right: 0;
    bottom: 0;
    left: 100%;
  }

  .sub-menu {
    width: 100%;
    height: 100vh;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2;
    background: #000;
  }

  .sub-menu ul {
    display: block;
    margin-top: 1rem;
    height: calc(100% - 2rem);
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 0 6.4%;
  }

  .sub-menu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 0.24rem;
  }

  .sub-menu .tit {
    display: block;
    width: 100%;
    padding: 0.3rem 0;
    line-height: 1.2rem;
    color: #fff;
    box-sizing: border-box;
    position: relative;
  }

  .sub-menu .tit {
    line-height: 1.5;
    font-size: 0.32rem;
  }

  .sub-menu .tit a {
    color: #fff;
    text-transform: Uppercase;
  }

  .sub-menu .sub-tit:after {
    content: "";
    display: block;
    width: 0.4rem;
    height: 100%;
    background: url(../images/ico_03_2.png) no-repeat center;
    background-size: 100% auto;
    position: absolute;
    right: 6.4%;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }

  .sub-menu .sub-tit.on {
    color: #ea5404;
  }

  .sub-menu .sub-tit.on:after {
    background: url(../images/ico_03_h.png) no-repeat center;
    background-size: 100% auto;
  }

  .sub-menu .sec-list {
    line-height: 0.8rem;
    padding: 0.15rem 0;
    display: none;
  }

  .sub-menu .search-btn {
    background: url(../images/ico2.png) no-repeat left center;
    background-size: 0.4rem auto;
    padding-left: 0.6rem;
    color: #fff;
    line-height: 1;
  }

  .sub-menu .search-btn input[type="text"] {
    width: 100%;
    background: none;
    color: #fff;
  }

  .sub-menu .search-btn input.sub-butn {
    border: none;
    height: 100%;
    font-size: 0.3rem;
    line-height: 100%;
    color: #555;
    text-align: right;
    background: none;
    font-family: "GOTHICB";
    position: absolute;
    right: 0;
    top: 0;
    /*width: 3.5rem;*/
    text-align: center;
  }

  .sub-menu .sec-list a {
    padding-left: 3%;
    color: #fff;
    opacity: 0.9;
    display: block;
  }

  .sub-menu li:last-child {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  header {
    padding: 0;
  }

  header .lbheadcon {
    height: auto;
  }

  .vidcontainer .closevid {
    width: 24px;
    height: 24px;
    top: 20px;
    right: 20px;
  }

  .ad {
    height: 4.8rem;
  }

  .ad .ad-tit {
    font-size: 0.56rem;
  }

  .ad .ad-entit {
    font-size: 0.42rem;
  }

  .ad .text {
    top: 49%;
  }

  .tit-box .tit {
    font-size: 0.42rem;
  }

  .tit-box .entit {
    font-size: 0.35rem;
  }

  .pcitem {
    display: none !important;
  }

  .mobitem {
    display: block;
  }

  .inner-page-tit {
    font-size: 0.3rem;
  }

  .inner-page-con {
    font-size: 0.24rem;
  }

  .pagination a {
    width: 0.5rem;
    height: 0.5rem;
    line-height: 0.5rem;
    margin: 0 2px;
    font-size: 12px;
  }

  .pagination a.prev,
  .pagination a.next {
    background-size: 0.1rem auto;
  }

  /*公共头尾*/
  #qLoverlay #qLbar {
    display: none;
  }

  header,
  .head-bg {
    height: 1rem;
  }

  header .logo {
    left: 20px;
    height: 100%;
    line-height: 55px;
  }

  header .logo img {
    height: 0.53rem;
  }

  .userhd header .back {
    display: block;
    position: absolute;
    width: 0.13rem;
    height: 100%;
    left: 0.4rem;
    top: 0;
    background: url("../images/back.png") no-repeat center/100% auto;
    z-index: 2;
  }

  header .back {
    display: none;
  }

  .userhd header .logo {
    display: none;
  }

  .userhd header .log {
    display: none;
  }

  .mhead-right .menu {
    position: relative;
    width: 1.2rem;
    height: 1rem;
    top: 0;
    cursor: pointer;
  }

  .mhead-right .menu .lbox {
    width: 0.37rem;
    height: 0.3rem;
    right: 0.45rem;
  }

  .mhead-right .menu .lbox .line {
    height: 2px;
  }

  .mhead-right .log {
    margin-top: 0.35rem;
    padding-left: 0.27rem;
    height: 0.31rem;
    line-height: 0.31rem;
    background: url(../images/ico1_1.png) no-repeat left center/0.27rem auto;
  }

  .mhead-right .log span {
    margin-left: 0.1rem;
    font-size: 0.24rem;
  }
}

@media screen and (max-width: 375px) {
  header .logo {
    line-height: 50px;
  }
}

@media screen and (max-width: 320px) {
  header .logo {
    line-height: 40px;
  }
}






.head_type {
  padding: .3rem 0 0;
}

.headType_item {
  font-size: .18rem;
  color: rgb(24, 24, 24);
  margin-left: .8rem;
  font-weight: 600;
  position: relative;
  cursor: pointer;
}

.headType_item:hover {
  color: #F2D110;
}

.headType_item::after {
  content: "";
  position: absolute;
  right: -.4rem;
  top: 50%;
  transform: translateY(-50%);
  width: .02rem;
  height: .2rem;
  background-color: #000;
}

.headType_item:last-child::after {
  display: none;
}