html,
body {
  font-family: "PingFang SC", "Helvetica Neue", Helvetica, "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 14px;
  color: #333;
  height: 100%;
  width: 100%;
  background: #fff;
  min-width: 1470px;
}
html,
body,
img,
ul,
li,
ol,
li,
dl,
dt,
dd,
span,
section,
div,
article,
header,
footer {
  margin: 0;
  padding: 0;
  box-sizing:border-box;
}


.hide {
    display: none
}
.hidden {
    overflow: hidden;
}
ul,li {
    list-style: none;
    margin: 0;
    padding: 0
}
.title-color {
    color: #000000
}

.text-color {
    color: #666666
}
.color-33 {
    color: #333333
}
.color-99 {
    color: #999999
}

.color-brown {
    color: #671216
}

.color-red {
    color: #E13121
}

.color-orange {
    color: #FCA000
}

.color-green {
    color: #007E35
}

.color-gray {
    color: #8F8F98
}

.auto {
	margin: 0 auto;
}
.w1400 {
	width: 1400px
}
.tc {
	text-align: center;
}

.tr {
	text-align: right;
}

.img-middle {
    vertical-align: middle;
}
.pointer {
    cursor: pointer;
}

/*-----------------font--------------*/
.F12 {
	font-size: 12px;
}

.F14 {
	font-size: 14px;
}

.F16 {
	font-size: 16px;
}

.F18 {
	font-size: 18px;
}

.F24 {
	font-size: 24px;
}

.F32 {
	font-size: 32px;
}


.Bold {
	font-weight: bold;
}


/*-----------------margin--------------*/

.mt2 {
    margin-top: 2px
}
.mt20  {
    margin-top: 40px
}
.mt40  {
    margin-top: 40px
}
.mt45  {
    margin-top: 45px
}

.mt60  {
    margin-top: 60px
}
.mt80  {
    margin-top: 80px
}


/* 单行文本显示 */

.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


/* 2行文本显示 */

.text-ellipsis2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}


/*3行文本显示 */

.text-ellipsis3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
/*4行文本显示 */
.text-ellipsis4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

a {
  line-height: 32px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  /*height: 5px;*/
}

::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  background-color: #ee3f4d;
  border-radius: 3px;
}

