/* 关于我们 */
.about-cneter {
  width: 100%;
}
.about {
  width: 100%;
}
.about .row .col-md-6 {
  padding-left: 0;
  padding-right: 0;
}

.about .row .col-md-6 .about-img {
  width: 100%;
  height: 450px;
}
.about .row .col-md-6 .about-right {
  width: 80%;
  margin: 80px auto;
}

.about .row .col-md-6 .about-title {
  font-size: 20px;
  font-weight: bold;
  color: rgba(34, 141, 240, 1);
}
.about .row .col-md-6 .about-jieshao {
  font-size: 16px;
  color: rgba(51, 51, 51, 1);
  margin-top: 30px;
  line-height: 30px;
}
.about .row .col-md-6 .about-href {
  width: 120px;
  height: 50px;
  background: rgba(34, 34, 34, 1);
  text-align: center;
  margin-top: 30px;
}
.about .row .col-md-6 .about-href a {
  font-size: 16px;
  color: #fff;
  line-height: 50px;
}
.about .row .col-md-6 .about-href a:hover {
  color: rgba(34, 141, 240, 1);
  text-decoration: none;
}
.project {
  width: 100%;
  margin-top: 50px;
}
.project .row .col-md-6 {
  padding-left: 0;
  padding-right: 0;
}
.project .row .col-md-6 .project-img {
  width: 100%;
  height: 450px;
}
.project .row .col-md-6 .project-left {
  width: 80%;
  margin: 80px auto;
}
.project .row .col-md-6 .project-left .project-title {
  font-size: 20px;
  font-weight: bold;
  color: rgba(34, 141, 240, 1);
  text-align: right;
}
.project .row .col-md-6 .project-left .project-list {
  width: 60%;
  margin: auto;
}
.project .row .col-md-6 .project-left .project-list li {
  height: 50px;
  line-height: 50px;
  border-bottom: 2px solid rgba(34, 34, 34, 1);
  margin: 10px;
  position: relative;
}
.project .row .col-md-6 .project-left .project-list li a {
  font-size: 16px;
  color: rgba(51, 51, 51, 1);
  margin-top: 30px;
}

.project .row .col-md-6 .project-left .project-list li a:hover {
  color: rgba(34, 141, 240, 1);
  text-decoration: none;
}
.project .row .col-md-6 .project-left .project-list li em {
  position: relative;
  margin-right: 20px;
}

.project .row .col-md-6 .project-left .project-list li em::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(34, 34, 34, 1);
  color: rgba(34, 34, 34, 1);
  position: absolute;
  left: 0;
  top: 5px;
}
/* 案例 */
.Box {
  position: relative;
}
.Box .content {
  width: 1200px;
  margin: 0 auto;
}

.Box .Box_con {
  position: relative;
}
.Box .Box_con .btnl {
  position: absolute;
}
.Box .Box_con .btn {
  display: block;
  width: 41px;
  height: 41px;
  position: absolute;
  top: 80px;
  cursor: pointer;
}
.Box .Box_con .btnl {
  background: url(../images/jtl02.png) no-repeat center;
  left: -72px;
}
.Box .Box_con .btnr {
  background: url(../images/jtr02.png) no-repeat center;
  right: -72px;
}
.Box .Box_con .btnl:hover {
  background: url(../images/jtl03.png) no-repeat center;
}
.Box .Box_con .btnr:hover {
  background: url(../images/jtr03.png) no-repeat center;
}
.Box .Box_con .conbox {
  position: relative;
  overflow: hidden;
}
.Box .Box_con .conbox ul {
  position: relative;
  list-style: none;
}
.Box .Box_con .conbox ul li {
  float: left;
  width: 285px;
  height: 200px;
  margin-left: 20px;
  overflow: hidden;
}
.Box .Box_con .conbox ul li:first-child {
  margin-left: 0;
}
.Box .Box_con .conbox ul li img {
  display: block;
  width: 285px;
  height: 200px;
  transition: all 0.5s;
}
.Box .Box_con .conbox ul li:hover img {
  transform: scale(1.1);
}

.Box .BoxSwitch {
  margin-top: 30px;
  text-align: center;
}
.Box .BoxSwitch span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 30px;
  height: 3px;
  background: #ccc;
  margin: 0 5px;
  cursor: pointer;
}
.Box .BoxSwitch span.cur {
  background: red;
}
/* 地图 */
.ditu {
  width: 100%;
  margin-bottom: 50px;
}
.ditu .map-img {
  border: 1px dashed rgba(51, 51, 51, 1);
}
.ditu .map-img img {
  width: 100%;
}

/* 产品中心 */
