html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
  color: #121212;
  text-decoration: none;
}
a:active,
a:hover {
  outline: 0;
}
a:hover {
  color: #aacc03;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
img {
  border: 0;
  max-width: 100%;
  height: auto;
}
svg:not(:root) {
  overflow: hidden;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
body {
  margin: 0;
  font-size: 12px;
  line-height: 1.7;
  font-family: "Microsoft YaHei", "SimSun";
}
.w12 {
  width: 100%;
}
.w11 {
  width: 91.66666667%;
}
.w10 {
  width: 83.33333333%;
}
.w9 {
  width: 75%;
}
.w8 {
  width: 66.66666667%;
}
.w7 {
  width: 58.33333333%;
}
.w6 {
  width: 50%;
}
.w5 {
  width: 41.66666667%;
}
.w4 {
  width: 33.33333333%;
}
.w3 {
  width: 25%;
}
.w2 {
  width: 16.66666667%;
}
.w1 {
  width: 8.33333333%;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.cf:before,
.cf:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.cf:after {
  clear: both;
}
.cf {
  zoom: 1;
}
.w {
  width: 1124px;
  margin-left: auto;
  margin-right: auto;
}
.h {
  margin-top: 10px;
  margin-bottom: 10px;
}
.mb10 {
  margin-bottom: 10px;
}
.mt10 {
  margin-top: 10px;
}
.p10 {
  padding: 10px;
}
.plr10 {
  padding-left: 10px;
  padding-right: 10px;
}
.inner {
  padding: 4px 8px;
}
.banner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 900px;
}
.banner .banner-slider-bg {
  width: 1920px;
  height: 900px;
  position: absolute;
  overflow: hidden;
  left: 50%;
  top: 50%;
  margin-left: -960px;
  margin-top: -450px;
}
.banner .banner-slider-bg .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4;
  z-index: 99;
  left: 0;
  top: 0;
}
.banner .banner-content {
  position: relative;
  z-index: 100;
}
.banner .banner-content .logo {
  width: 100px;
  height: 100px;
  display: block;
  position: absolute;
  left: 120px;
  top: 140px;
  background: url('images/logo.svg');
  background-size: contain;
  text-indent: -9999em;
  margin: 0;
  filter: drop-shadow(0 0 15px #aacc03);
}
.banner .banner-content .title {
  width: 500px;
  height: 100px;
  display: block;
  position: absolute;
  left: 240px;
  top: 140px;
  background: url('images/title.svg');
  background-size: contain;
  text-indent: -9999em;
  margin: 0;
  filter: drop-shadow(0 0 8px #0079c2);
}
.banner .banner-content .nav {
  position: absolute;
  top: 40px;
  left: 0;
  width: 70%;
  border-bottom: solid 1px #fff;
}
.banner .banner-content .nav .nav-list {
  list-style: none;
}
.banner .banner-content .nav .nav-list li {
  display: inline-block;
  margin: 0 10px;
}
.banner .banner-content .nav .nav-list li a {
  font-size: 14px;
  color: #fff;
}
.banner .banner-content .banner-news {
  width: 70%;
  position: absolute;
  left: 0;
  top: 280px;
}
.banner .banner-content .banner-news .main-toutiao h2 {
  margin: 0;
  text-align: center;
}
.banner .banner-content .banner-news .main-toutiao h2 a {
  color: #aacc03;
  text-shadow: 1px 1px 0 #0079c2;
  font-size: 30px;
  line-height: 1.2;
}
.banner .banner-content .banner-news .main-toutiao h2 a:hover {
  color: #fff;
}
.banner .banner-content .banner-news .yaowen-list .w-list {
  list-style: none;
  padding: 20px 10px;
  margin: 0;
}
.banner .banner-content .banner-news .yaowen-list .w-list li {
  padding: 9px 0 9px 30px;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  font-size: 17px;
  text-overflow: ellipsis;
  margin: 0;
}
.banner .banner-content .banner-news .yaowen-list .w-list li a {
  color: #fff;
  font-size: 18px;
}
.banner .banner-content .banner-news .yaowen-list .w-list li a:hover {
  color: #aacc03;
}
.banner .banner-content .banner-news .live .live-list {
  list-style: none;
  display: flex;
}
.banner .banner-content .banner-news .live .live-list li {
  display: block;
  margin: 10px;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 0 20px #f6ad00;
  border: solid 3px #f6ad00;
  transition: color 0.5s;
}
.banner .banner-content .banner-news .live .live-list li:hover {
  box-shadow: 0 0 60px #aacc03;
  border-color: #aacc03;
}
.banner .banner-content .banner-news .live .live-list li a {
  display: block;
}
.banner .banner-content .banner-news .live .live-list li a img {
  display: block;
}
.banner .banner-content .banner-news .live .live-list li .link-inner {
  position: absolute;
  left: 6%;
  top: 10%;
  width: 88%;
  height: 80%;
}
.banner .banner-content .banner-news .live .live-list li .link-inner span {
  display: inline-block;
  padding: 2px 12px;
  background-color: #f6ad00;
  color: #000;
  font-size: 16px;
  border-radius: 3px;
}
.banner .banner-content .banner-news .live .live-list li .link-inner h5 {
  margin-top: 15px;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.4;
  text-shadow: 1px 1px 1px #02456f;
}
.banner .banner-content .banner-news .live .live-list li:before {
  content: "";
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
.banner .chedui {
  position: absolute;
  width: 28%;
  right: 0;
  top: 50px;
}
.banner .chedui .saicheng {
  padding: 10px;
}
.banner .chedui .saicheng .saicheng-title {
  font-size: 16px;
  color: #fff;
  border-bottom: solid 1px #fff;
  font-weight: bold;
}
.banner .chedui .saicheng ul {
  list-style: none;
  box-sizing: border-box;
  padding: 10px 0 0;
  margin: 0;
}
.banner .chedui .saicheng ul li {
  width: 33.3333%;
  display: block;
  float: left;
  box-sizing: border-box;
}
.banner .chedui .saicheng ul li a {
  padding: 4px;
  display: block;
}
.banner .chedui .saicheng ul li .saicheng-item {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}
.banner .chedui .saicheng ul li .saicheng-item img {
  display: block;
}
.banner .chedui .saicheng ul li .saicheng-item .item-title {
  position: absolute;
  left: 0;
  bottom: 2px;
  line-height: 1.2;
  padding: 0 5px;
  text-align: center;
  color: #fff;
  opacity: 0;
  transition: opacity 0.5s;
}
.banner .chedui .saicheng ul li .saicheng-item:before {
  content: "";
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
}
.banner .chedui .saicheng ul li .saicheng-item:hover:before,
.banner .chedui .saicheng ul li .saicheng-item:hover .item-title {
  opacity: 1;
}
.banner .chedui .rongyaobang .rongyao-title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  border-bottom: solid 1px #ffff;
  padding-bottom: 5px;
  padding-top: 10px;
  letter-spacing: 0.3em;
  text-shadow: 1px 1px 1px #098207;
}
.banner .chedui .rongyaobang .rongyao-list .list li {
  border: none;
  color: #fff;
}
.banner .chedui .rongyaobang .rongyao-list .list li a {
  color: #fff;
  padding-left: 0;
  background: unset;
}
.banner .chedui .rongyaobang .rongyao-list .list li:hover {
  background-color: #aacc03;
}
.banner .chedui .rongyaobang .rongyao-list .base-img-list ul li:hover h4 {
  background: #0079c2;
}
.banner .chedui .rongyaobang .rongyao-list .base-img-list ul li h4 a {
  font-weight: normal;
}
.banner .chedui .chedui-info .chedui-title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  border-bottom: solid 1px #ffff;
  padding-bottom: 5px;
  letter-spacing: 0.3em;
  text-shadow: 1px 1px 1px #098207;
}
.banner .chedui .chedui-list {
  padding-top: 20px;
}
.banner .chedui .chedui-list ul {
  list-style: none;
}
.banner .chedui .chedui-list ul li {
  width: 150px;
  height: 117px;
  text-align: center;
  vertical-align: middle;
}
.banner .chedui .chedui-list ul li .chedui-item {
  height: 117px;
  text-align: center;
  vertical-align: middle;
}
.banner .chedui .chedui-list ul li img {
  width: 70px;
  cursor: help;
  display: inline-block;
}
.hidden-box {
  background: #fff;
  max-width: 200px;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
}
.hidden-box p {
  text-align: center;
}
.h3-title {
  margin: 0 0 10px;
  padding: 0 0 0 134px;
  background: url("images/h3-bg.png") 10px center no-repeat;
  position: relative;
  border-bottom: solid 2px #dddddd;
}
.h3-title span {
  display: inline-block;
  height: 40px;
  padding: 0;
  line-height: 40px;
  color: #aacc03;
  font-size: 22px;
  /*font-style: italic;*/
  border-bottom: solid 2px #ED1E26;
  margin-bottom: -2px;
}
.h3-title .more {
  position: absolute;
  top: 7px;
  right: 10px;
  font-size: 12px;
  color: #909090;
}
.h3-title .more:hover {
  color: #aacc03;
}
#play {
  width: 741px;
  border: 4px solid #aacc03;
  height: 413px;
  background: #f5f5f5;
}
.vlist ::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  overflow: auto;
}
.vlist ::-webkit-scrollbar-thumb {
  background-color: #aacc03;
  min-height: 25px;
  min-width: 25px;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 99px;
}
.vlist ::-webkit-scrollbar-track {
  background-color: #f7f7f7;
  border: 1px solid #aacc03;
}
.vlist ul {
  border: 4px solid #aacc03;
  height: 413px;
  border-left: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow-y: scroll;
}
.vlist ul li {
  height: 100px;
  display: block;
  position: relative;
}
.vlist ul li .thumb {
  position: absolute;
  left: 10px;
  top: 10px;
  height: 80;
  width: 141px;
}
.vlist ul li .thumb img {
  width: 100% ;
  cursor: pointer;
}
.vlist ul li .h4t {
  padding: 15px 10px 10px 161px;
}
.vlist ul li .h4t h4 {
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  font-size: 17px;
  font-weight: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.vlist ul li .h4t a {
  font-size: 18px;
  font-weight: normal;
}
.other-video {
  padding-top: 10px;
}
.other-video .base-img-list ul {
  padding: 0;
}
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.owl-carousel.normal li {
  max-width: 100%;
  position: relative;
  overflow: hidden;
}
.owl-carousel.normal li h4 {
  margin: 0;
  width: 100%;
  bottom: 0;
  position: absolute;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  left: 0;
  padding: 10px 0;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAFoEvQfAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA1JREFUeNpjYGBgmAkAAJ4Ampytb/sAAAAASUVORK5CYII=");
  border-radius: 1px;
  font-size: 16px;
}
.owl-carousel.normal li h4 a {
  color: #ffffff;
}
.owl-carousel.normal li h4 a:before {
  content: ' ';
  display: inline-block;
  width: 1em;
  text-indent: 1.5em;
}
.owl-carousel.normal li h4:hover a {
  color: #ba0000;
}
.owl-carousel .owl-nav {
  opacity: 0;
  -webkit-transition: all linear 0.218s;
  -moz-transition: all linear 0.218s;
  transition: all linear 0.218s;
}
.owl-carousel:hover .owl-nav {
  opacity: 1;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  left: 0;
  width: 30px;
  height: 50px;
  top: 50%;
  margin-top: -30px;
  z-index: 1;
  display: block;
  width: 28px;
  height: 62px;
  line-height: 62px;
  background: #808080;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  font-family: 'simsun';
}
.owl-carousel .owl-nav .owl-next {
  left: auto;
  right: 0;
}
.owl-carousel .owl-dots {
  position: absolute;
  right: 5px;
  top: 5px;
}
.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  border: solid 1px #aacc03;
  width: 6px;
  height: 6px;
  margin: 5px 4px;
  text-align: center;
  background-color: #aacc03;
  border-radius: 100%;
}
.owl-carousel .owl-dots .owl-dot.active {
  background: #fff;
}
.base-news-box {
  padding: 65px 0;
}
.base-news-box .yaowensudi-h3 {
  height: 77px;
  background: url('images/saishisudi.png') center no-repeat;
  text-align: center;
  text-indent: -99999em;
}
.base-news-box .red-border-box {
  padding: 15px;
  border: #aacc03 1px solid;
  margin-left: 50px;
  box-shadow: 7px 7px 0 #aacc03;
}
.base-news-box .red-border-box .xxx-h3-title {
  text-indent: -9999em;
  margin: 10px 0 10px;
  background: url('images/xxx.png') no-repeat top center;
  height: 35px;
  padding-bottom: 20px;
  border-bottom: solid 1px #eaeaea;
}
.base-news-box .hot-point {
  margin: 10px 0 20px 60px;
}
.base-img-list ul {
  padding: 10px;
  list-style: none;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.base-img-list ul li {
  box-sizing: border-box;
  flex: 1 0 calc((100% - 4px - 10px)/2);
  display: flex;
  position: relative;
  margin: 2px;
  overflow: hidden;
}
.base-img-list ul li img {
  display: block;
}
.base-img-list ul li h4 {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  padding: 5px 0;
  background: #aacc03;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 12px;
  text-overflow: ellipsis;
  color: #fff;
}
.base-img-list ul li h4:hover {
  color: #f2e6cf;
}
.base-img-list ul li h4 a {
  color: #fff;
}
.base-img-list ul li h4 a:hover {
  color: #f2e6cf;
}
.base-img-list ul li h4 a:before {
  content: '';
  display: inline-block;
  font-size: 1em;
  width: 1em;
  height: 1em;
}
.big-title {
  height: 88px;
  text-indent: -8888em;
  margin: 8px 0;
  background-position: center;
  background-repeat: no-repeat;
}
.big-title.video {
  background-image: url('images/video.png');
}
.big-title.photo {
  background-image: url('images/photo.png');
}
.list {
  margin: 0 0 15px;
  padding: 0 5px;
  list-style-type: none;
}
.list li {
  padding: 7px 0 7px 20px;
  border-bottom: 1px dotted #ccc;
  white-space: nowrap;
  overflow: hidden;
  font-size: 17px;
  text-overflow: ellipsis;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAFCAYAAACJmvbYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAACdJREFUeNpi+P//PwMyLiws/A9jM6BLIitgBDEYcAF8Ohnw2QkQYADmjVNUfZ22YAAAAABJRU5ErkJggg==") 8px center no-repeat;
  -webkit-transition: all linear 0.218s;
  -moz-transition: all linear 0.218s;
  transition: all linear 0.218s;
}
.list li:hover {
  background-color: #f0f0f0;
}
.list li.first {
  padding: 7px;
  border-bottom: 1px dotted #ccc;
  background: #f5f5f5;
}
.list li.first a {
  color: #343434;
}
.list li.first a:hover {
  color: #990000;
}
.list li.first h4 {
  white-space: nowrap;
  overflow: hidden;
  font-size: 16px;
  text-overflow: ellipsis;
  text-align: center;
  font-weight: 900;
  margin: 0;
  padding: 5px 0;
}
.list li.first p {
  color: #0e4e4d;
  font-size: 14px;
  margin: 0;
  padding: 5px 10px;
  white-space: normal;
  overflow: visible;
  text-indent: 1.78em;
}
.list li.has-img {
  padding: 0;
  border: none;
  word-spacing: normal;
  overflow: visible;
  position: relative;
  margin-bottom: 10px;
  margin-top: 7px;
}
.list li.has-img img {
  display: block;
}
.list li.has-img a {
  display: block;
}
.list li.has-img a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(206, 21, 28, 0.37);
  opacity: 0;
  transition: all linear 0.4s;
  -webkit-transition: all linear 0.4s;
}
.list li.has-img a:hover:after {
  opacity: 1;
}
.list li.has-img h4 {
  position: absolute;
  margin: 0;
  padding: 6px 10px;
  left: 0;
  bottom: 0;
  text-align: center;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
  text-overflow: ellipsis;
  z-index: 2;
  width: 100%;
}
.list li.has-img:before {
  content: "";
  height: 35px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #454545;
  background-color: rgba(34, 34, 34, 0.59);
  z-index: 1;
  width: 100%;
}
.list li.has-img h4 a {
  color: #ffffff;
  display: block;
  padding: 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list li.has-img h4 a:after {
  display: none;
}
.big-font-list ul.list {
  padding-left: 2em;
  padding-bottom: 10px;
}
.big-font-list ul.list li {
  background: none;
  border: none;
  font-size: 20px;
  padding: 2px 0 2px 10px;
}
.big-font-list ul.list li:first-child {
  font-weight: bold;
}
.footer {
  background-color: #f2f2f2;
  margin-top: 100px;
  padding: 30px 0 20px;
  border-top: solid 2px #ce0418;
  position: relative;
}
.footer p {
  font-size: 12px;
  color: #454545;
  margin: 0;
  padding: 0;
  text-align: center;
}
