.heading {
  padding-left: 20px;
  border-left: 4px solid #1695ef;
}

.heading .cn {
  font-size: 32px;
  font-weight: 700;
  color: #212121;
}

.heading .en {
  margin-top: 12px;
  font-size: 16px;
  color: #999;
}

.heading-wrap {
  margin-top: 100px;
  padding: 60px 0;
}

.main-wrap {
  padding: 20px 0 60px;
  background-color: #fafafa;
}

.main-wrap .bre-nav {
  font-size: 12px;
  color: #757575;
}

.main-wrap .bre-nav a:hover {
  color: #1695ef;
}

.main-wrap .product-wrap {
  margin-top: 60px;
  font-size: 0;
}

.main-wrap .product-wrap .product-info {
  display: inline-block;
  vertical-align: top;
  width: 960px;
  font-size: 0;
}

.main-wrap .product-wrap .product-info .img-wrap {
  display: inline-block;
  vertical-align: top;
  width: 378px;
  height: 378px;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  overflow: hidden;
}

.main-wrap .product-wrap .product-info .img-wrap img {
  display: block;
  width: 378px;
  height: 378px;
  transition: all 1s ease;
}

.main-wrap .product-wrap .product-info .img-wrap:hover img {
  transform: scale(1.1);
}

.main-wrap .product-wrap .product-info .desc {
  display: inline-block;
  vertical-align: top;
  width: 560px;
  margin-left: 20px;
  padding: 10px 0;
}

.main-wrap .product-wrap .product-info .desc h1 {
  font-size: 26px;
  color: #212121;
}

.main-wrap .product-wrap .product-info .desc p {
  margin: 20px 0;
  height: 75px;
  font-size: 14px;
  color: #424242;
  line-height: 1.8;
  overflow: hidden;
}

.main-wrap .product-wrap .product-info .desc .service {
  padding: 30px 0;
  font-size: 14px;
  color: #999;
  border-top: 1px dashed #e6e6e6;
}

.main-wrap .product-wrap .product-info .desc .service span {
  display: inline-block;
  margin: 0 15px;
}

.main-wrap .product-wrap .product-info .desc .price {
  margin-top: 30px;
  font-size: 16px;
  color: #757575;
}

.main-wrap .product-wrap .product-info .desc .price span {
  margin-left: 20px;
  color: #1695ef;
  font-size: 20px;
  font-weight: 700;
}

.main-wrap .product-wrap .contact-wrap {
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 218px;
  height: 378px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
}

.main-wrap .product-wrap .contact-wrap .img-wrap {
  margin: 40px auto;
  width: 118px;
  height: 120px;
}

.main-wrap .product-wrap .contact-wrap .img-wrap img {
  display: block;
}

.main-wrap .product-wrap .contact-wrap .btn {
  padding: 10px 0;
  border-top: 1px dashed #e6e6e6;
}

.main-wrap .product-wrap .contact-wrap .btn a {
  display: block;
  margin: 20px auto 0;
  width: 140px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  border-radius: 40px;
}

.main-wrap .product-wrap .contact-wrap .btn a.btn-1 {
  color: #fff;
  background-color: #1695ef;
  border: 1px solid #1695ef;
  transition: all .5s ease;
}

.main-wrap .product-wrap .contact-wrap .btn a.btn-1:hover {
  color: #1695ef;
  background-color: #fff;
}

.main-wrap .product-wrap .contact-wrap .btn a.btn-2 {
  color: #424242;
  border: 1px solid #ccc;
  transition: all .5s ease;
  cursor: pointer;
}

.main-wrap .product-wrap .contact-wrap .btn a.btn-2:hover {
  color: #fff;
  background-color: #1695ef;
  border: 1px solid #1695ef;
}

.main-wrap .detail-wrap {
  margin-top: 20px;
  font-size: 0;
}

.main-wrap .detail-wrap .left {
  display: inline-block;
  vertical-align: top;
  width: 960px;
}

.main-wrap .detail-wrap .left .title-wrap {
  position: relative;
  width: 100%;
  height: 48px;
  background-color: #f5f5f5;
  border: 1px solid #e6e6e6;
}

.main-wrap .detail-wrap .left .title-wrap h2 {
  position: absolute;
  top: -1px;
  left: 1px;
  width: 215px;
  height: 48px;
  font-size: 16px;
  color: #221122;
  line-height: 50px;
  text-align: center;
  font-weight: 700;
  border-top: 2px solid #1695ef;
  border-right: 1px solid #e6e6e6;
  background-color: #fff;
}

.main-wrap .detail-wrap .left .content {
  margin-top: 20px;
}

.main-wrap .detail-wrap .right.top-product {
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 218px;
  border: 1px solid #e6e6e6;
  background-color: #fff;
}

.main-wrap .detail-wrap .right.top-product h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 45px;
  color: #212121;
  border-bottom: 1px dashed #e6e6e6;
}

.main-wrap .detail-wrap .right.top-product ul {
  margin: 10px 0;
}

.main-wrap .detail-wrap .right.top-product ul li {
  padding: 10px;
  border-bottom: 1px dashed #e6e6e6;
}

.main-wrap .detail-wrap .right.top-product ul li .img-wrap {
  width: 180px;
  height: 180px;
  overflow: hidden;
}

