@font-face {
  font-family: "SourceHanSansCN-Normal";
  src: url("../字体/SourceHanSansCN-Normal.otf");
}
body {
  font-family: "微软雅黑" !important;
  overflow-x: hidden;
  padding: 0;
  margin: 0;
}
.head {
  height: 107px;
  border-bottom: 3px #ba0000 solid;
  z-index: 999;
  position: fixed;
  width: 100%;
  background-color: #fff;
}

.wrap {
  width: 98%;
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
}

.wrap-cont {
  overflow: hidden;
  height: 107px;
}
.menu {
  display: none;
  position: absolute;
  padding: 10px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.menu li {
  width: 30px;
  height: 3px;
  background-color: #828282;
  margin: 5px 0;
}
.logo {
  position: absolute;
  left: 0;
}

.head-right {
  position: absolute;
  right: 0;
  height: 107px;
}

.right-l {
  width: 70px;
  position: absolute;
  left: 0px;
  bottom: 0;
}

.right-r {
  position: relative;
  padding-left: 70px;
  width: 77px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.right-r-1,
.right-r-2 {
  margin: 0 4.5px;
  cursor: pointer;
}
.erweima {
  display: none;
  position: absolute;
  top: 110px;
  padding: 40px 30px 30px 30px;
  right: 0;
  background-color: #fff;
}
.close-icon {
  width: 26px;
  height: 26px;
  position: absolute;
  right: 20px;
  top: 5px;
}
.close-icon > img {
  width: 100%;
}
.nav {
  float: left;
  padding-left: 155px;
}

.nav ul {
  display: flex;
  align-items: center;
  height: 107px;
}

.nav a {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 17px;
  padding: 8px 16px;
  margin: 0 23px;
  border-radius: 6px;
}
.nav a:hover .nav-icon-1 {
  display: none;
}
.nav-active {
  background-color: #ba0000;
  color: #fff !important  ;
}
.nav a:hover {
  background-color: #ba0000;
  color: #fff;
}
.nav span {
  padding: 0 8px;
}

.nav-icon {
  height: 20px;
  overflow: hidden;
}
.nav-2 {
  background-color: #fff;
  margin-top: 3px;
  height: 0;
  overflow: hidden;
  transition: 0.4s;
  overflow-y: auto;
}
.ov {
  overflow-y: hidden;
}
.nav-2 ul {
  padding: 0 25px;
}

.nav-2 a {
  display: flex;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px #ba0000 solid;
}
.nav-2 a:hover {
  color: #ba0000;
}
.nav-2 li:nth-last-child(1) a {
  border: none;
}

.nav-2 span {
  font-size: 16px;
  margin-left: 10px;
}

.close {
  display: none;
  position: absolute;
  left: 0;
  top: 50%;
  padding: 20px 10px;
  transform: translateY(-50%);
  cursor: pointer;
}

.close li {
  width: 30px;
  height: 2px;
  background-color: #828282;
}

.close li:nth-child(1) {
  transform: rotate(45deg);
}

.close li:nth-last-child(1) {
  transform: rotate(-45deg);
  margin-left: 0px;
  margin-top: -2px;
}
.fxh-wrap,
.fq-wrap,
.fq-xz-wrap,
.fq-qz-wrap,
.ppgs-cont,
.ppjj-cont,
.partner-sh-cont,
.ptn-hd-cont,
.hzzc-cont,
.qyx-cont,
.yxxq-wrap,
.xc-wrap,
.zhishu-cont,
.tigong-cont,
.footer-top ul,
.ft-bom,
.ppxy-cont,
.fq-g {
  width: 96%;
  max-width: 1300px;
  margin: 0 auto;
}
.txt {
  margin-top: 80px;
  text-align: center;
}
.title {
  color: #ba0000;
  font-weight: bold;
  font-size: 30px;
}
.title2 {
  color: #999999;
  font-size: 20px;
  margin-top: 20px;
}
.fxh-banner,
.qyx-banner {
  background-image: url(../images/1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  height: 410px;
}
.slt {
  display: none;
  width: 96%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 80px 0;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999;
}

.slt-cont {
  width: 96%;
  margin: 0 auto;
}

.gallery-thumbs .swiper-slide {
  /* width: 16% !important; */
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 20%;
}

.gallery-thumbs .swiper-slide img {
  width: 100%;
}

.slide-menb {
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-slide-active .slide-menb {
  background-color: rgba(0, 0, 0, 0);
}

.gallery-top .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-thumbs-box {
  position: relative;
  margin-top: 10px;
}

.gallery-thumbs-r,
.gallery-thumbs-l {
  background-size: 17px 35px;
}

.fxh-pic li {
  display: none;
}
.slt-top{
  display: flex;
  justify-content: center;
}
.slt-remove{
  width: 40px;
position: absolute;
right: 4%;
top: 4%;
}
.slt-remove>img{
  width: 100%;
}
.fxh-cont {
  max-width: 1300px;
  overflow: hidden;
  margin-top: 70px;
}
.fxh-cont-pic {
  overflow: hidden;
  max-width: 1320px;

}
.fxh-pic {
  height: 194px;
  float: left;
  width: 25%;
  /*margin: 0 0 2.25% 1.5%;*/
  overflow: hidden;
}
/* .fxh-pic > img:hover {
  transform: scale(1.2);
} */
.fxh-pic > img {
  height:100%;
  width: 100%;
  transition: 0.5s;
}
.fxh-page {
  margin-top: 20px;
}
.fxh-page ul {
  text-align: center;
  font-size: 0px;
}
.fxh-page li {
  display: inline-block;
}
.fxh-page a {
  display: block;
  padding: 12px 15px;
  background-image: linear-gradient(to bottom, #fdfdfd, #f3f3f3);
  color: #666666;
  font-size: 14px;
  border: 1px #e1e1e1 solid;
}
.fxh-page a:hover {
  border: 1px #ba0000 solid;
  color: #fff;
  background-image: linear-gradient(to bottom, #e00000, #bc0000);
}
.page-num,
.fxh-page li:nth-last-child(1) a {
  border-left: none !important;
}
.page-num:nth-last-child(1) {
  border-left: none;
}
.previous {
  border-radius: 100px 0 0 100px;
}
.next {
  border-radius: 0px 100px 100px 0px;
}
.fxh-lb {
  margin-top: 77px;
}
.fxh-lb-wrap {
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
  width: 96%;
}
.fxh-lb-pic {
  width: 37.3%;
}
.fxh-lb-pic > img {
  width: 100%;
}
.fxh-lb-txt {
  width: 44%;
  padding: 40px 10px 30px 50px;
}
.fxh-lb-tx {
  color: #000000;
  font-size: 16px;
  line-height: 34px;
}
.fxh-lb-cont {
  justify-content: center;
  display: flex;
  align-items: center;
  width: 100.1% !important;
  min-height: 480px;
}

.fxh-b {
    background-image: url('../images/179-2.jpg');
    max-width: 1150px;
    min-height: 480px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 0px 79px;
}
.lb-page{
  margin-top: 40px;
}
.swiper-button-prev,
.swiper-button-next {
  width: 34px;
  height: 69px;
  background-size: 34px 69px;
  background-image: url("../images/19.png");
  left: 0px;
  outline: none;
}
.swiper-button-next {
  background-image: url("../images/20.png");
  left: initial;
  right: 0px;
}

.fq-banner,
.ppq-banner,
.partner-banner {
  background-image: url(../images/21.jpg);
  background-repeat: no-repeat;
  background-position: center;
  height: 410px;
}

.fq-wrap {
  height: 447px;
  position: relative;
}
.bm-g {
  background-image: url(../images/25.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 475px;
  margin-top: 132px;
  overflow: hidden;
  border-bottom:1px #e2e2e2 solid;
}

.bm-g-txt {
  max-width: 565px;
  padding: 60px 0 0 85px;
}

.bm-g-title {
  color: #ba0000;
  font-size: 30px;
  font-weight: bold;
}

.bm-g-tx {

  color: #333333;
  font-size: 14px;
  line-height: 28px;
  margin-top: 20px;
}
.px-g-title{
  color:#333333;
  font-weight: bold;
  font-size: 14px;
  padding: 33px 0 0 20px;
}
.px-g-q, .px-g-a {
    line-height: 24px;
    color: #333333;
    font-size: 14px;
    padding: 10px 20px 10px 0;
}
.px-g ul{
  padding: 20px 0;
}
.px-g li{
  position: relative;
  padding: 10px 30px;
  background-color: #f8e5e5;
  border-radius: 34px;
  margin-top: 20px;
  overflow: hidden;
}
.px-g-a{
  display: none;
}
.px-g-q>span{
  color:#ba0000;
  font-weight: bold;
}
.px-g-a>span{
  color:#00b4ff;
  font-weight: bold;
}
.px-g-icon{
   position: absolute;
   right: 18px;
   top: 50%;
   transform: translateY(-50%);
   cursor: pointer;
}
.px-g-icon,.px-g-icon-2{
 background-image: url("../images/190.png");
 width: 18px;
 height: 10px;
 background-repeat: no-repeat;
}
.px-g-icon-2{
  background-image: url("../images/189.png");
}

.bm-icon-l,
.bm-icon-m,
.bm-icon-r {
  position: absolute;
  bottom: 0;
}
.bm-icon-l > img,
.bm-icon-m > img,
.bm-icon-r > img {
  width: 100%;
}
.bm-icon-m {
  left: 50%;
  transform: translateX(-50%);
}

.bm-icon-l {
  z-index: 2;
  width: 16%;
  left: 65px;
}

.bm-icon-r {
  width: 16.6%;
  right: 65px;
}

.sq-bm-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 85%;
  transform: translate(-50%, -50%);
}

.sq-bm-title {
  color: #ba0000;
  font-size: 30px;
  font-weight: bold;
}

.sq-bm-tx {
  color: #333333;
  font-size: 14px;
  line-height: 28px;
  margin-top: 20px;
}


.px-g-page, .fq {
    padding-bottom: 40px;
}

.fq-g {
  padding-top: 50px;
  display: flex;
  justify-content: space-between;
}

.qa-l {
  width: 230px;
  overflow: hidden;
}

.qa-r {
  margin-left: 20px;
  width: 80.77%;
  background-color: #ffffff;
  padding: 20px;
}

.qa-l-t,
.qa-l-b {
  padding: 20px;
  background-color: #ffffff;
  border-top: 5px #aa0000 solid;
}

.qa-l-b {
  height: 100%;
  border-top: none;
  margin-top: 10px;
  min-height: 332px;
}

.qa-l li:nth-child(1) {
  margin-top: 15px;
}

.qa-l li {
  margin-top: 10px;
}

.qa-l li a {
  display: block;
  color: #333333;
  font-size: 14px;
  border: 1px #e0e0e0 solid;
  border-radius: 100px;
  padding: 12px 0;
  text-align: center;
}
.qa-l-active{
  background-color: #aa0000;
  border-color: #aa0000;
  color: #ffffff !important;
}
.qa-l li a:hover {
  background-color: #aa0000;
  border-color: #aa0000;
  color: #ffffff;
}

.qa-l-title {
  color: #aa0000;
  font-size: 20px;
  font-weight: bold;
}

.qa-l-b li:nth-child(1) {
  margin-top: 0;
}

.qa-r-title {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 20px;
  border-bottom: 1px #e0e0e0 solid;
}

.px-g li:nth-child(1) {
  margin-top: 0;
}

.px-g-page {  
    text-align: center;
}

.px-g-page a {
  display: inline-block;
  width: 28px;
  padding: 7px 0;
  text-align: center;
  font-family: "宋体";
  color: #999999;
  font-size: 14px;
  border: 1px #dddddd solid;
}

.px-g-page a:hover {
  color: #ffffff;
  background-color: #ba0000;
  border-color: #ba0000;
}
.px-g-page-a {
    color: #ffffff !important;
    background-color: #ba0000;
    border-color: #ba0000;
}
.px-g-page-a a {
    color:#fff !important;
}
.qa-r-cont {
    position: relative;
    display: none;
}

.px-g-tx {
  margin-top: 10px;
  line-height: 30px;
  font-size: 14px;
  color: #333333;
}

.px-g-tx:nth-child(1) {
  margin-top: 0;
}

.px-g-txt2 {
  height: 600px;
  margin-top: 10px;
  overflow-y: auto;
}

.px-g-txt2::-webkit-scrollbar,
.cont-wrap::-webkit-scrollbar {
  background-color: #e2e2e2;
  width: 8px;
  height: 8px;
  padding: 0 1px;


}

.px-g-txt2::-webkit-scrollbar-thumb,
.cont-wrap::-webkit-scrollbar-thumb {
  background-color: #aa0000;
  border: 1px #ededed solid;
}
.fq-xz {
  background-image: url("../images/33.jpg");
  background-position: center;
  height: 473px;
  background-repeat: no-repeat;
}

.fq-xz-wrap {
  position: relative;
  height: 100%;
}

.fq-xz-txt {
  max-width: 830px;
  padding-top: 100px;
}

.fq-xz-icon {
  position: absolute;
  bottom: -20px;
  right: 320px;
}

.fq-xz-icon2 {
  position: absolute;
  top: 75px;
  right: 50px;
}

.fq-qz-cont {
  display: flex;
  flex-wrap: wrap;
  margin-top: 70px;
  max-width: 1334px;
  margin-left: -2.6%;
}

.qz-cont {
  width: 17.47%;
  margin-left: 2.53%;
}

.qz-cont-pic > img {
  width: 100%;
}

.qz-cont-txt {
  background-color: #f0f0f0;
  padding: 23px;
}

.qz-cont-title {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
}

.qz-cont-tx {
  color: #666666;
  font-size: 14px;
  line-height: 22px;
  margin-top: 20px;
}

.h60 {
  border-bottom: 1px #e2e2e2 solid;
}

.qz-px {
  padding: 34px 0 0 20px;
}

.qz-px-cont {
  width: 100%;
  overflow: hidden;
}

.qz-px-title {
  font-size: 14px;
  color: #333333;
  font-weight: bold;
}

.qz-px-txt {
  max-width: 1225px;
  margin: 20px auto 0;
  display: flex;
  justify-content: space-between;
}

.qz-px-q,
.qz-px-a {
  padding: 21px 0px;
  background-color: #f8e5e5;
  border-radius: 100px;
  width: 48%;
}

.qz-px-a {
  background-color: #e5f7ff;
  border-radius: 100px;
}

.px-tx {
  margin-left: 30px;
  font-size: 14px;
  color: #333333;
}

.px-tx > span {
  color: #ba0000;
  font-weight: bold;
}

.px-tx2 > span {
  color: #00b4ff;
  font-weight: bold;
}

.ppq-banner {
  background-image: url(../images/34.jpg);
}

.ppq-ppgs {
  background-image: url(../images/ppq.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 725px;
}

.ppgs {
  /*background-color: rgba(255, 255, 255, 0.9);*/
  width: 100%;
  height: 100%;
}

.ppgs-cont {
  position: relative;
  height: 100%;
}

.ppgs-pic {
  padding-top: 140px;
}

.ppgs-txt {
  width: 630px;
  position: absolute;
  padding: 40px;
  right: 0;
  bottom: 110px;
  background-color: #fff;
}

.ppgs-tx {
  color: #333333;
  font-size: 14px;
  line-height: 26px;
  margin-top: 20px;
}

.mar-t112 {
  margin-top: 112px;
}

.ppjj {
  padding-bottom: 170px;
}

.ppjj-cont {
  margin-top: 50px;
}

.ppjj-txt {
  padding: 0 38px;
}

.ppjj-tx {
  color: #333333;
  font-size: 14px;
  line-height: 26px;
}

.ppjj-cont-pic {
  overflow: hidden;
  padding: 40px 0 0 6px;
}

.ppjj-pic {
  width: 23.7%;
  float: left;
  margin-left: 1.3%;
  overflow: hidden;
}
.ppjj-pic > img:hover {
  transform: scale(1.2);
}
.ppjj-pic > img {
  width: 100%;
  transition: 0.5s;
}

.pplj-cont {
  width: 100%;
  overflow: hidden;
  display: flex;
}

.pplj-cont-l,
.pplj-cont-r {
  background-image: url("../images/43.jpg");
  background-repeat: no-repeat;
  background-position: center;
  height: 552px;
  width: 1166px;
}

.pplj-cont-l {
  background-image: url("../images/40.jpg");
  height: 552px;
  width: 754px;
}

.pplj-cont-menb {
  width: 100%;
  height: 100%;
  background-color: rgba(186, 0, 0, 0.9);
}

.pplj-cont-txt {
  padding: 70px 0 0 310px;
}

.pplj-cont-title {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}

.pplj-cont-title2 {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding-top: 20px;
}

.pplj-cont-tx {
  position: relative;
  padding: 0 0 35px 28px;
  border-left: 4px #fff solid;
  color: #fff;
  font-size: 20px;
  margin-top: 60px;
}

/* .pplj-cont-tx:nth-child(1){
  margin-top: 0;
} */
.pplj-cont-tx > span {
  position: absolute;
  bottom: -7px;
}
.mar-t180 {
  margin-top: 180px;
}
.ppxy {
  max-width: 1300px;
  margin: 0 auto;
}
.ppxy-tx {
  color: #333333;
  font-size: 26px;
  margin-top: 50px;
  text-align: center;
}
.ppxy-pic {

  margin: 20px auto 0;
}
.ppxy-pic > img {
  width: 100%;
}

.partner-banner {
  background-image: url(../images/44.jpg);
}

.partner-bg {
  background-image: url(../images/45.jpg);
  background-repeat: no-repeat;
  background-position: center;
  height: 757px;
  max-width: 1300px;
  margin: 0 auto;
}

.pad-t118 {
  padding-top: 165px;
  margin: 0 0 0 76px;
  text-align: initial;
}

.pad-t118 ul {
  margin-top: 40px;
}

.pad-t118 li {
  font-size: 16px;
  color: #333333;
  margin-top: 35px;
}

.pad-t118 li:nth-child(1) {
  margin-top: 0px;
}

.pad-t118 span {
  color: #ba0000;

}

.partner-span {
  font-size: 36px !important;
}

.partner-sh-cont {
  margin-top: 30px;
}

.ptn-sh {
  overflow: hidden;
  margin: 0 -16px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.ptn-sh-pic {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  width: 190px;
  height: 190px;
  float: left;
  margin: 0 16px 20px 16px;
}

.ptn-sh-tx {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 0 35px;
  line-height: 28px;
}

.ptn-sh-menb {
  width: 100%;
  height: 100%;
  background-color: rgba(186, 0, 0, 0.8);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 1s;
}

.ptn-sh-menb:hover {
  background-color: initial;
}

.ptn-hd-cont {
  margin-top: 150px;
}

.ptn-hd-cont ul {
  margin-top: 90px;
}

.ptn-hd-cont li:nth-child(1) {
  margin-top: 0;
}

.ptn-hd-cont li {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.hd-cont-l {
  border-radius: 100px 0px 0px 100px;
  background-color: #f4f4f4;
}
.hd-cont-l,
.hd-cont-r {
  min-height: 165px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 49.8%;
}
.hd-cont-r {
  border-radius: 0 100px 100px 0;
  background-color: #ba0000;
}

.hd-cont-txt {
  padding: 50px 30px 0 25px;
}

.hd-cont-title {
  color: #fff;
  font-size: 26px;
}

.hd-cont-tx {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  margin-top: 10px;
}

.hd-cont-tx2,
.hd-cont-title2 {
  color: #333333;
}

.mar-t138 {
  margin-top: 138px;
}

.ptn-hz-cont {
  padding: 98px 0 123px;
  height: 500px;
}

.hz-cont-xian {
  position: relative;
  background-color: #dcdcdc;
  height: 1px;
  width: 100%;
  top: 250px;
}

.hz-cont-xian2 {
  display: none;
  position: relative;
  background-color: #dcdcdc;
  height: 100%;
  width: 1px;
  left: 50%;
}
.hd-xian-cont {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
}

.hd-yuan {
  padding: 15px;
  background-color: #dcdcdc;
  border-radius: 100%;
  position: relative;
  top: -15px;
  margin-left: 126px;
}

.hd-yuan:nth-child(1) {
  margin-left: 86px;
}

.hd-yuan-cont {
  width: 200px;
  height: 200px;
  border-radius: 100%;
  border: 1px #dcdcdc solid;
  position: absolute;
  left: -86px;
  top: -234px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hd-yuan-cont2 {
  width: 1px;
  height: 33px;
  border-radius: 100%;
  background-color: #dcdcdc;
  position: absolute;
  left: 15px;
  top: -33px;
}

.yuan-cont-tx {
  color: #000000;
  font-size: 23px;
  margin-top: 15px;
}

.hd-yuan-cont-1 {
  top: 62px;
}

.hd-yuan-cont2-1 {
  top: 30px;
}

.partner-hzzc {
  background-image: url(../images/66.jpg);
  background-repeat: no-repeat;
  background-position: center;
  height: 873px;
}

.hzzc-menb {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}

.pad-t108 {
  padding-top: 108px;
  margin-top: 0;
}

.hzzc-cont {
  margin-top: 80px;
}

.hzzc-cont-wrap {
  padding: 0 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -7.3%;
}

.hzzc-cont-pic {
  position: relative;
  margin: 0 0 40px 7.3%;
}

.hzzc-cont-pic:hover .hzzc-pic-menb {
  background-color: rgba(191, 38, 38, 0.75);
}
.hzzc-cont-pic:nth-last-child(1) .hzzc-pic-menb {
  width: 80%;
}
.hzzc-pic-menb {
  width: 70%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  top: 0;
  transition: 1s;
}

.hzzc-menb-txt {
  padding: 30px 0 0 30px;
}

.hzzc-menb-title {
  color: #fff;
  font-size: 36px;
  font-weight: bold;
}

.hzzc-menb-tx {
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  margin-top: 20px;
}

.partner-hy {
  position: relative;
  display: flex;
}
.partner-hy:hover .ptn-hy-menb {
  background-color: initial;
}
.ptn-hy-l {
  position: relative;
  background-image: url(../images/72-1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  height: 468px;
  width: 50%;
}
.ptn-hy-red {
  position: absolute;
  right: 0;
  top: 0;
}
.ptn-hy-r {
  background-color: #ba0000;
  width: 50%;
  height: 468px;
  position: relative;
}
.ptn-hy-menb {
  background-color: rgb(234, 234, 234, 0.9);
  width: 100%;
  height: 100%;
  transition: 3s;
}

.ptn-hy-l a {
  display: inline-block;
  padding: 15px 94px;
  background-color: #ba0000;
  color: #fff;
  border-radius: 50px;
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  bottom: 90px;
  left: 38%;
}

.ptn-hy-title {
  position: absolute;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
}

.ptn-hy-pic {
  position: absolute;
  bottom: 92px;
  display: flex;
  align-items: flex-end;
  margin: 170px 0 0 110px;
}
.hy-pic > img {
  width: 100%;
}
.hy-pic {
  margin: 0 26px;
}

.qyx-banner {
  background-image: url(../images/74.jpg);
}
.qyx-cont {
  margin-top: 25px;
}
.qyx-cont-pic {
  max-width: 1365px;
  overflow: hidden;
  margin-left: -5%;
}
.qyx-pic {
    /*height: 245px;*/
    position: relative;
    float: left;
    overflow: hidden;
    margin: 3.3% 0 0 8.7%;
    width: 24.6%;
    /*margin: 3.3% 0 0 4.76%;
    width: 28.57%;*/
}
.qyx-pic > img {
    height:100%;
  width: 100%;
}
.qyx-pic:hover .qyx-pic-menb {
  display: block;
}
.qyx-pic-menb {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(186,0,0,0.5);
  transition: 0.5s;
}

.qyx-pic-txt {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.qyx-pic-tx {
  font-family: "SourceHanSansCN-Normal";
  font-size: 40px;
  color: #fff;
  font-weight: bold;
}
.qyx-pic-tx2 {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  margin-top: 10px;
}
.yxxq-banner {
  background-image: url(../images/78.jpg);
  background-repeat: no-repeat;
  background-position: center;
  height: 461px;
  background-size:auto 100%;
}
.yxxq-wrap {
  margin-top: -231px;
}
.yxxq-nav {
  overflow: hidden;
  padding: 5px 25px;
  background-color: #fff;
}
.yxxq-nav li {
  float: left;
}
.yxxq-nav a {
  display: block;
  padding: 5px 20px;
  font-size: 14px;
  color: #333333;
  border: 1px #e0e0e0 solid;
  border-radius: 50px;
  margin: 5px 4px;
}
.yxxq-nav a:hover {
  background-color: #ba0000;
  color: #fff;
}
.yxxq-nav span {
  float: left;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  padding: 10px 0px;
}
.yxxq-gj {
  margin-top: 10px;
  border-top: 5px #ba0000 solid;
  padding: 35px 38px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
}
.yxxq-gj-l {
  width: 76.31%;
}
.gj-l-name {
  display: inline-block;
  color: #333333;
  font-size: 40px;
}
.gj-l-name span {
  font-size: 20px;
}
.gj-l-title {
  overflow: hidden;
  padding-bottom: 20px;
  border-bottom: 1px #e0e0e0 solid;
}
.gj-l-title a {
  display: inline-block;
  padding: 7px 34px;
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  border: 1px #e0e0e0 solid;
  border-radius: 50px;
  margin-left: 10px;
}
.gj-xian {
  margin: 20px 0;
  background-color: #e0e0e0;
  height: 1px;
  width: 100%;
}
.gj-l-tx {
  color: #333333;
  font-size: 14px;
  line-height: 22px;
  margin-top: 20px;
}
.yxxq-gj-r {
  width: 20.4%;
}
.guoqi {
    width: 250px;
    height: 170px;
    border: 1px #e0e0e0 solid;
}
.guoqi > img {
    height:100%;
  width: 100%;
}
.yxxq-cont {
  margin-top: 20px;
}
.yxxq-cont-pic {
    height: 260px;
  width: 32.79%;
}
.yxxq-cont-pic > img {
    height:100%;
  width: 100%;
  .
}
.yxxq-cont a {
  padding: 40px;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px #ececec solid;
}
.yxxq-cont li:nth-last-child(1) {
  border-bottom: none;
}
.yxxq-cont-txt {
  /*width: 50.41%;*/
  margin-left: 30px;
  /*max-width: 570px;*/
  padding-top: 10px;
}
.yxxq-cont-txt-2 {
  margin-left: 2.3% !important;
}
.yxxq-cont-title {
  color: #333333;
  font-size: 30px;
}
.yxxq-cont-tx {
  color: #333333;
  font-size: 14px;
  line-height: 22px;
  margin-top: 20px;
}
.yxxq-cont-tx2 {
  margin-top: 8px;
}
.yxxq-cont-tx2 > span {
  color: #999999;
  font-size: 14px;
  margin-left: 10px;
}
.yxxq-cont-txt2 {
  display: flex;
  margin: 35px 0 0 -10px;
}
.yxxq-cont-txt2-2 {
  display: none;
}
.yxxq-cont-w {
  width: initial !important;
}
.yxxq-cont-tx3 {
  padding: 6px 11px;
  color: #fff;
  font-size: 14px;
  background-color: #ba0000;
  border-radius: 50px;
  margin-left: 10px;
}

.xc-top {
  margin-top: 20px;
  padding: 20px 36px 20px 20px;
  background-color: #fff;
  display: flex;
  align-items: center;
}

.xc-top-l {
  position: relative;
}

.xc-top-r {
    width: 50%;
    position: relative;
    padding-top: 20px;
}

.bom-border {
  border-bottom: 1px #e0e0e0 solid;
  padding-bottom: 25px;
}

.font18 {
  margin-top: 16px;
  display: flex;
  align-items: center;
}

.font18 span {
  font-size: 18px !important;
}

.new-font {
  font-size: 18px !important;
  line-height: 30px;
}

.zxzx {
  display: block;
  background-color: #ba0000;
  padding: 10px 35px 10px 30px;
  color: #ffffff;
  font-size: 18px;
  border: 1px #e0e0e0 solid;
  border-radius: 6px;
  margin-top: 43px;
  float: right;
}

.l-menb-cont {
  display: flex;
  justify-content: space-evenly;
}

.xc-top-pic {
  position: relative;
  max-width: 630px;
}
.xc-top-pic > img {
  width: 100%;
}
.top-l-menb {
  width: 100%;
  height: 66px;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 0;
  line-height: 66px;
  z-index: 99;
}

.l-menb-cont span {
  color: #fff;
  font-size: 16px;
  margin-left: 8px;
}

.l-menb-cont a {
  display: flex;
  align-items: center;
}

.xc-nav {
  margin-top: 15px;
  background-color: #fff;
  position: sticky;
  top: 110px;
}

.xc-nav ul {
  max-width: 715px;
  overflow: hidden;
  margin: 0 auto;
}

.xc-nav a {
  display: block;
  float: left;
  padding: 32px 19px;
  color: #333333;
  font-size: 20px;
  margin: 0 11px;
}

.xc-nav-active2 {
  color: #ba0000 !important;
  border-bottom: 3px #ba0000 solid;
  padding: 32px 19px 29px 19px !important;
}
.xc-cont-wrap {
  background-color: #fff;
  margin-top: 15px;
}

.xc-cont-txt {
  padding: 40px 75px;
  /*text-align: center;*/
}

.xc-cont-title,
.xc-cont-title2 {
  font-size: 20px;
  font-weight: bold;
  color: #ba0000;
}

.xc-cont-tx,
.xc-cont-tx2,
.xc-cont-tx3 {
  font-size: 16px;
  color: #333333;
  line-height: 28px;
  margin-top: 35px;
}

.xc-cont-tx2 {
  margin-top: 20px;
}

.xc-cont-tx3 {
  margin-top: 10px;
}

.xc-cont-tx3 span {
  font-weight: bold;
}

.xc-cont-title2 {
  font-size: 16px;
}

.mar-t77 {
  margin-top: 77px;
}
.xc-page {
  margin-top: 15px;
  background-color: #fff;
}
.xc-page-cont {
  max-width: 1260px;
  width: 96%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.xc-page-previous,
.xc-page-next {
  display: flex;
  align-items: center;
  padding: 25px 0;
}
.page-tx {
  font-size: 14px;
  color: #333333;
  margin: 0 24px;
}
.page-tx span {
  color: #999999;
}

/*首页*/
.banner-pic > img {
    max-width: 1910px;
    width: 100%;
    /*height: 785px;*/
}
.zhishu-cont ul {
  padding: 116px 18px;
}

.zhishu-cont li {
  text-align: center;
  margin: 0 29px;
  display: inline-block;
}

.zhishu-num {
  width: 189px;
  height: 189px;
  border: 1px #595959 solid;
  border-radius: 100%;
  line-height: 190px;
  color: #ba0000;
  font-size: 50px;
  font-weight: bold;
}

.zhishu-tx {
  font-size: 24px;
  color: #000;
  font-weight: bold;
  margin-top: 30px;
}

.tigong {
  background-repeat: no-repeat;
  background-position: center;
  height: 660px;
}

.tigong-menb {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.85);
}

.tigong-cont {
  padding: 150px 0 0 0;
}

.index-title {
  color: #ba0000;
  text-align: center;
  font-size: 40px;
}

.tigong-cont ul {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}

.tigong-cont li {
  position: relative;
  width: 30.77%;
  margin-right: 3.85%;
}

.tigong-icon {
  position: relative;
}

.tigong-tx {
  position: absolute;
  font-size: 30px;
  color: #fff;
  right: 40px;
  bottom: 60px;
}

.tigong-icon > img {
  width: 100%;
}

.index-title2 {
  color: #999999;
  text-align: center;
  font-size: 16px;
  margin-top: 20px;
}
.mudi {
  padding-top: 165px;
}
.mudi-cont {
  overflow: hidden;
  margin-top: 90px;
}

.mudi-pic {
  position: relative;
  float: left;
  width: 16.6666666%;
}

.mudi-pic > img {
  width: 100%;
}

.mudi-pic:hover .mudi-menb {
  display: flex;
}

.mudi-menb {
  display: none;
  background-color: rgba(186, 0, 0, 0.85);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.mudi-menb-name {
  padding: 18px 0px;
}
.mudi-menb-xian {
  background-color: #fff;
  width: 168px;
  height: 1px;
}
.mudi-menb-name,
.mudi-menb-name2 {
  font-size: 50px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.mudi-menb-name2 {
  font-size: 16px;
  margin-top: 15px;
}

.cz {
  width: 96%;
  max-width: 1300px;
  margin: 0 auto;
  overflow: hidden;
}

.cz-title {
  margin-top: 190px;
  text-align: center;
  color: #ba0000;
  font-size: 40px;
}

.cz-pic {
  margin-top: 105px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 24px;
  margin-left: -2%;
  max-width: 1326px;
}

.cz-img {
  width: 23%;
  margin-left: 2%;
}
.fengexian {
  background-image: url(../images/128.png);
  background-repeat: no-repeat;
  height: 22px;
  background-position: center;
}
.cz-content {
  width: 96%;
  max-width: 1300px;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}

.cz-cont1 {
  width: 23%;
  margin-left: 2%;
}
.cz-cont2 {
  display: none;
}

.cont-time {
  display: flex;
  margin-bottom: 15px;
}

.p1 {
  color: #1a1a1a;
  font-size: 24px;
  font-weight: bold;
  margin-left: 10px;
}

.cont-tx {
  color: #1a1a1a;
  font-size: 16px;
  line-height: 24px;
}

.cz-img > img {
  width: 100%;
}

.pt {
  text-align: center;
  max-width: 1640px;
  margin: 0 auto;
  overflow: hidden;
  width: 96%;
}

.hzhb {
  padding: 240px 0 180px;
}

.pt-title {
  text-align: center;
  color: #ba0000;
  font-size: 40px;
}

.pt-img {
  float: left;
  width: 8.98%;
  line-height: 180px;
  margin: 0 1.76%;
}
/* .pt-img-2 > img:hover {
  transform: scale(1.2);
} */
/* .pt-img:hover .pt-img-1 {
  display: none;
}
.pt-img:hover .pt-img-2 {
  display: block;


} */
.pt-img > img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; /* IE 6-9 */
  -webkit-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
}
.pt-img > img:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  transform: scale(1.1)
}
.pt-pic {
  overflow: hidden;
  margin-top: 85px;
  max-width: 1700px;
  margin: 0 10%;
}
.pt-img > img {
  width: 100%;
}
.xf {
  max-width: 1844px;
  margin: 0 auto;
}

.qcfw {
  background-color: #f3f3f3;
  padding: 180px 0 260px;
}

.qcfw-cont {
  max-width: 1300px;
  margin: 80px auto 0;
  overflow: hidden;
  width: 96%;
}

.qcfw-cont a {
  position: relative;
  float: left;
  display: block;
  margin-left: 2.25%;
  width: 17.75%;
}

.qcfw-wrap {
  overflow: hidden;
  margin-left: -2.25%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

.qcfw-menb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.qcfw-cont a:hover .qcfw-menb2 {
  background-color: rgba(186, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  top: 0;
}

.qcfw-menb-cont {
  padding: 40px 25px 25px 25px;
}

.qcfw-menb-tx {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  position: absolute;
  bottom: 25px;
}

.qcfw-title {
  color: #fff;
  font-size: 40px;
}

.qcfw-x {
  width: 68px;
  height: 1px;
  background-color: #fff;
  margin: 20px 0;
}

.ycfw-bg > img {
  width: 100%;
}

.xf {
    position: relative;
    margin: 0 auto;
    width: 70%;
    padding: 120px 0 180px;
}

.xf-title {
  color: #ba0000;
  font-size: 40px;
  text-align: center;
}

.xf-pic {
  margin-top: 65px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 12px;
}

.xf-img {
  float: left;
  margin: 50px 1.3% 0 1.3%;
  width: 9.9%;
}

.xf-img > img {
  width: 100%;
}

.xf-pic1 > img,
.xf-pic2 > img {
  width: 100%;
}

.xf-pic2 {
  display: none;
}

.xf-pic-cont:hover .xf-pic1 {
  display: none;
}

.xf-pic-cont:hover .xf-pic2 {
  display: block;
}

.xf-pic-xq {
  border-radius: 6px;
  border-top: 5px #ba0000 solid;
  max-width: 498px;
  position: absolute;
  background-color: #000;
  padding: 25px 20px;
  margin-top: 45px;
  z-index: 999;
}

.xf-icon {
  border: 28px #ba0000 solid;
  position: absolute;
  top: -60px;
  left: 28px;
  border-color: transparent transparent #ba0000;
}
.xf-xq-top {
  overflow: hidden;
  width: 100%;
}

.xq-top-txt {
  width:60%;
  float: left;
}

.xq-top-pic {
  float: right;
}

.xf-xq-bom {
}

.xf-top-name,
.xf-top-name2 {
  color: #fff;
  font-size: 14px;
}

.xf-top-name2 {
  font-size: 40px;
  padding: 15px 0 20px;
  text-align: left;
}

.xf-top-x {
  background-color: #fff;
  height: 1px;
  width: 89px;
}

.xf-xq-bom {
  margin-top: 15px;
}

.xq-bom-tx {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
}

.yxhd-cont {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

.yxhd-cont-pic {
  position: relative;
  float: left;
  width: 25%;
}

.yxhd-cont-pic > img {
  width: 100%;
}

.yxhd-cont-pic:hover .yxhd-menb {
  display: block;
}

.yxhd-menb {
  display: none;
  position: absolute;
  top: 0;
  background-color: rgba(186, 0, 0, 0.8);
  width: 100%;
  height: 100%;
}

.yxhd-menb-txt {
  padding: 25px 30px;
  position: absolute;
  bottom: 0;
}

.yxhd-menb-title {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}

.yxhd-menb-tx {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  margin-top: 15px;
}
.ft-bom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-top {
  background-color: #ba0000;
}
.footer-bom {
  background-color: #252525;
  padding: 97px 0 42px;
}
.ft-top-cont {
  display: flex;
  align-items: center;
  margin: 0 -12px;
  padding: 71px 0 62px;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-top li {
  text-align: center;
  margin: 30px 2.27%;
}

.ft-top-icon {
  height: 70px;
  line-height: 70px;
}

.ft-top-tx {
  color: rgba(255, 255, 255, 0.75);
  font-size: 16px;
  margin-top: 30px;
}
.ft-bom-l {
  padding: 0 4px;
}
.ft-tx {
  color: #737272;
  font-size: 14px;
  margin-top: 10px;
}
.ft-nav {
  margin-top: 33px;
  width: 100%;
}
.ft-nav ul {
  overflow: hidden;
}
.ft-nav li {
  float: left;
}
.ft-nav li:nth-child(1) a {
  padding-left: 0px;
}
.ft-nav li:nth-last-child(1) a {
  border-right: none;
}
.ft-nav a {
  color: #fff;
  font-size: 15px;
  padding: 0 15px;
  border-right: 2px #fff solid;
}
.ft-bom-gzh {
  padding: 6px;
  /*background-color: rgba(0, 0, 0, 0.25);*/
}
.ft-gzh-tx {
  color: #fff;
  font-size: 14px;
  margin-top: 10px;
  text-align: center;
}
.gzh-2 {
  display: none;
}
.xuefu {
  opacity: 0;
  transition: 3s;
}
.index-active {
  opacity: 1 !important;
  transition: 3s;
}

.index-active2 {
  transform: scale(1) !important;
  transition: all 1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.text-active {
  opacity: 1 !important;
  transform: scale(1) !important  ;
  transition: all 1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
/* .qcfw-menb-top {
  opacity: 0;
  transform: scale(1.2);
} */

/* .tigong,
.zhishu,
.mudi,
.chengzhang,
.hzhb,

.xuefu,
.yxhd {
  opacity: 0;
} */
.fq-qz,
.xc,
.fxh-lb,
.ppq,
.qyx,
.yxxq,
.yxhd
 {
  padding-bottom: 110px;
}
.ppq {
  overflow: hidden;
}
.xc-nav ul {
  display: flex;
}

.xc-nav-active {
  position: fixed;
  top: 95px;
  max-width: 1300px;
  width: 100%;
}
.qiehuan {
  position: absolute;
  top: 11px;
  right: 0px;
}
.qiehuan a {
  font-size: 14px;
  color: #333333;
  padding: 0 10px;
}
.ch {
  float: left;
  border-right: 1px #999999 solid;
}
.en {
  float: left;
  border-left: 1px #999999 solid;
}
.qh-active {
  color: #ba0000 !important;
}
.ewm-btn {
  display: flex;
  align-items: center;
}
.yxsc {
  position: absolute;
  right: 180px;
  top: 50%;
  transform: translateY(-50%);
}
.yxsc a {
  display: block;
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
  padding: 11px 11px;
  background-color: #ba0000;
  border-radius: 4px;
  line-height:24px;
}

.mian {
  display: none;
  position: absolute;
  bottom: 5px;
}
.mian:hover .yxsc-2{
  display: block;
}
.mian a{
  display: block;
}
.mian p {
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
  background-color: #ba0000;
  padding: 5px;
  border-radius: 100%;
}
.yxsc-2{
  width: 200px;
  right: 0px;
bottom: -54px;
top: initial;
transform: initial;
}
.yxsc-2:after {
  content: "";
  position: absolute;
  bottom: 100%;
  right: 0px;
  width: 21px;
  height: 23px;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  margin-bottom: -6px;
  border-left-width: 13px;
  border-left-color: currentColor;
  border-radius: 42px 0 0 0;
  color: #ba0000;
}
.shouce {
    margin-top: 30px;
    text-align: center;
    margin-bottom: 30px;
}
.shouce a{
  display: inline-block;
  padding: 15px 44px;
  background-color: #ba0000;
  color:#ffffff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 100px;
}


.slt-top li > img {
    width: 100%;
    height: 550px;
}

.gallery-thumbs img {
    height: 150px;
}
/*分页begin*/
.fxh-lb .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    margin: 0 4px;
    outline: none;
}

.swiper-pagination-bullet-active {
    background: #ba0000;
}

.fxh-lb .swiper-pagination {
    margin-top: 35px;
    left: 50%;
    transform: translateX(-50%);
}
/*分页end*/
.fxh-page a {
    display: inherit;
}

.inner {
    margin: 0 auto;
    top: 25%;
    left: 30%;
    width: 40%;
    z-index: 9999;
    position: fixed;
}

    .inner img {
        width: 100%;
    }

.slt {
    display: none;
    max-width: 1300px;
    margin: 0 auto;
    padding: 50px 0;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 999;
}

.slt-cont {
    width: 96%;
    margin: 0 auto;
}

.gallery-thumbs .swiper-slide {
    width: 16% !important;
    /*height: 145px;*/
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

    .gallery-thumbs .swiper-slide img {
        width: 100%;
    }

.slide-menb {
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.swiper-slide-thumb-active .slide-menb {
    background-color: rgba(0, 0, 0, 0);
}

.gallery-top .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-thumbs-box {
    position: relative;
    margin-top: 10px;
}

.gallery-thumbs-r,
.gallery-thumbs-l {
    background-size: 17px 35px;
}

.slt-top li {
    max-width: 880px;
    height: 550px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .slt-top li img {
        width: 100%;
    }