@charset "utf-8";
/* css reset */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
ol,
ul,
li,
dl,
dt,
dd,
table,
caption,
tr,
th,
td,
span,
p,
a,
b,
u,
i,
em,
img,
iframe,
fieldset,
form,
label,
legend,
input,
button,
select,
textarea {
  margin: 0;
  padding: 0;
}
html {
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -ms-transition: opacity 1s;
  transition: opacity 1s;
}
body {
  font: 14px/1.5 'Microsoft Yahei', '微软雅黑', Arial, Tahoma, Helvetica, sans-serif;
  color: #333;
  background-color: #fff;
  margin: auto;
}
input,
button,
textarea,
select {
  font: inherit;
  outline: 0;
  border: 0;
  background: none;
  color: inherit;
}
input:focus,
textarea:focus {
  color: inherit;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
}
ol,
ul,
li {
  list-style: none;
}
textarea {
  overflow: auto;
  resize: none;
}
table {
  border-collapse: collapse;
  border: 0;
}
img {
  border: 0;
  outline: 0;
  vertical-align: middle;
}
a {
  text-decoration: none;
  color: inherit;
}
a:focus {
  outline: 0;
}
svg:not(:root) {
  overflow: hidden;
}
input[type=date] {
  background-color: transparent;
  border: 0;
  filter: alpha(opacity=0);
}
::-ms-clear,
::-ms-reveal {
  display: none;
}
/* WebKit browsers */
::-webkit-input-placeholder {
  color: #909090;
}
/* Mozilla Firefox 4 to 18 */
:-moz-placeholder {
  color: #909090;
  opacity: 1;
}
/* Mozilla Firefox 19+ */
::-moz-placeholder {
  color: #909090;
  opacity: 1;
}
/* Internet Explorer 10+ */
:-ms-input-placeholder {
  color: #909090;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a,
a:active,
a:focus,
a:hover {
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/*a:hover{
    text-decoration:underline;
}*/
/*common*/
*:focus {
  outline: none;
}
/* display */
.dn {
  display: none;
}
.di {
  display: inline;
}
.db {
  display: block;
}
.dib {
  display: inline-block;
}
/* 块状元素水平居中 */
.auto {
  margin-left: auto;
  margin-right: auto;
}
/* overflow */
.ovh {
  overflow: hidden;
}
/* position */
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
/* if the element is block level(eg. div, li), using 'inline-any' instead */
.fl {
  float: left;
}
.fr {
  float: right;
}
/* 清除浮 动*/
.clear {
  *zoom: 1;
}
.clear:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
/* font-style */
.n {
  font-weight: normal;
  font-style: normal;
}
.b {
  font-weight: bold;
}
.i {
  font-style: italic;
}
/* text-align */
.tc {
  text-align: center;
}
.tr {
  text-align: right;
}
.tl {
  text-align: left;
}
.tj {
  text-align: justify;
}
.mul5 {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/*-------------------------------- font -------------------------------------*/
.h16 {
  font-size: 16px;
}
.h18 {
  font-size: 18px;
}
.h20 {
  font-size: 20px;
}
.h22 {
  font-size: 22px;
}
.h24 {
  font-size: 24px;
}
.h26 {
  font-size: 26px;
}
.h28 {
  font-size: 28px;
}
.h30 {
  font-size: 30px;
}
.h32 {
  font-size: 32px;
}
.h34 {
  font-size: 34px;
}
.h36 {
  font-size: 36px;
}
.h38 {
  font-size: 38px;
}
.h40 {
  font-size: 40px;
}
.h42 {
  font-size: 42px;
}
.h46 {
  font-size: 46px;
}
@media (max-width: 1599px) {
  .h24 {
    font-size: 22px;
  }
  .h26 {
    font-size: 24px;
  }
  .h30 {
    font-size: 28px;
  }
  .h34 {
    font-size: 32px;
  }
  .h36 {
    font-size: 34px;
  }
  .h42 {
    font-size: 36px;
  }
  .h46 {
    font-size: 38px;
  }
  .mul5 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media (max-width: 1199px) {
  .h24 {
    font-size: 20px;
  }
  .h26 {
    font-size: 22px;
  }
  .h30 {
    font-size: 26px;
  }
  .h34 {
    font-size: 28px;
  }
  .h36 {
    font-size: 28px;
  }
  .h42 {
    font-size: 30px;
  }
  .h46 {
    font-size: 32px;
  }
  .mul5 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .h16 {
    font-size: 16px;
  }
  .h18 {
    font-size: 18px;
  }
  .h20 {
    font-size: 20px;
  }
  .h22 {
    font-size: 22px;
  }
  .h24 {
    font-size: 20px;
  }
  .h26 {
    font-size: 22px;
  }
  .h28 {
    font-size: 24px;
  }
  .h30 {
    font-size: 26px;
  }
  .h34 {
    font-size: 28px;
  }
  .h36 {
    font-size: 30px;
  }
  .h46 {
    font-size: 34px;
  }
  .mul5 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
/*-------------------------------- 显示隐藏 ----------------------------------*/
.phone-show {
  display: none;
}
@media only screen and (max-width: 991px) {
  /* 显示隐藏 */
  .pc-show {
    display: none;
  }
  .phone-show {
    display: block;
  }
}
/* 5列 栅格*/
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-5ths {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
  #fullpage .section .section-box .container{
    height: 100%;
    display: flex;
    align-items: center;
  }
}
/* 页面宽度 */
@media (min-width: 1230px) {
  .container {
    width: 1200px;
  }
}
@media (min-width: 1299px) {
  .container {
    width: 1260px;
  }
}
@media (min-width: 1399px) {
  .container {
    width: 1360px;
  }
}
@media (min-width: 1499px) {
  .container {
    width: 1440px;
  }
}
@media (min-width: 1560px) {
  .container {
    width: 1440px;
  }
}
@media (min-width: 1660px) {
  .container {
    width: 1440px;
  }
}
@media (min-width: 1920px) {
  #fullpage .seventhPage .fp-overflow .section-box .row{
    display: flex;
    align-items: center;
    height: 100%;
  }
  #fullpage .seventhPage .fp-overflow .section-box .row .yc-box-flex{
    height: 680px;
    width: 100%;
  }
  #fullpage .eighthPage .fp-overflow .section-box .container>.row{
    width: 100%;
  }
}
@-webkit-keyframes topThen {
  0% {
    margin-top: 6px;
  }
  50% {
    margin-top: 14px;
  }
  100% {
    margin-top: 6px;
  }
}
@keyframes beat {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.85);
  }
}
@-webkit-keyframes imageAnimation {
  0% {
    opacity: 1;
    -webkit-animation-timing-function: ease-in;
  }
  15% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -webkit-animation-timing-function: ease-out;
  }
  30% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }
  65% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  100% {
    opacity: 1 ;
    -webkit-transform: scale(1);
  }
}
.str_wrap {
  overflow: hidden;
  width: 100%;
  line-height: 16px;
  position: relative;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.str_move {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  cursor: move;
}
.str_move_clone {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 100%;
  top: 0;
}
.str_vertical .str_move_clone {
  left: 0;
  top: 100%;
}
.str_down .str_move_clone {
  left: 0;
  bottom: 100%;
}
.str_vertical .str_move,
.str_down .str_move {
  white-space: normal;
  width: 100%;
}
.str_static .str_move,
.no_drag .str_move,
.noStop .str_move {
  cursor: inherit;
}
.str_wrap img {
  max-width: none !important;
}
/* main css */
.img-box {
  overflow: hidden;
}
.img-box img {
  width: auto;
  max-width: 100%;
  transition: all ease 0.4s;
}
.wrapper {
  /*max-width: 1920px;*/
  width: 100%;
  overflow: hidden;
}
.header {
  width: 100%;
  padding: 30px 50px;
  height: 120px;
  background: url(sq_header_bg.png) center center no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
}
.header .header-box a.img-box {
  width: 666px;
  float: left;
}
.header .header-box .header-nav {
  float: right;
}
.header .header-box .header-nav li.nav-list {
  float: left;
  height: 65px;
}
.header .header-box .header-nav li.nav-list a {
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
  color: #ffffff;
  line-height: 65px;
  padding: 0 18px;
}
.header .header-box .header-nav li:last-child a {
  padding-right: 0;
}
.other-wrap {
  background: #fff4ee;
}
.other-wrap .header {
  position: relative;
}
.other-wrap .sq-banner-box {
  height: 420px;
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.other-wrap .sq-banner-box .img-box img {
  animation: imageAnimation 36s linear infinite 0s;
  width: 100%;
}
.other-wrap #fullpage.other-box .section {
  padding-top: 0;
}
.other-wrap #fullpage.other-box .section .section-box {
  padding: 0;
  border-top: 4px solid #b20000;
  padding: 35px 40px 65px 40px;
  background: #fff;
  transform: translateY(-100px);
}
.other-wrap #fullpage.other-box .section .section-box .detail-box {
  width: 100%;
}
.other-wrap #fullpage.other-box .section .section-box .detail-box .detail-wrap .h36 {
  color: #444;
}
.other-wrap #fullpage.other-box .section .section-box .detail-box .detail-wrap .detail-info {
  padding: 40px 10% 0 10%;
  padding-bottom: 15px;
  color: #999;
  border-bottom: 1px solid #cccccc;
}
.other-wrap #fullpage.other-box .section .section-box .detail-box .detail-wrap .cont-box {
  padding-top: 30px;
}
.other-wrap #fullpage.other-box .section .section-box .detail-box .detail-wrap .cont-box * {
  font-size: 16px;
  line-height: 30px;
  color: #444;
}
.other-wrap #fullpage.other-box .section .section-box .detail-box .detail-wrap .cont-box img{
  max-width:100%;
}
.other-wrap #fullpage.other-box .section .section-box .other-people-box.lists {
  margin-top: 15px;
}
.other-wrap #fullpage.other-box .section .section-box .other-people-box.lists .lists-list {
  min-height: 140px;
  margin-bottom: 50px;
  padding: 25px 165px 25px 120px;
  background-color: #ffffff;
  transition: all ease 0.25s;
  box-shadow: 0px 0px 13px 0px rgba(163, 167, 168, 0.38);
}
.other-wrap #fullpage.other-box .section .section-box .other-people-box.lists .lists-list:hover {
  background: #c00e0e;
}
.other-wrap #fullpage.other-box .section .section-box .other-people-box.lists .lists-list:hover a {
  color: #fff;
}
.other-wrap #fullpage.other-box .section .section-box .other-people-box.lists .lists-list:hover .notice-des {
  color: #e5c0c0;
}
.other-wrap #fullpage.other-box .section .section-box .other-people-box.lists .lists-list:hover .notice-worr {
  border-color: #fff;
}
.other-wrap #fullpage.other-box .section .section-box .other-people-box.lists .lists-list a {
  color: #444;
  line-height: 28px;
}
.other-wrap #fullpage.other-box .section .section-box .other-people-box.lists .lists-list .notice-des {
  line-height: 28px;
  color: #999999;
  margin-top: 10px;
}
.other-wrap #fullpage.other-box .section .section-box .other-people-box.lists .lists-list .notice-worr {
  display: inline-block;
  top: 40px;
  right: 40px;
  width: 75px;
  height: 60px;
  border: solid 1px #bbbbbb;
  transition: all ease 0.25s;
  background: url(sq_icon11.png) center center no-repeat;
}
.other-wrap #fullpage.other-box .section .section-box .other-people-box.lists .lists-list .notice-time {
  top: 26px;
  left: 20px;
  width: 78px;
  height: 87px;
  text-align: center;
  border: solid 2px #e74c4c;
  padding: 9px;
}
.other-wrap #fullpage.other-box .section .section-box .other-people-box.lists .lists-list .notice-time .time {
  background: #e74c4c;
  padding: 6px 7px;
}
.other-wrap #fullpage.other-box .section .section-box .other-people-box.lists .lists-list .notice-time .time span {
  color: #fff;
  font-size: 16px;
}
.other-wrap #fullpage.other-box .section .section-box .other-people-box.lists .lists-list .notice-time .time span.year {
  border-top: 1px solid #fff;
  padding-top: 2px;
  display: inline-block;
  margin-top: 2px;
}
.other-wrap #fullpage.other-box .section .section-box .other-people-box.imgList li:nth-child(3n) {
  padding-left: 30px !important;
}
.other-wrap #fullpage.other-box .section .section-box .other-people-box.imgList li:nth-child(2n-1) {
  padding-right: 15px;
}
.other-wrap #fullpage.other-box .section .section-box .other-people-box.imgList li:nth-child(2n) {
  padding-left: 15px;
}
.other-wrap #fullpage.other-box .section .section-box .other-people-box.imgList li:nth-child(3n-2) {
  padding-right: 30px;
}
.other-wrap #fullpage.other-box .section .section-box .other-people-box.zwList li {
  margin-bottom: 45px;
}
.other-wrap #fullpage.other-box .section .section-box .other-people-box.zwList li .zw-List {
  min-height: 135px;
}
.other-wrap #fullpage.other-box .section .section-box .other-people-box {
  padding: 0 15px;
}
.other-wrap #fullpage.other-box .section .section-box .other-people-box li {
  margin-bottom: 60px;
}
.other-wrap #fullpage.other-box .section .section-box .other-people-box li:nth-child(2n-1) {
  padding-right: 30px;
}
.other-wrap #fullpage.other-box .section .section-box .other-people-box li:nth-child(2n) {
  padding-left: 30px;
}
.other-wrap #fullpage.other-box .section .section-box .other-people-box .sq-people-box .people-list .img-box {
  width: 25%;
}
.other-wrap #fullpage.other-box .section .section-box .other-people-box .sq-people-box .people-list .people-des {
  width: 75%;
}
.other-wrap #fullpage.other-box .section .section-box .other-people-box .zw-List {
  width: 100%;
  box-shadow: 0px 0px 21px 0px rgba(34, 24, 21, 0.19);
  padding: 20px;
  border-top: 4px solid #c00e0e;
  transition: all ease 0.2s;
}
.other-wrap #fullpage.other-box .section .section-box .other-people-box .zw-List .name-box {
  margin-top: 10px;
}
.other-wrap #fullpage.other-box .section .section-box .other-people-box .zw-List .name-box span.h18 {
  color: #444;
}
.other-wrap #fullpage.other-box .section .section-box .other-people-box .zw-List .name-box span {
  color: #999999;
}
.other-wrap #fullpage.other-box .section .section-box .other-people-box .zw-List:hover {
  background: #c00e0e;
}
.other-wrap #fullpage.other-box .section .section-box .other-people-box .zw-List:hover span {
  color: #fff;
}
.other-wrap #fullpage.other-box .section .section-box .other-people-box .img-List {
  width: 100%;
  box-shadow: 0px 0px 21px 0px rgba(34, 24, 21, 0.19);
  padding-bottom: 20px;
  border-bottom: 4px solid #c00e0e;
  transition: all ease 0.2s;
}
.other-wrap #fullpage.other-box .section .section-box .other-people-box .img-List:hover {
  background: #c00e0e;
}
.other-wrap #fullpage.other-box .section .section-box .other-people-box .img-List:hover span.tit {
  color: #fff;
}
.other-wrap #fullpage.other-box .section .section-box .other-people-box .img-List:hover img {
  transform: scale(1);
}
.other-wrap #fullpage.other-box .section .section-box .other-people-box .img-List img {
  width: 100%;
  height: 280px;
  transform: scale(1.02);
}
.other-wrap #fullpage.other-box .section .section-box .other-people-box .img-List span.tit {
  padding: 15px;
  line-height: 30px;
  color: #444444;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.other-wrap #fullpage.other-box .section .section-box .bread-box .h30 {
  color: #b20000;
}
.other-wrap #fullpage.other-box .section .section-box .bread-box .breadcrumb {
  padding: 10px 0px;
  background: none;
}
.other-wrap #fullpage.other-box .section .section-box .sq-people-box {
  margin-top: 0;
  box-shadow: 0px 0px 21px 0px rgba(34, 24, 21, 0.19);
}
.other-wrap #fullpage.other-box .footer {
  position: inherit;
}
.other-wrap #fullpage.other-box .footer .footer-des {
  padding-left: 55px;
}
#fp-nav.fp-right {
  right: 25px;
}
#fp-nav ul li:hover a.active span {
  width: 13px;
  height: 13px;
}
#fp-nav ul li:hover a span {
  height: 13px;
  width: 13px;
  margin: -6px 0 0 -6px;
}
#fp-nav ul li a {
  margin: 15px 0;
}
#fp-nav ul li a span {
  height: 13px;
  width: 13px;
  background: #fff;
  margin: -6px 0 0 -6px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.41);
}
#fp-nav ul li a.active span {
  width: 13px;
  height: 13px;
  background-color: #c00e0e;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.41);
}
#fullpage .section {
  padding-top: 120px;
}
#fullpage .section .fp-overflow {
  height: 100%;
  overflow: hidden;
}
#fullpage .section .fp-overflow .banner-box {
  height: 100%;
}
#fullpage .section .fp-overflow .banner-box .swiper-container {
  height: 100%;
  background:#ac0d0d;
}
#fullpage .section .fp-overflow .banner-box .swiper-container .swiper-slide{
  width: 100% !important;
}
#fullpage .section .fp-overflow .banner-box .swiper-container .img-box {
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#fullpage .section .fp-overflow .banner-box .swiper-container .swiper-pagination {
  width: 100px;
  bottom: 30px;
  right: 80px;
  left: auto;
}
#fullpage .section .fp-overflow .banner-box .swiper-container .swiper-pagination .com {
  color: #fff;
}
#fullpage .section .fp-overflow .banner-box .swiper-container .swiper-pagination .line {
  margin: 0 10px 0 10px;
}
#fullpage .section .fp-overflow .banner-box .swiper-container .banner-btn {
  width: 26px;
  height: 7px;
  background-repeat: no-repeat;
  background-size: cover;
}
#fullpage .section .fp-overflow .banner-box .swiper-container .swiper-button-prev {
  background-image: url(sq_icon01.png);
  right: 202px;
  bottom: 50px;
  top: auto;
  left: auto;
}
#fullpage .section .fp-overflow .banner-box .swiper-container .swiper-button-next {
  background-image: url(sq_icon02.png);
  right: 40px;
  bottom: 46px;
  top: auto;
}
#fullpage .section .fp-overflow .banner-box .sq-banner-bg {
  width: 100%;
  height: 290px;
  bottom: 0;
  left: 0;
  z-index: 9;
  background: url(sq_banner_bg.png) center center no-repeat;
  background-size: 100% 100%;
}
#fullpage .section .fp-overflow .banner-box .sq-banner-bg .sq-banner-bg-box {
  height: 100%;
  width: 100%;
}
#fullpage .section .fp-overflow .banner-box .check-more {
  bottom: 20px;
  left: 50%;
  z-index: 10;
  transform: translateX(-50%);
}
#fullpage .section .fp-overflow .banner-box .check-more .mouse-text {
  color: #fff;
}
#fullpage .section .fp-overflow .banner-box .check-more .mouse-down {
  margin-bottom: 5px;
  animation: topThen 3s infinite;
}
#fullpage .section .fp-overflow .banner-box .set-time {
  top: 40px;
  right: 40px;
  z-index: 10;
}
#fullpage .section .fp-overflow .banner-box .set-time .h18 {
  color: #fff;
}
#fullpage .section .fp-overflow .banner-box .set-time .day-time {
  color: #fff;
  margin: 5px 0 5px 0;
}
#fullpage .section .fp-overflow .banner-box .set-time .day-time .b {
  font-size: 48px;
  line-height: 42px;
}
#fullpage .section .fp-overflow .banner-box .set-time .day-hour {
  width: 100%;
  background: #fff;
  line-height: 26px;
  color: #b20000;
  padding: 0 6px;
}
#fullpage .section .fp-overflow .banner-box .set-time .day-hour .hour {
  padding-right: 5px;
}
#fullpage .section .fp-overflow .banner-box .set-time .day-hour .minute {
  padding-right: 3px;
}
#fullpage .section .section-box {
  padding: 80px 0;
  position: relative;
  height: 100%;
}
#fullpage .section .section-box .section-title {
  width: 100%;
}
#fullpage .section .section-box .section-title .h36 span {
  padding-right: 20px;
  position: relative;
}
#fullpage .section .section-box .section-title .h36 span:after {
  content: '';
  display: inline-block;
  width: 5px;
  height: 35px;
  background: #000;
  position: absolute;
  top: 6px;
  right: 0;
}
#fullpage .section .section-box .section-title .h36 a {
  margin-left: 10px;
}
#fullpage .section .section-box .section-title .white {
  color: #fff;
}
#fullpage .section .section-box .section-title .white span {
  border-color: #fff;
}
#fullpage .section .section-box .section-title .white span:after {
  background: #fff;
}
#fullpage .section .section-box .section-title .red {
  color: #c00e0e;
}
#fullpage .section .section-box .section-title .red span {
  border-color: #c00e0e;
}
#fullpage .section .section-box .section-title .red span:after {
  background: #c00e0e;
}
#fullpage .section .section-box .sq_news-box {
  width: 100%;
  margin-top: 75px;
  padding-right: 15px;
}
#fullpage .section .section-box .sq_news-box .img-box {
  display: block;
  overflow: inherit;
}
#fullpage .section .section-box .sq_news-box .img-box span.sq_bg {
  width: 260px;
  height: 260px;
  background: #ff9393;
  position: absolute;
  bottom: 170px;
  left: -15px;
}
#fullpage .section .section-box .sq_news-box .img-box img {
  position: relative;
  z-index: 5;
  max-height: 370px;
  object-fit: cover;
  transition: all ease 0.25s;
}
#fullpage .section .section-box .sq_news-box .img-box:hover img{
  transform: scale(1.02);
}
#fullpage .section .section-box .sq_news-box .sq-news-tit {
  margin-top: 45px;
  width: 70%;
  padding-left: 15px;
}
#fullpage .section .section-box .sq_news-box .sq-news-tit .h22 {
  color: #fff;
}
#fullpage .section .section-box .sq_news-box .sq-news-tit .sq-news-time {
  margin-top: 20px;
}
#fullpage .section .section-box .sq_news-box .sq-news-tit .sq-news-time span {
  color: #fff;
}
#fullpage .section .section-box .sq-news-item {
  margin-top: 115px;
  padding-left: 15px;
}
#fullpage .section .section-box .sq-news-item .sq-news-list {
  background: #fff;
  min-height: 100px;
  border-left: 4px solid #e74c4c;
  margin-bottom: 35px;
  padding: 20px 35px 20px 25px;
  transition: all ease 0.2s;
}
#fullpage .section .section-box .sq-news-item .sq-news-list .news-time {
  display: inline-block;
  text-align: center;
  float: left;
}
#fullpage .section .section-box .sq-news-item .sq-news-list .news-time span.h20 {
  color: #e74c4c;
}
#fullpage .section .section-box .sq-news-item .sq-news-list .news-time span.year {
  color: #e74c4c;
  display: block;
}
#fullpage .section .section-box .sq-news-item .sq-news-list .h18 {
  float: left;
  width: 90%;
  padding-left: 20px;
  line-height: 28px;
  font-weight: bold;
  display: inline-block;
}
#fullpage .section .section-box .sq-news-item .sq-news-list:hover {
  background-color: #c00e0e;
  box-shadow: 0px 0px 13px 0px rgba(163, 163, 163, 0.38);
}
#fullpage .section .section-box .sq-news-item .sq-news-list:hover .h18 {
  color: #fff;
}
#fullpage .section .section-box .sq-news-item .sq-news-list:hover .news-time span {
  color: #fff;
}
#fullpage .section .section-box .sq-notice-item {
  margin-top: 75px;
}
#fullpage .section .section-box .sq-notice-item li:nth-child(2n-1) .sq-notice-box {
  padding-right: 15px;
}
#fullpage .section .section-box .sq-notice-item li:nth-child(2n) .sq-notice-box {
  padding-left: 15px;
}
#fullpage .section .section-box .sq-notice-item .sq-notice-list {
  width: 100%;
  background: url(sq_notice_list_bg.png) center center no-repeat;
  background-size: cover;
  padding: 25px 25px 25px 125px;
  transition: all ease 0.2s;
  margin-bottom: 60px;
}
#fullpage .section .section-box .sq-notice-item .sq-notice-list a.h18 {
  line-height: 36px;
  color: #444444;
  display: block;
}
#fullpage .section .section-box .sq-notice-item .sq-notice-list .notice-des {
  font-size: 16px;
  line-height: 30px;
  color: #999999;
  margin-top: 8px;
}
#fullpage .section .section-box .sq-notice-item .sq-notice-list .notice-time {
  top: 31px;
  left: 20px;
  width: 78px;
  height: 87px;
  text-align: center;
  border: solid 2px #e74c4c;
  padding: 9px;
}
#fullpage .section .section-box .sq-notice-item .sq-notice-list .notice-time .time {
  background: #e74c4c;
  padding: 6px 7px;
}
#fullpage .section .section-box .sq-notice-item .sq-notice-list .notice-time .time span {
  color: #fff;
  font-size: 16px;
}
#fullpage .section .section-box .sq-notice-item .sq-notice-list .notice-time .time span.year {
  border-top: 1px solid #fff;
  padding-top: 2px;
  display: inline-block;
  margin-top: 2px;
}
#fullpage .section .section-box .sq-notice-item .sq-notice-list:hover {
  background: url(sq_notice_list_active_bg.png) center center no-repeat;
  /*background-size: contain;*/
}
#fullpage .section .section-box .sq-notice-item .sq-notice-list:hover a.h18 {
  color: #fff;
}
#fullpage .section .section-box .sq-notice-item .sq-notice-list:hover .notice-des {
  color: #fff;
}
#fullpage .section .section-box .sq-zw-box {
  margin-top: 75px;
  padding-right: 15px;
}
#fullpage .section .section-box .sq-zw-box .sq-zw-des {
  color: #fff;
  line-height: 48px;
  color: #ffffff;
  text-indent: 40px;
}
#fullpage .section .section-box .sq-zw-box .sq-zw-more {
  margin-top: 55px;
}
#fullpage .section .section-box .sq-zw-box .sq-zw-more:hover a {
  color: #f78586;
}
#fullpage .section .section-box .sq-zw-box .sq-zw-more a {
  color: #fff;
}
#fullpage .section .section-box .sq-zw-item {
  width: 100%;
  padding-left: 15px;
}
#fullpage .section .section-box .sq-zw-item .zw-bg {
  background: #f78586;
  transform: translate(15px, 14px);
}
#fullpage .section .section-box .sq-zw-item .sq-zw-list {
  height: 630px;
  padding: 128px 55px 55px 55px;
  background: url(sq_zw_box_bg.png) center center no-repeat;
  background-size: contain;
  transform: translate(-14px, -15px);
}
#fullpage .section .section-box .sq-zw-item .sq-zw-list .swiper-container {
  height: 100%;
}
#fullpage .section .section-box .sq-zw-item .sq-zw-list .swiper-container ul li {
  margin-bottom: 30px;
}
#fullpage .section .section-box .sq-zw-item .sq-zw-list .swiper-container a.h18 {
  color: #444444;
  line-height: 28px;
}
#fullpage .section .section-box .sq-zw-item .sq-zw-list .swiper-container a.h18:hover {
  color: #b71616;
}
#fullpage .section .section-box .sq-zw-item .sq-zw-list .swiper-container .origin {
  color: #a1a1a0;
}
#fullpage .section .section-box .sq-zw-item .sq-zw-list .swiper-container .author {
  color: #a1a1a0;
  padding-right: 20px;
  position: relative;
}
#fullpage .section .section-box .sq-zw-item .sq-zw-list .swiper-container .author:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 17px;
  position: absolute;
  right: 7px;
  top: 5px;
  background: #a1a1a0;
}
#fullpage .section .section-box .sq-zw-item .sq-zw-list .zw-title {
  width: 340px;
  height: 78px;
  line-height: 78px;
  padding-left: 25px;
  background-color: #c00e0e;
  color: #fff;
  position: absolute;
  top: 15px;
  left: -15px;
}
#fullpage .section .section-box .sq-video-box {
  width: 100%;
  margin-top: 75px;
}
#fullpage .section .section-box .sq-video-box .sq-video-left {
  width: 100%;
  padding-right: 15px;
}
#fullpage .section .section-box .sq-video-box .sq-video-left:hover .img-box img {
  transform: scale(1);
}
#fullpage .section .section-box .sq-video-box .sq-video-left:hover .img-box .des {
  bottom: 0;
}
#fullpage .section .section-box .sq-video-box .sq-video-left .img-box {
  display: block;
}
#fullpage .section .section-box .sq-video-box .sq-video-left .img-box img {
  height: 455px;
  width: 100%;
  object-fit: cover;
  transform: scale(1.02);
}
#fullpage .section .section-box .sq-video-box .sq-video-left .img-box .des {
  bottom: -50px;
  left: 0;
  width: 100%;
  color: #fff;
  transition: all ease 0.4s;
  display: inline-block;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  background: rgba(192, 14, 14, 0.5);
}
#fullpage .section .section-box .sq-video-box .sq-video-right {
  margin-left: 15px;
}
#fullpage .section .section-box .sq-video-box .sq-video-right li {
  margin-bottom: 50px;
}
#fullpage .section .section-box .sq-video-box .sq-video-right li:nth-child(2n-1) {
  /* padding-right: 30px; */
}
#fullpage .section .section-box .sq-video-box .sq-video-right li:nth-child(2n) {
  /* padding-left: 30px; */
}
#fullpage .section .section-box .sq-video-box .sq-video-right li:hover .img-box img {
  transform: scale(1);
}
#fullpage .section .section-box .sq-video-box .sq-video-right li:hover .img-box .des {
  top: 0;
}
#fullpage .section .section-box .sq-video-box .sq-video-right .img-box {
  display: block;
}
#fullpage .section .section-box .sq-video-box .sq-video-right .img-box img {
  width: 100%;
  height: 202px;
  transform: scale(1.02);
}
#fullpage .section .section-box .sq-video-box .sq-video-right .img-box .des {
  padding: 30px;
  width: 100%;
  height: 100%;
  display: block;
  top: -100%;
  left: 0;
  color: #fff;
  text-align: center;
  background: rgba(192, 14, 14, 0.5);
  transition: all ease 0.4s;
}
#fullpage .section .section-box .sq-video-box .sq-video-right .img-box .des b {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#fullpage .section .section-box .sq-video-box .fp-arrow {
  display: none;
}
#fullpage .section .section-box .sq-gy-box {
  width: 100%;
}
#fullpage .section .section-box .sq-gy-box .sq-gy-middle-box {
  width: 100%;
  overflow: hidden;
  padding: 0 15px;
}
#fullpage .section .section-box .sq-gy-box .sq-gy-middle-box.small {
  padding: 0;
  margin-bottom: 30px;
  max-height: 202px;
}
#fullpage .section .section-box .sq-gy-box .sq-gy-middle-box.small .img-box img.icon-img {
  width: 32px;
  height: 40px;
}
#fullpage .section .section-box .sq-gy-box .sq-gy-middle-box .img-box {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#fullpage .section .section-box .sq-gy-box .sq-gy-middle-box .img-box:hover img.gy-img {
  transform: scale(1);
}
#fullpage .section .section-box .sq-gy-box .sq-gy-middle-box .img-box:hover .gy-title {
  bottom: 0;
}
#fullpage .section .section-box .sq-gy-box .sq-gy-middle-box .img-box .gy-title {
  bottom: -50px;
  left: 0;
  width: 100%;
  color: #fff;
  transition: all ease 0.4s;
  display: inline-block;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  background: rgba(192, 14, 14, 0.5);
}
#fullpage .section .section-box .sq-gy-box .sq-gy-middle-box .img-box img.gy-img {
  width: 100%;
  transform: scale(1.02);
  transition: all ease 0.25s;
}
#fullpage .section .section-box .sq-gy-box .sq-gy-middle-box .img-box img.icon-img {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#fullpage .section .section-box .sq_sys_box {
  margin-top: 75px;
}
#fullpage .section .section-box .sq_sys_box .sq_sys_des {
  margin-top: 50px;
}
#fullpage .section .section-box .sq_sys_box .sq_sys_des p {
  font-size: 18px;
  font-weight: bold;
  line-height: 36px;
  color: #444444;
}
#fullpage .section .section-box .sq-people-box {
  margin-top: 170px;
}
#fullpage .section .section-box .sq-people-box .people-list {
  width: 100%;
  background: #fff;
  padding: 20px;
  transition: all ease 0.6s;
  border-top: 4px solid #c00e0e;
}
#fullpage .section .section-box .sq-people-box .people-list:hover {
  background: #c00e0e;
}
#fullpage .section .section-box .sq-people-box .people-list:hover .img-box img {
  transform: scale(1);
}
#fullpage .section .section-box .sq-people-box .people-list:hover .people-des a,
#fullpage .section .section-box .sq-people-box .people-list:hover .people-des .des {
  color: #fff;
}
#fullpage .section .section-box .sq-people-box .people-list .img-box {
  display: inline-block;
  width: 145px;
  height: 195px;
}
#fullpage .section .section-box .sq-people-box .people-list .img-box img {
  width: 100%;
  height: 100;
  transform: scale(1.04);
}
#fullpage .section .section-box .sq-people-box .people-list .people-des {
  float: right;
  width: 230px;
  padding-left: 15px;
}
#fullpage .section .section-box .sq-people-box .people-list .people-des a {
  color: #c00e0e;
}
#fullpage .section .section-box .sq-people-box .people-list .people-des .des {
  margin-top: 10px;
  line-height: 30px;
  color: #777777;
}
#fullpage .section .section-box .sq-people-box .yc-btn {
  width: 56px;
  height: 56px;
}
#fullpage .section .section-box .sq-people-box .yc-btn-prev {
  left: -75px;
  background: url(sq_icon07.png) center center no-repeat;
}
#fullpage .section .section-box .sq-people-box .yc-btn-next {
  right: -75px;
  background: url(sq_icon08.png) center center no-repeat;
}
#fullpage .section .section-box .sq-ly-box {
  margin-top: 60px;
}
#fullpage .section .section-box .sq-ly-box .ly-show-box {
  background: #ffddc1;
  padding: 30px;
  max-height: 230px;
}
#fullpage .section .section-box .sq-ly-box .ly-show-box .ly-list {
  background: #fff;
  padding: 15px;
  height: 170px;
}
#fullpage .section .section-box .sq-ly-box .ly-show-box .ly-list .ly-des {
  font-weight: bold;
  line-height: 28px;
  color: #444444;
}
#fullpage .section .section-box .sq-ly-box .ly-show-box .ly-list .ly-name {
  bottom: 20px;
  right: 20px;
  color: #999;
  font-weight: 800;
}
#fullpage .section .section-box .sq-ly-box .ly-box {
  width: 100%;
  height: 230px;
  background: #ffcaca;
  border-radius: 5px;
  padding: 13px 25px 20px 25px;
}
#fullpage .section .section-box .sq-ly-box .ly-box .code-box {
  margin-top: 10px;
}
#fullpage .section .section-box .sq-ly-box .ly-box .code-box input {
  display: inline-block;
  height: 40px;
  width: 98px;
  color: #999;
  background: #fff;
  padding: 0 10px;
}
#fullpage .section .section-box .sq-ly-box .ly-box .code-box .box {
  width: 120px;
  height: 40px;
  object-fit: cover;
  margin-left: 10px;
}
#fullpage .section .section-box .sq-ly-box .ly-box .code-box .code-btn {
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #c02222;
  color: #fff;
  padding: 0 60px;
}
#fullpage .section .section-box .sq-ly-box .ly-box .print {
  margin-top: 10px;
}
#fullpage .section .section-box .sq-ly-box .ly-box .print textarea::-webkit-input-placeholder {
  color: #c00e0e;
  font-weight: 800;
}
#fullpage .section .section-box .sq-ly-box .ly-box .print textarea:-moz-placeholder {
  color: #c00e0e;
  font-weight: 800;
}
#fullpage .section .section-box .sq-ly-box .ly-box .print textarea::-moz-placeholder {
  color: #c00e0e;
  font-weight: 800;
}
#fullpage .section .section-box .sq-ly-box .ly-box .print textarea:-ms-input-placeholder {
  color: #c00e0e;
  font-weight: 800;
}
#fullpage .section .section-box .sq-ly-box .ly-box .print textarea {
  resize: none;
  width: 100%;
  height: 90px;
  background: #ffe1e1;
  border-radius: 2px;
  font-weight: 800;
  font-size: 16px;
  padding: 10px 15px;
  color: #c00e0e;
  line-height: 28px;
}
#fullpage .section .section-box .sq-ly-box .ly-box .name input::-webkit-input-placeholder {
  color: #c00e0e;
  font-weight: 800;
}
#fullpage .section .section-box .sq-ly-box .ly-box .name input:-moz-placeholder {
  color: #c00e0e;
  font-weight: 800;
}
#fullpage .section .section-box .sq-ly-box .ly-box .name input::-moz-placeholder {
  color: #c00e0e;
  font-weight: 800;
}
#fullpage .section .section-box .sq-ly-box .ly-box .name input:-ms-input-placeholder {
  color: #c00e0e;
  font-weight: 800;
}
#fullpage .section .section-box .sq-ly-box .ly-box .name input {
  display: inline-block;
  width: 100%;
  background: #ffe1e1;
  height: 40px;
  padding: 0 15px;
  font-weight: 800;
  font-size: 16px;
  line-height: 40px;
  color: #c00e0e;
  border-radius: 2px;
}
#fullpage .section .section-box .sq-jz-box {
  background: url(sq_jz_bg.png) center center no-repeat;
  background-size: cover;
  margin-top: 40px;
  height: 120px;
}
#fullpage .section .section-box .sq-jz-box .img-box {
  transform: translateY(20px);
  display: inline-block;
}
#fullpage .section .section-box .sq-jz-box .img-box img {
  animation-name: beat;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}
