body.home {
  background-image: none;
}
body.home #content {
  position: relative;
}
@media screen and (max-width: 768px) {
  body.home #content {
    padding-bottom: 40px;
  }
}
body.home #content:before {
  content: none;
}
body.home #content .container {
  padding-left: 0;
  padding-right: 0;
  border-left: 0;
  border-right: 0;
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  body.home #content .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
body.home #content .content-container {
  padding: 0;
  width: auto;
}
body.home .main-canvas {
  width: auto;
  height: 563px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  body.home .main-canvas {
    height: auto;
    padding-top: 0;
    padding-bottom: 24px;
    background: transparent url("../images/common/body-bg.png") center top repeat;
    background-size: 100% auto;
  }
}
body.home .main-canvas .script-canvas {
  height: 600px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
}
body.home .main-canvas .script-canvas.bg {
  background: url("../images/top/canvas-bg.png") center top no-repeat;
}
body.home .main-canvas .script-canvas canvas {
  width: 100%;
  height: 100%;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  body.home .main-canvas .script-canvas canvas {
    display: none;
    opacity: 0.4;
  }
}
body.home .main-canvas .main-logo {
  position: absolute;
  left: 50%;
  top: 111px;
  margin-left: -218px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  body.home .main-canvas .main-logo {
    position: relative;
    left: auto;
    top: auto;
    margin-left: 0;
  }
}
body.home .main-canvas .banners {
  width: 100%;
  position: absolute;
  overflow: hidden;
  bottom: 40px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  body.home .main-canvas .banners {
    width: auto;
    position: relative;
    bottom: 0;
  }
}
body.home .main-canvas .banners ul {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  position: relative;
  left: 50%;
}
@media screen and (max-width: 768px) {
  body.home .main-canvas .banners ul {
    float: none;
    left: auto;
  }
}
body.home .main-canvas .banners ul li {
  float: left;
  position: relative;
  left: -50%;
  margin: 6px 11px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 6px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 6px 3px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 6px 3px;
}
#ie8 body.home .main-canvas .banners ul li {
  border: solid 1px #ddd;
}
@media screen and (max-width: 768px) {
  body.home .main-canvas .banners ul li {
    float: none;
    left: auto;
    margin: 6px 15px;
  }
}
body.home .main-canvas .banners ul li a {
  display: block;
  width: 441px;
  height: 88px;
  padding-left: 109px;
  padding-right: 56px;
  position: relative;
  color: #16497d;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  body.home .main-canvas .banners ul li a {
    width: auto;
    height: 44px;
    padding-left: 52px;
    padding-right: 12px;
  }
}
body.home .main-canvas .banners ul li a:before {
  content: '';
  position: absolute;
  left: 5px;
  top: 0;
  display: block;
  width: 104px;
  height: 88px;
  background: #ffffff url("../images/top/banner1-icon.png") center top repeat-x;
}
@media screen and (max-width: 768px) {
  body.home .main-canvas .banners ul li a:before {
    left: 0;
    width: 52px;
    height: 44px;
    background-size: 52px auto;
  }
}
body.home .main-canvas .banners ul li a:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 56px;
  height: 88px;
  background: #ffffff url("../images/top/banner-arrow.png") left top repeat-x;
  float: right;
}
@media screen and (max-width: 768px) {
  body.home .main-canvas .banners ul li a:after {
    width: 28px;
    height: 44px;
    background-size: 28px auto;
  }
}
body.home .main-canvas .banners ul li a:after:hover {
  background-position: left bottom;
}
body.home .main-canvas .banners ul li a:hover {
  color: #ffffff;
  background-color: #16497d;
  text-decoration: none;
}
body.home .main-canvas .banners ul li a:hover:before, body.home .main-canvas .banners ul li a:hover:after {
  background-position: center bottom;
}
body.home .main-canvas .banners ul li a .title {
  display: block;
  font-size: 18px;
  font-weight: bold;
  padding-top: 19px;
}
@media screen and (max-width: 768px) {
  body.home .main-canvas .banners ul li a .title {
    font-size: 13px;
    padding-top: 6px;
    line-height: 15px;
  }
}
body.home .main-canvas .banners ul li a .text {
  display: block;
  font-size: 12px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  body.home .main-canvas .banners ul li a .text {
    font-size: 11px;
  }
}
body.home .main-canvas .banners ul li.banner02 a {
  padding-left: 129px;
}
@media screen and (max-width: 768px) {
  body.home .main-canvas .banners ul li.banner02 a {
    padding-left: 52px;
  }
}
body.home .main-canvas .banners ul li.banner02 a:before {
  width: 124px;
  height: 88px;
  background-image: url("../images/top/banner2-icon.png");
}
@media screen and (max-width: 768px) {
  body.home .main-canvas .banners ul li.banner02 a:before {
    width: 52px;
    height: 44px;
    background-size: 62px auto;
  }
}
@media screen and (max-width: 768px) {
  body.home .top-news {
    margin-top: 30px;
  }
}
body.home .top-news .news-head {
  background: transparent url("../images/top/border.png") center center repeat-x;
  margin-bottom: 15px;
}
body.home .top-news .news-head .news-title {
  float: left;
  font-size: 14px;
  font-weight: bold;
  line-height: 21px;
  color: #999999;
  padding-right: 10px;
  background-color: #fff;
}
body.home .top-news .news-head .news-more {
  float: right;
  font-size: 14px;
  font-weight: normal;
  line-height: 21px;
  color: #999999;
  padding-left: 10px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  body.home .top-news .news-head .news-more {
    font-size: 12px;
  }
}
body.home .top-news .news-head .news-more a {
  color: inherit;
}
body.home .top-news .news-head .news-more a:hover {
  color: #eb6100;
}
body.home .top-news .news-slider {
  margin-left: -8px;
  margin-right: -8px;
}
@media screen and (max-width: 768px) {
  body.home .top-news .news-slider {
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
    position: relative;
    padding-bottom: 30px;
  }
}
body.home .top-news .news-slider .royalSlider {
  display: none;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  body.home .top-news .news-slider .royalSlider {
    width: 184px;
    position: static;
  }
}
@media screen and (max-width: 768px) {
  body.home .top-news .news-slider .royalSlider .rsOverflow {
    overflow: visible;
  }
}
body.home .top-news .news-slider .royalSlider .rsBullets {
  padding-top: 10px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body.home .top-news .news-slider .royalSlider .rsBullets {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
  }
}
body.home .top-news .news-slider .royalSlider .rsBullets .rsBullet {
  display: inline-block;
}
body.home .top-news .news-slider .royalSlider .rsBullets .rsBullet span {
  display: block;
  margin: 0 4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #cccccc;
}
body.home .top-news .news-slider .royalSlider .rsBullets .rsBullet.rsNavSelected span {
  background-color: #16497d;
}
body.home .top-news .news-slider .news-item {
  float: left;
  width: 184px;
  margin: 0 8px;
}
@media screen and (max-width: 768px) {
  body.home .top-news .news-slider .news-item {
    margin: 0;
  }
}
body.home .top-news .news-slider .news-item:hover .news-date, body.home .top-news .news-slider .news-item:hover .news-word {
  color: #eb6100;
}
body.home .top-news .news-slider .news-item:hover .news-image {
  opacity: 0.8;
}
body.home .top-news .news-slider .news-item a:hover {
  text-decoration: none;
}
body.home .top-news .news-slider .news-item .news-date {
  font-size: 11px;
  color: #999999;
}
body.home .top-news .news-slider .news-item .news-image {
  margin-bottom: 5px;
}
body.home .top-news .news-slider .news-item .news-image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
body.home .top-news .news-slider .news-item .news-word {
  font-size: 12px;
  line-height: 18px;
  color: #999999;
}
body.home .top-customers {
  margin-top: 50px;
}
body.home .top-customers .customers-head {
  background: transparent url("../images/top/border.png") center center repeat-x;
  margin-bottom: 15px;
}
body.home .top-customers .customers-head .title {
  float: left;
  font-size: 14px;
  font-weight: bold;
  line-height: 21px;
  color: #999999;
  padding-right: 10px;
  background-color: #fff;
}
body.home .top-customers .customers-box {
  position: relative;
}
body.home .top-customers .customers-box .customers-prev {
  position: absolute;
  display: block;
  width: 6px;
  height: 10px;
  background: transparent url("../images/top/arrow.png") left top no-repeat;
  left: 0;
  top: 50%;
  margin-top: -5px;
  cursor: pointer;
  opacity: 0.8;
}
body.home .top-customers .customers-box .customers-prev:hover {
  opacity: 1;
}
body.home .top-customers .customers-box .customers-next {
  position: absolute;
  display: block;
  width: 6px;
  height: 10px;
  background: transparent url("../images/top/arrow.png") right top no-repeat;
  right: 0;
  top: 50%;
  margin-top: -5px;
  cursor: pointer;
  opacity: 0.8;
}
body.home .top-customers .customers-box .customers-next:hover {
  opacity: 1;
}
body.home .top-customers .customers-slider {
  display: none;
  width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  body.home .top-customers .customers-slider {
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
  }
}
body.home .top-customers .customers-slider .customers-item {
  float: left;
  width: 100px;
}
body.home .footer-main .container {
  border-top: 0;
  padding-left: 0;
  padding-right: 0;
  border-left: 0;
  border-right: 0;
}
@media screen and (max-width: 768px) {
  body.home .footer-main .container {
    border-top: solid 1px #eeeeee;
    padding-left: 15px;
    padding-right: 15px;
  }
}

