@charset "UTF-8";
.flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.ce3-2 .col-sm-3:nth-child(n+9) {
    display: none !important;
}
.flex > * {
  flex: auto;
  text-align: center;
}

.cess table {
  width: 100%;
}

.news_contents-case .col-sm-4 {
  margin-bottom: 20px;
}

.news_contents-case .col-sm-4 img {
  width: 100%;
}

.news_contents-case .col-sm-4 h4 {
  padding: 20px 20px 0 20px;
  font-weight: bold;
  font-size: 20px;
}

.news_contents-case .col-sm-4 p {
  padding: 10px 20px 20px 20px;
  color: #555;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news_contents-case .col-sm-4 div {
  box-shadow: 0 0 15pc rgba(0, 0, 0, 0.1);
  display: block;
  padding-bottom: 20px;
}

/**************************PUBLIC***************************/
body {
  font-size: 16px;
  font-family: "微软雅黑";
  margin: 0;
  padding: 0;
  background: #fff;
  color: #231F20;
}

* {
  box-sizing: border-box;
}

li {
  list-style: none;
}

a {
  text-decoration: none !important;
  color: #525252;
}

/**************************body***************************/
.page {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 0px;
}

.page span:first-child,
.page a:first-child {
  border-radius: 2px 0 0 2px !important;
  border: 1px #000 solid;
  padding: 3px 6px;
  margin-left: -1px;
  color: #000;
}

.page a:last-child,
.page span:last-child {
  border-radius: 0 2px 2px 0 !important;
}

.page a,
.page span {
  text-decoration: none;
  color: #000;
  border: 1px #000 solid;
  padding: 3px 6px;
  margin-left: -1px;
}

#contact {
  display: none;
}

#contact-p {
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -73.5px;
  z-index: 9999;
}

#contact-p div {
  width: 44px;
  height: 44px;
  margin-bottom: 5px;
  position: relative;
}

#contact-p div a {
  color: #FFFFFF;
  display: block;
  background: #0B579F;
  transition: 0.35s;
  position: absolute;
  left: 0;
  width: 170px;
  height: 44px;
  line-height: 44px;
}

#contact-p div a:hover {
  left: -110px;
}

#contact-p div a i {
  float: left;
  font-size: 28px;
  padding: 0 8px;
}

#contact-p div a span {
  display: block;
  float: left;
}

#contact-p div img {
  width: 150px;
  display: none;
  position: absolute;
  left: -110px;
  bottom: -150px;
}

#contact-p div:hover img {
  display: block;
}

#contact-p .gototop {
  display: none;
}

/**************************公共***************************/
.top {
  background: #f7f7f7;
  height: 40px;
  line-height: 40px;
}

.top p, .top a {
  font-size: 14px;
  color: #808080;
  margin: 0;
}

/**************************head***************************/
.title {
  margin-bottom: 2.5em;
}

.title h4, .title p {
  text-align: center;
}

.title h4 {
  color: #0B579F;
  padding-bottom: 5px;
  position: relative;
  font-size: 24px;
  font-weight: bold;
}

.title h4::after {
  transition: 1s;
  display: inline-block;
  content: '';
  height: 1px;
  position: absolute;
  background: #999;
  width: 60px;
  bottom: -10px;
  left: calc(50% - 30px);
}

.title p {
  font-size: 14px;
  color: #999;
  margin-top: 20px;
  font-weight: normal;
  text-transform: uppercase;
}

.ce3-1, .ce3-2, .ce3-3, .ce3-4, .ce3-5, .ce3-6, .ce3-7 {
  padding: 3em 0;
}

.div37 {
  padding-bottom: 3em !important;
}

.ce3-1 {
  background: #f8f8f8;
}

.ce3-1 .col-sm-4 {
  margin-bottom: 30px;
}

.ce3-1 .col-sm-4 a > div {
  overflow: hidden;
  position: relative;
}

