body {
  background: #fff;
  font: 13px/1.75 "Microsoft YaHei", arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}
.container {
  padding: 0;
  max-width: 83.8%;
}
.swiper {
  overflow: hidden;
}
textarea,
input {
  background: none;
  outline: none;
  resize: none;
}
.yc {
  overflow: hidden;
}
@font-face {
  font-family: DIN-Light;
  src: url('../font/DIN-Light.otf');
}
@font-face {
  font-family: Arial-BoldMT;
  src: url('../font/Arial-BoldMT.otf');
}
.xd {
  position: relative;
}
.jd {
  position: absolute;
}
.imgcolor {
  position: relative;
  line-height: 0;
}
.imgcolor img {
  transition: all 0.5s;
}
.imgcolor img:nth-child(2) {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}



/*新增--------------------------------------------------------*/
.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-div3 a{
font-size: 13px !important;
    margin-left: 24px;
    width: 74% !important;
}
.mb-div a:last-child {
  margin-bottom: 0;
}
.mxl-o {
  position: absolute;
  right: 0;
  top: -5px;
  padding: 25.5px 15px;
}
.head.ys{
    background-color: #000 !important;
}
.head-lan{
    transition: all .3s;
}
.ys .head-lan{
   opacity: 0;
}
.mb-nav {
  position: fixed;
  z-index: 105 !important;
  width: 100%;
  background: #fff;
  padding: 88px 0;
  height: 100%;
  padding-top: 0px;
  top: 62px;
  overflow: scroll;
  display: none;
      background: #000;
}
.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: 70%;
    margin-top: 13%;
}
.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-last-child(2) .mxl-o{
    display: none;
}

.mb-nav ul li:nth-child(3) .mxl-o{
    display: none;
}
.mb-nav ul li:nth-child(4) .mxl-o{
    display: none;
}
.mb-nav ul li a {
  color: #fff;
  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;
}
.mb-div3{
    display: none;
}
.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: #fff;
  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: 4px;
}
.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: #fff;
}
/*--------------------------------------------------------------------*/







.head-ts {
  padding-top: 24px;
  z-index: 101;
  position: relative;
}
.white-head .head-ts{
    background-color: #343637;
    padding: 9px 0;
}
.home-head{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 101;
}
.white-head{
    border-bottom: 1px solid rgb(153,153,153);
    position: relative;
}
.head-ts .container .head-start {
  display: flex;
  justify-content: flex-end;
}
.head-ts .container .head-start .head-start-con {
  display: flex;
}
.head-ts .container .head-start .head-start-con .head-start-lf ul {
  display: flex;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 8.75px 15px 8.75px 0;
}
.white-head .head-ts .container .head-start .head-start-con .head-start-lf ul{
    background: none;
}
.head-ts .container .head-start .head-start-con .head-start-lf ul li {
  position: relative;
  cursor: pointer;
}
.head-ts .container .head-start .head-start-con .head-start-lf ul li:nth-child(2){
    display: none !important;
}
.head-ts .container .head-start .head-start-con .head-start-lf ul li a {
  display: block;
}
.head-ts .container .head-start .head-start-con .head-start-lf ul li div {
  display: flex;
  align-items: center;
}
.white-head .head-ts .container .head-start .head-start-con .head-start-lf ul li div span img:nth-child(1){
    filter: brightness(0) invert(1);
}
.head-ts .container .head-start .head-start-con .head-start-lf ul li div p {
  font-size: 14px;
  color: #333333;
  transition: all 0.5s;
  margin-left: 7px;
}
.white-head .head-ts .container .head-start .head-start-con .head-start-lf ul li div p{
    color: #fff;
}
.head-ts .container .head-start .head-start-con .head-start-lf ul li .yy {
  position: absolute;
  top: 100%;
  background: #fff;
  width: 100%;
  left: 0;
  padding: 18px 0 7px 16px;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
  transform: scaleY(0);
  transform-origin: left top;
}
.white-head .head-ts .container .head-start .head-start-con .head-start-lf ul li .yy{
    background: #333;
}
.head-ts .container .head-start .head-start-con .head-start-lf ul li .yy a {
  font-size: 15px;
  color: #333;
  font-weight: bold;
  transition: all 0.5s;
}
.white-head .head-ts .container .head-start .head-start-con .head-start-lf ul li .yy a{
    color: #fff;
}
.head-ts .container .head-start .head-start-con .head-start-lf ul li .yy a:hover {
  color: #de5b21;
}
.head-ts .container .head-start .head-start-con .head-start-lf ul li:hover .yy {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.head-ts .container .head-start .head-start-con .head-start-lf ul li:nth-child(1),
.head-ts .container .head-start .head-start-con .head-start-lf ul li:nth-child(2),
.head-ts .container .head-start .head-start-con .head-start-lf ul li:nth-child(3){
  padding: 0 13px 0 16px;
}
.head-ts .container .head-start .head-start-con .head-start-lf ul li:nth-child(1)::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  right: 0;
  width: 1px;
  height: 22px;
  background-color: #dddddd;
}
.head-ts .container .head-start .head-start-con .head-start-lf ul li:nth-child(2)::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  right: 0;
  width: 1px;
  height: 22px;
  background-color: #dddddd;
}
.head-ts .container .head-start .head-start-con .head-start-lf ul li:nth-child(3)::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  right: 0;
  width: 1px;
  height: 22px;
  background-color: #dddddd;
}
.head-ts .container .head-start .head-start-con .head-start-lf ul li:nth-child(4) {
  margin-left: 17px;
}
.head-ts .container .head-start .head-start-con .head-start-lf ul li:hover div p {
  color: #de5b21;
}
.head-ts .container .head-start .head-start-con .head-start-lf ul li:hover div .imgcolor img:nth-child(1) {
  opacity: 0;
}
.head-ts .container .head-start .head-start-con .head-start-lf ul li:hover div .imgcolor img:nth-child(2) {
  opacity: 1;
}
.head-ts .container .head-start .head-start-con .head-ss {
  margin-left: 7px;
  position: relative;
}
.head-ts .container .head-start .head-start-con .head-ss .head-ss-tb {
  width: 54px;
  height: 42px;
  background-color: #ffffff;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.white-head .head-ts .container .head-start .head-start-con .head-ss .head-ss-tb{
    background: none;
}
.white-head .head-ts .container .head-start .head-start-con .head-ss .head-ss-tb img:nth-child(1){
    filter: brightness(0) invert(1);
}

.head-ts .container .head-start .head-start-con .head-ss .head-ss-tb:hover img:nth-child(1) {
  opacity: 0;
}
.head-ts .container .head-start .head-start-con .head-ss .head-ss-tb:hover img:nth-child(2) {
  opacity: 1;
}
.head-ts .container .head-start .head-start-con .head-ss form {
  position: absolute;
  right: 0%;
  background: #fff;
  border-radius: 5px;
  height: 100%;
  top: 0;
  width: 324px;
  display: flex;
  align-items: center;
  padding: 0 23px;
  transition: all 0.6s;
  opacity: 0;
  visibility: hidden;
}
.head-ts .container .head-start .head-start-con .head-ss form input:nth-last-child(2) {
  flex: 1;
}
.head-ts .container .head-start .head-start-con .head-ss form input:nth-last-child(1) {
  width: 22px;
  height: 22px;
  background: url(../images/ss.png) no-repeat 100% 100%;
}
.head-ts .container .head-start .head-start-con .head-ss form.cx {
  opacity: 1;
  visibility: visible;
  right: calc(100% + 7px);
}
.head {
  /*padding: 25px 0;*/
  position: relative;
  transition: all 0.5s;
  top: 0;
  z-index: 100;
}
.head .container {
  display: flex;
  align-items: center;
}
.head .container .head-logo img:nth-child(2){
    display: none;
}
.white-head .head .container .head-logo img:nth-child(1){
    display: none;
}
.white-head .head .container .head-logo img:nth-child(2){
    display: block;
}
.head .container .head-ul {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  /*position: relative;*/
  top: -3px;
}
.white-head .head .container .head-ul{
    top: 0;
}
.head .container .head-ul .head-li {
  margin-right: 3.125vw;
  /*position: relative;*/
}


.head .container .head-ul .head-li .head-a {
  display: block;
  font-size: 18px;
  /*font-weight: bold;*/
  color: #ffffff;
  transition: all 0.5s;
padding: 30.75px 0;
position: relative;
top: 0.26vw;
}
.head .container .head-ul .head-li .head-a::after{
    position: absolute;
    left: 50%;
    top: 18%;
    transform: translateX(-50%);
    content: '';
    height: 65%;
    width: 80%;
    background-color: #d45d26;
    border-radius: 10px 10px 0px 0px;
    z-index: -1;
    transition: all .5s;
    opacity: 0;
}
.head .container .head-ul .head-li:hover .head-a::after{
    width: 158%;
    opacity: 1;
}
.white-head .head .container .head-ul .head-li .head-a{
    padding: 46.75px 0;
}
.white-head .head .container .head-ul .head-li .head-a {
  color: #333333;
}
.head .container .head-ul .head-li:hover .head-a {
  color: #ffffff;
}
.head .container .head-ul .head-li:last-child {
  margin-right: 0;
}
.activehead {
  /*background: rgba(0, 0, 0, 0.6);*/
}


.head-child-con{
    position: absolute;
    top: 88%;
    width: 100%;
    left: 0;
    background-color: #ffffff;
    border-bottom: 4px solid #d45d26;
    font-family: 'Noto Sans SC', sans-serif;
    padding: 3.2% 0 2.5% 0;
    min-height: 14.47vw;
    transition: all .5s;
    transform: scaleY(0);
    transform-origin: left top;
    visibility: hidden;
    opacity: 0;
}
.head .container .head-ul .head-li:hover .head-child-con{
    transform: scaleY(1);
    visibility: visible;
    opacity: 1;
}
.head-child-con .container{
    width: 841px;
    display: flex;
}
.head-child-con .container .head-child-items{
    flex: 1;
}
.head-child-con .container .head-child-items:nth-last-child(2){
    margin-right: 4.2vw;
}
.head-child-con .container .head-child-items p{
    border-bottom: 1px solid #d45d26;
    padding-bottom: 3px;
}
.head-child-con .container .head-child-items p a{
    font-size: 24px;
    font-weight: 600;
	color: #eb5e24;
}
.head-child-con .container .head-child-items ul{
    display: flex;
    margin-top: 19px;
    flex-wrap: wrap;
}
.head-child-con .container .head-child-items ul li{
    width: calc(100%/8);
    margin-bottom: 10px;
}
.head .container .head-ul .head-li:nth-child(1) .head-child-con .container .head-child-items ul li{
    width: 25%;
}
.head .container .head-ul .head-li:nth-child(3) .head-child-con,.head .container .head-ul .head-li:nth-child(4) .head-child-con {
    display: none !important;
}
.head-child-con .container .head-child-items ul li a{
    font-size: 16px;
    color: #333333;
    transition: all .5s;
    font-weight: 400;
    /*color: #919296;*/
}
.head-child-con .container .head-child-items ul li a:hover{
    color: #eb5e24;
}


