@charset "UTF-8";
/*混合指令（Mixin）用于定义可重复使用的样式*/
/*一些可重用代码*/
/* 使用绝对定位使内容水平居中 */
/* 使用绝对定位使内容垂直居中 */
/* 使用绝对定位使内容绝对居中 */
/* 设置图片背景 */
/* 清除浮动 */
/* 单行文字显示省略号 */
/* 多行文字显示省略号 */
/* 渐变背景 */
/* 首页内容宽度 */
/**
 * hover时由内向外填充的效果
 */
/*relative相对定位*/
/**
* @param $line       超出显示省略号的行数，默认：1
* @param $substract  为预留区域百分比%，默认：0
*/
/* 主题色-蓝色*/
.h {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.hb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.hc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.hr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.hrc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.hbc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.hl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.hlc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.hld {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.hcc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.hcb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: space-between;
      -ms-flex-align: space-between;
          align-items: space-between; }

.v {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.vc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.vcc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.vlc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.vbl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.vlb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: space-between;
      -ms-flex-align: space-between;
          align-items: space-between; }

.vr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.vrc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.vb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.vbc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.vbb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: space-between;
      -ms-flex-align: space-between;
          align-items: space-between; }

.vcl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

/* margin padding */
.ma5 {
  margin: 5px; }

.ml5 {
  margin-left: 5px; }

.mr5 {
  margin-right: 5px; }

.mlr5 {
  margin-left: 5px;
  margin-right: 5px; }

.mtb5 {
  margin-top: 5px;
  margin-bottom: 5px; }

.mt5 {
  margin-top: 5px; }

.mb5 {
  margin-bottom: 5px; }

.pt5 {
  padding-top: 5px; }

.pl5 {
  padding-left: 5px; }

.pb5 {
  padding-bottom: 5px; }

.pr5 {
  padding-right: 5px; }

.plr5 {
  padding-left: 5px;
  padding-right: 5px; }

.ptb5 {
  padding-top: 5px;
  padding-bottom: 5px; }

.ma10 {
  margin: 10px; }

.ml10 {
  margin-left: 10px; }

.mr10 {
  margin-right: 10px; }

.mlr10 {
  margin-left: 10px;
  margin-right: 10px; }

.mtb10 {
  margin-top: 10px;
  margin-bottom: 10px; }

.mt10 {
  margin-top: 10px; }

.mb10 {
  margin-bottom: 10px; }

.pt10 {
  padding-top: 10px; }

.pl10 {
  padding-left: 10px; }

.pb10 {
  padding-bottom: 10px; }

.pr10 {
  padding-right: 10px; }

.plr10 {
  padding-left: 10px;
  padding-right: 10px; }

.ptb10 {
  padding-top: 10px;
  padding-bottom: 10px; }

.ma15 {
  margin: 15px; }

.ml15 {
  margin-left: 15px; }

.mr15 {
  margin-right: 15px; }

.mlr15 {
  margin-left: 15px;
  margin-right: 15px; }

.mtb15 {
  margin-top: 15px;
  margin-bottom: 15px; }

.mt15 {
  margin-top: 15px; }

.mb15 {
  margin-bottom: 15px; }

.pt15 {
  padding-top: 15px; }

.pl15 {
  padding-left: 15px; }

.pb15 {
  padding-bottom: 15px; }

.pr15 {
  padding-right: 15px; }

.plr15 {
  padding-left: 15px;
  padding-right: 15px; }

.ptb15 {
  padding-top: 15px;
  padding-bottom: 15px; }

.ma20 {
  margin: 20px; }

.ml20 {
  margin-left: 20px; }

.mr20 {
  margin-right: 20px; }

.mlr20 {
  margin-left: 20px;
  margin-right: 20px; }

.mtb20 {
  margin-top: 20px;
  margin-bottom: 20px; }

.mt20 {
  margin-top: 20px; }

.mb20 {
  margin-bottom: 20px; }

.pt20 {
  padding-top: 20px; }

.pl20 {
  padding-left: 20px; }

.pb20 {
  padding-bottom: 20px; }

.pr20 {
  padding-right: 20px; }

.plr20 {
  padding-left: 20px;
  padding-right: 20px; }

.ptb20 {
  padding-top: 20px;
  padding-bottom: 20px; }

.ma25 {
  margin: 25px; }

.ml25 {
  margin-left: 25px; }

.mr25 {
  margin-right: 25px; }

.mlr25 {
  margin-left: 25px;
  margin-right: 25px; }

.mtb25 {
  margin-top: 25px;
  margin-bottom: 25px; }

.mt25 {
  margin-top: 25px; }

.mb25 {
  margin-bottom: 25px; }

.pt25 {
  padding-top: 25px; }

.pl25 {
  padding-left: 25px; }

.pb25 {
  padding-bottom: 25px; }

.pr25 {
  padding-right: 25px; }

.plr25 {
  padding-left: 25px;
  padding-right: 25px; }

.ptb25 {
  padding-top: 25px;
  padding-bottom: 25px; }

.ma30 {
  margin: 30px; }

.ml30 {
  margin-left: 30px; }

.mr30 {
  margin-right: 30px; }

.mlr30 {
  margin-left: 30px;
  margin-right: 30px; }

.mtb30 {
  margin-top: 30px;
  margin-bottom: 30px; }

.mt30 {
  margin-top: 30px; }

.mb30 {
  margin-bottom: 30px; }

.pt30 {
  padding-top: 30px; }

.pl30 {
  padding-left: 30px; }

.pb30 {
  padding-bottom: 30px; }

.pr30 {
  padding-right: 30px; }

.plr30 {
  padding-left: 30px;
  padding-right: 30px; }

.ptb30 {
  padding-top: 30px;
  padding-bottom: 30px; }

.ma35 {
  margin: 35px; }

.ml35 {
  margin-left: 35px; }

.mr35 {
  margin-right: 35px; }

.mlr35 {
  margin-left: 35px;
  margin-right: 35px; }

.mtb35 {
  margin-top: 35px;
  margin-bottom: 35px; }

.mt35 {
  margin-top: 35px; }

.mb35 {
  margin-bottom: 35px; }

.pt35 {
  padding-top: 35px; }

.pl35 {
  padding-left: 35px; }

.pb35 {
  padding-bottom: 35px; }

.pr35 {
  padding-right: 35px; }

.plr35 {
  padding-left: 35px;
  padding-right: 35px; }

.ptb35 {
  padding-top: 35px;
  padding-bottom: 35px; }

.ma40 {
  margin: 40px; }

.ml40 {
  margin-left: 40px; }

.mr40 {
  margin-right: 40px; }

.mlr40 {
  margin-left: 40px;
  margin-right: 40px; }