::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #fff;
}

  
  ul,
  li {
  list-style: none;
  }
  
  img {
  border: 0;
  }
  
  .clear {
  zoom: 1;
  }
  
  .clear:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  }
  
  html,
  body,
  div,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  ul,
  ol,
  dl,
  li,
  dt,
  dd,
  p,
  blockquote,
  pre,
  form,
  fieldset,
  table,
  th,
  td {
  margin: 0;
  padding: 0;
  word-break: break-all;
  }
  
  area {
  outline: none;
  }
  
  /*p{text-align:left;}*/
  a {
  color: #000;
  text-decoration: none;
  }
  
  a:hover {
  color: #EB0000;
  /*text-decoration:underline*/
  ;
  }
  
  .pos_rel {
  position: relative;
  }
  
  .pos_abs {
  position: absolute;
  }
  
  /*-----------------font--------------*/
  .F12 {
  font-size: 12px;
  }
  
  .F14 {
  font-size: 14px;
  }
  
  .F16 {
  font-size: 16px;
  }
  
  .F18 {
  font-size: 18px;
  }
  
  .F25 {
  font-size: 25px;
  }
  
  .F22 {
  font-size: 22px
  }
  
  .F24 {
  font-size: 24px
  }
  
  .F28 {
  font-size: 28px
  }
  
  .F30 {
  font-size: 30px
  }
  
  .F36 {
  font-size: 30px
  }
  
  .Bold {
  font-weight: bold;
  }
  
  /*-----------------line-height--------------*/
  .LH2 {
  line-height: 2em;
  }
  
  .LH2-2 {
  line-height: 2.2em;
  }
  
  .LH2-4 {
  line-height: 2.4em;
  }
  
  .LH2-6 {
  line-height: 2.6em;
  }
  
  .LH3 {
  line-height: 3em
  }
  
  .LH30 {
  line-height: 30px
  }
  
  .LH32 {
  line-height: 32px
  }
  
  .LH40 {
  line-height: 40px
  }
  
  .LH54 {
  line-height: 54px
  }
  
  /*-----------------border--------------*/
  .border_all {
  border: 1px solid #DFE5F2;
  }
  
  .border_b {
  border-bottom: 1px solid #DFE5F2;
  }
  
  .border_r {
  border-right: 1px solid #DFE5F2;
  }
  
  .border_t {
  border-top: 1px solid #DFE5F2;
  }
  
  .border_dashed {
  border-bottom: 1px dashed #DFE5F2;
  }
  
  .w950 {
  width: 950px;
  }
  
  .w980 {
  width: 980px;
  }
  
  .w1000 {
  width: 1000px;
  }
  
  .w1080 {
  width: 1080px;
  }
  
  .w655 {
  width: 655px;
  }
  
  .w270 {
  width: 270px;
  }
  
  .w294 {
  width: 294px;
  }
  
  .w300 {
  width: 300px;
  }
  
  .w310 {
  width: 310px;
  }
  .w324 {
  width: 324px;
  }
  .w330 {
  width: 330px;
  }
  
  .w340 {
  width: 340px;
  }
  
  .w344 {
  width: 344px;
  }
  
  .w360 {
  width: 360px;
  }
  
  .w386 {
  width: 386px;
  }
  
  .w700 {
  width: 700px;
  }
  
  .w680 {
  width: 680px
  }
  
  .w230 {
  width: 230px;
  }
  
  
  .w260 {
  width: 260px;
  }
  
  .w406 {
  width: 406px;
  }
  
  .w420 {
  width: 420px;
  }
  .w450 {
  width: 450px;
  }
  .w752 {
  width: 752px;
  }
  
  .w780 {
  width: 780px;
  }
  
  .w1200 {
  width: 1200px
  }
  
  .w400 {
  width: 400px;
  }
  
  .w900 {
  width: 900px
  }
  
  .w940 {
  width: 940px
  }
  
  .w434 {
  width: 434px
  }
  
  .w440 {
  width: 440px
  }
  
  .w490 {
  width: 490px;
  }
  
  .w540 {
  width: 540px;
  }
  
  .w477 {
  width: 477px;
  }
  
  .w488 {
  width: 488px;
  }
  
  .w680 {
  width: 680px;
  }
  
  .w690 {
  width: 690px;
  }
  
  .w692 {
  width: 692px;
  }
  
  .auto {
  margin: 0 auto;
  }
  
  .h1 {
  height: 1px
  }
  
  .h3 {
  height: 3px
  }
  
  .h38 {
  height: 38px
  }
  
  .h40 {
  height: 40px
  }
  
  .h60 {
  height: 60px
  }
  
  .h82 {
  height: 82px;
  line-height: 82px
  }
  
  .h90 {
  height: 90px;
  }
  
  .h100 {
  height: 100px
  }
  
  .h156 {
  height: 156px
  }
  
  .h500 {
  height: 500px
  }
  
  .h530 {
  height: 530px
  }
  
  .h310 {
  height: 310px
  }
  
  .h360 {
  height: 360px
  }
  
  .h400 {
  height: 400px;
  }
  
  .h428 {
  height: 428px;
  }
  
  .h572 {
  height: 572px;
  }
  
  .h610 {
  height: 610px
  }
  
  .h700 {
  height: 700px
  }
  
  .mt5 {
  margin-top: 5px;
  }
  
  .mt10 {
  margin-top: 10px;
  }
  
  .mt13 {
  margin-top: 13px;
  }
  
  .mt15 {
  margin-top: 15px;
  }
  
  .mt20 {
  margin-top: 20px;
  }
  
  .mt25 {
  margin-top: 25px;
  }
  
  .mt26 {
  margin-top: 26px;
  }
  
  .mt30 {
  margin-top: 30px;
  }
  
  .mt35 {
  margin-top: 35px;
  }
  
  .mt40 {
  margin-top: 40px;
  }
  
  .mt45 {
  margin-top: 45px;
  }
  
  .mt50 {
  margin-top: 50px
  }
  
  .mt60 {
  margin-top: 60px
  }
  
  .mt70 {
  margin-top: 70px
  }
  
  .mt80 {
  margin-top: 80px
  }
  
  .mt90 {
  margin-top: 90px
  }
  
  .ml10 {
  margin-left: 10px;
  }
  
  .ml20 {
  margin-left: 20px;
  }
  
  .ml25 {
  margin-left: 25px;
  }
  
  .ml30 {
  margin-left: 30px;
  }
  
  .ml40 {
  margin-left: 40px;
  }
  
  .ml45 {
  margin-left: 45px;
  }
  
  .ml60 {
  margin-left: 60px;
  }
  
  .ml74 {
  margin-left: 74px;
  }
  
  .ml110 {
  margin-left: 110px;
  }
  
  .mr10 {
  margin-right: 10px;
  }
  
  .mr20 {
  margin-right: 20px;
  }
  
  .mr25 {
  margin-right: 25px;
  }
  
  .mr35 {
  margin-right: 35px;
  }
  
  .mr40 {
  margin-right: 40px;
  }
  
  .mr100 {
  margin-right: 100px;
  }
  
  .mb10 {
  margin-bottom: 10px
  }
  
  .mb15 {
  margin-bottom: 15px
  }
  
  .mb20 {
  margin-bottom: 20px
  }
  
  .mb30 {
  margin-bottom: 30px
  }
  
  .mb40 {
  margin-bottom: 40px
  }
  
  .mb60 {
  margin-bottom: 60px
  }
  
  .mb100 {
  margin-bottom: 100px
  }
  
  .mt100 {
  margin-top: 100px
  }
  
  .mt110 {
  margin-top: 110px
  }
  
  .mt188 {
  margin-top: 188px
  }
  
  .bgfff {
  background: #fff;
  }
  
  .bgred {
  background: #D61F12
  }
  
  .bggray {
  background: #F6F8FC
  }
  
  .fl {
  float: left;
  display: inline;
  }
  
  .fr {
  float: right;
  display: inline;
  }
  
  .tl {
  text-align: left;
  }
  
  .tr {
  text-align: right;
  }
  
  .tc {
  text-align: center;
  }
  
  .white {
  color: #fff
  }
  
  /*-----------------color--------------*/
  .title-color {
  color: #373940
  }
  
  .text-color {
  color: #778094 !important
  }
  
  .text-color a {
  color: #778094 !important
  }
  
  .text-color2 {
  color: #373940
  }
  
  .last-a-color a:last-child {
  color: #EB0000 !important
  }
  
  a.last-color {
  color: #EB0000 !important
  }
  
  .sub-color {
  color: #C4CBD6
  }
  
  .brown-color {
  color: #9C834A
  }
  
  .inline-block {
  display: inline-block;
  }
  
  .hide {
  display: none
  }
  
  .pointer {
  cursor: pointer;
  }
  
  .middle {
  vertical-align: middle;
  }


  
  
  