.ban-swiper {
  margin-top: 0px !important;
  position: relative;
}
.ban-swiper .ban-pagination{
        bottom: 6%;
        width: 100%;
        text-align: center;
}
.ban-swiper .ban-pagination .swiper-pagination-bullet{
    width: 8.4375vw;
    height: 0.2083vw;
    background-color: rgba(255, 255, 255, .3);
    border-radius: 2px;
    opacity: 1;
    margin-right: 2.5vw;
}
.ban-swiper .ban-pagination .swiper-pagination-bullet:last-child{
    margin-right: 0;
}
.ban-swiper .ban-pagination .swiper-pagination-bullet-active{
    background-color: #eb5e24;
}
.ban-swiper .swiper-wrapper .swiper-slide .slide-bg {
overflow: hidden;
    height: 100vh;
    display: block;
}
.ban-swiper .swiper-wrapper .swiper-slide {
    position: relative;
}
.ban-swiper .swiper-wrapper .swiper-slide .slide1-con{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: rgba(0, 0, 0, .3);
}
.ban-swiper .swiper-wrapper .swiper-slide .slide1-con h2{
font-size: 5vw;
	letter-spacing: 0.3125vw;
	color: #fefefe;
    font-family: 'Noto Sans SC', sans-serif;
    font-weight: 700;
        transform: translateY(100%) rotate(10deg);
    opacity: 0;
    transform-origin: left;
    transition: var(--custom-transiton2);
    transition-duration: 1s;
    transition-property: transform, opacity;
}
.ban-swiper .swiper-wrapper .swiper-slide .slide1-con .yc:nth-child(1){
    width: 89.2%;
    margin-bottom: -6%;
    margin-top: -4%;
}
.ban-swiper .swiper-wrapper .swiper-slide .slide1-con .yc:nth-child(1) img{
    transform: scaleY(0);
    transform-origin: center;
    transition: all .6s;
}
.ban-swiper .swiper-wrapper .swiper-slide-active .slide1-con .yc:nth-child(1) img{
    -webkit-animation: img-active-animation 0.7s both 0.8s;
    animation: img-active-animation 0.7s both 0.8s;
}
.ban-swiper .swiper-wrapper .swiper-slide .slide1-con .yc:nth-last-child(1){
    margin-top: 0vw;
}

.ban-swiper .swiper-wrapper .swiper-slide-active .slide1-con h2{
-webkit-animation: text-active-animation 1.5s cubic-bezier(0.7, 0, 0.2, 1) both 0.9s;
    animation: text-active-animation 1.5s cubic-bezier(0.7, 0, 0.2, 1) both 0.9s;
}
@keyframes text-active-animation {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(100%) rotate(5deg);
    transform: translateY(100%) rotate(5deg);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
@keyframes img-active-animation {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}
#video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ban-swiper .swiper-wrapper .swiper-slide .slide-bg img {
  max-width: 101%;
  min-width: 100%;
      height: 100%;
    object-fit: cover;
  transform: scale(1.05, 1.05);
}
.ban-swiper .swiper-wrapper .swiper-slide-active .slide-bg img {
  animation: image-zoom-out 6s 0s forwards;
}
@keyframes image-zoom-out {
  0% {
    transform: scale(1.05, 1.05);
  }
  100% {
    transform: scale(1, 1);
  }
}
.home-shuzi {
  /*background-color: #f3f3f3;*/
  padding-top: 3.7%;
  padding-bottom: 1.8%;
}
.home-shuzi .container ul {
  padding: 0 1.9%;
  display: flex;
  justify-content: space-between;
}
.home-shuzi .container ul li {
  text-align: center;
  transition: all 0.5s;
}
.home-shuzi .container ul li h2 {
  font-size: 2.08vw;
  color: #333333;
  font-family: 'Noto Sans SC', sans-serif;
  font-weight: 200;
  transition: all 0.5s;
}
.home-shuzi .container ul li div:nth-child(2) {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-top: 2vw;
  margin-bottom: 1.3vw;
}
.home-shuzi .container ul li div:nth-child(2) p:nth-child(1) {
  font-size: 6.25vw;
  color: #d45d26;
  line-height: normal;
  font-family: DIN-Light;
}
.home-shuzi .container ul li:nth-child(1) div:nth-child(2) p:nth-child(1),.home-shuzi .container ul li:nth-child(3) div:nth-child(2) p:nth-child(1){
position: relative;
    padding-left: 3vw;
}
.home-shuzi .container ul li:nth-child(1) div:nth-child(2) p:nth-child(1)::before,.home-shuzi .container ul li:nth-child(3) div:nth-child(2) p:nth-child(1)::before{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    content:'±';
    font-size: 6.25vw;
  color: #d45d26;
      font-family: DIN-Light;
}
.home-shuzi .container ul li:nth-child(3) div:nth-child(2) p:nth-child(1)::before{
    content:'≈';
}
.home-shuzi .container ul li div:nth-child(2) p:nth-child(2) {
  position: relative;
  top: -1.5vw;
  text-align: left;
  margin-left: 4px;
}
.home-shuzi .container ul li div:nth-child(2) p:nth-child(2) span {
  font-size: 1.25vw;
  color: #d45d26;
  display: block;
  font-family: 'Noto Sans SC', sans-serif;
  font-weight: 400;
  line-height: 1.125;
}
.home-shuzi .container ul li div:nth-child(3) {
  font-size: 20px;
  line-height: 1.5;
  color: #666666;
  font-family: 'Noto Sans SC', sans-serif;
  font-weight: 300;
  transition: all 0.5s;
}
.home-shuzi .container ul li:nth-child(2) {
  animation-delay: 0.3s;
}
.home-shuzi .container ul li:nth-child(3) {
  animation-delay: 0.6s;
}
.home-shuzi .container ul li:hover {
  transform: translateY(-5px);
}
.home-shuzi .container ul li:hover h2,
.home-shuzi .container ul li:hover div:nth-child(3) {
  color: #d45d26;
}
.sy-bt {
  font-size: 2.5vw;
  color: #333333;
  font-family: 'Noto Sans SC', sans-serif;
  font-weight: bold;
  text-align: center;
}
.rmcp {
  margin-top: 90px;
}
.rmcp .rmcp-con {
  margin-top: 50px;
  overflow: hidden;
  position: relative;
}
.rmcp .rmcp-con .cp-prev,
.rmcp .rmcp-con .cp-next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  top: 49.5%;
  height: auto;
  transition: all 0.4s;
  overflow: hidden;
  background: none;
  position: absolute;
}

.rmcp .rmcp-con .cp-next.swiper-button-disabled, .rmcp .rmcp-con .cp-prev.swiper-button-disabled{
    opacity: 0;
}


.rmcp .rmcp-con .cp-prev {
  left: 4.3%;
}
.rmcp .rmcp-con .cp-prev img:nth-child(1) {
  transition: all 0.4s;
  left: 0;
  position: relative;
}
.rmcp .rmcp-con .cp-prev img:nth-child(2) {
  position: absolute;
  left: 100%;
  transition: all 0.4s;
}
.rmcp .rmcp-con .cp-next {
  right: 4%;
}
.rmcp .rmcp-con .cp-next img:nth-child(1) {
  transition: all 0.4s;
  position: relative;
  left: 0;
}
.rmcp .rmcp-con .cp-next img:nth-child(2) {
  position: absolute;
  left: -100%;
  transition: all 0.4s;
}
.rmcp .rmcp-con .cp-prev:after {
  display: none;
}
.rmcp .rmcp-con .cp-next:after {
  display: none;
}
.rmcp .rmcp-con .cp-prev img:nth-child(1) {
  position: relative;
  left: -100%;
}
.rmcp .rmcp-con .cp-prev img:nth-child(2) {
  left: 0%;
}
.rmcp .rmcp-con .cp-next img:nth-child(1) {
  left: 100%;
}
.rmcp .rmcp-con .cp-next img:nth-child(2) {
  left: 0%;
}
.rmcp .rmcp-con .container .rmcp-swiper {
  overflow: inherit;
}
.rmcp .rmcp-con .container .rmcp-swiper .swiper-wrapper .swiper-slide {
  width: 24.8%;
  position: relative;
  background-color: #f3f3f3;
  border-radius: 10px;
}
.rmcp .rmcp-con .container .rmcp-swiper .swiper-wrapper .swiper-slide a:nth-child(1) {
  display: block;
  text-align: center;
  padding: 11% 5% 24.7% 5%;
}
.rmcp .rmcp-con .container .rmcp-swiper .swiper-wrapper .swiper-slide a:nth-child(1) div:nth-child(1) {
  overflow: hidden;
  height: 21.5625vw;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.rmcp .rmcp-con .container .rmcp-swiper .swiper-wrapper .swiper-slide a:nth-child(1) div:nth-child(1) img {
  max-height: 100%;
}
.rmcp .rmcp-con .container .rmcp-swiper .swiper-wrapper .swiper-slide a:nth-child(1) div:nth-child(2) {
  font-size: 24px;
  color: #2d2d2d;
  font-family: 'Noto Sans SC', sans-serif;
  /*font-weight: bold;*/
  margin-top: 37%;
  transition: all 0.5s;
}
.rmcp .rmcp-con .container .rmcp-swiper .swiper-wrapper .swiper-slide a:nth-child(2) {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
  transform: scaleY(0);
  transform-origin: left bottom;
}
.rmcp .rmcp-con .container .rmcp-swiper .swiper-wrapper .swiper-slide a:nth-child(2) div {
  font-size: 24px;
  color: #ffffff;
  font-family: 'Noto Sans SC', sans-serif;
  /*font-weight: bold;*/
  position: relative;
  z-index: 2;
  padding-bottom: 33%;
  margin-bottom: 15%;
}
.rmcp .rmcp-con .container .rmcp-swiper .swiper-wrapper .swiper-slide a:nth-child(2) div span {
  transition: all 0.5s;
  top: -10px;
  opacity: 0;
  position: relative;
  transition-delay: 0.5s;
}
.rmcp .rmcp-con .container .rmcp-swiper .swiper-wrapper .swiper-slide a:nth-child(2) div::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  bottom: 0;
  width: 60px;
  height: 10px;
  background-color: #f3f3f3;
  border-radius: 5px;
  transition: all 0.5s;
  opacity: 0;
  bottom: -10px;
  transition-delay: 0.5s;
}
.rmcp .rmcp-con .container .rmcp-swiper .swiper-wrapper .swiper-slide a:nth-child(2)::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 89%;
  background: url(../images/cp-yy.png) no-repeat;
  background-size: 100% 100%;
}
.rmcp .rmcp-con .container .rmcp-swiper .swiper-wrapper .swiper-slide:hover a:nth-child(2) {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.rmcp .rmcp-con .container .rmcp-swiper .swiper-wrapper .swiper-slide:hover a:nth-child(2) div span {
  opacity: 1;
  top: 0;
}
.rmcp .rmcp-con .container .rmcp-swiper .swiper-wrapper .swiper-slide:hover a:nth-child(2) div::after {
  opacity: 1;
  bottom: 0;
}
.rmcp .rmcp-con .container .rmcp-swiper .swiper-wrapper .swiper-slide:hover a:nth-child(1) div:nth-child(2) {
  opacity: 0;
}
.rmcp .rmcp-con::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 8.1%;
  height: 100%;
  background: #fff;
  content: '';
  z-index: 2;
}
.jjfa {
  margin-top: 90px;
}
.jjfa .jjfa-con {
  margin-top: 65px;
  position: relative;
}
.jjfa .jjfa-con .fatp-swiper .swiper-wrapper .swiper-slide {
  overflow: hidden;
  position: relative;
  display: block;
  opacity: 0 !important;
}
.jjfa .jjfa-con .fatp-swiper .swiper-wrapper .swiper-slide::after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content:'';
    background: rgba(0,0,0,.5);
}
.jjfa .jjfa-con .fatp-swiper .swiper-wrapper .swiper-slide .bg {
  max-width: 101%;
  min-width: 100%;
  height: 90vh;
  object-fit: cover;
}
.jjfa .jjfa-con .fatp-swiper .swiper-wrapper .swiper-slide p {
  /*display: flex;*/
  /*align-items: center;*/
  /*font-size: 3.125vw;*/
  /*letter-spacing: 1px;*/
  /*color: #ffffff;*/
  /*position: absolute;*/
  /*left: 0;*/
  /*right: 0;*/
  /*margin: 0 auto;*/
  /*top: 6%;*/
  /*padding: 0 2.1%;*/
  /*transition: all 0.5s;*/
  /*text-shadow: 0px 0 9px #0d0d0d;*/
}
.jjfa .jjfa-con .fatp-swiper .swiper-wrapper .swiper-slide p span {
  /*top: 0.2vw;*/
  /*margin-left: 20px;*/
  /*width: 2.24vw;*/
  /*overflow: hidden;*/
}
.jjfa .jjfa-con .fatp-swiper .swiper-wrapper .swiper-slide-active {
  opacity: 1 !important;
}
.jjfa .jjfa-con .fadh-con {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6%;
  margin: 0 auto;
  /*padding: 0 2.1%;*/
}
.jjfa-prev,
.jjfa-next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  top: 49.5%;
  height: auto;
  transition: all 0.4s;
  overflow: hidden;
  background: none;
  position: absolute;
  display: none;
  opacity: 1 !important;
}
.jjfa-prev {
  left: 5%;
}
.jjfa-prev img:nth-child(1) {
  transition: all 0.4s;
  left: 0;
  position: relative;
}
.jjfa-prev img:nth-child(2) {
  position: absolute;
  left: 100%;
  transition: all 0.4s;
}
.jjfa-prev:hover img:nth-child(1) {
  position: relative;
  left: -100%;
}
.jjfa-prev:hover img:nth-child(2) {
  left: 0%;
}
.jjfa-next:hover img:nth-child(1) {
  left: 100%;
}
.jjfa-next:hover img:nth-child(2) {
  left: 0%;
}
.jjfa-next {
  right: 5%;
}
.jjfa-next img:nth-child(1) {
  transition: all 0.4s;
  position: relative;
  left: 0;
}
.jjfa-next img:nth-child(2) {
  position: absolute;
  left: -100%;
  transition: all 0.4s;
}
.jjfa-prev:after {
  display: none;
}
.jjfa-next:after {
  display: none;
}
.jjfa .jjfa-con .fadh-con .fadh-swiper .swiper-wrapper .swiper-slide {
  display: block;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  font-size: 18px !important;
  color: #ffffff;
  text-shadow: 0px 0 9px #000000;
  padding: 10px 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  font-family: 'Noto Sans SC', sans-serif;
}
.jjfa .jjfa-con .fadh-con .fadh-swiper .swiper-wrapper .swiper-slide div {
  position: relative;
  z-index: 2;
}
.jjfa .jjfa-con .fadh-con .fadh-swiper .swiper-wrapper .swiper-slide .imgcolor {
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.jjfa .jjfa-con .fadh-con .fadh-swiper .swiper-wrapper .swiper-slide .imgcolor img {
  max-height: 100%;
}
.jjfa .jjfa-con .fadh-con .fadh-swiper .swiper-wrapper .swiper-slide div:nth-child(2) {
  margin-top: -3px;
  transition: all 0.5s;
}
.jjfa .jjfa-con .fadh-con .fadh-swiper .swiper-wrapper .swiper-slide::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  content: '';
  top: 0;
  background: #fff;
  transition: all 0.5s;
  opacity: 0;
  width: 0%;
}
.jjfa .jjfa-con .fadh-con .fadh-swiper .swiper-wrapper .swiper-slide:hover::after {
  opacity: 1;
  width: 100%;
}
.jjfa .jjfa-con .fadh-con .fadh-swiper .swiper-wrapper .swiper-slide:hover div:nth-child(2) {
  color: #de5b21;
  text-shadow: 0px 0 9px #fff;
}
.jjfa .jjfa-con .fadh-con .fadh-swiper .swiper-wrapper .swiper-slide:hover .imgcolor img {
  transform: scale(0.95);
}
.jjfa .jjfa-con .fadh-con .fadh-swiper .swiper-wrapper .swiper-slide:hover .imgcolor img:nth-child(1) {
  opacity: 0;
}
.jjfa .jjfa-con .fadh-con .fadh-swiper .swiper-wrapper .swiper-slide:hover .imgcolor img:nth-child(2) {
  opacity: 1;
}
.jjfa .jjfa-con .fadh-con .fadh-swiper .swiper-wrapper .swiper-slide-thumb-active::after {
  opacity: 1;
  width: 100%;
}
.jjfa .jjfa-con .fadh-con .fadh-swiper .swiper-wrapper .swiper-slide-thumb-active div:nth-child(2) {
  color: #de5b21;
  text-shadow: 0px 0 9px #fff;
}
.jjfa .jjfa-con .fadh-con .fadh-swiper .swiper-wrapper .swiper-slide-thumb-active .imgcolor img:nth-child(1) {
  opacity: 0;
}
.jjfa .jjfa-con .fadh-con .fadh-swiper .swiper-wrapper .swiper-slide-thumb-active .imgcolor img:nth-child(2) {
  opacity: 1;
}


