.qw-banner li {
  position: relative
}

.qw-banner li>.qw-tit {
  position: absolute;
  width: 55%;
  margin: 7% 10%;
  color: #fff
}

.qw-banner li>.qw-tit h1 {
  color: #fff;
  font-size: 40px;
  font-weight: 500;
  padding-bottom: 10px;
  margin-bottom: 11px;
  line-height: 1.3em
}

.qw-banner li>.qw-tit p {
  font-size: 14px;
  margin-bottom: 15px
}

.qw-banner li>.qw-tit a {
  width: 100px;
  line-height: 40px;
  display: inline-block;
  height: 40px;
  color: #fff;
  text-align: center
}

.qw-menu-box {
  /* border-bottom: 1px solid #E7E7E7 */
}

.qw-menu li {
  padding: 22px 14px 22px 40px;
  box-sizing: border-box;
  position: relative;
  transform: translateY(0px);
  transition: transform .3s;
  cursor: pointer
}

.qw-menu li:hover {
  transform: translateY(-10px);
  transition: transform .3s
}

.qw-menu a {
  width: 100%
}

.qw-menu li:not(:last-child)::after {
  content: '';
  display: inline-block;
  height: 90px;
  width: 1px;
  opacity: 0.21;
  background-color: #BDBDBD;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%)
}

.qw-menu li img {
  height: 36px;
  width: 36px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 30px;
  margin-top: 20px
}

.qw-menu-right {
  width: 68%
}

.qw-menu-right .qw-ment-tit {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px
}

.qw-menu-right .qw-ment-deti {
  font-size: 14px;
  color: #666
}

.qw-notice {
  padding: 0 15px;
  height: 50px;
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid #E7E7E7;
  display: flex;
}

.qw-notice ul {
  width: calc(33.3% - 60px);
}



.qw-notice ul li>a {
  width: 300px;
  list-style: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #333333;
  text-decoration: none;
  line-height: 50px;
  font-size: 14px;
  font-family: 'MicrosoftYaHei-Bold, MicrosoftYaHei';
  font-weight: bold;
  color: #333333;
  cursor: pointer;
}

.qw-notice div {
  width: 60px;
  height: 50px;
  display: flex;
  align-items: center;
}

.qw-notice div span {
  display: inline-block;
  padding: 2px 4px;
  background-image: url(../img/notice.svg);
  background-size: contain;
  background-position: 0% 0%;
  background-repeat: no-repeat;
  color: #fff;

}

.qw-notice div>img {
  position: absolute;
  top: 0;
  display: inline-block;
  width: 60px;
  vertical-align: middle;
}

.qw-msg {
  padding: 40px 0;
  border-bottom: 1px solid #E7E7E7;
  display: flex;
  align-items: center;
  font-size: 14px
}

.qw-msg h2 {
  font-size: 28px;
  color: #333;
  font-weight: bold;
  margin-right: 20px
}

@media only screen and (max-width:992px) {
  .qw-msg {
    flex-direction: column;
    padding: 40px 20px;
    box-sizing: border-box
  }

  .qw-msg h2 {
    margin-bottom: 20px
  }
}

.qw-slide-menu {
  margin-top: 30px
}

.qw-slide—lf {
  width: 180px;
  padding: 20px;
  box-sizing: border-box;
  background-image: url(../img/slide-bg.png);
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-size: 100% 100%
}

.qw-slide—lf>li {
  color: #333;
  cursor: pointer;
  font-size: 18px;
  margin-bottom: 20px;
  position: relative
}

.qw-slide—lf>li.active {
  font-weight: 600
}

.qw-slide—lf>li.active::before {
  content: '';
  display: inline-block;
  height: 4px;
  background: #E83828;
  width: 72px;
  position: absolute;
  bottom: -6px
}

.qw-slide—lf>li.active::after {
  content: '';
  background-image: url(../img/triangle.png);
  display: inline-block;
  height: 30px;
  width: 16px;
  top: 50%;
  transform: translateY(-50%);
  background-size: 100% 100%;
  background-position: 0%;
  background-repeat: no-repeat;
  position: absolute;
  right: -20px
}

.qw-slide—ri {
  width: 1020px;
  padding: 30px 0px 30px 0;
  box-sizing: border-box
}

.qw-slide-top {
  color: #666;
  font-size: 12px
}

.qw-slide—ri li {
  padding-left: 15px;
  box-sizing: border-box
}

.qw-slide—ri>li:not(.active) {
  display: none
}

.qw-slide-top h2 {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  margin-bottom: 5px
}

.qw-slide-main {
  background-color: #fff;
  padding: 30px 17px 0;
  margin: 26px 0 0px;
  box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.07)
}

.qw-slide-main>li {
  width: 33.3%;
  position: relative;
  float: left;
  margin-bottom: 30px
}

.qw-slide-main>li:not(:last-child)::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 90px;
  background: #DEDEDE;
  opacity: 0.5;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%)
}

.qw-h5-slide-box .qw-slide-main>li::after {
  display: none
}

.qw-slide-main>li>img {
  height: 29px;
  width: 29px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 5px
}

.qw-slide-main .qw-main-title {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px
}

.qw-slide-main p {
  font-size: 12px;
  color: #666;
  white-space: pre-line
}

.qw-slide-footer {
  margin-top: 20px
}

.qw-slide-footer li {
  float: left;
  cursor: pointer;
  width: calc(50% - 12px);
  padding: 26px 30px;
  box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.07);
  background-color: #fff;
  margin-bottom: 24px;
  transform: translateY(0px);
  min-height: 146px;
  transition: transform .3s
}

.qw-slide-footer li:hover {
  transform: translateY(-10px);
  transition: transform .3s;
  box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.14)
}

.qw-slide-footer li:not(:nth-child(2n-1)) {
  margin-left: 24px
}

