@charset "UTF-8";
/*网站单位设置*/
@media (min-width: 320px) {
  html {
    font-size: 42.6667px; } }
@media (min-width: 360px) {
  html {
    font-size: 48px; } }
@media (min-width: 375px) {
  html {
    font-size: 50px; } }
@media (min-width: 384px) {
  html {
    font-size: 51.2px; } }
@media (min-width: 414px) {
  html {
    font-size: 55.2px; } }
@media (min-width: 480px) {
  html {
    font-size: 59.7333px; } }
@media (min-width: 768px) {
  html {
    font-size: 54px; } }
@media (min-width: 1270px) {
  html {
    font-size: 66px; } }
@media (min-width: 1440px) {
  html {
    font-size: 76px; } }
@media (min-width: 1600px) {
  html {
    font-size: 84px; } }
@media (min-width: 1800px) {
  html {
    font-size: 100px; } }
@font-face {
  font-family: "gilroy";
  src: url("fonts/GILROY-BOLD.ttf"), url("fonts/GILROY-BOLD.eot");
  /* IE9+ */ }
a {
  cursor: pointer; }

.FuturaH {
  font-family: "FuturaH"; }

.gilroy {
  font-family: "gilroy"; }

div, ul, li, span, a, input, form {
  box-sizing: border-box; }

.por {
  position: relative; }

.poa {
  position: absolute; }

.Arial, .en {
  font-family: "Arial"; }

.toUpp {
  text-transform: uppercase; }

.capital {
  text-transform: capitalize; }

.nowrap {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

.tec {
  text-align: center; }

.poaafter {
  display: block;
  position: absolute;
  content: ""; }

.omit1 {
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical; }

.trans1 {
  transition-duration: 0.1s; }

.opa1 {
  opacity: 0.1; }

.omit2 {
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical; }

.trans2 {
  transition-duration: 0.2s; }

.opa2 {
  opacity: 0.2; }

.omit3 {
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical; }

.trans3 {
  transition-duration: 0.3s; }

.opa3 {
  opacity: 0.3; }

.omit4 {
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical; }

.trans4 {
  transition-duration: 0.4s; }

.opa4 {
  opacity: 0.4; }

.omit5 {
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical; }

.trans5 {
  transition-duration: 0.5s; }

.opa5 {
  opacity: 0.5; }

.omit6 {
  -webkit-line-clamp: 6;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical; }

.trans6 {
  transition-duration: 0.6s; }

.opa6 {
  opacity: 0.6; }

.omit7 {
  -webkit-line-clamp: 7;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical; }

.trans7 {
  transition-duration: 0.7s; }

.opa7 {
  opacity: 0.7; }

.omit8 {
  -webkit-line-clamp: 8;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical; }

.trans8 {
  transition-duration: 0.8s; }

.opa8 {
  opacity: 0.8; }

.w92 {
  width: 92%; }


.nowrap {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.ovh {
  overflow: hidden; }

.ovs {
  overflow: visible; }

.img100 {
  display: block;
  width: 100%; }

.imgauto {
  display: inline-block;
  width: auto;
  max-width: 100%; }

.flexBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .flexBox.between {
    justify-content: space-between; }
  .flexBox.center {
    justify-content: center; }
  .flexBox.start {
    justify-content: flex-start; }
  .flexBox.end {
    justify-content: flex-end; }

.flex-left, .flex-right {
  display: inline-flex; }
  .flex-left.between, .flex-right.between {
    justify-content: space-between; }
  .flex-left.center, .flex-right.center {
    justify-content: center; }
  .flex-left.start, .flex-right.start {
    justify-content: flex-start; }

.flex50 {
  flex: 0 0 50%;
  width: 50%; }

.can-hover .img-wrap {
  overflow: hidden; }
  .can-hover .img-wrap .img100 {
    transition: all .5s ease; }
.can-hover:hover .img-wrap .img100 {
  transform: scale3D(1.1, 1.1, 1.1); }

.bgImg {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important; }

.trans50 {
  transform: translate(-50%, -50%); }

.poa50 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

.poa100 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.poabefore {
  display: block;
  position: absolute;
  content: ""; }

.sha10 {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }

.hide1 {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  transition-duration: .5s; }

.show1 {
  z-index: 3;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

.gradientBg {
  background: -webkit-linear-gradient(left, #ffaa03, #fff);
  /* Safari 5.1 - 6.0 */
  background: -moz-linear-gradient(left, #ffaa03, #fff);
  /* Firefox 3.6 - 15 */
  background: -o-linear-gradient(left, #ffaa03, #fff);
  /* Opera 11.1 - 12.0 */
  background: linear-gradient(to right, #ffaa03, #fff);
  /* 标准的语法 */ }

@keyframes ball-clip-rotate-multiple-rotate1 {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg); }
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    -moz-transform: translate(-50%, -50%) rotate(180deg);
    -o-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    -o-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg); } }
@keyframes ball-clip-rotate-multiple-rotate2 {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg); }
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
    -moz-transform: translate(-50%, -50%) rotate(-180deg);
    -o-transform: translate(-50%, -50%) rotate(-180deg);
    transform: translate(-50%, -50%) rotate(-180deg); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
    -moz-transform: translate(-50%, -50%) rotate(-360deg);
    -o-transform: translate(-50%, -50%) rotate(-360deg);
    transform: translate(-50%, -50%) rotate(-360deg); } }

@-webkit-keyframes downico {
  0% {
    bottom: .48rem;
    opacity: 1; }
  35% {
    bottom: .8rem;
    opacity: 0; }
  65% {
    bottom: 1.4rem;
    opacity: 0; }
  100% {
    bottom: .48rem;
    opacity: 1; } }
