.textEellipsis {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.clearF:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.userSelect {
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}
.floatL {
  float: left;
}
.floatR {
  float: right;
}
.totalIconCss {
  font-family: "iconfont" !important;
  font-size: 12px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dFlex {
  display: flex;
  justify-content: center;
  align-items: center;
}
@font-face {
  font-family: 'myfont';
  src: url('../woff/myriadpro-regular.woff') format('woff'), /* chrome、firefox */ url('../ttf/myriadpro-regular.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('../otf/myriadpro-regular.otf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('../svg/myriadpro-regular.svg#iconfont') format('svg'), /* iOS 4.1- */ url('../eot/myriadpro-regular.eot');
}
@font-face {
  font-family: 'activeFont';
  src: url("../ttf/din-condensed-bold.ttf");
}
@font-face {
  font-family: 'open-sans';
  src: url("../ttf/open-sans-2.ttf") format('opentype');
}
@font-face {
  font-family: 'open-sans-blod';
}
@font-face {
  font-family: 'open-semi-bold';
}
@font-face {
}
@font-face {
}
@font-face {
}
@font-face {
  font-family: 'NunitoSans';
  src: url("../ttf/nunitosans_7pt_semicondensed-regular.ttf") format('truetype');
}
@font-face {
  font-family: 'NunitoSans-Bold';
  src: url("../ttf/nunitosans_7pt_semicondensed-bold.ttf") format('opentype');
}
@font-face {
  font-family: 'NunitoSans-Semibold';
  src: url("../ttf/nunitosans_7pt_semicondensed-semibold.ttf") format('opentype');
}
html,
body {
  font-size: 12px;
  font-family: NunitoSans, 'open-sans', 'Arial';
}
.about-title {
  font-family: NunitoSans-Bold;
  color: #b21f1f;
  font-size: 24px;
  padding: 70px 0 4px;
  position: relative;
  border-bottom: 2px solid #313131;
  cursor: default;
}
.about-title:before {
  display: block;
  content: '';
  width: 190px;
  height: 2px;
  background: #b21f1f;
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 1;
  transition: all 0.3s linear;
}
.about-title:hover:before {
  width: 40%;
}
.about-body {
  margin-top: 60px;
  padding-bottom: 120px;
}
.about-body:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.about-body .about-l {
  float: left;
  width: 680px;
}
.about-body .about-l h4 {
  font-size: 24px;
  color: #313131;
  font-family: NunitoSans-Bold;
}
.about-body .about-l .inquiries-des {
  font-size: 14px;
  line-height: 24px;
  margin-top: 10px;
  width: 560px;
}
.about-body .about-l .inquiries-des a {
  color: #b21f1f;
  text-decoration: underline;
}
.about-body .about-l h5 {
  font-family: NunitoSans;
  margin-top: 40px;
  font-size: 14px;
  color: #313131;
}
.about-body .about-l .send-message-box {
  width: 100%;
  margin-top: 30px;
  background: #fff;
  box-sizing: border-box;
  font-size: 0;
}
.about-body .about-l .send-message-box .item {
  margin-bottom: 25px;
  font-size: 0;
}
.about-body .about-l .send-message-box .item label {
  width: 130px;
  display: inline-block;
  text-align: left;
  font-size: 14px;
}
.about-body .about-l .send-message-box .item label .icon-bitian {
  color: #b21f1f;
}
.about-body .about-l .send-message-box input {
  height: 30px;
  border: 1px solid #ececec;
  text-indent: 15px;
  outline: none;
  width: 380px;
  font-size: 12px;
  background: #f4f4f4;
}
.about-body .about-l .send-message-box input:focus {
  background: #fff;
}
.about-body .about-l .send-message-box .captcha-box {
  display: inline-block;
  position: relative;
}
.about-body .about-l .send-message-box .captcha-box img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  height: 30px;
  border: 1px solid #ececec;
  cursor: pointer;
}
.about-body .about-l .send-message-box .info-box {
  width: 380px;
  height: 80px;
  resize: none;
  border: 1px solid #efefef;
  padding: 10px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  background: #f4f4f4;
  font-family: NunitoSans;
  font-size: 12px;
}
.about-body .about-l .send-message-box .info-box:focus {
  background: #fff;
}
.about-body .about-l .send-message-box .send-btn {
  font-family: NunitoSans;
  cursor: pointer;
  color: #fff;
  box-sizing: border-box;
  background: #b21f1f;
  height: 34px;
  line-height: 34px;
  display: inline-block;
  width: 130px;
  font-size: 14px;
  text-indent: 0;
  font-weight: normal;
}
.about-body .about-l .send-message-box .send-btn:hover {
  background-color: #d52424;
}
.about-body .about-r {
  float: left;
  width: 600px;
}
.about-body .about-r .corporate-box {
  background: url("../jpg/contact-us-bg.jpg") no-repeat center;
  width: 600px;
  height: 340px;
  color: #fff;
  text-align: center;
  overflow: hidden;
  padding: 32px 10px;
}
.about-body .about-r .corporate-box h3 {
  font-size: 24px;
  font-family: NunitoSans-Bold;
}
.about-body .about-r .corporate-box .corporate-des {
  margin-top: 20px;
  font-size: 18px;
}
.about-body .about-r .address-area {
  margin-top: 35px;
}
.about-body .about-r .address-area dd {
  font-size: 14px;
  cursor: default;
  padding: 12px 0;
  text-align: center;
  position: relative;
}
.about-body .about-r .address-area dd:before {
  display: block;
  content: '';
  width: 100%;
  border-top: 1px #dcdddd dashed;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform: scaleY(0.5);
  transform-origin: center top;
}
.about-body .about-r .address-area .text {
  display: block;
  font-size: 18px;
  width: 230px;
  text-align: left;
  margin: 0 auto;
}
.about-body .about-r .address-area .text a {
  color: #fff;
  text-decoration: underline;
}
.about-body .about-r .address-area .iconfont {
  display: inline-block;
  width: 24px;
  text-align: center;
  font-size: 20px;
  transition: color 0.3s ease;
}
.about-body .about-r .address-area .icon-xinxi1 {
  font-size: 17px;
  vertical-align: middle;
}
.about-body .about-r .corporate-tips {
  border: 1px solid #e0e0e0;
  padding: 30px 10px 30px 30px;
  font-size: 14px;
}
.about-body .about-r .corporate-tips dt {
  font-family: NunitoSans-Bold;
  margin-bottom: 10px;
}
.about-body .about-r .corporate-tips dd {
  margin-bottom: 20px;
  line-height: 24px;
}
.about-body .about-r .corporate-tips a {
  color: #b21f1f;
  text-decoration: underline;
}
/*# sourceMappingURL=contact-us.css.map */