* {
  margin: 0;
  padding: 0;
  font-family: "Microsoft YaHei";
}

body {
  min-width: 1200px;
}

#DIV1 {
  background-color: #ffffff;
}

li {
  list-style: none;
}

/*头部*/

#navgitor01, #navgitor02 {
  width: 1366px;
  height: 50px;
  margin: 0 auto;
  overflow: hidden;
}

/*-----------banner---------*/

.banner {
  width: 1200px;
  height: 400px;
  margin: 0 auto;
  background-color: #b177ff;
  overflow: hidden;
}

/*=============vBox=============*/

/*=============公共样式=============*/

.contenttitle {
  width: 100%;
  float: left;
  display: inline;
  margin-top: 50px;
  text-align: center;
  font-size: 36px;
  color: #00c9a1;
}

.contentstitle {
  width: 100%;
  float: left;
  display: inline;
  margin-top: 0px;
  text-align: center;
  font-size: 16px;
  color: #999999;
}

.more {
  width: 100%;
  float: left;
  display: inline;
  margin-top: 30px;
  text-align: center;
}

.more span {
  border: 1px solid #CCC;
  width: 150px;
  height: 38px;
  line-height: 38px;
  box-sizing: content-box;
  display: block;
  margin: 0px auto;
  border-radius: 5px;
  -moz-border-radius: 5px;
  /* Old Firefox */
  transition: background 1s, color 1s, border 1s;
  -webkit-transition: background 1s, color 1s, border 1s;
}

.more span:hover {
  background: #00c9a1;
  color: #FFF;
  border: 1px solid #00c9a1;
  cursor: pointer;
}

/*============v1 成果数据==================*/

.v1 {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 20px 0;
}

.v1 .title {
  color: #00a0e9;
  font-size: 21px;
  margin: 0 0 14px 0;
}

.v1 .imgShow {
  width: 400px;
  height: 200px;
  float: left;
  position: relative;
  margin-bottom: 16px;
}

.v1 .imgShow_imgBox {
  width: 100%;
  height: 100%;
  float: left;
  position: absolute;
  z-index: 1;
}

.v1 .imgShow_imgBox img {
  width: 100%;
  height: 100%;
}

.v1 .imgShow_bg {
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 200px;
  font-size: 21px;
  color: white;
  opacity: 0;
  float: left;
  z-index: 2;
  position: absolute;
}

.v1 .imgShow_bg:hover {
  opacity: 1;
  background-color: rgba(12, 12, 12, 0.7);
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
}

/*==============v2 技术服务================*/

.v2 {
  width: 850px;
  float: left;
}

.v2 .title {
  color: #00a0e9;
  font-size: 21px;
  margin: 0 0 14px 0;
}

.v2 .showCont {
  width: 416px;
  height: 200px;
  float: left;
  margin-bottom: 30px;
  cursor: pointer;
}

.v2 .showCont img {
  width: 200px;
  height: 100%;
  float: left;
}

.v2 .showContBox {
  width: calc(100% - 200px);
  height: 200px;
  padding: 20px;
  float: left;
  box-sizing: border-box;
  overflow: hidden;
}

.v2 .showContBox .showContBox_title {
  font-size: 14px;
  color: #666;
  display: inline-block;
  margin-bottom: 8px;
}

.v2 .showContBox_text {
  height: 112px;
  overflow: hidden;
}

.v2 .showContBox_text pre {
  white-space: normal;
}

/*==============v3 服务指南================*/

.v3 {
  background-image: url(../../../images/store/newStore/theStage/template12/fuwu.png);
  background-color: #ffbe50;
  background-position: -13px -13px;
  width: 170px;
  height: 70px;
  position: relative;
  float: left;
  left: 3px;
  top: 10px;
  background-repeat: no-repeat;
}

.v3 .btn {
  width: 100%;
  height: 100%;
  text-align: right;
  line-height: 70px;
  padding: 0 22px;
  box-sizing: border-box;
  background-repeat: no-repeat;
  cursor: pointer;
}

.v3 .btn span {
  font-size: 21px;
  color: white;
}

/*==============v4 成果动态================*/

.v4 {
  height: 64px;
  padding: 20px 10px;
  width: 100%;
  box-sizing: border-box;
}

.v4>span {
  font-size: 16px;
  color: #00a0e9;
  font-weight: 600;
  display: inline-block;
  float: left;
  position: relative;
}

.v4>marquee {
  float: left;
  display: inline-block;
  position: absolute;
  height: 28px;
}

.v4 ul {
  display: inline-flex;
}

.v4 ul>li {
  margin-right: 50px;
  height: 28px;
  cursor: pointer;
  float: left;
}

.v4 ul>li a {
  list-style: none;
  color: #666;
}

.v4 ul>li a:hover {
  color: #00a0e9;
  text-decoration: underline;
}

.v4 ul>li span {
  margin-left: 15px;
}

/*==============v5 关于我们================*/

.v5 {
  width: calc(100% - 850px);
  float: left;
}

.v5 .title {
  color: #00a0e9;
  font-size: 21px;
  margin: 0 0 14px 0;
}

.v5 .gywmCont {}

.v5 .gywmCont>img {
  width: 100%;
  height: 200px;
}

.v5 .gywmText {
  width: 100%;
  position: relative;
  margin-top: 15px;
  font-size: 14px;
  color: #666;
}

.v5 .gywmText_txt {
  line-height: 27px;
  display: inline-block;
  overflow: hidden;
  height: 130px;
}

.v5 .detail {
  position: absolute;
  right: 0px;
  /* bottom: 2px; */
  top: 107.5px;
  background-color: white;
  width: 70px;
}

.v5 .detail span:nth-child(2) {
  color: #00a0e9;
  cursor: pointer;
}

/*==============v6 联系我们================*/

.v6 {
  background-color: #03b8f1;
  background-image: url(../../../images/store/newStore/theStage/template12/phone.png);
  background-position: 22px;
  width: 170px;
  height: 70px;
  position: relative;
  left: 8px;
  top: 10px;
  float: left;
  background-repeat: no-repeat;
}

.v6 .btn {
  width: 170px;
  height: 70px;
  text-align: right;
  line-height: 70px;
  padding: 0 22px;
  background-repeat: no-repeat;
}

.v6 .btn span {
  font-size: 21px;
  color: white;
  margin-right: 46px;
}