body.error404 .notfound-image,
body.search-no-results .notfound-image {
  margin: 100px auto 70px;
  width: 500px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body.error404 .notfound-image,
  body.search-no-results .notfound-image {
    width: auto;
    margin: 0 -15px;
  }
}
body.error404 .notfound-word,
body.search-no-results .notfound-word {
  margin: 20px 0 0;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
body.error404 .notfound-note,
body.search-no-results .notfound-note {
  margin: 20px 0 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body.error404 .notfound-note,
  body.search-no-results .notfound-note {
    font-size: 12px;
    line-height: 24px;
  }
}

body.search-no-results .notfound-image {
  width: 325px;
  margin: 0 auto;
}

body.single-post .page-content,
body.single-topics .page-content {
  margin-top: 40px;
}
body.single-post .entry-date,
body.single-topics .entry-date {
  margin: 0;
  font-size: 12px;
  line-height: 16px;
  color: #999999;
}
body.single-post .entry-title,
body.single-topics .entry-title {
  margin: 8px 0 0;
  font-size: 18px;
  font-weight: normal;
  line-height: 28px;
  color: #16497d;
}
body.single-post .entry-image,
body.single-topics .entry-image {
  margin: 8px 0 0;
  text-align: center;
}
body.single-post .entry-content,
body.single-topics .entry-content {
  margin: 14px 0 0;
}
body.single-post .entry-nav,
body.single-topics .entry-nav {
  margin: 40px 0 0;
  padding: 30px 0;
  border-top: solid 1px #f8f8f8;
  text-align: center;
  list-style: none;
}
@media screen and (max-width: 768px) {
  body.single-post .entry-nav,
  body.single-topics .entry-nav {
    margin-left: -15px;
    margin-right: -15px;
    border-top: solid 1px #eeeeee;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #eeeeee;
    margin-bottom: 25px;
  }
}
body.single-post .entry-nav li,
body.single-topics .entry-nav li {
  margin: 0;
  padding: 0;
}
body.single-post .entry-nav li a,
body.single-topics .entry-nav li a {
  display: block;
  padding: 10px 20px;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  background-color: #f7f7f7;
  border: solid 1px #eeeeee;
  color: #666666;
}
@media screen and (max-width: 768px) {
  body.single-post .entry-nav li a,
  body.single-topics .entry-nav li a {
    padding: 10px;
  }
}
body.single-post .entry-nav li a:hover,
body.single-topics .entry-nav li a:hover {
  text-decoration: none;
  background-color: #eeeeee;
}
body.single-post .entry-nav li.prev,
body.single-topics .entry-nav li.prev {
  float: left;
}
body.single-post .entry-nav li.next,
body.single-topics .entry-nav li.next {
  float: right;
}
body.single-post .entry-nav li.home,
body.single-topics .entry-nav li.home {
  display: inline-block;
}

body.archive .page-content {
  margin-top: 40px;
}
body.archive .article {
  padding-bottom: 14px;
  border-bottom: solid 1px #eeeeee;
  margin-bottom: 14px;
  position: relative;
}
@media screen and (max-width: 768px) {
  body.archive .article {
    padding-bottom: 20px;
    margin-bottom: 25px;
  }
}
body.archive .article a {
  display: block;
  position: relative;
}
body.archive .article a:hover .entry-image {
  opacity: 0.7;
}
body.archive .article a:hover .entry-date,
body.archive .article a:hover .entry-title {
  color: #eb6100;
}
body.archive .entry-date {
  position: absolute;
  top: 0;
  left: 216px;
  font-size: 11px;
  line-height: 16px;
  color: #999999;
}
@media screen and (max-width: 768px) {
  body.archive .entry-date {
    position: static;
    top: auto;
    left: auto;
    margin-bottom: 5px;
  }
}
body.archive .entry-image {
  margin: 0;
  float: left;
  width: 184px;
  height: 104px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  body.archive .entry-image {
    float: none;
    width: 100%;
    height: auto;
  }
  body.archive .entry-image img {
    width: 100%;
    height: auto;
  }
}
body.archive .entry-title {
  margin: 0 0 0 216px;
  padding: 20px 0 20px;
  font-size: 14px;
  line-height: 24px;
  color: #999999;
  min-height: 104px;
  position: relative;
}
@media screen and (max-width: 768px) {
  body.archive .entry-title {
    margin-top: 15px;
    margin-left: 0;
    padding-top: 0;
  }
}
body.archive .entry-title .more {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #eb6100;
}
@media screen and (max-width: 768px) {
  body.archive .entry-title .more {
    position: static;
    right: auto;
    bottom: auto;
    display: block;
    text-align: center;
    margin-top: 5px;
  }
}
body.archive .entry-title .more:after {
  content: ' >';
}
body.archive.post-type-archive-topics .entry-date {
  position: static;
  margin-bottom: 5px;
}
body.archive.post-type-archive-topics .entry-image {
  width: 27px;
  height: 36px;
  background: transparent url(../images/common/icon-file.png) 0 0 no-repeat;
}
@media screen and (max-width: 768px) {
  body.archive.post-type-archive-topics .entry-image {
    float: left;
    margin-right: 13px;
    margin-top: 5px;
  }
}
body.archive.post-type-archive-topics .entry-title {
  margin-left: 40px;
  min-height: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  body.archive.post-type-archive-topics .entry-title {
    margin-top: 0;
    margin-left: 0;
    padding-right: 20px;
  }
  body.archive.post-type-archive-topics .entry-title:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -4px;
    width: 7px;
    padding-top: 10px;
    height: 0;
    overflow: hidden;
    background: transparent url(../images/common/arrow-orange.png) 0 0 no-repeat;
  }
}
body.archive.post-type-archive-topics .entry-title .more {
  display: none;
}