.mtb40 {
  margin-top: 40px;
  margin-bottom: 40px; }

.mt40 {
  margin-top: 40px; }

.mb40 {
  margin-bottom: 40px; }

.pt40 {
  padding-top: 40px; }

.pl40 {
  padding-left: 40px; }

.pb40 {
  padding-bottom: 40px; }

.pr40 {
  padding-right: 40px; }

.plr40 {
  padding-left: 40px;
  padding-right: 40px; }

.ptb40 {
  padding-top: 40px;
  padding-bottom: 40px; }

.ma45 {
  margin: 45px; }

.ml45 {
  margin-left: 45px; }

.mr45 {
  margin-right: 45px; }

.mlr45 {
  margin-left: 45px;
  margin-right: 45px; }

.mtb45 {
  margin-top: 45px;
  margin-bottom: 45px; }

.mt45 {
  margin-top: 45px; }

.mb45 {
  margin-bottom: 45px; }

.pt45 {
  padding-top: 45px; }

.pl45 {
  padding-left: 45px; }

.pb45 {
  padding-bottom: 45px; }

.pr45 {
  padding-right: 45px; }

.plr45 {
  padding-left: 45px;
  padding-right: 45px; }

.ptb45 {
  padding-top: 45px;
  padding-bottom: 45px; }

.ma50 {
  margin: 50px; }

.ml50 {
  margin-left: 50px; }

.mr50 {
  margin-right: 50px; }

.mlr50 {
  margin-left: 50px;
  margin-right: 50px; }

.mtb50 {
  margin-top: 50px;
  margin-bottom: 50px; }

.mt50 {
  margin-top: 50px; }

.mb50 {
  margin-bottom: 50px; }

.pt50 {
  padding-top: 50px; }

.pl50 {
  padding-left: 50px; }

.pb50 {
  padding-bottom: 50px; }

.pr50 {
  padding-right: 50px; }

.plr50 {
  padding-left: 50px;
  padding-right: 50px; }

.ptb50 {
  padding-top: 50px;
  padding-bottom: 50px; }

.ma55 {
  margin: 55px; }

.ml55 {
  margin-left: 55px; }

.mr55 {
  margin-right: 55px; }

.mlr55 {
  margin-left: 55px;
  margin-right: 55px; }

.mtb55 {
  margin-top: 55px;
  margin-bottom: 55px; }

.mt55 {
  margin-top: 55px; }

.mb55 {
  margin-bottom: 55px; }

.pt55 {
  padding-top: 55px; }

.pl55 {
  padding-left: 55px; }

.pb55 {
  padding-bottom: 55px; }

.pr55 {
  padding-right: 55px; }

.plr55 {
  padding-left: 55px;
  padding-right: 55px; }

.ptb55 {
  padding-top: 55px;
  padding-bottom: 55px; }

.ma60 {
  margin: 60px; }

.ml60 {
  margin-left: 60px; }

.mr60 {
  margin-right: 60px; }

.mlr60 {
  margin-left: 60px;
  margin-right: 60px; }

.mtb60 {
  margin-top: 60px;
  margin-bottom: 60px; }

.mt60 {
  margin-top: 60px; }

.mb60 {
  margin-bottom: 60px; }

.pt60 {
  padding-top: 60px; }

.pl60 {
  padding-left: 60px; }

.pb60 {
  padding-bottom: 60px; }

.pr60 {
  padding-right: 60px; }

.plr60 {
  padding-left: 60px;
  padding-right: 60px; }

.ptb60 {
  padding-top: 60px;
  padding-bottom: 60px; }

.ma65 {
  margin: 65px; }

.ml65 {
  margin-left: 65px; }

.mr65 {
  margin-right: 65px; }

.mlr65 {
  margin-left: 65px;
  margin-right: 65px; }

.mtb65 {
  margin-top: 65px;
  margin-bottom: 65px; }

.mt65 {
  margin-top: 65px; }

.mb65 {
  margin-bottom: 65px; }

.pt65 {
  padding-top: 65px; }

.pl65 {
  padding-left: 65px; }

.pb65 {
  padding-bottom: 65px; }

.pr65 {
  padding-right: 65px; }

.plr65 {
  padding-left: 65px;
  padding-right: 65px; }

.ptb65 {
  padding-top: 65px;
  padding-bottom: 65px; }

.ma70 {
  margin: 70px; }

.ml70 {
  margin-left: 70px; }

.mr70 {
  margin-right: 70px; }

.mlr70 {
  margin-left: 70px;
  margin-right: 70px; }

.mtb70 {
  margin-top: 70px;
  margin-bottom: 70px; }

.mt70 {
  margin-top: 70px; }

.mb70 {
  margin-bottom: 70px; }

.pt70 {
  padding-top: 70px; }

.pl70 {
  padding-left: 70px; }

.pb70 {
  padding-bottom: 70px; }

.pr70 {
  padding-right: 70px; }

.plr70 {
  padding-left: 70px;
  padding-right: 70px; }

.ptb70 {
  padding-top: 70px;
  padding-bottom: 70px; }

.ma75 {
  margin: 75px; }

.ml75 {
  margin-left: 75px; }

.mr75 {
  margin-right: 75px; }

.mlr75 {
  margin-left: 75px;
  margin-right: 75px; }

.mtb75 {
  margin-top: 75px;
  margin-bottom: 75px; }

.mt75 {
  margin-top: 75px; }

.mb75 {
  margin-bottom: 75px; }

.pt75 {
  padding-top: 75px; }

.pl75 {
  padding-left: 75px; }

.pb75 {
  padding-bottom: 75px; }

.pr75 {
  padding-right: 75px; }

.plr75 {
  padding-left: 75px;
  padding-right: 75px; }

.ptb75 {
  padding-top: 75px;
  padding-bottom: 75px; }

.ma80 {
  margin: 80px; }

.ml80 {
  margin-left: 80px; }

.mr80 {
  margin-right: 80px; }

.mlr80 {
  margin-left: 80px;
  margin-right: 80px; }

.mtb80 {
  margin-top: 80px;
  margin-bottom: 80px; }

.mt80 {
  margin-top: 80px; }

.mb80 {
  margin-bottom: 80px; }

.pt80 {
  padding-top: 80px; }

.pl80 {
  padding-left: 80px; }

.pb80 {
  padding-bottom: 80px; }

.pr80 {
  padding-right: 80px; }

.plr80 {
  padding-left: 80px;
  padding-right: 80px; }

.ptb80 {
  padding-top: 80px;
  padding-bottom: 80px; }

.ma85 {
  margin: 85px; }

.ml85 {
  margin-left: 85px; }

.mr85 {
  margin-right: 85px; }

.mlr85 {
  margin-left: 85px;
  margin-right: 85px; }

