/*
    公共样式
*/
* {
  padding: 0;
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  font-family: 'Microsoft YaHei';
  box-sizing: border-box;
}
.btn {
  cursor: pointer;
}
.hidden {
  display: none;
}
body,
html {
  background-color: #fff;
}
ul {
  list-style: none;
}
.body {
  width: 100%;
  min-width: 1300px;
}
.content {
  width: 1300px;
  margin: 0 auto;
}
.body-content {
  margin-top: 80px;
  min-width: 1300px;
}
h2 {
  padding: 90px 0 60px 0;
  font-size: 36px;
  color: #222222;
  font-weight: bold;
  text-align: center;
}
.bgfff {
  width: 100%;
  background-color: #fff;
}
.bgf8 {
  width: 100%;
  background-color: #F8F6F7;
}
.tab-list-body {
  box-shadow: 0px 16px 16px 0px rgba(0, 0, 0, 0.05);
}
.swiper-container {
  width: 100%;
  height: 550px;
}
.swiper-wrapper {
  width: 100%;
  height: 550px;
}
.menu-swiper-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tab-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 90px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.tab-list li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  height: 90px;
}
.tab-list li div {
  height: 87px;
  line-height: 87px;
  display: inline-block;
  font-size: 22px;
  color: #555555;
  font-weight: bold;
  cursor: pointer;
}
.tab-list li .select {
  border-bottom: 3px solid #4877FB;
  color: #4877FB;
}
/*
    顶部以及导航栏样式
*/
.body.menu-top {
  height: 40px;
  background-color: #000000;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}
.body.menu-top .content {
  height: 40px;
  line-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.body.menu-top .content li {
  color: #939393;
  margin: 0 3px;
  cursor: pointer;
}
.menu-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #fff;
  margin-left: 100px;
}
.menu-right .login {
  width: 84px;
  height: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 16px;
  border: 1px solid #fff;
  margin-right: 32px;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
}
.menu-right .login img {
  margin-right: 5px;
}
.menu-right .register {
  cursor: pointer;
}
.menu-content {
  background-color: #3A3B41;
  height: 80px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
}
.menu-content .content {
  line-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu-content .content img {
  vertical-align: middle;
}
.menu-content .content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu-content .content ul li {
  margin: 0 20px;
  color: #fff;
  cursor: pointer;
  line-height: 62px;
  height: -webkit-calc(100% - 20px);
  height: calc(100% - 20px);
}
.menu-content .content ul li:hover {
  color: #4877FB;
}
.menu-content .content ul li.select {
  border-bottom: 2px solid #4877FB;
}
.menu-content .content ul li a {
  width: 100%;
  display: block;
  text-decoration: none;
  color: #fff;
}
.menu-top {
  width: 100%;
  height: 120px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  vertical-align: top;
}
.footer {
  width: 100%;
  height: 160px;
  vertical-align: top;
}
.toast {
  position: fixed;
  bottom: 250px;
  width: 100%;
  left: 0;
  text-align: center;
}
.toast div {
  background: rgba(255, 255, 255, 0.5);
  color: #939393;
  font-size: 16px;
  text-align: center;
  min-width: 100px;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  color: #010101;
  border-radius: 20px;
  padding: 0 10px;
}
.go-top {
  position: fixed;
  bottom: 100px;
  right: 100px;
  color: #939393;
  font-size: 14px;
  cursor: pointer;
}
.go-top img {
  height: 14px;
}
/*
  底部介绍样式
*/
.menu-bottom {
  height: 140px;
  width: 100%;
  background-color: #211E21;
  padding-top: 20px;
  color: #939393;
  font-size: 14px;
}
.menu-bottom .operation {
  line-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu-bottom .operation li {
  margin: 0 3px;
  cursor: pointer;
}
/*
    首页样式
*/
.index .problem-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.index .problem-list li {
  width: 400px;
  padding-bottom: 60px;
  transition: margin-top 0.5s;
  -moz-transition: margin-top 0.5s;
  /* Firefox 4 */
  -webkit-transition: margin-top 0.5s;
  /* Safari and Chrome */
  -o-transition: margin-top 0.5s;
  /* Opera */
}
.index .problem-list li:hover {
  margin-top: -20px;
}
.index .problem-list li img {
  width: 400px;
  height: 212px;
  vertical-align: top;
}
.index .problem-list li .info {
  padding: 0 10px;
  text-align: center;
}
.index .problem-list li .info .title {
  font-size: 20px;
  color: #222222;
  font-weight: bold;
  margin-top: 20px;
}
.index .problem-list li .info .txt {
  font-size: 18px;
  color: #666666;
  margin-top: 10px;
  line-height: 28px;
}
.index .need {
  background-image: url(../image/index-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 110px;
}
.index .need h2 {
  color: #fff;
}
.index .need-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.index .need-list li {
  width: 264px;
  height: 300px;
  border: 1px solid #fff;
  border-radius: 20px;
  text-align: center;
  background-color: transparent;
  transition: margin-top 0.5s;
  -moz-transition: margin-top 0.5s;
  /* Firefox 4 */
  -webkit-transition: margin-top 0.5s;
  /* Safari and Chrome */
  -o-transition: margin-top 0.5s;
  /* Opera */
}
.index .need-list li:hover {
  margin-top: -20px;
}
.index .need-list li img {
  height: 60px;
  vertical-align: top;
  margin-top: 78px;
}
.index .need-list li .txt {
  font-size: 22px;
  color: #fff;
  margin-top: 60px;
}
.index .need-list li:nth-child(2),
.index .need-list li:nth-child(4) {
  background: -webkit-gradient(linear, left bottom, left top, from(#225DF6), to(#38AFEC));
  background: linear-gradient(0deg, #225DF6, #38AFEC);
  border: none;
}
.index .programme h2 {
  padding-bottom: 30px;
}
.index .programme .provide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 74px 20px 117px 89px;
}
.index .programme .provide .info {
  padding-right: 270px;
  padding-top: 20px;
}
.index .programme .provide .info .title {
  font-size: 22px;
  color: #222222;
  font-weight: bold;
}
.index .programme .provide .info .txt {
  font-size: 20px;
  color: #666666;
  margin-top: 20px;
  line-height: 30px;
}
.index .programme .provide .info .btn {
  width: 180px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  background-color: #4877FB;
  font-size: 20px;
  color: #fff;
  margin-top: 55px;
}
.index .advantage-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 40px;
}
.index .advantage-list li {
  width: 625px;
  height: 270px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  padding: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
  transition: margin-top 0.5s;
  -moz-transition: margin-top 0.5s;
  /* Firefox 4 */
  -webkit-transition: margin-top 0.5s;
  /* Safari and Chrome */
  -o-transition: margin-top 0.5s;
  /* Opera */
}
.index .advantage-list li:hover {
  margin-top: -20px;
}
.index .advantage-list li img {
  width: 90px;
  min-width: 90px;
  height: 90px;
}
.index .advantage-list li .info {
  padding-right: 74px;
}
.index .advantage-list li .info .title {
  font-size: 22px;
  color: #222222;
  font-weight: bold;
}
.index .advantage-list li .info .txt {
  font-size: 20px;
  color: #666666;
  line-height: 30px;
  margin-top: 22px;
}
.index .company-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-bottom: 50px;
}
.index .company-list li {
  width: 25%;
  text-align: center;
  padding: 30px;
  border-left: 2px solid #F8F6F7;
  transition: padding 0.5s;
  -moz-transition: padding 0.5s;
  /* Firefox 4 */
  -webkit-transition: padding 0.5s;
  /* Safari and Chrome */
  -o-transition: padding 0.5s;
  /* Opera */
}
.index .company-list li:hover {
  padding: 10px;
}
.index .company-list li:nth-child(1),
.index .company-list li:nth-child(5) {
  border: none;
}
.index .company-list li img {
  width: 100%;
  height: 100%;
}
/*
  产品中心
*/
.product .product-list-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 150px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.product .product-list-info .info {
  max-width: 600px;
}
.product .product-list-info .info .title {
  font-size: 22px;
  color: #222222;
  margin-top: 35px;
  font-weight: bold;
}
.product .product-list-info .info .title:nth-child(1) {
  margin-top: 0;
}
.product .product-list-info .info .txt {
  font-size: 20px;
  color: #666666;
  margin-top: 20px;
  line-height: 30px;
}
.product .product-list-info img {
  max-width: 630px;
  width: 630px;
  height: 380px;
}
.product .lvmeng-yun {
  padding-bottom: 90px;
}
.product .qryun {
  padding-top: 90px;
}
.product .qryun .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 90px;
}
.product .qryun .top li {
  text-align: center;
  transition: margin-top 0.5s;
  -moz-transition: margin-top 0.5s;
  /* Firefox 4 */
  -webkit-transition: margin-top 0.5s;
  /* Safari and Chrome */
  -o-transition: margin-top 0.5s;
  /* Opera */
}
.product .qryun .top li:hover {
  margin-top: -20px;
}
.product .qryun .top li .title {
  font-size: 22px;
  color: #222222;
  font-weight: bold;
  margin-top: 20px;
}
.product .qryun .top li .txt {
  margin-top: 10px;
  font-size: 20px;
  color: #666666;
  line-height: 30px;
}
.product .qryun .center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 90px;
}
.product .qryun .center li {
  width: 400px;
  height: 345px;
  background-color: #fff;
  text-align: center;
  padding: 36px 50px 0 50px;
  transition: margin-top 0.5s;
  -moz-transition: margin-top 0.5s;
  /* Firefox 4 */
  -webkit-transition: margin-top 0.5s;
  /* Safari and Chrome */
  -o-transition: margin-top 0.5s;
  /* Opera */
}
.product .qryun .center li:hover {
  margin-top: -20px;
}
.product .qryun .center li .title {
  font-size: 22px;
  color: #222222;
  font-weight: bold;
  margin-top: 30px;
}
.product .qryun .center li .txt {
  font-size: 20px;
  color: #666666;
  line-height: 30px;
  margin-top: 10px;
}
.product .qryun .bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.product .qryun .bottom li {
  text-align: center;
  min-width: 200px;
  padding-bottom: 90px;
}
.product .qryun .bottom li p {
  font-size: 20px;
  color: #222222;
  margin-top: 10px;
}
.product .trial {
  text-align: center;
  padding-bottom: 90px;
}
.product .trial .title {
  font-size: 22px;
  color: #222222;
}
.product .trial .txt {
  font-size: 20px;
  color: #666666;
  margin-top: 10px;
}
.product .trial img {
  width: 280px;
  height: 280px;
  margin-top: 20px;
}
/*
  解决方案
*/
.programme .programme-item .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 400px;
}
.programme .programme-item .item .info {
  padding-right: 100px;
}
.programme .programme-item .item .info:nth-child(2n+0) {
  padding-left: 100px;
}
.programme .programme-item .item h3 {
  font-size: 22px;
  color: #4877FB;
  font-weight: bold;
}
.programme .programme-item .item h3:nth-child(2) {
  margin-top: 30px;
}
.programme .programme-item .item h4 {
  font-size: 20px;
  color: #333333;
  margin-top: 10px;
  font-weight: bold;
}
.programme .programme-item .item .txt-p {
  margin-top: 10px;
}
.programme .programme-item .item .name {
  color: #333;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
}
.programme .programme-item .item .txt {
  font-size: 20px;
  color: #666;
  line-height: 30px;
}
.programme .programme-item .item .img-div {
  min-width: 480px;
  padding: 20px;
  text-align: center;
}
.programme .programme-item .item .img-div img {
  width: 100%;
  height: 100%;
}
.programme .programme-item .item:hover .img-div {
  padding: 0;
}
.programme .fixed-tab {
  position: fixed;
  top: 80px;
  z-index: 99;
  width: 100%;
  background-color: #fff;
}
/*
  研究院
*/
.research .top-img {
  width: 100%;
  vertical-align: top;
}
.research .center-content {
  padding: 59px;
  background-color: #fff;
  margin-top: -150px;
  position: relative;
}
.research .center-content .title {
  font-size: 20px;
  color: #222222;
  font-weight: bold;
}
.research .center-content .txt {
  margin-top: 14px;
  font-size: 14px;
  color: #555555;
}
.research .center-content .research-list {
  margin-top: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.research .center-content .research-list li {
  text-align: center;
  padding-bottom: 110px;
  width: 25%;
}
.research .center-content .research-list li img {
  width: 12px;
  height: 124px;
  min-width: 124px;
  border-radius: 24px;
}
.research .center-content .research-list li p {
  font-size: 16px;
  color: #222222;
  margin-top: 14px;
}
.research .bottom {
  margin-top: 110px;
  padding-bottom: 110px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.research .bottom .title {
  font-size: 20px;
  color: #222222;
  font-weight: bold;
}
.research .bottom .txt {
  font-size: 14px;
  color: #555555;
  margin-top: 14px;
}
.research .bottom .btn {
  width: 200px;
  height: 54px;
  text-align: center;
  line-height: 54px;
  font-size: 18px;
  color: #fff;
  background-color: #3F3D49;
  margin-top: 60px;
  cursor: pointer;
}
.research .qr-code {
  text-align: center;
  display: none;
}
.research .qr-code img {
  width: 400px;
  height: 400px;
}
.research .qr-code p {
  font-size: 20px;
  color: #333;
  margin-top: 10px;
}
/*
  关于我们
*/
.about .top-img {
  width: 100%;
  vertical-align: top;
}
.about .about-info {
  padding: 70px 70px 70px 80px;
  background-color: #fff;
  margin-top: -150px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.08);
}
.about .about-info img {
  width: 400px;
  height: 280px;
}
.about .about-info .info {
  padding-left: 80px;
}
.about .about-info .info .title {
  font-size: 20px;
  color: 20px;
  font-weight: bold;
  margin-bottom: 14px;
}
.about .about-info .info .txt {
  font-size: 16px;
  color: #555555;
  line-height: 30px;
}
.about .advantage-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 40px;
}
.about .advantage-list li {
  width: 625px;
  height: 270px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  padding: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
  transition: margin-top 0.5s;
  -moz-transition: margin-top 0.5s;
  /* Firefox 4 */
  -webkit-transition: margin-top 0.5s;
  /* Safari and Chrome */
  -o-transition: margin-top 0.5s;
  /* Opera */
}
.about .advantage-list li:hover {
  margin-top: -20px;
}
.about .advantage-list li img {
  width: 90px;
  min-width: 90px;
  height: 90px;
}
.about .advantage-list li .info {
  padding-right: 74px;
}
.about .advantage-list li .info .title {
  font-size: 22px;
  color: #222222;
  font-weight: bold;
}
.about .advantage-list li .info .txt {
  font-size: 20px;
  color: #666666;
  line-height: 30px;
  margin-top: 22px;
}
.about .cooperation {
  height: 486px;
  background-image: url('../image/about_img2.png');
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 180px;
  color: #fff;
  text-align: center;
}
.about .cooperation .title {
  font-size: 42px;
  font-weight: bold;
}
.about .cooperation .txt {
  font-size: 30px;
  font-weight: bold;
  margin-top: 80px;
}
.footerBottom {
  background-color: #171725;
  min-width: 1300px;
}
.footerBottom .center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  color: #9096A2;
  padding-top: 40px;
  padding-bottom: 90px;
}
.footerBottom .center .p-title {
  margin-bottom: 24px;
}
.footerBottom .center .left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.footerBottom .center .left p {
  line-height: 30px;
}
.footerBottom .center .left .guanyu {
  margin-left: 180px;
}
.footerBottom .center .right {
  width: 120px;
}
.footerBottom .center .right img {
  width: 120px;
  height: 120px;
}
.footerBottom .center .right p {
  font-size: 14px;
  color: #B3B0B0;
  text-align: center;
}
.footerBottom .bottom {
  font-size: 12px;
  color: #C3C3C3;
  text-align: center;
  line-height: 24px;
}
.footerBottom .bottom a {
  color: #C3C3C3;
  text-decoration: none;
}
