@charset "utf-8";

/* CSS Document */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

body {
  /*width:100%;*/
  min-width: 1200px;
  font-size: 14px;
  color: #555;
  background: #fff;
  font-family: "微软雅黑";
  margin: 0px;
}

fieldset,
img {
  border: 0;
  display: block;
}

ol,
ul {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

em {
  font-style: normal;
}

input,
button,
select,
textarea {
  outline: none;
  border: 0;
}

textarea {
  resize: none;
}

a {
  color: #333333;
  text-decoration: none;
}

a:hover {
  color: #009a95;
  text-decoration: none;
}

/* 清浮动 */
.clearfix:after {
  content: "";
  visibility: hidden;
  height: 0;
  display: block;
  clear: both;
}

.clearfix {
  zoom: 1;
}

/* 浮动 */
.fleft {
  float: left;
}

.fright {
  float: right;
}

.overflow-hd {
  overflow: hidden;
}

/* 定位 */
.positionr {
  position: relative;
}

.positiona {
  position: absolute;
}

.positionf {
  position: fixed;
}

/* 文字居中 */
.tleft {
  text-align: left;
}

.tcenter {
  text-align: center;
}

.tright {
  text-align: right;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

/*外边距*/
.mt20px {
  margin-top: 20px;
}

.mb20px {
  margin-bottom: 20px;
}

.mt40px {
  margin-top: 40px;
}

.mt22px {
  margin-top: 22px;
}

.mt25px {
  margin-top: 25px;
}

.mb30px {
  margin-bottom: 30px;
}

.mr20px {
  margin-right: 20px;
}

.mr30px {
  margin-right: 30px;
}

.mb34px {
  margin-bottom: 34px;
}

.mb10px {
  margin-bottom: 10px;
}

.mb14px {
  margin-bottom: 14px;
}

.mb15px {
  margin-bottom: 15px;
}

.cursor {
  cursor: pointer;
}

.no-cursor {
  cursor: auto;
}

input[type=button],
button {
  cursor: pointer;
}

.disblock {
  display: block;
}

.disinline {
  display: inline-block;
}

/* 显示隐藏 */
.show {
  display: block;
}

.hide {
  display: none;
}

/* 文字省略号 */
.ellipsis-uniline {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipsis-multiline {
  display: box !important;
  display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /*第几行出现省略号*/
}

.nopadding {
  padding: 0px !important;
}

/* 字体大小 */
.font12px {
  font-size: 12px;
}

.font14px {
  font-size: 14px;
}

.font16px {
  font-size: 16px;
}

.font18px {
  font-size: 18px !important;
}

.font20px {
  font-size: 20px;
}

/*字体颜色*/
.fontColor-red {
  color: #e00000;
}

.fontColor-blue {
  color: #2f88ee;
}

.fontColor-green {
  color: #73b906;
}

.fontColor-logo {
  color: #dc3965;
}

/*上下左右居中*/
.positionAmarginA {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*三级小标题*/
.stitle {
  font-size: 20px;
  color: #111;
  font-weight: normal;
  padding-left: 25px;
  box-sizing: content-box;
}

.docstitle {
  font-size: 20px;
  color: #111;
  font-weight: normal;
}

.h4 {
  font-size: 20px;
  color: #000011;
  font-weight: normal;
}

/*按钮*/
.btn {
  width: 80px;
  height: 20px;
  line-height: 20px;
  background: #dc3965;
  border-radius: 8px;
  color: #fff;
}

/*标题前面的小图标*/
.title-icon {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0px;
  top: 5px;
  background: url(../images/icon.png) no-repeat -1360px -420px;
  margin-right: 30px;
}

.menuicon {
  width: 30px;
  height: 20px;
  background: url(../images/icon.png) no-repeat -229px -562px;
}

/*公用头部*/
.header {
  width: 100%;
  min-width: 1200px;
  height: 30px;
  background: #f8f8f8;
  line-height: 30px;
  z-index: 100;
}

.header-bar {
  height: 100%;
}

.header-info span {
  margin-right: 40px;
}

.header-info strong {
  color: #111;
}


/*公用底部*/
.footer {
  width: 100%;
  background: #f5f5f5;
}

.footer-bar {
  width: 1200px;
  margin: 0 auto;
}

.footer-bar-up .terrace h1 {
  text-align: center;
}

.footer-bar-up .terrace h1 a img {
  width: 70px;
  height: 70px;
  margin: 0px auto;
}

.footer-bar-up .terrace div {
  color: #dc3965;
  line-height: 30px;
}

.footer-down {
  width: 100%;
}

.footer-bar-down .foot-link {
  margin-top: 20px;
  margin-bottom: 36px;
}

.footer-bar-down .foot-link p+p {
  margin-top: 10px;
  margin-bottom: 20px;
}

.footer-bar-down p {
  line-height: 30px;
}

.footer-bar-up .terrace div {
  color: #dc3965;
  line-height: 30px;
  font-size: 18px;
  margin-top: 10px;
}

.footer-bar-up .terrace {
  padding: 0 110px 0 80px;
  border-right: 1px solid #dcdcdc;
  margin-top: 50px;
}

.about-us-main {
  margin-top: 20px;
  border-right: 1px solid #dcdcdc;
}

.about-us {
  padding: 0 110px 0 70px;
}

.footer-title {
  font-size: 20px;
  color: #111;
  font-weight: normal;
}

.about-us {
  width: 490px;
}

.about-us-main-item {
  width: 150px;
  margin-bottom: 3px;
}

.touch-us-main {
  margin-top: 20px;
}

.touch-us-main-dress:before {
  content: "";
  width: 20px;
  height: 26px;
  background: url(../images/icon-dress.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 714px;
  top: 10px;
}

.touch-us-main-dress p {
  font-size: 14px;
  color: #333;
  line-height: 1.5;
}

.touch-us-main-telephone {
  margin-top: 20px;
}

.touch-us-main-telephone:before {
  content: "";
  width: 20px;
  height: 26px;
  background: url(../images/icon-telephone.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 717px;
  top: 12px;
}

.touch-us-main-telephone p {
  font-size: 14px;
  color: #333;
}

.touch-us-main-telephone div {
  font-size: 24px;
  color: #333;
}

.footer-bar-up {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 20px;
}

.footer-up {
  background: #f5f5f5;
  padding-bottom: 20px;
}