@keyframes downico {
  0% {
    bottom: .48rem;
    opacity: 1; }
  35% {
    bottom: .8rem;
    opacity: 0; }
  65% {
    bottom: 1.4rem;
    opacity: 0; }
  100% {
    bottom: .48rem;
    opacity: 1; } }
.mCSB_inside > .mCSB_container {
  margin-right: 4px !important; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_draggerRail {
  background: #ffaa03 !important; }

.mCSB_scrollTools .mCSB_draggerRail {
  width: 1px !important; }

.mCSB_scrollTools {
  width: 4px !important; }

.white .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .white .mCSB_scrollTools .mCSB_draggerRail {
  background: #fff !important; }

.gray .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .gray .mCSB_scrollTools .mCSB_draggerRail {
  background: #999 !important; }

#lightbox-container-image-data-box {
  box-sizing: content-box; }

#lightbox-image-details-caption {
  font-size: 16px;
  line-height: 22px;
  color: #ffaa03;
  font-weight: bold !important; }

@media (min-width: 1271px) {
  .js-m {
    opacity: 0;
    transform: translateY(30px);
    transition-property: transform opacity;
    transition-duration: .8s;
    transition-timing-function: ease; }

  .js-opacity {
    transition-property: transform opacity;
    transition-duration: .8s;
    transition-timing-function: ease; }

  .js-m2 {
    opacity: 0;
    transform: translateY(30px);
    transition-property: transform opacity;
    transition-duration: .8s;
    transition-timing-function: ease; }

  .js-to-left {
    opacity: 0;
    transform: translateX(30px);
    transition-property: transform opacity;
    transition-duration: .5s;
    transition-timing-function: ease; }

  .js-to-right {
    opacity: 0;
    transform: translateX(-30px);
    transition-property: transform opacity;
    transition-duration: .5s;
    transition-timing-function: ease; }

  .js-to-left2 {
    opacity: 0;
    transform: translateX(30px);
    transition-property: transform opacity;
    transition-duration: .8s;
    transition-timing-function: ease; }

  .js-to-right2 {
    opacity: 0;
    transform: translateX(-30px);
    transition-property: transform opacity;
    transition-duration: .8s;
    transition-timing-function: ease; }

  .js-to-top2 {
    opacity: 0;
    transform: translateY(30px);
    transition-property: transform opacity;
    transition-duration: .8s;
    transition-timing-function: ease; }
}
.bgec {
  background: #ececec; }

.bgf5 {
  background: #f5f5f5; }

.bgf6 {
  background: #f6f6f6; }


.hover3s {
  transition-duration: .3s; }
  .hover3s:hover {
    transform: translateX(-5px); }

.swiper-line-hd0 {
  position: absolute;
  z-index: 2;
  width: 100%;
  left: 0;
  bottom: 30px !important;
  text-align: center; }
  .swiper-line-hd0 .swiper-pagination-bullet {
    width: 50px;
    height: 2px;
    display: inline-block;
    margin: 0 5px;
    background: rgba(255, 255, 255, 0.5);
    position: relative;
    opacity: 1;
    border-radius: 0; }
    .swiper-line-hd0 .swiper-pagination-bullet:before {
      position: absolute;
      display: block;
      left: 0;
      top: 0;
      content: "";
      width: 0;
      height: 3px;
      background: #ffaa03;
      transition: all 0s linear; }
    .swiper-line-hd0 .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
      width: 100%;
      transition: all 4.5s linear; }

.swiper-line-hd1 {
  text-align: center;
  padding: 25px 0; }
.swiper-line-hd1 .swiper-pagination-bullet {
    width: 50px;
    height: 2px;
    display: inline-block;
    margin: 0 5px;
    background: #999;
    position: relative;
    opacity: 1;
    border-radius: 0; }
.swiper-line-hd1 .swiper-pagination-bullet:before {
      position: absolute;
      display: block;
      left: 0;
      top: 0;
      content: "";
      width: 0;
      height: 3px;
      background: #ffaa03;
      transition: all 0s linear; }
.swiper-line-hd1 .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
      width: 100%;
      transition: all 4.5s linear; }

.coop-cir-hd1 {
  text-align: center;
  padding: 70px 0 40px; }
.coop-cir-hd1 .swiper-pagination-bullet {
    opacity: 1 !important;
    width: 12px;
    height: 12px;
    display: inline-block;
    margin: 0 8px;
    background: #bfbfbf;
    position: relative;
    box-sizing: border-box;
    border: 2px solid #bfbfbf; }
.coop-cir-hd1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background-color: transparent;
      border-color: #ffaa03; }

.captcha-td .td-content {
  position: relative; }
.captcha-td .captcha {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  position: absolute;
  height: 100%;
  width: auto;
  max-width: 124px; }

.ajax-opacity {
  opacity: 0;
  transition-duration: .5s; }
.ajax-opacity.cur {
    opacity: 1; }

.ajax-opacity2 {
  opacity: 0;
  transition-duration: .3s; }
  .ajax-opacity2.cur {
    opacity: 1; }

.ajax-contents {
  opacity: 0;
  transform: translateY(30px);
  transition-duration: .5s; }
  .ajax-contents.cur {
    opacity: 1;
    transform: translateY(0); }

.ajax-scale {
  opacity: 0;
  transform: scale(0.95);
  transition-duration: .5s; }
  .ajax-scale.cur {
    opacity: 1;
    transform: scale(1); }
