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


.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: #fff !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: #fff;
}
.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: 8%;
}
.mb-nav .logo img {
  max-height: 54px;
}
.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(1) .mxl-o{*/
/*    display: none;*/
/*}*/

/*.mb-nav ul li:nth-child(4) .mxl-o{*/
/*    display: none;*/
/*}*/
/*.mb-nav ul li:nth-child(4) .mb-div .mxl-t{*/
/*    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;
}
.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: #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: 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: #000;
}
.mb-nav ul li .mb-div a{
    line-height: 1.5;
    padding: 13px 0px 13px 13px;
}



.head {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.head .head-cen {
  display: flex;
  align-items: center;
  padding: 32px 0;
  max-width: 91%;
}
.head .head-cen .head-logo {
  position: relative;
  width: 15.7%;
}
.head .head-cen .head-logo img:nth-child(2){
    display: none;
}
.head .head-cen .head-rt {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.head .head-cen .head-rt .head-nav {
  display: flex;
}
.head .head-cen .head-rt .head-nav .head-li {
  margin-right: 3.125vw;
}
.head .head-cen .head-rt .head-nav .head-li .head-a {
  display: block;
  font-size: 20px;
  transition: all 0.5s;
  color: #ffffff;
  padding: 9px 0;
  position: relative;
}
.head .head-cen .head-rt .head-nav .head-li .head-a::after {
  position: absolute;
  left: 50%;
  content: '';
  transform: translateX(-50%);
  bottom: 0;
  transition: all 0.5s;
  width: 0%;
  opacity: 0;
  height: 1px;
  background: #fff;
}
.head .head-cen .head-rt .head-nav .head-li .head-a:hover::after {
  width: 100%;
  opacity: 1;
}
.head .head-cen .head-rt .head-nav .head-li:last-child {
  margin-right: 0;
}
.head .head-cen .head-rt .head-lan {
  display: flex;
  margin-left: 3.4375vw;
  align-items: center;
}
.head .head-cen .head-rt .head-lan .icon {
  margin-right: 15px;
}
.head .head-cen .head-rt .head-lan .headlan-con {
  position: relative;
  font-family: DIN-Medium;
  font-size: 17px;
}
.head .head-cen .head-rt .head-lan .headlan-con div:nth-child(1) {
  display: flex;
  align-items: center;
  color: #fefefe;
  cursor: pointer;
}
.head .head-cen .head-rt .head-lan .headlan-con div:nth-child(1) img {
  margin-left: 9px;
}
.head .head-cen .head-rt .head-lan .headlan-con div:nth-child(2) {
  transition: all 0.5s;
  position: absolute;
  left: -9px;
  top: 100%;
  background: #fff;
  width: 54px;
  transform: scaleY(0);
  opacity: 0;
  visibility: hidden;
  transform-origin: center top;
  padding: 7px 0;
  padding-left: 10px;
}
.head .head-cen .head-rt .head-lan .headlan-con div:nth-child(2) a {
  transition: all 0.5s;
}
.head .head-cen .head-rt .head-lan .headlan-con div:nth-child(2) a:hover {
  color: #eb3d00;
}
.head .head-cen .head-rt .head-lan .headlan-con:hover div:nth-child(2) {
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}
.home-banner {
  position: relative;
}
.home-banner .ban-swiper .swiper-wrapper .swiper-slide {
  position: relative;
}
.home-banner .ban-swiper .swiper-wrapper .swiper-slide .slide-bg {
  overflow: hidden;
}
.home-banner .ban-swiper .swiper-wrapper .swiper-slide .slide-bg img {
  max-width: 101%;
  min-width: 100%;
}
.home-banner .ban-swiper .swiper-wrapper .swiper-slide .slide-con {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding-top: 11.3%;
}
.home-lb .ban-swiper .swiper-wrapper .swiper-slide .slide-con{
    padding-top: 7.6% !important;
}
.home-banner .ban-swiper .swiper-wrapper .swiper-slide .slide-con .slide-cont {
  font-family: 'Noto Sans SC', sans-serif;
  width: 43%;
  position: relative;
  top: 1.5vw;
}
.home-banner .ban-swiper .swiper-wrapper .swiper-slide .slide-con .slide-cont .yc:nth-child(2) {
  margin-bottom: 1.302083vw;
  margin-top: 0.67708vw;
}
.home-banner .ban-swiper .swiper-wrapper .swiper-slide .slide-con .slide-cont .yc:nth-child(2) div {
  font-size: 0.9375vw;
  line-height: 1.67;
  color: #ffffff;
}
.home-lb .ban-swiper .swiper-wrapper .swiper-slide .slide-con .slide-cont .yc:nth-child(2) div{
        letter-spacing: -0.01vw;
}
.home-banner .ban-swiper .swiper-wrapper .swiper-slide .slide-con .slide-cont .yc:nth-child(3) {
  padding: 0.78125vw 0;
}
.home-banner .ban-swiper .swiper-wrapper .swiper-slide .slide-con .slide-cont h3 {
  font-size: 2.5vw;
  color: #ffffff;
  font-weight: 600;
  line-height: 1.4;
  /*transform: translateY(100%) rotate(10deg);*/
  /*opacity: 0;*/
  /*transform-origin: left;*/
  /*transition: var(--custom-transiton2);*/
  /*transition-duration: 1s;*/
  /*transition-property: transform, opacity;*/
}
.home-banner .ban-swiper .swiper-wrapper .swiper-slide-active .slide-con .slide-cont h3,
.home-banner .ban-swiper .swiper-wrapper .swiper-slide-active .slide-con .slide-cont .yc:nth-child(3),
.home-banner .ban-swiper .swiper-wrapper .swiper-slide-active .slide-con .slide-cont .yc:nth-child(2) div {
  /*-webkit-animation: text-active-animation 1.5s cubic-bezier(0.7, 0, 0.2, 1) both 0.3s;*/
  /*animation: text-active-animation 1.5s cubic-bezier(0.7, 0, 0.2, 1) both 0.3s;*/
}
@keyframes image-zoom-out {
  0% {
    transform: scale(1.08, 1.08);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes text-active-animation {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(100%) rotate(5deg);
    transform: translateY(50%) rotate(5deg);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
.sy-more {
  position: relative;
  overflow: hidden;
  width: 180px;
  height: 60px;
  border-radius: 30px;
  border: solid 2px #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  z-index: 1;
  transition: all 0.5s;
}
.sy-more img {
  margin-left: 25px;
}
.sy-more:hover {
  border: solid 2px #eb3d00;
  color: #fff;
  transform: translateX(10px);
  box-shadow: 1px 1px 10px #eb3d00;
}
.sy-more::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  content: '';
  width: 0%;
  opacity: 0;
  height: 0%;
  background: #eb3d00;
  z-index: -1;
  border-radius: 100%;
  transition: all 0.8s;
  color: #ffffff;
}
.sy-more:hover::after {
  width: 130%;
  height: 200%;
  opacity: 1;
}
.home-box {
  background: url(../images/pt-bg.jpg) no-repeat left top;
  background-size: 100% calc(100% - 245px);
  margin-top: -4.4%;
  padding-top: 10.1%;
}
.pt {
  margin-bottom: 6.57%;
}
.pt .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pt .container .pt-lf {
  width: 38%;
}
.pt .container .pt-lf div {
  font-size: 24px;
  line-height: 1.5;
  color: #333333;
  margin-bottom: 24.6%;
  margin-top: 38px;
  letter-spacing: -0.3px;
}
.pt .container .pt-lf .sy-more {
  background-color: #eb3d00;
  border: 2px solid #eb3d00;
}
.pt .container .pt-rt {
  transition: all 0.5s;
  width: 58.181%;
}
.pt .container .pt-rt div img{
    min-width: 100%;
    max-width: 101%;
}
.pt .container .pt-rt:hover {
  transform: translateX(7px);
}
.sy-bt {
  font-size: 2.5vw;
  font-weight: 700;
  color: #015058;
}
.wow {
  animation-delay: 0.25s;
}
.gx {
  overflow: hidden;
  padding: 7.35% 0 12.6% 0;
}
.gx .gx-bg {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: all 4s;
  transform: scale(1.1);
}
.gx .gx-bg img {
  min-width: 100%;
  max-width: 101%;
  height: 100%;
  object-fit: cover;
}
.gx .gx-bg.animated {
  transform: scale(1);
}
.gx .container {
  position: relative;
  z-index: 2;
}
.gx .container .gx-rt {
  width: 48.45%;
  margin: 0 auto;
  margin-right: 0;
}
.gx .container .gx-rt .sy-bt {
  color: #fff;
}
.gx .container .gx-rt div {
  font-size: 24px;
  line-height: 1.5;
  color: #ffffff;
  margin-top: 38px;
  margin-bottom: 16%;
  letter-spacing: -0.3px;
}
.xwzx {
  display: flex;
  padding-top: 6.3%;
  padding-right: 5.5%;
  justify-content: space-between;
  margin-bottom: 6.7%;
}
.xwzx .xwzx-lf {
  width: 60.75%;
  padding-top: 13px;
}
.xwzx .xwzx-lf .xwbt-swiper {
  margin-top: 22px;
}
.xwzx .xwzx-lf .xwbt-swiper .swiper-wrapper .swiper-slide a {
  transition: all 0.5s;
}
.xwzx .xwzx-lf .xwbt-swiper .swiper-wrapper .swiper-slide p {
  font-size: 16px;
  font-weight: bold;
  color: #eb3d00;
}
.xwzx .xwzx-lf .xwbt-swiper .swiper-wrapper .swiper-slide a:nth-child(2) {
  font-size: 24px;
  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-word;
  white-space: normal;
  font-weight: 700;
  margin-top: 6px;
  margin-bottom: 6px;
}
.xwzx .xwzx-lf .xwbt-swiper .swiper-wrapper .swiper-slide a:nth-child(3) {
  font-size: 16px;
  line-height: 1.5;
  color: #666666;
  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-word;
  white-space: normal;
}
.xwzx .xwzx-lf .xwzx-dh {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12%;
}
.xwzx .xwzx-lf .xwzx-dh .sy-more {
  background-color: #eb3d00;
  border: 2px solid #eb3d00;
}
.xwzx .xwzx-lf .xwzx-dh .xwzx-pagination {
  position: relative;
  bottom: 0;
}
.xwzx .xwzx-lf .xwzx-dh .xwzx-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: #eeeeee;
  border-radius: 100%;
  transition: all 0.5s;
  margin: 0 7.5px;
  opacity: 1;
}
.xwzx .xwzx-lf .xwzx-dh .xwzx-pagination .swiper-pagination-bullet-active {
  width: 60px;
  background-color: #acbec9;
  border-radius: 8px;
}
.xwzx .xwzx-rt {
  width: 26.8%;
}
.xwzx .xwzx-rt .xwtp-swiper {
  border-radius: 10.41667vw;
  overflow: hidden;
}
.xwzx .xwzx-rt .xwtp-swiper .swiper-wrapper .swiper-slide a {
  display: block;
  overflow: hidden;
}
.xwzx .xwzx-rt .xwtp-swiper .swiper-wrapper .swiper-slide a p {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 26.041667vw;
}
.foot {
  background: url(../images/foot-bg.png) no-repeat top center;
  background-size: 100% 100%;
  padding-top: 117px;
  padding-bottom: 36px;
}
.foot .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.foot .container .foot-lf {
  position: relative;
  top: 1.3vw;
}
.foot .container .foot-lf div:nth-child(1) {
  width: 19.2vw;
}
.foot .container .foot-lf div:nth-child(2) {
  font-size: 14px;
  color: #ffffff;
  margin-top: 30px;
}
.foot .container .foot-rt {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
.foot .container .foot-rt .foot-nav {
  margin-right: 10.67708vw;
}
.foot .container .foot-rt .foot-nav li {
  margin-bottom: 17px;
}
.foot .container .foot-rt .foot-nav li a {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  display: block;
  position: relative;
  width: fit-content;
}
.foot .container .foot-rt .foot-nav li a::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  bottom: -5px;
  width: 0%;
  height: 1px;
  transition: all 0.5s;
  opacity: 1;
  background: #fff;
}
.foot .container .foot-rt .foot-nav li:hover a::after {
  width: 100%;
  opacity: 1;
}
.foot .container .foot-rt .foot-nav li:last-child {
  margin-bottom: 0;
}
.foot .container .foot-rt .footrt-rt {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.foot .container .foot-rt .footrt-rt .foot-items {
  margin-right: 5.46875vw;
  max-width: 230px;
}
.foot .container .foot-rt .footrt-rt .foot-items div:nth-child(1) {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
}
.foot .container .foot-rt .footrt-rt .foot-items div:nth-child(2) {
  margin-top: 5px;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
}
.foot .container .foot-rt .footrt-rt .foot-items div:nth-child(2) p {
  margin-bottom: 16px;
}
.foot .container .foot-rt .footrt-rt .foot-items div:nth-child(2) p:last-child {
  margin-bottom: 0;
}
.foot .container .foot-rt .footrt-rt .foot-items:nth-last-child(2) {
  max-width: 236px;
}
.foot .container .foot-rt .footrt-rt .foot-items:nth-last-child(2),
.foot .container .foot-rt .footrt-rt .foot-items:nth-last-child(1) {
  margin-right: 0;
}
.foot .container .foot-rt .footrt-rt .foot-items:last-child {
    width: 100%;
    margin-top: 50px;
    max-width: 100%;
}
.foot .container .foot-rt .footrt-rt .foot-items:last-child p {
  cursor: pointer;
  width: fit-content;
 position: relative;
 left: calc(5.46875vw + 230px);
}
.foot .container .foot-rt .footrt-rt .foot-ewm span{
        position: absolute;
        top: 50%;
    transform: translateY(-50%) translateX(12px);
    transition: all .5s;
    bottom: 100%;
    background: #fff;
    left: calc(145% + 10px);
    width: 130px;
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
}
.foot .container .foot-rt .footrt-rt .foot-ewm span img{
    max-height: 100%;
}
.foot .container .foot-rt .footrt-rt .foot-ewm span::after {
    position: absolute;
    left: -13px;
    content: '';
    top: 50%;
    transform: translateY(-50%) rotateZ(90deg);
    width: 20px;
    height: 13px;
    background: url(../images/fxl.png) no-repeat;
    background-size: 100% 100%;
}
.foot .container .foot-rt .footrt-rt .foot-ewm p:hover span{
    transform: translateY(-50%) translateX(0px);
    opacity: 1;
    visibility: visible;
}
.g-gs {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 63px;
}
.g-gs .g-gs-lf {
  width: 49.88%;
  padding-top: 5.5%;
}
.g-gs .g-gs-lf div {
    font-size: 24px;
    line-height: 1.75;
    color: #333333;
    margin-top: 25px;
    letter-spacing: -0.8px;
    text-align: justify;
}
.g-gs .g-gs-rt {
  width: 35%;
  overflow: hidden;
  border-radius: 14.5833vw;
}
.g-gs .g-gs-rt div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 35.8854vw;
}
.g-ld {
  background: url(../images/ld-bg.png) no-repeat;
  background-size: 100%;
  padding-top: 197px;
  
}
.g-ld .row{
    padding-bottom: 27px;
}
.g-ld .container .sy-bt {
  text-align: center;
}
.g-ld .container .g-ld-desc {
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  margin-top: 32px;
  color: #333333;
}
.g-ld .container .row {
  margin-left: -2.72%;
  margin-right: -2.72%;
  justify-content: center;
  margin-top: 70px;
}
.g-ld .container .row .g-ld-items {
  padding: 0 2.72%;
  margin-bottom: 4.7%;
}
.g-ld .container .row .g-ld-items .g-ld-items-con {
  text-align: center;
  font-family: 'Roboto', sans-serif;
  line-height: 1.3;
  transition: all 0.5s;
  cursor: pointer;
}
.g-ld .container .row .g-ld-items .g-ld-items-con div:nth-child(1) {
  border-radius: 100%;
  padding: 5px;
  background: linear-gradient(90deg, #0199e7 0%, #01ae41 100%);
}
.g-ld .container .row .g-ld-items .g-ld-items-con div:nth-child(1) p {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 16.667vw;
  border-radius: 100%;
  overflow: hidden;
}
.g-ld .container .row .g-ld-items .g-ld-items-con div:nth-child(1) p img {
  max-height: 100%;
}
.g-ld .container .row .g-ld-items .g-ld-items-con div:nth-child(2) {
  font-size: 24px;
  color: #ea3e00;
  font-weight: 700;
  margin-top: 17px;
}
.g-ld .container .row .g-ld-items .g-ld-items-con div:nth-child(3) {
  font-size: 16px;
  margin-top: 7px;
  color: #333333;
}
.g-ld .container .row .g-ld-items .g-ld-items-con:hover {
  transform: translateY(-7px);
}
.g-ld-tc {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
.g-ld-tc .g-ld-tc-con {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: auto;
  background-color: #ffffff;
  border-radius: 20px;
  width: 1280px;
  transform: translateY(-50%);
  padding: 60px 4.357% 5.2% 4.2%;
  max-height: 88vh;
  overflow: auto;
}
.g-ld-tc .g-ld-tc-con .g-ld-close {
  position: absolute;
  top: 40px;
  right: 40px;
  cursor: pointer;
}
.g-ld-tc .g-ld-tc-con .g-lc-tc-box .g-lc-tc-items {
  display: none;
}
.g-ld-tc .g-ld-tc-con .g-lc-tc-box .g-lc-tc-items .g-lc-tc-items-con {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.g-ld-tc .g-ld-tc-con .g-lc-tc-box .g-lc-tc-items .g-lc-tc-items-con .tx {
  width: 330px;
  border-radius: 100%;
  padding: 5px;
  background: linear-gradient(90deg, #0199e7 0%, #01ae41 100%);
}
.g-ld-tc .g-ld-tc-con .g-lc-tc-box .g-lc-tc-items .g-lc-tc-items-con .tx p {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 330px;
  border-radius: 100%;
  overflow: hidden;
}
.g-ld-tc .g-ld-tc-con .g-lc-tc-box .g-lc-tc-items .g-lc-tc-items-con .tx p img {
  max-height: 100%;
}
.g-ld-tc .g-ld-tc-con .g-lc-tc-box .g-lc-tc-items .g-lc-tc-items-con .nr {
  flex: 1;
  padding-left: 4.74%;
  padding-top: 12px;
  font-family: 'Roboto', sans-serif;
  line-height: 1.3;
}
.g-ld-tc .g-ld-tc-con .g-lc-tc-box .g-lc-tc-items .g-lc-tc-items-con .nr div:nth-child(1) {
  font-size: 24px;
  color: #ea3e00;
  font-weight: 700;
}
.g-ld-tc .g-ld-tc-con .g-lc-tc-box .g-lc-tc-items .g-lc-tc-items-con .nr div:nth-child(2) {
  font-size: 16px;
  margin-top: 6px;
  color: #999999;
}
.g-ld-tc .g-ld-tc-con .g-lc-tc-box .g-lc-tc-items .g-lc-tc-items-con .nr div:nth-child(3) {
  font-size: 16px;
  line-height: 1.875;
  color: #333333;
  margin-top: 32px;
  letter-spacing: -0.2px;
}
.l-ban .ban-swiper .swiper-wrapper .swiper-slide .slide-con .slide-cont {
  width: 48.2%;
}
.l-lx {
  margin-top: 60px;
}
.l-lx .sy-bt {
  text-align: center;
}
.l-lx .l-lx-con {
  margin-top: 80px;
}
.l-lx .l-lx-con .l-lx-items {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 74px;
  margin-bottom: 71px;
}
.l-lx .l-lx-con .l-lx-items .l-lx-lf {
  border-radius: 2.0833vw;
  overflow: hidden;
  width: 45%;
}
.l-lx .l-lx-con .l-lx-items .l-lx-lf div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 23.0729vw;
}
.l-lx .l-lx-con .l-lx-items .l-lx-rt {
  width: 50%;
  padding-top: 23px;
}
.l-lx .l-lx-con .l-lx-items .l-lx-rt .l-lx-bt {
  font-size: 2.5vw;
  font-weight: 700;
  color: #333333;
  margin-bottom: 32px;
}
.l-lx .l-lx-con .l-lx-items .l-lx-rt ul li {
  margin-bottom: 21px;
  display: flex;
  align-items: flex-start;
  transition: all 0.5s;
}
.l-lx .l-lx-con .l-lx-items .l-lx-rt ul li div:nth-child(1) {
  width: 24px;
  height: 28px;
  display: flex;
  align-items: center;
  margin-right: 13px;
}
.l-lx .l-lx-con .l-lx-items .l-lx-rt ul li div:nth-child(2){
    flex: 1;
}
.l-lx .l-lx-con .l-lx-items .l-lx-rt ul li div:nth-child(2) img{
    max-height: 100%;
}
.l-lx .l-lx-con .l-lx-items .l-lx-rt ul li div:nth-child(2),.l-lx .l-lx-con .l-lx-items .l-lx-rt ul li div:nth-child(2) a {
  font-size: 24px;
  line-height: 1.2;
  color: #333333;
  transition: all 0.5s;
}
.l-lx .l-lx-con .l-lx-items .l-lx-rt ul li div:nth-child(2) a{
    word-break: break-all;
}
.l-lx .l-lx-con .l-lx-items .l-lx-rt ul li div:nth-child(2) p {
  margin-bottom: 18px;
}
.l-lx .l-lx-con .l-lx-items .l-lx-rt ul li div:nth-child(2) p:last-child {
  margin-bottom: 0;
}
.l-lx .l-lx-con .l-lx-items .l-lx-rt ul li:last-child {
  margin-bottom: 0;
}
.l-lx .l-lx-con .l-lx-items .l-lx-rt ul li:hover {
  transform: translateX(5px);
}
.l-lx .l-lx-con .l-lx-items .l-lx-rt ul li:hover div:nth-child(2) {
  color: #ea3e00;
}
.l-lx .l-lx-con .l-lx-items .l-lx-rt ul li:hover div:nth-child(2) a{
    color: #ea3e00;
}
.l-lx .l-lx-con .l-lx-items:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.l-lx .l-lx-con .l-lx-items:nth-child(2) .l-lx-rt ul li div:nth-child(2) {
  font-family: 'Roboto', sans-serif;
}
.l-ly {
  background-color: #f5f6f7;
  margin-top: 8%;
  padding-top: 86px;
}
.l-ly .container .sy-bt {
  text-align: center;
}
.l-ly .container form {
  display: flex;
  flex-wrap: wrap;
  margin-top: 45px;
  justify-content: space-between;
  margin-bottom: 8%;
}
.l-ly .container form .l-ly-items {
  width: 48.75%;
  margin-bottom: 34px;
}
.l-ly .container form .l-ly-items p {
  font-size: 18px;
  color: #333333;
  padding-left: 24px;
  margin-bottom: 12px;
}
.l-ly .container form .l-ly-items button {
  width: 280px;
  height: 80px;
  background-color: #eb3d00;
  border-radius: 2.08333vw;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: #ffffff;
  transition: all 0.5s;
}
.l-ly .container form .l-ly-items button:hover {
  box-shadow: 1px 1px 10px #ea3e00;
}
.l-ly .container form .l-ly-items div {
  background-color: #ffffff;
  border-radius: 2.08333vw;
}
.l-ly .container form .l-ly-items div input,
.l-ly .container form .l-ly-items div textarea {
  font-size: 18px;
  display: block;
  line-height: 1.5;
  color: #000;
  padding: 26.5px 24px;
  width: 100%;
}
.l-ly .container form .l-ly-items div textarea {
  min-height: 240px;
}
.l-ly .container form .l-ly-items div ::-webkit-input-placeholder {
  color: #aaa;
}
.l-ly .container form .l-ly-items div :-moz-placeholder {
  color: #aaa;
}
.l-ly .container form .l-ly-items div ::-moz-placeholder {
  color: #aaa;
}
.l-ly .container form .l-ly-items div :-ms-input-placeholder {
  color: #aaa;
}
.l-ly .container form .l-ly-items div ::-ms-input-placeholder {
  color: #aaa;
}
.l-ly .container form .l-ly-items:nth-child(5) {
  margin-bottom: 40px;
}
.l-ly .container form .l-ly-items:nth-child(5),
.l-ly .container form .l-ly-items:nth-child(6) {
  width: 100%;
}
.l-ly .container form .l-ly-items:last-child {
  margin-bottom: 0;
}
.gx-con {
  margin-top: 57px;
  margin-bottom: 8.5%;
}
.gx-con .sy-bt {
  text-align: center;
}
.gx-con .gx-bt {
  display: flex;
  margin-top: 58px;
  align-items: center;
  background-color: #015058;
  border-radius: 45px;
  padding: 0 40px 0 52px;
}
.gx-con .gx-bt li {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 18px;
  font-weight: 600;
  flex: 1;
  text-align: center;
  color: #ffffff;
  padding: 29.25px 0;
}
.gx-con .gx-box .gx-items {
  border-bottom: 1px solid #015058;
  padding: 39px 0;
}
.gx-con .gx-box .gx-items .gx-bt {
  margin-top: 0;
  display: none;
}
.gx-con .gx-box .gx-items .gx-nr {
  display: none;
  font-size: 16px;
  line-height: 1.875;
  color: #333333;
  margin: 0 auto;
  margin-right: 0;
  width: calc(63.8% - 19px);
  letter-spacing: -0.4px;
  margin-top: 34px;
  padding-bottom: 4%;
}
.gx-con .gx-box .gx-items .gx-tit {
  padding: 0 40px 0 52px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.gx-con .gx-box .gx-items .gx-tit li {
  flex: 1;
  text-align: center;
}
.gx-con .gx-box .gx-items .gx-tit li:nth-child(1) {
  line-height: 1.5;
}
.gx-con .gx-box .gx-items .gx-tit li:nth-child(1) div:nth-child(1) {
  font-size: 18px;
  font-family: Arial-BoldMT;
  color: #015058;
}
.gx-con .gx-box .gx-items .gx-tit li:nth-child(1) div:nth-child(2) {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #666666;
  font-weight: 500;
}
.gx-con .gx-box .gx-items .gx-tit li:nth-child(2) {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}
.gx-con .gx-box .gx-items .gx-tit li:nth-child(3) div {
  background-image: linear-gradient(90deg, #30b2e6 0%, #99c83c 100%), linear-gradient(#ea3e00, #ea3e00);
  background-blend-mode: normal, normal;
  border-radius: 25px;
  height: 50px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 16px;
  color: #ffffff;
  max-width: calc(100% - 15px);
  transition: all .5s;
  width: 0;
  overflow: hidden;
}
.gx-con .gx-box .gx-items .gx-tit li:nth-child(3) div p{
    margin-right: 25px;
    white-space: nowrap;
}
.gx-con .gx-box .gx-items .gx-tit li:nth-child(4) {
  flex: none;
  width: 32px;
  cursor: pointer;
}
.gx-con .gx-box .gx-items .gx-tit .qhh img:nth-child(1) {
  opacity: 0;
}
.gx-con .gx-box .gx-items .gx-tit .qhh img:nth-child(2) {
  opacity: 1;
}
.gx-con .gx-bt li:nth-child(1),
.gx-con .gx-box .gx-items .gx-tit li:nth-child(1) {
  width: 18.4%;
}
.gx-con .gx-bt li:nth-child(2),
.gx-con .gx-box .gx-items .gx-tit li:nth-child(2) {
  width: 17.52%;
}
.gx-con .gx-bt li:nth-child(1),
.gx-con .gx-bt li:nth-child(2),
.gx-con .gx-box .gx-items .gx-tit li:nth-child(1),
.gx-con .gx-box .gx-items .gx-tit li:nth-child(2) {
  border: none;
  flex: none;
  text-align: left;
}
.pt-ban .ban-swiper .swiper-wrapper .swiper-slide .slide-con .slide-cont {
  width: 51.69%;
  letter-spacing: -0.4px;
}
.pt-con {
  margin-top: 94px;
  margin-bottom: 7.5%;
}
.pt-con .sy-bt {
  text-align: center;
  color: #333;
}
.pt-con .pt-cont {
  font-size: 18px;
  margin-top: 49px;
  text-align: left;
  line-height: 2;
  color: #333333;
}
.pt-con .pt-box {
  margin-top: 6.7%;
  padding: 0 4%;
}
.pt-con .pt-box .row {
  margin-left: -4%;
  margin-right: -4%;
}
.pt-con .pt-box .row .pt-items {
  padding: 0 4%;
}
.pt-con .pt-box .row .pt-items .pt-items-con {
  transition: all 0.5s;
  text-align: center;
}
.pt-con .pt-box .row .pt-items .pt-items-con div {
  transition: all 0.5s;
}
.pt-con .pt-box .row .pt-items .pt-items-con div:nth-child(1) {
  font-size: 30px;
  line-height: 1.4;
  font-weight: 600;
  color: #000000;
}
.pt-con .pt-box .row .pt-items .pt-items-con div:nth-child(2) {
  height: 15.2084vw;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 38px;
  margin-bottom: 28px;
}
.pt-con .pt-box .row .pt-items .pt-items-con div:nth-child(2) img {
  max-height: 100%;
  transition: all 0.5s;
}
.pt-con .pt-box .row .pt-items .pt-items-con div:nth-child(3) {
  font-size: 18px;
  line-height: 1.67;
  color: #000000;
  padding: 0 4%;
}
.pt-con .pt-box .row .pt-items .pt-items-con:hover {
  transform: translateY(-5px);
}
.pt-con .pt-box .row .pt-items .pt-items-con:hover div {
  color: #eb3d00;
}
.pt-con .pt-box .row .pt-items .pt-items-con:hover div:nth-child(2) img {
  transform: scale(0.95);
}
.x-con {
  margin-top: 65px;
  margin-bottom: 6.5%;
}
.x-con .sy-bt {
  text-align: center;
}
.x-con .x-box {
  margin-top: 75px;
}
.x-con .x-box .x-items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 80px;
  padding-bottom: 80px;
  transition: all 0.5s;
}
.x-con .x-box .x-items .x-thumb {
  width: 28.125%;
  overflow: hidden;
  transition: all 0.5s;
  border-radius: 10px;
}
.x-con .x-box .x-items .x-thumb p {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 16.67vw;
  transition: all 0.8s;
}
.x-con .x-box .x-items .x-rt {
  width: 67.5%;
}
.x-con .x-box .x-items .x-rt p {
  font-size: 16px;
  color: #ea3e00;
}
.x-con .x-box .x-items .x-rt a {
  transition: all 0.5s;
}
.x-con .x-box .x-items .x-rt a:nth-child(2) {
  font-size: 30px;
  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-word;
  white-space: normal;
}
.x-con .x-box .x-items .x-rt a:nth-child(3) {
  font-size: 16px;
  line-height: 1.5;
  color: #666666;
  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-word;
  white-space: normal;
  margin-top: 5px;
  margin-bottom: 35px;
}
.x-con .x-box .x-items .x-rt .sy-more {
  border: solid 2px #dddddd;
  color: #aaaaaa;
}
.x-con .x-box .x-items .x-rt .sy-more:hover {
  color: #fff;
  border: 2px solid #eb3d00;
}
.x-con .x-box .x-items .x-rt .sy-more:hover img {
  filter: brightness(0) invert(1);
}
.x-con .x-box .x-items:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.x-con .x-box .x-items:hover {
  transform: translateX(5px);
}
.x-con .x-box .x-items:hover .x-thumb {
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.3);
}
.x-con .x-box .x-items:hover .x-thumb p {
  transform: scale(1.05);
}
.x-con .x-box .x-items:hover .x-rt a:nth-child(2) {
  color: #015058;
}
.xshow-con {
  background-color: #ffffff;
  border-radius: 40px;
  margin-top: 80px;
  margin-bottom: 114px;
  padding: 69px 5.25% 75px;
}
.xshow-con .xshow-bt {
  font-size: 1.875vw;
  line-height: 1.4;
  font-weight: bold;
  color: #015058;
  text-align: center;
}
.xshow-con .xshow-sj {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid #dddddd;
  color: #eb3d00;
  margin-top: 38px;
  padding-bottom: 16px;
  margin-bottom: 38px;
}
.xshow-con .xshow-nr {
  font-size: 16px;
  line-height: 1.875;
  color: #333333;
  font-weight: 500;
}
.xshow-con .xshow-dh {
  border-top: 1px solid #dddddd;
  display: flex;
  margin-top: 87px;
  justify-content: space-between;
  padding-top: 23px;
  flex-wrap: wrap;
}
.xshow-con .xshow-dh p a {
  font-size: 16px;
  transition: all 0.5s;
  color: #666666;
  line-height: 1.3;
  display: block;
}
.xshow-con .xshow-dh p a:hover {
  color: #ea3e00;
}
.i-ban .ban-swiper .swiper-wrapper .swiper-slide .slide-con .slide-cont .yc:nth-child(2) div {
  font-size: 18px;
}

.pten-ban .ban-swiper .swiper-wrapper .swiper-slide .slide-con{
    padding-top: 8.5% !important;
}
@media (max-width: 1700px) {
  .sy-more {
    width: 158px;
    height: 55px;
    border-radius: 28px;
  }
  .head .head-cen {
    padding: 26px 0;
  }
  .head .head-cen .head-rt .head-nav .head-li .head-a {
    font-size: 19px;
  }
  .g-ld .container .row .g-ld-items .g-ld-items-con div:nth-child(2),
  .g-gs .g-gs-lf div,
  .pt .container .pt-lf div,
  .gx .container .gx-rt div,
  .xwzx .xwzx-lf .xwbt-swiper .swiper-wrapper .swiper-slide a:nth-child(2) {
    font-size: 22px;
  }
  .xwzx .xwzx-lf .xwbt-swiper .swiper-wrapper .swiper-slide a:nth-child(3) {
    font-size: 15px;
  }
  .foot .container .foot-rt .foot-nav li a {
    font-size: 17px;
  }
  .i-ban .ban-swiper .swiper-wrapper .swiper-slide .slide-con .slide-cont .yc:nth-child(2) div {
    font-size: 17px;
  }
  .l-lx .l-lx-con .l-lx-items .l-lx-rt ul li div:nth-child(2),.l-lx .l-lx-con .l-lx-items .l-lx-rt ul li div:nth-child(2) a {
    font-size: 22px;
  }
  .l-ly .container form .l-ly-items button {
    width: 252px;
    height: 70px;
    font-size: 22px;
  }
  .l-ly .container form .l-ly-items div input,
  .l-ly .container form .l-ly-items div textarea {
    padding: 23.5px 24px;
  }
  .pt-ban .ban-swiper .swiper-wrapper .swiper-slide .slide-con .slide-cont .yc:nth-child(2) div {
    font-size: 16px;
  }
  .pt-con .pt-box .row .pt-items .pt-items-con div:nth-child(1) {
    font-size: 28px;
  }
  .pt-con .pt-box .row .pt-items .pt-items-con div:nth-child(3) {
    font-size: 17px;
  }
  .x-con .x-box .x-items .x-rt a:nth-child(2) {
    font-size: 28px;
  }
  .sy-more img {
    margin-left: 17px;
}
}
@media (max-width: 1599px) {
  .home-banner .ban-swiper .swiper-wrapper .swiper-slide .slide-con .slide-cont .yc:nth-child(2) div {
    font-size: 16px;
  }
  .home-banner .ban-swiper .swiper-wrapper .swiper-slide .slide-con {
    padding-top: 10.3%;
  }
  .g-ld .container .row .g-ld-items .g-ld-items-con div:nth-child(2),
  .g-gs .g-gs-lf div,
  .pt .container .pt-lf div,
  .gx .container .gx-rt div,
  .xwzx .xwzx-lf .xwbt-swiper .swiper-wrapper .swiper-slide a:nth-child(2) {
    font-size: 20px;
  }
  .xwzx .xwzx-lf .xwzx-dh .xwzx-pagination .swiper-pagination-bullet {
    height: 12px;
    width: 12px;
  }
  .xwzx .xwzx-lf .xwzx-dh .xwzx-pagination .swiper-pagination-bullet-active {
    width: 60px;
  }
  .g-ld .container .row .g-ld-items .g-ld-items-con div:nth-child(3) {
    font-size: 15px;
  }
  .i-ban .ban-swiper .swiper-wrapper .swiper-slide .slide-con .slide-cont .yc:nth-child(2) {
    margin-top: 15px;
  }
  .l-lx .l-lx-con .l-lx-items .l-lx-rt ul li div:nth-child(2),.l-lx .l-lx-con .l-lx-items .l-lx-rt ul li div:nth-child(2) a {
    font-size: 20px;
  }
  .l-ly .container form .l-ly-items div input,
  .l-ly .container form .l-ly-items div textarea {
    padding: 20.5px 24px;
    font-size: 17px;
  }
  .pt-con .pt-box .row .pt-items .pt-items-con div:nth-child(1) {
    font-size: 26px;
  }
  .pt-con .pt-box .row .pt-items .pt-items-con div:nth-child(3) {
    font-size: 16px;
  }
  .x-con .x-box .x-items .x-rt a:nth-child(2) {
    font-size: 26px;
  }
  .x-con .x-box .x-items .x-rt a:nth-child(3) {
    font-size: 15px;
  }
  .sy-more img {
    margin-left: 13px;
}
.pten-ban .ban-swiper .swiper-wrapper .swiper-slide .slide-con {
    padding-top: 7.5% !important;
}
.foot .container .foot-rt .foot-nav {
    margin-right: 8.67708vw;
}

}
@media (max-width: 1477px) {
  .home-banner .ban-swiper .swiper-wrapper .swiper-slide .slide-con .slide-cont .yc:nth-child(2) div {
    font-size: 15px;
  }
  .sy-more {
    width: 152px;
    height: 53px;
    border-radius: 26px;
  }
  .sy-more img {
    margin-left: 17px;
  }
  .foot .container .foot-rt .foot-nav li a {
    font-size: 16px;
  }
  .foot .container .foot-rt .foot-nav {
    margin-right: 6.7916vw;
  }
  .foot .container .foot-rt .footrt-rt .foot-items div:nth-child(1) {
    font-size: 17px;
  }
  .foot .container .foot-rt .foot-nav li {
    margin-bottom: 13px;
  }
  .home-box {
    background-size: 100% calc(100% - 218px);
  }
  .pt-con .pt-cont {
    font-size: 17px;
  }
  .pt-con .pt-box .row .pt-items .pt-items-con div:nth-child(1) {
    font-size: 24px;
  }
  .pt-con .pt-box .row {
    margin-left: -2%;
    margin-right: -2%;
  }
  .pt-con .pt-box .row .pt-items {
    padding: 0 2%;
  }
  .xshow-con .xshow-nr {
    font-size: 15px;
  }
  .xshow-con .xshow-sj {
    margin-top: 40px;
  }
  .xshow-con .xshow-dh {
    margin-top: 59px;
  }
  .foot .container .foot-rt .footrt-rt .foot-ewm span{
      width: 110px;
      height: 110px;
  }
      .head .head-cen .head-rt .head-nav .head-li .head-a {
        font-size: 18px;
    }
    .sy-more {
        width: 162px;
    }
    .foot .container .foot-rt .footrt-rt .foot-items:last-child p {
    left: calc(3.46875vw + 230px);
}
.foot .container .foot-rt .footrt-rt .foot-items {
    margin-right: 3.46875vw;
}
    .foot .container .foot-rt .foot-nav {
        margin-right: 5.7916vw;
    }
}
@media (max-width: 1365px) {
  .head .head-cen .head-rt .head-nav .head-li .head-a {
    font-size: 17px;
  }
  .home-banner .ban-swiper .swiper-wrapper .swiper-slide .slide-con .slide-cont .yc:nth-child(2) div {
    font-size: 14px;
  }
  .home-banner .ban-swiper .swiper-wrapper .swiper-slide .slide-con {
    padding-top: 8.3%;
  }
  .g-ld .container .row .g-ld-items .g-ld-items-con div:nth-child(2),
  .g-gs .g-gs-lf div,
  .pt .container .pt-lf div,
  .gx .container .gx-rt div,
  .xwzx .xwzx-lf .xwbt-swiper .swiper-wrapper .swiper-slide a:nth-child(2) {
    font-size: 18px;
  }
  .foot .container .foot-rt .footrt-rt .foot-items:nth-child(1),
  .foot .container .foot-rt .footrt-rt .foot-items:nth-child(2) {
    max-width: 46%;
    margin-right: 0;
  }
  .foot .container .foot-rt .footrt-rt {
    justify-content: space-between;
    flex: 1;
    margin-left: 10%;
  }
  .foot .container .foot-rt .foot-nav {
    margin-right: 0;
  }
  .foot .container .foot-rt {
    justify-content: space-between;
    margin-left: 12%;
  }
  .foot {
    background-size: 121% 100%;
  }
  .i-ban .ban-swiper .swiper-wrapper .swiper-slide .slide-con {
    padding-top: 0 !important;
    display: flex;
    align-items: center;
  }
  .i-ban .ban-swiper .swiper-wrapper .swiper-slide .slide-con .slide-cont .yc:nth-child(2) div {
    font-size: 15px;
  }
  .i-ban .ban-swiper .swiper-wrapper .swiper-slide .slide-con .slide-cont .yc:nth-child(2) {
    margin-bottom: 0;
    margin-top: 15px;
  }
  .g-ld {
    padding-top: 150px;
  }
  .g-ld .container .g-ld-desc {
    font-size: 17px;
  }
  .g-ld .container .row .g-ld-items .g-ld-items-con div:nth-child(3) {
    font-size: 14px;
  }
  .g-ld-tc .g-ld-tc-con .g-lc-tc-box .g-lc-tc-items .g-lc-tc-items-con .tx {
    width: calc(24vw + 10px);
  }
  .g-ld-tc .g-ld-tc-con .g-lc-tc-box .g-lc-tc-items .g-lc-tc-items-con .tx p {
    height: 24vw;
  }
  .g-ld-tc .g-ld-tc-con .g-lc-tc-box .g-lc-tc-items .g-lc-tc-items-con .nr div:nth-child(1) {
    font-size: 20px;
  }
  .l-lx .l-lx-con .l-lx-items .l-lx-rt ul li div:nth-child(2),.l-lx .l-lx-con .l-lx-items .l-lx-rt ul li div:nth-child(2) a {
    font-size: 18px;
  }
  .l-lx .l-lx-con .l-lx-items .l-lx-rt ul li div:nth-child(1) {
    position: relative;
    top: -2px;
  }
  .l-ly .container form .l-ly-items div input,
  .l-ly .container form .l-ly-items div textarea {
    padding: 16.5px 24px;
    font-size: 16px;
  }
  .l-ly .container form .l-ly-items button {
    width: 206px;
    height: 61px;
    font-size: 20px;
  }
  .gx-con .gx-bt li {
    padding: 25px 0;
  }
  .gx-con .gx-box .gx-items {
    padding: 36px 0;
  }
  .gx-con .gx-box .gx-items .gx-tit li:nth-child(2) {
    font-size: 16px;
  }
  .gx-con .gx-bt li {
    font-size: 17px;
  }
  .pt-ban .ban-swiper .swiper-wrapper .swiper-slide .slide-con .slide-cont .yc:nth-child(2) div {
    font-size: 14px;
  }
  .pt-con .pt-cont {
    font-size: 16px;
  }
  .pt-con .pt-box .row .pt-items .pt-items-con div:nth-child(1) {
    font-size: 22px;
  }
  .pt-con .pt-box {
    padding: 0;
  }
  .x-con .x-box .x-items .x-rt p {
    font-size: 14px;
  }
  .x-con .x-box .x-items .x-rt a:nth-child(2) {
    font-size: 22px;
  }
  .x-con .x-box .x-items .x-rt a:nth-child(3) {
    font-size: 14px;
    margin-bottom: 25px;
  }
  .x-con .x-box .x-items {
    margin-bottom: 60px;
    padding-bottom: 60px;
  }
  .xshow-con .xshow-sj {
    font-size: 15px;
    margin-top: 33px;
  }
  .xshow-con .xshow-dh p a {
    font-size: 15px;
  }
  .foot .container .foot-rt .footrt-rt .foot-items:last-child{
      margin-top: 27px;
  }
  .gx-con .gx-bt li:nth-child(1), .gx-con .gx-box .gx-items .gx-tit li:nth-child(1) {
    width: 21.4%;
}
.gx-con .gx-bt li:nth-child(2), .gx-con .gx-box .gx-items .gx-tit li:nth-child(2) {
    width: 20.52%;
}
    .gx-con .gx-bt li {
        font-size: 16px;
    }
        .gx-con .gx-box .gx-items .gx-tit li:nth-child(2) {
        font-size: 15px;
    }
    .gx-con .gx-box .gx-items .gx-nr {
    font-size: 14px;
    width: calc(58.8% - 19px);
    }
    .gx-con .gx-box .gx-items .gx-tit li:nth-child(3) div{
        font-size: 14px;
    }
    .l-lx .l-lx-con .l-lx-items{
        align-items: center;
    }
    .l-lx .l-lx-con .l-lx-items .l-lx-rt{
        padding-top: 0;
    }
    .sy-more {
        width: 152px;
    }
        .sy-more img {
        margin-left: 13px;
    }
    .pten-ban .ban-swiper .swiper-wrapper .swiper-slide .slide-con {
    padding-top: 2% !important;
}
.pten-ban .ban-swiper .swiper-wrapper .swiper-slide .slide-con .slide-cont{
    width: 60%;
}
.foot .container .foot-rt{
    margin-left: 7%;
}
.foot .container .foot-rt .footrt-rt .foot-items:nth-child(1), .foot .container .foot-rt .footrt-rt .foot-items:nth-child(2) {
        max-width: 49%;
}
    .foot .container .foot-rt .footrt-rt .foot-items:last-child p {
        left: 51%;
        width: 20px;
    }
    .home-lb .ban-swiper .swiper-wrapper .swiper-slide .slide-con .slide-cont{
        width: 52%;
    }
}
@media (max-width: 1199px) {
  .head .head-cen .head-rt .head-nav .head-li .head-a {
    font-size: 15px;
  }
  .head .head-cen .head-rt .head-lan .headlan-con {
    font-size: 16px;
  }
  .home-banner .ban-swiper .swiper-wrapper .swiper-slide .slide-bg img {
    max-width: 121%;
    position: relative;
    left: -10%;
  }
  .i-ban .ban-swiper .swiper-wrapper .swiper-slide .slide-bg img {
    max-width: 101%;
    left: 0%;
  }
  .home-banner .ban-swiper .swiper-wrapper .swiper-slide .slide-con {
    padding-top: 11.3%;
  }
  .sy-more {
    width: 135px;
    height: 48px;
    border-radius: 24px;
    font-size: 15px;
  }
  .sy-more img {
    margin-left: 13px;
  }
  .home-box {
    margin-top: -5.1%;
    padding-top: 12.1%;
  }
  .g-ld .container .row .g-ld-items .g-ld-items-con div:nth-child(2),
  .g-gs .g-gs-lf div,
  .pt .container .pt-lf div,
  .gx .container .gx-rt div,
  .xwzx .xwzx-lf .xwbt-swiper .swiper-wrapper .swiper-slide a:nth-child(2) {
    font-size: 17px;
  }
  .gx .container .gx-rt div {
    margin-top: 34px;
  }
  .xwzx {
    align-items: center;
  }
  .foot .container .foot-rt .foot-nav li a {
    font-size: 15px;
  }
  .foot .container .foot-rt .footrt-rt .foot-items div:nth-child(2) {
    font-size: 13px;
  }
  .foot .container .foot-rt .footrt-rt .foot-items:last-child p {
    width: 25px;
  }
  .foot .container .foot-rt .footrt-rt .foot-items:last-child {
    margin-top: 26px;
  }
  .foot {
    background-size: 136% 100%;
  }
  .g-ld {
    padding-top: 117px;
    margin-top: 30px;
  }
  .g-ld .container .g-ld-desc {
    margin-top: 25px;
  }
  .l-lx .l-lx-con {
    margin-top: 65px;
  }
  .l-lx .l-lx-con .l-lx-items {
    align-items: center;
  }
  .l-lx .l-lx-con .l-lx-items .l-lx-rt {
    padding-top: 0;
  }
  .l-lx .l-lx-con .l-lx-items .l-lx-lf div {
    height: 27.0729vw;
  }
  .l-lx .l-lx-con .l-lx-items .l-lx-rt ul li div:nth-child(2),.l-lx .l-lx-con .l-lx-items .l-lx-rt ul li div:nth-child(2) a {
    font-size: 17px;
  }
  .l-ly .container form .l-ly-items button {
    width: 172px;
    height: 58px;
    font-size: 17px;
  }
  .gx-con .gx-bt,
  .gx-con .gx-box .gx-items .gx-tit {
    padding: 0 4% 0 5%;
  }
  .gx-con .gx-box .gx-items .gx-tit li:nth-child(2) {
    font-size: 15px;
  }
  .gx-con .gx-box .gx-items .gx-tit li:nth-child(1) {
    padding-right: 2%;
  }
  .gx-con .gx-bt li:nth-child(2),
  .gx-con .gx-box .gx-items .gx-tit li:nth-child(2) {
    width: 19.52%;
  }
  .gx-con .gx-box .gx-items .gx-tit li:nth-child(3) div {
    font-size: 15px;
    height: 45px;
  }
  .gx-con .gx-box .gx-items .gx-nr {
    width: 58.1%;
    font-size: 15px;
    margin-top: 21px;
  }
  .pt-ban .ban-swiper .swiper-wrapper .swiper-slide .slide-con .slide-cont {
    width: 77.69%;
  }
  .pt-ban .ban-swiper .swiper-wrapper .swiper-slide .slide-con .slide-cont {
    top: 3vw;
  }
  .pt-con .pt-box .row .pt-items .pt-items-con div:nth-child(3) {
    font-size: 15px;
  }
  .xshow-con .xshow-bt {
    font-size: 20px;
  }
      .foot .container .foot-rt .footrt-rt .foot-items:last-child {
        margin-top: 9px;
    }
    .gx-con .gx-bt li:nth-child(2), .gx-con .gx-box .gx-items .gx-tit li:nth-child(2) {
        width: 18.52%;
    }
}
@media (max-width: 990px) {
  .head .head-cen .head-rt .head-nav {
    display: none;
  }
  .head {
    position: sticky !important;
    background: #fff;
        box-shadow: 0px 5px 16px 0px rgba(182, 182, 182, 0.47);
  }
  .head .head-cen {
    padding: 18px 0;
  }
  .home-banner .ban-swiper .swiper-wrapper .swiper-slide .slide-con .slide-cont {
    width: 100%;
    top: 0;
  }
  .home-banner .ban-swiper .swiper-wrapper .swiper-slide .slide-con .slide-cont h3 {
    font-size: 22px;
  }
  .home-banner .ban-swiper .swiper-wrapper .swiper-slide .slide-con .slide-cont .yc:nth-child(2) {
    margin-bottom: 20px;
    margin-top: 13px;
  }
  .home-banner .ban-swiper .swiper-wrapper .swiper-slide .slide-con {
    padding-top: 0;
  }
  .home-banner .ban-swiper .swiper-wrapper .swiper-slide .slide-con {
    padding-top: 0;
    display: flex;
    align-items: center;
  }
  .sy-more {
    width: 140px;
    height: 44px;
    border-radius: 22px;
    font-size: 14px;
  }
  .home-box {
    margin-top: -8.1%;
    padding-top: 153px;
  }
  .pt .container {
    display: block;
  }
  .pt .container .pt-lf,
  .pt .container .pt-rt {
    width: 100%;
  }
  .pt .container .pt-lf div {
    margin-bottom: 8.6%;
  }
  .pt .container .pt-rt {
    margin-top: 30px;
  }
  .container {
    max-width: 90%;
  }
  .foot .container,
  .foot .container .foot-rt {
    display: block;
  }
  .foot .container .foot-rt {
    margin-left: 0;
    margin-top: 32px;
  }
  .foot .container .foot-rt .footrt-rt {
    margin-left: 0;
  }
  .foot {
    padding-top: 59px;
    background: #015058;
  }
  .foot .container .foot-lf div:nth-child(1) {
    width: 46.2vw;
    margin: 0 auto;
  }
  .foot .container .foot-lf {
    top: 0;
    text-align: center;
  }
  .foot .container .foot-lf div:nth-child(2) {
    font-size: 13px;
    margin-top: 17px;
  }
  .foot .container .foot-rt .footrt-rt .foot-items:nth-child(1),
  .foot .container .foot-rt .footrt-rt .foot-items:nth-child(2) {
    max-width: 100%;
    margin-top: 20px;
    padding-left: 6%;
  }
  .foot .container .foot-rt .footrt-rt .foot-items div:nth-child(2) p {
    margin-bottom: 8px;
  }
  .foot .container .foot-rt .foot-nav li {
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 8px;
    padding-left: 6%;
  }
  .foot .container .foot-rt .foot-nav li a {
    font-size: 14px;
  }
  .foot .container .foot-rt .footrt-rt .foot-items div:nth-child(1) {
    font-size: 15px;
  }
  .g-gs {
    display: block;
  }
  .g-gs .g-gs-lf {
    width: 100%;
    padding-top: 0;
  }
  .g-gs .g-gs-rt {
    width: 100%;
    border-radius: 9.5833vw;
    margin-top: 50px;
  }
  .g-gs .g-gs-rt div {
    background-position: 0 31%;
    height: 97.8854vw;
  }
  .g-ld {
    padding-top: 101px;
    margin-top: 75px;
  }
  .g-ld .container .g-ld-desc {
    margin-top: 16px;
    font-size: 15px;
  }
  .g-ld .container .row .g-ld-items {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .g-ld .container .row .g-ld-items .g-ld-items-con div:nth-child(1) p {
    height: 40.99vw;
  }
  .g-ld-tc .g-ld-tc-con .g-lc-tc-box .g-lc-tc-items .g-lc-tc-items-con .tx {
    margin: 0 auto;
  }
  .g-ld-tc .g-ld-tc-con .g-lc-tc-box .g-lc-tc-items .g-lc-tc-items-con {
    display: block;
  }
  .g-ld-tc .g-ld-tc-con .g-lc-tc-box .g-lc-tc-items .g-lc-tc-items-con .nr {
    padding-left: 0;
    margin-top: 19px;
  }
  .g-ld-tc .g-ld-tc-con .g-lc-tc-box .g-lc-tc-items .g-lc-tc-items-con .nr div {
    text-align: center;
  }
  .g-ld-tc .g-ld-tc-con .g-lc-tc-box .g-lc-tc-items .g-lc-tc-items-con .nr div:nth-child(3) {
    text-align: left;
  }
  .i-ban .ban-swiper .swiper-wrapper .swiper-slide .slide-bg img {
    max-width: 101%;
    left: 0%;
  }
  .i-ban .ban-swiper .swiper-wrapper .swiper-slide .slide-con .slide-cont .yc:nth-child(2) div {
    font-size: 14px;
  }
  .l-lx .l-lx-con .l-lx-items .l-lx-rt ul li div:nth-child(2),.l-lx .l-lx-con .l-lx-items .l-lx-rt ul li div:nth-child(2) a {
    font-size: 16px;
  }
  .gx-con .gx-bt li {
    font-size: 16px;
  }
  .pt-con .pt-cont {
    font-size: 15px;
  }
  .pt-con .pt-box .row .pt-items .pt-items-con div:nth-child(1) {
    font-size: 20px;
  }
  .head .head-cen .head-rt .head-lan{
      display: none;
  }
  .mb-zd{
      display: block;
  }
  .head .head-cen .head-logo img:nth-child(2){
    display: block;
}
.head .head-cen .head-logo img:nth-child(1){
    display: none;
}
.head .head-cen .head-logo{
    width: 170px;
}
.head .head-cen {
        padding: 16.5px 0 !important;
    }
    .foot .container .foot-rt .foot-nav li a::after{
        display: none;
    }
    .foot .container .foot-rt .footrt-rt .foot-ewm span {
    top: auto;
    left: 50%;
        bottom: calc(120% + 10px);
    transform: translateY(-10px) translateX(-50%);
    }
    .foot .container .foot-rt .footrt-rt .foot-ewm span::after {
        top: auto;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}
.foot .container .foot-rt .footrt-rt .foot-ewm p:hover span{
    transform: translateX(-50%) translateY(0px);
}
    .foot .container .foot-rt .footrt-rt .foot-items:last-child {
        margin-top: 22px;
    }
    .foot .container .foot-rt .footrt-rt .foot-items:last-child p {
        left: 0;
        margin: 0 auto;
    }
    .home-lb .ban-swiper .swiper-wrapper .swiper-slide .slide-con {
    padding-top: 0 !important;
}
}
@media (max-width: 767px) {
  .home-banner .ban-swiper .swiper-wrapper .swiper-slide .slide-bg img {
    max-width: 286%;
    left: -65%;
  }
  .gx-con .gx-box .gx-items .gx-tit li:nth-child(4){
      width: 24px;
  }
  .home-banner .ban-swiper .swiper-wrapper .swiper-slide .slide-con .slide-cont .yc:nth-child(2) {
    margin-bottom: 21px;
  }
  .sy-bt {
    font-size: 22px;
  }
  .home-box {
    padding-top: 101px;
  }
  .pt .container .pt-lf div,
  .gx .container .gx-rt div,
  .xwzx .xwzx-lf .xwbt-swiper .swiper-wrapper .swiper-slide a:nth-child(2) {
    font-size: 15px;
  }
  .pt .container .pt-lf div,
  .gx .container .gx-rt div {
    margin-bottom: 42px;
    margin-top: 29px;
    line-height: 1.85;
  }
  .pt .container .pt-rt {
    margin-top: 65px;
  }
  .pt {
    margin-bottom: 69px;
  }
  .gx .container .gx-rt {
    width: 100%;
  }
  .gx {
    padding: 70px 0;
  }
  .gx .gx-bg img {
    object-position: 40% 100%;
  }
  .xwzx .xwzx-lf {
    width: 100%;
    padding-top: 0;
  }
  .xwzx .xwzx-rt {
    width: 100%;
  }
  .xwzx {
    display: block;
    padding-top: 70px;
    padding-right: 0;
    margin-bottom: 70px;
  }
  .xwzx .xwzx-lf .xwbt-swiper {
    margin-top: 36px;
  }
  .xwzx .xwzx-lf .xwbt-swiper .swiper-wrapper .swiper-slide a:nth-child(2) {
    margin-top: 19px;
    margin-bottom: 12px;
    font-size: 18px;
  }
  .xwzx .xwzx-lf .xwzx-dh .xwzx-pagination .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
    margin: 0 5px;
  }
  .xwzx .xwzx-lf .xwzx-dh .xwzx-pagination .swiper-pagination-bullet-active {
    width: 38px;
  }
  .xwzx .xwzx-rt {
    width: 100%;
    margin-top: 53px;
  }
  .xwzx .xwzx-rt .xwtp-swiper .swiper-wrapper .swiper-slide a p {
    height: 70vw;
  }
  .xwzx .xwzx-lf .xwbt-swiper .swiper-wrapper .swiper-slide a:nth-child(3) {
    font-size: 14px;
  }
  .i-ban .ban-swiper .swiper-wrapper .swiper-slide .slide-bg img {
    max-width: 189%;
    left: -44%;
  }
  .g-gs {
    padding-top: 70px;
  }
  .g-gs .g-gs-lf div {
    font-size: 15px;
    margin-top: 29px;
    line-height: 1.85;
  }
  .g-gs .g-gs-rt {
    margin-top: 59px;
  }
  .g-gs .g-gs-rt div {
    height: 110.8854vw;
  }
  .g-ld {
    padding-top: 75px;
    margin-top: 70px;
  }
  .g-ld .container .g-ld-desc {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.85;
  }
  .g-ld .container .row {
    margin-top: 50px;
  }
  .g-ld .container .row .g-ld-items .g-ld-items-con div:nth-child(2) {
    font-size: 15px;
  }
  .g-ld .container .row .g-ld-items .g-ld-items-con div:nth-child(3) {
    font-size: 13px;
  }
  .g-ld .container .row .g-ld-items {
    margin-bottom: 35px;
  }
  .g-ld .container .row .g-ld-items .g-ld-items-con div:nth-child(1) {
    width: 91%;
    margin: 0 auto;
  }
  .g-ld .container .row .g-ld-items .g-ld-items-con div:nth-child(1) p {
    height: 35.99vw;
  }
  .g-ld-tc .g-ld-tc-con .g-lc-tc-box .g-lc-tc-items .g-lc-tc-items-con .nr div:nth-child(1) {
    font-size: 18px;
  }
  .g-ld-tc .g-ld-tc-con .g-lc-tc-box .g-lc-tc-items .g-lc-tc-items-con .nr div:nth-child(2) {
    font-size: 14px;
  }
  .g-ld-tc .g-ld-tc-con .g-lc-tc-box .g-lc-tc-items .g-lc-tc-items-con .nr {
    margin-top: 10px;
  }
  .g-ld-tc .g-ld-tc-con .g-lc-tc-box .g-lc-tc-items .g-lc-tc-items-con .nr div:nth-child(3) {
    font-size: 14px;
    margin-top: 18px;
  }
  .i-ban .ban-swiper .swiper-wrapper .swiper-slide .slide-con .slide-cont .yc:nth-child(2) {
    margin-bottom: 0;
  }
  .l-lx .l-lx-con .l-lx-items {
    display: block;
  }
  .l-lx .l-lx-con .l-lx-items .l-lx-lf {
    width: 100%;
  }
  .l-lx .l-lx-con .l-lx-items .l-lx-rt {
    width: 100%;
    margin-top: 37px;
  }
  .l-lx .l-lx-con .l-lx-items .l-lx-lf div {
    height: 56.0729vw;
  }
  .l-lx .l-lx-con {
    margin-top: 46px;
  }
  .l-lx .l-lx-con .l-lx-items .l-lx-rt .l-lx-bt {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .l-lx .l-lx-con .l-lx-items .l-lx-rt ul li div:nth-child(2),.l-lx .l-lx-con .l-lx-items .l-lx-rt ul li div:nth-child(2) a {
    font-size: 14px;
  }
  .l-lx .l-lx-con .l-lx-items {
    padding-bottom: 51px;
    margin-bottom: 58px;
  }
  .l-lx .l-lx-con .l-lx-items .l-lx-rt ul li div:nth-child(1) {
    width: 19px;
    height: 22px;
  }
  .i-ban .ban-swiper .swiper-wrapper .swiper-slide .slide-con .slide-cont .yc:nth-child(2) div {
    font-size: 13px;
  }
  .l-ly {
    margin-top: 70px;
    padding-top: 70px;
  }
  .l-ly .container form .l-ly-items p {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .l-ly .container form .l-ly-items div input,
  .l-ly .container form .l-ly-items div textarea {
    padding: 13.5px 24px;
    font-size: 14px;
  }
  .l-ly .container form .l-ly-items {
    width: 100%;
    margin-bottom: 24px;
  }
  .l-ly .container form .l-ly-items div textarea {
    min-height: 160px;
  }
  .l-ly .container form .l-ly-items button {
    width: 130px;
    height: 49px;
    font-size: 15px;
  }
  .l-ly .container form {
    margin-bottom: 70px;
  }
  .gx-con {
    margin-top: 67px;
    margin-bottom: 70px;
  }
  .gx-con .gx-bt {
    margin-top: 47px;
  }
  .gx-con .gx-bt,
  .gx-con .gx-box .gx-items .gx-tit {
    flex-wrap: wrap;
  }
  .gx-con .gx-bt li:nth-child(2),
  .gx-con .gx-box .gx-items .gx-tit li:nth-child(2) {
    width: 40%;
    margin-top: 0;
  }
  .gx-con .gx-bt li:nth-child(1),
  .gx-con .gx-box .gx-items .gx-tit li:nth-child(1) {
    width: 60%;
    margin-top: 0;
  }
  .gx-con .gx-bt li:nth-child(1),
  .gx-con .gx-bt li:nth-child(2) {
    padding-left: 6.5%;
  }
  .gx-con .gx-bt li {
    flex: initial;
    width: 25%;
  }
  .gx-con .gx-box .gx-items .gx-tit li:nth-child(2) {
    font-size: 13px;
  }
  .gx-con .gx-bt {
    display: none;
  }
  .gx-con .gx-box .gx-items .gx-bt {
    display: flex;
    background: #fff;
  }
  .gx-con .gx-bt li {
    background: #015058;
    margin-top: 75px;
  }
  .gx-con .gx-bt,
  .gx-con .gx-box .gx-items .gx-tit {
    padding: 0;
  }
  .gx-con .gx-box .gx-items .gx-tit {
    margin-top: -115px;
  }
  .gx-con .gx-box .gx-items .gx-tit li:nth-child(1),
  .gx-con .gx-box .gx-items .gx-tit li:nth-child(2) {
    margin-bottom: 92px;
    padding-left: 6%;
  }
  .gx-con .gx-box .gx-items .gx-nr {
    width: 100%;
    font-size: 14px;
    margin-top: 27px;
  }
  .gx-con .gx-bt li {
    font-size: 14px;
  }
  .gx-con .gx-box .gx-items .gx-tit li:nth-child(1) div:nth-child(1) {
    font-size: 16px;
  }
  .gx-con .gx-box .gx-items .gx-tit li:nth-child(1) div:nth-child(2) {
    font-size: 14px;
  }
  .gx-con .gx-box .gx-items {
    padding: 48px 0;
  }
  .gx-con .gx-box .gx-items .gx-tit li:nth-child(3) div {
    font-size: 14px;
    height: 42px;
  }
  .gx-con .gx-box .gx-items .gx-tit li:nth-child(3) div p{
      margin-right: 19px;
  }
  .gx-con .gx-bt li {
    padding: 16px 0;
  }
  .gx-con .gx-bt li:nth-child(1),
  .gx-con .gx-bt li:nth-child(3) {
    border-radius: 15px 0 0 15px;
  }
  .gx-con .gx-bt li:nth-child(2),
  .gx-con .gx-bt li:nth-child(6) {
    border-radius: 0 15px 15px 0;
  }
  .pt-ban .ban-swiper .swiper-wrapper .swiper-slide .slide-bg img {
    max-width: 267%;
    left: -80%;
  }
  .pt-con .sy-bt {
    font-size: 20px;
  }
  .pt-con {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .pt-con .pt-cont {
    font-size: 14px;
    line-height: 1.875;
    margin-top: 29px;
  }
  .pt-con .pt-box .row .pt-items {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 52px;
  }
  .pt-con .pt-box .row .pt-items .pt-items-con div:nth-child(1) {
    font-size: 18px;
  }
  .pt-con .pt-box {
    margin-top: 60px;
  }
  .pt-con .pt-box .row .pt-items .pt-items-con div:nth-child(3) {
    font-size: 14px;
  }
  .pt-con .pt-box .row .pt-items .pt-items-con div:nth-child(2) {
    height: 50vw;
  }
  .pt-con .pt-box .row .pt-items:last-child {
    margin-bottom: 0;
  }
  .x-con {
    margin-top: 65px;
    margin-bottom: 65px;
  }
  .x-con .x-box .x-items {
    display: block;
  }
  .x-con .x-box .x-items .x-thumb {
    width: 100%;
    display: block;
  }
  .x-con .x-box .x-items .x-thumb p {
    height: 64.67vw;
  }
  .x-con .x-box {
    margin-top: 51px;
  }
  .x-con .x-box .x-items .x-rt {
    width: 100%;
    margin-top: 43px;
  }
  .x-con .x-box .x-items .x-rt a:nth-child(2) {
    font-size: 18px;
    margin: 19px 0 9px 0;
  }
  .x-con .x-box .x-items .x-rt a:nth-child(3) {
    font-size: 14px;
    margin-bottom: 38px;
  }
  .xshow-con {
    margin-top: 70px;
    margin-bottom: 70px;
    padding: 69px 5.25% 41px;
  }
  .xshow-con .xshow-bt {
    font-size: 18px;
  }
  .xshow-con .xshow-sj {
    font-size: 14px;
    margin-top: 24px;
  }
  .xshow-con .xshow-nr {
    font-size: 14px;
  }
  .xshow-con .xshow-dh p {
    margin-bottom: 12px;
  }
  .xshow-con .xshow-dh p a {
    font-size: 14px;
  }
  .xshow-con .xshow-dh {
    margin-top: 36px;
  }
      .g-ld-tc .g-ld-tc-con .g-lc-tc-box .g-lc-tc-items .g-lc-tc-items-con .tx {
        width: calc(35vw + 10px);
    }
    .g-ld-tc .g-ld-tc-con .g-lc-tc-box .g-lc-tc-items .g-lc-tc-items-con .tx p {
        height: 35vw;
    }
    .g-ld-tc .g-ld-tc-con .g-ld-close {
    top: 24px;
    right: 23px;
    }
        .foot .container .foot-rt .footrt-rt .foot-items:last-child {
        margin-top: 30px;
    }
    .gx-con .gx-bt li {
        font-size: 12px;
    }
    .gx-con .gx-box .gx-items .gx-tit li:nth-child(3) div {
        font-size: 11px;
    }
    .pten-ban .ban-swiper .swiper-wrapper .swiper-slide .slide-con .slide-cont .yc:nth-child(2) div{
            line-height: 1.45;
    }
        .pten-ban .ban-swiper .swiper-wrapper .swiper-slide .slide-bg img {
        max-width: 337%;
        left: -79%;
    }
    .pten-ban .ban-swiper .swiper-wrapper .swiper-slide .slide-con {
        padding-top: 0% !important;
    }
    .home-lb .ban-swiper .swiper-wrapper .swiper-slide .slide-con {
    padding-top: 0% !important;
}
.pten-ban .ban-swiper .swiper-wrapper .swiper-slide .slide-con .slide-cont{
    top: -3vw;
}
.i-ban .ban-swiper .swiper-wrapper .swiper-slide .slide-con .slide-cont .yc:nth-child(2) div{
    letter-spacing: -0.2px;
}
}
