@charset "UTF-8";
/*单行省略号*/
/*多行省略号*/
/**清除浮动**/
/**fit img**/
/*主色调*/
/*文本颜色*/
/*字体*/
.contact-box {
  padding: 45px 0 120px;
}

.contact-box .fl {
  width: 695px;
}

.contact-box .fr {
  width: 340px;
}

.contact-box .page-tit {
  font-size: 24px;
  font-weight: 500;
}

.contact-box .vice-tit {
  font-size: 16px;
  margin-top: 13px;
}

.contact-box .warn-txt {
  font-size: 16px;
  line-height: 28px;
  margin-top: 30px;
}

.contact-form {
  display: block;
  padding: 35px 0 0;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid #999999;
  border: 1px solid rgba(153, 153, 153, 0.9);
  box-sizing: border-box;
  padding: 0 10px;
  font-size: 16px;
  color: #666;
}

.contact-form input {
  height: 40px;
  line-height: 40px;
}

.contact-form textarea {
  padding: 10px;
  line-height: 1.8;
  min-width: 100%;
  max-width: 100%;
  min-height: 172px;
  height: 172px;
}

.contact-form .label {
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  margin-bottom: 14px;
}

.contact-form .form-item {
  margin-bottom: 30px;
}

.contact-form .form-text {
  font-size: 14px;
  line-height: 20px;
  color: #999;
  margin-top: -14px;
  padding-bottom: 30px;
}

.contact-form .form-btn {
  padding-top: 10px;
}

.contact-form .form-btn .submit {
  width: 144px;
  height: 50px;
  background-color: #063F88;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}

.branch-info {
  width: 100%;
  box-sizing: border-box;
  padding: 0 30px;
  margin-bottom: 6px;
}

.branch-info a {
  display: block;
  border-bottom: 1px solid #E0E0E0;
  padding: 14px 10px 14px 0;
  color: #063F88;
  font-weight: 600;
  position: relative;
  font-size: 16px;
}

.branch-info a span {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.branch-info .arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #F37020;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  margin-top: -3px;
}

.branch-info .arrow-img {
  width: 22px;
  height: 15px;
  vertical-align: middle;
  display: inline-block;
  margin-left: 10px;
}

.branch-info a:hover .arrow-img {
  -webkit-animation: tandong 0.5s alternate infinite;
          animation: tandong 0.5s alternate infinite;
}

@-webkit-keyframes tandong {
  0% {
    -webkit-transform: translate(0px, 0);
            transform: translate(0px, 0);
  }
  100% {
    -webkit-transform: translate(5px, 0);
            transform: translate(5px, 0);
  }
}

@keyframes tandong {
  0% {
    -webkit-transform: translate(0px, 0);
            transform: translate(0px, 0);
  }
  100% {
    -webkit-transform: translate(5px, 0);
            transform: translate(5px, 0);
  }
}

.branch-area {
  background-color: transparent;
  padding: 26px 0 0;
}

.branch-area .area-tit {
  text-align: center;
}

.branch-area .area-tit2 {
  padding-top: 80px;
}

.branch-area .arrow {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.branch-area .list a:hover span {
  box-shadow: none;
}

.branch-area .list a.on .arrow {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.branch-area li {
  margin-bottom: 10px;
}

.branch-area .info {
  width: 100%;
  box-sizing: border-box;
  background-color: #F2F2F2;
  padding: 30px 20px;
}

.branch-area .info .name {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
  padding-bottom: 5px;
  line-height: 1.4;
}

.branch-area .info p {
  font-size: 14px;
  line-height: 26px;
  margin-top: 10px;
  color: #666;
}

/*# sourceMappingURL=maps/contact.css.map */
