body {
  background: #fff;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}
.container {
  padding: 0;
  max-width: 89.6%;
}
.swiper {
  overflow: hidden;
}
.mCSB_buttonUp{
    display: none !important;
}
.mCSB_scrollTools a+.mCSB_draggerContainer{
    margin-bottom: 30px !important;
    margin-top: 0 !important;
}
.mCSB_scrollTools .mCSB_buttonDown{
    background: url(../images/xl.png) no-repeat !important;
    background-position: center !important;
    opacity: 1 !important;
}
.mCSB_scrollTools .mCSB_buttonDown {
    bottom: 1px !important;
}
video::-internal-media-controls-download-button {display:none;}
video::-webkit-media-controls-enclosure {overflow:hidden;}
video::-webkit-media-controls-panel { width: calc(100% + 30px); }
/*@font-face {*/
/*  font-family: SourceHanSansCN-Medium;*/
/*  src: url('../font/SourceHanSansCN-Medium.otf');*/
/*}*/
/*@font-face {*/
/*  font-family: SourceHanSansCN-Normal;*/
/*  src: url('../font/SourceHanSansCN-Normal.otf');*/
/*}*/
/*@font-face {*/
/*  font-family: SourceHanSansSC-Heavy;*/
/*  src: url('../font/SourceHanSansSC-Heavy.otf');*/
/*}*/

.mb-div {
  display: none;
  padding-left: 21px;
}
.mb-div2 {
  display: none;
}
.mb-div2 a::before {
  display: none;
}
.mb-div2 a {
  width: 81% !important;
  line-height: 22px !important;
  margin-left: 11px;
  padding: 11px 0;
  padding-left: 14px !important;
}
.mb-div .mxl-t {
  position: absolute;
  padding: 25.5px 33px;
  right: 0;
  z-index: 3;
  top: -55px;
}
.mb-child {
  position: relative;
}
.mb-div a {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 2px;
  width: 90%;
  position: relative;
}
.mb-div a:last-child {
  margin-bottom: 0;
}
.mxl-o {
  position: absolute;
  right: 0;
  top: -5px;
  padding: 25.5px 15px;
}
.ys{
    background-color: #fff !important;
}
.mb-nav {
  position: fixed;
  z-index: 105 !important;
  width: 100%;
  background: #fff;
  padding: 88px 0;
  height: 100%;
  padding-top: 0px;
  top: 54px;
  overflow: scroll;
  display: none;
}
.mb-nav p {
  width: 80%;
  margin: 0 auto;
}
.mb-nav p img {
  max-width: 26px;
  display: block;
  margin-right: 0;
  margin-left: auto;
}
.mb-nav .logo {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 77%;
  margin-top: 20px;
}
.mb-nav .logo img {
  max-height: 90px;
}
.mb-nav ul {
  width: 93%;
  margin: 0 auto;
  margin-top: 34px;
}
.mb-nav ul li {
  position: relative;
  width: 90%;
  margin: 0 auto;
  transition: all 0.8s;
  transform: translateY(20px);
  opacity: 0;
}
.mb-nav ul li:nth-child(5) .mxl-o,.mb-nav ul li:nth-child(5) .mb-div,.mb-nav ul li:nth-child(3) .mxl-o,.mb-nav ul li:nth-child(3) .mb-div{
    display: none;
}
.mb-nav ul li a {
  color: #333;
  font-size: 15px;
  line-height: 48px;
  border-bottom: 1px solid #dcdcdc;
  padding-left: 13px;
  display: block;
  position: relative;
  white-space: nowrap;
}
.zk ul li {
  transform: translateY(0);
  transition-delay: 0.5s;
  opacity: 1;
}
.zk ul li:nth-child(1) {
  transition-delay: 0.2s;
}
.zk ul li:nth-child(2) {
  transition-delay: 0.3s;
}
.zk ul li:nth-child(3) {
  transition-delay: 0.4s;
}
.zk ul li:nth-child(4) {
  transition-delay: 0.5s;
}
.zk ul li:nth-child(5) {
  transition-delay: 0.6s;
}
.zk ul li:nth-child(6) {
  transition-delay: 0.7s;
}
.mb-nav .tel {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  font-weight: 600;
  margin-top: 27px;
}
.mb-nav .tel img {
  max-height: 24px;
  margin-right: 8px;
}
.mb-nav .mb-dl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: bold;
  margin-top: 48px;
}
.mb-nav .mb-dl li {
  width: fit-content;
}
.mb-nav .mb-dl li a {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 35px;
  border-bottom: none;
  font-weight: bold;
  background: #00b7ff;
  color: #fff;
  border-radius: 5px;
  padding: 2px 29px;
}
.mb-nav .mb-dl li a::before {
  display: none;
}
.mb-zd {
  display: none;
  position: relative;
  width: 30px;
  height: 28px;
}
.mb-zd em {
  position: absolute;
  left: 0;
  top: 6px;
  width: 30px;
  height: 1.5px;
  background-color: #000;
  transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.menuBtn.on em {
  display: none;
  margin: -2px 0 0;
  position: absolute;
  top: 40%;
  width: 28px;
  background: #000 !important;
}
.menuBtn.on em:first-child {
  display: block;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.menuBtn.on {
  top: 6px;
}
.menuBtn.on em:first-child {
  display: block;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.menuBtn.on .s2 {
  opacity: 0;
}
.menuBtn.on em:last-child {
  display: block;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.menuBtn .s1 {
  top: 5px;
}
.qh {
  opacity: 0;
}
.menuBtn .s2 {
  top: 14px;
}
.menuBtn .s3 {
  top: 23px;
}
.mb-zd em {
  background: #000;
}



.head {
  position: fixed;
  width: 100%;
  left: 0;
  /*height: 80px;*/
  z-index: 10;
  z-index: 12;
}
.head .head-con .head-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}
.head .head-con .head-cont .head-rt {
  display: flex;
  flex: 1;
  justify-content: flex-end;
}
.head .head-con .head-cont .head-rt ul {
  display: flex;
  width: 55.6%;
  justify-content: space-between;
}
.head .head-con .head-cont .head-rt ul li a {
  font-size: 18px;
  color: #333333;
  transition: all 0.3s;
}
.head .head-con .head-cont .head-rt ul li:hover a {
  color: #ea0b2a !important;
}
.head .head-con .head-cont .head-rt ul .active a {
  color: #ea0b2a !important;
}
.head .head-con .head-cont .head-rt .head-lan {
  display: flex;
  font-size: 18px;
  color: #333333;
  align-items: center;
  margin-left: 6.5%;
  margin-right: 4.2%;
}
.head .head-con .head-cont .head-rt .head-lan a {
  font-size: 18px;
  color: #333333;
  margin: 0 4px;
}
.head .head-con .head-cont .head-rt .head-dh {
  font-size: 18px;
  color: #333333;
}
.activehead .head-con .head-cont .head-rt ul li a,
.activehead .head-con .head-cont .head-rt .head-lan,
.activehead .head-con .head-cont .head-rt .head-lan a,
.activehead .head-con .head-cont .head-rt .head-dh {
  color: #fff;
}
.activehead .mb-zd em{
    background: #fff;
}
/*.activehead1 .head-con .head-cont .head-rt ul li:nth-child(1) a,*/
/*.activehead1 .head-con .head-cont .head-rt ul li:nth-child(2) a,*/
/*.activehead1 .head-con .head-cont .head-rt ul li:nth-child(3) a,*/
/*.activehead1 .head-con .head-cont .head-rt ul li:nth-child(4) a {*/
/*  color: #333;*/
/*}*/
.banner {
  overflow: hidden;
}
.banner .banner-con .ban-swiper {
    position: relative;
}
.banner .banner-con .ban-swiper .ban-next{
    width: 24px;
    height: auto;
    background: none; 
    right: 2%;
    top: 52%;
    /*background: rgba(234,11,42,.6);*/
    /*padding: 30px 20px;*/
}
.banner .banner-con .ban-swiper .ban-prev{
    width: 24px;
    height: auto;
    background: none;
    left: 2%;
    top: 52%;
    /*background: rgba(234,11,42,.6);*/
    /*padding: 30px 20px;*/
}
.banner .banner-con .ban-swiper .ban-pagination{
    bottom: 5vh;
}
.banner .banner-con .ban-swiper .ban-pagination .swiper-pagination-bullet{
    margin: 0 6px;
    width: 10px;
    height: 10px;
}
.banner .banner-con .ban-swiper .ban-pagination .swiper-pagination-bullet-active{
    background: #ea0b2a;
}
.banner .banner-con .ban-swiper .swiper-wrapper .swiper-slide {
  position: relative;
  overflow: hidden;
  opacity: 0 !important;
}
.banner .banner-con .ban-swiper .swiper-wrapper .swiper-slide-active{
    opacity: 1 !important;
}
.banner .banner-con .ban-swiper .swiper-wrapper .swiper-slide .slide-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100vh;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.banner .banner-con .ban-swiper .swiper-wrapper .swiper-slide .slide1-lf {
  position: absolute;
  left: 0;
  height: 100%;
  background: url(../images/slide1-bg.png) no-repeat;
  background-size: cover;
  top: 0;
  width: 53.4%;
  display: flex;
  align-items: center;
  padding-left: 5.1%;
}
.banner .banner-con .ban-swiper .swiper-wrapper .swiper-slide .slide1-lf .slide1-lf-con {
  opacity: 0;
  transition: all 1.5s;
}
.banner .banner-con .ban-swiper .swiper-wrapper .swiper-slide .slide1-lf .slide1-lf-con .slide1-tp {
  display: flex;
  align-items: center;
}
.banner .banner-con .ban-swiper .swiper-wrapper .swiper-slide .slide1-lf .slide1-lf-con .slide1-tp h1 {
  font-size: 74px;
  letter-spacing: 3px;
  color: #ea0b2a;
}
.banner .banner-con .ban-swiper .swiper-wrapper .swiper-slide .slide1-lf .slide1-lf-con .slide1-tp div {
  margin-left: 10px;
  position: relative;
  top: 5px;
}
.banner .banner-con .ban-swiper .swiper-wrapper .swiper-slide .slide1-lf .slide1-lf-con .slide1-tp div p:nth-child(1) {
  font-size: 21px;
  letter-spacing: 1px;
  color: #ea0b2a;
}
.banner .banner-con .ban-swiper .swiper-wrapper .swiper-slide .slide1-lf .slide1-lf-con .slide1-tp div p:nth-child(2) {
  font-size: 24px;
  letter-spacing: 2px;
  color: #ffffff;
  margin-top: -7px;
}
.banner .banner-con .ban-swiper .swiper-wrapper .swiper-slide .slide1-lf .slide1-lf-con .slide1-bt {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.banner .banner-con .ban-swiper .swiper-wrapper .swiper-slide .slide1-lf .slide1-lf-con .slide1-bt .slide1-more {
  display: flex;
  align-items: center;
  font-size: 16px;
  letter-spacing: 1px;
  color: #ffffff;
  transition: all 0.3s;
  position: relative;
  bottom: 3px;
}
.banner .banner-con .ban-swiper .swiper-wrapper .swiper-slide .slide1-lf .slide1-lf-con .slide1-bt .slide1-more img {
  margin-left: 14px;
  transition: all 0.3s;
}
.banner .banner-con .ban-swiper .swiper-wrapper .swiper-slide .slide1-lf .slide1-lf-con .slide1-bt .slide1-more:hover {
  transform: translateX(7px);
}
.banner .banner-con .ban-swiper .swiper-wrapper .swiper-slide .slide1-lf .slide1-lf-con .slide1-bt ul {
  display: flex;
  justify-content: space-between;
}
.banner .banner-con .ban-swiper .swiper-wrapper .swiper-slide .slide1-lf .slide1-lf-con .slide1-bt ul li {
  margin-left: 44px;
}
.banner .banner-con .ban-swiper .swiper-wrapper .swiper-slide .slide1-lf .slide1-lf-con .slide1-bt ul li img {
  transition: all 0.3s;
}
.banner .banner-con .ban-swiper .swiper-wrapper .swiper-slide .slide1-lf .slide1-lf-con .slide1-bt ul li:hover img {
  transform: scale(1.06);
}
.banner .banner-con .ban-swiper .swiper-wrapper .swiper-slide .slide1-lf .slide1-lf-con .slide1-bt ul li:nth-child(1) {
  margin-left: 0;
}
.banner .banner-con .ban-swiper .swiper-wrapper .swiper-slide-active .slide-bg{
    -webkit-animation:scale-bg 7s linear forwards;
     animation:scale-bg 7s linear forwards;
}
@keyframes scale-bg {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
  }
}

.banner .banner-con .ban-swiper .swiper-wrapper .slide2 .slide2-img{
    position: relative;
    top: 4%;
}
.banner .banner-con .ban-swiper .swiper-wrapper .slide2 .slide2-img img{
    max-height: 110.985vh;
}
.banner .banner-con .ban-swiper .swiper-wrapper .slide2 .slide2-con{
    position: absolute;
    width:100%;
    height: 100%;
    top: 0;
    left: 0;
}
.banner .banner-con .ban-swiper .swiper-wrapper .swiper-slide .mslide{
    display: none;
}
.banner .banner-con .ban-swiper .swiper-wrapper .slide2 .slide2-con .container {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}
.banner .banner-con .ban-swiper .swiper-wrapper .slide2 .slide2-content{
    position: absolute;
    left: 3%;
    top: 26%;
}
.banner .banner-con .ban-swiper .swiper-wrapper .swiper-slide .slide-bt{
    white-space: nowrap;
}
.banner .banner-con .ban-swiper .swiper-wrapper .swiper-slide .slide-bt h3{
    font-size: 32px;
	letter-spacing: 1px;
	color: #2c2d42;
	font-weight: bold;
}
.banner .banner-con .ban-swiper .swiper-wrapper .swiper-slide .slide-bt h3 span{
    color: #ea0b2a;
}
.banner .banner-con .ban-swiper .swiper-wrapper .swiper-slide .slide-bt p{
    font-size: 20px;
	letter-spacing: 1px;
	color: #2c2d42;
	margin-top: 25px;
	    margin-left: 16px;
}
.banner .banner-con .ban-swiper .swiper-wrapper .swiper-slide .slide-bt a{
    display: flex;
    align-items: center;
	font-size: 16px;
	letter-spacing: 1px;
	color: #ea0b2a;
	margin-top: 47px;
	    margin-left: 16px;
	    transition: all .3s;
}
.banner .banner-con .ban-swiper .swiper-wrapper .swiper-slide .slide-bt a:hover{
    transform: translateX(7px);
}
.banner .banner-con .ban-swiper .swiper-wrapper .swiper-slide .slide-bt a img{
    margin-left: 16px;
}
.banner .banner-con .ban-swiper .swiper-wrapper .slide3 .slide2-con .container{
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
}
.banner .banner-con .ban-swiper .swiper-wrapper .slide3 .slide2-img {
    top: 0;
}
.banner .banner-con .ban-swiper .swiper-wrapper .slide3 .slide2-content {
    position: relative;
    left: 2.5%;
    top: 0;
        margin-top: 13%;
}
.banner .banner-con .ban-swiper .swiper-wrapper .slide3 .slide2-img img {
    max-height: 90vh;
}
.banner .banner-con .ban-swiper .swiper-wrapper .slide3 .slide2-img{
    margin-top: -290px;
	padding-left: 440px
}
.banner .banner-con .ban-swiper .swiper-wrapper .slide4 .slide2-content{
    position: absolute;
    left: 50%;
    top: auto;
    transform: translateX(-50%);
    bottom: 12vh;
}
.banner .banner-con .ban-swiper .swiper-wrapper .slide4 .slide-bt a{
    margin-left: 0;
    justify-content: center;
    margin-top: 27px;
}



.banner .banner-con .ban-swiper .swiper-wrapper .swiper-slide-active .slide1-lf .slide1-lf-con {
  opacity: 1 !important;
}
.cpzx {
  position: relative;
}
.cpzx .cpzx-con {
  position: relative;
  z-index: 2;
}
.cpzx .cpzx-con .container1 {
  padding-left: 5.3%;
}
.cpzx .cpzx-con .container1 .cpzx-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8vh;
}
.cpzx .cpzx-con .container1 .cpzx-cont .cpzx-lf {
  width: 20.6%;
  transition: all 0.5s;
  opacity: 0;
  transform: translateX(-50px);
}
.cpzx .cpzx-con .container1 .cpzx-cont .cpzx-lf .cpjs-swiper .swiper-wrapper .swiper-slide {
  opacity: 0 !important;
  display: none;
}
.cpzx .cpzx-con .container1 .cpzx-cont .cpzx-lf .cpjs-swiper .swiper-wrapper .swiper-slide a {
  display: block;
}
.cpzx .cpzx-con .container1 .cpzx-cont .cpzx-lf .cpjs-swiper .swiper-wrapper .swiper-slide a:nth-child(1) h3 {
  font-size: 36px;
  font-weight: bold;
  transition: all 0.3s;
  color: #313131;
}
.cpzx .cpzx-con .container1 .cpzx-cont .cpzx-lf .cpjs-swiper .swiper-wrapper .swiper-slide a:nth-child(1) p {
  font-size: 14px;
  transition: all 0.3s;
  color: #313131;
  margin-top: 6px;
}
.cpzx .cpzx-con .container1 .cpzx-cont .cpzx-lf .cpjs-swiper .swiper-wrapper .swiper-slide a:nth-child(1):hover h3,
.cpzx .cpzx-con .container1 .cpzx-cont .cpzx-lf .cpjs-swiper .swiper-wrapper .swiper-slide a:nth-child(1):hover p {
  color: #ea0b2a;
}
.cpzx .cpzx-con .container1 .cpzx-cont .cpzx-lf .cpjs-swiper .swiper-wrapper .swiper-slide a:nth-child(2) {
  font-size: 14px;
  line-height: 36px;
  color: #313131;
  margin-top: 5vh;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 4;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
}
.cpzx .cpzx-con .container1 .cpzx-cont .cpzx-lf .cpjs-swiper .swiper-wrapper .swiper-slide-active {
  opacity: 1 !important;
  display: block !important;
}
.cpzx .cpzx-con .container1 .cpzx-cont .cpzx-lf .cpzx-lf-more {
  display: flex;
  align-items: center;
  font-size: 16px;
  letter-spacing: 1px;
  color: #ea0b2a;
  margin-top: 9.2vh;
  transition: all 0.3s;
}
.cpzx .cpzx-con .container1 .cpzx-cont .cpzx-lf .cpzx-lf-more img {
  margin-left: 14px;
}
.cpzx .cpzx-con .container1 .cpzx-cont .cpzx-lf .cpzx-lf-more:hover {
  transform: translateX(7px);
}
.cpzx .cpzx-con .container1 .cpzx-cont .cpzx-rt {
  width: 71%;
}
.cpzx .cpzx-con .container1 .cpzx-cont .cpzx-rt .cptp-next,
.cpzx .cpzx-con .container1 .cpzx-cont .cpzx-rt .cptp-prev {
  width: auto;
  height: auto;
  opacity: 1;
  background: none;
}
.cpzx .cpzx-con .container1 .cpzx-cont .cpzx-rt .cptp-next:after,
.cpzx .cpzx-con .container1 .cpzx-cont .cpzx-rt .cptp-prev:after {
  display: none;
}
.cpzx .cpzx-con .container1 .cpzx-cont .cpzx-rt .cptp-prev {
  left: 0px;
}
.cpzx .cpzx-con .container1 .cpzx-cont .cpzx-rt .cptp-next {
  right: 0;
}
.cpzx .cpzx-con .container1 .cpzx-cont .cpzx-rt .cptp-swiper-con {
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translateX(50px);
}
.cpzx .cpzx-con .container1 .cpzx-cont .cpzx-rt .cptp-swiper-con .cptp-swiper-dh {
  position: absolute;
  width: 82%;
  top: 52%;
  z-index: 5;
}
.cpzx .cpzx-con .container1 .cpzx-cont .cpzx-rt .cptp-swiper-con .cptp-swiper-cont {
  margin-left: 56px;
  overflow: hidden;
}
.cpzx .cpzx-con .container1 .cpzx-cont .cpzx-rt .cptp-swiper {
  overflow: initial;
  width: 76.7%;
  background-color: #f4f4f4;
  border: solid 1px #ea0b2a;
}
.cpzx .cpzx-con .container1 .cpzx-cont .cpzx-rt .cptp-swiper .swiper-wrapper .swiper-slide a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px rgba(0, 0, 0, 0);
  padding: 56px;
  height: 47.9vh;
}
.cpzx .cpzx-con .container1 .cpzx-cont .cpzx-rt .cptp-swiper .swiper-wrapper .swiper-slide a img {
  max-height: 100%;
  max-width: 90%;
  transition: all 0.6s;
}
.cpzx .cpzx-con .container1 .cpzx-cont .cpzx-rt .cptp-swiper .swiper-wrapper .swiper-slide a:hover img {
  transform: scale(1.03);
}
.cpzx .cpzx-con .container1 .cpzx-cont .cpzx-rt .cptp-swiper .swiper-wrapper .swiper-slide-active a img {
  max-width: 100%;
}
.cpzx .cpzx-con .container1 .cpzx-cont .cpzx-rt .tp-pagination {
  margin-top: 6vh;
  margin-left: 56px;
  opacity: 0;
  transform: translateY(50px);
  max-width: 100%;
}
.cpzx .cpzx-con .container1 .cpzx-cont .cpzx-rt .tp-pagination .mCSB_container {
  flex-wrap: nowrap;
  display: flex;
  max-width: 100%;
}
.cpzx .cpzx-con .container1 .cpzx-cont .cpzx-rt .tp-pagination .mCSB_dragger_bar {
  background: #ea0b2a;
  height: 3px;
}
.cpzx .cpzx-con .container1 .cpzx-cont .cpzx-rt .tp-pagination .mCSB_scrollTools {
  display: block !important;
  width: 100%;
}
.cpzx .cpzx-con .container1 .cpzx-cont .cpzx-rt .tp-pagination li {
  width: fit-content !important;
  cursor: pointer;
  white-space: nowrap;
}
.cpzx .cpzx-con .container1 .cpzx-cont .cpzx-rt .tp-pagination li p {
  font-size: 14px;
  position: relative;
  color: #373737;
  padding-bottom: 8px;
  transition: all 0.3s;
}
.cpzx .cpzx-con .container1 .cpzx-cont .cpzx-rt .tp-pagination li p::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  content: '';
  width: 0;
  height: 1px;
  background: url(../images/xt.png) no-repeat;
  background-size: 100% 100%;
  transition: all 0.3s;
}
.cpzx .cpzx-con .container1 .cpzx-cont .cpzx-rt .tp-pagination .swiper-pagination-bullet {
  width: fit-content;
  height: fit-content;
  background: none;
  margin-right: 25px;
  opacity: 1;
}
.cpzx .cpzx-con .container1 .cpzx-cont .cpzx-rt .tp-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.cpzx .cpzx-con .container1 .cpzx-cont .cpzx-rt .tp-pagination li:hover p {
  color: #ea0b2a;
}
.cpzx .cpzx-con .container1 .cpzx-cont .cpzx-rt .tp-pagination li:hover p::after {
  width: 79%;
}
.cpzx .cpzx-con .container1 .cpzx-cont .cpzx-rt .tp-pagination .swiper-pagination-bullet-active p {
  color: #ea0b2a;
}
.cpzx .cpzx-con .container1 .cpzx-cont .cpzx-rt .tp-pagination .swiper-pagination-bullet-active p::after {
  width: 79%;
}
.active .cpzx-con .container1 .cpzx-cont .cpzx-lf {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.8s;
  transition-delay: 0.3s;
}
.active .cpzx-con .container1 .cpzx-cont .cpzx-rt .cptp-swiper-con {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.8s;
  transition-delay: 0.3s;
}
.active .cpzx-con .container1 .cpzx-cont .cpzx-rt .tp-pagination {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.4s;
  transition-delay: 0.6s;
}
.cpzx::after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: '';
  background: url(../images/cpzx-bg.png) no-repeat;
  background-size: cover;
  background-position: 100% 19px;
  animation: fd 10s infinite linear;
}
@keyframes fd {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.5);
  }
  50% {
    transform: scale(2);
  }
  75% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
