@charset "utf-8";
body {
  color: #333333;
  font-size: 16px;
  font-family: Microsoft YaHei, Simsun, SimHei, Arial;
  -webkit-text-size-adjust: none;
  min-width: 320px;
}
body,
div,
ul,
ol,
ul,
li,
ol,
dl,
dd,
dt,
form,
span,
p,
textarea {
  margin: 0;
  padding: 0;
  list-style: none;
}
address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
input {
  padding-top: 0;
  padding-bottom: 0;
}
input::-moz-focus-inner {
  border: none;
  padding: 0;
}
select,
input {
  vertical-align: middle;
}
select,
input,
textarea {
  margin: 0;
}
input[type="text"],
input[type="password"],
textarea {
  outline-style: none;
  -webkit-appearance: none;
}
button,
input,
select,
textarea {
  font-family: inherit;
}
textarea {
  resize: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th,
td {
  padding: 0;
}
img,
a img {
  border: 0;
  margin: 0;
  padding: 0;
}
img {
  border: none;
  border: 0;
  max-width: 100%;
}
a {
  outline-style: none;
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: none;
  -moz-outline: none;
}
input:focus,
textarea:focus {
  outline: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}
.pos-r {
  position: relative;
}
.pos-a {
  position: absolute;
}
.over-hide {
  overflow: hidden;
}
.activeline {
  padding-bottom: 12px;
  border-bottom: 4px solid rgba(38, 107, 191, 1);
  color: rgba(3, 82, 148, 1) !important;
}
.changeLine {
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(229, 229, 229, 1);
font-weight: 700;
}
/* 单行省略号 */
.elli-s {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
/* 多行省略号 */
.elli-m {
  display: -webkit-box;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.imgscale img {
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.imgscale img:hover,
.imgscale a:hover img {
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: 0.3s all;
}
.com-more.more {
  position: absolute;
  right: 2px;
  top: 5px;
}

.more a {
  font-size: 14px;
  color: rgba(166, 166, 166, 1);
}
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  display: table;
  content: " ";
}
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.container {
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body.nores {
  min-width: 1280px;
}

ul.color-gray li:not(.on) a {
  color: rgba(56, 56, 56, 1);
  font-size: 1.375rem;
}
ul.color-gray li:not(.on) a:hover {
  color: #333;
}

.container {
  width: 1200px;
}
.container.container-width1200 {
  width: 1200px;
}
.container.container-width1400 {
  width: 1400px;
}
@media (max-width: 1500px) {
  body .container {
    width: 1200px;
  }
}
@media (max-width: 1280px) {
  body:not(.nores) .container {
    width: 970px !important;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 992px) {
  body:not(.nores) .container {
    width: 750px !important;
  }
}
@media (max-width: 768px) {
  body:not(.nores) .container {
    width: auto !important;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row > [class*="col-"] {
  position: relative;
  min-height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.row-space20 {
  margin-right: -10px;
  margin-left: -10px;
}
.row-space20 > [class*="col-"] {
  padding-right: 10px;
  padding-left: 10px;
}
.row-space30 {
  margin-right: -15px;
  margin-left: -15px;
}
.row-space30 > [class*="col-"] {
  padding-right: 15px;
  padding-left: 15px;
}
.row-space40 {
  margin-right: -20px;
  margin-left: -20px;
}
.row-space40 > [class*="col-"] {
  padding-right: 20px;
  padding-left: 20px;
}
.row-space50 {
  margin-right: -25px;
  margin-left: -25px;
}
.row-space50 > [class*="col-"] {
  padding-right: 25px;
  padding-left: 25px;
}
.row-space60 {
  margin-right: -30px;
  margin-left: -30px;
}
.row-space60 > [class*="col-"] {
  padding-right: 30px;
  padding-left: 30px;
}
@media (max-width: 1500px) {
  .row-lg-space20 {
    margin-right: -10px;
    margin-left: -10px;
  }
  .row-lg-space20 > [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
  }
  .row-lg-space30 {
    margin-right: -15px;
    margin-left: -15px;
  }
  .row-lg-space30 > [class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
  .row-lg-space40 {
    margin-right: -20px;
    margin-left: -20px;
  }
  .row-lg-space40 > [class*="col-"] {
    padding-right: 20px;
    padding-left: 20px;
  }
  .row-lg-space50 {
    margin-right: -25px;
    margin-left: -25px;
  }
  .row-lg-space50 > [class*="col-"] {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media (max-width: 1280px) {
  .row-md-space0 {
    margin-right: 0;
    margin-left: 0;
  }
  .row-md-space0 > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
  .row-md-space20 {
    margin-right: -10px;
    margin-left: -10px;
  }
  .row-md-space20 > [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
  }
  .row-md-space30 {
    margin-right: -15px;
    margin-left: -15px;
  }
  .row-md-space30 > [class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
  .row-md-space40 {
    margin-right: -20px;
    margin-left: -20px;
  }
  .row-md-space40 > [class*="col-"] {
    padding-right: 20px;
    padding-left: 20px;
  }
  .row-md-space50 {
    margin-right: -25px;
    margin-left: -25px;
  }
  .row-md-space50 > [class*="col-"] {
    padding-right: 25px;
    padding-left: 25px;
  }
}
.row > [class*="col-"] {
  float: left;
}
.col-12 {
  width: 100%;
}
.col-11 {
  width: 91.66666667%;
}
.col-10 {
  width: 83.33333333%;
}
.col-9 {
  width: 75%;
}
.col-8 {
  width: 66.66666667%;
}
.col-7 {
  width: 58.33333333%;
}
.col-6 {
  width: 50%;
}
.col-5 {
  width: 41.66666667%;
}
.col-4 {
  width: 33.33333333%;
}
.col-3 {
  width: 25%;
}
.col-2 {
  width: 16.66666667%;
}
.col-1 {
  width: 8.33333333%;
}
@media (max-width: 1500px) {
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
}
@media (max-width: 1280px) {
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
}
@media (max-width: 992px) {
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
}
@media (max-width: 768px) {
  .col-xs-12 {
    width: 100%;
  }
  .col-xs-11 {
    width: 91.66666667%;
  }
  .col-xs-10 {
    width: 83.33333333%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-8 {
    width: 66.66666667%;
  }
  .col-xs-7 {
    width: 58.33333333%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-5 {
    width: 41.66666667%;
  }
  .col-xs-4 {
    width: 33.33333333%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-2 {
    width: 16.66666667%;
  }
  .col-xs-1 {
    width: 8.33333333%;
  }
}
.col-pull-12 {
  right: 100%;
}
.col-pull-11 {
  right: 91.66666667%;
}
.col-pull-10 {
  right: 83.33333333%;
}
.col-pull-9 {
  right: 75%;
}
.col-pull-8 {
  right: 66.66666667%;
}
.col-pull-7 {
  right: 58.33333333%;
}
.col-pull-6 {
  right: 50%;
}
.col-pull-5 {
  right: 41.66666667%;
}
.col-pull-4 {
  right: 33.33333333%;
}
.col-pull-3 {
  right: 25%;
}
.col-pull-2 {
  right: 16.66666667%;
}
.col-pull-1 {
  right: 8.33333333%;
}
.col-pull-0 {
  right: auto;
}
.col-push-12 {
  left: 100%;
}
.col-push-11 {
  left: 91.66666667%;
}
.col-push-10 {
  left: 83.33333333%;
}
.col-push-9 {
  left: 75%;
}
.col-push-8 {
  left: 66.66666667%;
}
.col-push-7 {
  left: 58.33333333%;
}
.col-push-6 {
  left: 50%;
}
.col-push-5 {
  left: 41.66666667%;
}
.col-push-4 {
  left: 33.33333333%;
}
.col-push-3 {
  left: 25%;
}
.col-push-2 {
  left: 16.66666667%;
}
.col-push-1 {
  left: 8.33333333%;
}
.col-push-0 {
  left: auto;
}
@media (max-width: 1500px) {
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
}
@media (max-width: 1280px) {
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
}
@media (max-width: 992px) {
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
}
@media (max-width: 768px) {
  .col-xs-pull-12 {
    right: 100%;
  }
  .col-xs-pull-11 {
    right: 91.66666667%;
  }
  .col-xs-pull-10 {
    right: 83.33333333%;
  }
  .col-xs-pull-9 {
    right: 75%;
  }
  .col-xs-pull-8 {
    right: 66.66666667%;
  }
  .col-xs-pull-7 {
    right: 58.33333333%;
  }
  .col-xs-pull-6 {
    right: 50%;
  }
  .col-xs-pull-5 {
    right: 41.66666667%;
  }
  .col-xs-pull-4 {
    right: 33.33333333%;
  }
  .col-xs-pull-3 {
    right: 25%;
  }
  .col-xs-pull-2 {
    right: 16.66666667%;
  }
  .col-xs-pull-1 {
    right: 8.33333333%;
  }
  .col-xs-pull-0 {
    right: auto;
  }
  .col-xs-push-12 {
    left: 100%;
  }
  .col-xs-push-11 {
    left: 91.66666667%;
  }
  .col-xs-push-10 {
    left: 83.33333333%;
  }
  .col-xs-push-9 {
    left: 75%;
  }
  .col-xs-push-8 {
    left: 66.66666667%;
  }
  .col-xs-push-7 {
    left: 58.33333333%;
  }
  .col-xs-push-6 {
    left: 50%;
  }
  .col-xs-push-5 {
    left: 41.66666667%;
  }
  .col-xs-push-4 {
    left: 33.33333333%;
  }
  .col-xs-push-3 {
    left: 25%;
  }
  .col-xs-push-2 {
    left: 16.66666667%;
  }
  .col-xs-push-1 {
    left: 8.33333333%;
  }
  .col-xs-push-0 {
    left: auto;
  }
}

/* 边距 */
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt35 {
  margin-top: 35px;
}
.mt40 {
  margin-top: 40px;
}
.mt45 {
  margin-top: 45px;
}
.mt50 {
  margin-top: 50px;
}
.mt55 {
  margin-top: 55px;
}
.mt60 {
  margin-top: 60px;
}
.mt70 {
  margin-top: 70px;
}
.mt80 {
  margin-top: 80px;
}
.mt90 {
  margin-top: 90px;
}
.mt100 {
  margin-top: 100px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb35 {
  margin-bottom: 35px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb45 {
  margin-bottom: 45px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb55 {
  margin-bottom: 55px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb70 {
  margin-bottom: 70px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb90 {
  margin-bottom: 90px;
}
.mb100 {
  margin-bottom: 100px;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml30 {
  margin-left: 30px;
}
.ml40 {
  margin-left: 40px;
}
.ml50 {
  margin-left: 50px;
}
.ml100 {
  margin-left: 100px;
}
.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
.mr30 {
  margin-right: 30px;
}
.mr50 {
  margin-right: 50px;
}
.mr100 {
  margin-right: 100px;
}

@media (max-width: 1500px) {
  .mt-lg-5 {
    margin-top: 5px;
  }
  .mt-lg-10 {
    margin-top: 10px;
  }
  .mt-lg-15 {
    margin-top: 15px;
  }
  .mt-lg-20 {
    margin-top: 20px;
  }
  .mt-lg-25 {
    margin-top: 25px;
  }
  .mt-lg-30 {
    margin-top: 30px;
  }
  .mt-lg-35 {
    margin-top: 35px;
  }
  .mt-lg-40 {
    margin-top: 40px;
  }
  .mt-lg-45 {
    margin-top: 45px;
  }
  .mt-lg-50 {
    margin-top: 50px;
  }
  .mt-lg-55 {
    margin-top: 55px;
  }
  .mt-lg-60 {
    margin-top: 60px;
  }
  .mt-lg-70 {
    margin-top: 70px;
  }
  .mt-lg-80 {
    margin-top: 80px;
  }
  .mt-lg-90 {
    margin-top: 90px;
  }
  .mt-lg-100 {
    margin-top: 100px;
  }
  .mb-lg-5 {
    margin-bottom: 5px;
  }
  .mb-lg-10 {
    margin-bottom: 10px;
  }
  .mb-lg-15 {
    margin-bottom: 15px;
  }
  .mb-lg-20 {
    margin-bottom: 20px;
  }
  .mb-lg-25 {
    margin-bottom: 25px;
  }
  .mb-lg-30 {
    margin-bottom: 30px;
  }
  .mb-lg-35 {
    margin-bottom: 35px;
  }
  .mb-lg-40 {
    margin-bottom: 40px;
  }
  .mb-lg-45 {
    margin-bottom: 45px;
  }
  .mb-lg-50 {
    margin-bottom: 50px;
  }
  .mb-lg-55 {
    margin-bottom: 55px;
  }
  .mb-lg-60 {
    margin-bottom: 60px;
  }
  .mb-lg-70 {
    margin-bottom: 70px;
  }
  .mb-lg-80 {
    margin-bottom: 80px;
  }
  .mb-lg-90 {
    margin-bottom: 90px;
  }
  .mb-lg-100 {
    margin-bottom: 100px;
  }
  .ml-lg-5 {
    margin-left: 5px;
  }
  .ml-lg-10 {
    margin-left: 10px;
  }
  .ml-lg-15 {
    margin-left: 15px;
  }
  .ml-lg-20 {
    margin-left: 20px;
  }
  .ml-lg-30 {
    margin-left: 30px;
  }
  .ml-lg-50 {
    margin-left: 50px;
  }
  .ml-lg-100 {
    margin-left: 100px;
  }
  .mr-lg-5 {
    margin-right: 5px;
  }
  .mr-lg-10 {
    margin-right: 10px;
  }
  .mr-lg-15 {
    margin-right: 15px;
  }
  .mr-lg-20 {
    margin-right: 20px;
  }
  .mr-lg-30 {
    margin-right: 30px;
  }
  .mr-lg-50 {
    margin-right: 50px;
  }
  .mr-lg-100 {
    margin-right: 100px;
  }
}
@media (max-width: 1280px) {
  .mt-md-5 {
    margin-top: 5px;
  }
  .mt-md-10 {
    margin-top: 10px;
  }
  .mt-md-15 {
    margin-top: 15px;
  }
  .mt-md-20 {
    margin-top: 20px;
  }
  .mt-md-25 {
    margin-top: 25px;
  }
  .mt-md-30 {
    margin-top: 30px;
  }
  .mt-md-35 {
    margin-top: 35px;
  }
  .mt-md-40 {
    margin-top: 40px;
  }
  .mt-md-45 {
    margin-top: 45px;
  }
  .mt-md-50 {
    margin-top: 50px;
  }
  .mt-md-55 {
    margin-top: 55px;
  }
  .mt-md-60 {
    margin-top: 60px;
  }
  .mt-md-70 {
    margin-top: 70px;
  }
  .mt-md-80 {
    margin-top: 80px;
  }
  .mt-md-90 {
    margin-top: 90px;
  }
  .mt-md-100 {
    margin-top: 100px;
  }
  .mb-md-0 {
    margin-bottom: 0;
  }
  .mb-md-5 {
    margin-bottom: 5px;
  }
  .mb-md-10 {
    margin-bottom: 10px;
  }
  .mb-md-15 {
    margin-bottom: 15px;
  }
  .mb-md-20 {
    margin-bottom: 20px;
  }
  .mb-md-25 {
    margin-bottom: 25px;
  }
  .mb-md-30 {
    margin-bottom: 30px;
  }
  .mb-md-35 {
    margin-bottom: 35px;
  }
  .mb-md-40 {
    margin-bottom: 40px;
  }
  .mb-md-45 {
    margin-bottom: 45px;
  }
  .mb-md-50 {
    margin-bottom: 50px;
  }
  .mb-md-55 {
    margin-bottom: 55px;
  }
  .mb-md-60 {
    margin-bottom: 60px;
  }
  .mb-md-70 {
    margin-bottom: 70px;
  }
  .mb-md-80 {
    margin-bottom: 80px;
  }
  .mb-md-90 {
    margin-bottom: 90px;
  }
  .mb-md-100 {
    margin-bottom: 100px;
  }
  .ml-md-5 {
    margin-left: 5px;
  }
  .ml-md-10 {
    margin-left: 10px;
  }
  .ml-md-15 {
    margin-left: 15px;
  }
  .ml-md-20 {
    margin-left: 20px;
  }
  .ml-md-30 {
    margin-left: 30px;
  }
  .ml-md-50 {
    margin-left: 50px;
  }
  .ml-md-100 {
    margin-left: 100px;
  }
  .mr-md-5 {
    margin-right: 5px;
  }
  .mr-md-10 {
    margin-right: 10px;
  }
  .mr-md-15 {
    margin-right: 15px;
  }
  .mr-md-20 {
    margin-right: 20px;
  }
  .mr-md-30 {
    margin-right: 30px;
  }
  .mr-md-50 {
    margin-right: 50px;
  }
  .mr-md-100 {
    margin-right: 100px;
  }
}

@media (max-width: 992px) {
  .mt-sm-5 {
    margin-top: 5px;
  }
  .mt-sm-10 {
    margin-top: 10px;
  }
  .mt-sm-15 {
    margin-top: 15px;
  }
  .mt-sm-20 {
    margin-top: 20px;
  }
  .mt-sm-25 {
    margin-top: 25px;
  }
  .mt-sm-30 {
    margin-top: 30px;
  }
  .mt-sm-35 {
    margin-top: 35px;
  }
  .mt-sm-40 {
    margin-top: 40px;
  }
  .mt-sm-45 {
    margin-top: 45px;
  }
  .mt-sm-50 {
    margin-top: 50px;
  }
  .mt-sm-55 {
    margin-top: 55px;
  }
  .mt-sm-60 {
    margin-top: 60px;
  }
  .mt-sm-70 {
    margin-top: 70px;
  }
  .mt-sm-80 {
    margin-top: 80px;
  }
  .mt-sm-90 {
    margin-top: 90px;
  }
  .mt-sm-100 {
    margin-top: 100px;
  }
  .mb-sm-5 {
    margin-bottom: 5px;
  }
  .mb-sm-10 {
    margin-bottom: 10px;
  }
  .mb-sm-15 {
    margin-bottom: 15px;
  }
  .mb-sm-20 {
    margin-bottom: 20px;
  }
  .mb-sm-25 {
    margin-bottom: 25px;
  }
  .mb-sm-30 {
    margin-bottom: 30px;
  }
  .mb-sm-35 {
    margin-bottom: 35px;
  }
  .mb-sm-40 {
    margin-bottom: 40px;
  }
  .mb-sm-45 {
    margin-bottom: 45px;
  }
  .mb-sm-50 {
    margin-bottom: 50px;
  }
  .mb-sm-55 {
    margin-bottom: 55px;
  }
  .mb-sm-60 {
    margin-bottom: 60px;
  }
  .mb-sm-70 {
    margin-bottom: 70px;
  }
  .mb-sm-80 {
    margin-bottom: 80px;
  }
  .mb-sm-90 {
    margin-bottom: 90px;
  }
  .mb-sm-100 {
    margin-bottom: 100px;
  }
  .ml-sm-5 {
    margin-left: 5px;
  }
  .ml-sm-10 {
    margin-left: 10px;
  }
  .ml-sm-15 {
    margin-left: 15px;
  }
  .ml-sm-20 {
    margin-left: 20px;
  }
  .ml-sm-30 {
    margin-left: 30px;
  }
  .ml-sm-50 {
    margin-left: 50px;
  }
  .ml-sm-100 {
    margin-left: 100px;
  }
  .mr-sm-5 {
    margin-right: 5px;
  }
  .mr-sm-10 {
    margin-right: 10px;
  }
  .mr-sm-15 {
    margin-right: 15px;
  }
  .mr-sm-20 {
    margin-right: 20px;
  }
  .mr-sm-30 {
    margin-right: 30px;
  }
  .mr-sm-50 {
    margin-right: 50px;
  }
  .mr-sm-100 {
    margin-right: 100px;
  }
}

@media (max-width: 768px) {
  .mt-xs-5 {
    margin-top: 5px;
  }
  .mt-xs-10 {
    margin-top: 10px;
  }
  .mt-xs-15 {
    margin-top: 15px;
  }
  .mt-xs-20 {
    margin-top: 20px;
  }
  .mt-xs-25 {
    margin-top: 25px;
  }
  .mt-xs-30 {
    margin-top: 30px;
  }
  .mt-xs-35 {
    margin-top: 35px;
  }
  .mt-xs-40 {
    margin-top: 40px;
  }
  .mt-xs-45 {
    margin-top: 45px;
  }
  .mt-xs-50 {
    margin-top: 50px;
  }
  .mt-xs-55 {
    margin-top: 55px;
  }
  .mt-xs-60 {
    margin-top: 60px;
  }
  .mt-xs-70 {
    margin-top: 70px;
  }
  .mt-xs-80 {
    margin-top: 80px;
  }
  .mt-xs-90 {
    margin-top: 90px;
  }
  .mt-xs-100 {
    margin-top: 100px;
  }
  .mb-xs-0 {
    margin-bottom: 0px;
  }
  .mb-xs-5 {
    margin-bottom: 5px;
  }
  .mb-xs-10 {
    margin-bottom: 10px;
  }
  .mb-xs-15 {
    margin-bottom: 15px;
  }
  .mb-xs-20 {
    margin-bottom: 20px;
  }
  .mb-xs-25 {
    margin-bottom: 25px;
  }
  .mb-xs-30 {
    margin-bottom: 30px;
  }
  .mb-xs-35 {
    margin-bottom: 35px;
  }
  .mb-xs-40 {
    margin-bottom: 40px;
  }
  .mb-xs-45 {
    margin-bottom: 45px;
  }
  .mb-xs-50 {
    margin-bottom: 50px;
  }
  .mb-xs-55 {
    margin-bottom: 55px;
  }
  .mb-xs-60 {
    margin-bottom: 60px;
  }
  .mb-xs-70 {
    margin-bottom: 70px;
  }
  .mb-xs-80 {
    margin-bottom: 80px;
  }
  .mb-xs-90 {
    margin-bottom: 90px;
  }
  .mb-xs-100 {
    margin-bottom: 100px;
  }
  .ml-xs-5 {
    margin-left: 5px;
  }
  .ml-xs-10 {
    margin-left: 10px;
  }
  .ml-xs-15 {
    margin-left: 15px;
  }
  .ml-xs-20 {
    margin-left: 20px;
  }
  .ml-xs-30 {
    margin-left: 30px;
  }
  .ml-xs-50 {
    margin-left: 50px;
  }
  .ml-xs-100 {
    margin-left: 100px;
  }
  .mr-xs-5 {
    margin-right: 5px;
  }
  .mr-xs-10 {
    margin-right: 10px;
  }
  .mr-xs-15 {
    margin-right: 15px;
  }
  .mr-xs-20 {
    margin-right: 20px;
  }
  .mr-xs-30 {
    margin-right: 30px;
  }
  .mr-xs-50 {
    margin-right: 50px;
  }
  .mr-xs-100 {
    margin-right: 100px;
  }
}

/* 填充 */
.pt5 {
  padding-top: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pt15 {
  padding-top: 15px;
}
.pt20 {
  padding-top: 20px;
}
.pt25 {
  padding-top: 25px;
}
.pt30 {
  padding-top: 30px;
}
.pt35 {
  padding-top: 35px;
}
.pt40 {
  padding-top: 40px;
}
.pt45 {
  padding-top: 45px;
}
.pt50 {
  padding-top: 50px;
}
.pt55 {
  padding-top: 55px;
}
.pt60 {
  padding-top: 60px;
}
.pt70 {
  padding-top: 70px;
}
.pt80 {
  padding-top: 80px;
}
.pt90 {
  padding-top: 90px;
}
.pt100 {
  padding-top: 100px;
}
.pb0 {
  padding-bottom: 0;
}
.pb5 {
  padding-bottom: 5px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb25 {
  padding-bottom: 25px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb35 {
  padding-bottom: 35px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb45 {
  padding-bottom: 45px;
}
.pb50 {
  padding-bottom: 50px;
}
.pb55 {
  padding-bottom: 55px;
}
.pb60 {
  padding-bottom: 60px;
}
.pb70 {
  padding-bottom: 70px;
}
.pb80 {
  padding-bottom: 80px;
}
.pb90 {
  padding-bottom: 90px;
}
.pb100 {
  padding-bottom: 100px;
}
.pl5 {
  padding-left: 5px;
}
.pl10 {
  padding-left: 10px;
}
.pl15 {
  padding-left: 15px;
}
.pl20 {
  padding-left: 20px;
}
.pl30 {
  padding-left: 30px;
}
.pl50 {
  padding-left: 50px;
}
.pl100 {
  padding-left: 100px;
}
.pr5 {
  padding-right: 5px;
}
.pr10 {
  padding-right: 10px;
}
.pr15 {
  padding-right: 15px;
}
.pr20 {
  padding-right: 20px;
}
.pr30 {
  padding-right: 30px;
}
.pr50 {
  padding-right: 50px;
}
.pr100 {
  padding-right: 100px;
}
@media (max-width: 1500px) {
  .pt-lg-5 {
    padding-top: 5px;
  }
  .pt-lg-10 {
    padding-top: 10px;
  }
  .pt-lg-15 {
    padding-top: 15px;
  }
  .pt-lg-20 {
    padding-top: 20px;
  }
  .pt-lg-25 {
    padding-top: 25px;
  }
  .pt-lg-30 {
    padding-top: 30px;
  }
  .pt-lg-35 {
    padding-top: 35px;
  }
  .pt-lg-40 {
    padding-top: 40px;
  }
  .pt-lg-45 {
    padding-top: 45px;
  }
  .pt-lg-50 {
    padding-top: 50px;
  }
  .pt-lg-55 {
    padding-top: 55px;
  }
  .pt-lg-60 {
    padding-top: 60px;
  }
  .pt-lg-70 {
    padding-top: 70px;
  }
  .pt-lg-80 {
    padding-top: 80px;
  }
  .pt-lg-90 {
    padding-top: 90px;
  }
  .pt-lg-100 {
    padding-top: 100px;
  }
  .pb-lg-0 {
    padding-bottom: 0;
  }
  .pb-lg-5 {
    padding-bottom: 5px;
  }
  .pb-lg-10 {
    padding-bottom: 10px;
  }
  .pb-lg-15 {
    padding-bottom: 15px;
  }
  .pb-lg-20 {
    padding-bottom: 20px;
  }
  .pb-lg-25 {
    padding-bottom: 25px;
  }
  .pb-lg-30 {
    padding-bottom: 30px;
  }
  .pb-lg-35 {
    padding-bottom: 35px;
  }
  .pb-lg-40 {
    padding-bottom: 40px;
  }
  .pb-lg-45 {
    padding-bottom: 45px;
  }
  .pb-lg-50 {
    padding-bottom: 50px;
  }
  .pb-lg-55 {
    padding-bottom: 55px;
  }
  .pb-lg-60 {
    padding-bottom: 60px;
  }
  .pb-lg-70 {
    padding-bottom: 70px;
  }
  .pb-lg-80 {
    padding-bottom: 80px;
  }
  .pb-lg-90 {
    padding-bottom: 90px;
  }
  .pb-lg-100 {
    padding-bottom: 100px;
  }
  .pl-lg-5 {
    padding-left: 5px;
  }
  .pl-lg-10 {
    padding-left: 10px;
  }
  .pl-lg-15 {
    padding-left: 15px;
  }
  .pl-lg-20 {
    padding-left: 20px;
  }
  .pl-lg-30 {
    padding-left: 30px;
  }
  .pl-lg-50 {
    padding-left: 50px;
  }
  .pl-lg-100 {
    padding-left: 100px;
  }
  .pr-lg-5 {
    padding-right: 5px;
  }
  .pr-lg-10 {
    padding-right: 10px;
  }
  .pr-lg-15 {
    padding-right: 15px;
  }
  .pr-lg-20 {
    padding-right: 20px;
  }
  .pr-lg-30 {
    padding-right: 30px;
  }
  .pr-lg-50 {
    padding-right: 50px;
  }
  .pr-lg-100 {
    padding-right: 100px;
  }
}
@media (max-width: 1280px) {
  .pt-md-5 {
    padding-top: 5px;
  }
  .pt-md-10 {
    padding-top: 10px;
  }
  .pt-md-15 {
    padding-top: 15px;
  }
  .pt-md-20 {
    padding-top: 20px;
  }
  .pt-md-25 {
    padding-top: 25px;
  }
  .pt-md-30 {
    padding-top: 30px;
  }
  .pt-md-35 {
    padding-top: 35px;
  }
  .pt-md-40 {
    padding-top: 40px;
  }
  .pt-md-45 {
    padding-top: 45px;
  }
  .pt-md-50 {
    padding-top: 50px;
  }
  .pt-md-55 {
    padding-top: 55px;
  }
  .pt-md-60 {
    padding-top: 60px;
  }
  .pt-md-70 {
    padding-top: 70px;
  }
  .pt-md-80 {
    padding-top: 80px;
  }
  .pt-md-90 {
    padding-top: 90px;
  }
  .pt-md-100 {
    padding-top: 100px;
  }
  .pb-md-0 {
    padding-bottom: 0;
  }
  .pb-md-5 {
    padding-bottom: 5px;
  }
  .pb-md-10 {
    padding-bottom: 10px;
  }
  .pb-md-15 {
    padding-bottom: 15px;
  }
  .pb-md-20 {
    padding-bottom: 20px;
  }
  .pb-md-25 {
    padding-bottom: 25px;
  }
  .pb-md-30 {
    padding-bottom: 30px;
  }
  .pb-md-35 {
    padding-bottom: 35px;
  }
  .pb-md-40 {
    padding-bottom: 40px;
  }
  .pb-md-45 {
    padding-bottom: 45px;
  }
  .pb-md-50 {
    padding-bottom: 50px;
  }
  .pb-md-55 {
    padding-bottom: 55px;
  }
  .pb-md-60 {
    padding-bottom: 60px;
  }
  .pb-md-70 {
    padding-bottom: 70px;
  }
  .pb-md-80 {
    padding-bottom: 80px;
  }
  .pb-md-90 {
    padding-bottom: 90px;
  }
  .pb-md-100 {
    padding-bottom: 100px;
  }
  .pl-md-5 {
    padding-left: 5px;
  }
  .pl-md-10 {
    padding-left: 10px;
  }
  .pl-md-15 {
    padding-left: 15px;
  }
  .pl-md-20 {
    padding-left: 20px;
  }
  .pl-md-30 {
    padding-left: 30px;
  }
  .pl-md-50 {
    padding-left: 50px;
  }
  .pl-md-100 {
    padding-left: 100px;
  }
  .pr-md-5 {
    padding-right: 5px;
  }
  .pr-md-10 {
    padding-right: 10px;
  }
  .pr-md-15 {
    padding-right: 15px;
  }
  .pr-md-20 {
    padding-right: 20px;
  }
  .pr-md-30 {
    padding-right: 30px;
  }
  .pr-md-50 {
    padding-right: 50px;
  }
  .pr-md-100 {
    padding-right: 100px;
  }
}
@media (max-width: 992px) {
  .pt-sm-5 {
    padding-top: 5px;
  }
  .pt-sm-10 {
    padding-top: 10px;
  }
  .pt-sm-15 {
    padding-top: 15px;
  }
  .pt-sm-20 {
    padding-top: 20px;
  }
  .pt-sm-25 {
    padding-top: 25px;
  }
  .pt-sm-30 {
    padding-top: 30px;
  }
  .pt-sm-35 {
    padding-top: 35px;
  }
  .pt-sm-40 {
    padding-top: 40px;
  }
  .pt-sm-45 {
    padding-top: 45px;
  }
  .pt-sm-50 {
    padding-top: 50px;
  }
  .pt-sm-55 {
    padding-top: 55px;
  }
  .pt-sm-60 {
    padding-top: 60px;
  }
  .pt-sm-70 {
    padding-top: 70px;
  }
  .pt-sm-80 {
    padding-top: 80px;
  }
  .pt-sm-90 {
    padding-top: 90px;
  }
  .pt-sm-100 {
    padding-top: 100px;
  }
  .pb-sm-0 {
    padding-bottom: 0;
  }
  .pb-sm-5 {
    padding-bottom: 5px;
  }
  .pb-sm-10 {
    padding-bottom: 10px;
  }
  .pb-sm-15 {
    padding-bottom: 15px;
  }
  .pb-sm-20 {
    padding-bottom: 20px;
  }
  .pb-sm-25 {
    padding-bottom: 25px;
  }
  .pb-sm-30 {
    padding-bottom: 30px;
  }
  .pb-sm-35 {
    padding-bottom: 35px;
  }
  .pb-sm-40 {
    padding-bottom: 40px;
  }
  .pb-sm-45 {
    padding-bottom: 45px;
  }
  .pb-sm-50 {
    padding-bottom: 50px;
  }
  .pb-sm-55 {
    padding-bottom: 55px;
  }
  .pb-sm-60 {
    padding-bottom: 60px;
  }
  .pb-sm-70 {
    padding-bottom: 70px;
  }
  .pb-sm-80 {
    padding-bottom: 80px;
  }
  .pb-sm-90 {
    padding-bottom: 90px;
  }
  .pb-sm-100 {
    padding-bottom: 100px;
  }
  .pl-sm-5 {
    padding-left: 5px;
  }
  .pl-sm-10 {
    padding-left: 10px;
  }
  .pl-sm-15 {
    padding-left: 15px;
  }
  .pl-sm-20 {
    padding-left: 20px;
  }
  .pl-sm-30 {
    padding-left: 30px;
  }
  .pl-sm-50 {
    padding-left: 50px;
  }
  .pl-sm-100 {
    padding-left: 100px;
  }
  .pr-sm-5 {
    padding-right: 5px;
  }
  .pr-sm-10 {
    padding-right: 10px;
  }
  .pr-sm-15 {
    padding-right: 15px;
  }
  .pr-sm-20 {
    padding-right: 20px;
  }
  .pr-sm-30 {
    padding-right: 30px;
  }
  .pr-sm-50 {
    padding-right: 50px;
  }
  .pr-sm-100 {
    padding-right: 100px;
  }
}
@media (max-width: 768px) {
  .pt-xs-0 {
    padding-top: 0px;
  }
  .pt-xs-5 {
    padding-top: 5px;
  }
  .pt-xs-10 {
    padding-top: 10px;
  }
  .pt-xs-15 {
    padding-top: 15px;
  }
  .pt-xs-20 {
    padding-top: 20px;
  }
  .pt-xs-25 {
    padding-top: 25px;
  }
  .pt-xs-30 {
    padding-top: 30px;
  }
  .pt-xs-35 {
    padding-top: 35px;
  }
  .pt-xs-40 {
    padding-top: 40px;
  }
  .pt-xs-45 {
    padding-top: 45px;
  }
  .pt-xs-50 {
    padding-top: 50px;
  }
  .pt-xs-55 {
    padding-top: 55px;
  }
  .pt-xs-60 {
    padding-top: 60px;
  }
  .pt-xs-70 {
    padding-top: 70px;
  }
  .pt-xs-80 {
    padding-top: 80px;
  }
  .pt-xs-90 {
    padding-top: 90px;
  }
  .pt-xs-100 {
    padding-top: 100px;
  }
  .pb-xs-0 {
    padding-bottom: 0;
  }
  .pb-xs-5 {
    padding-bottom: 5px;
  }
  .pb-xs-10 {
    padding-bottom: 10px;
  }
  .pb-xs-15 {
    padding-bottom: 15px;
  }
  .pb-xs-20 {
    padding-bottom: 20px;
  }
  .pb-xs-25 {
    padding-bottom: 25px;
  }
  .pb-xs-30 {
    padding-bottom: 30px;
  }
  .pb-xs-35 {
    padding-bottom: 35px;
  }
  .pb-xs-40 {
    padding-bottom: 40px;
  }
  .pb-xs-45 {
    padding-bottom: 45px;
  }
  .pb-xs-50 {
    padding-bottom: 50px;
  }
  .pb-xs-55 {
    padding-bottom: 55px;
  }
  .pb-xs-60 {
    padding-bottom: 60px;
  }
  .pb-xs-70 {
    padding-bottom: 70px;
  }
  .pb-xs-80 {
    padding-bottom: 80px;
  }
  .pb-xs-90 {
    padding-bottom: 90px;
  }
  .pb-xs-100 {
    padding-bottom: 100px;
  }
  .pl-xs-5 {
    padding-left: 5px;
  }
  .pl-xs-10 {
    padding-left: 10px;
  }
  .pl-xs-15 {
    padding-left: 15px;
  }
  .pl-xs-20 {
    padding-left: 20px;
  }
  .pl-xs-30 {
    padding-left: 30px;
  }
  .pl-xs-50 {
    padding-left: 50px;
  }
  .pl-xs-100 {
    padding-left: 100px;
  }
  .pr-xs-5 {
    padding-right: 5px;
  }
  .pr-xs-10 {
    padding-right: 10px;
  }
  .pr-xs-15 {
    padding-right: 15px;
  }
  .pr-xs-20 {
    padding-right: 20px;
  }
  .pr-xs-30 {
    padding-right: 30px;
  }
  .pr-xs-50 {
    padding-right: 50px;
  }
  .pr-xs-100 {
    padding-right: 100px;
  }
}

/* 等分列 */
.cols-1 > *,
.cols-2 > *,
.cols-3 > *,
.cols-4 > *,
.cols-5 > *,
.cols-6 > *,
.cols-7 > *,
.cols-8 > * {
  float: left;
}
.cols-1 > * {
  width: 100%;
}
.cols-2 > * {
  width: 50%;
}
.cols-3 > * {
  width: 33.33333%;
}
.cols-4 > * {
  width: 25%;
}
.cols-5 > * {
  width: 20%;
}
.cols-6 > * {
  width: 16.66667%;
}
.cols-7 > * {
  width: 14.2857%;
}
.cols-8 > * {
  width: 12.5%;
}

@media (max-width: 1500px) {
  [class*="cols-lg"] > * {
    float: left;
  }
  .cols-lg-1 > * {
    width: 100%;
  }
  .cols-lg-2 > * {
    width: 50%;
  }
  .cols-lg-3 > * {
    width: 33.33333%;
  }
  .cols-lg-4 > * {
    width: 25%;
  }
  .cols-lg-5 > * {
    width: 20%;
  }
  .cols-lg-6 > * {
    width: 16.66667%;
  }
  .cols-lg-7 > * {
    width: 14.2857%;
  }
  .cols-lg-8 > * {
    width: 12.5%;
  }
}
@media (max-width: 1280px) {
  [class*="cols-md"] > * {
    float: left;
  }
  .cols-md-1 > * {
    width: 100%;
  }
  .cols-md-2 > * {
    width: 50%;
  }
  .cols-md-3 > * {
    width: 33.33333%;
  }
  .cols-md-4 > * {
    width: 25%;
  }
  .cols-md-5 > * {
    width: 20%;
  }
  .cols-md-6 > * {
    width: 16.66667%;
  }
  .cols-md-7 > * {
    width: 14.2857%;
  }
  .cols-md-8 > * {
    width: 12.5%;
  }
}
@media (max-width: 992px) {
  [class*="cols-sm"] > * {
    float: left;
  }
  .cols-sm-1 > * {
    width: 100%;
  }
  .cols-sm-2 > * {
    width: 50%;
  }
  .cols-sm-3 > * {
    width: 33.33333%;
  }
  .cols-sm-4 > * {
    width: 25%;
  }
  .cols-sm-5 > * {
    width: 20%;
  }
  .cols-sm-6 > * {
    width: 16.66667%;
  }
  .cols-sm-7 > * {
    width: 14.2857%;
  }
  .cols-sm-8 > * {
    width: 12.5%;
  }
}
@media (max-width: 768px) {
  [class*="cols-xs"] > * {
    float: left;
  }
  .cols-xs-1 > * {
    width: 100%;
  }
  .cols-xs-2 > * {
    width: 50%;
  }
  .cols-xs-3 > * {
    width: 33.33333%;
  }
  .cols-xs-4 > * {
    width: 25%;
  }
  .cols-xs-5 > * {
    width: 20%;
  }
  .cols-xs-6 > * {
    width: 16.66667%;
  }
  .cols-xs-7 > * {
    width: 14.2857%;
  }
  .cols-xs-8 > * {
    width: 12.5%;
  }
}
@media (max-width: 480px) {
  [class*="cols-xxs"] > * {
    float: left;
  }
  .cols-xxs-1 > * {
    width: 100%;
  }
  .cols-xxs-2 > * {
    width: 50%;
  }
  .cols-xxs-3 > * {
    width: 33.33333%;
  }
  .cols-xxs-4 > * {
    width: 25%;
  }
  .cols-xxs-5 > * {
    width: 20%;
  }
  .cols-xxs-6 > * {
    width: 16.66667%;
  }
  .cols-xxs-7 > * {
    width: 14.2857%;
  }
  .cols-xxs-8 > * {
    width: 12.5%;
  }
}

@media (max-width: 380px) {
  [class*="cols-xxxs"] > * {
    float: left;
  }
  .cols-xxxs-1 > * {
    width: 100%;
  }
  .cols-xxxs-2 > * {
    width: 50%;
  }
  .cols-xxxs-3 > * {
    width: 33.33333%;
  }
  .cols-xxxs-4 > * {
    width: 25%;
  }
  .cols-xxxs-5 > * {
    width: 20%;
  }
  .cols-xxxs-6 > * {
    width: 16.66667%;
  }
  .cols-xxxs-7 > * {
    width: 14.2857%;
  }
  .cols-xxxs-8 > * {
    width: 12.5%;
  }
}

/* 列间距 */
[class*="space-"] .box {
  display: block;
}
.space-2 {
  margin-top: -2px;
  margin-right: -1px;
  margin-left: -1px;
}
.space-2 .box {
  margin: 2px 1px 0;
}
.space-10 {
  margin-top: -10px;
  margin-right: -5px;
  margin-left: -5px;
}
.space-10 .box {
  margin: 10px 5px 0;
}
.space-15 {
  margin-top: -15px;
  margin-right: -7px;
  margin-left: -8px;
}
.space-15 .box {
  margin: 15px 7px 0 8px;
}
.space-20 {
  margin-top: -20px;
  margin-right: -10px;
  margin-left: -10px;
}
.space-20 .box {
  margin: 20px 10px 0;
}
.space-30 {
  margin-top: -30px;
  margin-right: -15px;
  margin-left: -15px;
}
.space-30 .box {
  margin: 30px 15px 0;
}
.space-40 {
  margin-top: -40px;
  margin-right: -20px;
  margin-left: -20px;
}
.space-40 .box {
  margin: 40px 20px 0;
}
.space-50 {
  margin-top: -50px;
  margin-right: -25px;
  margin-left: -25px;
}
.space-50 .box {
  margin: 50px 25px 0;
}
@media (max-width: 1500px) {
  .space-lg-0 {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
  }
  .space-lg-0 .box {
    margin: 0;
  }
  .space-lg-2 {
    margin-top: -2px;
    margin-right: -1px;
    margin-left: -1px;
  }
  .space-lg-2 .box {
    margin: 2px 1px 0;
  }
  .space-lg-10 {
    margin-top: -10px;
    margin-right: -5px;
    margin-left: -5px;
  }
  .space-lg-10 .box {
    margin: 10px 5px 0;
  }
  .space-lg-15 {
    margin-top: -15px;
    margin-right: -7px;
    margin-left: -8px;
  }
  .space-lg-15 .box {
    margin: 15px 7px 0 8px;
  }
  .space-lg-20 {
    margin-top: -20px;
    margin-right: -10px;
    margin-left: -10px;
  }
  .space-lg-20 .box {
    margin: 20px 10px 0;
  }
  .space-lg-30 {
    margin-top: -30px;
    margin-right: -15px;
    margin-left: -15px;
  }
  .space-lg-30 .box {
    margin: 30px 15px 0;
  }
  .space-lg-40 {
    margin-top: -40px;
    margin-right: -20px;
    margin-left: -20px;
  }
  .space-lg-40 .box {
    margin: 40px 20px 0;
  }
  .space-lg-50 {
    margin-top: -50px;
    margin-right: -25px;
    margin-left: -25px;
  }
  .space-lg-50 .box {
    margin: 50px 25px 0;
  }
}
@media (max-width: 1280px) {
  .space-md-0 {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
  }
  .space-md-0 .box {
    margin: 0;
  }
  .space-md-2 {
    margin-top: -2px;
    margin-right: -1px;
    margin-left: -1px;
  }
  .space-md-2 .box {
    margin: 2px 1px 0;
  }
  .space-md-10 {
    margin-top: -10px;
    margin-right: -5px;
    margin-left: -5px;
  }
  .space-md-10 .box {
    margin: 10px 5px 0;
  }
  .space-md-15 {
    margin-top: -15px;
    margin-right: -7px;
    margin-left: -8px;
  }
  .space-md-15 .box {
    margin: 15px 7px 0 8px;
  }
  .space-md-20 {
    margin-top: -20px;
    margin-right: -10px;
    margin-left: -10px;
  }
  .space-md-20 .box {
    margin: 20px 10px 0;
  }
  .space-md-30 {
    margin-top: -30px;
    margin-right: -15px;
    margin-left: -15px;
  }
  .space-md-30 .box {
    margin: 30px 15px 0;
  }
  .space-md-40 {
    margin-top: -40px;
    margin-right: -20px;
    margin-left: -20px;
  }
  .space-md-40 .box {
    margin: 40px 20px 0;
  }
  .space-md-50 {
    margin-top: -50px;
    margin-right: -25px;
    margin-left: -25px;
  }
  .space-md-50 .box {
    margin: 50px 25px 0;
  }
}
@media (max-width: 992px) {
  .space-sm-0 {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
  }
  .space-sm-0 .box {
    margin: 0;
  }
  .space-sm-2 {
    margin-top: -2px;
    margin-right: -1px;
    margin-left: -1px;
  }
  .space-sm-2 .box {
    margin: 2px 1px 0;
  }
  .space-sm-10 {
    margin-top: -10px;
    margin-right: -5px;
    margin-left: -5px;
  }
  .space-sm-10 .box {
    margin: 10px 5px 0;
  }
  .space-sm-15 {
    margin-top: -15px;
    margin-right: -7px;
    margin-left: -8px;
  }
  .space-sm-15 .box {
    margin: 15px 7px 0 8px;
  }
  .space-sm-20 {
    margin-top: -20px;
    margin-right: -10px;
    margin-left: -10px;
  }
  .space-sm-20 .box {
    margin: 20px 10px 0;
  }
  .space-sm-30 {
    margin-top: -30px;
    margin-right: -15px;
    margin-left: -15px;
  }
  .space-sm-30 .box {
    margin: 30px 15px 0;
  }
  .space-sm-40 {
    margin-top: -40px;
    margin-right: -20px;
    margin-left: -20px;
  }
  .space-sm-40 .box {
    margin: 40px 20px 0;
  }
  .space-lg-50 {
    margin-top: -50px;
    margin-right: -25px;
    margin-left: -25px;
  }
  .space-lg-50 .box {
    margin: 50px 25px 0;
  }
}
@media (max-width: 768px) {
  .space-xs-0 {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
  }
  .space-xs-0 .box {
    margin: 0;
  }
  .space-xs-2 {
    margin-top: -2px;
    margin-right: -1px;
    margin-left: -1px;
  }
  .space-xs-2 .box {
    margin: 2px 1px 0;
  }
  .space-xs-10 {
    margin-top: -10px;
    margin-right: -5px;
    margin-left: -5px;
  }
  .space-xs-10 .box {
    margin: 10px 5px 0;
  }
  .space-xs-15 {
    margin-top: -15px;
    margin-right: -7px;
    margin-left: -8px;
  }
  .space-xs-15 .box {
    margin: 15px 7px 0 8px;
  }
  .space-xs-20 {
    margin-top: -20px;
    margin-right: -10px;
    margin-left: -10px;
  }
  .space-xs-20 .box {
    margin: 20px 10px 0;
  }
  .space-xs-30 {
    margin-top: -30px;
    margin-right: -15px;
    margin-left: -15px;
  }
  .space-xs-30 .box {
    margin: 30px 15px 0;
  }
  .space-xs-40 {
    margin-top: -40px;
    margin-right: -20px;
    margin-left: -20px;
  }
  .space-xs-40 .box {
    margin: 40px 20px 0;
  }
  .space-xs-50 {
    margin-top: -50px;
    margin-right: -25px;
    margin-left: -25px;
  }
  .space-xs-50 .box {
    margin: 50px 25px 0;
  }
}
@media (max-width: 480px) {
  .space-xxs-0 {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
  }
  .space-xxs-0 .box {
    margin: 0;
  }
  .space-xxs-2 {
    margin-top: -2px;
    margin-right: -1px;
    margin-left: -1px;
  }
  .space-xxs-2 .box {
    margin: 2px 1px 0;
  }
  .space-xxs-10 {
    margin-top: -10px;
    margin-right: -5px;
    margin-left: -5px;
  }
  .space-xxs-10 .box {
    margin: 10px 5px 0;
  }
  .space-xxs-15 {
    margin-top: -15px;
    margin-right: -7px;
    margin-left: -8px;
  }
  .space-xxs-15 .box {
    margin: 15px 7px 0 8px;
  }
  .space-xxs-20 {
    margin-top: -20px;
    margin-right: -10px;
    margin-left: -10px;
  }
  .space-xxs-20 .box {
    margin: 20px 10px 0;
  }
  .space-xxs-30 {
    margin-top: -30px;
    margin-right: -15px;
    margin-left: -15px;
  }
  .space-xxs-30 .box {
    margin: 30px 15px 0;
  }
  .space-xxs-40 {
    margin-top: -40px;
    margin-right: -20px;
    margin-left: -20px;
  }
  .space-xxs-40 .box {
    margin: 40px 20px 0;
  }
  .space-xxs-50 {
    margin-top: -50px;
    margin-right: -25px;
    margin-left: -25px;
  }
  .space-xxs-50 .box {
    margin: 50px 25px 0;
  }
}

/* 字号 */
.fs-32 {
  font-size: 32px;
}
.fs-30 {
  font-size: 30px;
}
.fs-28 {
  font-size: 28px;
}
.fs-26 {
  font-size: 26px;
}
.fs-24 {
  font-size: 24px;
}
.fs-22 {
  font-size: 22px;
}
.fs-20 {
  font-size: 20px;
}
.fs-18 {
  font-size: 18px;
}
.fs-16 {
  font-size: 16px;
}
.fs-14 {
  font-size: 14px;
}
.fs-0 {
  font-size: 0;
}

@media (max-width: 1500px) {
  .fs-lg-30 {
    font-size: 30px;
  }
  .fs-lg-28 {
    font-size: 28px;
  }
  .fs-lg-26 {
    font-size: 26px;
  }
  .fs-lg-24 {
    font-size: 24px;
  }
  .fs-lg-22 {
    font-size: 22px;
  }
  .fs-lg-20 {
    font-size: 20px;
  }
  .fs-lg-18 {
    font-size: 18px;
  }
  .fs-lg-16 {
    font-size: 16px;
  }
  .fs-lg-14 {
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  .fs-md-30 {
    font-size: 30px;
  }
  .fs-md-28 {
    font-size: 28px;
  }
  .fs-md-26 {
    font-size: 26px;
  }
  .fs-md-24 {
    font-size: 24px;
  }
  .fs-md-22 {
    font-size: 22px;
  }
  .fs-md-20 {
    font-size: 20px;
  }
  .fs-md-18 {
    font-size: 18px;
  }
  .fs-md-16 {
    font-size: 16px;
  }
  .fs-md-14 {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .fs-xs-30 {
    font-size: 30px;
  }
  .fs-xs-28 {
    font-size: 28px;
  }
  .fs-xs-26 {
    font-size: 26px;
  }
  .fs-xs-24 {
    font-size: 24px;
  }
  .fs-xs-22 {
    font-size: 22px;
  }
  .fs-xs-20 {
    font-size: 20px;
  }
  .fs-xs-18 {
    font-size: 18px;
  }
  .fs-xs-16 {
    font-size: 16px;
  }
  .fs-xs-14 {
    font-size: 14px;
  }
}
@media (max-width: 1500px) {
  .height-lg-auto {
    height: auto !important;
  }
}
@media (max-width: 1280px) {
  .height-md-auto {
    height: auto !important;
  }
}
@media (max-width: 992px) {
  .height-sm-auto {
    height: auto !important;
  }
}
@media (max-width: 768px) {
  .height-xs-auto {
    height: auto !important;
  }
}

.block {
  display: block;
}
.none {
  display: none;
}

/* 关怀版 */
body.older [class*="row-space"] {
  margin-right: 0;
  margin-left: 0;
}
body.older [class*="row-space"] > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
body.older .row > [class*="col-"] {
  width: 100%;
  float: none;
}

@media (min-width: 769px) {
  body.older .mt5 {
    margin-top: 25px;
  }
  body.older .mt10 {
    margin-top: 30px;
  }
  body.older .mt15 {
    margin-top: 35px;
  }
  body.older .mt20 {
    margin-top: 40px;
  }
  body.older .mt25 {
    margin-top: 45px;
  }
  body.older .mt30 {
    margin-top: 50px;
  }
  body.older .mt35 {
    margin-top: 55px;
  }
  body.older .mt40 {
    margin-top: 40px;
  }
  body.older .mt45 {
    margin-top: 65px;
  }
  body.older .mt50 {
    margin-top: 80px;
  }
  body.older .mt55 {
    margin-top: 85px;
  }
  body.older .mt60 {
    margin-top: 90px;
  }
  body.older .mt70 {
    margin-top: 100px;
  }
  body.older .mt80 {
    margin-top: 110px;
  }
  body.older .mb5 {
    margin-bottom: 25px;
  }
  body.older .mb10 {
    margin-bottom: 30px;
  }
  body.older .mb15 {
    margin-bottom: 35px;
  }
  body.older .mb20 {
    margin-bottom: 40px;
  }
  body.older .mb25 {
    margin-bottom: 45px;
  }
  body.older .mb30 {
    margin-bottom: 50px;
  }
  body.older .mb35 {
    margin-bottom: 55px;
  }
  body.older .mb40 {
    margin-bottom: 60px;
  }
  body.older .mb45 {
    margin-bottom: 65px;
  }
  body.older .mb50 {
    margin-bottom: 80px;
  }
  body.older .mb55 {
    margin-bottom: 85px;
  }
  body.older .mb60 {
    margin-bottom: 90px;
  }
  body.older .mb70 {
    margin-bottom: 100px;
  }
  body.older .mb80 {
    margin-bottom: 110px;
  }
}

/*pagediv*/
.pagediv {
  font-size: 0.875em;
  color: #333;
  line-height: 2;
  clear: both;
}
.pagediv a {
  color: #333;
}
.pagediv .moye,
.pagediv .arrow a,
.pagediv .index_num,
.pagediv .pagination_index_last,
.pagediv #pagination_input,
.pagediv #currentPage {
  display: inline-block;
  *display: inline;
  margin: 4px;
  zoom: 1;
  border: #dfdfdf 1px solid;
  border-radius: 3px;
  vertical-align: top;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  background: #f1f1f1;
  background: -webkit-linear-gradient(#ffffff 10%, #f1f1f1);
  background: -o-linear-gradient(#ffffff 10%, #f1f1f1);
  background: -moz-linear-gradient(#ffffff 10%, #f1f1f1);
  background: linear-gradient(#ffffff 10%, #f1f1f1);
}
.pagediv .arrow a:hover,
.pagediv .index_num {
  background: #27538a;
  border-color: #27538a;
  color: #fff;
  text-decoration: none;
}
.pagediv .moye,
.pagediv .arrow a,
.pagediv .index_num {
  padding: 0 10px;
}
.pagediv .index_num {
  font-weight: 700;
}
.pagediv .pagination_index_last {
  padding: 0 6px;
}
.pagediv #pagination_input {
  width: 40px;
  height: 28px;
  color: #888;
  text-align: center;
  background: #fff;
}
.pagediv #currentPage {
  width: 40px;
  height: 30px;
  color: #888;
  text-align: center;
  background: #fff;
}
.pagediv font.en {
  display: none;
}

#page_div1 {
  display: flex;
}
#page_div{  text-align: center;}
@media (min-width: 768px) {
  body.older .pagediv #pagination_input {
    height: 49px;
  }
}
.crumb {
  color: rgba(0, 0, 0, 1);
}



.crumb h2 {
  padding: 20px 10px 20px 30px;
  line-height: 1.75;
  font-size: 1em;
  font-weight: normal;
  position: relative;
}

.crumb h2:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/public/icon_position.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 24px;
}

.crumb a {
  color: rgba(0, 0, 0, 1);
}

.crumb span {
  color: rgba(0, 0, 0, 1);
}
.home_page a,
.prev_page a,
.next_page a,
.weiye_page a {
  background: rgba(242, 242, 242, 1) !important;
}


.common-head {
  border-bottom: 1px solid #e5e5e5;
  background-repeat: repeat-x;
  background-position: center top;
}
.common-head.inTitle {
  line-height: 30px;
  border-bottom-width: 2px;
  border-bottom-color: rgba(3, 82, 148, 1);
}
/* .common-head.style2{line-height:20px;} */
.common-head.style2 {
  line-height: 28px;
}
.common-head.style3 {
  line-height: 36px;
}

.common-head .hd {
  float: left;
}
.common-head .hd li {
  float: left;
  text-align: center;
  font-size: 16px;
}
.common-head .hd li.on {
  cursor: pointer;
}
.common-head .menu1 li {
  padding: 2px 20px 0;
  background-color: #f3f3f3;
  border-radius: 3px 3px 0 0;
}
.common-head .menu1 li.on,
.common-head .menu1 li.current {
  font-weight: bold;
  color: #fff;
  background-color: rgba(3, 82, 148, 1);
  border-bottom: none;
}
.common-head .menu1 li.on a,
.common-head .menu1 li.current a {
  color: #fff;
}
.common-head .menu2 li {
  padding: 0 20px 10px;
  margin-bottom: -1px;
}
.common-head .menu2 li.on,
/* .common-head .menu2 li.current{padding-bottom:8px; font-weight:bold; color:#e51928; border-bottom:2px solid #e51928;} */
.common-head .menu2 li.current {
  padding: 8px;
  font-weight: bold;
  color: #e51928;
  border-bottom: 2px solid rgba(3, 82, 148, 1);
}
.common-head .menu2 li.on a,
.common-head .menu2 li.current a {
  color: #dc2230;
}
.common-head .menu3 li {
  padding: 2px 20px 0;
  margin-bottom: -1px;
}
.common-head .menu3 li.on,
.common-head .menu3 li.current {
  padding-top: 0px;
  font-weight: bold;
  color: #e51928;
  background-color: #fff;
  border-top: 2px solid #e51928;
  border-right: 1px solid #dadada;
  border-left: 1px solid #dadada;
}
.common-head .menu3 li.on a,
.common-head .menu3 li.current a {
  color: rgba(3, 82, 148, 1);
}

.common-head .currentName {
  position: relative;
  float: left;
  padding-top: 2px;
  padding-bottom: 14px;
  margin-bottom: -1px;
  border-bottom: 3px solid #dc2230;
}
.common-head .currentName font {
  position: relative;
  display: block;
  padding-right: 15px;
  padding-left: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #dc2230;
}
.common-head .currentName font:before {
  position: absolute;
  top: 50%;
  left: 5px;
  content: "";
  margin-top: -7px;
  width: 4px;
  height: 14px;
  background-color: #dc2230;
}

.common-bd {
  padding: 10px;
}

.infoList {
  line-height: 1.6em;
  overflow: hidden;
}
.infoList li {
  float: left;
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  overflow: hidden;
}
.infoList li h4 {
  position: relative;
  padding: 0 76px 0 16px;
  font-weight: normal;
  font-size: 0.875em;
  overflow: hidden;
}
.infoList li h4 a {
  float: left;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}
.infoList li h4 a.noLink:hover {
  color: inherit;
}
.infoList li h4 a:before {
  position: absolute;
  top: -1px;
  left: 2px;
  content: "";
  margin-top: 0.8em;
  width: 3px;
  height: 3px;
  background-repeat: no-repeat;
  background-color: #999;
}
.infoList li h4 .time {
  position: absolute;
  z-index: 10;
  top: 50%;
  right: 2px;
  margin-top: -0.8em;
  line-height: 1.6em;
  color: #999;
  font-size: 13px;
  white-space: nowrap;
}
.infoList li br {
  display: none;
}
.infoList.fileList li h4 a {
  float: none;
  display: block;
  max-width: 100%;
  width: 100%\9;
}
.infoList.fileList li h4 a font {
  float: left;
  max-width: 88%;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}
.infoList.fileList li h4 a:hover font {
  float: left;
  max-width: 90%;
  color: rgba(3, 82, 148, 1);;
}
.infoList.fileList li .Icon {
  float: left;
  margin-left: 5px;
  width: 23px;
  height: 25px;
  background: url(../images/new.png) left center no-repeat;
  overflow: hidden;
}

.infoList.notTime li h4 {
  padding-right: 0;
}
.infoList.notTime li .time {
  display: none;
}

.menu-icons {
  margin-right: -5px;
  margin-left: -5px;
  overflow: hidden;
}
.menu-icons li {
  float: left;
  width: 50%;
}
.menu-icons li a {
  position: relative;
  display: block;
  margin: 0 5px 10px;
  padding: 14px 20px;
  font-size: 1em;
  text-align: left;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
}
.menu-icons li a:before {
  display: inline-block;
  content: "";
  margin-right: 10px;
  width: 45px;
  height: 45px;
  vertical-align: middle;
  background-repeat: no-repeat;
}
.menu-icons li a:after {
  position: absolute;
  top: 50%;
  right: 20px;
  content: "";
  margin-top: -13px;
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.menu-icons li a font {
  display: inline-block;
  vertical-align: middle;
  line-height: 160%;
  text-align: left;
}
.menu-icons li a:hover {
  color: #333;
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;
  background-color: #fafafa;
}

.infoList li h4 a,
.focus .tpxwSlide .bd li span.txt,
.common-picSlide .bd li span.txt,
.common-pic-marquee ul li span.txt {
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

.common-picSlide {
  position: relative;
  float: left;
  overflow: hidden;
}
.common-picSlide .bd {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}
.common-picSlide .bd ul {
  width: 100% !important;
  height: 100% !important;
}
.common-picSlide .bd ul li {
  position: relative;
  width: 100% !important;
  height: 100%;
}
.common-picSlide .bd li img {
  width: 100%;
  height: 100%;
}
.common-picSlide .bd li span.txtbg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  content: "";
  width: 100%;
  height: 40px;
  background: #000;
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  opacity: 0.3;
}
.common-picSlide .bd li span.txt {
  position: absolute;
  right: 0;
  bottom: 0px;
  left: 0;
  z-index: 3;
  margin: 0 92px 0 12px;
  font-size: 14px;
  line-height: 40px;
  color: #fff;
  text-align: left;
}
.common-picSlide .hd {
  position: absolute;
  bottom: 13px;
  right: 8px;
  z-index: 5;
}
.common-picSlide .hd ul li {
  float: left;
  margin-right: 6px;
  width: 12px;
  height: 12px;
  line-height: 8px;
  background-color: #d9d9d9;
  cursor: pointer;
}
.common-picSlide .hd ul li.on {
  background-color: #f00;
}

.common-picSlide .btn-prev,
.common-picSlide .btn-next {
  position: absolute;
  top: 50%;
  z-index: 4;
  margin-top: -40px;
  display: block;
  width: 30px;
  height: 50px;
  background: url(../images/sliderArrow.png) no-repeat 0 0;
  cursor: pointer;
  filter: alpha(opacity=20);
  -moz-opacity: 0.2;
  opacity: 0.2;
}
.common-picSlide .btn-prev {
  left: 0;
}
.common-picSlide .btn-next {
  right: 0;
  background-position: right 0;
}
.common-picSlide > a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.common-pic-marquee {
  overflow: hidden;
}
.common-pic-marquee ul {
  overflow: hidden;
  zoom: 1;
}
.common-pic-marquee ul li {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
  overflow: hidden;
  zoom: 1;
}
.common-pic-marquee ul li a {
  display: block;
  width: 165px;
}
.common-pic-marquee ul li p {
  padding: 5px;
  background-color: #fff;
  border: 1px solid #e2e1df;
}
.common-pic-marquee ul li p img {
  display: block;
  width: 100%;
  height: 97px;
}
.common-pic-marquee ul li span.txt {
  display: block;
  font-size: 12px;
  padding-top: 6px;
  line-height: 160%;
  text-align: center;
}
.backtop {
  width: 39px;
  height: 39px;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 999;
  overflow: hidden;
  display: none;
  border-radius: 2px;
}
.backtop .btn {
  width: 39px;
  height: 39px;
  background: url(../images/gotop.gif) no-repeat center #1a56a8;
  cursor: pointer;
  position: relative;
}
.backtop .rotate {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 0;
  width: 39px;
  height: 29px;
  line-height: 14px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  color: #fff !important;
  background-color: #1a56a8;
  text-decoration: none !important;
  text-align: center;
  -webkit-transform-origin: -50% 50%;
  transform-origin: -50% 50%;
  -webkit-transform: rotate3d(0, 0, 1, 90deg);
  transform: rotate3d(0, 0, 1, 90deg);
  -webkit-transition: -webkit-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
  opacity: 0\9;
  filter: alpha(opacity=0) \9;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.backtop:hover .rotate,
.backtop:hover {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.backtop:hover .rotate {
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
  transform: rotate3d(0, 0, 1, 0deg);
  text-decoration: none;
  opacity: 1\9;
  filter: alpha(opacity=100) \9;
}