#fullpage .section .section-box .sq-jz-box .title {
  margin-left: 30px;
  color: #fff;
  line-height: 120px;
}
#fullpage .section .footer {
  width: 100%;
  height: 190px;
  bottom: 0;
  left: 0;
  position: absolute;
  background: #bababa;
}
#fullpage .section .footer .footer-bg-box {
  top: 0;
  right: -100%;
  background: url(sq_foot_bg.png) center center no-repeat;
  height: 100%;
  width: 100%;
}
#fullpage .section .footer .clear {
  padding: 32px 0;
  background: url(sq_foot_bg.png) center center no-repeat;
  background-size: cover;
  height: 230px;
  margin-top: -40px;
  padding-left: 55px;
}
#fullpage .section .footer .footer-des {
  padding-top: 38px;
}
#fullpage .section .footer .footer-des p {
  font-size: 16px;
  line-height: 36px;
  color: #ffffff;
}
#fullpage .section .footer .footer-des p a {
  color: #fff;
}
#fullpage .section .footer .foot-wx {
  float: right;
}
#fullpage .section .footer .foot-wx span {
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  display: block;
  margin-top: 20px;
}
#fullpage .secondPage .fp-overflow {
  background: url(sq_news_bg.png) center center no-repeat;
  background-size: 100% 100%;
}
#fullpage .thirdPage .fp-overflow {
  background: url(sq_notice_bg.png) center center no-repeat;
  background-size: 100% 100%;
}
#fullpage .fourthPage .fp-overflow {
  background: url(sq_zw_bg.png) center center no-repeat;
  background-size: 100% 100%;
}
#fullpage .fifthPage {
  background: url(sq_video_bg.png) center center no-repeat;
  background-size: 100% 100%;
}
#fullpage .fifthPage .fp-slidesNav.fp-bottom {
  bottom: 120px;
}
#fullpage .fifthPage .fp-slidesNav.fp-bottom ul {
  text-align: center;
}
#fullpage .fifthPage .fp-slidesNav.fp-bottom ul li {
  width: 150px;
  height: 8px;
  margin: 0;
}
#fullpage .fifthPage .fp-slidesNav.fp-bottom ul li a span {
  width: 150px;
  height: 8px;
  background: url(sq_icon06.png) center center no-repeat;
  background-size: contain;
  margin: 0;
  border-radius: 0;
  left: 0;
}
#fullpage .fifthPage .fp-slidesNav.fp-bottom ul li a span.fp-sr-only {
  display: none;
}
#fullpage .fifthPage .fp-slidesNav.fp-bottom ul li a.active span {
  background: url(sq_icon05.png) center center no-repeat;
  background-size: contain;
}
#fullpage .sixthPage .fp-overflow {
  background: url(sq_sys_bg.png) center center no-repeat;
  background-size: 100% 100%;
}
#fullpage .seventhPage .fp-overflow .section-box .container{

}
#fullpage .seventhPage .fp-overflow .section-box .container .yc-box-flex,#fullpage .seventhPage .fp-overflow .section-box .container>.row{ 
  width:100%;
}
#fullpage .eighthPage .fp-overflow .section-box .container{
  display: block;
}
#fullpage .seventhPage .fp-overflow {
  background: url(sq_people_bg.png) center center no-repeat;
  background-size: 100% 100%;
}
#fullpage .eighthPage .fp-overflow {
  background: url(sq_ly_bg.png) center center no-repeat;
  background-size: 100% 100%;
  padding-bottom: 230px;
}
#fullpage .eighthPage .fp-overflow .section-box {
  height: 100%;
  padding: 95px 0;
}
#pages {
  width: 100%;
  font-size: 14px;
  clear: both;
  border-top: dotted 0px #cccccc;
  overflow: hidden;
  padding-top: 0px;
  text-align: center;
}
#pages a,
#pages a:visited,
#pages a:hover {
  border: #b82104 1px solid;
  height: 40px;
  background: #fff;
  color: #b82104;
  padding: 0 15px;
  margin: 0px 5px 6px 0;
  display: inline-block;
  line-height: 40px;
  border-radius: 1px;
}
#pages span {
  height: 40px;
  color: #b82104;
  padding: 0 15px;
  margin: 0px 5px 6px 0;
  display: inline-block;
  line-height: 40px;
  font-size: 14px;
  border-radius: 1px;
}
#pages a:hover,
#pages a.curr,
#pages a.curr:visited,
#pages a:hover {
  border: #b82104 1px solid;
  background: #b82104;
  color: #fff;
}
@media (min-width: 1640px) and (max-width: 1760px){
  .header{
    padding: 30px 40px;
  }
  .header .header-box a.img-box{
    width: 38%;
  }
  .header .header-box .header-nav li.nav-list a{
    padding: 0 15px;
  }
}
@media (min-width: 1440px) and (max-width: 1640px){
  .header .header-box a.img-box{
    width: 35%;
  }
  .header .header-box .header-nav li.nav-list a{
    padding: 0 14px;
    font-size: 18px;
  }
  #fullpage .section .section-box .sq-people-box .yc-btn{
    width: 40px;
    height: 40px;
    background-size: cover;
  }
  #fullpage .section .section-box .sq-people-box .yc-btn-prev{
    left: -40px;
  }
  #fullpage .section .section-box .sq-people-box .yc-btn-next{
    right: -40px;
  }
}
@media (min-width: 1200px) and (max-width: 1440px){
  .other-wrap #fullpage.other-box .section .section-box .other-people-box .img-List span.tit{
    min-height: 90px;
  }
  .header{
    padding:30px;
  }
  .header .header-box a.img-box{
    width: 10%;
  }
  #fullpage .section .fp-overflow .banner-box .sq-banner-bg{
    height: 15%;
    background-size: 100% 100%;
  }
  #fullpage .section .section-box .sq-news-item .sq-news-list .news-time{
    display: none;
  }
  #fullpage .section .section-box .sq-notice-item .sq-notice-list:hover{
    background-size: cover;
  }
  #fullpage .section .section-box .sq-zw-item .sq-zw-list .swiper-container a.h18{
    line-height: 28px;
  }
  #fullpage .section .section-box .sq-zw-item .sq-zw-list{
    background-size: cover;
  }
  #fullpage .section .section-box .sq_news-box{
    padding-right: 0;
  }
  #fullpage .section .section-box .sq-news-item{
    padding-left: 0;
  }
  #fullpage .section .section-box .sq-notice-item li:nth-child(2n-1) .sq-notice-box{
    padding-right:0 ;
  }
  #fullpage .section .section-box .sq-notice-item li:nth-child(2n) .sq-notice-box{
    padding-left: 0;
  }
  #fullpage .section .section-box .sq-notice-item .sq-notice-list{
    margin-bottom: 30px;
  }
  #fullpage .section .section-box .fp-arrow{
    display: none;
  }
  #fullpage .section .section-box .sq-video-box .sq-video-right{
    margin-left: 0;
  }
  #fullpage .section .section-box .sq-video-box .sq-video-right li:nth-child(2n-1){
    padding-right: 15px;
  }
  #fullpage .section .section-box .sq-gy-box .sq-gy-middle-box{
    padding: 0;
  }
  #fullpage .section .section-box .sq-video-box .sq-video-left{
    padding-right: 0;
  }
  #fullpage .section .section-box .sq-people-box .people-list .people-des{
    width: 65%;
  }
  #fullpage .section .section-box .sq-ly-box .ly-box .code-box .code-btn{
    padding: 0 24px;
  }
}
@media (max-width: 1200px) {
  #fullpage .section .fp-overflow .banner-box .swiper-container .img-box img{
    display:block;
    width:100%;
    max-height:420px;
  }
  .header {
    padding: 15px;
    height: 100px;
    position: relative;
  }
  .other-wrap #fullpage.other-box .section .section-box .other-people-box.zwList li .zw-List{
    min-height: 160px;
  }
  .header .fa-bars {
    position: absolute;
    right: 20px;
    bottom: 15px;
    color: #fff;
    font-size: 20px;
    display: block;
    cursor: pointer;
  }
  .header .header-box a.img-box {
    width: 100%;
  }
  .header .header-box .header-nav {
    position: fixed;
    width: 20%;
    height: 100%;
    right: -20%;
    top: 0;
    padding-top: 25px;
    transition: all 0.3s ease-in-out;
    background: url(sq_notice_bg.png) center center repeat-y;
  }
  .header .header-box .header-nav.on {
    right: 0;
  }
  .header .header-box .header-nav .fa-times {
    font-size: 30px;
    position: absolute;
    top: 5px;
    right: 10px;
    display: block;
    cursor: pointer;
  }
  .header .header-box .header-nav li.nav-list a {
    color: #c00e0e;
  }
  #fullpage .section {
    padding-top: 0;
    min-height: inherit;
  }
  #fullpage .section .section-box {
    padding: 40px 0;
  }
  .header .header-box .header-nav li.nav-list {
    float: none;
  }
  #fullpage .section .section-box .sq_news-box {
    margin-top: 40px;
    padding-right: 0;
  }
  #fullpage .section .fp-overflow .banner-box .sq-banner-bg .sq-banner-bg-box {
    display: none;
  }
  #fullpage .section .fp-overflow .banner-box .set-time {
    display: none;
  }
  #fullpage .section .fp-overflow .banner-box .sq-banner-bg {
    height: 120px;
    background-size: 100% 100%;
  }
  #fullpage .section .fp-overflow .banner-box .swiper-container .swiper-pagination {
    bottom: 5px;
  }
  #fullpage .section .fp-overflow .banner-box .swiper-container .swiper-button-next {
    bottom: 16px;
  }
  #fullpage .section .fp-overflow .banner-box .swiper-container .swiper-button-prev {
    bottom: 23px;
  }
  #fullpage .section .section-box .sq_news-box .img-box span.sq_bg {
    display: none;
  }
  #fullpage .secondPage .fp-overflow {
    background: url(sq_news_bg01.png) center center no-repeat;
    background-size: cover;
  }
  #fullpage .section .section-box .section-title .white span {
    color: #c00e0e;
  }
  #fullpage .section .section-box .section-title .white span:after {
    background: #c00e0e;
  }
  #fullpage .section .section-box .sq_news-box .sq-news-tit {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  #fullpage .section .section-box .sq_news-box .sq-news-tit .h22 {
    color: #c00e0e;
  }
  #fullpage .section .section-box .sq_news-box .sq-news-tit .sq-news-time span {
    color: #c00e0e;
  }
  #fullpage .section .section-box .sq_news-box .sq-news-tit .sq-news-time {
    margin-top: 10px;
  }
  #fullpage .section .section-box .sq-news-item {
    margin-top: 25px;
    padding-left: 0;
  }
  #fullpage .section .section-box .sq-news-item .sq-news-list {
    padding: 20px 20px 20px 20px;
  }
  #fullpage .section .section-box .sq-news-item .sq-news-list .news-time {
    display: none;
  }
  #fullpage .section .section-box .sq-news-item .sq-news-list .h18 {
    width: 100%;
    padding-left: 0;
    font-size: 18px;
    display: block;
  }
  #fullpage .section .section-box .sq-news-item .sq-news-list .sq-news-time {
    margin-top: 10px;
    float: left;
  }
  #fullpage .section .section-box .sq-notice-item {
    margin-top: 40px;
  }
  #fullpage .section .section-box .sq-notice-item .sq-notice-list {
    padding-left: 25px;
    margin-bottom: 40px;
    background-size: 100% 100%;
  }
  #fullpage .section .section-box .sq-notice-item .sq-notice-list:hover {
    background: #c00e0e;
  }
  #fullpage .section .section-box .sq-notice-item li:nth-child(2n) .sq-notice-box {
    padding-left: 0;
  }
  #fullpage .section .section-box .sq-notice-item li:nth-child(2n-1) .sq-notice-box {
    padding-right: 0;
  }
  #fullpage .section.fourthPage .section-box .section-title .white span {
    color: #fff;
  }
  #fullpage .section.fourthPage .section-box .section-title .white span:after {
    background: #fff;
  }
  #fullpage .section .section-box .sq-zw-box {
    margin-top: 40px;
  }
  #fullpage .section .section-box .sq-zw-box .sq-zw-more {
    margin-top: 20px;
  }
  #fullpage .section .section-box .sq-zw-item .zw-bg {
    background: none;
    transform: none;
    margin-top: 20px;
  }
  #fullpage .section .section-box .sq-zw-item {
    padding-left: 0;
  }
  #fullpage .section .section-box .sq-zw-item .sq-zw-list .zw-title {
    left: 0;
    top: 0;
  }
  #fullpage .section .section-box .sq-zw-item .sq-zw-list {
    transform: none;
    background-size: cover;
    padding: 100px 20px 30px 20px;
  }
  #fullpage .section .section-box .sq-video-box {
    margin-top: 40px;
  }
  #fullpage .section .section-box .sq-video-box .sq-video-left .img-box img {
    height: 335px;
  }
  #fullpage .section .section-box .fp-arrow {
    display: none;
  }
  #fullpage .section .section-box .sq-video-box .sq-video-left {
    padding-right: 0;
  }
  #fullpage .section .section-box .sq-video-box .sq-video-left .img-box .des {
    bottom: 0;
  }
  #fullpage .section .section-box .sq-video-box .sq-video-right li {
    margin-bottom: 35px;
  }
  #fullpage .section .section-box .sq-video-box .sq-video-right .img-box img {
    height: 150px;
  }
  #fullpage .section .section-box .sq-video-box .sq-video-right .img-box .des {
    height: 50px;
    line-height: 50px;
    bottom: 0;
    padding: 0 20px;
    top: inherit;
    text-align: left;
  }
  #fullpage .section .section-box .sq-ly-box .ly-show-box{
    max-height: 280px;
    height: 280px;
  }
  #fullpage .section .section-box .sq-ly-box .ly-show-box .ly-list{
    height: 225px;
  }
  #fullpage .section .section-box .sq-video-box .sq-video-right li:hover .img-box .des{
    bottom: 0;
    top: auto;
  }
  #fullpage .section .section-box .sq-ly-box .ly-box .code-box .box{
    width: 45%;
  }
  #fullpage .section .section-box .sq-video-box .sq-video-right .img-box .des b {
    position: inherit;
    top: auto;
    left: auto;
    transform: none;
  }
  #fullpage .section.fifthPage .fp-slide {
    height: auto;
    min-height: inherit;
  }
  #fullpage .section .section-box .sq-video-box .sq-video-right{
    margin-left: 0;
  }
  #fullpage .fifthPage .fp-slidesNav.fp-bottom {
    bottom: 40px;
  }
  #fullpage .eighthPage .fp-overflow,
  #fullpage .seventhPage .fp-overflow,
  #fullpage .sixthPage .fp-overflow,
  #fullpage .fourthPage .fp-overflow,
  #fullpage .thirdPage .fp-overflow,
  #fullpage .fifthPage {
    background-size: cover;
  }
  #fullpage .section .section-box .sq-gy-box .sq-gy-middle-box.small {
    max-height: inherit;
  }
  #fullpage .section .section-box .sq-gy-box .sq-gy-middle-box .img-box .gy-title {
    bottom: 0;
  }
  #fullpage .section .section-box .sq-gy-box .sq-gy-middle-box {
    padding: 0;
  }
  #fullpage .section .section-box .sq_sys_box {
    margin-top: 40px;
  }
  #fullpage .section .section-box .sq_sys_box .sq_sys_des {
    margin-top: 30px;
  }
  #fullpage .section .section-box .sq-people-box {
    margin-top: 40px;
  }
  #fullpage .section .section-box .sq-people-box .people-list .img-box {
    width: 160px;
  }
  #fullpage .section .section-box .sq-people-box .people-list {
    overflow: hidden;
  }
  #fullpage .section .section-box .sq-people-box .people-list .people-des {
    float: left;
    width: auto;
    padding-left: 0;
  }
  #fullpage .section .section-box .sq-people-box .people-list .people-des .des {
    display: block;
    overflow: inherit;
  }
  #fullpage .section .section-box .sq-ly-box {
    margin-top: 40px;
  }
  #fullpage .eighthPage .fp-overflow .section-box {
    padding: 40px 0;
  }
  #fullpage .section .footer .clear {
    background: none;
    padding-left: 0px;
  }
  #fullpage .section .footer {
    background: url(sq_foot_bg.png) center center no-repeat;
  }
  #fullpage .section .footer .footer-bg-box {
    display: none;
  }
  #fullpage .section .footer .footer-des {
    padding-top: 0;
    width: 80%;
  }
  #fullpage .section .footer .clear {
    margin-top: 0;
  }
  #fullpage .section .section-box .sq-zw-item .sq-zw-list .swiper-container a.h18 {
    line-height: 28px;
  }
  #fullpage .section .section-box .sq-zw-box .sq-zw-des {
    font-size: 18px;
  }
  #fullpage .section .section-box .sq-ly-box .ly-box {
    height: auto;
  }
  #fullpage .section .section-box .sq-ly-box .ly-box .code-box .code-btn {
    display: block;
    width: 100%;
    margin-top: 15px;
  }
  #fullpage .section .section-box .sq-ly-box .ly-box .code-box input {
    width: 50%;
  }
  #fullpage .section .footer .foot-wx {
    width: 12%;
  }
  #fullpage .section .footer .foot-wx span {
    margin-top: 10px;
  }
  #fullpage .section .section-box .sq-notice-item .sq-notice-list .notice-time{
    display: none;
  }
  .other-wrap #fullpage.other-box .section .section-box .other-people-box .img-List img{
    height: 180px;
  }
}
@media (max-width: 991px) {
  .other-wrap #fullpage.other-box .section .section-box .other-people-box .img-List img{
    height: auto;
  }
  .header {
    padding: 15px;
    height: 100px;
    position: relative;
  }
  .header .fa-bars {
    position: absolute;
    right: 20px;
    bottom: 15px;
    color: #fff;
    font-size: 20px;
  }
  .header .header-box a.img-box {
    width: 100%;
  }
  .header .header-box .header-nav {
    position: fixed;
    width: 20%;
    height: 100%;
    right: -20%;
    top: 0;
    padding-top: 25px;
    transition: all 0.3s ease-in-out;
    background: url(sq_notice_bg.png) center center repeat-y;
  }
  .header .header-box .header-nav.on {
    right: 0;
  }
  .header .header-box .header-nav .fa-times {
    font-size: 30px;
    position: absolute;
    top: 5px;
    right: 10px;
  }
  .header .header-box .header-nav li.nav-list a {
    color: #c00e0e;
  }
  #fullpage .section {
    padding-top: 0;
    min-height: inherit;
  }
  #fullpage .section .section-box {
    padding: 40px 0;
  }
  .header .header-box .header-nav li.nav-list {
    float: none;
  }
  #fullpage .section .section-box .sq_news-box {
    margin-top: 40px;
    padding-right: 0;
  }
  #fullpage .section .fp-overflow .banner-box .sq-banner-bg .sq-banner-bg-box {
    display: none;
  }
  #fullpage .section .fp-overflow .banner-box .set-time {
    display: none;
  }
  #fullpage .section .fp-overflow .banner-box .sq-banner-bg {
    height: 105px;
    background-size: cover;
    display:none;
  }
  #fullpage .section .fp-overflow .banner-box .swiper-container .swiper-pagination {
    bottom: 5px;
  }
  #fullpage .section .fp-overflow .banner-box .swiper-container .swiper-button-next {
    bottom: 16px;
  }
  #fullpage .section .fp-overflow .banner-box .swiper-container .swiper-button-prev {
    bottom: 23px;
  }
  #fullpage .section .section-box .sq_news-box .img-box span.sq_bg {
    display: none;
  }
  #fullpage .secondPage .fp-overflow {
    background: url(sq_news_bg01.png) center center no-repeat;
    background-size: cover;
  }
  #fullpage .section .section-box .section-title .white span {
    color: #c00e0e;
  }
  #fullpage .section .section-box .section-title .white span:after {
    background: #c00e0e;
  }
  #fullpage .section .section-box .sq_news-box .sq-news-tit {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  #fullpage .section .section-box .sq_news-box .sq-news-tit .h22 {
    color: #c00e0e;
  }
  #fullpage .section .section-box .sq_news-box .sq-news-tit .sq-news-time span {
    color: #c00e0e;
  }
  #fullpage .section .section-box .sq_news-box .sq-news-tit .sq-news-time {
    margin-top: 10px;
  }
  #fullpage .section .section-box .sq-news-item {
    margin-top: 25px;
    padding-left: 0;
  }
  #fullpage .section .section-box .sq-news-item .sq-news-list {
    padding: 20px 20px 20px 20px;
  }
  #fullpage .section .section-box .sq-news-item .sq-news-list .news-time {
    display: none;
  }
  #fullpage .section .fp-overflow .banner-box .swiper-container .img-box img{
    width:100%;
    object-fit:cover;
  }
  #fullpage .section .section-box .sq-news-item .sq-news-list .h18 {
    width: 100%;
    padding-left: 0;
    font-size: 18px;
    display: block;
  }
  #fullpage .section .section-box .sq-news-item .sq-news-list .sq-news-time {
    margin-top: 10px;
    float: left;
  }
  #fullpage .section .section-box .sq-notice-item {
    margin-top: 40px;
  }
  #fullpage .section .section-box .sq-notice-item .sq-notice-list {
    padding-left: 25px;
    margin-bottom: 40px;
    background-size: 100% 100%;
  }
  #fullpage .section .section-box .sq-notice-item .sq-notice-list:hover {
    background: #c00e0e;
  }
  #fullpage .section .section-box .sq-notice-item li:nth-child(2n) .sq-notice-box {
    padding-left: 0;
  }
  #fullpage .section .section-box .sq-notice-item li:nth-child(2n-1) .sq-notice-box {
    padding-right: 0;
  }
  #fullpage .section.fourthPage .section-box .section-title .white span {
    color: #fff;
  }
  #fullpage .section.fourthPage .section-box .section-title .white span:after {
    background: #fff;
  }
  #fullpage .section .section-box .sq-zw-box {
    margin-top: 40px;
  }
  #fullpage .section .section-box .sq-zw-box .sq-zw-more {
    margin-top: 20px;
  }
  #fullpage .section .section-box .sq-zw-item .zw-bg {
    background: none;
    transform: none;
    margin-top: 20px;
  }
  #fullpage .section .section-box .sq-zw-item {
    padding-left: 0;
  }
  #fullpage .section .section-box .sq-zw-item .sq-zw-list .zw-title {
    left: 0;
    top: 0;
  }
  #fullpage .section .section-box .sq-zw-item .sq-zw-list {
    transform: none;
    background-size: cover;
    padding: 100px 20px 30px 20px;
  }
  #fullpage .section .section-box .sq-video-box {
    margin-top: 40px;
  }
  #fullpage .section .section-box .sq-video-box .sq-video-left .img-box img {
    height: auto;
  }
  #fullpage .section .section-box .fp-arrow {
    display: none;
  }
  #fullpage .section .section-box .sq-video-box .sq-video-left {
    padding-right: 0;
  }
  #fullpage .section .section-box .sq-video-box .sq-video-left .img-box .des {
    bottom: 0;
  }
  #fullpage .section .section-box .sq-video-box .sq-video-right {
    margin: 30px 0 0 0;
  }
  #fullpage .section .section-box .sq-video-box .sq-video-right li:nth-child(2n-1) {
    padding: 0 0px;
  }
  #fullpage .section .section-box .sq-video-box .sq-video-right li {
    padding: 0 0;
    margin-bottom: 30px;
  }
  #fullpage .section .section-box .sq-video-box .sq-video-right .img-box img {
    height: auto;
  }
  #fullpage .section .section-box .sq-video-box .sq-video-right .img-box .des {
    height: 50px;
    line-height: 50px;
    bottom: 0;
    padding: 0 20px;
    top: inherit;
    text-align: left;
  }
  #fullpage .section .section-box .sq-video-box .sq-video-right .img-box .des b {
    position: inherit;
    top: auto;
    left: auto;
    transform: none;
  }
  #fullpage .section.fifthPage .fp-slide {
    height: auto;
  }
  #fullpage .section .section-box .sq-video-box .sq-video-right li:nth-child(2n) {
    padding-left: 0;
  }
  #fullpage .fifthPage .fp-slidesNav.fp-bottom {
    bottom: 40px;
  }
  #fullpage .eighthPage .fp-overflow,
  #fullpage .seventhPage .fp-overflow,
  #fullpage .sixthPage .fp-overflow,
  #fullpage .fourthPage .fp-overflow,
  #fullpage .thirdPage .fp-overflow,
  #fullpage .fifthPage {
    background-size: cover;
  }
  #fullpage .section .section-box .sq-gy-box .sq-gy-middle-box.small {
    max-height: inherit;
  }
  #fullpage .section .section-box .sq-gy-box .sq-gy-middle-box .img-box .gy-title {
    bottom: 0;
  }
  #fullpage .section .section-box .sq-gy-box .sq-gy-middle-box {
    padding: 0;
  }
  #fullpage .section .section-box .sq_sys_box {
    margin-top: 40px;
  }
  #fullpage .section .section-box .sq_sys_box .sq_sys_des {
    margin-top: 30px;
  }
  #fullpage .section .section-box .sq-people-box {
    margin-top: 40px;
  }
  #fullpage .section .section-box .sq-people-box .people-list .img-box {
    width: 160px;
  }
  #fullpage .section .section-box .sq-people-box .people-list {
    overflow: hidden;
  }
  #fullpage .section .section-box .sq-people-box .people-list .people-des {
    float: left;
    width: auto;
    padding-left: 0;
  }
  #fullpage .section .section-box .sq-people-box .people-list .people-des .des {
    display: block;
    overflow: inherit;
  }
  #fullpage .section .section-box .sq-ly-box {
    margin-top: 40px;
  }
  #fullpage .eighthPage .fp-overflow .section-box {
    padding: 40px 0;
  }
  #fullpage .section .footer .clear {
    background: none;
    padding-left: 0px;
  }
  #fullpage .section .footer {
    background: url(sq_foot_bg.png) center center no-repeat;
  }
  #fullpage .section .footer .footer-bg-box {
    display: none;
  }
  #fullpage .section .footer .footer-des {
    padding-top: 0;
    width: 80%;
  }
  #fullpage .section .footer .clear {
    margin-top: 0;
  }
  #fullpage .section .section-box .sq-zw-item .sq-zw-list .swiper-container a.h18 {
    line-height: 28px;
  }
  #fullpage .section .section-box .sq-zw-box .sq-zw-des {
    font-size: 18px;
  }
  #fullpage .section .section-box .sq-ly-box .ly-box {
    height: auto;
  }
  #fullpage .section .section-box .sq-ly-box .ly-box .code-box .code-btn {
    display: block;
    width: 100%;
    margin-top: 15px;
  }
  #fullpage .section .section-box .sq-ly-box .ly-box .code-box input {
    width: 50%;
  }
  #fullpage .section .footer .foot-wx {
    width: 12%;
  }
  #fullpage .section .footer .foot-wx span {
    margin-top: 10px;
  }
  .other-wrap #fullpage.other-box .section .section-box .other-people-box li{
    padding: 0 !important;
  }
  #fullpage .section .section-box .sq-people-box .people-list .people-des .des{
    padding-right: 15px;
  }
  .other-wrap #fullpage.other-box .section .section-box .other-people-box.imgList li:nth-child(3n){
    padding: 0 !important;
  }
  .other-wrap #fullpage.other-box .section .section-box .other-people-box.lists .lists-list{
    padding: 15px !important;
  }
  .other-wrap #fullpage.other-box .section .section-box .other-people-box.lists .lists-list .notice-worr{
    display: none;
  }
}
/* phones less than 767px */
@media (max-width: 767px) {
  #fullpage .section .fp-overflow .banner-box .swiper-container .img-box img{
    height:auto;
    min-height:180px;
  }
  .header {
    padding: 15px;
    height: 100px;
    position: relative;
  }
  .header .fa-bars {
    position: absolute;
    right: 20px;
    bottom: 15px;
    color: #fff;
    font-size: 20px;
  }
  .header .header-box a.img-box {
    width: 100%;
  }
  .header .header-box .header-nav {
    position: fixed;
    width: 40%;
    height: 100%;
    right: -40%;
    top: 0;
    padding-top: 25px;
    transition: all 0.3s ease-in-out;
    background: url(sq_notice_bg.png) center center repeat-y;
  }
  .header .header-box .header-nav.on {
    right: 0;
  }
  .header .header-box .header-nav .fa-times {
    font-size: 30px;
    position: absolute;
    top: 5px;
    right: 10px;
  }
  .header .header-box .header-nav li.nav-list a {
    color: #c00e0e;
  }
  #fullpage .section {
    padding-top: 0;
    min-height: inherit;
  }
  #fullpage .section .section-box {
    padding: 40px 0;
  }
  .header .header-box .header-nav li.nav-list {
    float: none;
  }
  #fullpage .section .section-box .sq_news-box {
    margin-top: 40px;
    padding-right: 0;
  }
  #fullpage .section .fp-overflow .banner-box .sq-banner-bg .sq-banner-bg-box {
    display: none;
  }
  #fullpage .section .fp-overflow .banner-box .set-time {
    display: none;
  }
  #fullpage .section .fp-overflow .banner-box .sq-banner-bg {
    height: 105px;
    background-size: cover;
  }
  #fullpage .section .fp-overflow .banner-box .swiper-container .swiper-pagination {
    bottom: 5px;
  }
  #fullpage .section .fp-overflow .banner-box .swiper-container .swiper-button-next {
    bottom: 16px;
  }
  #fullpage .section .fp-overflow .banner-box .swiper-container .swiper-button-prev {
    bottom: 23px;
  }
  #fullpage .section .section-box .sq_news-box .img-box span.sq_bg {
    display: none;
  }
  #fullpage .secondPage .fp-overflow {
    background: url(sq_news_bg01.png) center center no-repeat;
    background-size: cover;
  }
  #fullpage .section .section-box .section-title .white span {
    color: #c00e0e;
  }
  #fullpage .section .section-box .section-title .white span:after {
    background: #c00e0e;
  }
  #fullpage .section .section-box .sq_news-box .sq-news-tit {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  #fullpage .section .section-box .sq_news-box .sq-news-tit .h22 {
    color: #c00e0e;
  }
  #fullpage .section .section-box .sq_news-box .sq-news-tit .sq-news-time span {
    color: #c00e0e;
  }
  #fullpage .section .section-box .sq_news-box .sq-news-tit .sq-news-time {
    margin-top: 10px;
  }
  #fullpage .section .section-box .sq-news-item {
    margin-top: 25px;
    padding-left: 0;
  }
  #fullpage .section .section-box .sq-news-item .sq-news-list {
    padding: 15px 15px 15px 15px;
    margin-bottom: 20px;
  }
  #fullpage .section .section-box .sq-news-item .sq-news-list .news-time {
    display: none;
  }
  #fullpage .section .section-box .sq-news-item .sq-news-list .h18 {
    width: 100%;
    padding-left: 0;
    font-size: 18px;
    display: block;
  }
  #fullpage .section .section-box .sq-news-item .sq-news-list .sq-news-time {
    margin-top: 10px;
    float: left;
  }
  #fullpage .section .section-box .sq-notice-item {
    margin-top: 40px;
  }
  #fullpage .section .section-box .sq-notice-item .sq-notice-list {
    padding: 15px;
    margin-bottom: 20px;
    background-size: 100% 100%;
  }
  #fullpage .section .section-box .sq-notice-item .sq-notice-list:hover {
    background: #c00e0e;
  }
  #fullpage .section .section-box .sq-notice-item li:nth-child(2n) .sq-notice-box {
    padding-left: 0;
  }
  #fullpage .section .section-box .sq-notice-item li:nth-child(2n-1) .sq-notice-box {
    padding-right: 0;
  }
  #fullpage .section.fourthPage .section-box .section-title .white span {
    color: #fff;
  }
  #fullpage .section.fourthPage .section-box .section-title .white span:after {
    background: #fff;
  }
  #fullpage .section .section-box .sq-zw-box {
    margin-top: 40px;
    padding-right: 0;
  }
  #fullpage .section .section-box .sq-zw-box .sq-zw-more {
    margin-top: 20px;
  }
  #fullpage .section .section-box .sq-zw-item .zw-bg {
    background: none;
    transform: none;
    margin-top: 20px;
  }
  #fullpage .section .section-box .sq-zw-item {
    padding-left: 0;
  }
  #fullpage .section .section-box .sq-zw-item .sq-zw-list .zw-title {
    left: 0;
    top: 0;
  }
  #fullpage .section .section-box .sq-zw-item .sq-zw-list {
    transform: none;
    background-size: cover;
    padding: 100px 20px 30px 20px;
  }
  #fullpage .section .section-box .sq-video-box {
    margin-top: 40px;
  }
  #fullpage .section .section-box .sq-video-box .sq-video-left .img-box img {
    height: auto;
  }
  #fullpage .section .section-box .fp-arrow {
    display: none;
  }
  #fullpage .section .section-box .sq-video-box .sq-video-left {
    padding-right: 0;
  }
  #fullpage .section .section-box .sq-video-box .sq-video-left .img-box .des {
    bottom: 0;
  }
  #fullpage .section .section-box .sq-video-box .sq-video-right {
    margin: 20px 0 0 0;
  }
  #fullpage .section .section-box .sq-gy-box .sq-gy-middle-box .img-box img{
    width: 100%;
  }
  #fullpage .section .section-box .sq-video-box .sq-video-right li:nth-child(2n-1) {
    padding: 0 0px;
  }
  #fullpage .section .section-box .sq-video-box .sq-video-right li {
    padding: 0 0 !important;
    margin-bottom: 30px;
  }
  #fullpage .section .section-box .sq-video-box .sq-video-right .img-box img {
    height: auto;
  }
  #fullpage .section .section-box .sq-video-box .sq-video-right .img-box .des {
    height: 50px;
    line-height: 50px;
    bottom: 0;
    padding: 0 20px;
    top: inherit;
    text-align: left;
  }
  #fullpage .section .section-box .sq-video-box .sq-video-right .img-box .des b {
    position: inherit;
    top: auto;
    left: auto;
    transform: none;
  }
  #fullpage .section.fifthPage .fp-slide {
    height: auto;
  }
  #fullpage .section .section-box .sq-video-box .sq-video-right li:nth-child(2n) {
    padding-left: 0;
  }
  #fullpage .fifthPage .fp-slidesNav.fp-bottom {
    bottom: 40px;
  }
  #fullpage .eighthPage .fp-overflow,
  #fullpage .seventhPage .fp-overflow,
  #fullpage .sixthPage .fp-overflow,
  #fullpage .fourthPage .fp-overflow,
  #fullpage .thirdPage .fp-overflow,
  #fullpage .fifthPage {
    background-size: cover;
  }
  #fullpage .section .section-box .sq-gy-box .sq-gy-middle-box.small {
    max-height: inherit;
    margin-bottom: 20px;
  }
  #fullpage .section .section-box .sq-gy-box .sq-gy-middle-box .img-box .gy-title {
    bottom: 0;
  }
  #fullpage .section .section-box .sq-gy-box .sq-gy-middle-box {
    padding: 0;
    margin-bottom: 20px;
  }
  #fullpage .section .section-box .sq_sys_box {
    margin-top: 40px;
  }
  #fullpage .section .section-box .sq_sys_box .sq_sys_des {
    margin-top: 30px;
  }
  #fullpage .section .section-box .sq-people-box {
    margin-top: 40px;
  }
  #fullpage .section .section-box .sq-people-box .people-list .img-box {
    width: 160px;
  }
  #fullpage .section .section-box .sq-people-box .people-list {
    overflow: hidden;
  }
  #fullpage .section .section-box .sq-people-box .people-list .people-des {
    float: left;
    width: auto;
    padding-left: 0;
  }
  #fullpage .section .section-box .sq-people-box .people-list .people-des .des {
    display: block;
    overflow: inherit;
  }
  #fullpage .section .section-box .sq-ly-box {
    margin-top: 40px;
  }
  #fullpage .eighthPage .fp-overflow .section-box {
    padding: 40px 0;
  }
  #fullpage .section .footer .clear {
    background: none;
    padding-left: 0px;
  }
  #fullpage .section .footer {
    background: url(sq_foot_bg.png) center center no-repeat;
    background-size: cover;
    height: auto;
  }
  #fullpage .section .footer .footer-bg-box {
    display: none;
  }
  #fullpage .section .footer .footer-des {
    padding-top: 0;
    width: 100%;
    padding: 0 15px !important;
  }
  #fullpage .section .footer .clear {
    margin-top: 0;
  }
  #fullpage .section .footer .foot-wx {
    display: none;
  }
  #fullpage .section .section-box .sq-zw-item .sq-zw-list .swiper-container a.h18 {
    line-height: 28px;
  }
  #fullpage .section .section-box .sq-zw-box .sq-zw-des {
    font-size: 18px;
  }
  #fullpage .section .section-box .sq-ly-box .ly-box {
    height: auto;
  }
  #fullpage .section .section-box .sq-ly-box .ly-box .code-box .code-btn {
    display: block;
    width: 100%;
    margin-top: 15px;
  }
  #fullpage .section .section-box .sq-ly-box .ly-box .code-box input {
    width: 50%;
  }
  .other-wrap .header{
    position: relative;
  }
  .other-wrap .sq-banner-box{
    height: 200px;
    max-width: inherit;
    display:none;
  }
  .other-wrap .sq-banner-box .img-box img{
    height: 200px;
    max-width: inherit;
  }
  .other-wrap #fullpage.other-box .section .section-box{
    transform: none;
    padding: 25px 15px 65px 15px;
  }
  .other-wrap #fullpage.other-box .section .section-box .other-people-box li{
    padding: 0 !important;
  }
  .other-wrap #fullpage.other-box .section .section-box .other-people-box .sq-people-box .people-list .img-box{
    width: 100%;
    height: auto;
  }
  .other-wrap #fullpage.other-box .section .section-box .other-people-box .sq-people-box .people-list .people-des{
    width: 100%;
  }
  .other-wrap #fullpage.other-box .section .section-box .other-people-box.imgList li:nth-child(3n){
    padding: 0 !important;
  }
  .other-wrap #fullpage.other-box .section .section-box .other-people-box.lists .lists-list .notice-worr{
    display: none;
  }
  .other-wrap #fullpage.other-box .section .section-box .other-people-box.lists .lists-list{
    padding: 15px !important;
  }
  .other-wrap #fullpage.other-box .section .section-box .detail-box .detail-wrap .detail-info{
    text-align: center;
    padding-top: 20px;
  }
  .other-wrap #fullpage.other-box .section .section-box .detail-box .detail-wrap .detail-info .time{
    float: none;
  }
  .other-wrap #fullpage.other-box .section .section-box .other-people-box.zwList li .zw-List{
    min-height: inherit;
  }
  #fullpage .seventhPage .fp-overflow .section-box .container>.row{
    width:auto;
  }
}
@media (max-width: 375px) {
  #fullpage .section .fp-overflow .banner-box .sq-banner-bg {
    height: 65px;
  }
}