.ce3-1 .col-sm-4 a > div img {
  transition: .35s all;
  display: block;
  width: 100%;
}

.ce3-1 .col-sm-4 a > div .zq1 {
  width: 100%;
  background: rgba(0, 0, 0, 0.45);
  position: absolute;
  bottom: 0px;
  padding: 20px;
  left: 0;
  height: 100%;
  color: #fff;
  text-align: center;
}

.ce3-1 .col-sm-4 a > div .zq1 h4 {
  line-height: 40px;
  padding-top: 18%;
  font-size: 26px;
  transition: .35s all;
}

.ce3-1 .col-sm-4 a > div .zq1 p {
  display: none;
  padding: 50px 20px 20px;
  line-height: 28px;
  font-size: 14px;
}

.ce3-1 .col-sm-4 a > div:hover .zq span:nth-child(1) {
  width: 100%;
}

.ce3-1 .col-sm-4 a > div:hover .zq span:nth-child(2) {
  height: 100%;
}

.ce3-1 .col-sm-4 a > div:hover .zq span:nth-child(3) {
  width: 100%;
}

.ce3-1 .col-sm-4 a > div:hover .zq span:nth-child(4) {
  height: 100%;
}

.ce3-1 .col-sm-4 a > div .zq {
  position: absolute;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
}

.ce3-1 .col-sm-4 a > div .zq span {
  transition: .35s all;
  position: absolute;
  background: #0ef4f2;
}

.ce3-1 .col-sm-4 a > div .zq span:nth-child(1) {
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
}

.ce3-1 .col-sm-4 a > div .zq span:nth-child(2) {
  top: 0;
  right: 0;
  width: 2px;
  height: 0;
}

.ce3-1 .col-sm-4 a > div .zq span:nth-child(3) {
  bottom: 0;
  right: 0;
  width: 0;
  height: 2px;
}

.ce3-1 .col-sm-4 a > div .zq span:nth-child(4) {
  bottom: 0;
  left: 0;
  width: 2px;
  height: 0;
}

.ce3-1 .col-sm-4 a > div:hover div h4 {
  transform: scale(0.8);
}

.ce3-1-x {
  background: #f8f8f8;
}

.ce3-1-x .col-sm-3 {
  margin-bottom: 80px;
}

.ce3-1-x .col-sm-3 img {
  width: 100%;
  transition: .35s all;
  border-radius: 0;
}

.ce3-1-x .col-sm-3:hover div {
  background: #F4A814;
}

.ce3-1-x .col-sm-3:hover div img {
  transform: scale(1.1);
}

.ce3-1-x .col-sm-3 a > div {
  position: relative;
  overflow: hidden;
}

.ce3-1-x .col-sm-3 a > div div {
  background: #0B579F;
  text-align: center;
  padding: 5px;
}

.ce3-1-x .col-sm-3 a > div div h4 {
  display: inline-block;
  color: #fff;
}

.ce3-1-x .col-sm-3 a > div div p {
  color: #fff;
}