.cpzx-bt {
  display: flex;
  align-items: center;
}
.cpzx-bt h3 {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  background-color: #ea0b2a;
  border-radius: 4px;
  display: block;
  padding: 7px 18px;
  margin-right: 11px;
}
.cpzx-bt p {
  font-size: 16px;
  color: #333333;
}
.alsp {
  background: url(../images/alsp-bg.jpg) no-repeat;
  background-size: cover;
}
.alsp .alsp-con .cpzx-bt {
  justify-content: center;
  opacity: 0;
  transform: translateY(50px);
}
.alsp .alsp-con .cpzx-bt p {
  color: #fff;
}
.alsp .alsp-con .alsp-desc {
  font-size: 20px;
  text-align: center;
  letter-spacing: 1px;
  color: #ffffff;
  margin-top: 16px;
  opacity: 0;
  transform: translateY(50px);
}
.alsp .alsp-con .alsp-cont {
  display: flex;
  margin-left: -8.5px;
  margin-right: -8.5px;
  margin-top: 6vh;
}
.alsp .alsp-con .alsp-cont .alsp-items {
  width: 20%;
  padding: 0 8.5px;
  opacity: 0;
  transform: translateY(-70px);
}
.alsp .alsp-con .alsp-cont .alsp-items .alsp-items-con {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 62vh;
}
.alsp .alsp-con .alsp-cont .alsp-items .alsp-items-con .alsp-items-cont {
  position: relative;
  transition: all 0.5s;
  height: 100%;
  overflow: hidden;
}
.alsp .alsp-con .alsp-cont .alsp-items .alsp-items-con .alsp-items-cont div {
  position: absolute;
  width: 100%;
  bottom: -10px;
  padding-left: 55px;
  transition: all 0.5s;
  cursor: pointer;
}
.alsp .alsp-con .alsp-cont .alsp-items .alsp-items-con .alsp-items-cont p:nth-child(1) {
  height: 54px;
}
.alsp .alsp-con .alsp-cont .alsp-items .alsp-items-con .alsp-items-cont p:nth-child(1) img {
  max-height: 100%;
}
.alsp .alsp-con .alsp-cont .alsp-items .alsp-items-con .alsp-items-cont a:nth-child(2) {
  font-size: 30px;
  letter-spacing: 2px;
  color: #ffffff;
  margin-top: 16px;
  display: block;
}
.alsp .alsp-con .alsp-cont .alsp-items .alsp-items-con .alsp-items-cont p:nth-child(3) {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.5s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 1;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  margin-top: 9px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
}
.alsp .alsp-con .alsp-cont .alsp-items .alsp-items-con .alsp-items-cont a:nth-child(4) {
  width: 72px;
  height: 30px;
  border: solid 1px rgba(255, 255, 255, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.77);
  transition: all 0.5s;
  margin-top: 27px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.4s;
  position: relative;
}
.alsp .alsp-con .alsp-cont .alsp-items .alsp-items-con .alsp-items-cont a:nth-child(4) span {
  position: relative;
  z-index: 2;
}
.alsp .alsp-con .alsp-cont .alsp-items .alsp-items-con .alsp-items-cont a:nth-child(4)::after {
  width: 0;
  height: 100%;
  background: #fff;
  left: 0;
  top: 0;
  opacity: 0;
  border: 1px solid #fff;
  content: '';
  position: absolute;
  transition: all 0.4s;
}
.alsp .alsp-con .alsp-cont .alsp-items .alsp-items-con .alsp-items-cont a:nth-child(4):hover {
  border: solid 1px #fff;
  box-shadow: 1px 1px 10px #fff;
  color: #000;
}
.alsp .alsp-con .alsp-cont .alsp-items .alsp-items-con .alsp-items-cont a:nth-child(4):hover::after {
  width: 100%;
  opacity: 1;
}
.alsp .alsp-con .alsp-cont .alsp-items .alsp-items-con .alsp-items-cont:hover {
  background: rgba(0, 0, 0, 0.6);
}
.alsp .alsp-con .alsp-cont .alsp-items .alsp-items-con .alsp-items-cont:hover div {
  bottom: 14.1vh;
}
.alsp .alsp-con .alsp-cont .alsp-items .alsp-items-con .alsp-items-cont:hover div p:nth-child(3),
.alsp .alsp-con .alsp-cont .alsp-items .alsp-items-con .alsp-items-cont:hover div a:nth-child(4) {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.alsp .alsp-con .alsp-cont .alsp-items:nth-child(2n) {
  transform: translateY(70px);
}
.alsp .alsp-con .alsp-cont .alsp-items:last-child a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  letter-spacing: 2px;
  color: #ffffff;
}
.alsp .alsp-con .alsp-cont .alsp-items:last-child a p {
  transition: all 0.3s;
}
.alsp .alsp-con .alsp-cont .alsp-items:last-child a:hover p {
  transform: translateX(7px);
}
.active .alsp-con .cpzx-bt {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.8s;
  transition-delay: 0.3s;
}
.active .alsp-con .alsp-desc {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.8s;
  transition-delay: 0.3s;
}
.active .alsp-con .alsp-cont .alsp-items {
  opacity: 1;
  transform: translateY(0) !important;
  transition: all 0.8s;
  transition-delay: 0.5s;
}
.gywm {
  
  background-size: cover;
  height: 100vh !important;
}
.gywm .container {
  display: flex;
  justify-content: flex-end;
}
.gywm .container .gywm-con {
  width: 36.1%;
}
.gywm .container .gywm-con .gywm-cont .cpzx-bt {
  transform: translateY(50px);
  opacity: 0;
}
@font-face {
  font-family: Abel-Regular;
  src: url('../font/ABEL-REGULAR-2.TTF');
}
.gywm .container .gywm-con .gywm-cont .gywm-bt {
  margin-top: 9.8vh;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(202, 205, 205, 0.3);
  transform: translateY(50px);
  opacity: 0;
}
.gywm .container .gywm-con .gywm-cont .gywm-bt h3 {
  font-family: Abel-Regular;
  font-size: 25px;
  font-weight: bold;
  color: #ea0b2a;
}
.gywm .container .gywm-con .gywm-cont .gywm-bt h4 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #333333;
  margin-top: 9px;
}
.gywm .container .gywm-con .gywm-cont .gywm-nr {
  margin-top: 3.2vh;
  position: relative;
  transform: translateY(50px);
  opacity: 0;
  height: 81px;
}
.gywm .container .gywm-con .gywm-cont .gywm-nr div {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 3;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  font-size: 14px;
  line-height: 27px;
  color: #666666;
}
.gywm .container .gywm-con .gywm-cont .gywm-nr a {
    position: absolute;
    bottom: 1px;
    right: 0;
    font-size: 14px;
    color: #ea0b2a;
    background: #fff;
    display: block;
    line-height: 25px;
    text-align: center;
    /*padding: 0.9rem 0;*/
    height: 25px;
}
.gywm .container .gywm-con .gywm-cont .gywm-nr a span {
  color: #666666;
  padding-right: 14px;
}
.gywm .container .gywm-con .gywm-cont .gywm-nr a::before {
  display: block;
  content: " ";
  position: absolute;
  left: -38px;
  top: 0;
  width: 40px;
  height: 100%;
  color: #000;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#fff));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), #fff);
  text-align: right;
}
.gywm .container .gywm-con .gywm-cont .gywm-sz {
  display: flex;
  justify-content: space-between;
  margin-top: 9vh;
}
.gywm .container .gywm-con .gywm-cont .gywm-sz .gywm-sz-items {
  padding-left: 21px;
  opacity: 0;
  transform: translateY(50px);
  position: relative;
}
.gywm .container .gywm-con .gywm-cont .gywm-sz .gywm-sz-items div:nth-child(1) {
  display: flex;
}
.gywm .container .gywm-con .gywm-cont .gywm-sz .gywm-sz-items div:nth-child(1) h3 {
  font-size: 40px;
  font-weight: bold;
  font-family: Abel-Regular;
  color: #ea0b2a;
}
.gywm .container .gywm-con .gywm-cont .gywm-sz .gywm-sz-items div:nth-child(1) p {
  text-align: center;
  margin-top: -9px;
  margin-left: 5px;
}
.gywm .container .gywm-con .gywm-cont .gywm-sz .gywm-sz-items div:nth-child(1) p span {
  font-size: 12px;
  color: #333333;
  display: block;
}
.gywm .container .gywm-con .gywm-cont .gywm-sz .gywm-sz-items div:nth-child(1) p span:nth-child(1) {
  font-size: 20px;
  margin-bottom: -11px;
}
.gywm .container .gywm-con .gywm-cont .gywm-sz .gywm-sz-items:nth-child(1) div:nth-child(1) p span:nth-child(1){
    visibility: hidden;
}
.gywm .container .gywm-con .gywm-cont .gywm-sz .gywm-sz-items div:nth-child(2) {
  font-size: 16px;
  color: #666666;
  margin-top: -4px;
}
.gywm .container .gywm-con .gywm-cont .gywm-sz .gywm-sz-items::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 1px;
  height: 65px;
  background-color: #dcdcdc;
}
.gywm .container .gywm-con .gywm-cont .gywm-sz .gywm-sz-items::after {
  position: absolute;
  left: 0;
  top: 0%;
  content: '';
  width: 1px;
  height: 18px;
  background-color: #ea0b2a;
}
.active .cpzx-bt,
.active .container .gywm-con .gywm-cont .gywm-bt,
.active .container .gywm-con .gywm-cont .gywm-nr {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.6s;
  transition-delay: 0.3s;
}
.active .container .gywm-con .gywm-cont .gywm-sz .gywm-sz-items {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.6s;
  transition-delay: 0.5s;
}
.qqbj .fp-tableCell {
  vertical-align: bottom;
  padding-bottom: 3.5vh;
}
.qqbj .qqbj-con .container .cpzx-bt {
  justify-content: center;
  opacity: 0;
  transform: translateY(0);
}
.qqbj .qqbj-con .container .qqbj-desc {
  font-size: 20px;
  letter-spacing: 1px;
  color: #ea0b2a;
  text-align: center;
  margin-top: 18px;
  opacity: 0;
  transform: translateY(0);
}
.qqbj .qqbj-con .container .dt {
  text-align: center;
  margin-top: 5vh;
}
.qqbj .qqbj-con .container .dt img {
  max-height: 72vh;
  transition: all 0.6s !important;
  opacity: 0;
  transform: scale(0.6);
}
.qqbj .qqbj-con .container .dt img:hover {
  transform: scale(1.015) translateY(4px);
}
.active .qqbj-con .container .cpzx-bt {
  opacity: 1 !important;
  transform: translateY(0);
  transition: all 0.6s;
  transition-delay: 0.5s;
}
.active .qqbj-con .container .qqbj-desc {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.6s;
  transition-delay: 0.5s;
}
.active .qqbj-con .container .dt img {
  transform: scale(1);
  opacity: 1;
  transition: all 0.6s;
  transition-delay: 0.5s;
}
.hzkh {
  background: url(../images/hzkh-bg.jpg) no-repeat;
  background-size: cover;
}
.hzkh .hzkh-con .cpzx-bt {
  justify-content: center;
}
.hzkh .hzkh-con .cpzx-bt p {
  color: #fff;
}
.hzkh .hzkh-con .hzkh-cont {
  margin-top: 8vh;
}
.hzkh .hzkh-con .hzkh-cont .kh-swiper .swiper-wrapper .swiper-slide {
  width: fit-content !important;
}
.hzkh .hzkh-con .hzkh-cont .kh-swiper .swiper-wrapper .swiper-slide:nth-child(7),.hzkh .hzkh-con .hzkh-cont .kh-swiper .swiper-wrapper .swiper-slide:nth-child(13),.hzkh .hzkh-con .hzkh-cont .kh-swiper .swiper-wrapper .swiper-slide:nth-child(1){
    width: calc(100%/6*5) !important;
}
.hzkh .hzkh-con .hzkh-cont .kh-swiper .swiper-wrapper .swiper-slide:nth-child(7) a,.hzkh .hzkh-con .hzkh-cont .kh-swiper .swiper-wrapper .swiper-slide:nth-child(13) a,.hzkh .hzkh-con .hzkh-cont .kh-swiper .swiper-wrapper .swiper-slide:nth-child(1) a{
    width: 20% !important;
}
.hzkh .hzkh-con .hzkh-cont .kh-swiper .swiper-wrapper .swiper-slide:nth-child(8),.hzkh .hzkh-con .hzkh-cont .kh-swiper .swiper-wrapper .swiper-slide:nth-child(14),.hzkh .hzkh-con .hzkh-cont .kh-swiper .swiper-wrapper .swiper-slide:nth-child(2){
    width: calc(100%/6*3) !important;
}
.hzkh .hzkh-con .hzkh-cont .kh-swiper .swiper-wrapper .swiper-slide:nth-child(8) a,.hzkh .hzkh-con .hzkh-cont .kh-swiper .swiper-wrapper .swiper-slide:nth-child(14) a,.hzkh .hzkh-con .hzkh-cont .kh-swiper .swiper-wrapper .swiper-slide:nth-child(2) a{
    width: calc(100%/3) !important;
}
.hzkh .hzkh-con .hzkh-cont .kh-swiper .swiper-wrapper .swiper-slide:nth-child(9),.hzkh .hzkh-con .hzkh-cont .kh-swiper .swiper-wrapper .swiper-slide:nth-child(15),.hzkh .hzkh-con .hzkh-cont .kh-swiper .swiper-wrapper .swiper-slide:nth-child(3){
    width: calc(100%/6*5) !important;
}
.hzkh .hzkh-con .hzkh-cont .kh-swiper .swiper-wrapper .swiper-slide:nth-child(9) a,.hzkh .hzkh-con .hzkh-cont .kh-swiper .swiper-wrapper .swiper-slide:nth-child(15) a,.hzkh .hzkh-con .hzkh-cont .kh-swiper .swiper-wrapper .swiper-slide:nth-child(3) a{
    width: 20% !important;
}
.hzkh .hzkh-con .hzkh-cont .kh-swiper .swiper-wrapper .swiper-slide:nth-child(10),.hzkh .hzkh-con .hzkh-cont .kh-swiper .swiper-wrapper .swiper-slide:nth-child(16),.hzkh .hzkh-con .hzkh-cont .kh-swiper .swiper-wrapper .swiper-slide:nth-child(4){
    width: calc(100%/6*3) !important;
}
.hzkh .hzkh-con .hzkh-cont .kh-swiper .swiper-wrapper .swiper-slide:nth-child(10) a,.hzkh .hzkh-con .hzkh-cont .kh-swiper .swiper-wrapper .swiper-slide:nth-child(16) a,.hzkh .hzkh-con .hzkh-cont .kh-swiper .swiper-wrapper .swiper-slide:nth-child(4) a{
    width: calc(100%/3) !important;
}
.hzkh .hzkh-con .hzkh-cont .kh-swiper .swiper-wrapper .swiper-slide:nth-child(11),.hzkh .hzkh-con .hzkh-cont .kh-swiper .swiper-wrapper .swiper-slide:nth-child(17),.hzkh .hzkh-con .hzkh-cont .kh-swiper .swiper-wrapper .swiper-slide:nth-child(5){
    width: calc(100%/6*3) !important;
}
.hzkh .hzkh-con .hzkh-cont .kh-swiper .swiper-wrapper .swiper-slide:nth-child(11) a,.hzkh .hzkh-con .hzkh-cont .kh-swiper .swiper-wrapper .swiper-slide:nth-child(17) a,.hzkh .hzkh-con .hzkh-cont .kh-swiper .swiper-wrapper .swiper-slide:nth-child(5) a{
    width: calc(100%/3) !important;
}
.hzkh .hzkh-con .hzkh-cont .kh-swiper .swiper-wrapper .swiper-slide:nth-child(12),.hzkh .hzkh-con .hzkh-cont .kh-swiper .swiper-wrapper .swiper-slide:nth-child(18),.hzkh .hzkh-con .hzkh-cont .kh-swiper .swiper-wrapper .swiper-slide:nth-child(6){
    width: calc(100%/6*4) !important;
}
.hzkh .hzkh-con .hzkh-cont .kh-swiper .swiper-wrapper .swiper-slide:nth-child(12) a,.hzkh .hzkh-con .hzkh-cont .kh-swiper .swiper-wrapper .swiper-slide:nth-child(18) a,.hzkh .hzkh-con .hzkh-cont .kh-swiper .swiper-wrapper .swiper-slide:nth-child(6) a{
    width: 25% !important;
}
.hzkh .hzkh-con .hzkh-cont .kh-swiper .swiper-wrapper .swiper-slide div {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 55.728vh;
}
.hzkh .hzkh-con .hzkh-cont .kh-swiper .swiper-wrapper .swiper-slide a {
  /*width: 18vw;*/
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  height: 18.576vh;
  font-size: 20px;
  /*flex: 1;*/
  /*margin-bottom: -2px;*/
  margin-right: -2px;
  background: rgba(255, 255, 255, 0.1);
  transition: all .1s;
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.hzkh .hzkh-con .hzkh-cont .kh-swiper .swiper-wrapper .swiper-slide a img{
    /*max-height: 100%;*/
        max-height: 60%;
    max-width: 61%;
}

.hzkh .hzkh-con .hzkh-cont .kh-swiper .swiper-wrapper .swiper-slide a img:nth-child(2){
    display: none;
}
.hzkh .hzkh-con .hzkh-cont .kh-swiper .swiper-wrapper .swiper-slide a:hover{
    background: #fff;
}
.hzkh .hzkh-con .hzkh-cont .kh-swiper .swiper-wrapper .swiper-slide a:hover img:nth-child(1){
    display: none;
}
.hzkh .hzkh-con .hzkh-cont .kh-swiper .swiper-wrapper .swiper-slide a:hover img:nth-child(2){
    display: inline;
}
.hzkh .hzkh-con .hzkh-cont .khfl-swiper {
  position: relative;
}
.hzkh .hzkh-con .hzkh-cont .khfl-swiper .swiper-wrapper .swiper-slide {
  width: fit-content !important;
}
.hzkh .hzkh-con .hzkh-cont .khfl-swiper .swiper-wrapper {
    transform: translate3d(0px, 0px, 0px) !important;
}
.hzkh .hzkh-con .hzkh-cont .khfl-swiper .swiper-wrapper .swiper-slide div {
  font-size: 18px;
  color: #ffffff;
  cursor: pointer;
  padding: 0 3px;
  position: relative;
  padding-bottom: 16px;
}
.hzkh .hzkh-con .hzkh-cont .khfl-swiper .swiper-wrapper .swiper-slide div::after {
  width: 0;
  position: absolute;
  content: '';
  bottom: 1px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  background-color: #ea0b2a;
  z-index: 5;
  opacity: 0;
  transition: all 0.3s;
}
.hzkh .hzkh-con .hzkh-cont .khfl-swiper .swiper-wrapper .swiper-slide:last-child {
  margin-right: 0 !important;
}
.hzkh .hzkh-con .hzkh-cont .khfl-swiper .swiper-wrapper .swiper-slide-thumb-active div::after {
  width: 100%;
  opacity: 1;
}
.hzkh .hzkh-con .hzkh-cont .khfl-swiper::after {
  width: 100%;
  position: absolute;
  content: '';
  bottom: 1px;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background-color: rgba(240, 241, 243, 0.5);
}
.hzkh .hzkh-con .hzkh-cont .kh-dh {
  margin-top: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hzkh .hzkh-con .hzkh-cont .kh-dh .kh-pagination {
  font-size: 20px;
  letter-spacing: 1px;
  color: #ea0b2a;
  width: fit-content;
  padding-right: 190px;
  opacity: 1;
  position: relative;
  top: 0px;
}
.hzkh .hzkh-con .hzkh-cont .kh-dh .kh-pagination .swiper-pagination-current {
  font-size: 20px;
  letter-spacing: 1px;
  color: #ea0b2a;
}
.hzkh .hzkh-con .hzkh-cont .kh-dh .kh-pagination .swiper-pagination-total {
  color: #fff;
}
.hzkh .hzkh-con .hzkh-cont .kh-dh .kh-pagination span {
  position: relative;
  padding-left: 13px;
  opacity: 1;
}
.hzkh .hzkh-con .hzkh-cont .kh-dh .kh-pagination span::before {
  position: absolute;
  left: 0;
  top: -6.6px;
  content: '0';
  font-size: 20px;
  letter-spacing: 1px;
  color: #ea0b2a;
}
.hzkh .hzkh-con .hzkh-cont .kh-dh .kh-pagination .swiper-pagination-total::before {
  color: #fff;
}
.hzkh .hzkh-con .hzkh-cont .kh-dh .kh-pagination::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 165px;
  height: 1px;
  background: #fff;
  opacity: 1;
}
.hzkh .hzkh-con .hzkh-cont .kh-dh .kh-pagination::before {
  position: absolute;
  right: 80px;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 86.5px;
  height: 1px;
  background: #ea0b2a;
  opacity: 1;
  z-index: 3;
}
.footer {
  position: relative;
  height: fit-content !important;
}
.footer .fp-tableCell {
  display: block !important;
  height: fit-content !important;
}
.footer #footer-text {
     background: url(../images/foot-bg.jpg) no-repeat;
  background-size: cover; 
  height: fit-content !important;
}
.footer .footer-con .foot-cont {
  max-width: 82.8%;
  margin: 0 auto;
}
.footer .footer-con .foot-cont .foot-tp {
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 49px;
}
.footer .footer-con .foot-cont .foot-cen {
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
}
.footer .footer-con .foot-cont .foot-cen .foot-cen-lf {
  display: flex;
  flex: 1;
}
.footer .footer-con .foot-cont .foot-cen .foot-cen-lf div {
  margin-right: 94px;
}
.footer .footer-con .foot-cont .foot-cen .foot-cen-lf div p {
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
}
.footer .footer-con .foot-cont .foot-cen .foot-cen-lf div ul {
  margin-top: 13px;
}
.footer .footer-con .foot-cont .foot-cen .foot-cen-lf div ul li a {
  font-size: 14px;
  transition: all 0.3s;
  color: #c2c2c2;
}
.footer .footer-con .foot-cont .foot-cen .foot-cen-lf div ul li {
      font-size: 14px;
  transition: all 0.3s;
  color: #c2c2c2;
}
.footer .footer-con .foot-cont .foot-cen .foot-cen-lf div ul li a:hover {
  color: #fff;
}
.footer .footer-con .foot-cont .foot-cen .foot-cen-lf div:last-child {
  margin-right: 0;
}
.footer .footer-con .foot-cont .foot-cen .foot-cen-rt {
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  margin-top: 10px;
}
.footer .footer-con .foot-cont .foot-cen .foot-cen-rt img {
  display: block;
  margin: 0 auto;
  margin-bottom: 17px;
}
.footer .footer-con .foot-cont .foot-bt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 34px;
  padding: 22.5px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .footer-con .foot-cont .foot-bt p {
  font-size: 14px;
  color: rgba(169, 169, 169, 0.5);
}
.footer .footer-con .foot-cont .foot-bt p a {
  font-size: 14px;
  color: rgba(169, 169, 169, 0.5);
  transition: all 0.3s;
}
.footer .footer-con .foot-cont .foot-bt p a:hover {
  color: #fff;
}
.footer .footer-con .foot-cont .foot-bt ul {
  display: flex;
}
.footer .footer-con .foot-cont .foot-bt ul li {
  display: flex;
  align-items: center;
  margin-right: 37px;
}
.footer .footer-con .foot-cont .foot-bt ul li span,.footer .footer-con .foot-cont .foot-bt ul li a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}
.footer .footer-con .foot-cont .foot-bt ul li a{
    transition: all .3s;
}
.footer .footer-con .foot-cont .foot-bt ul li a:hover{
    color: #fff;
}
.footer .footer-con .foot-cont .foot-bt ul li img {
  margin-right: 8px;
}
.footer .footer-con .foot-cont .foot-bt ul li:last-child {
  margin-right: 0;
}
.i-ban div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 530px;
}
.i-crumb .container {
  border-bottom: 1px solid #f3f3f3;
}
.i-crumb .container p {
  display: flex;
  align-items: center;
  font-size: 14px;
  letter-spacing: 1px;
  color: #666666;
  padding: 16px 0;
}
.i-crumb .container p a {
  font-size: 14px;
  letter-spacing: 1px;
  color: #666666;
  transition: all 0.3s;
  margin: 0 3px;
}
.i-crumb .container p a:hover {
  color: #ea0b2a;
}
.a-con {
  margin-top: 72px;
}
.a-con .a-fl {
  background-color: #f5f6f9;
  border: solid 1px #ececec;
  padding: 50px;
  margin-top: 57px;
}
.a-con .a-fl .a-fl-box {
  display: flex;
  margin-bottom: 12px;
}
.a-con .a-fl .a-fl-box p {
  font-size: 18px;
  color: #333333;
}
.a-con .a-fl .a-fl-box ul {
  
  display: flex;
  flex-wrap: wrap;
  padding-left: 38px;
}
.a-con .a-fl .a-fl-box div{
    flex: 1;
}
.a-con .a-fl .a-fl-box ul li {
  margin-right: 26px;
  margin-bottom: 8px;
}
.a-con .a-fl .a-fl-box ul li:nth-child(1) {
    
}
.a-con .a-fl .a-fl-box ul li:nth-child(1) a{
    background-color: rgb(234,11,42);
    color: #fff;
}
.a-con .a-fl .a-fl-box ul .a-active:nth-child(1) a{
    box-shadow: 2px 2px 6px rgb(0 0 0);
}
.a-con .a-fl .a-fl-box ul li a {
  background-color: #ffffff;
  border-radius: 3px;
  border: solid 1px #eeeeee;
  display: block;
  text-align: center;
  min-width: 149px;
  font-size: 16px;
  transition: all 0.3s;
  color: #666666;
  cursor: pointer;
  padding: 4px 10px;
}
.a-con .a-fl .a-fl-box ul .a-active a {
  border: solid 1px #ea0b2a;
  color: #ea0b2a;
}
.a-con .a-fl .a-fl-box:last-child {
  margin-bottom: 0;
}
.a-con .a-fl .a-fl-box:last-child ul{
    margin-bottom: 11px;
}
.a-con .row {
  margin-left: -35px;
  margin-right: -35px;
  margin-top: 43px;
}
.a-con .row .a-items {
  padding: 0 35px;
  margin-bottom: 48px;
}
.a-con .row .a-items .a-items-con {
  border-radius: 6px;
  padding: 23px;
  padding-top: 0;
  transition: all 0.4s;
}
.a-con .row .a-items .a-items-con .a-items-sp {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  height: 335px;
  padding-top: 23px;
  border-top: 1px solid #ececec;
  transition: all 0.4s;
}
.a-con .row .a-items .a-items-con .a-items-sp div:nth-child(1) {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  overflow: hidden;
}
.a-con .row .a-items .a-items-con .a-items-sp div:nth-child(1) p {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  transition: all 0.6s;
}
.a-con .row .a-items .a-items-con .a-items-sp div:nth-child(1) img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.a-con .row .a-items .a-items-con .a-items-sp div:nth-child(2) {
  width: 100%;
  height: 100%;
}
.a-con .row .a-items .a-items-con .a-items-sp div:nth-child(2) video {
  width: 100%;
  height: 100%;
}
.a-con .row .a-items .a-items-con .a-items-nr {
  margin-top: 27px;
}
.a-con .row .a-items .a-items-con .a-items-nr div:nth-child(1) {
  font-size: 20px;
  color: #333333;
}
.a-con .row .a-items .a-items-con .a-items-nr div:nth-child(2),.a-con .row .a-items .a-items-con .a-items-nr div:nth-child(3) {
  font-size: 14px;
  color: #333333;
}
.a-con .row .a-items .a-items-con:hover {
  box-shadow: 0px 0px 12px 1px rgba(42, 42, 42, 0.1);
}
.a-con .row .a-items .a-items-con:hover .a-items-sp {
  border-top: 1px solid rgba(0, 0, 0, 0);
}
.a-con .row .a-items .a-items-con:hover .a-items-sp div:nth-child(1) p {
  transform: scale(1.05);
}
.a-bt {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  color: #333333;
}
.a-sq {
  background: url(../images/sq-bg.jpg) no-repeat;
  background-size: cover;
  padding: 105px 0;
  margin-top: 40px;
}
.a-sq .container {
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 63px 130px 70px 130px;
}
.a-sq .container div:nth-child(1) p:nth-child(1) {
  font-size: 28px;
  letter-spacing: 1px;
  color: #ea0b2a;
}
.a-sq .container div:nth-child(1) p:nth-child(2) {
  font-size: 18px;
  margin-top: 15px;
  color: #333333;
}
.a-sq .container a {
  width: 152px;
  height: 43px;
  background-color: #ea0b2a;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #ffffff;
  position: relative;
  top: -9px;
  transition: all 0.4s;
}
.a-sq .container a:hover {
  box-shadow: 1px 1px 10px #ea0b2a;
  transform: translateX(5px);
}
.gd .c-con-lf {
  position: fixed;
  top: 80px !important;
}
.t_show .c-con-lf {
 top: 0% !important;
    position: relative !important;
    
}
.c-con {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 65px;
  padding-bottom: 80px;
  position: relative;
}
.c-con .c-con-lf {
  box-shadow: 0px 0px 10px 0px rgba(33, 24, 21, 0.3);
  border-radius: 29px 29px 12px 12px;
  overflow: hidden;
  width: 337px;
  top: 80px;
  position: sticky;
  transition: all .3s;
}
.c-con .c-con-lf .c-con-lf-con h3 {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 1px;
  background-color: #ea0b2a;
  color: #ffffff;
  text-align: center;
  padding: 36.5px 0;
}
.c-con .c-con-lf .c-con-lf-con .c-con-lf-bt {
padding: 35px 25px;
    padding-right: 3px !important;
    padding-bottom: 44px;
    position: relative;
}
.c-con .c-con-lf .c-con-lf-con .c-con-lf-bt .mCSB_inside > .mCSB_container {
  margin-right: 0;
}
.c-con .c-con-lf .c-con-lf-con .c-con-lf-bt .c-nav {
  max-height: calc(100vh - 280px);
  position: relative;
}
.c-con .c-con-lf .c-con-lf-con .c-con-lf-bt .c-nav #mCSB_1_scrollbar_vertical {
  position: absolute;
  height: 100%;
  right: 0px;
  opacity: 1 !important;
}
.c-con .c-con-lf .c-con-lf-con .c-con-lf-bt .c-nav .mCSB_dragger_bar {
  background: #ea0b2a;
  width: 3px;
}
.c-con .c-con-lf .c-con-lf-con .c-con-lf-bt .c-nav .mCSB_draggerRail {
  background-color: #e3e3e3;
  width: 3px;
}
.c-con .c-con-lf .c-con-lf-con .c-con-lf-bt .c-nav .c-nav-items {
  margin-bottom: 16px;
  width: 92.5%;
}
.c-con .c-con-lf .c-con-lf-con .c-con-lf-bt .c-nav .c-nav-items div:nth-child(1) {
  display: flex;
  justify-content: space-between;
  background-color: #f7f7f7;
  border-radius: 9px;
  align-items: center;
  padding: 9.5px 28px;
  cursor: pointer;
}
.c-con .c-con-lf .c-con-lf-con .c-con-lf-bt .c-nav .c-nav-items div:nth-child(1) a {
  font-size: 18px;
  transition: all 0.3s;
  letter-spacing: 1px;
  color: #333333;
}
.c-con .c-con-lf .c-con-lf-con .c-con-lf-bt .c-nav .c-nav-items div:nth-child(1) img:nth-child(3) {
  display: none;
}
.c-con .c-con-lf .c-con-lf-con .c-con-lf-bt .c-nav .c-nav-items div:nth-child(1) img:nth-child(4) {
  display: none;
}
.c-con .c-con-lf .c-con-lf-con .c-con-lf-bt .c-nav .c-nav-items div:nth-child(1):hover a {
  color: #ea0b2a;
}
.c-con .c-con-lf .c-con-lf-con .c-con-lf-bt .c-nav .c-nav-items div:nth-child(1):hover img:nth-child(3) {
  display: inline;
}
.c-con .c-con-lf .c-con-lf-con .c-con-lf-bt .c-nav .c-nav-items div:nth-child(1):hover img:nth-child(2) {
  display: none;
}
.c-con .c-con-lf .c-con-lf-con .c-con-lf-bt .c-nav .c-nav-items ul {
  padding-top: 8px;
  padding-bottom: 5px;
  display: none;
}
.c-con .c-con-lf .c-con-lf-con .c-con-lf-bt .c-nav .c-nav-items ul li {
  border-bottom: solid 1px rgba(227, 227, 227, 0.4);
  padding: 0 28px;
  padding-bottom: 3px;
  margin-top: 17px;
}
.c-con .c-con-lf .c-con-lf-con .c-con-lf-bt .c-nav .c-nav-items ul li a {
  font-size: 14px;
  transition: all 0.3s;
  letter-spacing: 1px;
  color: #333333;
}
.c-con .c-con-lf .c-con-lf-con .c-con-lf-bt .c-nav .c-nav-items ul li:hover a {
  color: #ea0b2a;
}
.c-con .c-con-lf .c-con-lf-con .c-con-lf-bt .c-nav .c-nav-items ul .cz-active a {
  color: #ea0b2a;
}
.c-con .c-con-lf .c-con-lf-con .c-con-lf-bt .c-nav .c-nav-items ul li:last-child {
  border-bottom: none;
}
.c-con .c-con-lf .c-con-lf-con .c-con-lf-bt .c-nav .c-nav-items:last-child {
  margin-bottom: 0;
}
.c-con .c-con-lf .c-con-lf-con .c-con-lf-bt .c-nav .c-active div:nth-child(1) a {
  color: #ea0b2a;
}
.c-con .c-con-lf .c-con-lf-con .c-con-lf-bt .c-nav .c-active div:nth-child(1) img:nth-child(3) {
  display: inline;
  transform: rotateZ(90deg);
}
.c-con .c-con-lf .c-con-lf-con .c-con-lf-bt .c-nav .c-active div:nth-child(1) img:nth-child(2) {
  display: none;
}
.c-con .c-con-lf .c-con-lf-con .c-con-lf-bt .c-con-xl {
  text-align: center;
  margin-top: 14px;
}
.c-con .c-con-lf .c-con-lf-con .c-con-lf-bt .c-con-xl img{
    cursor: pointer;
}
.c-con .c-con-rt {
  width: calc(100% - 382px);
  padding-top: 9px;
  margin: 0 auto;
  margin-right: 0;
}
.c-con .c-con-rt h3 {
  font-size: 20px;
  border-bottom: 1px solid #f3f3f3;
  letter-spacing: 1px;
  color: #ea0b2a;
  padding-bottom: 23px;
}
.c-con .c-con-rt .row {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 25px;

}
.c-con .c-con-rt .clist-row{
      /*min-height: 500px;*/
}

