* {
  padding: 0;
  margin: 0;
}

body {
  margin: auto;
  font-size: 16px;
  background-color: #fff;
  min-width: 1200px;
}

img {
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
}

.f-bold {
  font-weight: bold;
}
.mt-32 {
  margin-top: 32px;
}
.lh100 {
  line-height: 100px;
}

.ml-16 {
  margin-left: 16px;
}

.mt-10 {
  margin-top: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-20 {
  margin-top: 20px;
}

.ml-30 {
  margin-left: 30px;
}

.p-25 {
  padding: 25px;
}
.pd20 {
  padding: 20px !important;
}
.ft-20 {
  font-size: 18px;
}

.ft-16 {
  font-size: 16px;
}
.line-single {
  width: 100%;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

/* 只显示两行，超过显示省略号 */
.line-two {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.line-three {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.line-four {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.container {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  /* font-size: 16px; */
}

.bg-white {
  background-color: #fff;
  zoom: 1;
}

.layout {
  padding: 60px 0;
}

.f-l {
  float: left;
}
.f-r {
  float: right;
}
.w-580 {
  width: 620px;
}

input::-ms-clear,
input::-ms-reveal {
  display: none;
}

/* datepicker */
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #3886ca;
  background-color: #c7dff5;
  color: #3886ca;
}

.t-center {
  text-align: center;
}

.top {
  width: 100%;
}
.top img {
  width: 100%;
}

.nav {
  width: 100%;
  background-color: #00739d;
  height: 80px;
  line-height: 80px;
}

.nav .pt-list {
  width: 1200px;
  margin: auto;
  text-align: center;
}

.nav a {
  display: block;
}

.nav li:hover {
  background-color: #0090c5;
}

.nav .active {
  background-color: #0090c5;
}

.nav .pt-list li {
  float: left;
  color: #fff;
  text-align: center;
}

.nav .pt-list p {
  font-size: 26px;
  color: #fff;
  margin: 0 38px;
}

.container {
  width: 1200px;
  box-sizing: border-box;
  font-size: 16px;
  padding: 50px 0;
}

.foot {
  width: 100%;
  height: 180px;
  background-color: #00739d;
  color: #fff;
  line-height: 2;
  text-align: center;
  padding-top: 58px;
  box-sizing: border-box;
}
.foot a {
  color: #fff;
}