.jjfa-conn{
    width: 62.5%;
}
.jjfa .jjfa-con .fatp-swiper .swiper-wrapper .swiper-slide .jjfa-conn{
position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 15.5%;
    display: flex;
    align-items: flex-start;
    z-index: 2;
}
.jjfa .jjfa-con .fatp-swiper .swiper-wrapper .swiper-slide .jjfa-conn .jjfa-con-lf{
    flex: 1;
    display: flex;
    align-items: center;
    	font-size: 2.5vw;
	color: #ffffff;
}
.jjfa .jjfa-con .fatp-swiper .swiper-wrapper .swiper-slide .jjfa-conn .jjfa-con-lf p{
         text-shadow: 0px 0 9px #0d0d0d;
}
.jjfa .jjfa-con .fatp-swiper .swiper-wrapper .swiper-slide .jjfa-conn .jjfa-con-lf span{
    line-height: 1;
    margin-left: 21px;
}
.jjfa .jjfa-con .fatp-swiper .swiper-wrapper .swiper-slide .jjfa-conn .jjfa-con-rt{
    width: 59%;
    margin-top: 2%;
}
.jjfa .jjfa-con .fatp-swiper .swiper-wrapper .swiper-slide .jjfa-conn .jjfa-con-rt div:nth-child(1){
    	font-size: 18px;
	line-height: 1.78;
	color: #ffffff;
	font-family: 'Noto Sans SC', sans-serif;
}
.jjfa .jjfa-con .fatp-swiper .swiper-wrapper .swiper-slide .jjfa-conn .jjfa-con-rt div:nth-child(2){
    	width: 110px;
	height: 42px;
	border-radius: 21px;
	border: solid 1px #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
		font-size: 16px;
	color: #ffffff;
	font-family: 'Noto Sans SC', sans-serif;
	transition: all .5s;
	margin-top: 53px;
	position: relative;
}
.jjfa .jjfa-con .fatp-swiper .swiper-wrapper .swiper-slide .jjfa-conn .jjfa-con-rt div:nth-child(2):hover{
    background: #fff;
    color: #de5b21;
    box-shadow: 1px 1px 10px #fff;
    transform: translateX(4px);
}
.qqxm {
  padding-top: 90px;
  background: #f3f3f3;
}
.qqxm .qqxm-con {
  background-color: #f3f3f3;
  padding: 70px 0;
}
.qqxm .qqxm-con .qqxm-cont {
  width: 87.83%;
  margin: 0 auto;
  position: relative;
}
.qqxm .qqxm-con .qqxm-cont .qqxm-yq-items {
  z-index: 2;
  position: absolute;
  opacity: 0;
  transform: scale(0);
  transition: all 0.5s;
  transition-delay: 0.3s;
}
.qqxm .qqxm-con .qqxm-cont .qqxm-yq-items div:nth-child(1) {
  width: 0.677vw;
  height: 0.677vw;
  background-color: rgb(234,94,35);
  border-radius: 100%;
  position: relative;
  transition: all 0.5s;
}
.qqxm .qqxm-con .qqxm-cont .qqxm-yq-items div:nth-child(1) img {
    position: absolute;
    left: 50%;
    bottom: 132%;
    max-width: 20px;
    transform: translateX(-50%);
}
.qqxm .qqxm-con .qqxm-cont .qqxm-yq-items:nth-child(11) div:nth-child(1) img{
    max-width: 31px;
}
.qqxm .qqxm-con .qqxm-cont .qqxm-yq-items div:nth-child(1)::after {
  position: absolute;
  content: '';
  margin: auto;
  background: rgb(234,94,35);
  width: 193%;
  height: 193%;
  border-radius: 100%;
  left: 50%;
  transition: all 0.5s;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: ks 1.5s infinite linear;
}
@keyframes ks {
  0% {
    width: 90%;
    height: 90%;
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
.qqxm .qqxm-con .qqxm-cont .qqxm-yq-items div:nth-child(2) {
  position: absolute;
  font-size: 16px;
  color: #333;
  white-space: nowrap;
  min-width: initial !important;
  font-family: 'Noto Sans SC', sans-serif;
}
.qqxm .qqxm-con .qqxm-cont .qqxm-yq-items.animated {
  transform: scale(1);
  opacity: 1;
}
.qqxm .qqxm-con .qqxm-cont .qqxm-yq-items:nth-child(1) {
  top: 39.5%;
  left: 17.3%;
}
.qqxm .qqxm-con .qqxm-cont .qqxm-yq-items:nth-child(1) div:nth-child(2) {
  min-width: 57px;
  top: 158%;
  left: -82%;
}
.qqxm .qqxm-con .qqxm-cont .qqxm-yq-items:nth-child(2) {
  top: 28.5%;
  left: 51.3%;
  transition-delay: 0.5s;
}
.qqxm .qqxm-con .qqxm-cont .qqxm-yq-items:nth-child(3) {
  top: 32.5%;
  left: 51.8%;
  transition-delay: 0.9s;
}
.qqxm .qqxm-con .qqxm-cont .qqxm-yq-items:nth-child(4) {
  top: 36%;
  left: 53.4%;
  transition-delay: 1.1s;
}
.qqxm .qqxm-con .qqxm-cont .qqxm-yq-items:nth-child(5) {
  top: 37.6%;
  left: 55.7%;
  transition-delay: 0.5s;
}
.qqxm .qqxm-con .qqxm-cont .qqxm-yq-items:nth-child(6) {
  top: 48.6%;
  left: 68.6%;
  transition-delay: 0.9s;
}
.qqxm .qqxm-con .qqxm-cont .qqxm-yq-items:nth-child(6) div:nth-child(2) {
  min-width: 57px;
}
.qqxm .qqxm-con .qqxm-cont .qqxm-yq-items:nth-child(7) {
  top: 53%;
  left: 75.5%;
  transition-delay: 1.2s;
}
.qqxm .qqxm-con .qqxm-cont .qqxm-yq-items:nth-child(7) div:nth-child(2) {
  min-width: 57px;
}
.qqxm .qqxm-con .qqxm-cont .qqxm-yq-items:nth-child(8) {
  top: 61.5%;
  left: 74.89%;
  transition-delay: 1s;
}
.qqxm .qqxm-con .qqxm-cont .qqxm-yq-items:nth-child(9) {
  top: 52.1%;
  left: 76.8%;
  transition-delay: 0.8s;
}
.qqxm .qqxm-con .qqxm-cont .qqxm-yq-items:nth-child(9) div:nth-child(2) {
  min-width: 57px;
top: 41%;
    left: 117%;
}
.qqxm .qqxm-con .qqxm-cont .qqxm-yq-items:nth-child(10) {
  top: 52.6%;
  left: 80.5%;
  transition-delay: 1s;
}
.qqxm .qqxm-con .qqxm-cont .qqxm-yq-items:nth-child(10) div:nth-child(2) {
  left: calc(100% + 10px);
  top: -4px;
}
.qqxm .qqxm-con .qqxm-cont .qqxm-yq-items:nth-child(11) {
  top: 43.6%;
  left: 79.4%;
  transition-delay: 1.3s;
}
.qqxm .qqxm-con .qqxm-cont .qqxm-yq-items:nth-child(11) div:nth-child(2) {
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(100% + 52px);
}
.qqxm .qqxm-con .qqxm-cont .qqxm-yq-items:nth-child(11) div:nth-child(1) {
  background-color: #ff7900;
  width: 1.2vw;
  height: 1.2vw;
}
.qqxm .qqxm-con .qqxm-cont .qqxm-yq-items:nth-child(11) div:nth-child(1)::after {
  border: 1px solid #ff7900;
}
.qqxm .qqxm-con .qqxm-cont .qqxm-yq-items:nth-child(11) div:nth-child(2) {
  font-size: 18px;
  font-weight: bold;
}
.qqxm .qqxm-con .qqxm-cont .qqxm-yq-items:hover div:nth-child(1) {
  color: #ff7900;
}
.qqxm .qqxm-con .qqxm-cont .qqxm-yq-items:hover div:nth-child(1)::after {
  /*border: 1px solid #ff7900;*/
}
.qqxm .qqxm-con .qqxm-cont .qqxm-yq-items:hover div:nth-child(2) {
  color: #ff7900;
}
.qqxm .qqxm-con .qqxm-cont .zuo div:nth-child(2) {
  right: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%);
}
.qqxm .qqxm-con .qqxm-cont .zuo:nth-child(7) div:nth-child(2) {
  right: calc(100% + 22px);
}
.qqxm .qqxm-con .qqxm-cont .xia div:nth-child(2) {
  top: calc(100% + 12px);
  left: 50%;
  transform: translateX(-50%);
}
.qqxm .qqxm-con .qqxm-cont .qqxm-yq-items:nth-child(12) {
    right: 16.5vw;
    top: 9.2vw;
    width: 0;
    z-index: 1;
    opacity: 0;
    transform: initial !important;
     transition: all 1.5s; 
     transition-delay: 2s; 
    overflow: hidden;
    
    height: 23.07vw;
}
.qqxm .qqxm-con .qqxm-cont .qqxm-yq-items:nth-child(12) img{
    width: 55.3vw;
    max-width: 55.3vw;
    position: absolute;
    right: 0;
    z-index: 5;
    height: 23.07vw;
}
.qqxm .qqxm-con .qqxm-cont .qqxm-yq-items:nth-child(12).animated {
  opacity: 1;
  width: 63.38%;
}
.qqxm .qqxm-con .qqxm-cont .zuo:nth-child(2) div:nth-child(2){
    top: 138%;
}



.qqxm .qqxm-con .qqxm-cont .qqxm-yq-items:nth-child(13){
    left: 34.8%;
    top: 70.1%;
    transition-delay: 1.6s;
}
.qqxm .qqxm-con .qqxm-cont .qqxm-yq-items:nth-child(14){
    top: 27.6%;
    left: 50.3%;
    transition-delay: 1s;
}
.qqxm .qqxm-con .qqxm-cont .qqxm-yq-items:nth-child(15){
    top: 66.6%;
    left: 77.5%;
    transition-delay: 1.2s;
}
.qqxm .qqxm-con .qqxm-cont .qqxm-yq-items:nth-child(16){
    top: 57.4%;
    left: 74.89%;
    transition-delay: 1.4s;
}
.qqxm .qqxm-con .qqxm-cont .you div:nth-child(2){
    left: calc(100% + 10px);
    top: 50%;
    transform: translateY(-50%);
}
    
.slbz {
  background-color: #f3f3f3;
  padding-top: 0.5%;
  padding-bottom: 6%;
}
.slbz .slbz-con {
  display: flex;
  flex-wrap: wrap;
  margin-top: 7%;
}
.slbz .slbz-con .slbz-items {
  display: flex;
  align-items: center;
  margin-bottom: -8px;
  width: 36%;
}
.slbz .slbz-con .slbz-items div:nth-child(1) {
  font-size: 4.6875vw;
  color: #d45d26;
  width: fit-content;
  display: flex;
}
.slbz .slbz-con .slbz-items div:nth-child(1) span:nth-child(1) {
  font-family: SimSun;
}
.slbz .slbz-con .slbz-items div:nth-child(1) span:nth-child(2) {
  font-family: DIN-Light;
}
.slbz .slbz-con .slbz-items div:nth-child(2) {
  margin-left: 5px;
}
.slbz .slbz-con .slbz-items div:nth-child(2) span {
  display: block;
  line-height: normal;
}
.slbz .slbz-con .slbz-items div:nth-child(2) span:nth-child(1) {
  font-family: Arial-BoldMT;
  font-size: 36px;
  color: #d45d26;
}
.slbz .slbz-con .slbz-items:nth-child(1) div:nth-child(2) span:nth-child(1){
    opacity: 0;
    visibility: hidden;
}
.slbz .slbz-con .slbz-items div:nth-child(2) span:nth-child(2) {
  font-family: Arial-BoldMT;
  font-size: 24px;
  color: #d45d26;
  margin-bottom: 8px;
}
.slbz .slbz-con .slbz-items div:nth-child(2) span:nth-child(3) {
  font-size: 20px;
  color: #666666;
  font-family: 'Noto Sans SC', sans-serif;
  font-weight: 300;
  position: relative;
  top: -4px;
}
.slbz .slbz-con .slbz-items:nth-child(3n) {
  flex: 1;
}
.slbz .slbz-con .slbz-items:nth-child(5) div:nth-child(2) span:nth-child(3) {
  top: 0;
}
.hydc {
  margin-top: 82px;
}
.hydc ul {
  display: flex;
  justify-content: center;
  margin-top: 33px;
}
.hydc ul li {
  cursor: pointer;
  margin-right: 5vw;
}
.hydc ul li a {
  display: block;
  font-size: 24px;
  color: #333333;
  font-family: 'Noto Sans SC', sans-serif;
  /*font-weight: 200;*/
  position: relative;
  padding-bottom: 6px;
  transition: all .5s;
}
.hydc ul li a::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  bottom: 0;
  width: 0%;
  height: 2px;
  transition: all 0.5s;
  opacity: 0;
  background: #000;
}
.hydc ul li.active a::after {
  width: 100%;
  opacity: 1;
  background: #ea5e23;
}
.hydc ul li.active a{
    color: #ea5e23;
    font-weight: 600;
}
.hydc ul li:last-child {
  margin-right: 0;
}
.hydc .hydc-con {
  margin-top: 57px;
}
.hydc .hydc-con .hydc-list {
  display: none;
}
.hydc .hydc-con .hydc-list .row {
  margin-left: -1.25%;
  margin-right: -1.25%;
}
.hydc .hydc-con .hydc-list .row .hydc-items {
  padding: 0 1.25%;
}
.hydc .hydc-con .hydc-list .row .hydc-items .hydc-items-con {
  background-color: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(182, 182, 182, 0.35);
  border-radius: 10px;
  height: 100%;
  padding: 22% 8.2% 15% 8.2%;
  transition: all 0.5s;
}
.hydc .hydc-con .hydc-list .row .hydc-items .hydc-items-con .hydc-sp {
  position: relative;
}
.hydc .hydc-con .hydc-list .row .hydc-items .hydc-items-con .hydc-sp .hydc-sp-con {
  position: relative;
  transition: all 0.5s;
}
.hydc .hydc-con .hydc-list .row .hydc-items .hydc-items-con .hydc-sp .hydc-sp-con p {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 180px;
}
.hydc .hydc-con .hydc-list .row .hydc-items .hydc-items-con .hydc-sp .hydc-sp-con img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  transition: all 0.5s;
  width: 18.605%;
}
.hydc .hydc-con .hydc-list .row .hydc-items .hydc-items-con .hydc-sp .hydc-sp-con.xs {
  opacity: 0;
  visibility: hidden;
}
.hydc .hydc-con .hydc-list .row .hydc-items .hydc-items-con .hydc-sp div:nth-child(2) {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
}
.hydc .hydc-con .hydc-list .row .hydc-items .hydc-items-con .hydc-sp div:nth-child(2) video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.hydc .hydc-con .hydc-list .row .hydc-items .hydc-items-con .hydc-sp div:nth-child(2).cx {
  opacity: 1;
  visibility: visible;
}
.hydc .hydc-con .hydc-list .row .hydc-items .hydc-items-con a {
  margin-top: 27%;
  font-size: 18px;
  color: #333333;
  font-family: 'Noto Sans SC', sans-serif;
  font-weight: 300;
  text-align: center;
  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-word;
  white-space: normal;
  transition: all 0.5s;
  line-height: 1.3;
}
.hydc .hydc-con .hydc-list .row .hydc-items .hydc-items-con:hover {
  transform: translateY(-10px);
}
.hydc .hydc-con .hydc-list .row .hydc-items .hydc-items-con:hover a {
  color: #de5b21;
}
.hydc .hydc-con .hydc-list .row .hydc-items .hydc-items-con:hover .hydc-sp .hydc-sp-con img {
  transform: rotateZ(360deg);
}
.hydc .hydc-con .hydc-list .row .hydc-items:nth-child(2) .hydc-items-con {
  padding: 22% 6.2% 15% 6.2%;
}
.hydc .hydc-con .hydc-list:nth-child(1) {
  display: block;
}
.lxwm {
  position: relative;
  display: flex;
  margin-top: 10%;
  overflow: hidden;
}
.lxwm .container {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  font-family: 'Noto Sans SC', sans-serif;
  font-weight: bold;
  top: 0;
  bottom: 0;
  /*height: fit-content;*/
  font-weight: 400;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.lxwm .container div:nth-child(1) {
  font-size: 2.8vw;
  color: #d45d26;
  letter-spacing: 1px;
  font-weight: 600;
}
.lxwm .container div:nth-child(2) {
font-size: 1.25vw;
    color: #5e5e5e;
    margin-top: 0.5%;
    margin-bottom: 3%;
    font-weight: 300;
}
.lxwm .container div:nth-child(2) p:nth-child(2){
    display: none;
}
.lxwm .container a {
	width: 9.6875vw;
	height: 2.865vw;
  background-color: rgb(212,93,38);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  font-size: 1.25vw;
  color: #ffffff;
  margin: 0 auto;
  	letter-spacing: 2px;
	color: #ffffff;
}
.lxwm .container a:hover {
  box-shadow: 1px 1px 10px #d45d26;
  transform: translateY(-4px);
}
.lxwm .lxwm-lf {
  flex: 1;
  background-color: #302e2d;
  display: none !important;
}
.lxwm .lxwm-rt {
  width: 100% !important;
  overflow: hidden;
}
.lxwm .lxwm-rt img{
    min-width: 100%;
    max-width: 101%;
}
.lxwm .lxwm-rt div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 25.9375vw;
}
.foot {
  background-color: rgb(52,54,55);
  padding-top: 94px;
}
.foot .container .foot-tp .foot-lx {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.foot .container .foot-tp .foot-lx ul {
  display: flex;
}
.foot .container .foot-tp .foot-lx ul li {
  margin-left: 16px;
  cursor: pointer;
  transition: all 0.5s;
}
.foot .container .foot-tp .foot-lx ul li a {
  display: block;
}
.foot .container .foot-tp .foot-lx ul li:hover {
  transform: translateY(-5px);
}
.foot .container .foot-tp .foot-lx ul li:hover a img:nth-child(2) {
  opacity: 1;
}
.foot .container .foot-tp .foot-lx ul li:hover a img:nth-child(1) {
  opacity: 0;
}
.foot .container .foot-tp .foot-dh {
  display: flex;
  margin-top: 75px;
}
.foot .container .foot-tp .foot-dh .foot-items p {
  font-family: Arial-BoldMT;
  font-size: 14px;
  color: #de5d27;
  margin-bottom: 23px;
}
.foot .container .foot-tp .foot-dh .foot-items ul {
  display: flex;
}
.foot .container .foot-tp .foot-dh .foot-items ul li a {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  color: #919296;
}
.foot .container .foot-tp .foot-dh .foot-items:nth-child(1) {
  flex: 1;
}
.foot .container .foot-tp .foot-dh .foot-items:nth-child(1) ul li {
  margin-right: 3.90625vw;
}
.foot .container .foot-tp .foot-dh .foot-items:nth-child(1) ul li:last-child {
  margin-right: 0;
}
.foot .container .foot-tp .foot-dh .foot-items:nth-child(1) ul li:hover a {
  color: #d45d26;
}
.foot .container .foot-tp .foot-dh .foot-items:nth-child(1) ul li a {
  color: #919296;
  font-weight: bold;
  transition: all 0.5s;
}
.foot .container .foot-tp .foot-dh .foot-items:nth-child(2) {
  margin-right: 4.9479vw;
}
.foot .container .foot-bt {
  display: flex;
  border-top: 1px solid rgba(219,219,219,.2);
  justify-content: space-between;
  margin-top: 70px;
  padding-top: 20px;
  padding-bottom: 30px;
}
.foot .container .foot-bt p {
  color: #919296;
}
.foot .container .foot-bt p a {
  font-size: 14px;
  color: #919296;
  transition: all 0.5s;
}
.foot .container .foot-bt p a:hover {
  color: #d45d26;
}
.mb-ditu {
  display: none;
}

.curtain {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: none;
}
.curtain .mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0;
}
.curtain .curtain_box {
  position: absolute;
  max-height: 90%;
  left: 50%;
  top: 50%;
  background: #fff;
  overflow: hidden;
  z-index: 10000;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 18px;
  width: 58%;
}
.curtain .curtain_box .curtain_title {
  position: relative;
  padding: 0 30px;
  background: #1c4798;
}
.curtain .curtain_box .curtain_title .close_tc {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 60px;
  cursor: pointer;
  z-index: 10000;
}
.curtain .curtain_box .curtain_title .close_tc::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -10px;
  width: 20px;
  height: 2px;
  background: #999999;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.curtain .curtain_box .curtain_title .close_tc::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -10px;
  width: 20px;
  height: 2px;
  background: #999999;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.curtain2 .curtain_box .x-con {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.curtain2 .curtain_box .x-con .x-ri .x-tit {
  font-weight: bold;
  color: #000;
  font-size: 1.82vw;
}
.curtain2 .curtain_box .x-con .x-ri .x-p {
  color: rgba(0, 0, 0, 0.6);
  margin-top: 2px;
}
.curtain2 .curtain_box .x-con .x-ri .x-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 44px;
}
.curtain2 .curtain_box .x-con .x-ri .x-form .x-item {
  width: 48.33%;
}
.curtain2 .curtain_box .x-con .x-ri .x-form .x-item.x-item2 {
  width: 48.6%;
}
.curtain2 .curtain_box .x-con .x-ri .x-form .x-item .x-item-tix {
  font-weight: bold;
  font-size:20px;
  color: #333333;
  margin-bottom: 14px;
}
.curtain2 .curtain_box .x-con .x-le .logo {
  width: 1.01rem;
}
.curtain2 .curtain_box .x-con .x-le .x-tit {
  color: #333;
  font-size: 0.33rem;
  font-weight: bold;
  margin-top: 0.32rem;
}
.curtain2 .curtain_box .x-con .x-le .x-ph {
  margin-top: 0.05rem;
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
}
.curtain2 .curtain_box .x-con .x-le .x-xia {
  margin-top: 0.9rem;
}
.curtain2 .curtain_box .x-con .x-le .x-xia .x-p {
  margin-top: 0.2rem;
}
.curtain2 .curtain_box .x-con .x-le .x-xia .x-p p {
  font-size: 0.2rem;
  color: #333;
  margin-bottom: 0.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.curtain2 .curtain_box .x-con .x-le .x-xia .x-p p i {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 0.18rem;
  height: 0.18rem;
  margin-right: 0.13rem;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.curtain2 .curtain_box .x-con .x-le .x-xia .x-p p i svg,
.curtain2 .curtain_box .x-con .x-le .x-xia .x-p p i img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.curtain2 .curtain_box .x-con .x-ri {
  width: 100%;
  padding: 50px 5% 54px;
}
.curtain2 .curtain_box .x-con .x-ri .x-form .x-item .x-item-tix span {
  color: #EC272C;
  margin-right: 0.02rem;
}
.curtain2 .curtain_box .x-con .x-ri .x-form .x-inp {
  width: 100%;
  background-color: #f8f8f8;
  height: 60px;
  border-radius: 10px;
  margin-bottom: 30px;
  font-size: 16px;
}
.curtain2 .curtain_box .x-con .x-ri .x-form .x-inp.x-inp2 {
  width: 100%;
  border: 1px solid #2B31D4;
}
.curtain2 .curtain_box .x-con .x-ri .x-form .x-inp.x-inp3 {
  height: 1.5rem;
  width: 100%;
  border-radius: 0.25rem;
}
.curtain2 .curtain_box .x-con .x-ri .x-form .x-inp.x-inp3 textarea {
  display: block;
  height: 100%;
  width: 100%;
  padding: 0.15rem 0.2rem;
}
.curtain2 .curtain_box .x-con .x-ri .x-form .x-inp.x-inp3 textarea::-webkit-input-placeholder {
  color: #999999;
}
.curtain2 .curtain_box .x-con .x-ri .x-form .x-inp.x-inp3 textarea:-moz-placeholder {
  color: #999999;
}
.curtain2 .curtain_box .x-con .x-ri .x-form .x-inp.x-inp3 textarea::-moz-placeholder {
  color: #999999;
}
.curtain2 .curtain_box .x-con .x-ri .x-form .x-inp.x-inp3 textarea:-ms-input-placeholder {
  color: #999999;
}
.curtain2 .curtain_box .x-con .x-ri .x-form .x-inp.x-inp3 textarea::-ms-input-placeholder {
  color: #999999;
}
.curtain2 .curtain_box .x-con .x-ri .x-form .x-inp.x-inp3 textarea::placeholder {
  color: #999999;
}
.curtain2 .curtain_box .x-con .x-ri .x-form .x-inp input {
  width: 100%;
  height: 100%;
  padding: 0 20px;
}
.curtain2 .curtain_box .x-con .x-ri .x-form .x-inp input::-webkit-input-placeholder {
  color: #999999;
}
.curtain2 .curtain_box .x-con .x-ri .x-form .x-inp input:-moz-placeholder {
  color: #999999;
}
.curtain2 .curtain_box .x-con .x-ri .x-form .x-inp input::-moz-placeholder {
  color: #999999;
}
.curtain2 .curtain_box .x-con .x-ri .x-form .x-inp input:-ms-input-placeholder {
  color: #999999;
}
.curtain2 .curtain_box .x-con .x-ri .x-form .x-inp input::-ms-input-placeholder {
  color: #999999;
}
.curtain2 .curtain_box .x-con .x-ri .x-form .x-inp input::placeholder {
  color: #999999;
}
.curtain2 .curtain_box .x-con .x-ri .x-form .x-inp .x-xiala {
  width: 100%;
  position: relative;
}
.curtain2 .curtain_box .x-con .x-ri .x-form .x-inp .x-xiala .x-sp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 0 0.2rem;
  position: relative;
  cursor: pointer;
  line-height: 0.6rem;
  font-size: 0.16rem;
}
.curtain2 .curtain_box .x-con .x-ri .x-form .x-inp .x-xiala .x-sp span {
  color: #2B31D4;
  font-size: 0.2rem;
}
.curtain2 .curtain_box .x-con .x-ri .x-form .x-inp .x-xiala .x-sp i {
  display: inline-block;
  margin-left: 0.06rem;
  padding-bottom: 0.01rem;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.curtain2 .curtain_box .x-con .x-ri .x-form .x-inp .x-xiala .x-sp i svg {
  display: block;
  width: 0.14rem;
  height: 0.14rem;
  fill: #2B31D4;
}
.curtain2 .curtain_box .x-con .x-ri .x-form .x-inp .x-xiala .x-sp i svg path,
.curtain2 .curtain_box .x-con .x-ri .x-form .x-inp .x-xiala .x-sp i svg rect {
  fill: #2B31D4;
}
.curtain2 .curtain_box .x-con .x-ri .x-form .x-inp .x-xiala ul {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background-color: #fff;
  z-index: 5;
  -webkit-box-shadow: 0 0 0.07rem rgba(0, 0, 0, 0.11);
  box-shadow: 0 0 0.07rem rgba(0, 0, 0, 0.11);
  padding: 0.05rem 0;
  display: none;
  border-radius: 0.08rem;
  overflow: hidden;
}
.curtain2 .curtain_box .x-con .x-ri .x-form .x-inp .x-xiala ul li {
  padding: 0.1rem 0.2rem;
  color: #666;
  cursor: pointer;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.curtain2 .curtain_box .x-con .x-ri .x-form .x-inp .x-xiala ul li:hover {
  color: #5D80FE;
  background-color: #f5f5f5;
}
.curtain2 .curtain_box .x-con .x-ri .x-form .x-pp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.curtain2 .curtain_box .x-con .x-ri .x-form .x-pp.on i {
  background: -webkit-linear-gradient(229deg, #4708A2 0%, #027AC5 100%);
  background: -moz-linear-gradient(229deg, #4708A2 0%, #027AC5 100%);
  background: -o-linear-gradient(229deg, #4708A2 0%, #027AC5 100%);
  background: linear-gradient(221deg, #4708A2 0%, #027AC5 100%);
  border-color: #027AC5;
}
.curtain2 .curtain_box .x-con .x-ri .x-form .x-pp.on i .icon {
  opacity: 1;
  fill: #fff;
}
.curtain2 .curtain_box .x-con .x-ri .x-form .x-pp i {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 0.2rem;
  height: 0.2rem;
  border: 1px solid #999;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0.1rem;
  border-radius: 0.04rem;
  cursor: pointer;
  margin-top: 0.06rem;
}
.curtain2 .curtain_box .x-con .x-ri .x-form .x-pp i .icon {
  width: 0.14rem;
  height: 0.14rem;
  -o-object-fit: contain;
  object-fit: contain;
  opacity: 0;
}
.curtain2 .curtain_box .x-con .x-ri .x-form .x-pp p {
  font-weight: 400;
  font-size: 0.16rem;
  color: #999999;
}
.curtain2 .curtain_box .x-con .x-ri .x-form .x-pp p a {
  color: #2B31D4;
}
.curtain2 .curtain_box .x-con .x-ri .x-form .btn {
  width: 160px;
  height: 50px;
  /*background: -webkit-linear-gradient(223deg, rgba(212,93,38, 0.036) 0%, rgba(212,93,38, 0.162) 100%);*/
  /*background: -moz-linear-gradient(223deg, rgba(212,93,38, 0.036) 0%, rgba(212,93,38, 0.162) 100%);*/
  /*background: -o-linear-gradient(223deg, rgba(212,93,38, 0.036) 0%, rgba(212,93,38, 0.162) 100%);*/
  /*background: linear-gradient(227deg, rgba(212,93,38, 0.036) 0%, rgba(212,93,38, 0.162) 100%);*/
  border-radius: 50px;
  border: 1px solid rgb(212,93,38);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
  color: #000000;
  margin: auto;
  margin-top: 29px;
}
.downloadfile{
    cursor: pointer;
    position: relative;
}
.downloadfile .xiaoshi{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .5s;
}


.hydc .hydc-con .hydc-list .dc-xwhd{
    display: none;
}

@media (max-width: 1700px) {
    .hydc .hydc-con .hydc-list .row .hydc-items .hydc-items-con a,
  .home-shuzi .container ul li div:nth-child(3) {
    font-size: 18px;
  }
  .jjfa .jjfa-con .fadh-con .fadh-swiper .swiper-wrapper .swiper-slide,
  .rmcp .rmcp-con .container .rmcp-swiper .swiper-wrapper .swiper-slide a:nth-child(2) div,
  .rmcp .rmcp-con .container .rmcp-swiper .swiper-wrapper .swiper-slide a:nth-child(1) div:nth-child(2) {
    font-size: 22px;
  }
  .rmcp .rmcp-con .container .rmcp-swiper .swiper-wrapper .swiper-slide a:nth-child(2) div::after {
    width: 55px;
    height: 8px;
  }
  .jjfa .jjfa-con .fadh-con .fadh-swiper .swiper-wrapper .swiper-slide .imgcolor {
    height: 52px;
  }
  .qqxm .qqxm-con .qqxm-cont .qqxm-yq-items div:nth-child(2) {
    font-size: 14px;
  }
  .slbz .slbz-con .slbz-items div:nth-child(2) span:nth-child(3) {
    top: -0.6vw;
  }
  .slbz .slbz-con .slbz-items div:nth-child(2) span:nth-child(3) {
    font-size: 18px;
  }
  .lxwm .container a {
    /*height: 53px;*/
  }
  .foot .container .foot-tp .foot-dh .foot-items:nth-child(1) ul li {
    margin-right: 3.2vw;
  }
  .jjfa .jjfa-con .fatp-swiper .swiper-wrapper .swiper-slide .jjfa-conn .jjfa-con-lf span {
    position: relative;
    top: 1.5px;
}
.jjfa .jjfa-con .fatp-swiper .swiper-wrapper .swiper-slide .jjfa-conn .jjfa-con-rt div:nth-child(1) {
    font-size: 17px;
}
.qqxm .qqxm-con .qqxm-cont .qqxm-yq-items div:nth-child(1) img {
    max-width: 16px;
}
.head-logo{
    width: 30%;
}


.curtain2 .curtain_box .x-con .x-ri .x-form .x-item .x-item-tix{
    font-size: 18px;
}
.curtain2 .curtain_box .x-con .x-ri .x-form .btn{
    font-size: 16px;
}
.curtain2 .curtain_box .x-con .x-ri .x-form .x-inp{
    font-size: 15px;
    height: 55px;
}
}
@media (max-width: 1599px) {
  .head .container .head-ul .head-li .head-a {
    font-size: 17px;
    padding: 26.75px 0;
  }
  .head-logo {
    width: 30%;
  }
  .head-ts {
    padding-top: 22px;
  }
  .head {
    /*padding: 21px 0;*/
  }
  .ban-swiper {
    margin-top: -143.22px;
  }
  .hydc .hydc-con .hydc-list .row .hydc-items .hydc-items-con a,
  .home-shuzi .container ul li div:nth-child(3) {
    font-size: 17px;
  }
  .rmcp .rmcp-con .container .rmcp-swiper .swiper-wrapper .swiper-slide a:nth-child(1) {
    padding: 11% 8% 24.7% 8%;
  }
  .rmcp .rmcp-con .container .rmcp-swiper .swiper-wrapper .swiper-slide a:nth-child(1) div:nth-child(2) {
    margin-top: 28%;
  }
  .jjfa .jjfa-con .fadh-con .fadh-swiper .swiper-wrapper .swiper-slide .imgcolor {
    height: 51px;
  }
  .jjfa .jjfa-con .fadh-con .fadh-swiper .swiper-wrapper .swiper-slide div:nth-child(2) {
    margin-top: 1px;
  }
  .qqxm .qqxm-con .qqxm-cont .qqxm-yq-items:nth-child(1) div:nth-child(2) {
    top: calc(100% + 10px);
  }
  .qqxm .qqxm-con .qqxm-cont .qqxm-yq-items div:nth-child(1) {
    width: 10px;
    height: 10px;
  }
  .qqxm .qqxm-con .qqxm-cont .qqxm-yq-items div:nth-child(2) {
    font-size: 13px;
  }
  .slbz .slbz-con .slbz-items div:nth-child(2) span:nth-child(1) {
    font-size: 31px;
  }
  .slbz .slbz-con .slbz-items div:nth-child(2) span:nth-child(2) {
    font-size: 20px;
    margin-bottom: 0.65vw;
  }
  .hydc ul li a {
    font-size: 20px;
  }
  .hydc .hydc-con {
    /*margin-top: 69px;*/
  }
  .foot .container .foot-tp .foot-dh .foot-items:nth-child(1) ul li {
    margin-right: 3vw;
  }
  .rmcp {
    margin-top: 62px;
}
.qqxm .qqxm-con .qqxm-cont .qqxm-yq-items:nth-child(11) div:nth-child(2) {
    font-size: 15px;
}
.white-head .head .container .head-ul .head-li .head-a {
    padding: 39.75px 0;
}
.qqxm .qqxm-con .qqxm-cont .qqxm-yq-items:nth-child(12) {
    /*right: 16.7vw;*/
}
.head-child-con .container .head-child-items p a {
    font-size: 22px;
}
.head-child-con .container .head-child-items ul li a {
    font-size: 16px;
}
.head-child-con .container .head-child-items ul li {
    margin-bottom: 12px;
}
.qqxm .qqxm-con .qqxm-cont .qqxm-yq-items:nth-child(12) {
    /*right: 16.8vw;*/
    /*top: 9.2vw;*/
}
.qqxm .qqxm-con .qqxm-cont .qqxm-yq-items:nth-child(13) {
    left: 34.5%;
}
.head .container .head-ul .head-li .head-a {
        font-size: 16px;
}
}
@media (max-width: 1477px) {
  .head-ts .container .head-start .head-start-con .head-start-lf ul {
    padding: 5.75px 15px 5.75px 0;
  }
  .head-ts .container .head-start .head-start-con .head-start-lf ul li div p {
    font-size: 13px;
  }
  .head-ts .container .head-start .head-start-con .head-ss .head-ss-tb {
    width: 42px;
    height: 34.25px;
  }
  .head-ts .container .head-start .head-start-con .head-ss .head-ss-tb img {
    width: 17px;
  }
  .head-logo {
    width: 30%;
  }
  .ban-swiper {
    margin-top: -133.33px;
  }
  .hydc .hydc-con .hydc-list .row .hydc-items .hydc-items-con a,
  .home-shuzi .container ul li div:nth-child(3) {
    font-size: 16px;
  }
  .rmcp .rmcp-con .container .rmcp-swiper .swiper-wrapper .swiper-slide a:nth-child(1) {
    padding: 17% 8% 20.7% 8%;
  }
  .jjfa .jjfa-con .fadh-con .fadh-swiper .swiper-wrapper .swiper-slide,
  .rmcp .rmcp-con .container .rmcp-swiper .swiper-wrapper .swiper-slide a:nth-child(2) div,
  .rmcp .rmcp-con .container .rmcp-swiper .swiper-wrapper .swiper-slide a:nth-child(1) div:nth-child(2) {
    font-size: 20px;
  }
  .rmcp .rmcp-con .container .rmcp-swiper .swiper-wrapper .swiper-slide a:nth-child(2) div::after {
    width: 48px;
    height: 6px;
  }
  .jjfa .jjfa-con .fadh-con .fadh-swiper .swiper-wrapper .swiper-slide .imgcolor {
    height: 48px;
  }
  .qqxm .qqxm-con .qqxm-cont .qqxm-yq-items:nth-child(6) div:nth-child(2) {
    left: auto;
    right: calc(100% + 10px);
    transform: translateY(-50%);
    top: 50%;
  }
  .qqxm .qqxm-con {
    padding-bottom: 50px;
  }
  .slbz .slbz-con .slbz-items div:nth-child(2) span:nth-child(1) {
    font-size: 27px;
  }
  .slbz .slbz-con .slbz-items div:nth-child(2) span:nth-child(3) {
    font-size: 17px;
  }
  .lxwm .container a {
    /*height: 47px;*/
  }
  .foot .container .foot-tp .foot-dh .foot-items:nth-child(1) ul li {
    margin-right: 2.5vw;
  }
  .foot .container .foot-tp .foot-dh .foot-items:nth-child(2) {
    margin-right: 3.9479vw;
  }
  .jjfa-conn {
    width: 71.5%;
}
.jjfa .jjfa-con .fatp-swiper .swiper-wrapper .swiper-slide .jjfa-conn .jjfa-con-rt div:nth-child(1) {
        font-size: 16px;
    }
    .jjfa .jjfa-con .fatp-swiper .swiper-wrapper .swiper-slide .jjfa-conn .jjfa-con-rt div:nth-child(2) {
    width: 110px;
    height: 39px;
    font-size: 15px;
    }
    .jjfa .jjfa-con .fadh-con .fadh-swiper .swiper-wrapper .swiper-slide {
    font-size: 17px !important;
    }
    .white-head .head .container .head-ul .head-li .head-a {
    padding: 36.75px 0px;
}
.head-child-con .container .head-child-items p a {
    font-size: 20px;
}
.head-child-con .container .head-child-items ul li {
    margin-bottom: 9px;
}
.head .container .head-ul .head-li .head-a::after{
    height: 66%;
}
    .head .container .head-ul .head-li .head-a {
        font-size: 16px;
    }
    .ban-swiper .swiper-wrapper .swiper-slide .slide1-con h2{
        font-size: 4.3vw;
    }
    .head .container .head-ul .head-li {
    margin-right: 2.7vw;
    }
}
@media (max-width: 1365px) {
  .container {
    /*max-width: 90.8%;*/
  }
  .head .container .head-ul .head-li .head-a {
    font-size: 16px;
  }
  .ban-swiper .swiper-wrapper .swiper-slide .slide-bg img {
    /*max-width: 108%;*/
    position: relative;
    /*left: -5%;*/
  }
  .home-shuzi .container ul li div:nth-child(3) {
    font-size: 15px;
  }
  /*.rmcp .rmcp-con::before {*/
  /*  width: 5%;*/
  /*}*/
  /*.rmcp .rmcp-con .container .rmcp-swiper .swiper-wrapper .swiper-slide {*/
  /*  width: 23.8%;*/
  /*}*/
  /*.rmcp .rmcp-con .cp-prev {*/
  /*  left: 1.3%;*/
  /*}*/
  .jjfa .jjfa-con .fadh-con .fadh-swiper .swiper-wrapper .swiper-slide .imgcolor {
    height: 44px;
  }
  .jjfa .jjfa-con .fadh-con .fadh-swiper .swiper-wrapper .swiper-slide {
    font-size: 18px;
  }
  .qqxm .qqxm-con .qqxm-cont .qqxm-yq-items div:nth-child(2) {
    font-size: 12px;
  }
  .slbz .slbz-con .slbz-items div:nth-child(2) span:nth-child(2) {
    font-size: 20px;
    margin-bottom: 0px;
  }
  .slbz .slbz-con .slbz-items div:nth-child(2) span:nth-child(3) {
    top: -6px;
  }
  .foot .container .foot-tp .foot-dh .foot-items:nth-child(1) ul li {
    margin-right: 2vw;
  }
  .jjfa-conn {
        width: 77.5%;
    }
    .jjfa .jjfa-con .fadh-con .fadh-swiper .swiper-wrapper .swiper-slide {
        font-size: 16px !important;
    }
        .jjfa .jjfa-con .fatp-swiper .swiper-wrapper .swiper-slide .jjfa-conn .jjfa-con-lf span {
        margin-left: 15px;
        width: 23px;
    }
    .qqxm .qqxm-con .qqxm-cont .qqxm-yq-items div:nth-child(1) img {
    max-width: 14px;
    }
    .lxwm .container a,.lxwm .container div:nth-child(2){
        font-size: 17.5px;
    }
    .lxwm .container a {
        width: 141px;
        height: 45px;
    }
    .white-head .head .container .head-ul .head-li .head-a {
        padding: 34.75px 0px;
    }
    .head .container .head-ul .head-li {
    margin-right: 2vw;
    }
    .slbz .slbz-con .slbz-items {
    width: 35%;
}
.nfoot .nfoot-tp .nfoot-tp-lf .nfoot-tp-items p a {
        font-size: 18px;
    }
        .head-child-con .container .head-child-items p a {
        font-size: 17.5px;
    }
    .head-child-con .container .head-child-items ul li a {
        font-size: 15px;
    }
    .ban-swiper .swiper-wrapper .swiper-slide .slide1-con h2{
        font-size: 4.3vw;
    }
    .ban-swiper .swiper-wrapper .swiper-slide .slide1-con .yc:nth-child(1) {
    width: 81.2%;
    }
    .head-child-con .container .head-child-items:nth-last-child(2) {
    margin-right: 7.2vw;
}
.head-child-con .container .head-child-items ul li {
        margin-bottom: 6px;
    }
    .head-child-con .container .head-child-items p{
        padding-bottom: 6px;
    }
    .head .container .head-ul .head-li .head-a {
        font-size: 16px;
    }
    .ban-swiper .swiper-wrapper .swiper-slide .slide1-con .yc:nth-last-child(1) {
    /*margin-top: 2.6vw;*/
}
    .head .container .head-ul .head-li {
        margin-right: 2.2vw;
    }
    .head .container .head-ul .head-li .head-a {
        font-size: 15.5px;
    }
    .head-logo {
        width: 32%;
    }
    
    .curtain .curtain_box{
        width: 68%;
    }
    .curtain2 .curtain_box .x-con .x-ri .x-form .x-item .x-item-tix {
        font-size: 17px;
    }
    .curtain2 .curtain_box .x-con .x-ri .x-form{
        margin-top: 35px;
    }
    .curtain2 .curtain_box .x-con .x-ri .x-form .btn{
        margin-top: 16px;
        width: 139px;
        height: 47px;
    }
    .curtain2 .curtain_box .x-con .x-ri .x-form .x-inp {
        font-size: 14px;
        height: 53px;
    }
}
@media (max-width: 1199px) {
  .container {
    max-width: 92.8%;
  }
  .head .container .head-ul .head-li {
    margin-right: 3vw;
  }
  .head-logo {
    width: 277px;
  }
  .home-shuzi .container ul {
    padding: 0;
  }
  .home-shuzi .container ul li div:nth-child(2) p:nth-child(2) span {
    font-size: 13px;
  }
  .home-shuzi .container ul li div:nth-child(3) {
    font-size: 14px;
  }
  .rmcp .rmcp-con::before {
    width: 4%;
  }
  .rmcp .rmcp-con .container .rmcp-swiper .swiper-wrapper .swiper-slide {
    width: 31.8%;
  }
  .rmcp .rmcp-con .container .rmcp-swiper .swiper-wrapper .swiper-slide a:nth-child(1) {
    padding: 17% 10% 14.7% 10%;
  }
  .rmcp .rmcp-con .container .rmcp-swiper .swiper-wrapper .swiper-slide a:nth-child(1) div:nth-child(2) {
    margin-top: 20%;
  }
  .rmcp .rmcp-con .cp-prev,
  .rmcp .rmcp-con .cp-next,.jjfa-next,.jjfa-prev {
    width: 17px;
  }
  .rmcp .rmcp-con .cp-next {
    right: 5%;
  }
  .sy-bt {
    font-size: 28px;
  }
  .jjfa .jjfa-con .fadh-con .fadh-swiper .swiper-wrapper .swiper-slide div:nth-child(2) {
    margin-top: 2px;
  }
  .jjfa .jjfa-con .fadh-con .fadh-swiper .swiper-wrapper .swiper-slide {
    font-size: 16px;
  }
  .qqxm .qqxm-con .qqxm-cont .qqxm-yq-items:nth-child(2) div:nth-child(2) {
    left: 50%;
    transform: translateX(-50%);
    bottom: calc(100% + 10px);
    top: auto;
  }
  .qqxm .qqxm-con .qqxm-cont .qqxm-yq-items:nth-child(4) div:nth-child(2) {
    top: 12px;
  }
  .qqxm .qqxm-con .qqxm-cont .qqxm-yq-items div:nth-child(1) {
    width: 8px;
    height: 8px;
  }
  .slbz .slbz-con .slbz-items div:nth-child(2) span:nth-child(3) {
    font-size: 16px;
  }
  .slbz .slbz-con .slbz-items div:nth-child(2) span:nth-child(1) {
    font-size: 23px;
  }
  .slbz .slbz-con .slbz-items div:nth-child(2) span:nth-child(2) {
    font-size: 16px;
  }
  .hydc .hydc-con .hydc-list .row .hydc-items .hydc-items-con .hydc-sp .hydc-sp-con p {
    height: 128px;
  }
  .lxwm .container a {
    /*height: 42px;*/
  }
  .foot .container .foot-tp .foot-lx div:nth-child(1) {
    width: 350px;
  }
  .foot .container .foot-tp .foot-dh {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .foot .container .foot-tp .foot-dh .foot-items:nth-child(1) {
    flex: none;
  }
  .foot .container .foot-tp .foot-dh .foot-items:nth-child(2) {
    margin-right: 0;
    width: 23.5%;
  }
  .foot .container .foot-tp .foot-dh .foot-items:nth-child(3) {
    margin-top: 42px;
  }
  .jjfa-conn {
        width: 90%;
    }
    .jjfa .jjfa-con .fatp-swiper .swiper-wrapper .swiper-slide .jjfa-conn .jjfa-con-lf {
    font-size: 27px;
    }
        .lxwm .container a, .lxwm .container div:nth-child(2) {
        font-size: 17px;
    }
        .lxwm .container a {
        width: 130px;
        height: 42px;
        letter-spacing: 1px;
    }
    .head .container .head-ul .head-li .head-a::after {
    top: 19%;
    }
        .head .container .head-ul .head-li {
        margin-right: 2vw;
    }
    
    .curtain2 .curtain_box .x-con .x-ri .x-tit{
        font-size: 20px;
    }
}
@media (max-width: 990px) {
  .ban-swiper {
    margin-top: 0;
  }
  .head-ts {
    display: none;
  }
  .head .container .head-ul {
    display: none;
  }
  .home-shuzi .container ul {
    flex-wrap: wrap;
  }
  .home-shuzi .container ul li {
    width: 50%;
    margin-bottom: 55px;
  }
  .home-shuzi {
    padding-top: 9.7%;
    padding-bottom: 3.105%;
  }
  .home-shuzi .container ul li h2 {
    font-size: 24px;
  }
  .home-shuzi .container ul li div:nth-child(2) p:nth-child(1) {
    font-size: 55px;
  }
  .rmcp .rmcp-con .cp-prev,
  .rmcp .rmcp-con .cp-next,.jjfa-next,.jjfa-prev {
    width: 14px;
  }
  .qqxm .qqxm-con .qqxm-cont .qqxm-yq-items:nth-child(3) div:nth-child(2) {
    top: 24%;
  }
  .sy-bt {
    font-size: 25px;
  }
  .jjfa .jjfa-con .fadh-con .fadh-swiper .swiper-wrapper .swiper-slide .imgcolor {
    height: 34px;
  }
  .slbz .slbz-con .slbz-items div:nth-child(1) {
    font-size: 42px;
  }
  .slbz .slbz-con .slbz-items {
    width: 32%;
  }
  /*.hydc ul {*/
  /*  margin-top: 50px;*/
  /*}*/
  /*.hydc .hydc-con {*/
  /*  margin-top: 46px;*/
  /*}*/
  .hydc .hydc-con .hydc-list .row .hydc-items {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 30px;
  }
  .hydc .hydc-con .hydc-list .row .hydc-items .hydc-items-con .hydc-sp .hydc-sp-con p {
    height: 189px;
  }
  .hydc .hydc-con .hydc-list .row .hydc-items .hydc-items-con,
  .hydc .hydc-con .hydc-list .row .hydc-items:nth-child(2) .hydc-items-con {
    padding: 15% 8.2% 10% 8.2%;
  }
  .hydc .hydc-con .hydc-list .row .hydc-items .hydc-items-con a {
    margin-top: 16%;
  }
  .lxwm .container div:nth-child(2),
  .lxwm .container div:nth-child(1) {
    /*font-size: 21px;*/
  }
  .lxwm .lxwm-rt div {
    height: 33.9375vw;
  }
  .lxwm {
    margin-top: 7%;
  }
  .foot .container .foot-tp .foot-dh .foot-items:nth-child(2) {
    width: 30.5%;
  }
  
    .ban-swiper .swiper-wrapper .swiper-slide .slide-bg img {
    max-width: 100%;
    position: relative;
    left: 0%;
    height: auto;
            /*object-position: 0 -2vw;*/
  }
  .ban-swiper .swiper-wrapper .swiper-slide .slide-bg{
      height: 50vw;
  }
  
  
  /*新增-----------------------------------------------*/
  .head {
        background: #000;
        padding: 17px 0;
    }
        .head-logo {
        width: 240px;
    }
    .mb-zd{
        display: block;
    }
    .head .container {
    justify-content: space-between;
}
.rmcp {
        margin-top: 7px;
    }
/*---------------------------------------------------------*/
  
  .jjfa .jjfa-con .fatp-swiper .swiper-wrapper .swiper-slide .bg {
    height: auto;
    object-fit: inherit;
}
.jjfa .jjfa-con .fatp-swiper .swiper-wrapper .swiper-slide .jjfa-conn .jjfa-con-rt div:nth-child(2) {
    margin-top: 21px;
}
.jjfa .jjfa-con .fatp-swiper .swiper-wrapper .swiper-slide .jjfa-conn{
    top: 9.5%;
}
 .home-head{
     position: sticky;
 } 
 .white-head .head .container .head-logo img:nth-child(2) {
    display: none;
}
.white-head .head .container .head-logo img:nth-child(1) {
    display: block;
}
.home-shuzi .container ul li:nth-child(1) div:nth-child(2) p:nth-child(1)::before,.home-shuzi .container ul li:nth-child(3) div:nth-child(2) p:nth-child(1)::before{
    font-size: 55px;
} 
 .home-shuzi .container ul li:nth-child(1) div:nth-child(2) p:nth-child(1), .home-shuzi .container ul li:nth-child(1) div:nth-child(3) p:nth-child(1){
     padding-left: 27px;
 }
  .curtain .curtain_box{
      width: 100%;
  }
}
@media (max-width: 767px) {
  .home-shuzi .container ul li {
    width: 100%;
  }
  .slbz .slbz-con .slbz-items:nth-child(1) div:nth-child(2) span:nth-child(1){
      display: none;
  }
  .ban-swiper .swiper-wrapper .swiper-slide .slide1-con h2 {
    font-size: 21px;
  }
  .home-shuzi .container ul li h2 {
    font-size: 22px;
  }
  .home-shuzi .container ul li div:nth-child(2) p:nth-child(1) {
    font-size: 47px;
  }
  .home-shuzi .container ul li div:nth-child(2) p:nth-child(2) {
    top: -7px;
  }
  .home-shuzi .container ul li div:nth-child(3) {
    font-size: 14px;
    letter-spacing: -0.1px;
  }
  .home-shuzi .container ul li div:nth-child(2) {
    margin-top: 17px;
    margin-bottom: 19px;
  }
  .home-shuzi .container ul li {
    margin-bottom: 65px;
  }
  .home-shuzi {
    padding-top: 75px;
    padding-bottom: 3px;
  }
  .sy-bt {
    font-size: 19px;
  }
  .rmcp {
    margin-top: 0;
  }
  .rmcp .rmcp-con {
    margin-top: 41px;
  }
  .rmcp .rmcp-con .container .rmcp-swiper .swiper-wrapper .swiper-slide {
    width: 48.8%;
  }
  .rmcp .rmcp-con .container .rmcp-swiper .swiper-wrapper .swiper-slide a:nth-child(1) div:nth-child(1) {
    height: 40.5625vw;
  }
  .rmcp .rmcp-con .container .rmcp-swiper .swiper-wrapper .swiper-slide a:nth-child(1) div:nth-child(2) {
    font-size: 16px;
  }
  .jjfa {
    margin-top: 74px;
  }
  .jjfa .jjfa-con .fadh-con .fadh-swiper .swiper-wrapper .swiper-slide {
    font-size: 14px!important;
    padding: 9px 0;
  }
  .jjfa .jjfa-con {
    margin-top: 47px;
  }
  .jjfa .jjfa-con .fatp-swiper .swiper-wrapper .swiper-slide p {
    /*font-size: 18px;*/
    /*padding: 0;*/
    /*font-weight: bold;*/
    /*top: 10%;*/
  }
  .jjfa .jjfa-con .fatp-swiper .swiper-wrapper .swiper-slide p span {
    /*margin-left: 8px;*/
    /*width: 15px;*/
  }
  .jjfa .jjfa-con .fatp-swiper .swiper-wrapper .swiper-slide .bg {
    max-width: 164%;
    position: relative;
    left: -32%;
  }
  .jjfa .jjfa-con .fadh-con {
    padding: 0;
  }
  .qqxm {
    padding-top: 71px;
  }
  .qqxm .qqxm-con {
    padding: 59px 0;
  }
  .mb-ditu {
    /*display: block;*/
  }
  .ditu {
    /*display: none;*/
  }
  .qqxm .qqxm-con .qqxm-cont {
    width: 100%;
  }
  .slbz {
    padding-top: 0;
    padding-bottom: 10%;
  }
  .slbz .slbz-con .slbz-items {
    width: 44%;
    position: relative;
    padding-bottom: 0;
    margin-bottom: 52px;
    justify-content: center;
    text-align: center;
    flex: none !important;
  }
  .slbz .slbz-con .slbz-items:nth-child(2n) {
    width: 53%;
  }
  .slbz .slbz-con .slbz-items div:nth-child(2) {
    margin-left: 0;
    display: flex;
    align-items: flex-start;
  }
  .slbz .slbz-con .slbz-items div:nth-child(1) {
    font-size: 32px;
  }
  .slbz .slbz-con .slbz-items div:nth-child(2) span:nth-child(3) {
    position: absolute;
  }
  .slbz .slbz-con .slbz-items div:nth-child(2) span:nth-child(3) {
    position: absolute;
    left: 0;
    top: 100% !important;
    width: 100%;
  }
  .slbz .slbz-con .slbz-items div:nth-child(2) span:nth-child(3) {
    font-size: 14px;
  }
  .slbz .slbz-con {
    margin-top: 44px;
  }
  .hydc {
    margin-top: 74px;
  }
  .hydc ul li a {
    font-size: 16px;
  }
  .hydc ul li {
    margin-right: 8vw;
  }
  /*.hydc ul {*/
  /*  margin-top: 36px;*/
  /*}*/
  .hydc .hydc-con .hydc-list .row .hydc-items {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .hydc .hydc-con .hydc-list .row .hydc-items .hydc-items-con,
  .hydc .hydc-con .hydc-list .row .hydc-items:nth-child(2) .hydc-items-con {
            padding: 6% 4.2% 5% 4.2%;
  }
  .hydc .hydc-con .hydc-list .row .hydc-items .hydc-items-con a {
    margin-top: 6%;
  }
  .hydc .hydc-con .hydc-list .row .hydc-items .hydc-items-con .hydc-sp .hydc-sp-con img {
    width: 15.605%;
  }
  .lxwm {
    display: block;
  }
  .lxwm .lxwm-lf,
  .lxwm .lxwm-rt {
    flex: none;
    width: 100%;
  }
  .lxwm .lxwm-rt div {
    height: 172px;
  }
  .lxwm .lxwm-lf {
    height: 284px;
  }
  .lxwm .container div:nth-child(2),
  .lxwm .container div:nth-child(1) {
    /*font-size: 18px;*/
  }
  .lxwm .container a {
    /*height: 39px;*/
    /*width: 100px;*/
    /*font-size: 15px;*/
    /*margin-top: 33px;*/
  }
  .lxwm .container div:nth-child(2) {
    /*margin-top: 5%;*/
  }
  .lxwm .container {
    /*left: 5%;*/
    /*margin: 0;*/
    /*top: 55px;*/
  }
  .foot .container .foot-tp .foot-lx {
    display: block;
  }
  .foot .container .foot-tp .foot-lx div:nth-child(1) {
    width: 289px;
  }
  .foot .container .foot-tp .foot-lx ul li:nth-child(1) {
    margin-left: 0;
  }
  .foot .container .foot-tp .foot-lx ul {
    margin-top: 24px;
  }
  .foot {
    padding-top: 66px;
  }
  .foot .container .foot-tp .foot-dh .foot-items p {
    margin-bottom: 4px;
  }
  .foot .container .foot-tp .foot-dh .foot-items ul {
    flex-wrap: wrap;
  }
  .foot .container .foot-tp .foot-dh .foot-items {
    margin-top: 15px !important;
    width: 100% !important;
  }
  .foot .container .foot-tp .foot-dh .foot-items:nth-child(2) {
    margin-top: 6px !important;
  }
  .foot .container .foot-tp .foot-dh {
    margin-top: 16px;
  }
  .foot .container .foot-tp .foot-dh .foot-items:nth-child(1) ul li {
    margin-bottom: 9px;
    width: 50%;
    margin-right: 0;
  }
  .foot .container .foot-tp .foot-lx ul li {
    width: 26px;
  }
  .foot .container .foot-bt {
    display: block;
    text-align: center;
  }
  .foot .container .foot-bt {
    margin-top: 32px;
    padding-bottom: 20px;
  }
  .jjfa .jjfa-con .fatp-swiper .swiper-wrapper .swiper-slide .jjfa-conn{
      display: block;
  }
  .jjfa .jjfa-con .fatp-swiper .swiper-wrapper .swiper-slide .jjfa-conn .jjfa-con-rt {
    width: 100%;
        margin-top: 17px;
  }
      .jjfa .jjfa-con .fatp-swiper .swiper-wrapper .swiper-slide .jjfa-conn .jjfa-con-rt div:nth-child(1) {
        font-size: 14px;
    }
        .jjfa .jjfa-con .fatp-swiper .swiper-wrapper .swiper-slide .jjfa-conn .jjfa-con-lf {
        font-size: 22px;
    }
    .jjfa .jjfa-con .fatp-swiper .swiper-wrapper .swiper-slide .jjfa-conn .jjfa-con-lf span {
        margin-left: 10px;
        width: 20px;
    }
    .jjfa .jjfa-con .fatp-swiper .swiper-wrapper .swiper-slide .bg {
        height: 406px;
        object-fit: cover;
    }
        .lxwm .container a, .lxwm .container div:nth-child(2) {
        font-size: 16px;
    }
    .lxwm .container div:nth-child(1) {
    font-size: 23px;
    }
    .lxwm .lxwm-rt img {
    max-width: 209%;
    position: relative;
    left: -41%;
}
.lxwm .container {
        z-index: 2;
    }
    .lxwm .container a {
        width: 120px;
        height: 42px;
        margin-top: 12px;
    }
        .home-shuzi .container ul li:nth-child(2) div:nth-child(2) p:nth-child(2) {
        top: -12px;
    }
    .home-shuzi .container ul li:nth-child(1) div:nth-child(2) p:nth-child(1)::before,.home-shuzi .container ul li:nth-child(3) div:nth-child(2) p:nth-child(1)::before{
        font-size: 47px;
    }
    .home-shuzi .container ul li:nth-child(1) div:nth-child(2) p:nth-child(1),.home-shuzi .container ul li:nth-child(3) div:nth-child(2) p:nth-child(1) {
        padding-left: 23px;
    }
    
    
    .curtain2 .curtain_box .x-con .x-ri .x-form .x-item.x-item2{
        width: 100%;
    }
        .curtain2 .curtain_box .x-con .x-ri .x-form .x-item .x-item-tix {
        font-size: 16px;
        margin-bottom: 8px;
    }
    .curtain2 .curtain_box .x-con .x-ri .x-form .x-inp {
        font-size: 13px;
        height: 49px;
        margin-bottom: 17px;
    }
    .curtain2 .curtain_box .x-con .x-ri .x-form {
        margin-top: 20px;
    }
    .curtain2 .curtain_box .x-con .x-ri .x-form .btn {
        margin-top: 5px;
        width: 99px;
        height: 38px;
        font-size: 14px;
    }
        .jjfa .jjfa-con .fadh-con .fadh-swiper .swiper-wrapper .swiper-slide div:nth-child(2) {
        margin-top: -1px;
    }
        .jjfa-prev, .jjfa-next{
        top: 67.5%;
        display: block;
    }
    .lxwm .container div:nth-child(2) p:nth-child(2){
    display: block;
}
.lxwm .container div:nth-child(2) p:nth-child(1){
    display: none;
}
.hydc .hydc-con .hydc-list .row .hydc-items:last-child{
    display: none;
}

/*.qqxm .qqxm-con .qqxm-cont .qqxm-yq-items,.qqxm .qqxm-con .qqxm-cont .qqxm-yq-items div:nth-child(2){*/
/*    position: relative;*/
/*    left: 0 !important;*/
/*    top: 0 !important;*/
/*    right: 0 !important;*/
/*    bottom: 0 !important;*/
/*    transform: inherit !important;*/
/*}*/
/*.qqxm .qqxm-con .qqxm-cont .qqxm-yq-items:nth-child(12) {*/
/*    display: none;*/
/*}*/
/*    .qqxm .qqxm-con {*/
/*        width: 90%;*/
/*        margin: 0 auto;*/
/*    }*/
/*    .qqxm .qqxm-con .qqxm-cont .qqxm-yq{*/
/*        display: flex;*/
/*        flex-wrap: wrap;*/
/*    }*/
/*    .qqxm .qqxm-con .qqxm-cont .qqxm-yq-items {*/
/*        width: 50%;*/
/*        display: flex;*/
/*        align-items: center;*/
/*        margin-bottom: 7px;*/
/*        transition-delay: 0s !important;*/
/*}*/
/*.qqxm .qqxm-con .qqxm-cont .qqxm-yq-items:nth-child(11),.qqxm .qqxm-con .qqxm-cont .qqxm-yq-items div:nth-child(1) img{*/
/*    display: none;*/
/*}*/
/*    .qqxm .qqxm-con .qqxm-cont .qqxm-yq-items:nth-child(11) div:nth-child(2),.qqxm .qqxm-con .qqxm-cont .qqxm-yq-items div:nth-child(2) {*/
/*        font-size: 14px;*/
/*        font-weight: 600;*/
/*    }*/
/*    .qqxm .qqxm-con .qqxm-cont .qqxm-yq-items div:nth-child(2){*/
/*        margin-left: 7px;*/
/*    }*/
/*    .qqxm .qqxm-con .qqxm-cont .qqxm-yq-items:nth-child(11) div:nth-child(1),.qqxm .qqxm-con .qqxm-cont .qqxm-yq-items div:nth-child(1) {*/
/*        width: 6px;*/
/*        height: 6px;*/
/*    }*/
/*    .qqxm .qqxm-con .qqxm-cont .qqxm-yq-items div:nth-child(1)::after{*/
/*        display: none;*/
/*    }*/
/*        .qqxm .qqxm-con {*/
/*        padding: 31px 0 47px 0;*/
/*    }*/
    
    .hydc .hydc-con .hydc-list .dc-xwhd,.hydc .hydc-con .hydc-list .dc-xwhd .dc-xwhd-lb{
    display: block;
    margin-top: 0 !important;
    max-width: 100%;
}
.hydc .hydc-con .hydc-list .row{
    display: none;
}
.hydc .hydc-con {
    margin-top: 37px;
}
.xwtp2-swiper{
    display: block !important;
}
.lxwm {
        margin-top: 13%;
    }
    
    
        .lxwm .container a,.dc-xwhd .dc-xwhd-lb .dc-xwhd-lb-rt .xwnr-swiper .swiper-wrapper .swiper-slide a:nth-child(4) {
        width: 111px !important;
        height: 38px !important;;
        font-size: 13px !important;;
    }
    .lxwm .container div:nth-child(2){
        font-size: 14px;
    }
    
    
    /*.g-lc .container .g-lc-lf .g-lc-time .lsj-swiper .swiper-wrapper{*/
    /*    flex-direction: row;*/
    /*}*/
    /*.g-lc .container .g-lc-lf .g-lc-time .lsj-swiper .swiper-wrapper .swiper-slide{*/
    /*    width: 70px !important;*/
    /*}*/
    
    
    .qqxm .qqxm-con .qqxm-cont .qqxm-yq-items div:nth-child(1) {
        width: 4px;
        height: 4px;
    }
        .qqxm .qqxm-con .qqxm-cont .qqxm-yq-items div:nth-child(2) {
        font-size: 8.5px;
    }
        .qqxm .qqxm-con .qqxm-cont .qqxm-yq-items div:nth-child(1) img {
        max-width: 10px;
    }
    .qqxm .qqxm-con .qqxm-cont .qqxm-yq-items:nth-child(11) div:nth-child(1) img {
    max-width: 15px;
}
.qqxm .qqxm-con .qqxm-cont .qqxm-yq-items:nth-child(11) div:nth-child(2) {
        font-size: 12px;
        bottom: calc(100% + 27px);
    }
    .qqxm .qqxm-con .qqxm-cont .xia div:nth-child(2) {
    top: calc(100% + 2px);
    }
    .qqxm .qqxm-con .qqxm-cont .zuo div:nth-child(2) {
    right: calc(100% + 5px);
    }
    .qqxm .qqxm-con .qqxm-cont .qqxm-yq-items:nth-child(4) div:nth-child(2) {
        top: 6px;
    }
    .qqxm .qqxm-con .qqxm-cont .you div:nth-child(2) {
    left: calc(100% + 25px);
    }
    .qqxm .qqxm-con .qqxm-cont .qqxm-yq-items:nth-child(12) {
    right: 18.5vw;
    top: 11vw;
    }
    .qqxm .qqxm-con .qqxm-cont .qqxm-yq-items:nth-child(12) img {
    width: 63.3vw;
    max-width: 63.3vw;
     height: 26.4vw; 
}
.qqxm .qqxm-con .qqxm-cont .qqxm-yq-items:nth-child(12){
    height: 26.4vw;
}
.rmcp .rmcp-con .container .rmcp-swiper .swiper-wrapper .swiper-slide a:nth-child(2) div{
    font-size: 16px;
}
}
