﻿* {
  margin: 0;
  padding: 0;
  list-style: none;
}

body {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

h2,
dl,
ol,
ul {
  margin-bottom: 0;
}

:root {
    --blue: #178cde;
    --blue70: #178cdeb3;
    filter: none;
}

/* .body-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
} */
.top-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 18px 25px;
}

.head-top {
  padding: 20px 25px;
  background: #fff;
  transition: all 0.3s ease;
}

.list-box {
  position: fixed;
  top: 15px;
  right: 15px;
  z-index: 999999;
  padding: 6px 5px;
  background: #000000cc;
  border-radius: 4px;
  display: none;
}

#sm_menu_ham {
  cursor: pointer;
  float: right;
  width: 25px;
  height: 19px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

#sm_menu_ham span {
  background-color: #fff;
  border-radius: 5px;
  display: block;
  height: 2px;
  left: 0;
  opacity: 1;
  position: absolute;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  width: 25px;
}

#sm_menu_ham span:nth-child(1) {
  top: 0;
}

#sm_menu_ham span:nth-child(2),
#sm_menu_ham span:nth-child(3) {
  top: 8px;
}

#sm_menu_ham span:nth-child(4) {
  top: 16px;
}

#sm_menu_ham.open span:nth-child(1) {
  left: 50%;
  top: 18px;
  width: 0;
}

#sm_menu_ham.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

#sm_menu_ham.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#sm_menu_ham.open span:nth-child(4) {
  left: 50%;
  top: 18px;
  width: 0;
}

.bodymiss {
  overflow: hidden;
}

.head-img-link img {
  height: 60px;
  
}

/*  */
.right-side {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 99999;
    padding: 5px 12px;
    background: var(--blue);
    border-radius: 6px;
    text-align: center;
}

.right-side img {
  width: 25px;
  margin-bottom: 5px;
  transition: all 0.3s ease;
}

.right-side,
.right-side a {
  font-size: 14px;
  color: #ffffff;
}

.right-side a:hover img {
  transform: scale(1.1);
}

.right-side > div {
  margin: 20px 0;
}

.totop i {
  color: #fff;
  font-size: 20px;
}

.totop {
  cursor: pointer;
  display: none;
}

/* 创想博物馆文创大赛 */
.wenchuang-content {
    background: var(--blue);
    padding: 22px 0;
}

.wenchuang-title {
  font-size: 24px;
  color: #fff;
  margin-bottom: 10px;
}

.wenchuang-left-box {
    width: 34%;
    border-right: 1px solid var(--blue);
}

.wenchuang-left {
  white-space: nowrap;
}

.wenchuang-left a {
  font-weight: 700;
  font-size: 28px;
  color: #fff;
  position: relative;
}

.wenchuang-left a::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: -5px;
  left: 0;
  transition: all 0.3s ease;
}

.wenchuang-left a:hover::after {
  width: 100%;
}

.wenchuang-right-box {
  width: 66%;
  padding-left: 70px;
}

.wenchuang-right img {
  /* width: 100%; */
  height: 43px;
}

.wenchuang-right-mr {
  margin-right: 60px;
}

.wenchuang-right a {
  display: inline-block;
}

.wenchuang-mr {
  margin-right: 50px;
}

/* 底部 */
.foot-bg {
  background: #06161e;
}

.foot-box {
  padding: 40px 0 24px;
  border-bottom: 1px solid #132c38;
}

.foot-img {
  margin-right: 20px;
}

.foot-danwei,
.foot-danwei a {
  font-size: 14px;
  color: #aaaeb5;
  line-height: 28px;
}

.foot-danwei a {
  position: relative;
}

.foot-danwei a::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease;
}

.foot-danwei a:hover::after {
  width: 100%;
}

.foot-danwei a:hover {
  color: #fff;
}

.danwei-mr {
  margin-right: 20px;
}

.foot-mb {
  margin-bottom: 25px;
}

/*  */
.foot-ewm {
  text-align: center;
  font-size: 14px;
  color: #fff;
  margin-left: 20px;
}

.ewm-box {
  margin-bottom: 8px;
}

.ewm-box img {
  width: 110px;
}

.fangwen-box {
  font-size: 14px;
  color: #696c73;
}

.foot-mr {
  margin-right: 20px;
}

.ewm-mr {
  margin-right: 30px;
}

.fangwen-link a {
  color: #696c73;
  position: relative;
}

.fangwen-link a::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease;
}

.fangwen-link a:hover {
  color: #fff;
}

.fangwen-link a:hover::after {
  width: 100%;
}

@media screen and (max-width: 1300px) {
  .wenchuang-right img {
    height: 40px;
  }

  .wenchuang-right-mr {
    margin-right: 50px;
  }
}

