/* here you can put your own css to customize and override the theme */
.our-clients div p {
  font-weight: 300;
}
address p {
  margin-bottom: 5px;
}
address p .line-name {
  display: inline-block;
  width: 45px;
}
a:hover {
  cursor: pointer;
}
.page-container {
  min-height: 67%;
}
.notice {
  font-size: 13px;
}
.notice h3 {
  font-weight: 400;
}
.notice ol li,
.notice ul li {
  margin: 10px;
  line-height: 30px;
}
.notice ul li {
  list-style: circle;
}
.notice p {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* timeline css */
.timeline {
  list-style: none;
  padding: 2px 0;
  position: relative;
}

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  margin-left: -1.5px;
  left: 5%;
}

.timeline > li {
  margin-bottom: 20px;
  position: relative;
  margin-left: 67px;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li > .timeline-panel {
  /* float: left; */
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  /* -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175); */
}

.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}

.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}

.timeline > li > .timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 20px;
  margin-left: -70px;
  background-color: #999999;
  z-index: 100;
  border-top-right-radius: 20% !important;
  border-top-left-radius: 20% !important;
  border-bottom-right-radius: 20% !important;
  border-bottom-left-radius: 20% !important;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

.timeline-badge.primary {
  background-color: #62b5fd !important;
}

.timeline-badge.success {
  background-color: #95e595 !important;
}

.timeline-badge.warning {
  background-color: #ffd689 !important;
}

.timeline-badge.danger {
  background-color: #fdbab9 !important;
}

.timeline-badge.info {
  background-color: #6fd4ff !important;
}

.timeline-title {
  margin-top: 0;
  color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
  line-height: 20px;
}

.timeline-body > p + p {
  margin-top: 5px;
}

/*Tabs*/
.tab-style-2 ul.nav-tabs {
  margin-bottom: 0;
  border-bottom-color: #0da3e2;
}

.tab-style-2 ul.nav-tabs > li {
  margin-bottom: 0;
  margin-right: 3px;
}

.tab-style-2 ul.nav-tabs li > a {
  color: #7c858e;
  font-size: 16px;
  margin-top: 1px;
  min-width: 100px;
  padding: 5px 15px;
  text-align: center;
  background: #f4f4f4;
}

.tab-style-2 ul.nav-tabs li > a:hover {
  color: #fff;
  background: #0da3e2;
  border-color: #0da3e2;
}

.tab-style-2 ul.nav-tabs .active > a,
.tab-style-2 ul.nav-tabs .active > a:hover,
.tab-style-2 ul.nav-tabs .active > a:focus {
  color: #fff;
  background: #0da3e2;
  border-color: #0da3e2;
}

.tab-style-2 .tab-content {
  padding: 20px 15px;
  /* background: #fafafa; */
}

.tab-style-2 .tab-content img {
  width: 100%;
  /* background: #fafafa; */
}

.tab-style-2 .tab-content p {
  margin-bottom: 0;
  color: #656565;
}

.tab-style-2 .tab-content img {
  margin: 5px 0 10px;
}

.tab-style-3 ul.nav-tabs {
  margin-bottom: 0;
  border-bottom-color: #0da3e2;
}

.tab-style-3 ul.nav-tabs > li {
  margin-bottom: 0;
  margin-right: 3px;
}

.tab-style-3 ul.nav-tabs li > a {
  color: #7c858e;
  font-size: 16px;
  margin-top: 1px;
  min-width: 100px;
  padding: 5px 15px;
  text-align: center;
  background: #f4f4f4;
}

.tab-style-3 ul.nav-tabs li > a:hover {
  color: #fff;
  background: #0da3e2;
  border-color: #0da3e2;
}

.tab-style-3 ul.nav-tabs .active > a,
.tab-style-3 ul.nav-tabs .active > a:hover,
.tab-style-3 ul.nav-tabs .active > a:focus {
  color: #fff;
  background: #0da3e2;
  border-color: #0da3e2;
}

.tab-style-3 .tab-content {
  padding: 20px 15px;
  /* background: #fafafa; */
}

.tab-style-3 .tab-content img {
  width: 100%;
  /* background: #fafafa; */
}

.tab-style-3 .tab-content p {
  margin-bottom: 0;
  color: #656565;
  line-height: 35px;
  text-indent: 26px;
}
.tab-style-3 .tab-content ul li,
.tab-style-3 .tab-content address {
  line-height: 30px;
}
.tab-style-3 .tab-content img {
  margin: 5px 0 10px;
}
.tab-style-3 .tab-content .front-lists-v1 {
  margin-top: 10px;
}

.brief p {
  line-height: 40px;
  text-indent: 26px;
}
.brief .tab-content p {
  margin-bottom: 15px;
}
.dev .tab-content p {
  margin-bottom: 15px;
}
.qualification .tab-content div {
  padding: 5px;
}

.container .contact .contact_intro,
.container .service .service_intro {
  background: #f8f8f8;
  padding: 20px;
  border-left: 3px solid #0da3e2;
  margin-bottom: 20px;
  color: #656565;
}
.container .service .service_intro p,
.container .service .service_content p,
.container .contact .contact_intro p {
  line-height: 30px;
  text-indent: 26px;
}
.container .service .service_content {
  color: #656565;
  padding: 0 0;
  line-height: 30px;
}
.container .service .service_content h4 {
  color: #0da3e2;
  padding-bottom: 10px;
  font-weight: 400;
  margin-top: 35px;
}
.container .service .service_content h5 {
  color: #a94442;
  font-weight: normal;
}
.container .service .service_content ul li {
  list-style: circle;
}
#map {
  width: 100%;
  height: 177px;
  margin-top: -27px;
}
.container .contact address {
  line-height: 25px;
}
.container .contact .form-group .control-label {
  margin: 10px 0 0 0;
}
.container .contact .form-group div {
  padding-right: 0px;
}

.container .join-top .front-carousel .carousel-control i {
  line-height: 33px;
}

#beian,#gongan {
  color: #bbb;
}
#beian:hover,#gongan:hover {
  text-decoration:none;
}

[v-cloak] {
  display: none !important;
}

.fancybox-button {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 0;
  margin: 0;
  padding: 0;
  position: static;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}