.c-con .c-con-rt .row .c-items {
  padding: 0 15px;
  margin-bottom: 33px;
}
.c-con .c-con-rt .row .c-items .c-items-con {
  padding-top: 11px;
  background-color: #f7f7f7;
  transition: all 0.3s;
  height: 100%;
}
.c-con .c-con-rt .row .c-items .c-items-con .c-thumb {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 227px;
}
.c-con .c-con-rt .row .c-items .c-items-con .c-thumb img {
  max-width: 85%;
  max-height: 85%;
  transition: all 0.6s;
}
.c-con .c-con-rt .row .c-items .c-items-con div {
  border-top: 1px solid #fff;
  padding: 22px 26px 22px 26px;
}
.c-con .c-con-rt .row .c-items .c-items-con div a {
  display: block;
  transition: all 0.3s;
}
.c-con .c-con-rt .row .c-items .c-items-con div a:nth-child(1) {
  font-size: 14px;
  line-height: 28px;
  color: #333333;
}
.c-con .c-con-rt .row .c-items .c-items-con div a:nth-child(2) {
  font-size: 14px;
  line-height: 28px;
  color: #333333;
}
.c-con .c-con-rt .row .c-items .c-items-con:hover {
  transform: translateY(-4px);
}
.c-con .c-con-rt .row .c-items .c-items-con:hover .c-thumb img {
  transform: scale(1.03);
}
.c-con .c-con-rt .row .c-items .c-items-con:hover div a {
  color: #ea0b2a;
}
.cshow-con .cshow-bt {
  display: flex;
  align-items: center;
  font-size: 20px;
  padding-bottom: 24px;
  color: #ea0b2a;
  border-bottom: 1px solid #f3f3f3;
}
.cshow-con .cshow-bt img {
  margin-right: 7px;
}
.cshow-con .cshow-tp {
  display: flex;
  justify-content: space-between;
  margin-top: 37px;
}
.cshow-con .cshow-tp .cshow-tp-lf {
  flex: 1;
  padding-right: 36px;
}
.cshow-con .cshow-tp .cshow-tp-lf div {
  background: url(../images/dt-bg.jpg) no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto !important;
    padding: 45px 0;
}
.cshow-con .cshow-tp .cshow-tp-lf div img {
  max-width: 90%;
  max-height: 90%;
  transition: all 0.6s;
}
.cshow-con .cshow-tp .cshow-tp-lf div img:hover {
  transform: scale(1.02);
}
.cshow-con .cshow-tp .cshow-tp-lf ul {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -27.5px;
  margin-right: -27.5px;
}
.cshow-con .cshow-tp .cshow-tp-lf ul li {
  width: 20%;
  padding: 0 27.5px;
  margin-bottom: 20px;
}
.cshow-con .cshow-tp .cshow-tp-lf ul li p {
  background-color: #dfdde0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 118px;
  overflow: hidden;
}
.cshow-con .cshow-tp .cshow-tp-lf ul li p img {
  max-height: 100%;
  transition: all 0.6s;
  cursor: pointer;
}
.cshow-con .cshow-tp .cshow-tp-lf ul li p img:hover {
  transform: scale(1.04);
}
.cshow-con .cshow-tp .cshow-tp-rt {
  padding-top: 25px;
}
.cshow-con .cshow-tp .cshow-tp-rt ul li {
  padding: 2px;
  background: #ea0b2a;
  margin-bottom: 23px;
  cursor: pointer;
  transition: all 0.3s;
}
.cshow-con .cshow-tp .cshow-tp-rt ul #ys{
    background: #ababab;
    pointer-events: none;
}
.cshow-con .cshow-tp .cshow-tp-rt ul li p {
  width: 137px;
  height: 38px;
  border: solid 1px rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #ffffff;
}
.cshow-con .cshow-tp .cshow-tp-rt ul li p img {
  margin-right: 10px;
}
.cshow-con .cshow-tp .cshow-tp-rt ul li:hover {
  background: #000;
}
.cshow-con .cshow-nav {
  border-bottom: 1px solid #eee;
  margin-top: 20px;
  position: sticky;
  background: #fff;
  top: 80px;
  z-index: 2;
}
.cshow-con .cshow-nav ul {
  display: flex;
}
.cshow-con .cshow-nav ul li {
  margin-right: 70px;
}
.cshow-con .cshow-nav ul li a {
  font-size: 18px;
  display: block;
  color: #333333;
  transition: all 0.3s;
  position: relative;
  padding-bottom: 7px;
}
.cshow-con .cshow-nav ul li a::after {
  position: absolute;
  left: 50%;
  bottom: -1px;
  transform: translateX(-50%);
  content: '';
  width: 0px;
  opacity: 0;
  height: 1px;
  transition: all 0.3s;
  background-color: #ea0b2a;
}
.cshow-con .cshow-nav ul .cn-active a {
  color: #ea0b2a;
}
.cshow-con .cshow-nav ul .cn-active a::after {
  width: 42px;
  opacity: 1;
}
.cshow-con .cshow-nav ul li:hover a {
  color: #ea0b2a;
}
.cshow-con .cshow-nav ul li:hover a::after {
  width: 42px;
  opacity: 1;
}
.cshow-con .cshow-nav ul li:last-child {
  margin-right: 0;
}
.cshow-con .cshow-content .cxq-bt {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 15px;
}
.cshow-con .cshow-content .cxq-bt p {
  display: flex;
  font-size: 16px;
  color: #ea0b2a;
  margin-left: 10px;
}
.cshow-con .cshow-content .cxq-bt p span {
  font-size: 14px;
  color: #999999;
  opacity: 0.5;
  margin-left: 6px;
  position: relative;
  top: 3px;
}
.cshow-con .cshow-content .cshow-jstx {
  margin-top: 36px;
  position: relative;
}
.cshow-con .cshow-content .cshow-jstx div:nth-child(3) {
  font-size: 16px;
  line-height: 38px;
  color: #666666;
  margin-top: 16px;
}
.cshow-con .cshow-content .cshow-jstx div:nth-child(3) p {
  display: flex;
  position: relative;
  padding-left: 17px;
}
.cshow-con .cshow-content .cshow-jstx div:nth-child(3) p span{
    line-height: inherit !important;
}
.cshow-con .cshow-content .cshow-jstx div:nth-child(3) p::before{
    position: absolute;
    top: 16px;
    left: 0;
    content:'';
	width: 5px;
	height: 5px;
	background-color: #ea0b2a;
	border-radius: 100%;
}
.cshow-con .cshow-content .cshow-jstx div:nth-child(3) strong {
  font-weight: bolder;
  color: #ea0b2a;
  font-size: 33px;
  position: relative;
  top: -4px;
  margin-right: -6px;
}
.cshow-con .cshow-content .cshow-xxcs {
  margin-top: 33px;
  position: relative;
}
.cshow-con .cshow-content .cshow-xxcs .cshow-gg {
  display: flex;
  margin-top: 33px;
  position: sticky;
}
.cshow-con .cshow-content .cshow-xxcs .cshow-gg p {
  font-size: 16px;
  color: #333333;
}
.cshow-con .cshow-content .cshow-xxcs .cshow-gg ul {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  padding-left: 7px;
}
.cshow-con .cshow-content .cshow-xxcs .cshow-gg ul li {
  margin-right: 36px;
  background-color: #f1f1f1;
  font-size: 14px;
  text-align: center;
  color: #666666;
  margin-bottom: 15px;
  transition: all 0.3s;
  padding: 1px 10px;
  min-width: 112px;
  cursor: pointer;
}
.cshow-con .cshow-content .cshow-xxcs .cshow-gg ul li:last-child {
  margin-right: 0;
}
.cshow-con .cshow-content .cshow-xxcs .cshow-gg ul li:hover {
  background-color: #ea0b2a;
  color: #fff;
}
.cshow-con .cshow-content .cshow-xxcs .cshow-gg ul .g-active {
  background-color: #ea0b2a;
  color: #fff;
}
.cshow-con .cshow-content .cshow-xxcs .cshow-gg-content {
  margin-top: 14px;
}

/*.cshow-con .cshow-content .cshow-xxcs .cshow-gg-content table {
	width:100%;
  margin: 0 auto;
  font-size: 20px !important;
  line-height: 50px;
  border-spacing: 0;
  border-bottom: solid 1px #babdc0 !important;
  border-right: none !important;
  margin-top: 5%;
}*/

