*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
*:focus {
  outline: inherit;
}
html {
  -webkit-tap-highlight-color: transparent;
}
body {
  color: #333;
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-overflow-scrolling: touch;
  line-height: 1.8;
}
p {
  margin: 14px 0;
}
ul {
  list-style-type: none;
}
img {
  max-width: 100%;
  border: 0;
  vertical-align: middle;
}
img[src=""] {
  opacity: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  color: inherit;
  outline: none;
  text-decoration: none;
  background: transparent;
}
a,
em,
i,
span {
  display: inline-block;
}
b,
em,
i {
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 14px;
}
button {
  padding: 0;
}
button,
input,
optgroup,
select,
textarea {
  outline: 0;
  border: 0;
  vertical-align: middle;
  font-family: "Microsoft Yahei";
}
input[type="radio"],
input[type="checkbox"] {
  vertical-align: -2px;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="text"] {
  outline: 0;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  -webkit-appearance: button;
}
textarea {
  resize: none;
  font-size: 14px;
}
textarea,
.select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
}
.ml20{margin-left:20px;}
.select::-ms-expand {
  display: none;
}
.slick-slider .slick-list .slick-slide > a {
  display: block;
}
.layout-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.layout-flex-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex-auto {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.col-1 > .col {
  width: 100%;
}
.col-2 > .col {
  width: 50%;
}
.col-3 > .col,
.pad-col-3 > .col {
  width: 33.333%;
}
.col-4 > .col,
.pad-col-4 > .col {
  width: 25%;
}
.col-5 > .col {
  width: 20%;
}
.col-6 > .col {
  width: 16.6666%;
}
.col-7 > .col {
  width: 14.2857%;
}
.col-8 > .col {
  width: 12.5%;
}
.col-9 > .col {
  width: 11.111%;
}
.gap-4 {
  margin-left: -4px !important;
  margin-right: -4px !important;
}
.gap-4 > .col {
  padding: 0 4px;
}
.gap-8 {
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.gap-8 > .col {
  padding: 0 8px;
}
.gap-10 {
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.gap-10 > .col {
  padding: 0 10px;
}
.gap-14 {
  margin-left: -14px !important;
  margin-right: -14px !important;
}
.gap-14 > .col {
  padding: 0 14px;
}
.gap-16 {
  margin-left: -16px !important;
  margin-right: -16px !important;
}
.gap-16 > .col {
  padding: 0 16px;
}
.gap-20 {
  margin-left: -20px !important;
  margin-right: -20px !important;
}
.gap-20 > .col {
  padding: 0 20px;
}
.gap-26 {
  margin-left: -0.26rem !important;
  margin-right: -0.26rem !important;
}
.gap-26 > .col {
  padding: 0 0.26rem;
}
.gap-30 {
  margin-left: -30px !important;
  margin-right: -30px !important;
}
.gap-30 > .col {
  padding: 0 30px;
}
.gap-36 {
  margin-left: -36px !important;
  margin-right: -36px !important;
}
.gap-36 > .col {
  padding: 0 36px;
}
.gap-40 {
  margin-left: -40px !important;
  margin-right: -40px !important;
}
.gap-40 > .col {
  padding: 0 40px !important;
}
.gap-50 {
  margin-left: -50px !important;
  margin-right: -50px !important;
}
.gap-50 > .col {
  padding: 0 50px;
}
.gap-78 {
  margin-left: -0.78rem !important;
  margin-right: -0.78rem !important;
}
.gap-78 > .col {
  padding: 0 0.78rem !important;
}
.gap-90 {
  margin-left: -0.9rem !important;
  margin-right: -0.9rem !important;
}
.gap-90 > .col {
  padding: 0 0.9rem !important;
}
.gap-100 {
  margin-left: -1rem !important;
  margin-right: -1rem !important;
}
.gap-100 > .col {
  padding: 0 1rem !important;
}
.w-p-25 {
  width: 25%;
}
.w-p-75 {
  width: 75%;
}
.field-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
}
.field-inline .field-input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.field-inline .field-input input {
  width: 100%;
  height: 26px;
}
.field-inline .field-input textarea {
  width: 100%;
  line-height: 26px;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}
.abs {
  position: absolute;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.t-left {
  text-align: left;
}
.t-center {
  text-align: center;
}
.t-right {
  text-align: right;
}
.h-p-100 {
  height: 100%;
}
.fs-12 {
  font-size: 12px;
}
.fs-13 {
  font-size: 13px;
}
.fs-15 {
  font-size: 15px;
}
.fs-16 {
  font-size: 16px;
}
.fs-18 {
  font-size: 18px;
}
.fs-20 {
  font-size: 20px;
}
.fs-22 {
  font-size: 22px;
}
.fs-24 {
  font-size: 24px;
}
.fs-26 {
  font-size: 26px;
}
.fs-30 {
  font-size: 30px;
}
.fs-32 {
  font-size: 32px;
}
.fs-40 {
  font-size: 40px;
}
.bold {
  font-weight: bold;
}
.h-p-100 {
  height: 100%;
}
.pm-40 p {
  margin: 40px 0;
}
.lh-1 {
  line-height: 1;
}
.lh-1_2 {
  line-height: 1.2;
}
.lh-1_4 {
  line-height: 1.4;
}
.lh-1_8 {
  line-height: 1.8;
}
.lh-2 {
  line-height: 2;
}
.lh-2_2 {
  line-height: 2.2;
}
.lh-2_4 {
  line-height: 2.4;
}
.mt-10 {
  margin-top: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-25 {
  margin-top: 25px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-35 {
  margin-top: 35px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-45 {
  margin-top: 40px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-80 {
  margin-top: 80px;
}
.mt-90 {
  margin-top: 0.9rem;
}
.mt-100 {
  margin-top: 100px;
}
.mt-110 {
  margin-top: 1.1rem;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-75 {
  margin-bottom: 75px;
}
.mb-110 {
  margin-bottom: 110px;
}
.ml-5 {
  margin-left: 5px;
}
.ml-10 {
  margin-left: 10px;
}
.ml-20 {
  margin-left: 20px;
}
.ml-30 {
  margin-left: 30px;
}
.ml-40 {
  margin-left: 40px;
}
.mr-5 {
  margin-right: 5px;
}
.mr-10 {
  margin-right: 10px;
}
.mr-15 {
  margin-right: 15px;
}
.mr-20 {
  margin-right: 20px;
}
.mr-25 {
  margin-right: 25px;
}
.mr-30 {
  margin-right: 30px;
}
.mlr-10 {
  margin-left: 10px;
  margin-right: 10px;
}
.mlr-50 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.plr-10 {
  padding-left: 10px;
  padding-right: 10px;
}
.pl-50 {
  padding-left: 0.5rem;
}
.pr-60 {
  padding-right: 0.6rem;
}
.pr-70 {
  padding-right: 0.7rem;
}
.pr-80 {
  padding-right: 0.8rem;
}
.plr-10 {
  padding-left: 10px;
  padding-right: 10px;
}
.plr-15 {
  padding-left: 15px;
  padding-right: 15px;
}
.plr-20 {
  padding-left: 20px;
  padding-right: 20px;
}
.plr-88 {
  padding-left: 0.88rem;
  padding-right: 0.88rem;
}
.p-10 {
  padding: 10px;
}
.p-15 {
  padding: 15px;
}
.p-20 {
  padding: 20px;
}
.p-25 {
  padding: 25px;
}
.p-40 {
  padding: 40px;
}
.p-60 {
  padding: 0.6rem;
}
.p-t-10 {
  padding-top: 10px;
}
.p-t-25 {
  padding-top: 25px;
}
.p-t-30 {
  padding-top: 30px;
}
.p-b-20 {
  padding-bottom: 20px;
}
.p-b-25 {
  padding-bottom: 25px;
}
.show-lineblock {
  display: inline-block !important;
}
.show-block {
  display: block !important;
}
.show-none {
  display: none !important;
}
.btn-more {
  width: 179px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  background: url(../images/btn-more.png) no-repeat;
  color: #d7292b;
}
.pin-more {
  padding-right: 26px;
  background: url(../images/icoimg-more.png) no-repeat center right;
}
.btn-round-orange {
  padding: 7px 25px;
  border-radius: 25px;
  color: #ffa025;
  border: 1px solid #ffa025;
  text-align: center;
}
.btn-round-white {
  padding: 7px 25px;
  border-radius: 25px;
  color: #fff;
  border: 1px solid #fff;
  text-align: center;
}
.btn-round-blue {
  padding: 7px 25px;
  border-radius: 25px;
  color: #0193de;
  border: 1px solid #0193de;
  text-align: center;
}
.btn-return {
  height: 48px;
  line-height: 46px;
  padding: 0 18px;
  color: #d7000f;
  border: 2px solid #d7000f;
  font-size: 16px;
}
.btn-return .icotxt-arrow {
  font-family: simsun;
  font-weight: bold;
}
.btn-moredetail {
  white-space: nowrap;
  height: 48px;
  line-height: 48px;
  padding: 0 30px;
  background-color: #fafafa;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
}
.btn-submit-round {
  width: 260px;
  height: 60px;
  line-height: 60px;
  background-color: #274387;
  color: #fff;
  font-size: 18px;
  border-radius: 30px;
}
.btn-submit {
  display: inline-block;
  height: 46px;
  line-height: 46px;
  padding: 0 40px;
  background-color: #214489;
  border: 0;
  color: #fff;
}
.btn-upload {
  display: inline-block;
  height: 46px;
  line-height: 46px;
  padding: 0 40px;
  background-color: #f38b12;
  border: 0;
  color: #fff;
}
.btn-download {
  display: inline-block;
  height: 46px;
  line-height: 46px;
  padding: 0 40px;
  border: 1px solid #f38b12;
  background-color: #fff;
  color: #f38b12;
}
fieldset {
  padding: 8px 25px 18px;
  border: 1px solid #eee;
}
fieldset legend {
  padding: 0 5px;
  font-size: 16px;
  color: #999;
}
.field-input input {
  width: 100%;
  padding: 5px;
  height: 40px;
}
.field-input textarea {
  width: 100%;
  min-height: 96px;
}
.line-h {
  height: 1px;
  background-color: #ddd;
}
.ui-list-dashed li {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ccc;
}
.ui-list-dashed li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 28px;
  white-space: nowrap;
}
.ui-list-dashed li a.new .title {
  padding-right: 40px;
  background: url(../images/icoimg-new.png) no-repeat right center;
}
.ui-list-dashed li a .title {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.ui-list-dashed li a .title-muline2 {
  white-space: normal;
  max-height: 56px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ui-title1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ui-title1 h2 {
  font-size: 32px;
  font-weight: bold;
}
.ui-title1 .title1-sub {
  font-size: 16px;
  font-weight: bold;
}
.ui-title1 .more {
  font-weight: bold;
}
.ui-title2 {
  line-height: 1.4;
  font-weight: bold;
}
.ui-title2 h3 {
  font-size: 32px;
  color: #333333;
  font-weight: bold;
}
.ui-title2 .title2-sub {
  font-size: 30px;
  color: #999;
}
.pin-date {
  color: #585858;
  text-align: center;
  white-space: nowrap;
  line-height: 1.2;
}
.pin-date .day {
  font-size: 48px;
}
.pin-date .date {
  font-size: 16px;
  color: #999;
}
.pin-cnchar {
  display: inline-block;
  font-family: simsun;
  font-size: 50px;
  font-weight: bold;
  color: #969696;
  width: 116px;
  height: 116px;
  line-height: 116px;
  text-align: center;
  border: 1px solid #f1f1f1;
  border-radius: 50%;
}
.ss-rt-plus {
  position: relative;
}
.ss-rt-plus:after {
  content: "+";
  position: absolute;
  top: 3px;
  right: 7px;
}
.icoimg-more {
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background: url(../images/icoimg-more.png) no-repeat;
}
.icoimg-weibo {
  vertical-align: middle;
  width: 32px;
  height: 32px;
  background: url(../images/icoimg-weibo.png) no-repeat;
}
.icoimg-weixin {
  vertical-align: middle;
  width: 32px;
  height: 32px;
  background: url(../images/icoimg-weixin.png) no-repeat;
}
.icoimg-view {
  vertical-align: middle;
  width: 17px;
  height: 10px;
  background: url(../images/icoimg-view.png) no-repeat;
}
.icoimg-share {
  vertical-align: middle;
  width: 14px;
  height: 15px;
  background: url(../images/icoimg-share.png) no-repeat;
}
.icoimg-return {
  vertical-align: middle;
  width: 16px;
  height: 12px;
  background: url(../images/icoimg-return.png) no-repeat;
}
.icoimg-print {
  vertical-align: middle;
  width: 16px;
  height: 12px;
  background: url(../images/icoimg-print.png) no-repeat;
}
.icoimg-search {
  vertical-align: middle;
  width: 17px;
  height: 18px;
  background: url(../images/icoimg-search.png) no-repeat;
}
.icoimg-news-more {
  vertical-align: middle;
  width: 30px;
  height: 30px;
  background: url(../images/icoimg-news-more.png) no-repeat;
}
.icoimg-pdf {
  vertical-align: middle;
  width: 36px;
  height: 45px;
  background: url(../images/icoimg-pdf.png) no-repeat;
}
.icoimg-download {
  vertical-align: middle;
  width: 18px;
  height: 18px;
  background: url(../images/icoimg-download.png) no-repeat;
}
.icoimg-avatar {
  vertical-align: middle;
  width: 13px;
  height: 15px;
  background: url(../images/icoimg-avatar.png) no-repeat;
}
.icoimg-email {
  vertical-align: middle;
  width: 17px;
  height: 12px;
  background: url(../images/icoimg-email.png) no-repeat;
}
.icoimg-form-tel {
  vertical-align: middle;
  width: 16px;
  height: 15px;
  background: url(../images/icoimg-form-tel.png) no-repeat;
}
.b-r-gray-1 {
  border-right: 1px solid #e8e8e8;
}
.btn-toggle {
  cursor: pointer;
  vertical-align: middle;
  width: 21px;
  height: 21px;
  background: url(../images/btn-toggle-arrow.png) no-repeat center center;
}
.btn-toggle.unfold {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.news-title {
  text-align: center;
  color: #666;
  font-size: 14px;
  margin-bottom: 30px;
}
.news-title h3 {
  font-size: 28px;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
}
.news-title .time {
  margin: 0 10px;
}
.news-title .source {
  margin: 0 10px;
}
.news-title .read {
  margin: 0 10px;
}
.news-title .share {
  margin: 0 10px;
}
.header-m {
  display: none;
}
.container {
  width: 96%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
@media (max-width: 750px) {

  .wgt-footer .footer-grid .col2 {
    -webkit-box-flex: 2 !important;
        -ms-flex: 2 !important;
            flex: 2 !important; display:none;
  }
  .wgt-footer .footer-grid .col3 {
    -webkit-box-flex: 2 !important;
        -ms-flex: 2 !important;
            flex: 2 !important;
  }
}
@media (max-width: 1024px) {
  .mob-show-none {
    display: none !important;
  }
  .mob-show-block {
    display: block !important;
  }
  .layout-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .gap-90 > .col{width:100%;padding:0 !important}
  .mob-col-1 > .col {
    width: 100% !important;
  }
  .mob-col-2 > .col {
    width: 50%;
  }
  .mob-col-3 > .col {
    width: 33.333%;
  }
  .home-rdcenter {
    background: url(../images/home-rdcenter-img-bg.jpg) no-repeat left top !important;
  }
  body {
    padding-top: 70px !important;
  }
  .header {
    display: none !important;
  }
  .container {
    width: 92%;
  }
  .header-m {
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 70px;
    background: #fff;
    -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
  }
  .header-m::after {
    display: none;
    position: fixed;
    content: "";
    top: 70px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 100;
  }
  .header-m .logo {
    position: absolute;
    left: 50%;
    height: 70px;
    line-height: 70px;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .header-m .logo img {
    max-height: 40px;
  }
  .header-m .m-menu-b {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 70px;
    cursor: pointer;
  }
  .header-m .m-menu-b span {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 1px;
    width: 26px;
    margin-left: -12px;
    background: #333;
    -webkit-transition: all 0.3s ease-out 0.3s;
    -o-transition: all 0.3s ease-out 0.3s;
    transition: all 0.3s ease-out 0.3s;
  }
  html.active .header-m .m-menu-b span {
    width: 0;
    -webkit-transition: all 0.3s ease-out 0.3s;
    -o-transition: all 0.3s ease-out 0.3s;
    transition: all 0.3s ease-out 0.3s;
  }
  .header-m .m-menu-b::before,
  .header-m .m-menu-b::after {
    position: absolute;
    content: "";
    top: 50%;
    left: calc(35px / 2);
    width: 26px;
    height: 1px;
    z-index: 999;
    -o-transition: all 0.3s ease-out 0.3s;
    transition: all 0.3s ease-out 0.3s;
    -webkit-transition: all 0.3s ease-out 0.3s;
    background: #333;
  }
  .header-m .m-menu-b::before {
    -ms-transform: translateY(-8px) rotate(0);
        transform: translateY(-8px) rotate(0);
    -webkit-transform: translateY(-8px) rotate(0);
  }
  .header-m .m-menu-b::after {
    -ms-transform: translateY(8px) rotate(0);
        transform: translateY(8px) rotate(0);
    -webkit-transform: translateY(8px) rotate(0);
  }
  .header-m .m-menu {
    display: none;
    z-index: 888;
    position: fixed;
    width: 100%;
    width: 260px;
    height: 100%;
    top: 0;
    left: -260px;
    opacity: 1;
    background: #fafafa;
    text-align: left;
    padding-top: 70px;
  }
  .header-m .m-menu::after {
    position: absolute;
    top: 70px;
    content: "";
    width: 100%;
    height: 1px;
    background: #ebebeb;
  }
  .header-m .nav {
    height: calc(100% - 82px);
    overflow-x: hidden;
    overflow-y: auto;
  }
  .header-m .nav > li {
    border-bottom: 1px solid #ebebeb;
    animation: resize 0.5s both;
    -webkit-animation: resize 0.5s both;
  }
  .header-m .nav > li > a {
    position: relative;
    display: block;
    width: 100%;
    font-size: 15px;
    padding: 0 40px;
    color: #666;
    vertical-align: middle;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
    overflow: hidden;
    height: 50px;
    line-height: 50px;
  }
  .header-m .nav > li > a::after {
    position: absolute;
    content: "";
    left: 20px;
    top: 50%;
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border: 1px solid #999;
    border-radius: 50%;
    background: transparent;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }
  .header-m .nav > li .sub-nav {
    display: none;
  }
  .header-m .nav > li .sub-nav a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 12px 40px;
    background: #f2f2f2;
    color: #4e4e4e;
  }
  .header-m .nav > li .sub-nav a::before,
  .header-m .nav > li .sub-nav a::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: 20px;
    top: 20px;
    border: 5px solid transparent;
    overflow: hidden;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }
  .header-m .nav > li .sub-nav a::before {
    left: 21px;
    border-left: 5px solid #555;
  }
  .header-m .nav > li .sub-nav a::after {
    border-left: 5px #ebebeb solid;
  }
  .header-m .nav > li.cur {
    position: relative;
  }
  .header-m .nav > li.cur::after,
  .header-m .nav > li.cur::before {
    position: absolute;
    content: "";
    background: #999;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .header-m .nav > li.cur::before {
    top: 19px;
    right: 25px;
    width: 2px;
    height: 12px;
  }
  .header-m .nav > li.cur::after {
    top: 24px;
    right: 20px;
    width: 12px;
    height: 2px;
  }
  .header-m .nav > li.active::after {
    background: #fff;
  }
  .header-m .nav > li.active::before {
    height: 0;
  }
  .header-m .nav > li.active > a {
    color: #fff;
    background: #ce8f14;
  }
  .header-m .nav > li.active > a::after {
    border-color: #fff;
    background: #fff;
  }
  .header-m .nav > li.active .sub-nav li {
    animation: ReturnToNormal 0.5s both;
    -webkit-animation: ReturnToNormal 0.5s both;
  }
  .header-m .m-language {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
  }
  .header-m .m-language a {
    color: #666;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    display: block;
    border-bottom: 1px solid #ebebeb;
    animation: slideInUp 1.5s both;
    -webkit-animation: slideInUp 1.5s both;
  }
  .header-m .m-search-b {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 70px;
    cursor: pointer;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAVFBMVEUAAABVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVW+WkCdAAAAG3RSTlMA86cS1Qd0zb+G48R+W0E4lVIhm5BKLeppGrQHXWddAAABjklEQVRIx6VV2XLDIAzkBgdf8d3o//+zg6GtB5DiTPfNi1cCrTRiV8i1Fc5aJ0yv2R30gsMv9mV7K9hekGGWtMJACf6kFOLnLyvGWShIaHCFgxOu+4rfk7GRWegcqr9y3X6SLfUOkbHSn3RfU0zx2khyrrGHiFowhcQaznewGuTpraynH4hXmpzVIZJnCELZbE6uIRBqcxNOv0oyVAXBUAsostTFtUs7fVHhos5zxoVmGunuE/+XuHcXKyOKzPvC/9LLNlYeQZ+KXFb+wCRztclCakXZ4gp6DIG6umSpn02AtswWj5Dhs+i4HNiFQZQKhQ/fEwLslJVyD+xDElMB3OhLisBRLi/x/NH0Mm6AmUOCwmxuIYEr7xWHC3ZsBawPKJAoPmBGNzwTdHqBiBXtWmP/9oTrdKpLbAAU07MdxdyYVWZr52D3cQBQGwD3GRl2asrKjqKxpVK+PtBMySCv72ukSs0j72u0T/ZO7D5eyWKk4bCtja5bakDQhUcPiGcfwMQSsE/QVbctjcFZw74Bhtc3xlH5qhwAAAAASUVORK5CYII=) no-repeat left center;
    background-size: 23px;
  }
  html.active {
    height: 100%;
    overflow: hidden;
  }
  html.active body {
    height: 100%;
    overflow: hidden;
  }
  html.active .header-m {
    left: 260px;
  }
  html.active .header-m::after {
    display: block;
  }
  html.active .header-m .m-menu-b::before,
  html.active .header-m .m-menu-b::after {
    background: #000;
  }
  html.active .header-m .m-menu-b::before {
    -ms-transform: translateY(0) rotate(225deg);
        transform: translateY(0) rotate(225deg);
    -webkit-transform: translateY(0) rotate(225deg);
  }
  html.active .header-m .m-menu-b::after {
    -ms-transform: translateY(0) rotate(-225deg);
        transform: translateY(0) rotate(-225deg);
    -webkit-transform: translateY(0) rotate(-225deg);
  }
  html.active .header-m .m-menu {
    display: block;
    left: 0;
  }
  html.active footer,
  html.active main,
  html.active .i-banner,
  html.active .banner {
    -ms-transform: translateX(260px);
        transform: translateX(260px);
    -webkit-transform: translateX(260px);
  }
}
body {
  padding-top: 130px;
  background-image: url(../images/body-bg.jpg);
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: 130px;
  background-image: url(../images/body-bg.jpg);
}
.header .nav li {
  margin-left: 1px;
}
.header .nav li a {
  padding: 0 0.3rem;
  line-height: 36px;
  border-radius: 30px;
  font-size: 15px;
  white-space: nowrap;
}
/*.header .nav li:last-child a {
  background-color: #d7292b;
  color: #fff;
}*/
.header .nav li.active a,
.header .nav li a:hover {
  background-color: #d7292b;
  color: #fff;
}
.wgt-footer {
  background-image: url(../images/footer-bg.jpg);
  padding: 90px 0;
  color: #fff;
  font-size: 15px;
}
.wgt-footer .footer-grid .col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 750px){
 

.wgt-footer{padding:20px 0;}
.wgt-footer .footer-grid .t-right{ text-align:left;}
.wgt-footer .footer-grid .col {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex:inherit;
}
.mt-100 {
    margin-top: 0px;
}
}
.wgt-footer .footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  white-space: nowrap;
}
.wgt-footer .footer-nav li { width:33%;
  margin-bottom: 30px;
}
.wgt-footer .ui-select {
  border: 1px solid #fff;
  position: relative;
}
.wgt-footer .ui-select:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  background: url(../images/select-toggle-icon.png) no-repeat;
  display: inline-block;
  width: 10px;
  height: 5px;
}
.wgt-footer .ui-select select {
  background-color: transparent;
  color: #fff;
  display: inline-block;
  width: 100%;
  height: 44px;
  padding: 0 44px 0 16px;
}
.wgt-footer .ui-select select option{
	background-color: #bd9851;
}
.tab-wrap .tab-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tab-wrap .tab-head li {
  margin-right: 36px;
}
.tab-wrap .tab-body > li {
  display: none;
}
.tab-wrap .tab-body > li.cur {
  display: block;
}
.section-navpath {
  margin-top: 60px;
}
.section-navpath .wgt-navpath {
  margin-bottom: 10px;
}
.section-nav-sub {
  height: 66px;
  line-height: 66px;
  margin-top: 40px;
}
.section-nav-sub nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}
.section-nav-sub nav ul .top-nav a {
  position: relative;
  min-width: 2.14rem;
  padding: 0 20px;
  color: #fff;
}
.section-nav-sub nav ul .top-nav a:before {
  content: "";
  position: absolute;
  top: -35px;
  left: 0;
  right: 0;
  height: 110px;
  background-color: #214489;
}
.section-nav-sub nav ul .top-nav a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  width: 30px;
  height: 2px;
  background-color: #fff;
}
.section-nav-sub nav ul .top-nav a h2 {
  position: relative;
  z-index: 10;
  font-size: 0.26rem;
}
.section-nav-sub nav ul li a {
  padding: 0 40px;
  line-height: 66px;
  font-size: 16px;
}
.section-nav-sub nav ul .active a,
.section-nav-sub nav ul a:hover {
  color: #fff;
  background-color: #df000f;
}
.wgt-list-team li {
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 30px;
  margin-bottom: 56px;
}
.wgt-list-news a {
  width: 100%;
  border: 1px solid #ddd;
  padding: 15px;
  margin-bottom: 56px;
  min-height: 148px;
  background: #fff url(../images/list-news-icon.png) no-repeat right bottom;
}
.wgt-list-news a:hover {
  background-image: url(../images/list-news-icon-active.png);
}
.wgt-pagination {
  text-align: center;
}
.wgt-pagination a,
.wgt-pagination span {
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #fff;
  padding: 6px 15px;
}
.wgt-pagination a:hover,
.wgt-pagination .current {
  background-color: #df0007;
  color: #fff;
}
.wgt-list-train .item {
  background-color: #fff;
  border-radius: 10px;
  padding: 40px;
}
.wgt-list-train .item .item-hd {
  height: 70px;
  line-height: 70px;
}
.wgt-list-train .item .item-bd {
  height: 110px;
  overflow: hidden;
}
.wgt-list-train .item1 .item-hd {
  background: url(../images/talent-train1-bg.png) no-repeat right top;
}
.wgt-list-train .item2 .item-hd {
  background: url(../images/talent-train2-bg.png) no-repeat right top;
}
.wgt-list-train .item3 .item-hd {
  background: url(../images/talent-train3-bg.png) no-repeat right top;
}
.wgt-list-train .item-ft .btn-toggle-more {
  width: 100%;
  height: 36px;
  background: url(../images/btn-toggle-more.png) no-repeat center bottom;
}
.wgt-list-train .item-ft .btn-toggle-more.btn-toggle-hide {
  background-position: center top;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.section-news {
  overflow: hidden;
  padding: 60px 0;
}
.wgt-grid .wgt-bd {
  padding: 30px 0 20px;
  border-bottom: 1px solid #e6e6e6;
}
.wgt-grid .wgt-bd .pin-date {
  padding-right: 16px;
  border-right: 1px solid #ccc;
}
.wgt-grid .wgt-ft {
  padding: 20px 0;
  color: #999;
}
.wgt-sitemap .left {
  width: 35%;
}
.wgt-sitemap .right {
  width: 65%;
}
.wgt-list li {
  margin-top: 30px;
}
.wgt-list-policy li {
  background-color: #fafafa;
}
.wgt-list-tender li {
  position: relative;
  border: 1px solid #ddd;
  padding: 20px 0;
}
.wgt-list-tender li:hover a .hd {
  color: #214489;
}
.wgt-list-tender li:hover a .btn-moredetail {
  background-color: #2766a5;
  border-color: #2766a5;
  color: #fff;
}
.wgt-list-tender li:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background-color: #2864a8;
}
.wgt-list-tender .pin-date {
  padding: 10px 40px 10px 80px;
  border-right: 1px solid #ddd;
}
.wgt-list-order li {
  position: relative;
  padding-left: 66px;
  padding-bottom: 80px;
}
.wgt-list-order li:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 18px;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #eaeaea;
}
.wgt-list-order li:last-child {
  padding-bottom: 0;
}
.wgt-list-order li:last-child:after {
  width: 0;
}
.wgt-list-order li .ico-order {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: #fff;
  border: 1px solid #eaeaea;
  border-radius: 50%;
  text-align: center;
}
.wgt-list-job .wgt-hd {
  padding: 0 40px;
  height: 60px;
  line-height: 60px;
  background-color: #214489;
  color: #fff;
}
.wgt-list-job .wgt-bd .item {
  padding: 20px 40px;
  margin: 15px 0;
  background-color: #f9f9f9;
  border-radius: 10px;
}
.wgt-list-job .wgt-bd .item .item-bd {
  display: none;
  border-top: 1px solid #f0f1f3;
}
.wgt-contact {
  height: 256px;
  background-color: #fbfbfb;
}
.wgt-contact > .col {
  position: relative;
  border-right: 1px solid #f3f3f3;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.wgt-contact > .col:last-child {
  border-right: 0;
}
.wgt-contact > .col :hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background-color: #2864a8;
}
.wgt-album .item {
  position: relative;
  padding: 40px 40px 20px;
  background-color: #f8f8f8;
}
.wgt-album .item .img {
  margin-bottom: 25px;
}
.wgt-album .item .date {
  font-size: 13px;
}
.wgt-album .item:hover {
  background-color: #fff;
}
.wgt-album .item:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background-color: #2864a8;
}
.wgt-album .item:hover .name {
  color: #214489;
}
.wgt-sitemap {
  background-color: #3b3b3b;
  color: #fff;
  padding: 10px 0;
}
.wgt-sitemap dl {
  margin: 20px 0;
}
.wgt-sitemap dt {
  font-size: 16px;
  font-weight: bold;
}
.wgt-sitemap dd {
  margin-top: 6px;
  color: #ccc;
}
.wgt-copyright {
  background-color: #323232;
  color: #fff;
  padding: 20px 0;
  text-align: center;
}
header,
main,
section,
footer,
.header-m,
.banner {
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
header .right .nav li {
  text-align: right;
}
header .right .nav li a {
  display: inline-block;
  height: 60px;
  font-size: 16px;
  padding: 5px 0;
  border-bottom: 2px solid #ffffff;
}
header .right .nav li.active a,
header .right .nav li a:hover {
  color: #0193de;
  border-bottom: 2px solid #0193de;
}
header .right .nav .home.active a {
  color: #ffa025;
  border-bottom: 2px solid #ffa025;
}
.main-nav-m {
  position: relative;
}
.main-nav-m .title {
  position: relative;
  height: 46px;
  line-height: 46px;
  padding: 0 20px;
  color: #fff;
  background-color: #ce8f14;
}
.main-nav-m .title i {
  position: absolute;
  width: 46px;
  height: 100%;
  right: 0;
}
.main-nav-m .title i:before,
.main-nav-m .title i:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 12px;
  height: 1px;
  background: #fff;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.main-nav-m .title i:before {
  left: 46%;
  -ms-transform: rotate(-40deg) scaleY(1.5);
      transform: rotate(-40deg) scaleY(1.5);
  -webkit-transform: rotate(-40deg) scaleY(1.5);
}
.main-nav-m .title i:after {
  right: 46%;
  -ms-transform: rotate(40deg) scaleY(1.5);
      transform: rotate(40deg) scaleY(1.5);
  -webkit-transform: rotate(40deg) scaleY(1.5);
}
.main-nav-m ul {
  display: none;
  position: absolute;
  top: 46px;
  width: 100%;
  padding: 0 20px;
  background: rgba(206, 143, 20, 0.9);
  color: #fff;
}
.main-nav-m ul li a {
  display: block;
  height: 46px;
  line-height: 46px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.wgt-navpath {
  display: inline-block;
  padding-left: 25px;
}
.wgt-navpath a,
.wgt-navpath span,
.wgt-navpath i {
  margin: 0 4px;
}
.wgt-navpath i {
  font-family: "SimSun", "NSimSun", "Serif", "Georgia";
}
.title2 {
  border-bottom: 1px solid #ddd;
  height: 50px;
}
.title2 h2 {
  height: 100%;
  line-height: 1;
  padding: 10px;
  color: #0193de;
  border-bottom: 2px solid #0193de;
}
.img-scale img {
  -ms-transform: scale(1);
      transform: scale(1);
  -webkit-transform: scale(1);
  -o-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
.img-scale:hover img {
  -ms-transform: scale(1.1);
      transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.img-zoom {
  position: relative;
  overflow: hidden;
}
.img-zoom:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 75, 136, 0.61) url(../images/icon-zoom.png) no-repeat center;
  -ms-transform: scale(1, 0);
      transform: scale(1, 0);
  -webkit-transform: scale(1, 0);
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.img-zoom:hover:after {
  -ms-transform: scale(1);
      transform: scale(1);
  -webkit-transform: scale(1);
}
.video-info .slider-w .t-slider .video-open::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/icon-video.png) no-repeat center;
}
.video-info .slider-w .con-t .t-slider .slick-slide a {
  display: block;
}
.video-info .slider-w .con-t .t-slider .slick-slide a img {
  width: 100%;
}
.video-info .slider-w .b-slider .slick-slide {
  padding: 0 5px;
}
.video-info .slider-w .b-slider .slick-current .pic {
  position: relative;
}
.video-info .slider-w .b-slider .slick-current .pic:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 3px solid #ffa025;
}
.fix-wrap {
  display: none;
  z-index: 999;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
}
.fix-wrap,
.fix-wrap svg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.dt {
  display: table;
  table-layout: fixed;
}
.wh1 {
  width: 100%;
  height: 100%;
}
.dtcell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.fix-video .video-wrap {
  min-width: 55%;
  max-width: 55%;
  margin: 0 auto;
}
.fix-video video {
  width: 100%;
  height: 100%;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #3a3a3a;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  background: #2d2d2d;
  -o-object-fit: cover;
     object-fit: cover;
  animation: ReturnToNormal 0.5s both;
  -webkit-animation: ReturnToNormal 0.5s both;
}
.fix-wrap .hide,
.fix-wrap circle {
  -o-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
.fix-wrap .hide {
  position: fixed;
  top: 5%;
  right: 5%;
  width: 49px;
  height: 49px;
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  background: transparent;
}
.fix-wrap .hide:hover {
  -ms-transform: rotate(-180deg);
      transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
}
.fix-wrap .hide::before,
.fix-wrap .hide::after {
  z-index: 1;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 1px;
  height: 50%;
  margin-top: -25%;
  background: #fff;
}
.fix-wrap .hide::before {
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.fix-wrap .hide::after {
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.fix-wrap svg {
  position: absolute;
}
.fix-wrap,
.fix-wrap svg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fix-wrap circle {
  stroke-dasharray: 0 145;
}
.fix-wrap .hide:hover circle {
  fill: none;
  stroke-dasharray: 145;
}
.wgt-slide-honor {
  background: url(../images/honor-bg.png) no-repeat right bottom;
}
.wgt-slide-honor .slide-honor-nav {
  position: relative;
  padding: 0 30px;
}
.wgt-slide-honor .slide-honor-nav:before {
  content: "";
  display: block;
  height: 1px;
  background-color: #e6e6e6;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
}
.wgt-slide-honor .slide-honor-nav .slick-prev {
  left: 0;
}
.wgt-slide-honor .slide-honor-nav .slick-next {
  right: 0;
}
.wgt-slide-honor .slide-honor-nav .slick-prev:before,
.wgt-slide-honor .slide-honor-nav .slick-next:before {
  color: #2b9bde;
  opacity: 1;
  font-size: 24px;
}
.wgt-slide-honor .slide-honor-nav .slick-slide {
  text-align: center;
}
.wgt-slide-honor .slide-honor-nav .slick-current .year {
  background-color: #ffa025;
  color: #fff;
}
.wgt-slide-honor .slide-honor-nav .year {
  display: inline-block;
  text-align: center;
  width: 92px;
  height: 92px;
  line-height: 92px;
  background-color: #ecf3f9;
  color: #2b9bde;
  font-size: 26px;
  border-radius: 50%;
  font-weight: bold;
}
.wgt-slide-honor .slide-honor-nav .slick-dots {
  display: none !important;
}
.wgt-slide-img .slick-slide {
  padding: 0 5px;
}
.fix-pic-slider {
  color: #fff;
}
.fix-pic-slider .item {
  position: relative;
  width: 100%;
  height: 100vh;
  cursor: grab;
  cursor: -webkit-grab;
  background-color: transparent;
}
.fix-pic-slider img {
  top: 0;
  right: 0;
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: inherit;
     object-fit: inherit;
}
.fix-pic-slider img,
.fix-pic-slider em {
  position: absolute;
  left: 0;
  bottom: 0;
}
.fix-pic-slider .slick_page {
  position: absolute;
  top: 0;
  left: 0;
  padding: 15px;
  font-size: 16px;
  font-weight: bold;
}
.fix-pic-slider .slick_page li {
  display: none;
}
.fix-pic-slider .slick_page .slick-active {
  display: block;
}
.fix-pic-slider em {
  display: none;
  width: 100%;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  padding: 10px;
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
          box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.7);
}
.fix-pic-slider .slick-arrow {
  z-index: 10;
  width: 45px;
  height: 45px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.1);
          box-shadow: 0 0 5px rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.3);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.fix-pic-slider .slick-prev {
  left: 1%;
  animation: slideInLeft 0.5s both;
  -webkit-animation: slideInLeft 0.5s both;
}
.fix-pic-slider .slick-next {
  right: 1%;
  animation: slideInRight 0.5s both;
  -webkit-animation: slideInRight 0.5s both;
}
.fix-pic-slider .slick-arrow:after {
  position: absolute;
  content: "";
  top: 50%;
  border: solid #fff;
  padding: 6px;
}
.fix-pic-slider .slick-prev::after {
  left: 50%;
  border-width: 0 1px 1px 0;
  -ms-transform: translateX(-25%) translateY(-50%) rotate(135deg);
      transform: translateX(-25%) translateY(-50%) rotate(135deg);
  -webkit-transform: translateX(-25%) translateY(-50%) rotate(135deg);
}
.fix-pic-slider .slick-next:after {
  right: 50%;
  border-width: 1px 0 0 1px;
  -ms-transform: translateX(25%) translateY(-50%) rotate(135deg);
      transform: translateX(25%) translateY(-50%) rotate(135deg);
  -webkit-transform: translateX(25%) translateY(-50%) rotate(135deg);
}
.fix-pic-slider .slick-prev:before,
.fix-pic-slider .slick-next:before {
  display: none;
}
.color-main-red {
  color: #d7000f;
}
.color-000 {
  color: #000;
}
.color-333 {
  color: #333;
}
.color-666 {
  color: #666;
}
.color-999 {
  color: #999;
}
.color-white {
  color: #fff;
}
.color-main-orange {
  color: #ffa025;
}
.color-blue {
  color: #2864a8;
}
.b-1-gray {
  border: 1px solid #e8e8e8;
}
.bg-white {
  background-color: #fff;
}
.bg-gray {
  background-color: #f0f0f1;
}
.wgt-banner .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.banner {
  overflow: hidden;
}
.banner img {
  width: 100%;
}
.banner .slick-dots {
  bottom: 40px;
}
.slick-dots li button::before {
  font-size: 12px;
}
.slick-dots li.slick-active button::before {
  color: #ffa025;
}
.slick-dots li button:hover::before,
.slick-dots li button:focus::before {
  color: #ffa025;
}
.home-about .section-left {
  padding-right: 2rem;
}
.home-business {
  min-height: 827px;
  background: url(../images/home-business-bg.jpg) repeat-y center top;
}
.home-business .container {
  padding: 1.1rem 1rem;
}
.home-business .business-grid > .col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 476px;
  background-color: #fff;
  border: 1px solid #f1f1f1;
  margin-left: -1px;
}
.home-business .business-grid > .col1:hover {
  color: #fff;
  background: url(../images/home-business-item1-bg.jpg) no-repeat center top;
}
.home-business .business-grid > .col2:hover {
  color: #fff;
  background: url(../images/home-business-item2-bg.jpg) no-repeat center top;
}
.home-business .business-grid > .col3:hover {
  color: #fff;
  background: url(../images/home-business-item3-bg.jpg) no-repeat center top;
}
.home-business .business-grid > .col:hover h3 {
  color: #fff !important;
}
.home-business .business-grid .item {
  text-align: center;
  padding: 0 66px;
}
.home-business .business-grid .item .hd h3 {
  display: inline-block;
  font-family: simsun;
  font-size: 50px;
  font-weight: bold;
  color: #969696;
  width: 116px;
  height: 116px;
  line-height: 116px;
  border: 1px solid #f1f1f1;
  border-radius: 50%;
}
.home-business .business-grid .item .bd {
  height: 200px;
}
.home-news .news-date {
  height: 100%;
  padding: 0 30px;
  background-color: #cbad6f;
}
.home-news .news-date.bg-red {
  background-color: #d2292b;
}
.home-news .news-date .pin-date {
  color: #fff;
}
.home-news .news-date .pin-date .date {
  color: #fff;
}

.animation {
  visibility: hidden;
  opacity: 0;
}
.fade-up,
.fade-left,
.fade-right,
.fade-zoom {
  visibility: visible;
}
.fade-up {
  -webkit-animation: fadeUp ease-out 0.6s forwards;
          animation: fadeUp ease-out 0.6s forwards;
}
@-webkit-keyframes fadeUp {
  from {
    -webkit-transform: translate3d(0, 50%, 0);
            transform: translate3d(0, 50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeUp {
  from {
    -webkit-transform: translate3d(0, 50%, 0);
            transform: translate3d(0, 50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fade-right {
  -webkit-animation: fadeRight ease-out 0.6s forwards;
          animation: fadeRight ease-out 0.6s forwards;
}
@-webkit-keyframes fadeRight {
  from {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeRight {
  from {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fade-left {
  -webkit-animation: fadeLeft ease-out 0.6s forwards;
          animation: fadeLeft ease-out 0.6s forwards;
}
@-webkit-keyframes fadeLeft {
  from {
    -webkit-transform: translate3d(50%, 0, 0);
            transform: translate3d(50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeLeft {
  from {
    -webkit-transform: translate3d(50%, 0, 0);
            transform: translate3d(50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fade-zoom {
  -webkit-animation: zoomIn ease-out 0.6s forwards;
          animation: zoomIn ease-out 0.6s forwards;
}
@-webkit-keyframes zoomIn {
  from {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes zoomIn {
  from {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@media (max-width: 1366px){
.wgt-footer .footer-nav li { width:50%; 
 
}}
@media (max-width: 750px){
.wgt-footer .footer-nav li { width:auto; margin-right:30px;
 
}
.section-news {
    overflow: hidden;
    padding: 30px 0;
}
.home-about .section-left {
    padding-right: 0;
}
.wgt-footer .footer-nav li {
    margin-right: 10px;
    margin-bottom: 10px;
}
}