body.page-template-page-recruit-php .recruit-head {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  body.page-template-page-recruit-php .recruit-head {
    margin-bottom: 20px;
  }
}

.service-page hr {
  margin-top: 30px;
  margin-bottom: 30px;
}
.service-page .link-arrow.link-arrow-black {
  color: #000;
}
.service-page .service-title {
  margin-bottom: 15px;
  color: #333;
  line-height: 1;
}
.service-page .service-title:after {
  content: '';
  display: inline-block;
  width: 7px;
  height: 10px;
  background: transparent url(../images/common/arrow-orange.png) center top no-repeat;
  margin-left: 25px;
  position: relative;
  top: -2px;
}
.service-page .service-title.has-link:after {
  content: '';
  width: 0;
  height: 0;
  margin-left: 0;
  background: none;
}
@media screen and (max-width: 768px) {
  .service-page .service-title {
    font-size: 14px;
  }
  .service-page .service-title:after {
    margin-left: 10px;
  }
}
.service-page .service-title.no-mb {
  margin-bottom: 0;
}
.service-page .service-notice-comment {
  color: #999;
  font-size: 10px;
}
.service-page .service-indent-text {
  text-indent: 2em;
}
@media screen and (max-width: 768px) {
  .service-page .service-indent-text {
    text-indent: 0;
  }
}
.service-page .service-border-box {
  padding: 15px;
  border: solid 1px #0e5399;
}
.service-page .service-border-box .title,
.service-page .service-border-box .words {
  font-size: 12px;
}
.service-page .service-border-box.with-mb {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .service-page .service-border-box .service-title {
    font-size: 13px;
  }
  .service-page .service-border-box .service-links li {
    display: block;
    padding-left: 0;
  }
}
.service-page .service-links {
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.service-page .service-links li {
  display: inline-block;
}
.service-page .service-links li + li {
  padding-left: 13px;
}
.service-page .service-summary-animation {
  position: relative;
  font-size: 0;
}
@media screen and (max-width: 768px) {
  .service-page .service-summary-animation {
    text-align: center;
  }
}
.service-page .service-summary-animation-box {
  display: inline-block;
  width: 33.333333333%;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .service-page .service-summary-animation-box {
    display: block;
    width: 100%;
    text-align: center;
  }
  .service-page .service-summary-animation-box .service-summary-animation-AD,
  .service-page .service-summary-animation-box .service-summary-animation-RECU,
  .service-page .service-summary-animation-box .service-summary-animation-POD {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .service-page .service-summary-animation-box.is-last {
    padding-top: 100px;
  }
}
.service-page .service-summary-animation-arrow01,
.service-page .service-summary-animation-arrow02,
.service-page .service-summary-animation-arrow03 {
  position: absolute;
}
.service-page .service-summary-sp-arrow01,
.service-page .service-summary-sp-arrow02 {
  display: none;
  position: absolute;
  left: 50%;
}
.service-page .service-summary-sp-arrow01 {
  top: 285px;
  margin-left: -9px;
}
.service-page .service-summary-sp-arrow02 {
  top: 750px;
  margin-left: -10px;
}
@media screen and (max-width: 768px) {
  .service-page .service-summary-sp-arrow01,
  .service-page .service-summary-sp-arrow02 {
    display: block;
  }
}
.service-page .service-summary-animation-arrow01 {
  top: 50px;
  left: 100px;
}
.service-page .service-summary-animation-arrow02 {
  top: 150px;
  left: 390px;
}
.service-page .service-summary-animation-arrow03 {
  top: 325px;
  left: 292px;
}
@media screen and (max-width: 768px) {
  .service-page .service-summary-animation-arrow01,
  .service-page .service-summary-animation-arrow02,
  .service-page .service-summary-animation-arrow03 {
    display: none;
  }
}
.service-page .service-word-mark {
  color: #eb6100;
}
.service-page .service-system {
  text-align: center;
}
.service-page .service-system .item {
  display: inline-block;
  vertical-align: middle;
}
.service-page .service-system .item p {
  margin: 0 !important;
}
.service-page .service-system .item span {
  color: #0e5399;
}
.service-page .service-system .item.item-middle {
  padding-left: 40px;
  padding-right: 40px;
  font-size: 30px;
  font-weight: bold;
  color: #0e5399;
}
@media screen and (max-width: 768px) {
  .service-page .service-system .item {
    width: 100%;
  }
}
.service-page .text-center {
  margin-top: 30px;
}

.service-word-desc .title {
  margin-bottom: 0 !important;
  color: #0e5399;
  font-weight: bold;
  font-size: 12px;
}
.service-word-desc .words {
  margin-bottom: 15px !important;
  font-size: 11px;
  color: #999;
}

.service-word-desc.is-service-summary {
  position: absolute;
  top: 1480px;
}

@media screen and (max-width: 768px) {
  .service-word-desc.is-service-summary {
    position: static;
  }
}
body.search .page-content {
  margin-top: 40px;
}
body.search .article {
  padding-bottom: 14px;
  border-bottom: solid 1px #eeeeee;
  margin-bottom: 14px;
  position: relative;
}
@media screen and (max-width: 768px) {
  body.search .article {
    padding-bottom: 20px;
    margin-bottom: 25px;
  }
}
body.search .article a {
  display: block;
  position: relative;
}
body.search .article a:hover .search-title,
body.search .article a:hover .search-content {
  color: #eb6100;
}
body.search .search-content {
  color: #999999;
}

body.customize-support .page-content p {
  margin-bottom: 22px;
}

#map img {
  max-width: none;
}

div.wpcf7 span.wpcf7-list-item {
  display: block;
}
div.wpcf7 span.wpcf7-list-item input[type="checkbox"] {
  width: 1em;
}

#network-slider-content {
  overflow: hidden;
  position: relative;
}
#network-slider-content .item {
  position: absolute;
  left: 0;
  top: 0;
}

