@charset "UTF-8";
.develop .contactUs {
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.develop .contactUs .left, .develop .contactUs .right {
  width: 19.6rem;
}
.develop .contactUs .left .item, .develop .contactUs .right .item {
  margin-bottom: 1.3rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.develop .contactUs .left .item:last-child, .develop .contactUs .right .item:last-child {
  margin-bottom: 0;
}
.develop .contactUs .left .item .icon, .develop .contactUs .left .item .name, .develop .contactUs .left .item .info, .develop .contactUs .right .item .icon, .develop .contactUs .right .item .name, .develop .contactUs .right .item .info {
  margin-bottom: 0;
  font-size: 0.7rem;
  line-height: 1.2;
  font-weight: bold;
  color: #202020;
}
.develop .contactUs .left .item .name, .develop .contactUs .right .item .name {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.develop .contactUs .left .item .info, .develop .contactUs .right .item .info {
  -webkit-flex: 3;
     -moz-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
.develop .contactUs .left .item .icon, .develop .contactUs .right .item .icon {
  font-size: 1rem;
  margin-right: 0.4rem;
  width: 1rem;
  top: 0;
  line-height: initial;
}
.develop .contactUs .left .item .icon .fa-mobile-phone, .develop .contactUs .right .item .icon .fa-mobile-phone {
  font-size: 1.5rem;
}
.develop .contactUs .right {
  margin-left: 4rem;
  padding: 1.2rem 2rem 0;
  background: #F5F5F5;
  text-align: center;
  color: #202020;
}
.develop .contactUs .right form {
  margin-bottom: 1.2rem;
}
.develop .contactUs .right p {
  font-size: 0.7rem;
  font-weight: bold;
}
.develop .contactUs .right .inp {
  font-size: 0.7rem;
  width: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.develop .contactUs .right .inp input {
  width: 48%;
  border: none;
  margin-bottom: 20px;
  height: 1.5rem;
  padding-left: 8px;
}
.develop .contactUs .right .inp input.com {
  width: 100%;
}
.develop .contactUs .right .sub-btn {
  cursor: pointer;
  font-size: 0.7rem;
  width: 100%;
  background: #006AFF;
  color: #FFF;
  font-weight: bold;
  height: 1.9rem;
  line-height: 1.9rem;
}
.develop .contactUs .right .sub-btn:hover {
  background: #478ef3;
}
@media only screen and (max-width: 768px) {
  .develop .contactUs {
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .develop .contactUs .left, .develop .contactUs .right {
    width: 90%;
    margin-bottom: 40px;
  }
  .develop .contactUs .left .item, .develop .contactUs .right .item {
    width: 100%;
  }
  .develop .contactUs .right {
    margin-left: 0;
  }
}

.product div.divider.divider-dotted {
  background: none;
  margin: 0 0 1rem 0.4rem;
}
.product #navigationAddresss ul.side-nav .list-group-item {
  border: 0;
  height: 2.8rem;
  padding-left: 0.6rem;
  line-height: 2.8rem;
}
.product #navigationAddresss ul.side-nav .list-group-item a {
  font-weight: bold;
  font-size: 0.8rem;
  padding: 0;
}
.product #navigationAddresss ul.side-nav .list-group-item a:hover {
  color: #006AFF;
}
.product #navigationAddresss ul.side-nav .list-group-item.active {
  background: rgba(0, 106, 255, 0.05);
}
.product #navigationAddresss ul.side-nav .list-group-item.active a {
  color: #006AFF;
}
.product #portfolio {
  overflow: visible;
}
.product #loadPictureURL .divider .title {
  position: relative;
  font-size: 0.8rem;
  line-height: 1.2;
}
.product #loadPictureURL .divider .title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10%;
  width: 0.4em;
  height: 1em;
  background: #006AFF;
}
.product #loadPictureURL .pro-item {
  width: 19vw;
  height: 17vw;
  float: left;
  margin-left: 10px;
  margin-top: 10px;
  cursor: pointer;
}
.product #loadPictureURL .pro-item img {
  width: 100%;
  height: 15vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .product #navigationAddresss {
    margin-bottom: 0;
  }
  .product #navigationAddresss.menushow::before {
    content: "";
    width: 100vw;
    height: 100vh;
    background: #000;
    opacity: 0.8;
    left: 0;
    top: 0px;
    position: fixed;
    z-index: 1;
  }
  .product #navigationAddresss.menushow .list-group {
    left: 0;
    opacity: 1;
    -webkit-transition: left 0.5s linear;
    -o-transition: left 0.5s linear;
    -moz-transition: left 0.5s linear;
    transition: left 0.5s linear;
  }
  .product #navigationAddresss.menushow .list-group::before {
    content: "返回";
    position: absolute;
    width: 1rem;
    left: 9rem;
  }
  .product #navigationAddresss .list-group {
    width: 10.5rem;
    position: fixed;
    z-index: 2;
    height: 100vh;
    background: #FFF;
    opacity: 0.6;
    left: -9rem;
    top: 0;
    padding: 100px 0 0;
    -webkit-transition: left 0.5s linear;
    -o-transition: left 0.5s linear;
    -moz-transition: left 0.5s linear;
    transition: left 0.5s linear;
  }
  .product #navigationAddresss .list-group .list-group-item {
    background: transparent;
  }
  .product #navigationAddresss .list-group .list-group-item.active {
    background: transparent;
  }
  .product #navigationAddresss .list-group::before {
    content: "展开";
    position: absolute;
    width: 1rem;
    color: #006AFF;
    height: 3rem;
    text-align: center;
    bottom: 5%;
    left: 9.2rem;
    font-size: 1rem;
    z-index: 2;
  }
  .product #loadPictureURL {
    margin: 0 2vw;
  }
  .product #loadPictureURL .divider .title {
    font-size: 1rem;
  }
  .product #loadPictureURL .pro-item {
    width: 80vw;
    height: 58vw;
    float: left;
    margin: 10px 0 10px;
    cursor: pointer;
  }
  .product #loadPictureURL .pro-item img {
    width: 100%;
    height: 50vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
}