.mtb85 {
  margin-top: 85px;
  margin-bottom: 85px; }

.mt85 {
  margin-top: 85px; }

.mb85 {
  margin-bottom: 85px; }

.pt85 {
  padding-top: 85px; }

.pl85 {
  padding-left: 85px; }

.pb85 {
  padding-bottom: 85px; }

.pr85 {
  padding-right: 85px; }

.plr85 {
  padding-left: 85px;
  padding-right: 85px; }

.ptb85 {
  padding-top: 85px;
  padding-bottom: 85px; }

.ma90 {
  margin: 90px; }

.ml90 {
  margin-left: 90px; }

.mr90 {
  margin-right: 90px; }

.mlr90 {
  margin-left: 90px;
  margin-right: 90px; }

.mtb90 {
  margin-top: 90px;
  margin-bottom: 90px; }

.mt90 {
  margin-top: 90px; }

.mb90 {
  margin-bottom: 90px; }

.pt90 {
  padding-top: 90px; }

.pl90 {
  padding-left: 90px; }

.pb90 {
  padding-bottom: 90px; }

.pr90 {
  padding-right: 90px; }

.plr90 {
  padding-left: 90px;
  padding-right: 90px; }

.ptb90 {
  padding-top: 90px;
  padding-bottom: 90px; }

.ma95 {
  margin: 95px; }

.ml95 {
  margin-left: 95px; }

.mr95 {
  margin-right: 95px; }

.mlr95 {
  margin-left: 95px;
  margin-right: 95px; }

.mtb95 {
  margin-top: 95px;
  margin-bottom: 95px; }

.mt95 {
  margin-top: 95px; }

.mb95 {
  margin-bottom: 95px; }

.pt95 {
  padding-top: 95px; }

.pl95 {
  padding-left: 95px; }

.pb95 {
  padding-bottom: 95px; }

.pr95 {
  padding-right: 95px; }

.plr95 {
  padding-left: 95px;
  padding-right: 95px; }

.ptb95 {
  padding-top: 95px;
  padding-bottom: 95px; }

.ma100 {
  margin: 100px; }

.ml100 {
  margin-left: 100px; }

.mr100 {
  margin-right: 100px; }

.mlr100 {
  margin-left: 100px;
  margin-right: 100px; }

.mtb100 {
  margin-top: 100px;
  margin-bottom: 100px; }

.mt100 {
  margin-top: 100px; }

.mb100 {
  margin-bottom: 100px; }

.pt100 {
  padding-top: 100px; }

.pl100 {
  padding-left: 100px; }

.pb100 {
  padding-bottom: 100px; }

.pr100 {
  padding-right: 100px; }

.plr100 {
  padding-left: 100px;
  padding-right: 100px; }

.ptb100 {
  padding-top: 100px;
  padding-bottom: 100px; }

.ma105 {
  margin: 105px; }

.ml105 {
  margin-left: 105px; }

.mr105 {
  margin-right: 105px; }

.mlr105 {
  margin-left: 105px;
  margin-right: 105px; }

.mtb105 {
  margin-top: 105px;
  margin-bottom: 105px; }

.mt105 {
  margin-top: 105px; }

.mb105 {
  margin-bottom: 105px; }

.pt105 {
  padding-top: 105px; }

.pl105 {
  padding-left: 105px; }

.pb105 {
  padding-bottom: 105px; }

.pr105 {
  padding-right: 105px; }

.plr105 {
  padding-left: 105px;
  padding-right: 105px; }

.ptb105 {
  padding-top: 105px;
  padding-bottom: 105px; }

.ma110 {
  margin: 110px; }

.ml110 {
  margin-left: 110px; }

.mr110 {
  margin-right: 110px; }

.mlr110 {
  margin-left: 110px;
  margin-right: 110px; }

.mtb110 {
  margin-top: 110px;
  margin-bottom: 110px; }

.mt110 {
  margin-top: 110px; }

.mb110 {
  margin-bottom: 110px; }

.pt110 {
  padding-top: 110px; }

.pl110 {
  padding-left: 110px; }

.pb110 {
  padding-bottom: 110px; }

.pr110 {
  padding-right: 110px; }

.plr110 {
  padding-left: 110px;
  padding-right: 110px; }

.ptb110 {
  padding-top: 110px;
  padding-bottom: 110px; }

.ma115 {
  margin: 115px; }

.ml115 {
  margin-left: 115px; }

.mr115 {
  margin-right: 115px; }

.mlr115 {
  margin-left: 115px;
  margin-right: 115px; }

.mtb115 {
  margin-top: 115px;
  margin-bottom: 115px; }

.mt115 {
  margin-top: 115px; }

.mb115 {
  margin-bottom: 115px; }

.pt115 {
  padding-top: 115px; }

.pl115 {
  padding-left: 115px; }

.pb115 {
  padding-bottom: 115px; }

.pr115 {
  padding-right: 115px; }

.plr115 {
  padding-left: 115px;
  padding-right: 115px; }

.ptb115 {
  padding-top: 115px;
  padding-bottom: 115px; }

.ma120 {
  margin: 120px; }

.ml120 {
  margin-left: 120px; }

.mr120 {
  margin-right: 120px; }

.mlr120 {
  margin-left: 120px;
  margin-right: 120px; }

.mtb120 {
  margin-top: 120px;
  margin-bottom: 120px; }

.mt120 {
  margin-top: 120px; }

.mb120 {
  margin-bottom: 120px; }

.pt120 {
  padding-top: 120px; }

.pl120 {
  padding-left: 120px; }

.pb120 {
  padding-bottom: 120px; }

.pr120 {
  padding-right: 120px; }

.plr120 {
  padding-left: 120px;
  padding-right: 120px; }

.ptb120 {
  padding-top: 120px;
  padding-bottom: 120px; }

.br5 {
  border-radius: 5px; }

.br10 {
  border-radius: 10px; }

.br15 {
  border-radius: 15px; }

.br20 {
  border-radius: 20px; }

.br25 {
  border-radius: 25px; }

.br30 {
  border-radius: 30px; }

.br35 {
  border-radius: 35px; }

.br40 {
  border-radius: 40px; }

.br45 {
  border-radius: 45px; }

.br50 {
  border-radius: 50px; }

.br55 {
  border-radius: 55px; }

.br60 {
  border-radius: 60px; }

.br65 {
  border-radius: 65px; }

.br70 {
  border-radius: 70px; }

.br75 {
  border-radius: 75px; }

.br80 {
  border-radius: 80px; }

.br85 {
  border-radius: 85px; }

.br90 {
  border-radius: 90px; }

.br95 {
  border-radius: 95px; }

.br100 {
  border-radius: 100px; }

.mw10 {
  width: 10%; }

.mw20 {
  width: 20%; }