.ce3-2 .col-sm-3 {
  position: relative;
  padding: 30px 20px;
  text-align: center;
  height: 250px;
  overflow: hidden;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.ce3-2 .col-sm-3 span {
  display: block;
  width: 140px;
  height: 140px;
  line-height: 140px;
  transition: .35s all;
  border-radius: 50%;
  margin: auto;
  background: #ad2223;
}

.ce3-2 .col-sm-3:nth-child(2) span {
  background: #fa8c01;
}

.ce3-2 .col-sm-3:nth-child(3) span {
  background: #fdca01;
}

.ce3-2 .col-sm-3:nth-child(4) {
  border-right: 0;
}

.ce3-2 .col-sm-3:nth-child(4) span {
  background: #26adef;
}

.ce3-2 .col-sm-3:nth-child(5) {
  border-bottom: 0;
}

.ce3-2 .col-sm-3:nth-child(5) span {
  background: #37b44c;
}

.ce3-2 .col-sm-3:nth-child(6) {
  border-bottom: 0;
}

.ce3-2 .col-sm-3:nth-child(6) span {
  background: #3520af;
}

.ce3-2 .col-sm-3:nth-child(7) {
  border-bottom: 0;
}

.ce3-2 .col-sm-3:nth-child(7) span {
  background: #32749b;
}

.ce3-2 .col-sm-3:nth-child(8) {
  border-bottom: 0;
  border-right: 0;
}

.ce3-2 .col-sm-3:nth-child(8) span {
  background: #828a11;
}

.ce3-2 .col-sm-3:hover span {
  transform: translateY(-10px);
}

.ce3-2 .col-sm-3 i {
  font-style: inherit;
  font-size: 30px;
  transition: .35s all;
  color: #fff;
}

.ce3-2 .col-sm-3 p {
  font-size: 14px;
  color: #666;
  line-height: 28px;
}

.ce3-2 .col-sm-3 h4 {
  line-height: 40px;
}

.ce3-3 {
  background: #f5f9fc;
  position: relative;
}

.ce3-3 .col-sm-3 div {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  height: 300px;
  transition: .35s all;
  background: rgba(11, 87, 159, 0.8);
  text-align: center;
  padding-top: 30px;
}

.ce3-3 .col-sm-3 div:hover i {
  transform: translateY(-10px) scale(1.2);
}

.ce3-3 .col-sm-3 div i {
  display: inline-block;
  font-size: 70px;
  color: #fff;
  transition: .35s all;
}

.ce3-3 .col-sm-3 div h4 {
  font-size: 26px;
  color: #fff;
  margin: 15px 0 20px;
}

.ce3-3 .col-sm-3 div span {
  color: #fff;
  margin-bottom: 10px;
  display: block;
}

.ce3-3 .col-sm-3 div p {
  font-size: 14px;
  color: #fff;
  line-height: 28px;
  padding: 0 20px;
}

.ce3-4 .col-sm-3 {
  margin-bottom: 40px;
}

.ce3-4 .col-sm-3 div {
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 3px;
  cursor: pointer;
}

.ce3-4 .col-sm-3 div i {
  font-size: 70px;
  padding: 20px 0 10px;
  display: block;
  color: #0B579F;
}

.ce3-4 .col-sm-3 div p:nth-child(2) {
  padding: 10px 0 10px;
  font-size: 24px;
}

.ce3-4 .col-sm-3 div p:nth-child(3) {
  border-top: 1px solid #ddd;
  padding: 20px 0 20px;
  margin-bottom: 0;
  color: #666;
  font-weight: bold;
}

.ce3-4 .col-sm-3 div:hover {
  background: #0B579F;
  color: #fff;
}

.ce3-4 .col-sm-3 div:hover i, .ce3-4 .col-sm-3 div:hover p {
  color: #fff;
}

.news_content dl {
  background: #fff;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1);
  width: 100%;
  display: table;
  margin-bottom: 15px;
}

.news_content dl dt {
  background: #0B579F !important;
  vertical-align: middle;
  display: table-cell;
  width: 100px;
  padding: 10px 0;
  text-align: center;
  color: #666;
}

.news_content dl dt c {
  display: block;
  font-size: 30px;
  color: #fff;
}

.news_content dl dt span {
  color: #fff;
}

.news_content dl dd {
  background: #fff;
  padding: 10px;
  display: table-cell;
  margin-bottom: 0;
  height: 100%;
}

.news_content dl dd a {
  text-decoration: none;
}

.news_content dl dd c {
  height: 22px;
  overflow: hidden;
  margin-top: 10px;
  color: #0B579F;
  font-size: 20px;
}

.news_content dl dd c a {
  color: #000000;
  text-decoration: none;
}

.news_content dl dd p {
  height: 66px;
  overflow: hidden;
  font-size: 14px;
  color: #777;
  margin: 0;
  padding-top: 10px;
  line-height: 28px;
}

.news_content dl:hover dd {
  background: rgba(11, 87, 159, 0.7) !important;
}

.news_content dl:hover dt {
  background: #0B579F !important;
}

.news_content dl:hover dt b,
.news_content dl:hover dt span {
  color: #FFFFFF !important;
}

.news_content dl:hover dd c {
  color: #fff;
}

.news_content dl:hover dd p {
  color: #fff;
}

.news_content dl:hover dd p a {
  color: #fff;
}

footer {
  background: #181818;
  padding-top: 2em;
  padding-bottom: 1em;
}

footer a:hover {
  color: #d7d8d9 !important;
}

footer p {
  color: #777;
}

footer a {
  color: #777;
}

footer .foot-one {
  color: #FFFFFF;
  border-bottom: 1px solid #4b5054;
  padding-bottom: 25px;
}

footer .foot-one [class^="col"] i {
  float: left;
  font-size: 30px;
  color: #fff;
  margin-right: 15px;
}

footer .foot-one [class^="col"] > div p {
  color: #d7d8d9;
  font-size: 18px;
  padding-top: 8px;
}

footer .icp {
  font-size: 14px;
  text-align: center;
}

footer .icp p {
  margin-bottom: 0;
  margin-bottom: 15px;
}

footer .foot {
  color: #777;
  font-size: 14px;
  margin-bottom: 10px;
}

footer .foot a {
  color: #777;
  margin: 0 2px;
  font-size: 14px;
}

footer .foot p {
  font-size: 14px;
  margin-top: 12px;
  text-align: center;
}

footer .nav-dibu {
  padding: 30px 0;
}

footer .nav-dibu img {
  margin: auto;
  display: block;
}

footer .nav-dibu .col-sm-3 {
  height: 160px;
  width: 20%;
  border-right: 1px dashed #4b5054;
  text-align: center;
}

footer .nav-dibu .col-sm-3 p {
  font-size: 16px;
  line-height: 28px;
  font-weight: bold;
  color: #fff;
  margin-top: 10px;
}

footer .nav-dibu .col-sm-3 p span {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
}

footer .nav-dibu .col-sm-3:nth-child(5) {
  border-right: 0 dashed #4b5054;
}

footer .nav-dibu .col-sm-3 i {
  font-size: 36px;
  color: #0ef4f2;
}

.add {
  background: #0B579F;
  height: 35px;
  line-height: 35px;
  color: #fff;
  font-size: 14px;
}

.add a {
  color: #fff;
  font-size: 14px;
}

.add i {
  font-size: 18px;
  margin: auto 5px;
}

.main {
  padding: 3em 0;
}

.main .info {
  font-size: 14px;
}

.main .info p, .main .info li {
  font-size: 14px;
  line-height: 32px;
}

.main .newss p {
  margin: 0;
  text-indent: 2em;
}

.ce3ss table {
  text-align: center;
}

.ce3ss table td {
  border: 1px solid #ddd;
  padding: 10px;
}

.main {
  background: #f8f8f8;
}

.main .right {
  background: #fff;
  padding: 20px;
}

.cp-tp {
  padding: 0;
}

.pr-cp a {
  display: block;
  overflow: hidden;
}

.pr-cp:hover img {
  transform: scale(1.1);
}

.pr-cp:hover p {
  color: #0B579F;
}

.pr-cp img {
  transition: .35s;
  border-radius: 3px;
}

.pr-cp p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  padding-top: 10px;
  font-size: 14px;
}