.qw-slide-footer-tit {
  font-size: 16px;
  color: #E83828;
  font-weight: bold;
  margin-bottom: 2px
}

.qw-slide-footer-deti {
  color: #666;
  margin-bottom: 15px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal
}

.qw-slide-bottom {
  color: #333;
  font-size: 12px
}

.qw-slide-bottom>.qw-tag {
  width: 36px;
  height: 20px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  margin-right: 5px
}

.qw-slide-main-lf {
  max-width: 75%
}

.qw-h5-slide-box {
  padding: 0 20px;
  background-color: #fff
}

.qw-h5-slide {
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #333;
  position: relative;
  border-bottom: 1px solid #F4F7FA
}

.qw-h5-slide>img {
  position: absolute;
  right: 0;
  width: 20px;
  top: 18px;
  transform: rotate(-90deg);
  transition: transform .3s
}

.qw-h5-slide-class {
  max-height: 51px;
  transition: max-height .3s;
  overflow: hidden
}

.qw-h5-slide-class.active {
  max-height: 10000px;
  transition: max-height .3s
}

.qw-h5-slide-class.active .qw-h5-slide>img {
  transform: rotate(0deg);
  transition: transform .3s
}

.qw-h5-slide-content {
  padding: 20px;
  border-bottom: 1px solid #F4F7FA
}

.qw-h5-slide-title {
  font-size: 14px;
  color: #666;
  text-align: center
}

.qw-h5-slide-title h2 {
  font-weight: bold;
  padding: 0 20px;
  line-height: 1.2em;
  font-size: 20px;
  margin-bottom: 10px
}

.qw-h5-slide-center {
  margin: 20px
}

.qw-h5-slide-center-item {
  width: 180px;
  padding: 30px 0;
  border-radius: 4px;
  box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.07)
}

.qw-h5-slide-center-item img {
  margin-left: 50%;
  transform: translateX(-50%)
}

.qw-h5-slide-center-item * {
  text-align: center
}

.logo-content {
  padding: 0px 0 20px 0px
}

.logo-tit {
  position: relative;
  margin-top: 40px;
  font-size: 16px;
  margin-bottom: 10px
}

.logo_img_box {
  padding-left: 15px
}

.logo-tit span {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  background-color: #F6FAFC;
  display: inline-block;
  padding: 0 15px
}

.logo-content img {
  height: 59.7px;
  margin: 20px 15px 0 0
}

.logo-content .zf {
  height: 63.6px
}

.logo-content .rd {
  height: auto;
  width: 221.5px
}

.logo-rd li {
  text-align: center
}

.logo-rd li>p {
  margin-top: 10px
}

.news-box .news-tabs .news-tabs-ul {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 44px;
  font-size: 22px;
  line-height: 44px;
}

.news-box .news-tabs .news-tabs-ul .news-tabs-li {
  margin: 0 28px;
  position: relative;
  cursor: pointer;
}

.news-box .news-tabs .news-tabs-ul .news-tabs-li.active::before {
  content: '';
  height: 4px;
  background: #E83828;
  width: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  margin: auto;

}

.news-box .news-content ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;

}

.news-box .news-content ul li {
  width: calc(600px - 10px);
  margin-right: 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  background-color: #fff;
  /* padding: 26px 30px; */
  box-sizing: border-box;
  box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.07);
  background-color: #fff;
  transform: translateY(0px);
  min-height: 120px;
  transition: transform .3s;
  cursor: pointer;

}

.news-box .news-content ul li:nth-child(2n) {
  margin-right: 0;

}

.news-box .news-content ul li .news-content-li-l {
  width: 160px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  box-sizing: border-box;
}

.news-box .news-content ul li .news-content-li-l>a>img {
  width: 140px;
  height: 100px;
  object-fit: cover;
}

.news-box .news-content ul li:hover {
  transform: translateY(-10px);
  transition: transform .3s;
  box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.14);
}

.news-box .news-content ul li .news-content-li-r {
  width: calc(100% - 160px);
  flex: 1;
  height: 120px;
  display: flex;
  flex-direction: column;
  padding: 10px 10px 10px 0;
}

.news-box .news-content ul li .news-content-li-r .news-content-li-title {
  font-size: 16px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 6px;
}

.news-box .news-content ul li .news-content-li-r .news-content-li-time {
  line-height: 24px;
  font-size: 12px;
  margin-bottom: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #999;
}

.news-box .news-content ul li .news-content-li-r .news-content-li-text {
  color: #333333;
  font-size: 12px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow-y: hidden;
}

.news-moreBtn {
  color: #999;
  font-size: 14px;
  cursor: pointer;
}

.news-moreBtn:hover {
  text-decoration: underline;
}

.qw-declaration-masker {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  display: block;
  left: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, .6);
}

.qw-declaration-body {
  width: 630px;
  overflow: hidden;
  height: 380px;
  background: #FFFFFF;
  border-radius: 8px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  padding: 30px 55px;
  box-sizing: border-box;
  bottom: 0;
  right: 0;
  margin: auto;
  line-height: 24px;
}

.qw-declaration-body .qw-declaration-til {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

.qw-declaration-body .qw-declaration-til span {
  color: #FF2828;
}

.qw-declaration-main {
  text-align: left;
  margin-top: 20px;
  color: #333333;
  font-size: 12px;
}

.qw-declaration-main .qw-declaration-label {
  font-weight: bold;
}

.qw-declaration-main .red {
  color: #FF2419;
}

.qw-declaration-main .qw-declaration-com {
  color: #999;
  text-align: right;
}

.qw-close {
  cursor: pointer;
}

.qw-declaration-body-bg {
  position: absolute;
  bottom: -30px;
  right: -55px;
  width: 45%;
}