.mw30 {
  width: 30%; }

.mw40 {
  width: 40%; }

.mw50 {
  width: 50%; }

.mw60 {
  width: 60%; }

.mw70 {
  width: 70%; }

.mw80 {
  width: 80%; }

.mw90 {
  width: 90%; }

.mw100 {
  width: 100%; }

.mh10 {
  height: 10%; }

.mh20 {
  height: 20%; }

.mh30 {
  height: 30%; }

.mh40 {
  height: 40%; }

.mh50 {
  height: 50%; }

.mh60 {
  height: 60%; }

.mh70 {
  height: 70%; }

.mh80 {
  height: 80%; }

.mh90 {
  height: 90%; }

.mh100 {
  height: 100%; }

.top0 {
  top: 0px; }

.right0 {
  right: 0px; }

.bottom0 {
  bottom: 0px; }

.left0 {
  left: 0px; }

.top5 {
  top: 5px; }

.right5 {
  right: 5px; }

.bottom5 {
  bottom: 5px; }

.left5 {
  left: 5px; }

.top10 {
  top: 10px; }

.right10 {
  right: 10px; }

.bottom10 {
  bottom: 10px; }

.left10 {
  left: 10px; }

.top15 {
  top: 15px; }

.right15 {
  right: 15px; }

.bottom15 {
  bottom: 15px; }

.left15 {
  left: 15px; }

.top20 {
  top: 20px; }

.right20 {
  right: 20px; }

.bottom20 {
  bottom: 20px; }

.left20 {
  left: 20px; }

.top25 {
  top: 25px; }

.right25 {
  right: 25px; }

.bottom25 {
  bottom: 25px; }

.left25 {
  left: 25px; }

.top30 {
  top: 30px; }

.right30 {
  right: 30px; }

.bottom30 {
  bottom: 30px; }

.left30 {
  left: 30px; }

.top35 {
  top: 35px; }

.right35 {
  right: 35px; }

.bottom35 {
  bottom: 35px; }

.left35 {
  left: 35px; }

.top40 {
  top: 40px; }

.right40 {
  right: 40px; }

.bottom40 {
  bottom: 40px; }

.left40 {
  left: 40px; }

.top45 {
  top: 45px; }

.right45 {
  right: 45px; }

.bottom45 {
  bottom: 45px; }

.left45 {
  left: 45px; }

.top50 {
  top: 50px; }

.right50 {
  right: 50px; }

.bottom50 {
  bottom: 50px; }

.left50 {
  left: 50px; }

.top55 {
  top: 55px; }

.right55 {
  right: 55px; }

.bottom55 {
  bottom: 55px; }

.left55 {
  left: 55px; }

.top60 {
  top: 60px; }

.right60 {
  right: 60px; }

.bottom60 {
  bottom: 60px; }

.left60 {
  left: 60px; }

.top65 {
  top: 65px; }

.right65 {
  right: 65px; }

.bottom65 {
  bottom: 65px; }

.left65 {
  left: 65px; }

.top70 {
  top: 70px; }

.right70 {
  right: 70px; }

.bottom70 {
  bottom: 70px; }

.left70 {
  left: 70px; }

.top75 {
  top: 75px; }

.right75 {
  right: 75px; }

.bottom75 {
  bottom: 75px; }

.left75 {
  left: 75px; }

.top80 {
  top: 80px; }

.right80 {
  right: 80px; }

.bottom80 {
  bottom: 80px; }

.left80 {
  left: 80px; }

.top85 {
  top: 85px; }

.right85 {
  right: 85px; }

.bottom85 {
  bottom: 85px; }

.left85 {
  left: 85px; }

.top90 {
  top: 90px; }

.right90 {
  right: 90px; }

.bottom90 {
  bottom: 90px; }

.left90 {
  left: 90px; }

.top95 {
  top: 95px; }

.right95 {
  right: 95px; }

.bottom95 {
  bottom: 95px; }

.left95 {
  left: 95px; }

.top100 {
  top: 100px; }

.right100 {
  right: 100px; }

.bottom100 {
  bottom: 100px; }

.left100 {
  left: 100px; }

.top105 {
  top: 105px; }

.right105 {
  right: 105px; }

.bottom105 {
  bottom: 105px; }

.left105 {
  left: 105px; }

.top110 {
  top: 110px; }

.right110 {
  right: 110px; }

.bottom110 {
  bottom: 110px; }

.left110 {
  left: 110px; }

.top115 {
  top: 115px; }

.right115 {
  right: 115px; }

.bottom115 {
  bottom: 115px; }

.left115 {
  left: 115px; }

.top120 {
  top: 120px; }

.right120 {
  right: 120px; }

.bottom120 {
  bottom: 120px; }

.left120 {
  left: 120px; }

.top125 {
  top: 125px; }

.right125 {
  right: 125px; }

.bottom125 {
  bottom: 125px; }

.left125 {
  left: 125px; }

.top130 {
  top: 130px; }

.right130 {
  right: 130px; }

.bottom130 {
  bottom: 130px; }

.left130 {
  left: 130px; }

.top135 {
  top: 135px; }

.right135 {
  right: 135px; }

.bottom135 {
  bottom: 135px; }

.left135 {
  left: 135px; }

.top140 {
  top: 140px; }

.right140 {
  right: 140px; }

.bottom140 {
  bottom: 140px; }

.left140 {
  left: 140px; }

.top145 {
  top: 145px; }

.right145 {
  right: 145px; }

.bottom145 {
  bottom: 145px; }

.left145 {
  left: 145px; }

.top150 {
  top: 150px; }

.right150 {
  right: 150px; }

.bottom150 {
  bottom: 150px; }

.left150 {
  left: 150px; }

.top155 {
  top: 155px; }

.right155 {
  right: 155px; }

.bottom155 {
  bottom: 155px; }

.left155 {
  left: 155px; }

.top160 {
  top: 160px; }

.right160 {
  right: 160px; }

.bottom160 {
  bottom: 160px; }

.left160 {
  left: 160px; }

.top165 {
  top: 165px; }

.right165 {
  right: 165px; }

.bottom165 {
  bottom: 165px; }

.left165 {
  left: 165px; }

.top170 {
  top: 170px; }

.right170 {
  right: 170px; }

.bottom170 {
  bottom: 170px; }

.left170 {
  left: 170px; }

.top175 {
  top: 175px; }

.right175 {
  right: 175px; }

.bottom175 {
  bottom: 175px; }

.left175 {
  left: 175px; }

.top180 {
  top: 180px; }

.right180 {
  right: 180px; }

.bottom180 {
  bottom: 180px; }

.left180 {
  left: 180px; }

.top185 {
  top: 185px; }

.right185 {
  right: 185px; }

.bottom185 {
  bottom: 185px; }