.new-co p {
  margin: 0;
  line-height: 32px;
  font-size: 14px;
}

.banner img {
  width: 100%;
}

/**************************foot***************************/
.page {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 0px;
}

.page .active span {
  color: #fff !important;
}

.page span:first-child,
.page a:first-child {
  border-radius: 2px 0 0 2px !important;
  border: 1px #000 solid;
  padding: 3px 6px;
  margin-left: -1px;
  color: #000;
}

.page a:last-child,
.page span:last-child {
  border-radius: 0 2px 2px 0 !important;
}

.page a,
.page span {
  text-decoration: none;
  color: #000;
  border: 1px #000 solid;
  padding: 3px 6px;
  margin-left: -1px;
}

.page span:first-child, .page a:first-child {
  border: 0;
  margin: 0 5px;
  padding: 3px 10px;
  display: block;
  border-radius: 2px !important;
}

.bj {
  position: relative;
}

.bj div {
  position: absolute;
  width: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  display: block;
  text-align: center;
}

.bj div p {
  margin: 40px 0;
  color: #fff;
  font-size: 50px;
  letter-spacing: 5px;
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.9);
  font-weight: bold;
  padding-top: 1.5%;
}

.bj div h4 {
  margin: 40px 0;
  color: #fff;
  font-size: 50px;
  letter-spacing: 5px;
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.9);
  font-weight: bold;
}