#network-slider-nav ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
#network-slider-nav ol li {
  margin: 0;
  padding: 10px 0 0;
  position: relative;
}
#network-slider-nav ol li:before {
  content: '';
  display: block;
  width: 0;
  height: 100%;
  border-left: solid 1px #0e5399;
  position: absolute;
  left: 21px;
  top: -50%;
  z-index: 1;
}
#network-slider-nav ol li:first-child {
  padding-top: 0;
}
#network-slider-nav ol li:first-child:before {
  content: none;
}
#network-slider-nav ol li a {
  font-size: 12px;
  line-height: 24px;
  color: #999999;
  text-decoration: none;
}
#network-slider-nav ol li a .num {
  margin-right: 10px;
  display: inline-block;
  width: 43px;
  height: 43px;
  padding-top: 10px;
  text-align: center;
  font-size: 14px;
  border-radius: 100%;
  position: relative;
  z-index: 2;
  color: #0e5399;
  background-color: transparent;
}
#network-slider-nav ol li a .num:before {
  content: '';
  display: block;
  width: 21px;
  height: 21px;
  border-radius: 100%;
  position: absolute;
  left: 11px;
  top: 11px;
  background-color: #0e5399;
}
#network-slider-nav ol li a.active {
  font-size: 14px;
  color: #0e5399;
}
#network-slider-nav ol li a.active .num {
  color: #fff;
  background-color: #0e5399;
}
#network-slider-nav ol li a.active .num:before {
  content: '';
  display: block;
  width: 39px;
  height: 39px;
  border: solid 2px #fff;
  border-radius: 100%;
  position: absolute;
  left: 2px;
  top: 2px;
  background-color: transparent;
}