.left185 {
  left: 185px; }

.top190 {
  top: 190px; }

.right190 {
  right: 190px; }

.bottom190 {
  bottom: 190px; }

.left190 {
  left: 190px; }

.top195 {
  top: 195px; }

.right195 {
  right: 195px; }

.bottom195 {
  bottom: 195px; }

.left195 {
  left: 195px; }

.top200 {
  top: 200px; }

.right200 {
  right: 200px; }

.bottom200 {
  bottom: 200px; }

.left200 {
  left: 200px; }

.top205 {
  top: 205px; }

.right205 {
  right: 205px; }

.bottom205 {
  bottom: 205px; }

.left205 {
  left: 205px; }

.top210 {
  top: 210px; }

.right210 {
  right: 210px; }

.bottom210 {
  bottom: 210px; }

.left210 {
  left: 210px; }

.top215 {
  top: 215px; }

.right215 {
  right: 215px; }

.bottom215 {
  bottom: 215px; }

.left215 {
  left: 215px; }

.top220 {
  top: 220px; }

.right220 {
  right: 220px; }

.bottom220 {
  bottom: 220px; }

.left220 {
  left: 220px; }

.top225 {
  top: 225px; }

.right225 {
  right: 225px; }

.bottom225 {
  bottom: 225px; }

.left225 {
  left: 225px; }

.top230 {
  top: 230px; }

.right230 {
  right: 230px; }

.bottom230 {
  bottom: 230px; }

.left230 {
  left: 230px; }

.top235 {
  top: 235px; }

.right235 {
  right: 235px; }

.bottom235 {
  bottom: 235px; }

.left235 {
  left: 235px; }

.top240 {
  top: 240px; }

.right240 {
  right: 240px; }

.bottom240 {
  bottom: 240px; }

.left240 {
  left: 240px; }

.top245 {
  top: 245px; }

.right245 {
  right: 245px; }

.bottom245 {
  bottom: 245px; }

.left245 {
  left: 245px; }

.top250 {
  top: 250px; }

.right250 {
  right: 250px; }

.bottom250 {
  bottom: 250px; }

.left250 {
  left: 250px; }

.ht0 {
  height: 0px; }

.ht10 {
  height: 10px; }

.ht20 {
  height: 20px; }

.ht30 {
  height: 30px; }

.ht40 {
  height: 40px; }

.ht50 {
  height: 50px; }

.ht60 {
  height: 60px; }

.ht70 {
  height: 70px; }

.ht80 {
  height: 80px; }

.ht90 {
  height: 90px; }

.ht100 {
  height: 100px; }

.ht110 {
  height: 110px; }

.ht120 {
  height: 120px; }

.ht130 {
  height: 130px; }

.ht140 {
  height: 140px; }

.ht150 {
  height: 150px; }

.ht160 {
  height: 160px; }

.ht170 {
  height: 170px; }

.ht180 {
  height: 180px; }

.ht190 {
  height: 190px; }

.ht200 {
  height: 200px; }

.ht210 {
  height: 210px; }

.ht220 {
  height: 220px; }

.ht230 {
  height: 230px; }

.ht240 {
  height: 240px; }

.ht250 {
  height: 250px; }

/* 字体大小 */
.fs10 {
  font-size: 10px; }

.fs12 {
  font-size: 12px; }

.fs14 {
  font-size: 14px; }

.fs16 {
  font-size: 16px; }

.fs18 {
  font-size: 18px; }

.fs20 {
  font-size: 20px; }

.fs22 {
  font-size: 22px; }

.fs24 {
  font-size: 24px; }

.fs26 {
  font-size: 26px; }

.fs28 {
  font-size: 28px; }

.fs30 {
  font-size: 30px; }

.fs32 {
  font-size: 32px; }

.fs34 {
  font-size: 34px; }

.fs36 {
  font-size: 36px; }

.fs38 {
  font-size: 38px; }

.fs40 {
  font-size: 40px; }

.fs42 {
  font-size: 42px; }

.fs44 {
  font-size: 44px; }

.fs46 {
  font-size: 46px; }

.fs48 {
  font-size: 48px; }

.fs50 {
  font-size: 50px; }

.fs52 {
  font-size: 52px; }

.fs54 {
  font-size: 54px; }

.fs56 {
  font-size: 56px; }

.fs58 {
  font-size: 58px; }

.fs60 {
  font-size: 60px; }

.fs62 {
  font-size: 62px; }

.fs64 {
  font-size: 64px; }

.fs66 {
  font-size: 66px; }

.fs68 {
  font-size: 68px; }

.fs70 {
  font-size: 70px; }

.fs72 {
  font-size: 72px; }

.fs74 {
  font-size: 74px; }

.fs76 {
  font-size: 76px; }

.fs78 {
  font-size: 78px; }