.bj div ul {
  padding: 0;
  width: 1200px;
  margin: auto;
  display: block;
  text-align: center;
}

.bj div ul li {
  float: left;
  width: 14%;
  margin: 20px 3% 0  3%;
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.7);
  color: #fff;
  font-size: 24px;
  padding-top: 64px;
  height: 168px;
}

.nav-box {
  width: 100%;
  background: #0B579F;
  border-top: 1px solid #eae9e9;
  height: 50px;
  position: relative;
}

.nav-box nav {
  position: relative;
  width: 100%;
}

.nav-box .flex {
  display: flex;
}

.nav-box .flex .active {
  background: #F4A814;
}

.nav-box .flex .active a {
  color: #fff;
}

.nav-box .flex > li {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.nav-box .flex > li:last-child {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.nav-box .flex li {
  flex: auto;
  height: 50px;
  position: relative;
}

.nav-box .flex li:hover {
  background: #F4A814;
}

.nav-box .flex li:hover ul {
  display: block;
  transition: 1s;
}

.nav-box .flex li:hover a {
  color: #fff;
}

.nav-box .flex li a {
  text-decoration: none;
  line-height: 50px;
  color: #fff;
  font-size: 16px;
  display: block;
}

.nav-box .flex li ul {
  transition: 1s;
  display: none;
  max-height: 750px;
  z-index: 99999999999999999999999 !important;
  left: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  top: 49px;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  line-height: 50px;
}

.nav-box .flex li ul a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  padding: 0 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.head {
  height: 80px;
  margin: 15px 0;
}

.head .col-sm-2 {
  padding: 0;
}

.head dl {
  display: table;
  padding: 20px 0 0 0px;
}

.head dl dt {
  display: table-cell;
  vertical-align: middle;
}

.head dl dt i {
  font-size: 36px;
}

.head dl dd p {
  margin-bottom: 0;
  text-align: left;
  padding-left: 10px;
  color: #808080;
}

.head dl dd p:nth-child(1) {
  font-size: 14px;
}

.head dl dd p:nth-child(2) {
  font-size: 22px;
  color: #0B579F;
}

.head .col-sm-8 {
  text-align: center;
  padding-top: 15px;
}

.head .col-sm-8 p {
  color: #0B579F;
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
}

.left .xglj {
  margin-top: 50px;
}

.left .active2 {
  width: 95%;
  margin-bottom: 10px;
}

.left ul {
  padding: 0;
  margin: 0;
}

.left ul h3 {
  margin: 0;
  line-height: 40px;
  font-size: 18px;
  text-align: center;
  white-space: nowrap;
  background: #007cc2;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px 20px;
}

.left ul .active a {
  background: #007cc2;
}

.left ul div {
  background: #fff;
}

.left ul div a {
  color: #666;
  display: block;
  font-size: 14px;
  padding-left: 5px;
}

.left ul p {
  padding: 15px 0 0px;
  margin-bottom: 0;
  text-align: center;
}

.left ul img {
  margin-bottom: 20px;
}

.left ul li {
  padding-left: 20px;
  line-height: 46px;
  border-bottom: 3px solid #fff;
  border-bottom: 1px dotted #0B579F;
  position: relative;
}

.left ul li:hover {
  background: #F4A814;
  border-bottom: 1px dotted #0B579F;
}

.left ul li:hover a {
  color: #fff;
}

.left ul li:hover::after {
  border-right: 6px solid #fff;
}

.left ul li::after {
  width: 0;
  position: absolute;
  left: 8px;
  content: '';
  top: 18px;
  height: 0;
  border-top: 5px solid transparent;
  display: block;
  border-right: 6px solid #007cc2;
  border-bottom: 5px solid transparent;
}

.ce3-5 {
  background: #f8f8f8;
}

.ce3-5 #gun {
  height: 560px !important;
}

.ce3-5 img {
  margin-bottom: 10px;
}

.ce3-5 .row dl {
  display: table;
  height: 90px;
  overflow: hidden;
}

.ce3-5 .row dl dt {
  display: table-cell;
  width: 100px;
  text-align: center;
  color: #0B579F;
  vertical-align: middle;
  font-weight: normal;
  border: 1px dashed rgba(11, 87, 159, 0.7);
}

.ce3-5 .row dl dt i {
  display: block;
  font-style: inherit;
  font-size: 24px;
}

.ce3-5 .row dl dt span {
  font-size: 24px;
}

.ce3-5 .row dl dd {
  display: table-cell;
  padding: 5px  1em 0;
  border: 1px solid #d5d5d5;
  border-left: 0;
  background: #f8f8f8;
  position: relative;
}

.ce3-5 .row dl dd h4 {
  font-size: 16px;
  font-weight: bold;
  color: #0B579F;
}

.ce3-5 .row dl dd p {
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
}

.ce3-5 .row dl:hover dt {
  background: rgba(11, 87, 159, 0.7);
  border-color: transparent;
  color: #FFFFFF;
}

.ce3-5 .row dl:hover dd {
  background: rgba(11, 87, 159, 0.6);
  border: 1px solid rgba(11, 87, 159, 0.6);
}

.ce3-5 .row dl:hover dd h4 {
  color: #FFFFFF;
}

.ce3-5 .row dl:hover dd p {
  color: #FFFFFF;
}

/**************************left内页***************************/
@media (max-width: 767px) {
  body {
    font-size: 12px;
  }
  p,
  span,
  a {
    font-size: 12px !important;
  }
  h3 {
    font-size: 16px !important;
  }
  h1,
  h2,
  h4 {
    font-size: 14px !important;
    font-weight: bold;
  }
  .row {
    margin: auto 0;
  }
  /**************************公共***************************/
  #contact-p {
    display: none !important;
  }
  .head img {
    margin: auto;
    display: block;
  }
  .news_content dl dd h4 {
    height: 17px;
  }
  .right img {
    width: 100%;
  }
  #allmap {
    width: 100% !important;
  }
  .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background: #0B579F;
  }
  #contact {
    display: block !important;
    display: table;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: #0B579F;
  }
  #contact button {
    background: none;
    border: 0;
    color: #fff;
    font-size: 14px;
    outline: none;
  }
  #contact > a {
    display: table-cell;
    vertical-align: middle;
    line-height: 40px;
    text-align: center;
    color: #FFFFFF;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
  }
  #contact > a:last-child {
    border-right: 0;
  }
  #contact div {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
  #contact div > a {
    color: #FFFFFF;
  }
  #contact div ul {
    min-width: 100px;
    padding: 10px;
  }
  #contact div ul li a {
    padding: 5px 15px;
    text-align: center;
    border-bottom: 1px solid #f4f4f4;
  }
  #contact div ul li:last-child a {
    border-bottom: 0;
  }
}