@media screen and (min-width: 1024px) {
  /* 导航栏 */
  .nav-head-link {
    font-size: 18px;
    color: #3a3d42;
    display: block;
    padding: 17px 13px;
  }

  .nav-head-li {
    position: relative;
    margin: 0 15px;
  }

  .nav-head-li::after {
    content: "";
    display: block;
    width: 0;
    height: 4px;
    background: var(--blue);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    transition: all 0.3s ease;
  }

  .nav-head-li:hover::after,
  .nav-head-li.active::after {
    width: 100%;
  }

  .nav-head-li:hover .nav-head-link {
    color: #3a3d42;
  }

  .nav-head-li.active .nav-head-link {
    font-weight: 700;
  }

  /* 二级 */
  .nav-second-box {
    position: absolute;
    top: 100%;
    z-index: 1;
    width: 100%;
    padding-top: 20px;
    text-align: center;
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px);
    transition: all 0.3s ease;
  }

    .nav-second-box::before {
        content: "";
        display: block;
        width: 3px;
        height: 0;
        background: var(--blue);
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%);
        transition: all 0.3s ease;
    }

  .nav-head-li:hover .nav-second-box::before,
  .nav-head-li.active .nav-second-box::before {
    height: 20px;
  }

    .nav-second {
        background: #fff;
        border-top: 2px solid var(--blue);
        padding: 20px 0;
    }

  .nav-head-li:hover .nav-second-box {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0);
  }

  .nav-second a {
    color: #3a3d42;
    width: 100%;
    display: block;
    padding: 7px 0;
    transition: all 0.3s ease;
  }

    .nav-second li:hover a {
        background: var(--blue);
        color: #fff;
    }

  /* 导航结束 */
}

@media screen and (max-width: 1200px) {
  .nav-head-li {
    margin: 0 8px;
  }

  .nav-head-link {
    padding: 13px 10px;
  }

  .fangwen-box {
    font-size: 12px;
  }

  .foot-mr {
    margin-right: 12px;
  }

  .wenchuang-left a {
    font-size: 26px;
  }

  .wenchuang-mr {
    margin-right: 30px;
  }

  .wenchuang-left-box {
    width: 32%;
  }

  .wenchuang-right-box {
    width: 68%;
    padding-left: 50px;
  }

  .wenchuang-right-mr {
    margin-right: 30px;
  }
}

@media screen and (max-width: 1023px) {
  .list-box {
    display: block;
  }

  .head-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 20px;
    height: 60px;
  }

  .head-img-link {
    line-height: 60px;
  }

  .head-img-link img {
	  width: auto;
    height: 40px;
  }

  .head-top {
    z-index: 999;
  }

  /*  */
  .nav-head {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000cc;
    z-index: 99;
    overflow: scroll;
    display: none;
  }

  .nav-head-ul {
    flex-direction: column;
  }

  .nav-head-li {
    width: 100%;
  }

  .nav-head-li > a {
    font-size: 24px;
    color: #fff;
    padding: 0 20px;
    height: 60px;
    line-height: 60px;
    font-weight: 700;
    display: block !important;
    width: 100%;
  }

  .nav-second a {
    color: #fff;
    font-size: 20px;
    padding: 0 30px 0 45px;
    display: block;
    height: 40px;
    line-height: 40px;
  }

  .has-sec {
    position: relative;
  }

  .has-sec::after {
    content: "\f112";
    font: normal normal normal 12px/1 LineAwesome;
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-size: 20px;
    transition: all 0.3s ease;
  }

  .nav-head-li.iph-active .has-sec::after {
    transform: translateY(-50%) rotate(90deg);
  }

  .nav-second-box {
    display: none;
  }

  .nav-head-li.iph-active .nav-second-box {
    display: block;
  }

  .fangwen-box {
    flex-wrap: wrap;
    text-align: center;
  }

  .fangwen-box > div {
    width: 100%;
    justify-content: center;
    margin: 2px 0;
  }

  .wenchuang-box {
    flex-wrap: wrap;
  }

  .wenchuang-box > div {
    width: 100%;
    border: 0;
    padding: 0;
  }

  .wenchuang-left-box {
    margin-bottom: 30px;
  }

  .wenchuang-right {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
  }

  .wenchuang-right img {
    width: 100%;
    height: auto;
  }

  .wenchuang-right-mr {
    margin: 0;
  }
}

@media screen and (max-width: 750px) {
  .foot-box {
    flex-wrap: wrap;
    justify-content: center !important;
  }

  .foot-ewm {
    margin-top: 10px;
  }
}

@media screen and (max-width: 450px) {
  .wenchuang-right {
    grid-template-columns: 1fr;
  }

  .wenchuang-left a {
    font-size: 22px;
  }
}

/* Quill富文本编辑器样式支持 */
.ql-align-center {
    text-align: center;
}