/*.cshow-con .cshow-content .cshow-xxcs .cshow-gg-content tr {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  font-style: inherit;
  font-variant: inherit;
  font-weight: inherit;
  font-stretch: inherit;
  line-height: inherit;
  font-family: inherit;
}

.cshow-con .cshow-content .cshow-xxcs .cshow-gg-content tr:nth-child(1){
	background: #ff8a01  !important;}
	

.cshow-con .cshow-content .cshow-xxcs .cshow-gg-content td {
  box-sizing: content-box;
  margin: 0px;
  padding: 0px;
  
  font-style: inherit;
  font-variant: inherit;
  font-stretch: inherit;
  line-height: inherit;
  font-family: inherit;
  float: none;
  border-color: rgb(204, 204, 204);
  overflow: hidden;
  vertical-align: top;

  text-align: center;
  border-top: solid 1px #babdc0 !important;
  border-left: 1px solid rgb(204, 204, 204);
  border-right: 1px solid rgb(204, 204, 204);
  font-size:16px;
  font-family:"Î¢ÈíÑÅºÚ";
  font-weight:bold
}*/





.cshow-con .cshow-content .cshow-xxcs .cshow-gg-content div {
  display: none;
}
.cshow-con .cshow-content .cshow-xxcs .cshow-gg-content div table {
  width: 100% !important;
  border: 1px solid #eeeeee;
}
.cshow-con .cshow-content .cshow-xxcs .cshow-gg-content div table tr {
  background-color: #ababab !important;
}
.cshow-con .cshow-content .cshow-xxcs .cshow-gg-content div table tr td {
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  width: 25% !important;
  border: 1px solid #eee !important;
  background: none !important;
  padding: 9.5px 10px !important;
}
.cshow-con .cshow-content .cshow-xxcs .cshow-gg-content div table tr td,.cshow-con .cshow-content .cshow-xxcs .cshow-gg-content div table tr td span{
    height: auto !important;
    font-size: initial !important;
}
.cshow-con .cshow-content .cshow-xxcs .cshow-gg-content div table tr td span{
    display: inline;
}
.cshow-con .cshow-content .cshow-xxcs .cshow-gg-content div table tr td:nth-child(1) {
  border-left: 1px solid #eee;
}
.cshow-con .cshow-content .cshow-xxcs .cshow-gg-content div table tr td:last-child {
  border-right: 1px solid #eee;
}
.cshow-con .cshow-content .cshow-xxcs .cshow-gg-content div table tr:last-child td {
  border-bottom: 1px solid #eee;
}
.cshow-con .cshow-content .cshow-xxcs .cshow-gg-content div table tr:nth-child(2n) {
  background: #fff !important;
}
.cshow-con .cshow-content .cshow-xxcs .cshow-gg-content div table tr:nth-child(2n) td {
  color: #333333;
}
.cshow-con .cshow-content .cshow-xxcs .cshow-gg-content div:nth-child(1) {
  display: block;
}
.cshow-con .cshow-content .cshow-dzfw {
  margin-top: 47px;
  position: relative;
}
.cshow-con .cshow-content .cshow-dzfw .cshow-dzfw-con {
  margin-top: 35px;
}
.cshow-con .cshow-content .cshow-dzfw .cshow-dzfw-con ul {
  display: flex;
  justify-content: space-between;
}
.cshow-con .cshow-content .cshow-dzfw .cshow-dzfw-con ul li {
  text-align: center;
}
.cshow-con .cshow-content .cshow-dzfw .cshow-dzfw-con ul li p:nth-child(1) {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  transition: all 0.6s;
}
.cshow-con .cshow-content .cshow-dzfw .cshow-dzfw-con ul li p:nth-child(1) img:nth-child(2) {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
  width: 100%;
  height: 100%;
}
.cshow-con .cshow-content .cshow-dzfw .cshow-dzfw-con ul li p:nth-child(1) img:nth-child(3) {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
  width: 100%;
  height: 100%;
}
.cshow-con .cshow-content .cshow-dzfw .cshow-dzfw-con ul li p:nth-child(2) {
  font-size: 18px;
  position: relative;
  padding-bottom: 2px;
  margin-top: 2px;
  color: #333333;
}
.cshow-con .cshow-content .cshow-dzfw .cshow-dzfw-con ul li p:nth-child(2)::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 17px;
  height: 1px;
  background-color: #ea0b2a;
  bottom: 0;
}
.cshow-con .cshow-content .cshow-dzfw .cshow-dzfw-con ul li p:nth-child(3) {
  margin-top: 4px;
  font-size: 16px;
  color: #666666;
}
.cshow-con .cshow-content .cshow-dzfw .cshow-dzfw-con ul li:hover p:nth-child(1) {
  transform: rotateZ(360deg);
}
.cshow-con .cshow-content .cshow-syfw {
  margin-top: 42px;
  position: relative;
}
.cshow-con .cshow-content .cshow-syfw .cshow-syfw-desc {
  font-size: 15px;
  line-height: 32px;
  margin-top: 16px;
  color: #666666;
}
.cshow-con .cshow-content .cshow-syfw .row {
  margin-left: -36px;
  margin-right: -36px;
}
.cshow-con .cshow-content .cshow-syfw .row .cshow-syfw-items {
  padding: 0 36px;
}
.cshow-con .cshow-content .cshow-syfw .row .cshow-syfw-items .cshow-syfw-items-con a {
  display: block;
}
.cshow-con .cshow-content .cshow-syfw .row .cshow-syfw-items .cshow-syfw-items-con a:nth-child(1) {
  overflow: hidden;
}
.cshow-con .cshow-content .cshow-syfw .row .cshow-syfw-items .cshow-syfw-items-con a:nth-child(1) p {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 300px;
  transition: all 0.6s;
}
.cshow-con .cshow-content .cshow-syfw .row .cshow-syfw-items .cshow-syfw-items-con a:nth-child(1) p:hover {
  transform: scale(1.03);
}
.cshow-con .cshow-content .cshow-syfw .row .cshow-syfw-items .cshow-syfw-items-con a:nth-child(2) {
  background-color: #ea0b2a;
  text-align: center;
  font-size: 19px;
  letter-spacing: 1px;
  color: #ffffff;
  padding: 7.5px 10px;
}
.cshow-txl {
  background-color: #f7f7f7;
  position: relative;
  padding-bottom: 82px;
  padding-top: 70px;
  margin-top: 0px !important;
}
.cshow-txl .txl-next,
.cshow-txl .txl-prev {
  background: none;
  top: 56%;
}
.cshow-txl .txl-prev {
  left: 28px;
}
.cshow-txl .txl-next {
  right: 28px;
}
.cshow-txl .container h3 {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #333333;
}
.cshow-txl .container .txl-swiper {
  margin-top: 18px;
  padding-top: 7px;
}
.cshow-txl .container .txl-swiper .swiper-wrapper .swiper-slide .txl-con {
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #e6eaef;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 35px;
  transition: all 0.3s;
}
.cshow-txl .container .txl-swiper .swiper-wrapper .swiper-slide .txl-con .txl-tp .txl-thumb {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 171px;
}
.cshow-txl .container .txl-swiper .swiper-wrapper .swiper-slide .txl-con .txl-tp .txl-thumb img {
  max-width: 90%;
  max-height: 90%;
  transition: all 0.6s;
}
.cshow-txl .container .txl-swiper .swiper-wrapper .swiper-slide .txl-con .txl-tp .txl-nr {
  margin-top: 12px;
  padding: 0 33px;
}
.cshow-txl .container .txl-swiper .swiper-wrapper .swiper-slide .txl-con .txl-tp .txl-nr a {
  font-size: 16px;
  transition: all 0.3s;
  color: #333333;
  overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
display: -moz-box;
-moz-line-clamp: 1;
-moz-box-orient: vertical;
word-wrap: break-word;
word-break: break-all;
white-space: normal;
}
.cshow-txl .container .txl-swiper .swiper-wrapper .swiper-slide .txl-con .txl-tp .txl-nr div {
  font-size: 14px;
  line-height: 26px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
}
.cshow-txl .container .txl-swiper .swiper-wrapper .swiper-slide .txl-con .txl-gd {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background-color: #ea0b2a;
  border-radius: 100%;
  margin-top: 30px;
  margin-left: 33px;
  transition: all 0.3s;
}
.cshow-txl .container .txl-swiper .swiper-wrapper .swiper-slide .txl-con:hover {
  transform: translateY(-7px);
}
.cshow-txl .container .txl-swiper .swiper-wrapper .swiper-slide .txl-con:hover .txl-tp .txl-thumb img {
  transform: scale(1.03);
}
.cshow-txl .container .txl-swiper .swiper-wrapper .swiper-slide .txl-con:hover .txl-tp div a {
  color: #ea0b2a;
}
.cshow-txl .container .txl-swiper .swiper-wrapper .swiper-slide .txl-con:hover .txl-gd {
  transform: translateX(7px);
}
.tp-fix {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
.tp-fix-con {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tp-fix-con p {
  cursor: pointer;
  position: absolute;
  right: 3%;
  top: 4%;
  text-align: center;
  font-size: 15px;
  color: #fff;
}
.tp-fix-con p img {
  display: block;
  width: 46px;
  margin: 0 auto;
}
.tp-fix-con div:nth-child(2) {
  width: 85%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90%;
}
.tp-fix-con div:nth-child(2) img {
  max-height: 100%;
}
.gy-fix div:nth-child(2) img {
  min-width: 30%;
}
.sp-fix {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
.sp-fix video {
  /*max-width: 85%;*/
  /*max-height: 85%;*/
    width: 1280px;
    height: 720px;
}
.sp-fix-con {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sp-fix-con p {
  cursor: pointer;
  position: absolute;
  right: 3%;
  top: 4%;
  text-align: center;
  font-size: 15px;
  color: #fff;
  z-index: 10;
}
.sp-fix-con p img {
  display: block;
  width: 46px;
  margin: 0 auto;
}
.sp-fix-con div:nth-child(2) {
  width: 85%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90%;
}
.sp-fix-con div:nth-child(2) img {
  max-height: 100%;
}
.zcban-con {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.zcban-con p:nth-child(1) {
  width: 162px;
  height: 42px;
  background-color: #ea0b2a;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  /*font-family: SourceHanSansSC-Medium;*/
  font-size: 16px;
  letter-spacing: 1px;
  color: #ffffff;
  margin: 0 auto;
}
.zcban-con h3 {
  /*font-family: SourceHanSansSC-Heavy;*/
  font-size: 42px;
  letter-spacing: 2px;
  color: #ffffff;
  margin-top: 26px;
}
.zcban-con p:nth-child(2) {
  /*font-family: SourceHanSansSC-Normal;*/
  font-size: 22px;
  letter-spacing: 1px;
  color: #ffffff;
  margin-top: 21px;
}
.fjs-con {
  background-color: #f5f5f5;
  padding-top: 84px;
  padding-bottom: 97px;
}
.fjs-con .container h3 {
  font-size: 38px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  color: #333333;
}
.fjs-con .container .fjs-tx {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 56px;
  overflow: hidden;
  padding-left: 79px;
  padding-right: 126px;
}
.fjs-con .container .fjs-tx .fjs-tx-lf {
  border-radius: 100%;
  overflow: hidden;
  width: 186px;
  height: 186px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fjs-con .container .fjs-tx .fjs-tx-lf img {
  width: 100%;
}
.fjs-con .container .fjs-tx .fjs-tx-rt {
  flex: 1;
  padding-left: 21px;
  position: relative;
  margin-left: 104px;
  transition: all 0.3s;
}
.fjs-con .container .fjs-tx .fjs-tx-rt .fjs-tx-cont {
  background-color: #ffffff;
  border-radius: 20px;
  z-index: 3;
  transition: all 0.3s;
  padding: 57px 0;
}
.fjs-con .container .fjs-tx .fjs-tx-rt .fjs-tx-cont .fjs-tx-content {
  position: relative;
  width: 89.5%;
  margin: 0 auto;
  padding-left: 65px;
  padding-right: 54px;
  padding-top: 18px;
  padding-bottom: 10px;
}
.fjs-con .container .fjs-tx .fjs-tx-rt .fjs-tx-cont .fjs-tx-content img {
  position: absolute;
  transition: all 0.3s;
}
.fjs-con .container .fjs-tx .fjs-tx-rt .fjs-tx-cont .fjs-tx-content img:nth-child(1) {
  left: 0;
  top: 0;
}
.fjs-con .container .fjs-tx .fjs-tx-rt .fjs-tx-cont .fjs-tx-content img:nth-child(3) {
  right: 0;
  bottom: 0;
}
.fjs-con .container .fjs-tx .fjs-tx-rt .fjs-tx-cont .fjs-tx-content div {
  font-size: 16px;
  text-align: center;
  line-height: 34px;
  letter-spacing: 1px;
  color: #333333;
  transition: all 0.3s;
}
.fjs-con .container .fjs-tx .fjs-tx-rt:hover {
  transform: translateX(-7px);
}
.fjs-con .container .fjs-tx .fjs-tx-rt:hover .fjs-tx-cont img {
  transform: scale(1.1);
}
.fjs-con .container .fjs-tx .fjs-tx-rt:hover .fjs-tx-cont .fjs-tx-content div {
  color: #ea0b2a;
}
.fjs-con .container .fjs-tx .fjs-tx-rt::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 35px;
  height: 47px;
  background: url(../images/sjx.png) no-repeat;
  background-size: 100% 100%;
}
.fjs-con .container .fjs-lb {
  margin-left: -17px;
  margin-top: 85px;
  margin-right: -17px;
}
.fjs-con .container .fjs-lb .fjs-lb-items {
  padding: 0 17px;
}
.fjs-con .container .fjs-lb .fjs-lb-items .fjs-lb-items-con {
  position: relative;
}
.fjs-con .container .fjs-lb .fjs-lb-items .fjs-lb-items-con .fjs-lb-bg {
  overflow: hidden;
}
.fjs-con .container .fjs-lb .fjs-lb-items .fjs-lb-items-con .fjs-lb-bg p {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 529px;
  transition: all 0.6s;
}
.fjs-con .container .fjs-lb .fjs-lb-items .fjs-lb-items-con .djs-lb-con {
  position: absolute;
  width: 100%;
  z-index: 2;
  top: 0;
  left: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 66px 49px 50px 49px;
}
.fjs-con .container .fjs-lb .fjs-lb-items .fjs-lb-items-con .djs-lb-con p {
  height: 57px;
}
.fjs-con .container .fjs-lb .fjs-lb-items .fjs-lb-items-con .djs-lb-con p img {
  max-height: 100%;
}
.fjs-con .container .fjs-lb .fjs-lb-items .fjs-lb-items-con .djs-lb-con div h4 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #ffffff;
  margin-bottom: 12px;
}
.fjs-con .container .fjs-lb .fjs-lb-items .fjs-lb-items-con .djs-lb-con div span {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}
.fjs-con .container .fjs-lb .fjs-lb-items .fjs-lb-items-con::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  content: '';
  width: 100%;
  height: 4px;
  background-color: #ea0b2a;
}
.fjs-con .container .fjs-lb .fjs-lb-items .fjs-lb-items-con:hover .fjs-lb-bg p {
  transform: scale(1.05);
}
.fjs-con .container .fjs-lb .fjs-lb-items .fjs-lb-items-con:hover .djs-lb-con p img {
  animation: fd 0.6s linear;
}
@keyframes fd {
  0% {
    transform: scale(1) translateY(0px);
  }
  25% {
    transform: scale(1.04) translateY(-8px);
  }
  50% {
    transform: scale(1.08) translateY(-12px);
  }
  75% {
    transform: scale(1.04) translateY(-8px);
  }
  100% {
    transform: scale(1) translateY(0px);
  }
}
.fzc-con {
  margin-top: 72px;
  margin-bottom: 80px;
}
.fzc-con h3 {
  font-size: 38px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  color: #333333;
}
.fzc-con .fzc-cont {
  margin-top: 52px;
}
.fzc-con .fzc-cont .fzc-items {
  margin-bottom: 40px;
  transition: all 0.3s;
  display: flex;
  justify-content: space-between;
}
.fzc-con .fzc-cont .fzc-items .fzc-items-lf {
  overflow: hidden;
  width: 50.64%;
}
.fzc-con .fzc-cont .fzc-items .fzc-items-lf div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 461px;
  transition: all 0.6s;
}
.fzc-con .fzc-cont .fzc-items .fzc-items-rt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.11);
  flex: 1;
  padding: 0 96px 0 117px;
}
.fzc-con .fzc-cont .fzc-items .fzc-items-rt h4 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #333333;
  position: relative;
  padding-bottom: 34px;
}
.fzc-con .fzc-cont .fzc-items .fzc-items-rt h4::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 59px;
  height: 2px;
  transition: all 0.3s;
  background-color: #ea0b2a;
}
.fzc-con .fzc-cont .fzc-items .fzc-items-rt div {
  font-size: 18px;
  line-height: 36px;
  letter-spacing: 1px;
  color: #666666;
  margin-top: 30px;
  transition: all 0.3s;
}
.fzc-con .fzc-cont .fzc-items:nth-child(2n) {
  flex-direction: row-reverse;
}
.fzc-con .fzc-cont .fzc-items:nth-child(2n) .fzc-items-lf {
  width: 49.4%;
}
.fzc-con .fzc-cont .fzc-items:nth-child(2n) .fzc-items-rt {
  padding: 0 98px 0 117px;
}
.fzc-con .fzc-cont .fzc-items:hover {
  transform: translateX(7px);
}
.fzc-con .fzc-cont .fzc-items:hover .fzc-items-rt h4,
.fzc-con .fzc-cont .fzc-items:hover .fzc-items-rt div {
  color: #ea0b2a;
}
.fzc-con .fzc-cont .fzc-items:hover .fzc-items-lf div {
  transform: scale(1.03);
}
.g-nav {
  background-color: #f3f3f3;
  position: sticky;
  top: 80px;
  z-index: 12;
}
.g-nav .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
}
.g-nav .container ul {
  display: flex;
}
.g-nav .container ul li {
  margin-right: 106px;
}
.g-nav .container ul li a {
  font-size: 16px;
  color: #333333;
  transition: all 0.3s;
}
.g-nav .container ul li a:hover {
  color: #ea0b2a;
}
.g-nav .container ul .g-active a {
  color: #ea0b2a;
}
.g-nav .container ul li:last-child {
  margin-right: 0;
}
.g-nav .container .g-crumb p {
  display: flex;
  align-items: center;
  font-size: 14px;
  letter-spacing: 1px;
  color: #666666;
}
.g-nav .container .g-crumb p a {
  font-size: 14px;
  letter-spacing: 1px;
  color: #666666;
  margin: 0 3px;
  transition: all 0.3s;
}
.g-nav .container .g-crumb p a:hover {
  color: #ea0b2a;
}
.g-gywm {
  margin-top: 82px;
  overflow: hidden;
}
.g-gywm .container h3 {
  font-size: 36px;
  position: relative;
  letter-spacing: 1px;
  color: #333333;
  padding-left: 78px;
}
.g-gywm .container h3::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 61px;
  height: 1px;
  background-color: #ea0b2a;
}
.g-gywm .container .g-gywm-ms {
  font-size: 20px;
  line-height: 36px;
  color: #555555;
  padding: 41.5px 78px;
  border: solid 1px #dfdfdf;
  margin-top: 35px;
  position: relative;
  transition: all 0.3s;
}
.g-gywm .container .g-gywm-ms::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  content: '';
  width: 0%;
  height: 0%;
  border-top: 1px solid #ea0b2a;
  border-left: 1px solid #ea0b2a;
  transition: all 0.5s;
  opacity: 0;
}
.g-gywm .container .g-gywm-ms::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  content: '';
  width: 0%;
  height: 0%;
  border-bottom: 1px solid #ea0b2a;
  border-right: 1px solid #ea0b2a;
  transition: all 0.5s;
  opacity: 0;
}
.g-gywm .container .g-gywm-ms:hover {
  color: #ea0b2a;
}
.g-gywm .container .g-gywm-ms:hover::after {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.g-gywm .container .g-gywm-ms:hover::before {
  width: 100%;
  opacity: 1;
  height: 100%;
}
.g-gywm .g-gywm-cont {
  margin-top: 63px;
}
.g-gywm .g-gywm-cont .g-gywm-items {
  margin-bottom: 55px;
  position: relative;
  transition: all 0.3s;
}
.g-gywm .g-gywm-cont .g-gywm-items .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f5f5f5;
  position: relative;
  z-index: 2;
}
.g-gywm .g-gywm-cont .g-gywm-items .g-gywm-lf {
  flex: 1;
  padding: 0 128px 0 69px;
}
.g-gywm .g-gywm-cont .g-gywm-items .g-gywm-lf div {
  font-size: 20px;
  line-height: 38px;
  color: #555555;
  transition: all 0.3s;
  text-align: justify;
}
.g-gywm .g-gywm-cont .g-gywm-items .g-gywm-rt {
  width: 48.22%;
  overflow: hidden;
}
.g-gywm .g-gywm-cont .g-gywm-items .g-gywm-rt div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 410px;
  transition: all 0.6s;
}
.g-gywm .g-gywm-cont .g-gywm-items:nth-child(2n) .container {
  flex-direction: row-reverse;
}
.g-gywm .g-gywm-cont .g-gywm-items:nth-child(2n) .g-gywm-lf {
  padding: 0 44px 0 114px;
}
.g-gywm .g-gywm-cont .g-gywm-items::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  content: '';
  background-color: #f5f5f5;
  width: 50%;
}
.g-gywm .g-gywm-cont .g-gywm-items:nth-child(2n)::before {
  left: auto;
  right: 0;
}
.g-gywm .g-gywm-cont .g-gywm-items:hover {
  transform: translateX(7px);
}
.g-gywm .g-gywm-cont .g-gywm-items:hover .g-gywm-rt div {
  transform: scale(1.03);
}
.g-gywm .g-gywm-cont .g-gywm-items:hover .g-gywm-lf div {
  color: #ea0b2a;
}
.g-lc {
  margin-top: 56px;
  background: url(../images/lc-bg.jpg) no-repeat;
  background-size: 100% auto;
  background-position: bottom center;
  padding-bottom: 107px;
}
.g-lc .container h3 {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 2px;
  color: #323333;
}
.g-lc .container .g-lc-con {
  margin-top: 167px;
  position: relative;
}
.g-lc .container .g-lc-con .lc-next {
  width: auto;
  height: auto;
  top: 33%;
  background: none;
  right: -10px;
  opacity: 1;
}
.g-lc .container .g-lc-con .lc-prev {
  width: auto;
  top: 33%;
  height: auto;
  background: none;
  left: -10px;
  opacity: 1;
}
.g-lc .container .g-lc-con .glc-cz {
  position: absolute;
  width: 100%;
  left: 0;
  top: 35%;
}
.g-lc .container .g-lc-con .lc-swiper {
  position: relative;
  width: 94%;
  /*padding-left: 2.78%;*/
  margin: 0 auto;
  /*margin-right: 0;*/
}
.g-lc .container .g-lc-con .lc-swiper .swiper-wrapper{
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}
.g-lc .container .g-lc-con .lc-swiper .swiper-wrapper .swiper-slide {
    padding-left: 9px;
}
.g-lc .container .g-lc-con .lc-swiper .swiper-wrapper .swiper-slide .glc-con {
  display: flex;
  flex-direction: column;
}
/*.g-lc .container .g-lc-con .lc-swiper .swiper-wrapper .swiper-slide:nth-child(7) {*/
/*    padding-left: 54px;*/
/*}*/
/*.g-lc .container .g-lc-con .lc-swiper .swiper-wrapper .swiper-slide:nth-child(7) .glc-con .glc-tp div{*/
/*    padding-right: 55%;*/
/*}*/
.g-lc .container .g-lc-con .lc-swiper .swiper-wrapper .swiper-slide .glc-con .glc-tp {
  position: relative;
  padding-bottom: 22px;
}
.g-lc .container .g-lc-con .lc-swiper .swiper-wrapper .swiper-slide:nth-last-child(4){
    left: -5%;
}
.g-lc .container .g-lc-con .lc-swiper .swiper-wrapper .swiper-slide:nth-last-child(3){
    left: -8%;
}
.g-lc .container .g-lc-con .lc-swiper .swiper-wrapper .swiper-slide:nth-last-child(2){
    left: -13%;
}
.g-lc .container .g-lc-con .lc-swiper .swiper-wrapper .swiper-slide:last-child{
    left: -16%;
}
.g-lc .container .g-lc-con .lc-swiper .swiper-wrapper .swiper-slide .glc-con .glc-tp h4 {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  transition: all 0.3s;
  position: relative;
  padding-left: 33px;
  height: 24px;
}
.g-lc .container .g-lc-con .lc-swiper .swiper-wrapper .swiper-slide .glc-con .glc-tp div {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #323333;
  margin-top: 16px;
  padding-left: 33px;
  height: 60px;
  width: 429px;
}
.g-lc .container .g-lc-con .lc-swiper .swiper-wrapper .swiper-slide .glc-con .glc-tp h4 img {
  position: absolute;
  left: -9px;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  transition: all 0.3s;
}
.g-lc .container .g-lc-con .lc-swiper .swiper-wrapper .swiper-slide .glc-con .glc-tp::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 1px;
  height: calc(100% - 21px);
  background-color: #dedede;
}
.g-lc .container .g-lc-con .lc-swiper .swiper-wrapper .swiper-slide .glc-con .glc-bt {
  height: 197px;
}
.g-lc .container .g-lc-con .lc-swiper .swiper-wrapper .swiper-slide .glc-con:hover .glc-tp h4 {
  font-size: 28px;
  position: relative;
  margin-top: -5px;
  color: #ea0b2a;
}
.g-lc .container .g-lc-con .lc-swiper .swiper-wrapper .swiper-slide .glc-con:hover .glc-tp h4 img {
  top: 17px;
}
.g-lc .container .g-lc-con .lc-swiper .swiper-wrapper .swiper-slide:nth-child(2n) {
  /*margin-left: -5.5% !important;*/
  /*position: relative;*/
  /*left: 4.43%;*/
}
.g-lc .container .g-lc-con .lc-swiper .swiper-wrapper .swiper-slide:nth-child(2n) .glc-con {
  flex-direction: column-reverse;
}
.g-lc .container .g-lc-con .lc-swiper .swiper-wrapper .swiper-slide:nth-child(2n) .glc-con .glc-tp::before {
  bottom: auto;
  top: 0;
  height: calc(100% - 97px);
}
.g-lc .container .g-lc-con .lc-swiper .swiper-wrapper .swiper-slide:nth-child(2n) .glc-con .glc-tp {
  padding-bottom: 0;
  padding-top: 97px;
  margin-top: -75px;
}
.g-lc .container .g-lc-con .lc-swiper .swiper-wrapper .swiper-slide:nth-child(3) {
  /*position: relative;*/
  /*left: 0.83%;*/
}
.g-lc .container .g-lc-con .lc-swiper .swiper-wrapper .swiper-slide:nth-child(5) {
  /*position: relative;*/
  /*left: 0.5%;*/
  /*width: 315px !important;*/
}
.g-lc .container .g-lc-con .lc-swiper .swiper-wrapper .swiper-slide:nth-child(4) {
  /*left: 4%;*/
}
.g-lc .container .g-lc-con .lc-swiper .swiper-wrapper .swiper-slide:nth-child(6) {
  /*left: -5.7%;*/
}
.g-zz {
  margin-top: 42px;
  margin-bottom: 80px;
  position: relative;
}
.g-zz #top{
    position: absolute;
    top: -170px;
}
.g-zz h3 {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 2px;
  color: #323333;
}
.g-zz .g-zz-con {
  display: flex;
  margin-top: 62px;
  margin-bottom: 50px;
}
.g-zz .g-zz-con .g-zz-items {
  width: 20%;
  border: 1px solid #e5e5e5;
  margin-right: -1px;
}
.g-zz .g-zz-con .g-zz-items div:nth-child(1) {
  display: flex;
  justify-content: center;
  align-items: center;
}
.g-zz .g-zz-con .g-zz-items div:nth-child(1) p {
  height: 341px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.g-zz .g-zz-con .g-zz-items div:nth-child(1) p img {
  max-width: 85%;
  max-height: 85%;
  transition: all 0.6s;
  cursor: pointer;
}
.g-zz .g-zz-con .g-zz-items div:nth-child(2) {
  font-size: 16px;
  border-top: 1px dashed #e5e5e5;
  text-align: center;
  color: #333333;
  padding: 17.5px 10px;
  transition: all 0.3s;
}
.g-zz .g-zz-con .g-zz-items:hover div:nth-child(1) p img {
  transform: scale(1.04);
}
.g-zz .g-zz-con .g-zz-items:hover div:nth-child(2) {
  color: #ea0b2a;
}
.pagination {
  display: flex;
  justify-content: center;
}
.pagination li {
  margin: 0 5px;
}
.pagination li a {
  font-size: 16px;
  color: #999999;
  background-color: #fafafa;
  border-radius: 4px;
  border: solid 1px #f0e2d9;
  display: block;
  padding: 0px 11.7px;
  transition: all 0.3s;
}
.pagination li:hover a {
  background-color: #ea0b2a;
  border: solid 1px #ea0b2a;
  color: #fff;
}
.pagination .active a {
  background-color: #ea0b2a;
  border: solid 1px #ea0b2a;
  color: #fff;
}
.h-con {
  background-color: #f2f5f7;
  padding-top: 90px;
  padding-bottom: 35px;
}
.h-con .container h3 {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #333333;
}
.h-con .container .hcon-nav {
    background: rgb(242,245,247);
    margin-top: 30px;
    border-bottom: 1px solid #e2e2e2;
    position: sticky;
    top: 80px;
    z-index: 5;
    padding-top: 10px
}
.h-con .container .hcon-nav .swiper-wrapper {
  display: flex;
  transform: translate3d(0px, 0px, 0px) !important;
}
.h-con .container .hcon-nav .swiper-wrapper .swiper-slide {
  position: relative;
  padding: 0 39px;
  width: fit-content;
}
.h-con .container .hcon-nav .swiper-wrapper .swiper-slide a {
  display: block;
  font-size: 20px;
  position: relative;
  color: #333333;
  padding-bottom: 9px;
  transition: all 0.3s;
}
.h-con .container .hcon-nav .swiper-wrapper .swiper-slide a::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 0%;
  height: 2px;
  background-color: #ea0b2a;
  transition: all 0.3s;
}
.h-con .container .hcon-nav .swiper-wrapper .swiper-slide:hover a {
  color: #ea0b2a;
}
.h-con .container .hcon-nav .swiper-wrapper .swiper-slide:hover a::after {
  width: 80%;
}
.h-con .container .hcon-nav .swiper-wrapper .swiper-slide-thumb-active a {
  color: #ea0b2a;
}
.h-con .container .hcon-nav .swiper-wrapper .swiper-slide-thumb-active a::after {
  width: 80%;
}
.h-con .container .hcon-nav .swiper-wrapper .swiper-slide:last-child {
  padding-right: 0;
}
.h-con .container .hcon-nav .swiper-wrapper .swiper-slide:nth-child(1) {
  padding-left: 0;
}
.h-con .container .hcon-nav .swiper-wrapper .swiper-slide::after {
  position: absolute;
  top: 44%;
  transform: translateY(-50%);
  right: 0;
  content: '';
  width: 1px;
  height: 14px;
  background-color: #e2e2e2;
}
.h-con .container .hcon-nav .swiper-wrapper .swiper-slide:last-child::after {
  display: none;
}
.h-con .container .hcon-content .hcon-items{
    display: none;
}
.h-con .container .hcon-content .hcon-items:nth-child(1){
    display: block;
}
.h-con .container .row {
  margin-left: -21.5px;
  margin-top: 40px;
  margin-right: -21.5px;
}
.h-con .container .khtp-swiper .swiper-slide{
    opacity: 0 !important;
}
.h-con .container .khtp-swiper .swiper-slide-active{
    opacity: 1 !important;
}
.h-con .container .row .h-items {
  padding: 0 21.5px;
  margin-bottom: 43px;
}
.h-con .container .row .h-items div {
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 135px;
  transition: all 0.3s;
}
.h-con .container .row .h-items div img {
  max-height: 85%;
  max-width: 85%;
  transition: all 0.6s;
}
.h-con .container .row .h-items div:hover {
  transform: translateY(-7px);
  box-shadow: 1px 1px 20px rgba(169, 169, 169, 0.5);
}
.h-con .container .row .h-items div:hover img {
  transform: scale(1.06);
}
.l-fs {
  margin-top: 73px;
}
.l-fs h3 {
  text-align: center;
  font-size: 36px;
  color: #333333;
  font-family: MicrosoftYaHeiLight;
  position: relative;
  padding-bottom: 44px;
}
.l-fs h3::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  bottom: 0;
  width: 528px;
  height: 1px;
  background-color: #ea0b2a;
  opacity: 0.1;
}
.l-fs h3::before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  bottom: -4px;
  width: 9px;
  height: 9px;
  background-color: #ffffff;
  border: solid 1px #ea0b2a;
  border-radius: 100%;
  z-index: 2;
}
.l-fs .l-fs-con {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 36px;
}
.l-fs .l-fs-con .l-fs-lf {
  flex: 1;
}
.l-fs .l-fs-con .l-fs-lf h4 {
  font-size: 22px;
  font-weight: bold;
  color: #333333;
}
.l-fs .l-fs-con .l-fs-lf ul {
  margin-top: 72px;
}
.l-fs .l-fs-con .l-fs-lf ul li {
  margin-bottom: 19px;
  display: flex;
}
.l-fs .l-fs-con .l-fs-lf ul li div:nth-child(2) {
  display: flex;
  margin-left: 18px;
}
.l-fs .l-fs-con .l-fs-lf ul li div:nth-child(2) p {
  font-size: 17px;
  color: #666666;
}
.l-fs .l-fs-con .l-fs-lf .l-fs-wx {
  font-size: 20px;
  line-height: 48px;
  color: #333333;
  margin-top: -11px;
}
.l-fs .l-fs-con .l-fs-lf .l-fs-wx div {
  color: #ea0b2a;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.l-fs .l-fs-con .l-fs-lf .l-fs-wx div p {
  position: absolute;
  min-width: 100%;
  border: 1px solid #fde6e9;
  bottom: calc(100% + 6px);
  width: 174px;
  height: 174px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-7px);
  transition: all 0.5s;
}
.l-fs .l-fs-con .l-fs-lf .l-fs-wx div p img {
  max-height: 100%;
  z-index: 4;
  position: relative;
}
.l-fs .l-fs-con .l-fs-lf .l-fs-wx div p::after {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  width: 23px;
  height: 10px;
  background: url(../images/l-sjx.jpg) no-repeat;
  background-size: 100% 100%;
}
.l-fs .l-fs-con .l-fs-lf .l-fs-wx div:hover p {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.l-fs .l-fs-con .l-fs-rt {
  width: 46.65%;
}
.l-fs .l-fs-con .l-fs-rt #map {
  height: 494px;
}
.l-fs .l-fs-con .l-fs-rt #map img {
  max-width: inherit !important;
}
.l-form {
  background: url(../images/sr-bg.jpg) no-repeat;
  background-size: cover;
  margin-top: 120px;
  padding: 108px 0;
  margin-bottom: -1px;
}
.l-form .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  background-color: #ffffff;
  padding: 75px 130px 70px 130px;
}
.l-form .container .l-form-lf {
  flex: 1;
}
.l-form .container .l-form-lf h4 {
  font-size: 28px;
  letter-spacing: 1px;
  color: #ea0b2a;
}
.l-form .container .l-form-lf div {
  font-size: 18px;
  color: #333333;
  margin-top: 26px;
}
.l-form .container .l-form-rt div {
  width: 152px;
  height: 43px;
  background-color: #ea0b2a;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  transition: all 0.3s;
  color: #ffffff;
  position: relative;
  top: -10px;
  cursor: pointer;
}
.l-form .container .l-form-rt div:hover {
  box-shadow: 1px 1px 10px #ea0b2a;
  transform: translateX(7px);
}
.ly-fix {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 15;
  display: none;
  background: rgba(0, 0, 0, 0.6);
}
.ly-fix .ly-fix-con {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ly-fix .ly-fix-con .ly-fix-cont {
    background: #fefbfc;
    padding: 72px 70px 29px 70px;
    width: 49.29%;
    max-height: 92%;
    overflow-y: auto;
}
.ly-fix .ly-fix-con .ly-fix-cont .ly-fix-bt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 17px;
  border-bottom: 1px solid rgba(234, 11, 42, 0.2);
}
.ly-fix .ly-fix-con .ly-fix-cont .ly-fix-bt h4 {
  font-size: 28px;
  font-weight: bold;
  color: #333333;
}
.ly-fix .ly-fix-con .ly-fix-cont .ly-fix-bt p {
  width: 68px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  letter-spacing: 2px;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.3s;
}
.ly-fix .ly-fix-con .ly-fix-cont .ly-fix-bt p:hover {
  background-color: #ea0b2a;
}
.ly-fix .ly-fix-con .ly-fix-cont form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}
.ly-fix .ly-fix-con .ly-fix-cont form .ly-fix-items {
  display: flex;
  align-items: center;
  width: 47.4%;
  white-space: nowrap;
  margin-bottom: 26px;
}
.ly-fix .ly-fix-con .ly-fix-cont form .ly-fix-items p {
  font-size: 22px;
  color: #333333;
  width: 27.4%;
}
.ly-fix .ly-fix-con .ly-fix-cont form .ly-fix-items div {
  background-color: #f8f8f8;
  border: solid 1px #dddddd;
  flex: 1;
  padding: 7.5px 10px;
  padding-right: 35px;
  position: relative;
}
.ly-fix .ly-fix-con .ly-fix-cont form .ly-fix-items div input {
  background: none;
  outline: none;
  width: 100%;
  font-size: 15px;
}
.ly-fix .ly-fix-con .ly-fix-cont form .ly-fix-items:nth-child(2) div::after,
.ly-fix .ly-fix-con .ly-fix-cont form .ly-fix-items:nth-child(1) div::after {
  position: absolute;
  content: '*';
  right: 12px;
  top: 54%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #ea0b2a;
}
.ly-fix .ly-fix-con .ly-fix-cont form .ly-fix-items:nth-child(5) {
  width: 100%;
}
.ly-fix .ly-fix-con .ly-fix-cont form .ly-fix-items:nth-child(5) p {
  width: auto;
  padding-right: 12px;
}
.ly-fix .ly-fix-con .ly-fix-cont form .ly-fix-items:nth-child(6) {
    width: 100%;
    display: block;
    margin-bottom: 36px;
}
.ly-fix .ly-fix-con .ly-fix-cont form .ly-fix-items:nth-child(6) .input-group{
flex: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    border: none;
    background: none;
    margin-top: 22px;
}
.ly-fix .ly-fix-con .ly-fix-cont form .ly-fix-items:nth-child(6) .input-group input{
    width: 246px;
    height: 47px;
    flex: initial;
    background: #f8f8f8;
    border-radius: 0;
    outline: none;
    resize: none;
}
.ly-fix .ly-fix-con .ly-fix-cont form .ly-fix-items:nth-child(6) .input-group div{
    flex: initial;
    padding: 0;
    border: none;
    background: #fff;
    margin-left: 19px;
}
.ly-fix .ly-fix-con .ly-fix-cont form .ly-fix-items:last-child {
  width: 100%;
}
.ly-fix .ly-fix-con .ly-fix-cont form .ly-fix-items:last-child button {
  width: 159px;
  height: 50px;
  background-color: #ea0b2a;
  border: solid 1px #dddddd;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  font-size: 16px;
  color: #ffffff;
  margin: 0 auto;
}
.ly-fix .ly-fix-con .ly-fix-cont form .ly-fix-items:last-child button:hover {
  box-shadow: 1px 1px 10px #ea0b2a;
  border: 1px solid #ea0b2a;
}
@media (max-width: 1650px) {
  .c-con .c-con-rt .row .c-items .c-items-con .c-thumb {
    height: 190px;
  }
  .cshow-con .cshow-tp .cshow-tp-lf div {
    height: 327px;
  }
  .cshow-con .cshow-tp .cshow-tp-lf ul {
    margin-left: -20.5px;
    margin-right: -20.5px;
  }
  .cshow-con .cshow-tp .cshow-tp-lf ul li {
    padding: 0 20.5px;
  }
  .cshow-con .cshow-content .cshow-syfw .row {
    margin-left: -29px;
    margin-right: -29px;
  }
  .cshow-con .cshow-content .cshow-syfw .row .cshow-syfw-items {
    padding: 0 29px;
  }
  .cshow-con .cshow-content .cshow-syfw .row .cshow-syfw-items .cshow-syfw-items-con a:nth-child(1) p {
    height: 160px;
  }
  .cshow-txl .container .txl-swiper .swiper-wrapper .swiper-slide .txl-con .txl-tp .txl-thumb {
    height: 150px;
  }
  .fjs-con .container .fjs-tx .fjs-tx-rt {
    margin-left: 88px;
  }
  .g-lc .container .g-lc-con .lc-swiper .swiper-wrapper .swiper-slide:nth-child(1) .glc-con .glc-tp div {
    /*width: 371px;*/
  }
  .ly-fix .ly-fix-con .ly-fix-cont form .ly-fix-items p {
    width: 33.4%;
  }
  .g-lc .container .g-lc-con .lc-swiper .swiper-wrapper .swiper-slide .glc-con .glc-tp div{
      padding-right: 47px;
  }
  .head .head-con .head-cont .head-rt .head-lan{
      margin-left: 4.5%;
  }
  .g-lc .container .g-lc-con .lc-swiper .swiper-wrapper .swiper-slide:nth-child(7) .glc-con .glc-tp div {
    /*padding-right: 116px;*/
}
}
@media (max-width: 1599px) {
  .cpzx .cpzx-con .container1 .cpzx-cont .cpzx-rt .tp-pagination li p {
    padding-bottom: 4px;
  }
  .cpzx .cpzx-con .container1 .cpzx-cont .cpzx-rt .tp-pagination .swiper-pagination-bullet {
    margin-bottom: 1.5vh;
  }
  .cpzx .cpzx-con .container1 .cpzx-cont .cpzx-rt .tp-pagination {
    width: 82%;
  }
  .alsp .alsp-con .alsp-cont .alsp-items .alsp-items-con .alsp-items-cont p:nth-child(1) {
    height: 41px;
  }
  .alsp .alsp-con .alsp-cont .alsp-items .alsp-items-con .alsp-items-cont a:nth-child(2) {
    font-size: 26px;
    margin-top: 6px;
  }
  .alsp .alsp-con .alsp-cont .alsp-items .alsp-items-con .alsp-items-cont p:nth-child(3) {
    font-size: 16px;
    margin-top: 1px;
  }
  .alsp .alsp-con .alsp-cont .alsp-items .alsp-items-con .alsp-items-cont a:nth-child(4) {
    margin-top: 16px;
  }
  .alsp .alsp-con .alsp-cont .alsp-items .alsp-items-con .alsp-items-cont div {
    padding-left: 35px;
    padding-right: 14px;
  }
  .alsp .alsp-con .alsp-cont .alsp-items:last-child a {
    font-size: 26px;
  }
  .gywm .container .gywm-con .gywm-cont .gywm-sz .gywm-sz-items div:nth-child(1) h3 {
    font-size: 34px;
  }
  .gywm .container .gywm-con .gywm-cont .gywm-sz .gywm-sz-items div:nth-child(1) p {
    margin-top: -14px;
  }
  .qqbj .fp-tableCell {
    padding-bottom: 0;
  }
  .hzkh .hzkh-con .hzkh-cont .kh-swiper .swiper-wrapper .swiper-slide a {
    width: 273.7px !important;
  }
  .footer .footer-con .foot-cont .foot-cen .foot-cen-lf div {
    margin-right: 60px;
  }
  .c-con .c-con-lf {
    width: 287px;
  }
  .c-con .c-con-lf .c-con-lf-con .c-con-lf-bt {
padding: 34px 19px;
    padding-right: 9px;
    padding-bottom: 36px;
  }
  .c-con .c-con-rt {
    width: calc(100% - 322px);
  }
  .c-con .c-con-rt .row .c-items .c-items-con div {
    padding: 14px;
  }
  .c-con .c-con-rt .row .c-items .c-items-con .c-thumb {
    height: 175px;
  }
  .fjs-con .container .fjs-tx {
    padding-left: 51px;
    padding-right: 85px;
  }
  .fjs-con .container .fjs-tx .fjs-tx-lf {
    width: 160px;
    height: 160px;
  }
  .fjs-con .container .fjs-tx .fjs-tx-rt .fjs-tx-cont .fjs-tx-content {
    padding-left: 60px;
  }
  .fzc-con .fzc-cont .fzc-items .fzc-items-rt,
  .fzc-con .fzc-cont .fzc-items:nth-child(2n) .fzc-items-rt {
    padding: 0 96px;
  }
  .g-lc .container .g-lc-con .glc-cz {
    top: 36%;
  }
  .g-lc .container .g-lc-con .lc-swiper .swiper-wrapper .swiper-slide:nth-child(1) .glc-con .glc-tp div {
    /*width: 371px;*/
    /*padding-right: 46px;*/
  }
  .l-form .container {
    padding: 75px 100px 70px 100px;
  }
  .ly-fix .ly-fix-con .ly-fix-cont form .ly-fix-items p {
    width: 36.4%;
  }
  .g-lc .container .g-lc-con .lc-swiper .swiper-wrapper .swiper-slide .glc-con .glc-tp div {
    padding-right: 110px;
    height: 155px;
}
.g-lc .container .g-lc-con .lc-swiper .swiper-wrapper .swiper-slide .glc-con .glc-tp::before{
    bottom: auto;
    top: 21px;
    height: calc(100% - 80px);
}
.g-lc .container .g-lc-con .lc-swiper .swiper-wrapper .swiper-slide:nth-child(2n) .glc-con .glc-tp::before {
    bottom: auto;
    top: 35px;
    height: calc(100% - 227px);
}
.g-lc{
    padding-bottom: 0;
}
.hzkh .hzkh-con .hzkh-cont .kh-swiper .swiper-wrapper .swiper-slide a img {
    max-height: 49%;
    max-width: 61%;
}
.l-fs .l-fs-con .l-fs-lf{
    padding-right: 20px;
}
.head .head-con .head-cont .head-rt .head-lan {
    margin-left: 4.5%;
    margin-right: 3.2%;
}
.g-lc .container .g-lc-con .lc-swiper .swiper-wrapper .swiper-slide:nth-child(7) {
    /*padding-left: 0;*/
}
}
@media (max-width: 1477px) {
  .head .head-con .head-cont .head-rt .head-lan {
    margin-left: 4.5%;
    margin-right: 3.2%;
  }
  .banner .banner-con .ban-swiper .swiper-wrapper .swiper-slide .slide1-lf .slide1-lf-con .slide1-tp h1 {
    font-size: 57px;
  }
  .banner .banner-con .ban-swiper .swiper-wrapper .swiper-slide .slide1-lf .slide1-lf-con .slide1-tp div p:nth-child(2) {
    font-size: 22px;
    margin-top: -15px;
  }
  .banner .banner-con .ban-swiper .swiper-wrapper .swiper-slide .slide1-lf .slide1-lf-con .slide1-tp div p:nth-child(1) {
    position: relative;
    top: -4px;
  }
  .alsp .alsp-con .alsp-cont .alsp-items .alsp-items-con .alsp-items-cont div {
    bottom: -36px;
  }
  .alsp .alsp-con .alsp-cont .alsp-items .alsp-items-con .alsp-items-cont:hover div {
    bottom: 9.1vh;
  }
  .hzkh .hzkh-con .hzkh-cont .kh-swiper .swiper-wrapper .swiper-slide a {
    /*width: 287.7px !important;*/
  }
  .hzkh .hzkh-con .hzkh-cont .kh-swiper .swiper-wrapper .swiper-slide a {
    /*width: 310.7px !important;*/
  }
  .hzkh .hzkh-con .hzkh-cont .kh-dh .kh-pagination::after {
    width: 110px;
  }
  .hzkh .hzkh-con .hzkh-cont .kh-dh .kh-pagination::before {
    width: 56.5px;
    right: 54px;
  }
  .hzkh .hzkh-con .hzkh-cont .kh-dh .kh-pagination {
    padding-right: 127px;
  }
  .hzkh .hzkh-con .hzkh-cont .khfl-swiper .swiper-wrapper .swiper-slide {
    margin-right: 47px !important;
  }
  .i-ban div {
    height: 350px;
  }
  .a-con .row .a-items .a-items-con .a-items-sp {
    height: 259px;
  }
  .a-con .row {
    margin-left: -20px;
    margin-right: -20px;
  }
  .a-con .row .a-items {
    padding: 0 20px;
    margin-bottom: 33px;
  }
  .a-sq .container {
    padding: 63px 98px 70px 72px;
  }
  .c-con .c-con-lf .c-con-lf-con h3 {
    padding: 28px 0;
  }
  .c-con .c-con-rt .row .c-items {
    flex: 0 0 calc(100%/3);
    max-width: calc(100%/3);
  }
  .cshow-con .cshow-tp .cshow-tp-lf ul li {
    padding: 0 10.5px;
  }
  .cshow-con .cshow-tp .cshow-tp-lf ul {
    margin-left: -10.5px;
    margin-right: -10.5px;
  }
  .cshow-txl .container .txl-swiper .swiper-wrapper .swiper-slide .txl-con {
    padding-top: 23px;
    padding-bottom: 29px;
  }
  .cshow-con .cshow-content .cshow-syfw .row .cshow-syfw-items {
    padding: 0 13px;
  }
  .cshow-con .cshow-content .cshow-syfw .row {
    margin-left: -13px;
    margin-right: -13px;
  }
  .fjs-con .container .fjs-lb .fjs-lb-items .fjs-lb-items-con .fjs-lb-bg p {
    height: 410px;
  }
  .fzc-con .fzc-cont .fzc-items .fzc-items-lf div {
    height: 374px;
  }
  .zcban-con h3 {
    font-size: 34px;
    margin-top: 17px;
  }
  .zcban-con p:nth-child(2) {
    margin-top: 10px;
  }
  .fzc-con .fzc-cont .fzc-items .fzc-items-rt h4 {
    padding-bottom: 20px;
  }
  .fzc-con .fzc-cont .fzc-items .fzc-items-rt div {
    margin-top: 20px;
  }
  .fzc-con .fzc-cont .fzc-items .fzc-items-rt,
  .fzc-con .fzc-cont .fzc-items:nth-child(2n) .fzc-items-rt {
    padding: 0 65px;
  }
  .g-gywm .container h3 {
    font-size: 31px;
  }
  .g-gywm .g-gywm-cont .g-gywm-items .g-gywm-rt div {
    height: 346px;
  }
  .l-form .container {
    padding: 63px 98px 70px 72px;
  }
  .l-form .container .l-form-lf {
    padding-right: 86px;
  }
  .ly-fix .ly-fix-con .ly-fix-cont form .ly-fix-items p {
    font-size: 20px;
  }
  .hzkh .hzkh-con .hzkh-cont .kh-swiper .swiper-wrapper .swiper-slide a img {
    max-height: 48%;
    max-width: 61%;
}
.banner .banner-con .ban-swiper .swiper-wrapper .slide2 .slide2-img{
    width: 67%;
}
.banner .banner-con .ban-swiper .swiper-wrapper .swiper-slide .slide-bt p{
    margin-top: 16px;
}
.banner .banner-con .ban-swiper .swiper-wrapper .swiper-slide .slide-bt a{
    margin-top: 20px;
}
.banner .banner-con .ban-swiper .swiper-wrapper .slide2 .slide2-content{
    left: 0;
}
.banner .banner-con .ban-swiper .swiper-wrapper .slide3 .slide2-img{
    width: 100%;
}
.banner .banner-con .ban-swiper .swiper-wrapper .slide4 .slide2-content{
    left: 50%;
}
.head .head-con .head-cont .head-rt .head-lan {
    margin-left: 3.5%;
    margin-right: 2.2%;
}
}
@media (max-width: 1365px) {
  .banner .banner-con .ban-swiper .swiper-wrapper .swiper-slide .slide1-lf .slide1-lf-con .slide1-tp h1 {
    font-size: 42px;
  }
  .banner .banner-con .ban-swiper .swiper-wrapper .swiper-slide .slide1-lf .slide1-lf-con .slide1-tp div p:nth-child(2) {
    font-size: 17px;
    margin-top: -19px;
  }
  .banner .banner-con .ban-swiper .swiper-wrapper .swiper-slide .slide1-lf .slide1-lf-con .slide1-tp div p:nth-child(1) {
    top: -9px;
    font-size: 16px;
  }
  .banner .banner-con .ban-swiper .swiper-wrapper .swiper-slide .slide1-lf .slide1-lf-con .slide1-bt ul li {
    margin-left: 28px;
  }
  .banner .banner-con .ban-swiper .swiper-wrapper .swiper-slide .slide1-lf .slide1-lf-con .slide1-bt ul {
    width: 50%;
  }
  .head .head-con .head-cont .head-rt .head-lan {
    margin-left: 3.5%;
    margin-right: 2.2%;
  }
  .head .head-con .head-cont .head-rt ul {
    width: 64.6%;
  }
  .head .head-con .head-cont .head-rt .head-lan {
    margin-left: 1.5%;
    margin-right: 1.5%;
  }
  .cpzx .cpzx-con .container1 .cpzx-cont .cpzx-rt .tp-pagination {
    margin-top: 4vh;
  }
  .cpzx .cpzx-con .container1 .cpzx-cont {
    margin-top: 5vh;
  }
  .alsp .alsp-con .alsp-cont .alsp-items .alsp-items-con .alsp-items-cont a:nth-child(2) {
    font-size: 22px;
    margin-top: 2px;
  }
  .alsp .alsp-con .alsp-cont .alsp-items .alsp-items-con .alsp-items-cont p:nth-child(3) {
    margin-top: -4px;
  }
  .alsp .alsp-con .alsp-cont .alsp-items .alsp-items-con .alsp-items-cont a:nth-child(4) {
    margin-top: 11px;
  }
  .alsp .alsp-con .alsp-cont .alsp-items .alsp-items-con .alsp-items-cont p:nth-child(1) {
    height: 35px;
  }
  .alsp .alsp-con .alsp-cont .alsp-items:last-child a {
    font-size: 22px;
  }
  .gywm .container .gywm-con .gywm-cont .gywm-sz .gywm-sz-items div:nth-child(1) h3 {
    font-size: 24px;
  }
  .gywm .container .gywm-con .gywm-cont .gywm-sz .gywm-sz-items div:nth-child(1) p {
    margin-top: -19px;
  }
  .gywm .container .gywm-con .gywm-cont .gywm-sz .gywm-sz-items div:nth-child(2) {
    font-size: 15px;
    margin-top: 0;
  }
  .gywm .container .gywm-con .gywm-cont .gywm-sz .gywm-sz-items {
    padding-left: 10px;
  }
  .hzkh .hzkh-con .hzkh-cont .kh-swiper .swiper-wrapper .swiper-slide a {
    /*width: 278.7px !important;*/
  }
  .hzkh .hzkh-con .hzkh-cont .khfl-swiper .swiper-wrapper .swiper-slide {
    /*margin-right: 29px !important;*/
  }
  .hzkh .hzkh-con .hzkh-cont .kh-dh .kh-pagination span::before {
    top: -6.6px;
  }
  .footer .footer-con .foot-cont .foot-cen .foot-cen-lf div {
    margin-right: 31px;
  }
  .footer .footer-con .foot-cont .foot-bt {
    flex-wrap: wrap;
    justify-content: center;
  }
  .gywm {
    background-position: 56% 100%;
  }
  .i-ban div {
    height: 318px;
  }
  .a-bt {
    font-size: 33px;
  }
  .a-con {
    margin-top: 58px;
  }
  .a-con .a-fl {
    margin-top: 40px;
    padding: 30px;
  }
  .a-con .a-fl .a-fl-box ul {
    padding-left: 10px;
  }
  .a-con .a-fl .a-fl-box ul li a {
    min-width: 132px;
  }
  .a-con .a-fl .a-fl-box ul li {
    margin-right: 19px;
  }
  .a-con .row {
    margin-left: -14px;
    margin-right: -14px;
  }
  .a-con .row .a-items {
    padding: 0 14px;
    margin-bottom: 24px;
  }
  .a-con .row .a-items .a-items-con .a-items-nr {
    margin-top: 12px;
  }
  .a-sq {
    padding: 68px 0;
  }
  .a-sq .container div:nth-child(1) p:nth-child(1) {
    font-size: 23px;
  }
  .a-sq .container div:nth-child(1) p:nth-child(2) {
    font-size: 17px;
    margin-top: 10px;
  }
  .a-sq .container {
    padding: 39px 98px 47px 72px;
  }
  .c-con .c-con-rt .row .c-items {
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .c-con .c-con-rt .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .cshow-con .cshow-tp .cshow-tp-lf div {
    height: 261px;
  }
  .cshow-con .cshow-tp .cshow-tp-lf ul li p {
    height: 82px;
  }
  .cshow-con .cshow-content .cshow-dzfw .cshow-dzfw-con ul li p:nth-child(3) {
    font-size: 14px;
  }
  .cshow-con .cshow-content .cshow-syfw .row .cshow-syfw-items .cshow-syfw-items-con a:nth-child(2) {
    font-size: 15px;
    padding: 4.5px 10px;
  }
  .cshow-con .cshow-content .cshow-syfw .row .cshow-syfw-items .cshow-syfw-items-con a:nth-child(1) p {
    height: 131px;
  }
  .cshow-txl .container h3 {
    font-size: 26px;
  }
  .zcban-con h3 {
    font-size: 31px;
    margin-top: 14px;
  }
  .fjs-con .container .fjs-tx .fjs-tx-rt .fjs-tx-cont .fjs-tx-content img:nth-child(1),
  .fjs-con .container .fjs-tx .fjs-tx-rt .fjs-tx-cont .fjs-tx-content img:nth-child(3) {
    width: 34px;
  }
  .fjs-con .container .fjs-tx .fjs-tx-rt .fjs-tx-cont .fjs-tx-content {
    padding-left: 48px;
    padding-right: 41px;
  }
  .fjs-con .container .fjs-tx .fjs-tx-rt .fjs-tx-cont {
    padding: 46px 0;
  }
  .fjs-con .container .fjs-tx .fjs-tx-rt {
    margin-left: 57px;
  }
  .fjs-con .container .fjs-tx .fjs-tx-rt .fjs-tx-cont .fjs-tx-content div {
    line-height: 30px;
  }
  .fjs-con .container .fjs-lb .fjs-lb-items .fjs-lb-items-con .djs-lb-con {
    padding: 66px 30px 49px 31px;
  }
  .fjs-con .container .fjs-lb .fjs-lb-items .fjs-lb-items-con .djs-lb-con div h4 {
    margin-bottom: 7px;
  }
  .fzc-con .fzc-cont .fzc-items .fzc-items-lf div {
    height: 318px;
  }
  .fzc-con .fzc-cont .fzc-items .fzc-items-rt div {
    font-size: 17px;
    line-height: 32px;
  }
  .g-gywm .container .g-gywm-ms {
    font-size: 18px;
  }
  .g-gywm .g-gywm-cont .g-gywm-items .g-gywm-lf {
    padding: 0 73px 0 43px;
  }
  .g-gywm .g-gywm-cont .g-gywm-items .g-gywm-lf div {
    font-size: 18px;
    line-height: 36px;
  }
  .g-gywm .g-gywm-cont .g-gywm-items:nth-child(2n) .g-gywm-lf {
    padding: 0 41px 0 60px;
  }
  .g-lc {
    margin-top: 34px;
    padding-bottom: 10px;
  }
  .g-lc .container .g-lc-con {
    margin-top: 120px;
  }
  .g-zz .g-zz-con .g-zz-items div:nth-child(1) p {
    height: 260px;
  }
  .g-lc .container h3,
  .g-zz h3 {
    font-size: 35px;
  }
  .h-con .container h3 {
    font-size: 33px;
  }
  .h-con .container .row .h-items div {
    height: 117px;
  }
  .h-con .container .row {
    margin-left: -14.5px;
    margin-right: -14.5px;
  }
  .h-con .container .row .h-items {
    padding: 0 14.5px;
    margin-bottom: 29px;
  }
  .h-con {
    padding-top: 72px;
  }
  .l-fs h3 {
    font-size: 30px;
    padding-bottom: 26px;
  }
  .l-fs .l-fs-con .l-fs-lf ul {
    margin-top: 46px;
  }
  .l-fs .l-fs-con .l-fs-lf .l-fs-wx {
    font-size: 18px;
    line-height: 34px;
    margin-top: 0;
  }
  .l-fs .l-fs-con .l-fs-rt #map {
    height: 458px;
  }
  .l-form .container .l-form-lf h4 {
    font-size: 23px;
  }
  .l-form .container .l-form-lf div {
    font-size: 17px;
    line-height: 34px;
    margin-top: 24px;
  }
  .l-form {
    margin-top: 86px;
    padding: 88px 0;
  }
  .ly-fix .ly-fix-con .ly-fix-cont {
    width: 70%;
  }
  .ly-fix .ly-fix-con .ly-fix-cont form .ly-fix-items:nth-child(6) .input-group{
      margin-top: 10px;
  }
  .g-lc .container .g-lc-con .glc-cz {
    top: 36.5%;
}
.hzkh .hzkh-con .hzkh-cont .kh-swiper .swiper-wrapper .swiper-slide a img {
    max-height: 48%;
    max-width: 61%;
}
.banner .banner-con .ban-swiper .swiper-wrapper .swiper-slide .slide-bt h3 {
    font-size: 25px;
}
.banner .banner-con .ban-swiper .swiper-wrapper .swiper-slide .slide-bt p {
    font-size: 18px;
    margin-top: 12px;
}
.banner .banner-con .ban-swiper .swiper-wrapper .slide4 .slide2-content{
    bottom: 8vh;
}
.g-lc .container .g-lc-con .lc-swiper .swiper-wrapper .swiper-slide:nth-child(7){
    /*padding-left: 0;*/
}
}
@media (max-width: 1330px) {
    .sp-fix video{
        max-width: 90%;
        width: auto;
    }
}
@media (max-height: 750px) {
    .sp-fix video{
        max-height: 90%;
        height: auto;
    }
}
@media (max-width: 1199px) {
  .head .head-con .head-cont .head-rt ul,
  .head .head-con .head-cont .head-rt .head-dh {
    display: none;
  }
  .banner {
    margin-top: 54px;
  }
  .head{
      top: 0;
      background: #fff !important;
  }
  .cpzx .cpzx-con .container1 .cpzx-cont .cpzx-lf .cpjs-swiper .swiper-wrapper .swiper-slide a:nth-child(1) h3 {
    font-size: 26px;
  }
  .cpzx .cpzx-con .container1 .cpzx-cont .cpzx-rt {
    width: 64%;
  }
  .cpzx .cpzx-con .container1 .cpzx-cont .cpzx-rt .cptp-swiper-con .cptp-swiper-dh {
    width: 87%;
  }
  .cpzx .cpzx-con .container1 .cpzx-cont .cpzx-lf {
    width: 31.6%;
  }
  .cpzx .cpzx-con .container1 .cpzx-cont .cpzx-rt .tp-pagination .swiper-pagination-bullet {
    margin-bottom: 0.5vh;
  }
  .cpzx .cpzx-con .container1 .cpzx-cont .cpzx-rt .tp-pagination li p::after {
    bottom: 2px;
  }
  .cpzx .cpzx-con .container1 .cpzx-cont {
    margin-top: 3vh;
  }
  .alsp .alsp-con .alsp-desc {
    font-size: 17px;
  }
  .alsp .alsp-con .alsp-cont .alsp-items .alsp-items-con .alsp-items-cont p:nth-child(1) {
    height: 30px;
  }
  .alsp .alsp-con .alsp-cont .alsp-items .alsp-items-con .alsp-items-cont a:nth-child(2),
  .alsp .alsp-con .alsp-cont .alsp-items:last-child a {
    font-size: 20px;
  }
  .gywm {
    background-position: 56% 100%;
  }
  .qqbj .qqbj-con .container .qqbj-desc {
    line-height: 28px;
    font-size: 17px;
  }
  .hzkh .hzkh-con .hzkh-cont .kh-swiper .swiper-wrapper .swiper-slide a {
    /*width: 225.7px !important;*/
  }
  .hzkh .hzkh-con .hzkh-cont .khfl-swiper .swiper-wrapper .swiper-slide div {
    font-size: 16px;
    padding-bottom: 12px;
  }
  .hzkh .hzkh-con .hzkh-cont .khfl-swiper .swiper-wrapper .swiper-slide {
    margin-right: 20px !important;
  }
  .hzkh .hzkh-con .hzkh-cont .kh-dh .kh-pagination::after {
    width: 80px;
  }
  .hzkh .hzkh-con .hzkh-cont .kh-dh .kh-pagination::before {
    width: 40px;
    right: 40px;
  }
  .hzkh .hzkh-con .hzkh-cont .kh-dh .kh-pagination {
    padding-right: 94px;
  }
  .footer .footer-con .foot-cont .foot-cen .foot-cen-lf div {
    margin-right: 15px;
  }
  .head .head-con{
      background: #fff;
  }
  .head .head-con .head-cont,
  .head {
    height: 54px !important;
    background: #fff;
  }
  .a-con .row .a-items .a-items-con {
    padding: 10px;
  }
  .c-con .c-con-rt .row .c-items {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .cshow-con .cshow-tp .cshow-tp-lf div {
    height: 189px;
  }
  .cshow-con .cshow-tp .cshow-tp-lf ul li,
  .cshow-con .cshow-content .cshow-syfw .row .cshow-syfw-items {
    padding: 0 5.5px;
  }
  .cshow-con .cshow-tp .cshow-tp-lf ul,
  .cshow-con .cshow-content .cshow-syfw .row {
    margin-left: -5.5px;
    margin-right: -5.5px;
  }
  .cshow-con .cshow-tp .cshow-tp-lf ul li p {
    height: 55px;
  }
  .cshow-con .cshow-content .cshow-dzfw .cshow-dzfw-con ul li p:nth-child(3) {
    padding: 0 17px;
    line-height: 21px;
    margin-top: 9px;
  }
  .cshow-con .cshow-content .cshow-syfw .row .cshow-syfw-items .cshow-syfw-items-con a:nth-child(1) p {
    height: 100px;
  }
  .fjs-con .container .fjs-lb .fjs-lb-items .fjs-lb-items-con .djs-lb-con div h4 {
    font-size: 20px;
  }
  .fjs-con .container .fjs-lb .fjs-lb-items .fjs-lb-items-con .djs-lb-con div span {
    font-size: 16px;
  }
  .fjs-con .container .fjs-lb .fjs-lb-items {
    padding: 0 11px;
  }
  .fjs-con .container .fjs-lb {
    margin-left: -11px;
    margin-right: -11px;
  }
  .fjs-con .container .fjs-lb .fjs-lb-items .fjs-lb-items-con .djs-lb-con {
    padding: 39px 25px 55px 25px;
  }
  .fjs-con .container .fjs-lb .fjs-lb-items .fjs-lb-items-con .djs-lb-con p {
    height: 47px;
  }
  .fjs-con .container .fjs-lb .fjs-lb-items .fjs-lb-items-con .fjs-lb-bg p {
    height: 335px;
  }
  .fzc-con .fzc-cont .fzc-items .fzc-items-rt div {
    font-size: 16px;
    line-height: 28px;
  }
  .fzc-con .fzc-cont .fzc-items .fzc-items-lf div {
    height: 276px;
  }
  .g-nav {
    top: 54px;
  }
  .g-gywm .container h3 {
    font-size: 27px;
    padding-left: 45px;
  }
  .g-gywm .container h3::before {
    width: 32px;
  }
  .g-gywm .container .g-gywm-ms {
    font-size: 16px;
    padding: 30px 45px;
    line-height: 32px;
  }
  .g-gywm {
    margin-top: 53px;
  }
  .g-gywm .g-gywm-cont .g-gywm-items .g-gywm-lf {
    padding: 0 73px 0 0px;
  }
  .g-gywm .g-gywm-cont .g-gywm-items:nth-child(2n) .g-gywm-lf {
    padding: 0 0px 0 60px;
  }
  .g-gywm .g-gywm-cont .g-gywm-items .g-gywm-lf div {
    font-size: 16px;
    line-height: 30px;
  }
  .g-gywm .g-gywm-cont .g-gywm-items .g-gywm-rt div {
    height: 297px;
  }
  .h-con .container .hcon-nav .swiper-wrapper .swiper-slide {
    padding: 0 30px;
  }
  .l-fs .l-fs-con {
    display: block;
  }
  .l-fs .l-fs-con .l-fs-rt {
    width: 100%;
    margin-top: 35px;
  }
  .g-lc .container .g-lc-con .glc-cz {
    top: 37%;
}
.mb-zd{
    display: block;
}
.head-logo{
    width: 154px;
}
.head .head-con .head-cont .head-rt{
    align-items: center;
}
.head .head-con .head-cont .head-rt .head-lan a {
    font-size: 17px;
    font-weight: bold;
}
.head .head-con .head-cont .head-rt .head-lan{
    margin-right: 14px;
    font-size: 16px;
    font-weight: bold;
}
.head .head-con .head-cont .head-rt ul li a, .head .head-con .head-cont .head-rt .head-lan, .head .head-con .head-cont .head-rt .head-dh, .head .head-con .head-cont .head-rt .head-lan a{
    color: #333 !important;
}
.activehead .mb-zd em{
    /*background: #333 !;*/
}
.h-con .container .hcon-nav{
    top: 54px;
}
.headsy,.headsy .head-con,.headsy .head-con .head-cont{
    background: none;
}
.activehead.ys .head-con .head-cont .head-rt .head-lan,.activehead.ys .head-con .head-cont .head-rt .head-lan a{
    color: #333 !important;
}
.activehead .mb-zd em{
    background: #333 !important;
}
.section,.fp-tableCell{
    height: fit-content !important;
    overflow: hidden;
}
.cpzx {
    padding-top: 30px;
    padding-bottom: 23px;
}
.cpzx .cpzx-bt{
    opacity: 1;
    transform: translateY(0);
    transition: all 0.6s;
    transition-delay: 0.3s;
}
.cpzx .cpzx-con .container1 .cpzx-cont .cpzx-lf,.cpzx .cpzx-con .container1 .cpzx-cont .cpzx-rt .cptp-swiper-con {
    opacity: 1;
    transform: translateX(0);
    transition: all 0.8s;
    transition-delay: 0.3s;
}
.alsp .alsp-con .cpzx-bt {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.8s;
  transition-delay: 0.3s;
}
.alsp .alsp-con .alsp-desc {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.8s;
  transition-delay: 0.3s;
}
.alsp .alsp-con .alsp-cont .alsp-items {
  opacity: 1;
  transform: translateY(0) !important;
  transition: all 0.8s;
  transition-delay: 0.5s;
}
.alsp{
    padding-bottom: 5vh;
    padding-top: 30px;
}
.gywm{
    min-height: 90vh;
}
.gywm .cpzx-bt,
.gywm .container .gywm-con .gywm-cont .gywm-bt,
.gywm .container .gywm-con .gywm-cont .gywm-nr {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.6s;
  transition-delay: 0.3s;
}
.gywm .container .gywm-con .gywm-cont .gywm-sz .gywm-sz-items {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.6s;
  transition-delay: 0.5s;
}
.qqbj .qqbj-con .container .cpzx-bt {
  opacity: 1 !important;
  transform: translateY(0);
  transition: all 0.6s;
  transition-delay: 0.5s;
}
.qqbj{
    padding: 30px 0;
}
.qqbj .qqbj-con .container .qqbj-desc {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.6s;
  transition-delay: 0.5s;
}
.qqbj .qqbj-con .container .dt img {
  transform: scale(1);
  opacity: 1;
  transition: all 0.6s;
  transition-delay: 0.5s;
}
.hzkh {
    padding-top: 30px !important;
    padding-bottom: 25px;
}
.yangshi{
    background: #fff;
    transition: all .3s;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 25%);
}
.banner .banner-con .ban-swiper .swiper-wrapper .swiper-slide .mslide{
    display: block;
}
.banner .banner-con .ban-swiper .swiper-wrapper .swiper-slide-active .mslide{
    -webkit-animation:scale-bg 7s linear forwards;
     animation:scale-bg 7s linear forwards;
}
.banner .banner-con .ban-swiper .swiper-wrapper .swiper-slide .slide-bg,.banner .banner-con .ban-swiper .swiper-wrapper .slide2 .slide2-con,.banner .banner-con .ban-swiper .swiper-wrapper .swiper-slide .slide1-lf,.banner .banner-con .ban-swiper .swiper-wrapper .slide4 .slide2-content,.banner .banner-con .ban-swiper .swiper-wrapper .slide2-con{
    display: none;
}
}
#map1{
    display: none;
}
@media (max-width: 990px) {
  .banner .banner-con .ban-swiper .swiper-wrapper .swiper-slide .slide1-lf .slide1-lf-con .slide1-tp h1 {
    font-size: 28px;
  }
  .banner .banner-con .ban-swiper .swiper-wrapper .swiper-slide .slide1-lf .slide1-lf-con .slide1-tp {
    flex-wrap: wrap;
  }
  .banner .banner-con .ban-swiper .swiper-wrapper .swiper-slide .slide1-lf .slide1-lf-con .slide1-tp div {
    margin-left: 0;
    top: 0;
    margin-top: 12px;
  }
  .banner .banner-con .ban-swiper .swiper-wrapper .swiper-slide .slide1-lf .slide1-lf-con .slide1-bt ul {
    width: 48%;
    margin-right: 30px;
  }
  .banner .banner-con .ban-swiper .swiper-wrapper .swiper-slide .slide1-lf .slide1-lf-con .slide1-bt ul li {
    margin-left: 21px;
  }
  .alsp .alsp-con .alsp-cont .alsp-items .alsp-items-con .alsp-items-cont div {
    padding-left: 19px;
  }
  .gywm .container .gywm-con {
    width: 48.1%;
  }
  .gywm {
    background-position: 69% 100%;
  }
  .qqbj .fp-tableCell {
    position: relative;
    top: -4vh;
  }
  .hzkh .hzkh-con .hzkh-cont .kh-swiper .swiper-wrapper .swiper-slide a {
    /*width: 230.7px !important;*/
  }
  .hzkh .hzkh-con .hzkh-cont .kh-dh .kh-pagination {
    display: none;
  }
  .hzkh .hzkh-con .hzkh-cont .khfl-swiper {
    width: 100%;
  }
  .hzkh .hzkh-con .hzkh-cont .khfl-swiper .swiper-wrapper {
    justify-content: space-between;
    transform: translate3d(0, 0px, 0px) !important;
  }
  .footer .footer-con .foot-cont .foot-cen {
    display: block;
  }
  .footer .footer-con .foot-cont .foot-cen .foot-cen-lf {
    display: none;
  }
  .footer .footer-con .foot-cont .foot-bt ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  .a-con .row .a-items {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .a-sq .container {
    padding: 39px 37px 47px 37px;
  }
  .a-sq .container div:nth-child(1) p:nth-child(2) {
    font-size: 15px;
    margin-top: 3px;
  }
  .a-sq .container a {
    width: 125px;
    height: 36px;
    font-size: 15px;
  }
  .a-sq .container div:nth-child(1) p:nth-child(1) {
    font-size: 21px;
  }
  .a-con .row .a-items .a-items-con .a-items-nr div:nth-child(1) {
    font-size: 20px;
  }
  .c-con .c-con-rt .row .c-items {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .c-con .c-con-lf {
    /* display: none; */
  }
  .c-con .c-con-rt {
    width: 100%;
  }
  .c-con {
    margin-top: 44px;
  }
  .cshow-txl .txl-next {
    right: 5px;
  }
  .cshow-txl .txl-prev {
    left: 5px;
  }
  .cshow-con .cshow-nav {
    top: 54px;
  }
  .fjs-con {
    padding-top: 59px;
    padding-bottom: 51px;
  }
  .fjs-con .container .fjs-tx {
    padding-left: 0;
    padding-right: 0;
  }
  .fjs-con .container .fjs-tx .fjs-tx-rt {
    margin-left: 31px;
  }
  .fjs-con .container .fjs-lb .fjs-lb-items {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 22px;
  }
  .fjs-con .container .fjs-lb .fjs-lb-items .fjs-lb-items-con .fjs-lb-bg p {
    height: 411px;
  }
  .fzc-con .fzc-cont .fzc-items .fzc-items-rt,
  .fzc-con .fzc-cont .fzc-items:nth-child(2n) .fzc-items-rt {
    padding: 0 34px;
  }
  .g-lc .container .g-lc-con {
    margin-top: 85px;
  }
  .g-zz .g-zz-con .g-zz-items div:nth-child(1) p {
    height: 184px;
  }
  .g-zz .g-zz-con {
    margin-top: 30px;
    margin-bottom: 35px;
  }
  .g-nav .container ul li {
    margin-right: 60px;
  }
  .h-con .container .hcon-nav .swiper-wrapper .swiper-slide {
    padding: 0 13px;
  }
  .h-con .container .row .h-items {
    flex: 0 0 calc(100%/3);
    max-width: calc(100%/3);
  }
  .l-fs {
    margin-top: 50px;
  }
  .l-fs .l-fs-con .l-fs-lf ul {
    margin-top: 26px;
  }
  .l-form .container .l-form-lf h4 {
    font-size: 21px;
  }
  .l-form .container .l-form-lf div {
    font-size: 15px;
    line-height: 30px;
    margin-top: 17px;
  }
  .l-form .container .l-form-rt div {
    width: 125px;
    height: 36px;
    font-size: 15px;
  }
  .l-form .container {
    padding: 39px 37px 47px 37px;
  }
  .l-form {
    padding: 75px 0;
  }
  .ly-fix .ly-fix-con .ly-fix-cont {
    width: 89.5%;
  }
  .banner .banner-con .ban-swiper .ban-next,.banner .banner-con .ban-swiper .ban-prev{
      width: 16px;
  }
  .zcban-con p:nth-child(2){
      font-size: 15px;
  }
  .l-fs .l-fs-con .l-fs-rt{
      position: relative;
  }
  #map1{
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      display: block;
  }
  .c-con{
    display: block;
  }
  .c-con .c-con-lf{
    width: 100%;
    top: 0;
    position: relative;
  }
  .c-con .c-con-rt {
    padding-top: 62px;
  }
  .c-con .c-con-lf .c-con-lf-con .c-con-lf-bt .c-nav {
    max-height: 244px;
}
.c-con .c-con-lf .c-con-lf-con .c-con-lf-bt {
  padding: 21px 14px;
  padding-bottom: 15px;
}
.c-con .c-con-lf .c-con-lf-con .c-con-lf-bt .c-nav .c-nav-items ul li {
  margin-top: 10px;
}
.c-con .c-con-lf .c-con-lf-con .c-con-lf-bt .c-nav .c-nav-items div:nth-child(1) {
  padding: 7.5px 28px;
}
.c-con .c-con-lf .c-con-lf-con .c-con-lf-bt .c-nav .c-nav-items div:nth-child(1) a {
  font-size: 17px;
}
.c-con .c-con-lf .c-con-lf-con h3 {
  padding: 19px 0;
  font-size: 20px;
}
}
@media (max-width: 767px) {
  .banner .banner-con .ban-swiper .swiper-wrapper .swiper-slide .slide1-lf .slide1-lf-con .slide1-tp div p:nth-child(1) {
    top: -6px;
    font-size: 13px;
    line-height: 19px;
  }
  .cshow-con .cshow-content .cshow-xxcs .cshow-gg-content div{
      width: 100%;
      overflow-x: scroll;
  }
  .cshow-con .cshow-content .cshow-jstx div:nth-child(3) p::before{
      top: 12px;
  }
  .cshow-con .cshow-content .cshow-jstx div:nth-child(3) p{
      padding-left: 14px;
  }
  .banner .banner-con .ban-swiper .swiper-wrapper .swiper-slide .slide1-lf .slide1-lf-con .slide1-bt {
    flex-wrap: wrap;
  }
  .banner .banner-con .ban-swiper .swiper-wrapper .swiper-slide .slide1-lf .slide1-lf-con .slide1-tp div p:nth-child(2) {
    font-size: 15px;
    margin-top: -2px;
    line-height: 20px;
    padding-right: 10px;
  }
  .banner .banner-con .ban-swiper .swiper-wrapper .swiper-slide .slide1-lf .slide1-lf-con .slide1-bt .slide1-more img {
    margin-left: 10px;
    width: 24px;
  }
  .banner .banner-con .ban-swiper .swiper-wrapper .swiper-slide .slide1-lf .slide1-lf-con .slide1-bt ul {
    width: 100%;
    margin-right: 31px;
    margin-top: 13px;
  }
  .banner .banner-con .ban-swiper .swiper-wrapper .swiper-slide .slide1-lf .slide1-lf-con .slide1-tp h1 {
    font-size: 25px;
  }
  .cpzx .cpzx-con .container1 .cpzx-cont .cpzx-lf .cpjs-swiper .swiper-wrapper .swiper-slide a:nth-child(1) h3 {
    font-size: 18px;
  }
  .cpzx .cpzx-con .container1 .cpzx-cont {
    margin-top: 3vh;
    display: flex;
    flex-direction: column-reverse;
  }
  .cpzx .cpzx-con .container1 .cpzx-cont .cpzx-lf {
    width: 100%;
    margin-top: 4vh;
  }
  .cpzx .cpzx-con .container1 .cpzx-cont .cpzx-rt {
    width: 100%;
  }
  .cpzx .cpzx-con .container1 .cpzx-cont .cpzx-rt .tp-pagination {
    display: none;
  }
  .cpzx .cpzx-con .container1 .cpzx-cont .cpzx-rt .cptp-swiper-con .cptp-swiper-cont {
    margin-left: 0;
  }
  .cpzx .cpzx-con .container1 .cpzx-cont .cpzx-rt .cptp-swiper {
    width: 95%;
    overflow: hidden;
  }
  .cpzx .cpzx-con .container1 .cpzx-cont .cpzx-rt .cptp-swiper-con .cptp-swiper-dh {
    width: 90%;
    left: 2.2%;
  }
  .cpzx .cpzx-con .container1 .cpzx-cont .cpzx-rt .cptp-swiper .swiper-wrapper .swiper-slide a {
    padding: 17px 32px;
    height: 30.9vh;
  }
  .cpzx .cpzx-con .container1 .cpzx-cont .cpzx-lf .cpjs-swiper .swiper-wrapper .swiper-slide a:nth-child(1) p {
    margin-top: 0;
  }
  .cpzx .cpzx-con .container1 .cpzx-cont .cpzx-lf .cpjs-swiper .swiper-wrapper .swiper-slide a:nth-child(2) {
    font-size: 14px;
    line-height: 27px;
    color: #313131;
    margin-top: 0;
  }
  .cpzx-bt h3 {
    font-size: 18px;
  }
  .cpzx .cpzx-con .container1 .cpzx-cont .cpzx-lf .cpzx-lf-more img {
    margin-left: 10px;
    width: 24px;
  }
  .cpzx .cpzx-con .container1 .cpzx-cont .cpzx-lf .cpzx-lf-more {
    font-size: 15px;
  }
  .cpzx .cpzx-con .container1 .cpzx-cont .cpzx-lf .cpzx-lf-more {
    margin-top: 10px;
  }
  .alsp .alsp-con .alsp-desc {
    font-size: 14px;
    padding: 0 5.2%;
    line-height: 24px;
    margin-top: 12px;
  }
  .alsp .alsp-con .alsp-cont {
    margin-top: 3vh;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: -5px;
    margin-right: -5px;
  }
  .alsp .alsp-con .alsp-cont .alsp-items {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .alsp .alsp-con .alsp-cont .alsp-items .alsp-items-con {
    height: 18vh;
  }
  .alsp .alsp-con .alsp-cont .alsp-items:last-child {
    width: 100%;
  }
  .alsp .alsp-con .alsp-cont .alsp-items .alsp-items-con .alsp-items-cont a:nth-child(2),
  .alsp .alsp-con .alsp-cont .alsp-items:last-child a {
    font-size: 16px;
    margin-top: 5px;
  }
  .alsp .alsp-con .alsp-cont .alsp-items .alsp-items-con .alsp-items-cont div {
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
  .alsp .alsp-con .alsp-cont .alsp-items .alsp-items-con .alsp-items-cont p:nth-child(3),
  .alsp .alsp-con .alsp-cont .alsp-items .alsp-items-con .alsp-items-cont a:nth-child(4) {
    display: none;
  }
  .alsp .alsp-con .alsp-cont .alsp-items .alsp-items-con .alsp-items-cont:hover div {
    bottom: 0;
  }
  .gywm .container .gywm-con {
    width: 100%;
  }
  .gywm {
    background-position: 100% 100%;
  }
  .gywm .container .gywm-con .gywm-cont .gywm-bt h4 {
    font-size: 20px;
    margin-top: 3px;
  }
  .gywm .container .gywm-con .gywm-cont .gywm-bt {
    margin-top: 5.8vh;
  }
  .gywm .container .gywm-con .gywm-cont .gywm-bt h3 {
    font-size: 24px;
  }
  .gywm .container .gywm-con .gywm-cont .gywm-nr {
    margin-top: 2.2vh;
  }
  .gywm .container .gywm-con .gywm-cont .gywm-sz .gywm-sz-items div:nth-child(2) {
    font-size: 13px;
  }
  .gywm .container .gywm-con .gywm-cont .gywm-sz {
    margin-top: 6vh;
  }
  .qqbj .fp-tableCell {
    top: 0;
  }
  .qqbj .fp-tableCell {
    vertical-align: middle;
  }
  .qqbj .qqbj-con .container .qqbj-desc {
    line-height: 24px;
    font-size: 14px;
    margin-top: 12px;
  }
  .hzkh .hzkh-con .hzkh-cont .kh-swiper .swiper-wrapper .swiper-slide a {
    /*width: 163.7px !important;*/
    height: 9.576vh;
  }
  .hzkh .hzkh-con .hzkh-cont {
    margin-top: 4vh;
  }
  .hzkh .hzkh-con .hzkh-cont .kh-swiper .swiper-wrapper .swiper-slide a img{
          max-height: 60%;
    max-width: 81%;
  }
  .hzkh .hzkh-con .hzkh-cont .kh-swiper .swiper-wrapper .swiper-slide div {
height: 29.728vh;
  }
  .hzkh .hzkh-con .hzkh-cont .khfl-swiper .swiper-wrapper {
    flex-wrap: wrap !important;
    justify-content: center !important;
  }
  .hzkh .hzkh-con .hzkh-cont .khfl-swiper .swiper-wrapper .swiper-slide {
    margin: 0 10px !important;
    width: 26% !important;
    white-space: nowrap;
    margin-bottom: 6px !important;
  }
  .hzkh .hzkh-con .hzkh-cont .khfl-swiper .swiper-wrapper .swiper-slide div {
    font-size: 15px;
    padding-bottom: 5px;
    text-align: center;
  }
  .hzkh .hzkh-con .hzkh-cont .kh-dh {
    margin-top: 10px;
  }
  .hzkh .hzkh-con .hzkh-cont .khfl-swiper::after {
    bottom: 7px;
  }
  .footer .footer-con .foot-cont .foot-bt {
    margin-top: 11px;
    padding: 13.5px 0;
    line-height: 25px;
    text-align: center;
  }
  .footer .footer-con .foot-cont .foot-tp {
    padding-bottom: 20px;
    padding-top: 23px;
  }
  .footer .footer-con .foot-cont .foot-tp img {
    width: 70%;
  }
  .footer .footer-con .foot-cont .foot-cen .foot-cen-rt img {
    margin-bottom: 6px;
  }
  .footer .footer-con .foot-cont .foot-cen {
    margin-top: 24px;
  }
  .i-ban div {
    height: 175px;
  }
  .i-crumb .container p {
    padding: 10px 0;
  }
  .a-bt {
    font-size: 21px;
  }
  .a-con {
    margin-top: 23px;
  }
  .a-con .a-fl .a-fl-box p {
    font-size: 16px;
  }
  .a-con .a-fl .a-fl-box {
    display: block;
    margin-bottom: 13px;
  }
  .a-con .a-fl .a-fl-box ul {
    padding-left: 0;
    width: 100%;
    justify-content: space-between;
    margin-top: 8px;
  }
  .a-con .a-fl .a-fl-box ul li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 8px;
  }
  .a-con .a-fl .a-fl-box ul li a {
    min-width: auto;
    width: 100%;
    font-size: 15px;
  }
  .a-con .a-fl {
    margin-top: 18px;
    padding: 16px 18px;
  }
  .a-con .row .a-items {
    padding: 0 5px;
    margin-bottom: 15px;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .a-con .row {
    margin-left: -5px;
    margin-right: -5px;
    margin-top: 26px;
  }
  .a-con .row .a-items .a-items-con {
    padding: 10px 0;
    padding-top: 0;
  }
  .a-con .row .a-items .a-items-con .a-items-sp {
    padding-top: 18px;
    height: 192px;
  }
  .a-con .row .a-items .a-items-con .a-items-nr div:nth-child(1) {
    font-size: 16px;
    margin-top: -5px;
  }
  .a-con .row .a-items .a-items-con .a-items-nr div:nth-child(2),.a-con .row .a-items .a-items-con .a-items-nr div:nth-child(3) {
    font-size: 14px;
    margin-top: -5px;
  }
  .a-sq .container {
    padding: 20px 21px 23px 21px;
    display: block;
  }
  .a-sq .container div:nth-child(1) p:nth-child(1) {
    line-height: 30px;
  }
  .a-sq .container div:nth-child(1) p:nth-child(2) {
    font-size: 15px;
    margin-top: 8px;
    line-height: 26px;
  }
  .a-sq .container a {
    font-size: 15px;
    top: 0;
    margin-top: 16px;
  }
  .a-sq {
    padding: 37px 0;
    margin-top: 0;
  }
  .c-con {
    display: block;
    margin-top: 17px;
    margin-bottom: 0;
    padding-bottom: 23px;
  }
  .c-con .c-con-lf {
    width: 100%;
  }
  .c-con .c-con-rt {
    width: 100%;
  }
  .gd .c-con-lf {
    position: relative;
    top: 0px !important;
  }
  .c-con .c-con-lf {
    /* display: none; */
  }
  .c-con .c-con-rt h3 {
    padding-bottom: 11px;
    font-size: 18px;
  }
  .c-con .c-con-rt .row .c-items {
    padding: 0 5px;
    margin-bottom: 10px;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .c-con .c-con-rt .row {
    margin-top: 20px;
    margin-left: -5px;
    margin-right: -5px;
  }
  .c-con .c-con-rt .row .c-items .c-items-con div a:nth-child(1) {
    line-height: 22px;
  }
  .c-con .c-con-rt .row .c-items .c-items-con .c-thumb {
    height: 160px;
  }
  .cshow-con .cshow-bt {
    font-size: 18px;
    padding-bottom: 11px;
  }
  .cshow-con .cshow-tp {
    display: block;
    margin-top: 20px;
  }
  .cshow-con .cshow-tp .cshow-tp-lf {
    padding-right: 0;
  }
  .cshow-con .cshow-tp .cshow-tp-lf div {
      padding: 30px 0;
  }
  .cshow-con .cshow-tp .cshow-tp-lf ul {
    margin-top: 17px;
  }
  .cshow-con .cshow-tp .cshow-tp-rt {
    margin-top: 3px;
    padding-top: 0;
  }
  .cshow-con .cshow-tp .cshow-tp-rt ul {
    display: flex;
    justify-content: space-between;
  }
  .cshow-con .cshow-tp .cshow-tp-rt ul li {
    width: 32%;
  }
  .cshow-con .cshow-tp .cshow-tp-rt ul li p {
    width: 100%;
  }
  .sp-fix-con p img {
    width: 37px;
  }
  .sp-fix video {
    max-width: 90%;
  }
  .cshow-con .cshow-nav ul li a {
    font-size: 16px;
  }
  .cshow-con .cshow-nav ul li {
    margin-right: 11px;
  }
  .cshow-con .cshow-nav {
    margin-top: 0;
  }
  .cshow-con .cshow-content .cshow-jstx {
    margin-top: 19px;
  }
  .cshow-con .cshow-content .cxq-bt {
    padding-bottom: 8px;
  }
  .cshow-con .cshow-content .cshow-jstx div:nth-child(3) {
    font-size: 15px;
    line-height: 28px;
  }
  .cshow-con .cshow-content .cshow-xxcs {
    margin-top: 17px;
  }
  .cshow-con .cshow-content .cshow-xxcs .cshow-gg {
    margin-top: 13px;
  }
  .cshow-con .cshow-content .cshow-xxcs .cshow-gg ul li {
    margin-right: 12px;
    min-width: 94px;
  }
  .cshow-con .cshow-content .cshow-xxcs .cshow-gg {
    display: block;
  }
  .cshow-con .cshow-content .cshow-xxcs .cshow-gg ul {
    padding-left: 0;
    margin-top: 5px;
  }
  .cshow-con .cshow-content .cshow-xxcs .cshow-gg-content {
    margin-top: 5px;
  }
  .cshow-con .cshow-content .cshow-xxcs .cshow-gg-content div table tr td {
    font-size: 14px;
    line-height: 19px;
  }
  .cshow-con .cshow-content .cshow-dzfw {
    margin-top: 25px;
  }
  .cshow-con .cshow-content .cshow-dzfw .cshow-dzfw-con ul {
    flex-wrap: wrap;
  }
  .cshow-con .cshow-content .cshow-dzfw .cshow-dzfw-con ul li {
    width: 50%;
    margin-bottom: 23px;
  }
  .cshow-con .cshow-content .cshow-dzfw .cshow-dzfw-con {
    margin-top: 22px;
  }
  .cshow-con .cshow-content .cshow-dzfw .cshow-dzfw-con ul li p:nth-child(2) {
    font-size: 17px;
  }
  .cshow-con .cshow-content .cshow-syfw {
    margin-top: 0;
  }
  .cshow-con .cshow-content .cshow-syfw .cshow-syfw-desc {
    font-size: 14px;
    line-height: 28px;
    margin-top: 13px;
  }
  .cshow-con .cshow-content .cshow-syfw .row .cshow-syfw-items {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 11px;
  }
  .cshow-txl {
    padding-bottom: 35px;
    padding-top: 30px;
    margin-top: 22px;
  }
  .cshow-txl .container h3 {
    font-size: 21px;
  }
  .cshow-txl .container .txl-swiper .swiper-wrapper .swiper-slide .txl-con .txl-gd {
    margin-top: 20px;
  }
  .zcban-con h3 {
    font-size: 18px;
    margin-top: 11px;
  }
  .zcban-con p:nth-child(2) {
    margin-top: 8px;
    font-size: 13px;
    padding: 0 5.5%;
    line-height: 19px;
  }
  .zcban-con p:nth-child(1) {
    width: 132px;
    height: 34px;
    font-size: 13px;
  }
  .fjs-con .container h3 {
    font-size: 22px;
  }
  .fjs-con {
    padding-top: 24px;
    padding-bottom: 16px;
  }
  .fjs-con .container .fjs-tx {
    display: block;
    margin-top: 29px;
  }
  .fjs-con .container .fjs-tx .fjs-tx-lf {
    margin: 0 auto;
  }
  .fjs-con .container .fjs-tx .fjs-tx-rt {
    margin-left: 0;
    padding-left: 0;
    margin-top: 35px;
  }
  .fjs-con .container .fjs-tx .fjs-tx-rt .fjs-tx-cont .fjs-tx-content img:nth-child(1),
  .fjs-con .container .fjs-tx .fjs-tx-rt .fjs-tx-cont .fjs-tx-content img:nth-child(3) {
    width: 24px;
  }
  .fjs-con .container .fjs-tx .fjs-tx-rt .fjs-tx-cont .fjs-tx-content {
    padding-left: 36px;
    padding-right: 29px;
  }
  .fjs-con .container .fjs-tx .fjs-tx-rt .fjs-tx-cont .fjs-tx-content div {
    line-height: 28px;
    font-size: 15px;
    text-align: justify;
  }
  .fjs-con .container .fjs-tx .fjs-tx-rt .fjs-tx-cont {
    padding: 35px 0;
  }
  .fjs-con .container .fjs-tx .fjs-tx-rt::before {
    left: 46%;
    top: -5px;
    transform: rotateZ(94deg) translateX(-50%);
  }
  .fjs-con .container .fjs-lb {
    margin-top: 22px;
    margin-left: -5px;
    margin-right: -5px;
  }
  .fjs-con .container .fjs-lb .fjs-lb-items {
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .fjs-con .container .fjs-lb .fjs-lb-items .fjs-lb-items-con .djs-lb-con div h4 {
    font-size: 18px;
  }
  .fjs-con .container .fjs-lb .fjs-lb-items .fjs-lb-items-con .djs-lb-con div span {
    font-size: 15px;
    line-height: 21px;
    margin-top: 10px;
    display: block;
  }
  .fjs-con .container .fjs-lb .fjs-lb-items .fjs-lb-items-con .djs-lb-con p {
    height: 39px;
  }
  .fjs-con .container .fjs-lb .fjs-lb-items .fjs-lb-items-con .fjs-lb-bg p {
    height: 224px;
  }
  .fjs-con .container .fjs-lb .fjs-lb-items .fjs-lb-items-con .djs-lb-con {
    padding: 23px 20px 21px 20px;
  }
  .fzc-con h3 {
    font-size: 22px;
  }
  .fzc-con {
    margin-top: 28px;
    margin-bottom: 37px;
  }
  .fzc-con .fzc-cont {
    margin-top: 15px;
  }
  .fzc-con .fzc-cont .fzc-items {
    display: block;
    margin-bottom: 22px;
  }
  .fzc-con .fzc-cont .fzc-items .fzc-items-lf {
    width: 100% !important;
  }
  .fzc-con .fzc-cont .fzc-items .fzc-items-lf div {
    height: 182px;
  }
  .fzc-con .fzc-cont .fzc-items .fzc-items-rt h4 {
    padding-bottom: 10px;
    font-size: 18px;
  }
  .fzc-con .fzc-cont .fzc-items .fzc-items-rt div {
    font-size: 14px;
    line-height: 26px;
    margin-top: 13px;
  }
  .fzc-con .fzc-cont .fzc-items .fzc-items-rt,
  .fzc-con .fzc-cont .fzc-items:nth-child(2n) .fzc-items-rt {
    padding: 23px 21px;
  }
  .g-nav .container {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .g-nav .container ul li {
    margin-right: 0;
  }
  .g-nav .container ul {
    justify-content: space-between;
    width: 100%;
    margin-top: 4px;
  }
  .cshow-con .cshow-nav ul {
    justify-content: space-between;
  }
  .cshow-con .cshow-nav ul li {
    margin-right: 0;
  }
  #jstx {
    position: absolute;
    top: 20px;
  }
  #xxcs,
  #dzfw,
  #syfw {
    position: absolute;
    top: 30px;
  }
  .g-gywm .container h3 {
    font-size: 22px;
    padding-left: 28px;
  }
  .g-gywm .container h3::before {
    width: 22px;
  }
  .g-gywm .container .g-gywm-ms {
    font-size: 15px;
    padding: 19px 28px;
    line-height: 30px;
    margin-top: 20px;
  }
  .g-gywm {
    margin-top: 25px;
  }
  .g-gywm .g-gywm-cont .g-gywm-items .container {
    flex-direction: column-reverse !important;
  }
  .g-gywm .g-gywm-cont .g-gywm-items .g-gywm-rt {
    width: 100%;
  }
  .g-gywm .g-gywm-cont .g-gywm-items::before {
    display: none !important;
  }
  .g-gywm .g-gywm-cont .g-gywm-items .g-gywm-rt div {
    height: 163px;
  }
  .g-gywm .g-gywm-cont .g-gywm-items .g-gywm-lf div {
    font-size: 15px;
    line-height: 30px;
    text-align: left;
  }
  .g-gywm .g-gywm-cont .g-gywm-items .g-gywm-lf {
    padding: 19px 28px !important;
  }
  .g-gywm .g-gywm-cont .g-gywm-items {
    margin-bottom: 20px;
  }
  .g-gywm .g-gywm-cont {
    margin-top: 22px;
  }
  .g-lc .container h3,
  .g-zz h3 {
    font-size: 22px;
  }
  .g-lc .container .g-lc-con .lc-swiper .swiper-wrapper .swiper-slide .glc-con .glc-tp div {
    width: 100% !important;
    font-size: 15px;
    line-height: 26px;
    height: fit-content;
    margin-top: 11px;
    padding: 0 !important;
    padding-left: 22px !important;
    height: 104px;
  }
  .g-lc .container .g-lc-con .lc-swiper .swiper-wrapper .swiper-slide,
  .g-lc .container .g-lc-con .lc-swiper .swiper-wrapper .swiper-slide:nth-child(2n) {
    left: 0 !important;
    margin: 0 !important;
    margin-left: 0 !important;
    width: 100% !important;
    padding-left: 5px !important;
  }
  .g-lc .container .g-lc-con .lc-swiper .swiper-wrapper .swiper-slide:nth-child(5) {
    width: 100% !important;
  }
  .g-lc .container .g-lc-con .lc-swiper .swiper-wrapper .swiper-slide:nth-child(2n) .glc-con .glc-tp::before {
    bottom: 0;
    top: auto;
    height: calc(100% - 21px);
  }
  .g-lc .container .g-lc-con .lc-swiper .swiper-wrapper .swiper-slide .glc-con .glc-tp h4 {
    padding-left: 22px;
  }
  .g-lc .container .g-lc-con .lc-swiper .swiper-wrapper .swiper-slide .glc-con:hover .glc-tp h4 {
    font-size: 25px;
  }
  .g-lc .container .g-lc-con .lc-swiper .swiper-wrapper .swiper-slide:nth-child(2n) .glc-con {
    flex-direction: column;
  }
  .g-lc .container .g-lc-con .lc-swiper .swiper-wrapper .swiper-slide:nth-child(2n) .glc-con .glc-tp {
    padding-bottom: 22px;
    padding-top: 0;
    margin-top: 0;
  }
  .g-lc .container .g-lc-con .lc-swiper .swiper-wrapper .swiper-slide .glc-con .glc-bt {
    display: none;
  }
  .g-lc .container .g-lc-con .lc-swiper {
    width: 78%;
    padding-left: 0;
    margin: 0 auto;
    margin-right: auto;
  }
  .g-lc .container .g-lc-con .lc-next,
  .g-lc .container .g-lc-con .lc-prev {
    width: 48px;
    top: 45%;
  }
  .g-lc .container .g-lc-con .lc-swiper .swiper-wrapper .swiper-slide .glc-con .glc-tp {
    padding-left: 9px;
  }
  .g-lc .container .g-lc-con .lc-swiper .swiper-wrapper .swiper-slide .glc-con .glc-tp::before {
    left: 9px;
    height: calc(100% - 21px);
  }
  .g-lc .container .g-lc-con .glc-cz {
    top: 99%;
  }
  .g-lc .container .g-lc-con {
    margin-top: 33px;
  }
  .g-lc {
    margin-top: 8px;
  }
  .g-zz {
    margin-top: 18px;
    margin-bottom: 26px;
  }
  .g-zz .g-zz-con {
    margin-top: 17px;
    margin-bottom: 18px;
    flex-wrap: wrap;
  }
  .g-zz .g-zz-con .g-zz-items {
    width: 50%;
    margin-bottom: -1px;
  }
  .g-zz .g-zz-con .g-zz-items div:nth-child(1) p {
    height: 192px;
  }
  .g-zz .g-zz-con .g-zz-items div:nth-child(2) {
    padding: 5.5px 10px;
  }
  .pagination li a {
    font-size: 12px;
    padding: 0 10px;
  }
  .pagination li {
    margin: 0 3px;
    margin-bottom: 7px;;
}
.pagination{
    flex-wrap:wrap;
}
  .h-con .container h3 {
    font-size: 22px;
  }
  .h-con .container .hcon-nav .swiper-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .h-con .container .hcon-nav .swiper-wrapper .swiper-slide {
    padding: 0;
    width: calc(100%/3);
    text-align: center;
    margin-bottom: 7px;
  }
  .h-con .container .hcon-nav .swiper-wrapper .swiper-slide:nth-child(3n)::after {
    display: none;
  }
  .h-con .container .hcon-nav .swiper-wrapper .swiper-slide a::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .h-con .container .hcon-nav .swiper-wrapper .swiper-slide-thumb-active a::after {
    width: 43%;
  }
  .h-con .container .hcon-nav .swiper-wrapper .swiper-slide a {
    font-size: 16px;
    padding-bottom: 4px;
  }
  .h-con .container .hcon-nav {
    margin-top: 16px;
  }
  .h-con .container .row {
    margin-left: -8px;
    margin-right: -8px;
    margin-top: 9px;
  }
  .h-con .container .row .h-items {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 8px;
    margin-bottom: 16px;
  }
  .h-con .container .row .h-items div {
    height: 95px;
  }
  .h-con {
    padding-top: 26px;
    padding-bottom: 15px;
  }
  .h-con .container .row .h-items div img {
    max-height: 63%;
  }
  .l-fs h3 {
    font-size: 22px;
    padding-bottom: 17px;
  }
  .l-fs h3::after {
    width: 85%;
  }
  .l-fs {
    margin-top: 26px;
  }
  .l-fs .l-fs-con .l-fs-lf h4 {
    font-size: 18px;
  }
  .l-fs .l-fs-con {
    margin-top: 25px;
  }
  .l-fs .l-fs-con .l-fs-lf ul li div:nth-child(2) p {
    font-size: 16px;
  }
  .l-fs .l-fs-con .l-fs-lf ul li {
    margin-bottom: 11px;
  }
  .l-fs .l-fs-con .l-fs-lf ul {
    margin-top: 14px;
  }
  .l-fs .l-fs-con .l-fs-lf .l-fs-wx {
    font-size: 16px;
    line-height: 29px;
    margin-top: 14px;
  }
  .l-fs .l-fs-con .l-fs-lf ul li div:nth-child(2) {
    margin-left: 12px;
  }
  .l-form {
    padding: 37px 0;
    margin-top: 31px;
  }
  .l-fs .l-fs-con .l-fs-rt {
    margin-top: 21px;
  }
  .l-fs .l-fs-con .l-fs-rt #map {
    height: 245px;
  }
  .l-form .container {
    display: block;
    padding: 20px 21px 23px 21px;
  }
  .l-form .container .l-form-lf {
    padding-right: 0;
  }
  .l-form .container .l-form-lf div {
    font-size: 15px;
    margin-top: 8px;
    line-height: 26px;
  }
  .l-form .container .l-form-lf h4 {
    line-height: 30px;
  }
  .l-form .container .l-form-rt div {
    margin-top: 26px;
  }
  .ly-fix .ly-fix-con .ly-fix-cont .ly-fix-bt h4 {
    font-size: 22px;
  }
  .ly-fix .ly-fix-con .ly-fix-cont {
    padding: 20px 24px;
  }
  .ly-fix .ly-fix-con .ly-fix-cont .ly-fix-bt p {
    font-size: 15px;
    height: 31px;
  }
  .ly-fix .ly-fix-con .ly-fix-cont .ly-fix-bt {
    padding-bottom: 11px;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 5;
  }
  .ly-fix .ly-fix-con .ly-fix-cont form .ly-fix-items {
    width: 100%;
    margin-bottom: 14px;
  }
  .ly-fix .ly-fix-con .ly-fix-cont form .ly-fix-items p {
    font-size: 15px;
    width: 27.4%;
  }
  .ly-fix .ly-fix-con .ly-fix-cont form .ly-fix-items div {
    padding: 2.5px 10px;
  }
  .ly-fix .ly-fix-con .ly-fix-cont form .ly-fix-items:last-child button {
    width: 125px;
    height: 36px;
    font-size: 15px;
  }
  .ly-fix .ly-fix-con .ly-fix-cont {
    padding: 20px 24px;
    max-height: 85%;
    overflow: scroll;
  }
  .ly-fix .ly-fix-con .ly-fix-cont form .ly-fix-items:nth-child(6) .input-group input{
      flex: 1;
      width: auto;
      height: 35px;
  }
.ly-fix .ly-fix-con .ly-fix-cont form .ly-fix-items:nth-child(6) .input-group {
    margin-top: 5px;
}
.ly-fix .ly-fix-con .ly-fix-cont form .ly-fix-items:nth-child(6){
    margin-bottom: 24px;
}
.ly-fix .ly-fix-con .ly-fix-cont form .ly-fix-items:nth-child(6) .input-group div{
    margin-left: 9px;
}
.i-crumb .container p{
    flex-wrap: wrap;
}
.gywm .container .gywm-con .gywm-cont .gywm-nr a{
    display: block;
    margin: auto 0;
    width: 79px;
    height: 26px;
    bottom: 1px;
}
.gywm .container .gywm-con .gywm-cont .gywm-nr div{
    line-height: 2rem;
}
.gywm .container .gywm-con .gywm-cont .gywm-nr{
    width: 100%;
    height: 84px;
}
.cshow-con .cshow-content .cshow-xxcs .cshow-gg-content div table tr td span{
    white-space: inherit !important;
}
.l-fs .l-fs-con .l-fs-lf{
    padding-right: 0;
}
.banner .banner-con .ban-swiper .swiper-wrapper .swiper-slide .slide-bt h3 {
    font-size: 17px;
}
.banner .banner-con .ban-swiper .swiper-wrapper .swiper-slide .slide-bt p {
    font-size: 14px;
    margin-top: 5px;
    margin-left: 9px;
}
.banner .banner-con .ban-swiper .swiper-wrapper .swiper-slide .slide-bt a {
    margin-top: 7px;
    margin-left: 12px;
}
.banner .banner-con .ban-swiper .swiper-wrapper .swiper-slide .slide-bt a img {
    margin-left: 10px;
    width: 24px;
}
.banner .banner-con .ban-swiper .swiper-wrapper .slide2 .slide2-img{
    top: 0%;
        width: 100%;
    margin-top: 8vh;
}
.banner .banner-con .ban-swiper .swiper-wrapper .slide3 .slide2-img {
    top: 0;
}
.banner .banner-con .ban-swiper .swiper-wrapper .slide3 .slide2-content{
    margin-top: 0%;
}
.banner .banner-con .ban-swiper .swiper-wrapper .slide2 .slide2-content{
    position: relative;
    top: 0;
}
.banner .banner-con .ban-swiper .swiper-wrapper .slide2 .slide2-con .container{
    flex-direction: column-reverse;
    justify-content: center;
    align-items: flex-start;
}
.banner .banner-con .ban-swiper .swiper-wrapper .slide4 .slide2-content {
    bottom: 20vh;
    top: inherit !important;
    position: absolute;
}
.banner .banner-con .ban-swiper .swiper-wrapper .slide5 .slide-bt h3{
    color: #fff;
}
.banner .banner-con .ban-swiper .ban-prev{
    left: 0;
}
.banner .banner-con .ban-swiper .ban-next{
    right: 0;
}
.banner .banner-con .ban-swiper .ban-pagination .swiper-pagination-bullet {
    margin: 0 4px;
    width: 8px;
    height: 8px;
}
.banner .banner-con .ban-swiper .ban-pagination{
    bottom: -3px;
}
.h-con .container .hcon-nav .swiper-wrapper .swiper-slide:hover a::after{
    width: 43%;
}
.banner .banner-con .ban-swiper .ban-pagination{
    bottom: 0;
}
.banner .banner-con .ban-swiper .ban-pagination .swiper-pagination-bullet {
    margin: 0 3px;
    width: 5px;
    height: 5px;
}
}
@media (max-height: 714px) {
  .cpzx {
    padding-top: 30px;
  }
  .alsp {
    padding-top: 6vh;
  }
  .alsp .alsp-con .alsp-cont {
    margin-top: 3vh;
  }
  .alsp .alsp-con .alsp-desc {
    margin-top: 5px;
  }
  .qqbj .qqbj-con .container .dt img {
    max-height: 63vh;
  }
  .hzkh .hzkh-con .hzkh-cont {
    margin-top: 5vh;
  }
  .hzkh .hzkh-con .hzkh-cont .khfl-swiper .swiper-wrapper .swiper-slide div {
    padding-bottom: 10px;
  }
  .hzkh {
    padding-top: 17px;
  }
}
