/*@font-face{
  font-family:"PuHuiTi";
  src:url('../font/Alibaba-PuHuiTi-Bold.otf');
}*/
*{
  margin: 0;
  padding: 0;
  font-family: "微软雅黑";
}
html,body {
  min-width: 1200px;
  background-color: #ffffff;
}
a {
  text-decoration: none;
}
table {
  border: none;
  border-collapse:collapse;
}
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}
.tc {
  text-align: center;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}
.clearfix:after{
  content: " ";
  width: 0;
  height: 0;
  clear: both;
  display: block;
}
.fs12{
  font-size: 12px;
}
.fs14{
  font-size: 14px;
}
.fs16{
  font-size: 16px;
}
.wp50 {
  width: 50%;
}
.mt30 {
  margin-top: 30px;
}
.mt80 {
  margin-top: 80px;
}
.lh26{
  line-height: 26px;
}
.line-spance1{
  letter-spacing: 1px;
}
.warpper {
  width: 1200px;
  margin:auto;
  height: inherit;
}
.main-color {
  color: #0042cc;
}