.fs80 {
  font-size: 80px; }

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.bg-fff {
  background-color: #ffffff; }

.blod {
  font-weight: 600; }

/* 字体居中方式 */
.tc {
  text-align: center; }

.tr {
  text-align: right; }

.tl {
  text-align: left; }

/* 字体颜色 */
.tcf {
  color: #FFFFFF; }

.tc3 {
  color: #333333 !important; }

.tc6 {
  color: #666666; }

.tc9 {
  color: #999999; }

.tcc {
  color: #CCCCCC; }

/* 定位 */
.rel {
  position: relative; }

/* 一行出现省略号 */
.ellipsis {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

/* 两行出现省略号 */
.ellipsis-2 {
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  height: auto; }

/* 三行出现省略号 */
.ellipsis-3 {
  font-size: 26rpx;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  height: auto; }

/* 四行出现省略号 */
.ellipsis-4 {
  font-size: 26rpx;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  height: auto; }

.min-line {
  width: 23px;
  height: 4px;
  background: #005fbd;
  opacity: 1; }

.max-line {
  width: 40px;
  height: 4px;
  background: #005fbd;
  opacity: 1; }

.height-line {
  width: 4px;
  height: 15px;
  background: #1a6dd3; }

.mj-color {
  color: #1A6DD3; }

.mg-title {
  color: #1A6DD3;
  font-size: 24px;
  font-weight: 600; }

.app-header {
  z-index: 3000;
  height: auto;
  top: 0;
  width: 100%;
  min-width: 320px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  white-space: nowrap;
  position: absolute;
  padding-bottom: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.app-header::after {
  content: '';
  display: block;
  clear: both; }

.app-header span,
.app-header a {
  display: inline-block; }

.app-header .logo-box {
  float: left;
  width: 13%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 25px 0 0 30px; }

.app-header .logo-box img {
  height: 35px;
  width: 122px; }

.app-header .nav-box {
  float: left;
  width: 70%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 30px; }

.app-header .nav-box .item {
  text-align: center;
  position: relative; }

.app-header .nav-box .item .link1 {
  font-size: 15px;
  color: white;
  text-decoration: none;
  position: relative;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); }

.app-header .nav-box .item .link1.active {
  font-weight: bold; }

.app-header .nav-box .item .link1.active::after {
  width: 100%;
  height: 2px; }

.app-header .nav-box .item .link1:hover::after {
  width: 100%; }

.app-header .nav-box .item .link1::after {
  content: '';
  height: 3px;
  width: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background: #ffffff;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  bottom: -5px; }

.app-header .nav-box .item:hover .spanbel {
  width: auto;
  max-height: 500px; }

.app-header .app-search-box {
  float: right;
  margin-top: 28px;
  padding-right: 37px;
  text-align: right;
  color: white;
  font-size: 16px; }

.app-header .app-search-box .iconsousuo {
  font-size: 20px; }

.app-header .app-search-box .el-icon-s-fold {
  display: none;
  margin-left: 15px;
  font-size: 28px; }

.app-header .app-search-box .wangzhanqun-bt {
  opacity: 0.8;
  z-index: 101;
  position: relative;
  margin-right: 28px;
  height: 28px;
  width: 105px;
  font-size: 12px;
  border: 1px solid #ffffff;
  border-radius: 4px;
  margin-bottom: 8px;
  line-height: 28px; }

.app-header .app-search-box .wangzhanqun-bt i {
  display: inline-block;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  margin: 0 10px;
  font-size: 10px; }

.app-header .app-search-box .wangzhanqun-bt.active .select-box {
  max-height: 300px; }

.app-header .app-search-box .wangzhanqun-bt.active i {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.app-header .app-search-box .select-box {
  overflow: hidden;
  top: 130%;
  border-radius: 4px;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  max-height: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  background: white; }

.app-header .app-search-box .select-box li {
  font-size: 15px;
  padding: 10px;
  text-align: center; }

.app-header .app-search-box .select-box li a {
  color: #000; }

.app-header .app-search-box .select-box li:hover {
  background: #1a6dd3;
  background-image: linear-gradient(45deg, #008efe 0%, #2da68f 100%); }

.app-header .app-search-box .select-box li:hover a {
  color: white; }

.app-header .app-search-box .select-box li:last-child {
  border: none; }

.app-header .spanbel {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  padding-top: 12px;
  background: transparent;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  max-height: 0;
  width: 0;
  overflow: hidden;
  z-index: 101; }

.app-header .spanbel .spanbel-first {
  color: white;
  padding: 15px 15px;
  background: #eee;
  font-size: 15px;
  margin: 5px 5px 0 5px;
  border-bottom: 1px #eee solid;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
  background: #1a6dd3;
  background-image: linear-gradient(45deg, #008efe 0%, #2da68f 100%); }

.app-header .spanbel .triangle {
  height: 0;
  width: 0;
  border-bottom: 11px solid white;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }

.app-header .spanbel .content {
  margin: 0px 5px 5px 5px;
  padding: 10px 0;
  background: #ffffff;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
  color: #000;
  text-align: center; }

.app-header .spanbel .content .link2 {
  text-decoration: none;
  cursor: pointer;
  color: #373737;
  letter-spacing: 0.7px;
  display: block;
  padding: 8px 15px;
  font-size: 15px; }

.app-header .spanbel .content .link2:hover {
  color: #1a6dd3;
  font-weight: bold; }

.app-header-fixed {
  position: fixed;
  top: 0;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  background: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1); }

.app-header-fixed .scroll-progress {
  height: 3px;
  position: absolute;
  bottom: 0;
  background: #005fbd;
  width: 0%;
  -webkit-transition: 0.7s;
  transition: 0.7s; }

.app-header-fixed .nav-box .item .link1 {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }

.app-header-fixed.show, .app-header-fixed.fix-head-show-always {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

.app-header-fixed.show .logo-box, .app-header-fixed.fix-head-show-always .logo-box {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
  position: absolute;
  top: 0;
  left: 0; }

.app-header-fixed.show .nav-box, .app-header-fixed.fix-head-show-always .nav-box {
  width: 70%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  margin-left: 13%; }

.app-header-fixed .logo-box {
  position: absolute;
  top: -100%; }

.app-header-fixed .nav-box {
  width: 85%; }

.app-header-fixed .nav-box .item .link1 {
  color: #000; }

.app-header-fixed .nav-box .item .link1::after {
  background: #1a6dd3; }

.app-header-fixed .app-search-box {
  color: #000;
  position: relative; }

.app-header-fixed .app-search-box .wangzhanqun-bt {
  border-color: #000; }

.app-footer {
  overflow: hidden;
  width: 100%;
  background: #f5faff;
  padding-left: 160px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: padding-left 0.5s;
  transition: padding-left 0.5s;
  background-image: url("../../static/images/footer/footer.png");
  background-size: 100% 100%;
  background-repeat: no-repeat; }

.app-footer.home {
  padding-left: 0px; }

.app-footer.home .app-footer-content {
  margin-left: auto;
  margin-right: auto;
  width: 1200px;
  max-width: 1200px;
  min-width: 320px; }

.app-footer.home .item {
  margin-left: 16px; }

.app-footer.home .out-link-box > span {
  margin: 0 38px; }

.app-footer .app-footer-content {
  margin: auto;
  width: 1200px; }

.app-footer .nav-box::after {
  content: '';
  display: block;
  clear: both; }

.app-footer .nav-box .text-box > span {
  cursor: pointer; }

.app-footer .report-item {
  margin-top: 10px;
  margin-bottom: 35px;
  font-size: 14px;
  color: #5e748d;
  letter-spacing: 0.5px; }

.app-footer .logo-box {
  float: left;
  background-image: url("../../static/images/footer/footer-img-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-top: -12px;
  height: 218px;
  width: 140px;
  margin-top: 50px;
  position: relative; }

.app-footer .logo-box .text-box {
  height: 43px;
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap; }

.app-footer .logo-box .text-box > span {
  width: 100%;
  text-align: center;
  line-height: 43px;
  font-size: 15px;
  color: #ffffff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.app-footer .item {
  float: left;
  padding-top: 50px;
  margin-left: 18px; }

.app-footer .item .title {
  font-size: 18px;
  color: #000;
  line-height: 17px;
  margin-bottom: 20px;
  letter-spacing: 0.6px; }

.app-footer .item .link {
  display: block;
  cursor: pointer;
  font-size: 14px;
  color: #5e748d;
  line-height: 14px;
  margin-bottom: 9px;
  letter-spacing: 0.5px;
  -webkit-transition: 0.45s;
  transition: 0.45s;
  width: 5em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.app-footer .item .link:hover {
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
  text-decoration: underline; }

.app-footer .out-link-box {
  width: 100%;
  white-space: nowrap;
  margin-bottom: 46px;
  padding-top: 27px;
  border-top: 1px dotted #3e3a39; }

.app-footer .out-link-box::after {
  content: '';
  display: block;
  clear: both; }

.app-footer .out-link-box img {
  cursor: pointer;
  height: 66px;
  width: auto; }

.app-footer .out-link-box > span {
  vertical-align: middle;
  margin: 0 30px;
  display: inline-block;
  height: 40px;
  border-right: 1px dashed #888; }

.app-footer .copyright-box {
  padding-bottom: 20px; }

.app-footer .copyright-box::after {
  content: '';
  display: block;
  clear: both; }

.app-footer .copyright-box .copyright {
  float: left;
  margin: 0;
  font-size: 14px;
  padding-bottom: 15px; }

.app-footer .copyright-box .img-box {
  float: right; }

.app-footer .copyright-box .img-box img {
  margin-left: 10px;
  height: 35px;
  width: auto; }

.app-body {
  margin: 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: 100% 313px; }

.app-body .app-title-box {
  padding-left: 160px;
  -webkit-transition: padding-left 0.5s;
  transition: padding-left 0.5s;
  position: relative; }

.app-body .app-title-box .app-page-bg {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.app-body .app-title-box .app-page-title {
  padding: 145px 0 97px 0;
  margin: auto;
  width: 1100px;
  color: #ffffff;
  position: relative;
  z-index: 100;
  font-size: 45px;
  line-height: 70px;
  text-shadow: 0 2px 4px #2b77cc; }

.app-body .app-content-box {
  -webkit-transition: padding-left 0.5s;
  transition: padding-left 0.5s;
  padding-left: 160px;
  background: white;
  min-height: 500px; }

.app-body .app-content-box .app-content {
  min-height: 500px;
  width: 1100px;
  margin: 0 auto; }

.app-aside {
  z-index: 100;
  position: fixed;
  top: 312px;
  bottom: 0;
  width: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(233, 233, 233, 0.3);
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  box-sizing: border-box; }

.app-aside.video-aside {
  top: 410px; }

.app-aside.fit-aside {
  top: 81px; }

.app-aside.fit-aside-aways {
  top: 81px; }

.app-aside.active {
  width: 160px;
  background: #f5f7fa; }

.app-aside.active .item {
  display: block; }

.app-aside ul {
  height: calc(100% - 80px);
  overflow: hidden; }

.app-aside .bt-box {
  background: rgba(31, 110, 212, 0.1);
  white-space: nowrap;
  font-size: 0; }

.app-aside .bt-box .iconfont {
  cursor: pointer;
  text-align: center;
  line-height: 80px;
  display: inline-block;
  height: 80px;
  width: 80px;
  color: #1a6dd3;
  -webkit-transform: all 0.35s;
      -ms-transform: all 0.35s;
          transform: all 0.35s;
  font-size: 30px; }

.app-aside .bt-box .iconfont.active {
  color: white;
  background: #1a6dd3; }

.app-aside .item {
  display: none;
  line-height: 60px;
  height: 60px;
  text-align: center;
  font-size: 16px;
  color: #373a39;
  background: transparent; }

.app-aside .item a {
  color: inherit; }

.app-aside .item.three {
  background: #E0E9F7; }

.app-aside .item.active {
  color: #1a6dd3;
  background: #bbd2f5;
  font-weight: bold; }

.app-aside .item:hover {
  background: #1a6dd3;
  color: white; }

.app-aside .item:hover a.active {
  color: inherit; }

.app-aside .item:hover .hvr-rectangle-out:before {
  background: #1a6dd3; }

.app-tab-head {
  width: 100%;
  overflow: hidden; }

.app-tab-head .app-tab {
  cursor: pointer;
  margin-right: 40px;
  font-size: 35px;
  line-height: 36px;
  color: rgba(0, 0, 0, 0.2); }

.app-tab-head .app-tab.active {
  color: rgba(0, 0, 0, 0.9);
  border-bottom: 3px solid rgba(0, 0, 0, 0.9); }

.app-tab-head .app-tab:hover {
  color: #1a6dd3;
  border-color: #1a6dd3; }

.app-tab-body {
  width: 100%;
  margin-top: 40px;
  overflow: hidden;
  white-space: nowrap;
  position: relative; }

.app-tab-body::after {
  content: '';
  display: block;
  clear: both; }

.app-tab-body .app-tab-content {
  display: inline-block;
  width: 100%; }

.app-tab-body .nodata {
  font-size: 28px;
  text-align: center;
  height: 200px;
  line-height: 200px; }

.app-tab-body .app-tab-item {
  height: 200px; }

.app-tab-body .tab-date-box {
  float: left;
  width: 10%;
  height: 100%;
  padding: 30px 0;
  margin-right: 5%;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee; }

.app-tab-body .tab-date-box:last-child {
  border-bottom: 1px solid #eee; }

.app-tab-body .tab-date-box .tab-day {
  height: 50px;
  width: 50px;
  color: #888;
  border: 1px solid #888;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  font-size: 24px; }

.app-tab-body .tab-date-box > p {
  padding-top: 20px;
  font-size: 16px;
  color: #888; }

.app-tab-body .tab-content {
  float: left;
  height: 100%;
  width: 85%;
  padding: 30px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 1px solid #eee; }

.app-tab-body .tab-content:last-child {
  border-bottom: 1px solid #eee; }

.app-tab-body .tab-content .new-text {
  width: 90%;
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.app-tab-body .tab-content .tab-text-box {
  float: left;
  width: 65%; }

.app-tab-body .tab-content .tab-text-box .title {
  display: inline-block;
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.app-tab-body .tab-content .tab-text-box .new-icon {
  vertical-align: top;
  margin-top: 5px;
  height: 18px;
  -o-object-fit: cover;
     object-fit: cover; }

.app-tab-body .tab-content .tab-text-box > p:first-child {
  overflow: hidden;
  width: 100%;
  display: inline-block;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-overflow: ellipsis;
  font-size: 20px;
  color: #373737;
  margin-bottom: 15px;
  font-weight: 600; }

.app-tab-body .tab-content .tab-text-box > p:first-child > i {
  font-size: 18px;
  color: #ff0000;
  font-weight: 600; }

.app-tab-body .tab-content .tab-text-box > p:first-child .title,
.app-tab-body .tab-content .tab-text-box > p:first-child .LindSpan {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.app-tab-body .tab-content .tab-text-box > p:first-child .title:hover,
.app-tab-body .tab-content .tab-text-box > p:first-child .LindSpan:hover {
  color: #1a6dd3;
  text-decoration: underline; }

.app-tab-body .tab-content .tab-text-box > p:last-child {
  width: 100%;
  word-break: break-all;
  max-height: 95px;
  overflow: hidden;
  white-space: normal;
  font-size: 16px;
  color: #777777;
  height: 90px;
  overflow: hidden;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 30px; }

.app-tab-body .tab-content > img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  float: right;
  height: 132px;
  width: 235px; }

.app-share-box {
  float: right;
  display: inline-block;
  width: 100px;
  height: 100%; }

.app-share-box .social-share {
  width: 100%; }

.app-share-box .social-share > span::after, .app-share-box .social-share > span::before {
  vertical-align: middle;
  content: ' ';
  display: inline-block;
  height: 1px;
  width: 25px;
  background: #979797; }

.app-share-box .item {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  text-align: center; }

.app-share-box .weibo {
  background-image: url(../images/share/weibo.png);
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  background-size: cover;
  margin-left: 30px; }

.app-share-box .weibo:hover {
  background-image: url(../images/share/weibo01.png); }

.app-share-box .weixin {
  background-image: url(../images/share/weixin.png);
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  background-size: cover;
  margin-left: 30px; }

.app-share-box .weixin:hover {
  background-image: url(../images/share/weixin01.png); }

.app-share-box .qq {
  background-image: url(../images/share/qq.png);
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  background-size: cover;
  margin-left: 30px; }

.app-share-box .qq:hover {
  background-image: url(../images/share/qq01.png); }

.app-share-box .space {
  background-image: url(../images/share/space.png);
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  background-size: cover;
  margin-left: 30px; }

.app-share-box .space:hover {
  background-image: url(../images/share/space01.png); }

.app-share-box .wechat-qrcode {
  display: none;
  top: -60px;
  -webkit-transform: translateX(60%);
      -ms-transform: translateX(60%);
          transform: translateX(60%);
  position: absolute;
  padding: 10px;
  border-radius: 4px;
  background: white;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2); }

.app-share-box .wechat-qrcode.left {
  -webkit-transform: translateX(-140%);
      -ms-transform: translateX(-140%);
          transform: translateX(-140%); }

.app-share-box .wechat-qrcode .qrcode {
  margin: 10px 0; }

.point {
  cursor: pointer; }

.app-search-contain {
  z-index: 4000;
  overflow: hidden;
  position: fixed;
  width: 100vw;
  height: 0;
  overflow-y: scroll;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  background: rgba(0, 0, 0, 0.4); }

.app-search-contain .search-row {
  width: 600px; }

.app-search-contain.show {
  height: 100vh; }

.app-search-contain .el-icon-circle-close,
.app-search-contain .iconfont {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  position: absolute;
  top: 30px;
  right: 30px;
  border-radius: 50%;
  width: 50px;
  z-index: 1000;
  text-align: center;
  line-height: 50px;
  padding: 10px;
  background: #1a6dd3;
  background-image: linear-gradient(45deg, #008efe 0%, #2da68f 100%);
  opacity: 0.7;
  color: white;
  font-size: 33px;
  cursor: pointer; }

.app-search-contain .search-head-box {
  height: 160px;
  position: relative;
  background: rgba(0, 0, 0, 0.5); }

.app-search-contain .search-head-box .search-input-box {
  height: 45px;
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.app-search-contain .search-head-box .search-input-box input {
  float: left;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
  outline: none;
  border-radius: 6px 0 0 6px;
  border: none;
  width: calc(100% - 100px);
  height: 100%; }

.app-search-contain .search-head-box .search-input-box button {
  cursor: pointer;
  font-size: 14px;
  color: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  outline: none;
  background: #1a6dd3;
  background-image: linear-gradient(45deg, #008efe 0%, #2da68f 100%);
  border-radius: 0 6px 6px 0;
  width: 100px;
  height: 100%; }

.app-search-contain .result-box {
  overflow: hidden;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.3);
  margin: 30px auto 0 auto; }

.app-search-contain .result-box > li {
  cursor: pointer;
  color: white;
  padding: 15px 20px; }

.app-search-contain .result-box > li:hover {
  background: #1a6dd3;
  background-image: linear-gradient(45deg, #008efe 0%, #2da68f 100%); }

.app-search-contain .result-box > li:hover label {
  background: #1a6dd3; }

.app-search-contain .result-box > li:first-child {
  padding-top: 20px; }

.app-search-contain .result-box > li:last-child {
  padding-bottom: 20px; }

.app-search-contain .result-box > li label {
  margin-right: 15px;
  color: white;
  font-size: 14px;
  padding: 3px 10px;
  border-radius: 4px;
  background: #1a6dd3;
  background-image: linear-gradient(45deg, #008efe 0%, #2da68f 100%); }

.app-search-contain .result-box > li p {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 12px;
  font-size: 16px; }

.app-search-contain .pagination-box {
  margin: auto;
  height: 60px;
  margin-top: 30px;
  margin-bottom: 50px;
  background: rgba(0, 0, 0, 0.3);
  padding: 10px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center; }

.app-search-contain .pagination-box > div {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }

.menu-box {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  z-index: 100;
  display: none;
  background: rgba(0, 0, 0, 0.3); }

.menu-box.show {
  width: 100%; }

.menu-box.show > ul {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }

.menu-box > ul {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  padding: 100px 0;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  overflow: auto;
  background: #1a6dd3;
  background-image: linear-gradient(45deg, #008efe 0%, #2da68f 100%);
  width: 230px;
  height: 100%; }

.menu-box .item {
  width: 100px;
  margin: auto;
  color: white;
  text-align: center;
  padding: 15px;
  font-size: 16px; }

.menu-box .item > ul {
  display: none;
  border-bottom: 1px solid #eaeaea;
  padding: 15px 0; }

.menu-box .item .inner-item {
  padding: 10px 0;
  font-size: 14px; }

.menu-box .item .inner-item a {
  color: #eaeaea; }

#app-news-pages {
  padding-bottom: 100px; }

#app-news-pages .app-content {
  padding-top: 200px; }

#app-news-pages .app-share-box {
  margin-top: 180px;
  float: right; }

#app-news-pages .app-news-content-box {
  float: left;
  width: calc(100% - 140px); }

#app-news-pages .app-news-title {
  font-size: 38px;
  color: #002060;
  line-height: 50px;
  font-weight: bold; }

#app-news-pages .app-news-date {
  font-size: 16px;
  color: #666;
  line-height: 25px;
  margin-top: 20px;
  margin-bottom: 34px;
  letter-spacing: 0.8px; }

#app-news-pages .app-news-text p {
  font-size: 18px !important;
  line-height: 32px !important;
  margin: 20px 0 !important; }

#app-news-pages .app-news-text img {
  max-width: 100% !important;
  height: auto !important; }