.main-wrap .detail-wrap .right.top-product ul li .img-wrap img {
  display: block;
  width: 180px;
  height: 180px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.main-wrap .detail-wrap .right.top-product ul li .product-name {
  display: block;
  font-size: 14px;
  color: #424242;
  line-height: 30px;
  text-align: center;
}

.main-wrap .detail-wrap .right.top-product ul li:hover .img-wrap img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.main-wrap .detail-wrap .right.top-product ul li:hover .product-name {
  color: #1695ef;
}

.mask {
  position: fixed;
  visibility: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transition: all .5s .2s;
  transition: all .5s .2s;
  z-index: 999;
}

.mask.show {
  visibility: visible;
  opacity: 1;
}

.dialog {
  position: fixed;
  visibility: hidden;
  top: -100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 880px;
  height: 750px;
  background-color: #f5f5f5;
  border-radius: 8px;
  opacity: 0;
  -webkit-transition: all .5s ease .4s;
  transition: all .5s ease .4s;
  overflow: hidden;
  z-index: 1000;
}

.dialog.show {
  visibility: visible;
  opacity: 1;
  top: 50%;
}

.dialog .close {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.dialog .heading-wrap {
  padding: 50px 40px 40px;
  background-color: #fff;
}

.dialog .heading-wrap .heading {
  padding-left: 20px;
  border-left: 5px solid #1695ef;
}

.dialog .form-wrap {
  margin: 50px auto 0;
  width: 640px;
  font-size: 0;
}

.dialog .form-wrap .title {
  display: inline-block;
  vertical-align: top;
  width: 80px;
  height: 48px;
  font-size: 18px;
  line-height: 48px;
  color: #212122;
  font-weight: 700;
}

.dialog .form-wrap .input {
  display: inline-block;
  vertical-align: top;
  margin-left: 40px;
  margin-bottom: 12px;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 518px;
  height: 46px;
  line-height: 46px;
  font-size: 14px;
  color: #554454;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  outline: none;
}

.dialog .form-wrap .input-wrap {
  display: inline-block;
  vertical-align: top;
  margin-left: 40px;
  margin-bottom: 12px;
  width: 518px;
}

.dialog .form-wrap .input-wrap .address {
  margin-top: 12px;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 518px;
  height: 46px;
  line-height: 46px;
  font-size: 14px;
  color: #554454;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  outline: none;
}

.dialog .form-wrap .input-wrap .date {
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 338px;
  height: 46px;
  line-height: 46px;
  font-size: 14px;
  color: #554454;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  outline: none;
}

.dialog .form-wrap .input-wrap .time {
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 30px;
  width: 148px;
  height: 46px;
  line-height: 46px;
  font-size: 14px;
  color: #554454;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  outline: none;
}

.dialog .form-wrap #distpicker {
  height: 48px;
}

.dialog .form-wrap #distpicker select {
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 46px;
  width: 136px;
  line-height: 46px;
  font-size: 14px;
  color: #554454;
  border: 1px solid #e6e6e6;
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #fff url("../images/icon_arrow_down.png") 110px center no-repeat;
}

.dialog .form-wrap #distpicker span {
  margin: 0 10px;
  font-size: 14px;
  color: #554454;
}

.dialog .form-wrap #distpicker span:last-child {
  margin-right: 0;
}

.dialog .form-wrap #submit {
  display: block;
  margin: 30px auto 0;
  width: 140px;
  height: 40px;
  font-size: 14px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  background-color: #1695ef;
  border-radius: 40px;
}

.dialog2 {
  position: fixed;
  visibility: hidden;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0) scale3d(0, 0, 0);
  transform: translate3d(-50%, -50%, 0) scale3d(0, 0, 0);
  -webkit-transition: all .5s ease .2s;
  transition: all .5s ease .2s;
  width: 880px;
  height: 620px;
  background-color: #f5f5f5;
  border-radius: 8px;
  opacity: 0;
  overflow: hidden;
  z-index: 1000;
}

.dialog2.show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
  transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
}

.dialog2 .close {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.dialog2 .close {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.dialog2 .heading-wrap {
  margin-top: 0;
  padding: 40px 40px;
  background-color: #fff;
}

.dialog2 .heading-wrap .heading {
  padding-left: 20px;
  border-left: 5px solid #1695ef;
}

.dialog2 .form-wrap {
  margin: 50px auto 0;
  width: 640px;
  font-size: 0;
}

.dialog2 .form-wrap .title {
  display: inline-block;
  vertical-align: top;
  width: 80px;
  height: 48px;
  font-size: 18px;
  line-height: 48px;
  color: #212122;
  font-weight: 700;
}

.dialog2 .form-wrap .input {
  display: inline-block;
  vertical-align: top;
  margin-left: 40px;
  margin-bottom: 12px;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 518px;
  height: 46px;
  line-height: 46px;
  font-size: 14px;
  color: #554454;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  outline: none;
}

.dialog2 .form-wrap .input-wrap {
  display: inline-block;
  vertical-align: top;
  margin-left: 40px;
  margin-bottom: 12px;
  width: 518px;
}

.dialog2 .form-wrap .input-wrap .address {
  margin-top: 12px;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 518px;
  height: 46px;
  line-height: 46px;
  font-size: 14px;
  color: #554454;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  outline: none;
}

.dialog2 .form-wrap textarea {
  display: inline-block;
  vertical-align: top;
  margin-left: 40px;
  margin-bottom: 12px;
  padding: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 518px;
  height: 140px;
  line-height: 1.8;
  font-size: 14px;
  color: #554454;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  outline: none;
  resize: none;
}

.dialog2 .form-wrap #submit {
  display: block;
  margin: 30px auto 0;
  width: 140px;
  height: 40px;
  font-size: 14px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  background-color: #1695ef;
  border-radius: 40px;
}
