/*清除默认样式*/
.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;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
img {
  border: none;
}
a {
  text-decoration: none;
  display: inline-block;
}
input {
  border: none;
}
button {
  border: none;
}
i {
  display: inline-block;
  font-style: normal;
}
ul,
ol {
  list-style: none;
}
/*公共版心*/
.container_warp {
  width: 1280px !important;
  margin: 0 auto;
}
/*论坛版心*/
.bbs_warp {
  width: 1280px;
  margin: 0 auto;
}
/*会员版心*/
.vip_warp {
  width: 1120px;
}
.container_warp:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.go_wrap {
  width: 1440px !important;
  margin: 0 auto;
}
.go_wrap:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.rightf {
  float: right;
}
.leftf {
  float: left;
}
.font12 {
  font-size: 12px;
  color: #727171;
}
.clear-float {
  clear: both;
  zoom: 1 \9;
}
.ie-float {
  overflow: auto \9;
}
.clear-fix:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
textarea::-webkit-input-placeholder {
  color: #999;
}
textarea::-moz-placeholder {
  color: #999;
}
textarea::-moz-placeholder {
  color: #999;
}
textarea:-ms-input-placeholder {
  color: #999;
}
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
}
::-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
}
.font-color {
  color: #727171;
}
/*图片文字对齐*/
.align-pic {
  vertical-align: middle;
}
/*清除IEX号*/
/*::-ms-clear,::-ms-reveal{display:none;}*/
input::-ms-clear {
  display: none;
}
input::-ms-reveal {
  display: none;
}
input,
textarea,
button {
  outline: none;
}
/*右侧悬浮*/
/*放假通知*/
.holiday-tips {
  min-width: 1280px;
  background-color: #d0ba9a;
}
.holiday-tips .tips-content {
  width: 1280px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 15px 0 0 60px;
  position: relative;
}
@media screen and (min-width: 1800px) {
  .holiday-tips .tips-content {
    width: 1280px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 15px 0 0 0;
  }
}
/*关闭*/
.holiday-tips .tips-content .icon-guanbi {
  position: absolute;
  top: 17px;
  right: 20px;
  z-index: 9;
  font-size: 22px;
  cursor: pointer;
  transition: all 0.3s;
}
.holiday-tips .tips-content .icon-guanbi:hover {
  color: #b21f1f;
  transform: rotate(90deg);
}
.holiday-tips .tips-content .tips-logo {
  float: left;
}
.holiday-tips .tips-content .tips-logo .iconfont {
  font-size: 24px;
  line-height: 24px;
  color: #2e2525;
  display: block;
  -webkit-animation: radio 0.5s ease-in infinite;
}
.holiday-tips .tips-content .tips-text {
  float: left;
  margin-left: 10px;
}
.holiday-tips .tips-content .tips-text h5 {
  color: #ac0000;
  font-size: 16px;
}
.holiday-tips .link-holiday {
  color: #2e2525;
}
.holiday-tips .link-holiday:hover {
  text-decoration: underline;
}
.holiday-tips .quote-link .enquiry {
  font-size: 16px;
  font-weight: bold;
  margin-right: 5px;
}
.holiday-tips .quote-link .quote-now:hover {
  color: #b21f1f;
}
@media all and (max-width: 1600px) {
  .header .top-box {
    padding: 0;
  }
  .header .nav .nav-box {
    padding: 0;
  }
}
@media all and (min-width: 1530px) {
  .lg-hidden {
    display: none;
  }
  .md-hidden {
    display: block;
  }
}
@media all and (max-width: 1529px) {
  .lg-hidden {
    display: block;
  }
  .md-hidden {
    display: none;
  }
}
/*# sourceMappingURL=public.css.map */