a:hover {
  color: #0d64a0;
}
.swiper-pagination-bullet-active {
  background-color: #0d64a0 !important;
}
.top-w {
  background-color: #0d64a0;
  font-size: 14px;
  line-height: 40px;
}
.top-w * {
  color: #fff;
}
.top-w .page {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .page {
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
}
.header .rg {
  margin-left: 50px;
  display: flex;
  align-items: center;
}
.header .head-tel {
  display: flex;
  align-items: center;
}
.header .head-tel .iconfont {
  font-size: 40px;
  color: #0d64a0;
  margin-right: 13px;
}
.header .head-tel p {
  font-size: 15px;
  color: #0d64a0;
  margin-top: 4px;
}
.header .head-tel span {
  font-size: 28px;
  font-weight: bold;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  color: #0d64a0;
}
/* nav */
.nav {
  display: flex;
  flex: 1;
  margin-left: 15%;
  align-items: center;
}
.nav-list {
  flex: 1;
  display: flex;
  position: relative;
}
.nav-list > li {
  flex: 1;
  display: flex;
  align-items: center;
  position: relative;
}
.nav-list > li > a {
  width: 100%;
  line-height: 99px;
  text-align: center;
  font-size: 16px;
  position: relative;
}
.nav-list > li > a::before,
.nav-list > li > a::after {
  content: '';
  max-width: 88px;
  width: 0px;
  height: 4px;
  background-color: #0d64a0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s linear;
}
.nav-list > li > a::before {
  width: 12px;
  height: 9px;
  bottom: -10px;
  opacity: 0;
  clip-path: polygon(50% 0, 0 100%, 100% 100%);
}
.nav-list > li .erji2 {
  min-width: 180px;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 999;
  display: flex;
  white-space: nowrap;
  opacity: 0;
  transform: translateX(-50%) scaleY(0);
  transform-origin: 0 0;
  transition: all 0.3s linear;
  padding-top: 1px;
}
.nav-list > li .erji2 ul {
  width: 100%;
  text-align: center;
}
.nav-list > li .erji2 ul li {
  background-color: #fff;
  margin-bottom: 1px;
}
.nav-list > li .erji2 ul li a {
  line-height: 45px;
  font-size: 15px;
  padding: 0 20px;
}
.nav-list > li .erji2 ul li:hover {
  background-color: #0d64a0;
}
.nav-list > li .erji2 ul li:hover a {
  color: #fff;
}
.nav-list > li .erji2 ul li:last-child {
  border: none;
}
.nav-list > li:hover > a {
  color: #0d64a0;
}
.nav-list > li:hover > a::before {
  bottom: 3px;
  opacity: 1;
}
.nav-list > li:hover > a::after {
  width: 90%;
}
.nav-list > li:hover .erji2 {
  opacity: 1;
  transform: translateX(-50%) scaleY(1);
  transition: all 0.3s linear;
}
.nav-list .active > a {
  color: #0d64a0;
}
.nav-list .active > a::before {
  bottom: 3px;
  opacity: 1;
}
.nav-list .active > a::after {
  width: 90%;
}
/* 搜索 */
.search {
  border-bottom: 1px solid #e2e2e2;
}
.search .page {
  display: flex;
  height: 70px;
  align-items: center;
  justify-content: space-between;
}
.search .page .keywo {
  display: flex;
  align-items: center;
}
.search .page .keywo > p {
  display: flex;
  align-items: center;
  color: #333;
}
.search .page .keywo > p i {
  font-size: 24px;
  margin-right: 5px;
}
.search .page .keywo a {
  font-size: 15px;
  margin-right: 10px;
  padding-right: 10px;
  color: #666;
}
.search .page .keywo a:last-child {
  border: none;
}
.search .page .keywo a:hover {
  color: #0d64a0;
}
.search .page .sear-w {
  display: flex;
  overflow: hidden;
  position: relative;
  border: 1px solid #e2e2e2;
  background-color: #fff;
  border-radius: 20px;
}
.search .page .sear-w input {
  width: 200px;
  height: 40px;
  padding: 0 25px;
  border: none;
}
.search .page .sear-w input:focus {
  outline: none;
}
.search .page .sear-w button {
  width: 40px;
  height: 40px;
  color: #fff;
  background: #0d64a0;
  border: none;
  cursor: pointer;
  transition: all 0.1s linear;
  border-radius: 20px;
}
.search .page .sear-w button:hover {
  background: #e62129;
  transition: all 0.1s linear;
}
/*网站标题*/
.wz-bt {
  text-align: center;
}
.wz-bt p {
  font-size: 42px;
  position: relative;
  font-weight: bold;
}
.wz-bt p i {
  color: #0d64a0;
}
.wz-bt span {
  font-size: 20px;
  margin-top: 10px;
  opacity: 0.85;
}
.wz-bt .ico {
  margin-top: 25px;
  height: 4px;
  background: url(../images/tit-ico.png) no-repeat center;
}
.char-w {
  padding: 50px 0 30px;
  background: url(../images/char-bg.jpg) no-repeat top;
  background-color: #0d64a0;
}
.char-w .wz-bt * {
  color: #fff;
}
.char-w .page {
  max-width: 1300px;
}
.char-w ul {
  margin-top: 45px;
  display: flex;
  justify-content: space-between;
}
.char-w ul li {
  width: 270px;
  height: 300px;
  border-radius: 5px;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
  text-align: center;
  background-color: #fff;
  color: #777777;
  padding-top: 40px;
}
.char-w ul li .iconfont {
  font-size: 50px;
}
.char-w ul li p {
  font-size: 26px;
  font-weight: bold;
  margin: 20px 0;
}
.char-w ul li span {
  font-size: 15px;
  line-height: 1.875;
}
.char-w ul li:hover {
  background: linear-gradient(to bottom, #0d64a0, #0f347a);
  color: #fff;
  cursor: pointer;
}
.char-w .btm {
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.char-w .btm a {
  padding: 10px 30px;
  border-radius: 50px;
  background-color: #fff;
}
.char-w .btm a:hover {
  background: linear-gradient(to bottom, #0d64a0, #0f347a);
  color: #fff;
}
.pro-w {
  padding: 60px 0 70px;
}
.pro-w .pro-tabs {
  width: 1280px;
  background-color: #fff;
  height: 50px;
  margin: 50px auto 50px;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.pro-w .pro-tabs ul {
  display: flex;
  align-items: center;
  height: 100%;
}
.pro-w .pro-tabs ul li {
  flex: auto;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  text-align: center;
}
.pro-w .pro-tabs ul .swiper-slide-thumb-active {
  background-color: #0d64a0;
}
.pro-w .pro-tabs ul .swiper-slide-thumb-active a {
  color: #fff;
}
.pro-w .pro-con ul {
  display: flex;
  flex-wrap: wrap;
}
.pro-w .pro-con ul li {
  width: 22.75%;
  border: 1px solid #eeeeee;
  margin-right: 3%;
  margin-top: 3%;
}
.pro-w .pro-con ul li:nth-child(4n) {
  margin-right: 0;
}
.pro-w .pro-con ul li p {
  line-height: 50px;
  font-size: 18px;
  text-align: center;
  background-color: #eeeeee;
}
.pro-w .pro-con ul li:hover {
  border-color: #0d64a0;
  transition: all 0.3 linear;
}
.pro-w .pro-con ul li:hover img {
  transform: scale(1.1);
}
.pro-w .pro-con ul li:hover p {
  background-color: #0d64a0;
  color: #fff;
  transition: all 0.3 linear;
}
.pro-w .more {
  margin: 65px auto 0;
  width: 180px;
  line-height: 50px;
  text-align: center;
  background-color: #0d64a0;
  border-radius: 25px;
  color: #fff;
  transition: all 0.2s linear;
}
.pro-w .more:hover {
  background-color: #e62129;
  transition: all 0.2s linear;
}
.proadv-w {
  background: url(../images/proadv-bg.jpg);
  background-size: cover;
  padding: 60px 0 50px;
}
.proadv-w .wz-bt * {
  color: #fff;
}
.proadv-w .page {
  margin-top: 35px;
  max-width: 1680px;
  background-color: #fff;
  padding: 40px 11%;
}
.proadv-w .x-bt {
  text-align: center;
}
.proadv-w .x-bt p {
  font-size: 38px;
  font-weight: bold;
  color: #0d64a0;
}
.proadv-w .x-bt span {
  font-size: 18px;
  margin-top: 8px;
  opacity: 0.85;
}
.proadv-w .box {
  display: flex;
  align-items: center;
}
.proadv-w .box ul {
  flex: 1;
}
.proadv-w .pic {
  width: 528px;
  height: 528px;
  position: relative;
  display: flex;
  background: url(../images/adv-pic2.png) no-repeat center;
  z-index: 1;
}
.proadv-w .pic::after {
  content: '';
  width: 100%;
  height: 100%;
  background: url(../images/adv-pic1.png);
  position: absolute;
  z-index: -1;
  animation: rotate 10s infinite linear;
}
.proadv-w .pic img {
  width: 480px;
  margin: auto;
}
.proadv-w ul li {
  height: 200px;
}
.proadv-w ul li .tit {
  position: relative;
  padding-left: 90px;
  height: 75px;
}
.proadv-w ul li .tit i {
  width: 75px;
  height: 75px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  background-color: #777;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 30px;
}
.proadv-w ul li .tit i::after {
  content: '';
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.proadv-w ul li .tit p {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.75;
  white-space: nowrap;
}
.proadv-w ul li .tit span {
  font-size: 16px;
  text-transform: uppercase;
}
.proadv-w ul li .text {
  margin-top: 12px;
  padding: 10px 12px;
  background-color: #e5eff5;
  border: 1px solid #0d64a0;
  border-right: none;
  border-bottom: none;
  font-size: 15px;
  line-height: 1.75;
  position: relative;
}
@media screen and (max-width: 1600px) {
  .proadv-w ul li .text {
    padding: 10px 10px;
    font-size: 13px;
  }
}
.proadv-w ul li .text::after {
  content: '';
  width: 8px;
  height: 8px;
  background-color: #0d64a0;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}
.proadv-w ul .lf {
  transform: translateX(-90px);
}
.proadv-w ul .rg {
  transform: translateX(90px);
}
@keyframes rotate {
  from {
    transform: rotateZ(0);
  }
  to {
    transform: rotateZ(360deg);
  }
}
.fw-w {
  padding: 70px 0 140px;
  background: url(../images/fw-bg.jpg) no-repeat bottom right;
  background-size: 100% auto;
}
.fw-w .box {
  margin-top: 70px;
}
.fw-w .box .lf .tit {
  padding-left: 114px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  background: url(../images/logo.png) no-repeat left;
}
.fw-w .box .lf .tit span {
  color: #ea5830;
}
.fw-w .box .lf ul {
  margin-top: 27px;
}
.fw-w .box .lf ul li {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 6px;
  display: flex;
  line-height: 32px;
}
.fw-w .box .lf ul li i {
  width: 79px;
  height: 32px;
  background: url(../images/fw-arr.png);
  line-height: 32px;
  padding-left: 10px;
  color: #fff;
  margin-right: 20px;
}
.fw-w .box .lf h5 {
  font-size: 36px;
  font-weight: bold;
  color: #ea5830;
  margin: 25px 0;
}
.fw-w .box .lf h6 {
  padding-left: 80px;
  line-height: 40px;
  background-color: #0d64a0;
  font-size: 23px;
  color: #fff;
  width: 555px;
  position: relative;
}
.fw-w .box .lf h6::after {
  content: '';
  width: 78px;
  height: 67px;
  background: url(../images/logo1.png) no-repeat center;
  background-size: cover;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.hf-w {
  background: url(../images/hf-bg.jpg) no-repeat center;
}
.hf-w .page {
  height: 195px;
  display: flex;
  align-items: center;
}
.hf-w .lf {
  padding-left: 160px;
  background: url(../images/logo2.png) no-repeat left center;
  color: #fff;
}
.hf-w .lf p {
  font-size: 34px;
  font-weight: bold;
}
.hf-w .lf span {
  font-size: 18px;
  line-height: 1.5;
  margin-top: 10px;
}
.hf-w .lf hr {
  width: 60px;
  height: 1px;
  background-color: #fff;
  margin-top: 15px;
}
.hf-w .more {
  margin-left: 100px;
  width: 160px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #fff;
  color: #fff;
}
.hf-w .more:hover {
  background-color: #fff;
  color: #0d64a0;
}
.intr-w {
  padding: 100px 0;
}
.intr-w .box {
  display: flex;
}
.intr-w .pic {
  max-width: 50%;
  margin-left: 50px;
}
.intr-w .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.intr-w .con {
  flex: 1;
}
.intr-w .con h1 {
  font-size: 42px;
  font-weight: bold;
}
.intr-w .con h1 i {
  color: #0d64a0;
}
.intr-w .con hr {
  width: 98px;
  height: 4px;
  background: url(../images/about-line.png);
  margin: 20px 0 30px;
}
.intr-w .con h2 {
  font-size: 38px;
  font-weight: bold;
}
.intr-w .con h2 i {
  color: #0d64a0;
}
.intr-w .con .text {
  margin-top: 20px;
  line-height: 2;
  color: #666;
}
.intr-w .con .more {
  width: 160px;
  line-height: 45px;
  text-align: center;
  background-color: #0d64a0;
  margin-top: 30px;
  color: #fff;
  font-size: 14px;
}
.intr-w .con .more:hover {
  opacity: 0.85;
}
.stg-w {
  background-color: #0d64a0;
}
.stg-w ul {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.stg-w ul * {
  color: #fff;
}
.stg-w ul li {
  display: flex;
  align-items: flex-end;
  cursor: pointer;
}
.stg-w ul li i {
  width: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  margin-right: 1.5625rem;
  font-size: 40px;
}
.stg-w ul li p {
  font-size: 1.875rem;
  white-space: nowrap;
  font-weight: normal;
  line-height: 1.33;
}
.stg-w ul li p em {
  font-size: 3.5rem;
}
.stg-w ul li span {
  font-size: 18px;
}
.stg-w ul .line {
  width: 1px;
  height: 6.5625rem;
  background-color: rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 992px) {
  .stg-w ul {
    height: auto;
    flex-wrap: wrap;
    padding: 4% 0;
  }
  .stg-w ul li {
    width: 50%;
    padding: 2%;
  }
  .stg-w ul .line {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .stg-w ul li i {
    width: 5.25rem;
    height: 5.25rem;
    margin-right: 1.2625rem;
  }
  .stg-w ul li i img {
    height: 2.6rem;
  }
  .stg-w ul li p {
    font-size: 1rem;
  }
  .stg-w ul li p em {
    font-size: 2rem;
  }
}
.case-w {
  padding: 60px 0 70px;
  background: url(../images/case-bg.jpg) no-repeat center;
}
.case-w .box {
  padding: 0 50px;
  position: relative;
}
.case-w .case-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 35px;
}
.case-w .case-tabs::after,
.case-w .case-tabs::before {
  content: '';
  flex: 1;
  height: 1px;
  background-color: #e2e2e2;
  margin: 0 10px;
}
.case-w .case-tabs li {
  width: 160px;
  margin: 0 10px;
  border: 1px solid #e2e2e2;
  text-align: center;
  line-height: 40px;
}
.case-w .case-tabs .on {
  background-color: #0d64a0;
}
.case-w .case-tabs .on a {
  color: #fff;
}
.case-w .case-con {
  min-height: 250px;
}
.case-w .case-list li p,
.case-w .hon-list li p {
  background-color: #f1f1f1;
  line-height: 50px;
  text-align: center;
}
.case-w .swiper-btn .iconfont {
  display: block;
  width: 40px;
  line-height: 90px;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
}
.case-w .swiper-btn .iconfont:hover {
  background-color: #0d64a0;
}
.news-w {
  padding: 70px 0;
  background-color: #f7f7f7;
}
.news-w .page {
  max-width: 1400px;
}
.news-w .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 45px 0 35px;
  padding-right: 30px;
  border-bottom: 1px solid #e2e2e2;
}
.news-w .top .news-tab {
  margin: 0;
}
.news-w .top .news-tab li {
  width: auto !important;
  position: relative;
}
.news-w .top .news-tab li::after {
  content: '';
  width: 100%;
  height: 4px;
  background-color: #0d64a0;
  position: absolute;
  left: 0;
  bottom: 0;
  display: none;
}
.news-w .top .news-tab li a {
  color: #333;
  opacity: 0.75;
}
.news-w .top .news-tab .news-active::after {
  display: block;
}
.news-w .top .news-tab .news-active a {
  opacity: 1;
}
.news-w .top a {
  padding-bottom: 20px;
  font-size: 20px;
}
.news-w .top .more {
  font-size: 16px;
  font-weight: lighter;
  padding-bottom: 10px;
}
.news-w .news-box {
  width: calc(100% + 10px);
  transform: translateX(-5px);
}
.news-w .news-box ul {
  display: flex;
}
.news-w .news-box ul li {
  width: 32%;
  margin-right: 2%;
  padding: 5px;
}
.news-w .news-box ul li > a {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.news-w .news-box ul li img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.news-w .news-box ul li img:hover {
  transform: scale(1.1);
}
.news-w .news-box ul li .text {
  padding: 30px;
}
.news-w .news-box ul li .text p {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 15px;
}
.news-w .news-box ul li .text span {
  font-size: 15px;
  color: #808080;
  line-height: 1.75;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-w .news-box ul li .text .btm {
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-w .news-box ul li .text .btm em {
  font-size: 14px;
  color: #808080;
}
.news-w .news-box ul li .text .btm i {
  font-size: 14px;
  color: #0d64a0;
}
.news-w .news-box ul li .text .btm i:hover {
  text-decoration: underline;
}
.news-w .news-box ul li .text a {
  font-size: 15px;
  display: flex;
}
.news-w .news-box ul li .text a i {
  margin: 0 0 0 auto;
}
.ly-w {
  padding: 70px 0 60px;
  background: url(../images/message-bg.jpg) no-repeat center;
  background-size: cover;
}
.ly-w .page {
  display: flex;
}
.ly-w .lf {
  width: 50%;
  color: #fff;
}
.ly-w .lf em {
  display: block;
  font-size: 20px;
  margin-top: 20px;
}
.ly-w .lf h5 {
  font-size: 42px;
  font-weight: bold;
  line-height: 2;
}
.ly-w .lf h6 {
  font-size: 24px;
}
.ly-w .rg {
  width: 50%;
  padding-left: 75px;
}
.ly-w .rg p {
  margin-bottom: 10px;
}
.ly-w .rg input {
  border: none;
  border-bottom: 1px solid #777;
}
.ly-w .rg textarea {
  padding: 0 15px;
}
.ly-w .rg input,
.ly-w .rg textarea {
  width: 100%;
  line-height: 40px;
  margin-bottom: 25px;
}
.ly-w .rg input::placeholder,
.ly-w .rg textarea::placeholder {
  color: #a8a9b1;
}
.ly-w .rg input[type="submit"] {
  width: 160px;
  line-height: 40px;
  border: none;
  color: #fff;
  background: url(../images/arr1.png) no-repeat 124px center;
  background-color: #0d64a0;
  padding-right: 28px;
  border-radius: 20px;
  cursor: pointer;
}
.ly-w .rg input[type="submit"]:hover {
  background-color: #e62129;
}
.links {
  background-color: #001624;
  color: #fff;
}
.links .page {
  max-width: 1400px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 70px;
}
.links .page a {
  font-size: 15px;
  color: #fff;
}
.links .page a:hover {
  text-decoration: underline;
}
.links .lf {
  display: flex;
}
.links .lf ul {
  display: flex;
}
.links .lf ul li {
  margin: 0 10px;
}
.footer {
  background-color: #222;
  color: rgba(255, 255, 255, 0.5);
}
.footer a {
  color: rgba(255, 255, 255, 0.5);
}
.footer a:hover {
  color: #fff;
}
.footer h5 {
  color: #fff;
}
.footer .page {
  max-width: 1400px;
}
.footer .page .top {
  padding: 60px 0 30px;
  display: flex;
  justify-content: space-between;
}
.footer .page .top h5 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
.footer .page .top .f-nav {
  width: 50%;
  display: flex;
}
.footer .page .top .f-nav ul {
  flex: auto;
}
.footer .page .top .f-nav ul li {
  line-height: 36px;
  padding: 0 15px;
  background: url(../images/f-rg.png) no-repeat left center;
}
.footer .page .top .f-nav ul li a {
  font-size: 15px;
}
.footer .page .top .f-info {
  width: 50%;
  padding-left: 1.815%;
}
.footer .page .top .f-info .top1 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: url(../images/foot-btb.png) no-repeat right center;
  padding-bottom: 5px;
}
.footer .page .top .f-info .top1 span {
  font-size: 40px;
  color: #0d64a0;
  font-weight: bold;
}
.footer .page .top .f-info .btm {
  display: flex;
  align-items: flex-start;
  padding-top: 30px;
  padding-left: 1%;
}
.footer .page .top .f-info .btm li {
  line-height: 20px;
  margin-bottom: 16px;
  display: flex;
  white-space: nowrap;
}
.footer .page .top .f-info .btm li i {
  margin-right: 10px;
  color: #0d64a0;
  font-size: 20px;
}
.footer .page .top .f-info .btm li .qq {
  margin-right: 30px;
}
.footer .page .top .f-info .btm li .dz {
  white-space: normal;
}
.footer .page .top .f-info .btm .weix-pic {
  margin: 0 0 0 auto;
  display: flex;
  align-items: center;
}
.footer .page .top .f-info .btm .weix-pic p {
  width: 1rem;
  margin-right: 5px;
}
.footer .page .top .f-info .btm .weix-pic p em {
  display: block;
  transform: rotate(90deg);
}
.footer .page .top .f-info .btm .weix-pic img {
  width: 100px;
}
.copy {
  background-color: #222;
  border-top: 1px solid #444;
  padding: 20px 0;
}
.copy p {
  font-size: 14px;
  text-align: center;
}
#clickTop {
  width: 55px;
  height: 55px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 26px;
  text-align: center;
  line-height: 55px;
  color: #fff;
  opacity: 0.4;
  background-color: rgba(0, 0, 0, 0.75);
}
#clickTop:hover {
  opacity: 1;
}
/*# sourceMappingURL=./index.css.map */