@charset "utf-8";
a,
a:hover,
a:visited,
a:link,
a:focus {
  text-decoration: none;
  outline: 0;
}
.intro {
  width: 100%;
}
.intro_titel {
  width: 100%;
  font-size: 1.8vw;
  font-weight: 700;
}
.intro_detail {
  position: relative;
  width: 100%;
  height: 300px;
}
.intro_detail ul {
  width: 100%;
}
.intro_detail ul li {
  width: 50%;
  padding: 0 8%;
  margin-bottom: 20px;
}
.intro_detail ul li .services_item_logo {
  width: 100%;
  height: 100%;
}
.intro_detail ul li .services_item_logo img {
  width: 100%;
  height: 100%;
}
.intro_detail ul li .services_item_titel {
  text-align: center;
  font-size: 1.2vw;
  font-weight: 600;
}
.intro_detail ul li .services_item_detail {
  font-size: 0.8vw;
  text-indent: 1.5em;
}
/* modal box style, can be anything you want */
.modal {
  background: #eee;
  margin: 50px 200px;
  border: 3px solid #666;
}
.modal .project_display {
  height: 80%;
  width: 80%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 5% auto;
}
.modal .project_display_slider {
  position: relative;
  width: auto;
  height: 90%;
  margin: auto;
  text-align: center;
}
.modal .project_display_slider .project_slider {
  position: relative;
  list-style: none;
  padding: 0;
  height: 90%;
  margin: 0;
}
.modal .project_display_slider .project_slider li {
  position: absolute;
  width: 100%;
  height: 100%;
}
.modal .project_display_slider .project_slider li img {
  text-align: center;
  height: 100%;
  width: auto;
  margin: 0 auto;
}
.modal .project_display_slider .project_slider_tabs {
  position: absolute;
  bottom: 0;
  font-size: 18px;
  list-style: none;
  text-align: center;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.modal .project_display_slider .project_slider_tabs li {
  background: rgba(255, 255, 255, 0.1);
  padding: 10px 0;
  display: inline;
  float: none;
  margin-right: 1px;
}
.modal .project_display_slider .project_slider_tabs li a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  color: rgba(0, 0, 0, 0.25);
  height: auto;
  background: transparent;
  display: inline;
}
.modal .project_display_slider .project_slider_tabs li:first-child {
  margin-left: 0;
}
.modal .project_display_slider .project_slider_tabs .project_slider_here {
  background: rgba(0, 0, 0, 0.25);
}
.modal .project_display_slider .project_slider_tabs .project_slider_here a {
  color: #4577d0;
  font-weight: bold;
}
.modal .close {
  float: right;
  text-decoration: none;
  font-size: 50px;
  cursor: pointer;
}
