* {
  margin: 0;
  padding: 0;
}

ul,
li {
  list-style: none;
}

.transition_none * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

body {
  font-family: "微软雅黑";
  font-size: 14px;
  color: #333;
  padding-top: 0px;
}

img {
  border: none;
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Poppins, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.15;
}

h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

h5 {
  font-size: 16px;
  font-weight: 550;
  margin-bottom: 10px;
}

a {
  font-size: 14px;
  color: #333;
  text-decoration: none;
}

a:hover {
  text-decoration: none !important;
}

a:link {
  text-decoration: none !important;
}

a:visited {
  text-decoration: none !important;
}

a:active {
  text-decoration: none !important;
}

p {
  font-size: 14px;
}

input {
  outline: none;
  border: none;
}

/* div{
    transition: all 0.5s ease-out; 
}*/
#box {
  width: 100%;
  margin: 0 auto;
}

.header {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}

.header-text {
  width: 1150px;
  margin: 10px auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.header-text p {
  font-size: 13px;
}

.header-dianhua {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  color: #0f77be;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
}

.header-dianhua p {
  /* font-size: 13px; */
}

.header-top {
  width: 100%;
  height: 100px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px 0px;
  background: url(../image/top_bj.jpg);
}

.header-topone {
  width: 1180px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.header-logo {
  display: flex;
  align-items: center;
}

.header-logo p {
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
}
.header-logo span {
  font-size: 11px;
  display: block;
  line-height: 1;
  margin-top: 10px;
}

.header-logo img {
  height: 60px;
  object-fit: contain;
}

.header-dianhuaone {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  position: relative;
  /* top: -60px; */
}
.header-dianhua .tel {
  color: #333;
  font-size: 21px;
  font-weight: bold;
}
.header-dianhua .tel p {
  font-weight: normal;
}
.header-sousuo {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.header-sousuo input {
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
  border-right: none;
  text-indent: 2em;
  font-size: 12px;
  border-radius: 25px 0px 0px 25px;
  box-sizing: border-box;
}

.header-dianhua img {
  padding-right: 10px;
  width: auto !important;
  height: auto !important;
}

.header-sousuo button {
  height: 100%;
  flex-shrink: 0;
  padding: 6px 20px;
  color: #fff;
  background-color: #0f77be;
  border-radius: 0 25px 25px 0;
  border: none;
}

.header-main {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  background: linear-gradient(to left, #0f77be 0%, #0f77be 30%, #64b82e);
}

.headermain-center {
  width: 1200px;
  height: 60px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  /*flex-wrap: wrap;*/
  align-items: center;
  margin: 0 auto;
  padding: 0px;
}

.headermain-center div a {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
}

.headermain-center div {
  width: 100%;
  text-align: center;
  position: relative;
  box-sizing: border-box;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.headermain-center div:last-child {
  border-right: none;
}
.header-nav2 {
  width: 100%;
  height: 0px;
  z-index: 999;
  background-color: #ffffffd6;
  border-radius: 5px;
  box-shadow: 0px 0px 1px #ccc;
  position: absolute;
  transition: all 0.5s ease-out;
  left: 0;
  top: 200%;
  overflow: hidden;
  border-right: none;
}

.header-nav2 li {
  padding: 10px 0;
  text-align: center;
  border-bottom: 1px solid #bbbbbb;
}

.header-nav2 li:hover {
  background-color: #0f77be;
}

.header-nav2 li:hover a {
  color: #fff;
}

.header-nav2 li a {
  color: #333;
  font-weight: 500;
  font-size: 16px;
  padding-bottom: 0px;
}

.headermain-center div:hover .header-nav2 {
  height: auto;
  transition: all 0.5s ease-out;
}

.sanjiao {
  z-index: 999;
  display: none;
  width: 100% !important;
  height: 50px;
  background-image: url(../image/upsanjiao.png);
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-position-y: 50%;
  position: absolute !important;
  /* top: 70%; */
  left: 50%;
  transform: translateX(-50%);
  border: none !important;
}

.headermain-center div:hover .sanjiao {
  display: block;
  transition: all 0.5s ease-out;
}

.header-swiper {
  width: 100%;
  height: auto;
}

.header-swiperimg {
  width: 100%;
  height: 350px;
  position: relative;
  background-size: cover !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.header-swipertext p:nth-child(1) {
  font-size: 35px;
  color: #fff;
}

.header-swipertext p:nth-child(2) {
  font-size: 20px;
  color: #fff;
}

.header-swipertext {
  width: 80%;
  height: 60px;
  margin: 0 auto;
  position: absolute;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  animation: hide-detail 1s ease-in forwards;
  transition: 0.2s;
  transform: scale(0.2);
  opacity: 1;
  transition-delay: 0.2s;
}

@keyframes hide-detail {
  0% {
    opacity: 0;
    transform: scale(0.4);

    bottom: 0%;
    right: 0%;
  }

  50% {
    bottom: 20%;
    right: 10%;
    opacity: 0.5;
    transform: scale(0.6);
  }

  75% {
    bottom: 40%;
    right: 10%;
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.header-swiperimg img {
  width: 100%;
  height: 100%;
  background-size: inherit;
}

.headerswiper,
.headerswiper .swiper-wrapper {
  width: 100%;
  height: 450px;
  background-color: rgba(0, 0, 0, 0.5);
}

.headerswiper .swiper-slide {
  width: 100%;
  height: 450px;
  background-size: cover;
  position: relative;
}

.ffvb {
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 900px;
  transition: 0.8s;
  transform: scale(0.8);
  opacity: 0;
  transition-delay: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.swiper-slide-active .ffvb {
  opacity: 1;
  transform: scale(1);
}

.ffvb p:nth-child(1) {
  font-size: 45px;
  color: #fff;
  margin-bottom: 30px;
  width: 45%;
}

.ffvb p:nth-child(2) {
  font-size: 20px;
  color: #fff;
}

.main {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  margin-bottom: 80px;
  margin-top: 30px;
}

.main1 {
  width: 1200px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  z-index: 2;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mainone {
  width: 100%;
}

.maintitle {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background-color: rgba(244, 244, 244, 1);
  /* margin-top: 20px; */
}

.yqljmain ul {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  margin-top: 20px;
}

.yqljmain ul li {
  /* width: 20%; */
  text-align: center;
  border: 1px solid #e1e1e1;
  padding: 10px 0px;
}

#yqljnav {
  font-size: 18px;
  color: #0f77be;
  font-weight: 700;
  cursor: pointer;
}

.maintitle p {
  padding: 12px 30px;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  transition: all 0.5s ease;
  /* color: #fff; */
  /* background: linear-gradient(to left, #0f77be 0%, #0f77be 30%, #64b82e); */
  /* border-radius: 7px 7px 0 0; */
}
.maintitle p::after {
  content: "";
  display: block;
  width: 7px;
  height: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  background: linear-gradient(to top, #0f77be 0%, #0f77be 30%, #64b82e);
}
.maintitle .tab_top.grid3 p {
  text-align: center;
  white-space: nowrap;
  padding: 12px 20px;
  width: 130px;
  box-sizing: border-box;
}
.maintitle .tab_top p.on {
  color: #fff;
  border-radius: 7px 7px 0 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.maintitle .tab_top.grid3 p::after {
  position: absolute;
  width: 0;
  height: 100%;
  background: linear-gradient(to left, #0f77be 0%, #0f77be 30%, #64b82e);
  transform: translateY(0);
  top: 0;
  left: 0;
  transition: all 0.5s ease;
  z-index: -1;
}
.maintitle .tab_top p.on::after {
  width: 100%;
}
.maintitle small {
  font-size: 16px;
  padding: 5px 10px;
}

.mainonemain {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

.mainonemain-left {
  width: 30%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(51, 51, 51, 0.2);
}

.mainonemain-left > div:nth-child(1) {
  width: 342px;
  height: 205px;
  margin: 10px;
}

.mainonemain-left > div:nth-child(1) img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.mainonemain-left > div:nth-child(2) {
  width: 100%;
  margin: 10px 10px 20px 10px;
}

.mainonemain-right {
  width: 65%;
  display: flex;
  flex-direction: column;
}

.mainonemainright1 {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.mainonemainright1 > div:nth-child(1) {
  width: 161px;
  height: 96.71px;
}

.mainonemainright1 > div:nth-child(1) img {
  width: 100%;
  height: 100%;
}

.mainonemainright1 > div:nth-child(2) {
  width: 75%;
}

.mainonemainright1 > div:nth-child(2) p {
  font-size: 14px;
  line-height: 30px;
  color: #ccc;
}

.mainonemainright2 {
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 5px;
}

.mainonemainright2 div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}

.mainonemainright2 div p {
  display: flex;
  flex-direction: row;
  align-items: center;
  /* flex-wrap: wrap; */
  width: 80%;
}
.mainonemainright2 div p a {
  font-size: 18px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mainonemainright2 div p span {
  font-size: 32px;
  text-align: center;
  display: inline-block;
}

.mainonemain-left div:hover h4 a {
  color: #0f77be;
}

.mainonemainright1 div:hover h4 a {
  color: #0f77be;
}

.mainonemainright2 div:hover p a {
  color: #0f77be;
}
.mainonemainright3 {
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.mainonemainright3 p {
  text-indent: 2em;
  line-height: 2;
  max-height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 10px 0;
  box-sizing: border-box;
  font-size: 18px;
  max-height: 180px;
}
.mainonemainright3 p a {
  font-size: 18px;
  color: #0f77be;
}
.mainonemainright3 img {
  height: 180px;
  border-radius: 7px;
  margin-left: 10px;
}

.mainqiangjia {
  width: 100%;
  margin-bottom: 0px;
}

.mainqiangjia1 {
  width: 96.7%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px;
  background-color: #f4f4f4;
}

.mySwiper {
  width: 80%;
  height: 133px;
}

.mySwiper .swiper-wrapper {
  width: 100%;
  height: 100%;
}

.mySwiper .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
}

.mainqiangjia1 > div:nth-child(1) {
  width: 127px;
  height: 116px;
  background: #0f77be;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.mainqiangjia1 > div:nth-child(1) img {
  width: 80.65px;
  height: 72.15px;
  background-size: 40% !important;
  margin: 0 auto;
}

.mainqiangjia1 .mainqiangjia2 {
  width: 100%;
  height: 100%;
}

.mainqiangjia1 .mainqiangjia2 p {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
}

.mainqiangjia1 .mainqiangjia2 h4 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.mainqiangjia1 .mainqiangjia2 h4 a {
  font-size: 22px;
  color: #0f77be !important;
}
.maintow_xia {
  display: flex;
  justify-content: space-between;
  margin-bottom: 38px;
}
.maintow {
  width: 850px;
  height: 250px;
  display: flex;
  flex-direction: column;
}

.maintow .maintowcenter {
  width: 49%;
}

.mainthree {
  width: 100%;
  height: 120px;
  margin-bottom: 38px;
}
.mainthree img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mainthreeswiper {
  width: 100%;
  height: 100%;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
}

.mainfour {
  margin-top: 20px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  background: url(../image/6a7a8236-b5ff-4ff7-b463-20f25f994e40.jpg);
}

.mainfour-main {
  width: 330px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.mainfourimg1 a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
  height: 70px;
}
.mainfourimg1 a:hover img {
  transition: all 0.5s ease-out;
  transform: rotateZ(360deg);
}

.mainfourimg1 p {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  padding-left: 10px;
  color: #fff;
}
.mainfourimg1:nth-child(1) a {
  background-color: #e9605d;
}
.mainfourimg1:nth-child(2) a {
  background-color: #ff855e;
}
.mainfourimg1:nth-child(3) a {
  background-color: #1a96d2;
}
.mainfourimg1:nth-child(4) a {
  background-color: #fa9636;
}
.mainfourimg1:nth-child(5) a {
  background-color: #449365;
}
.mainfourimg1:nth-child(6) a {
  background-color: #bd63da;
}
.mainfourimg1:nth-child(7) a {
  background-color: #fbba28;
}
.tab_top small a {
  color: #333;
}

.mainfourimg1 img {
  width: 28px;
  height: 28px;
  /* border-radius: 50%; */
  transition: all 0.5s ease-out;
  background-size: cover;
}

.mainfour-main2 {
  margin: 10px 0;
  width: 20%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  padding-left: 20px;
}

.mainfour-main2 div h4 {
  padding: 10px 0px;
  font-size: 22px;
  color: #0f77be;
  font-weight: 700;
  text-align: left;
}

.mainfour-main2 div p {
  margin-top: 20px;
  line-height: 25px;
  font-size: 16px;
  color: #0f77be;

  text-align: left;
}

.mainfour-main2 div a {
  display: inline-block;
  color: #fff;
  width: 104px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #0f77be;
  border-radius: 5px;
  margin: 30px 0;
  padding: 0;
}

.mainfour-main2 div a:hover {
}

.mainfive {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.mainfivecenter {
  width: 32%;
  display: flex;
  flex-direction: column;
}

.mainsix {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.mainsiximg {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.mainsiximg div {
  width: 155px;
  height: 59px;
  margin: 10px 0px;
}

.mainsiximg div img {
  width: 100%;
  height: 100%;
}

.footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: rgba(43, 43, 43, 1);
  background: linear-gradient(to top, #0f77be 0%, #0f77be 30%, #64b82e);
}

.footer-top {
  width: 1200px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 35px auto 50px;
}
.footer-top .ul {
  display: flex;
  gap: 50px;
}
.footer-top ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}
.footer-top ul::before {
  content: "";
  position: absolute;
  top: 0;
  right: -25px;
  width: 1px;
  height: calc(100% - 30px);
  /* background: linear-gradient(to top, #0f77be 0%, #096db1 30%, #48a40e); */
  /* z-index: -1; */
  background: #ffffff1f;
}
.footer-top ul:last-child::before {
  display: none;
}
.footer-top ul li {
  margin: 5px 0;
}

.footer-top ul li h4 a {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

.footer-top ul li a {
  color: #fff;
  font-size: 14px;
}
.footer-top .con {
  color: #fff;
}
.footer-top .con p {
  white-space: nowrap;
  font-size: 14px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.footer-top .con p span {
  display: block;
  font-size: 30px;
  font-family: impact;
  margin-bottom: 10px;
  font-weight: normal;
}
.footer-top .con p i {
  margin-right: 10px;
}
.ewm {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.ewm img {
  width: 90px;
  height: 90px;
}

.ewm h4 {
  font-size: 14px;
  color: #fff;
  padding-left: 15px;
  margin: 10px 0;
}

.footer-bottom {
  width: 100%;
  background-color: rgba(24, 23, 23, 1);
}

.footer-bottom div {
  width: 1200px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 20px 0;
  gap: 10px;
}

.footer-bottom div p {
  color: #ffffff99;
  font-size: 14px;
}

.footer-bottom div p a {
  color: #ffffff99;
  font-size: 14px;
}

.mbx {
  margin: 0px 0;
}

.mbx a {
  color: #666666;
  width: 200px;
  overflow: hidden;
}

.gywm {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.gywm-nav {
  width: 23%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.gywm-nav .gywm-navone div {
  width: 240px;
  height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #0f77be;
  margin: 0;
  padding: 0;
  border-radius: 10px 10px 0 0;
}

.gywm-nav .gywm-navone div h4 {
  text-align: center;
  color: #fff;
  margin-bottom: 0;
}

.gywm-navone {
  background-color: #f5f5f5;
  padding-bottom: 20px;
}

.gywm-nav .gywm-navone ul {
  width: 240px;

  border-radius: 0 0 5px 5px;
}

.gywm-nav .gywm-navone ul li:nth-child(1) {
  margin-top: 20px;
}

.gywm-nav .gywm-navone ul li {
  width: 220px;
  margin: 0 auto;
  margin-top: 20px;
  height: 38px;
  font-size: 16px;
  line-height: 38px;
  text-align: center;
  cursor: pointer;
  background: url(../image/hong.png) no-repeat 10%;
  border-bottom: 1px solid #edebeb;
}

.gywm-nav .gywm-navone ul li a {
  font-size: 16px;
}

.gywm-nav .gywm-navone ul li:hover {
  height: 38px;
  background-color: #0f77be;
  border-radius: 25px;
  color: #fff;
  background: url(../image/bai.png) #0f77be no-repeat 10% !important;
}

.gywm-nav .gywm-navone ul li:hover a {
  color: #fff;
}

.gywm-navtow {
  margin-top: 20px;
  width: 240px;
}

.gywm-navtow > div > h4 {
  width: 100%;
  height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #0f77be;
  margin: 0;
  padding: 0;
  border-radius: 10px 10px 0 0;
  color: #fff;
}

.gywm-dianhua {
  width: 240px;
  background-color: #f5f5f5;
  border-radius: 0 0 5px 5px;
  padding-bottom: 20px;
}

.gywm-dianhua > p {
  font-size: 14px;
  text-align: left;
  padding: 0px 20px;
  line-height: 35px;
}

.gywm-dianhua > p:nth-child(3) {
  display: none;
}

.bbq {
  background: url(../image/bai.png) #0f77be no-repeat 10% !important;
  border-radius: 25px;
  color: #fff;
}

.bbq a {
  color: #fff;
}

.gywm-main {
  width: 76%;
}

.gywm-center {
  width: 100%;
  height: auto;
}

.gywm-centerone {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.gywm-centerone > div:nth-child(1) {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e3e3e3;
}

.gywm-centerone > div {
  margin-bottom: 30px;
}
.gywm-centerone > .huifu {
  width: 100%;
  margin-top: 20px;
}
.gywm-centerone > div:nth-child(2) {
  margin-top: 0px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
table {
  border-collapse: collapse;
}
.table {
  padding-top: 20px;
}
.table table {
  width: 100%;
  border: 1px solid rgb(118, 118, 118);
}
.table table tr th {
  width: 10%;
  line-height: 25px;
}
.table table tr th:nth-child(1) {
  width: 70%;
}
.table table tr td {
  padding: 0 5px;
  line-height: 25px;
  text-align: center;
  border: 1px solid rgb(118, 118, 118);
  transition: all 0.3s;
}
.table table tr:hover td {
  background-color: #edf3ee;
}
.table table tr td:nth-child(1) {
  text-align: left;
}
.table table tr td:nth-child(3) span {
  color: #f40000;
}
.table table tr {
  border-top: 1px solid rgb(118, 118, 118);
}
.gywm-centerone > div:nth-child(2) > .hyyrh {
  margin: 10px 0;
}

.gywm-centerone > div > h4 {
  color: #0f77be;
  padding: 10px 0;
  margin-bottom: 0px;
  border-bottom: 3px solid #0f77be;
}

.gywm-centerone > div > p {
  text-indent: 2em;
  line-height: 2;
  margin: 10px 0;
  color: #333;
}

.gywm-centeroneimg {
  margin: 0 auto;
  width: 100% !important;
  display: flex !important;
  flex-direction: row !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
  flex-wrap: wrap !important;
}

.gywm-centeroneimgcc {
  width: 30%;
  display: flex;
  flex-direction: column;
  margin: 15px;
}

.gywm-centeroneimgcc a {
  width: 30%;
  display: flex;
  flex-direction: column;
  margin: 15px;
}

.gywm-centeroneimgcc > div:nth-child(1) {
  width: 100%;
  height: 180px;
}

.gywm-centeroneimgcc > div:nth-child(1) img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gywm-centeroneimgcc > div:nth-child(2) {
  width: 100%;
  height: 60px;
}
.gywm-centeroneimgcc > div.text {
line-height: 30px;
height: 30px;
overflow: hidden;
    white-space: nowrap;
    margin-top: 10px;
text-align: center;
}

.gywm-centeroneimgcc > div:nth-child(2) > p {
  width: 100%;
  line-height: 60px;
  text-indent: 0.5em;
  text-align: left;
  font-size: 16px;
  color: #333;
  text-align: center;
}

.xhgzone {
  margin: 10px 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  /*box-shadow: 0px 0px 1px #ccc;*/
  /*background-color: #f9f9f9;*/
  /*transition: all 0.3s;*/
}

.xhgzoneimg {
  width: 270px;
  height: 195px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.xhgzoneimg img {
  width: 90%;
  height: 90%;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.5s ease-out;
}

.xhgzone:hover img {
  transform: scale(1.1);
  margin-top: 0px;
  margin-left: 0px;
  transition: all 0.5s ease-out;
}

.xhgzonetext {
  width: 65%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 20px;
}

.xhgzonetext > div:nth-child(1) {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.xhgzonetext > div:nth-child(2) > p {
  line-height: 25px;
}

.xhgzonetext h4 {
  color: #333 !important;
  border: none !important;
  margin-bottom: 0;
  width: 100px;
  text-align: left;
  /*margin-top: 5px;*/
}
.xhgzonetext > div > h4 > a {
  font-size: 16px;
}

.xhgzonetext > div > h4 > a:hover {
  color: #0f77be !important;
}

.shijian {
  flex-shrink: 0;
  color: #999;
}

.xhgzonetext > div {
  margin-top: 15px;
}

.xiangqingbut {
  padding: 5px 20px;
  border-radius: 5px;
  background-color: #0f77be;
}

.xhgzonetext > .xiangqingbut > a {
  color: #fff;
  font-size: 12px;
  padding: 5px 10px;
  transition: all 0.5s ease-out;
}

.xhgzonetext > .xiangqingbut:hover {
  padding: 5px 25px;
}

.xhgzonetext > .xiangqingbut:hover a {
  padding-right: 20px;
  transition: all 0.5s ease-out;
  background: url(../image/jiantouyou.png) no-repeat right;
}

.xhgzform {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.xhgzform > form {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.form-group {
  width: 45%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin: 10px 0;
}

.form-group label {
  width: 20%;
  font-size: 16px;
  color: #333;
}

.form-group input {
  width: 80%;
  height: 40px;
  border: 1px solid rgba(51, 51, 51, 0.1);
  border-radius: 3px;
  text-indent: 1em;
}

.form-textarea {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.form-textarea label {
  margin-bottom: 10px;
  width: 9%;
  font-size: 16px;
  color: #333;
}

.form-textarea > textarea {
  border: none;
  border: 1px solid rgba(51, 51, 51, 0.1);
  border-radius: 3px;
  text-indent: 1em;
  line-height: 25px;
}

.xhgzformbut {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.xhgzformbut > button {
  margin-top: 50px;
  width: 220px;
  height: 40px;
  border: none;
  background-color: #0f77be;
  color: #fff;
  border-radius: 5px;
}

.hyyrhcenter {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  background-color: #f9f9f9;
}

.hyyrhimg {
  width: 45%;
  height: 250px;
}

.hyyrhimg > img {
  width: 100%;
  height: 100%;
}

.hyyrhtext {
  width: 52%;

  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
}

.hyyrhtext > h3 {
  font-size: 28px;
  font-weight: 500;
  margin: 15px 0;
}

.hyyrhtext > p {
  line-height: 30px;
}

.hyyrhtext > h3 > span {
  padding: 8px 25px;
  margin-left: 50px;
  background: linear-gradient(217deg, rgba(255, 0, 0, 0.8), rgba(255, 0, 0, 0) 70.71%), linear-gradient(127deg, rgba(0, 200, 255, 0.8), rgba(0, 255, 0, 0) 70.71%),
    linear-gradient(336deg, rgba(255, 123, 0, 0.8), rgba(0, 0, 255, 0) 70.71%);
}

.rhsmimg {
  width: 100%;
  height: 350px;
}

.rhsmimg img {
  max-width: 912px;
  height: 100%;
}

.rhsmtext {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.rhsmtext > h5 {
  margin: 10px 0;
}

.rhsmtext > p {
  line-height: 30px;
}

.bzfg {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  transition: all 0.5s ease-out;
  margin: 10px 0;
}

.bzfgimg {
  width: 30%;
  height: 144px;
}

.bzfgimg img {
  width: 100%;
  height: 100%;
}

.bzfgmain {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.bzfgmain-title {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

.bzfgmain-titleimg {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}

.bzfgmain-titleimg > img {
  width: 22px;
  height: 22px;
}

.bzfgmain-titleimg {
  color: #808080;
}

.bzfgmainbut {
  width: 100%;
  display: flex;

  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin: 10px 0;
}

.bzfgmainbut a {
  width: 120px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
  border: 1px solid rgba(51, 51, 51, 0.1);
  transition: all 0.5s ease-out;
}

.bzfgmain-title > h4 > a {
  font-size: 18px;

  transition: all 0.5s ease-out;
}

.bzfg:hover .bzfgmain-title > h4 > a {
  padding-left: 25px;
  transition: all 0.5s ease-out;
  color: #0f77be;
}

.bzfg:hover .bzfgmainbut a {
  color: #0f77be;
  transition: all 0.5s ease-out;
  border: 1px solid #0f77be;
}

.xzzxnn {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.hyfcxx {
  width: 77%;
  display: flex;
  flex-direction: column;
}

.hyfc {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.xzzx {
  width: 77%;
  display: flex;
  flex-direction: column;
}

.xzzxtitle {
  width: 100%;

  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #f4f4f4;
}

.xzzxtitle > h4 {
  padding-bottom: 15px;
  margin-bottom: 0;
  font-size: 18px;
  border-bottom: 3px solid #0f77be;
}

.xzzxmain {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.xzzxcenter {
  margin: 20px 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #f2f2f2;
}

.xzzxcenter a {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.xzzxcenter:hover {
  background-color: #f6f6f6;
}

.xzzxcentertext {
  display: flex;
  flex-direction: column;
  padding-left: 10px;
}

.xzzxcenterimg {
  padding-right: 10px;
}
.xzzxcenterimg img {
  width: 32px;
  height: 32px;
}

.xzzxcentertext > p {
  line-height: 30px;
  padding: 5px;
}

.xzzxcentertext > p:nth-child(1) {
  font-size: 16px;
}

.xzzxcentertext > p:nth-child(2) {
  font-size: 14px;
  color: #999;
}

.hyfccenter {
  margin: 20px 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  border: 1px solid #f2f2f2;
  flex-wrap: wrap;
}

.hyfccenterimg {
  width: 30%;
  height: 160px;
}

.hyfccenterimg img {
  width: 100%;
  height: 100%;
  background-size: cover;
}

.hyfccentertext {
  width: 65%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 20px;
}

.hyfccentertext > p:nth-child(1) {
  width: 98%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.hyfccentertext > p:nth-child(1) span {
}

.hyfccentertext > p:nth-child(1) a {
  font-size: 18px;
}

.hyfccentertext > p:nth-child(2) {
  line-height: 30px;
}

.hyfccenter:hover .hyfccentertext > p:nth-child(1) a {
  color: #0f77be;
}

.zpxx {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.zpxxmain {
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  background-color: #f4f4f4;
  margin: 20px;
  margin-left: 0px;
}

.zpxxmain:hover .zpxxmain-title > p:nth-child(1) {
  color: #0f77be;
}

.zpxxmain-title {
  width: 98%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}

.zpxxmain-center {
  width: 95%;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}

.zpxxmain-center1 {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.zpxxmain-center2 {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.zpxxmain-title > p:nth-child(1) {
  font-size: 20px;
  text-indent: 0.5em;
  border-left: 5px solid #0f77be;
}

.zpxxmain-title > p:nth-child(2) {
  color: #808080;
}

.zpxxmain-center1 > p,
.zpxxmain-center2 > p {
  margin-top: 20px;
  margin-bottom: 20px;
}

.lxwm {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
}

.lxwmtext {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.lxwmtext h1 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 24px;
}

.lxwmtext p {
  line-height: 30px;
  margin-bottom: 10px;
}

body {
  margin: 0;
  font: 13px/1.5 "Microsoft YaHei", "Helvetica Neue", "Sans-Serif";
}

.my-map {
  margin: 0 auto;
  width: 900px;
  height: 460px;
}

.my-map .icon {
  background: url(//a.amap.com/lbs-dev-yuntu/static/web/image/tools/creater/marker.png) no-repeat;
}

.my-map .icon-cir {
  height: 31px;
  width: 28px;
}

.my-map .icon-cir-red {
  background-position: -11px -5px;
}

.my-map .icon-cir {
  height: 31px;
  width: 28px;
}

.my-map .icon-cir-red {
  background-position: -11px -5px;
}

.amap-container {
  height: 100%;
}

.myinfowindow {
  width: 240px;
  min-height: 50px;
}

.myinfowindow h5 {
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  font-size: 14px;
  font-weight: bold;
  width: 220px;
  text-overflow: ellipsis;
  word-break: break-all;
  white-space: nowrap;
}

.myinfowindow div {
  margin-top: 10px;
  min-height: 40px;
  line-height: 20px;
  font-size: 13px;
  color: #6f6f6f;
}

.mainqiangjia3 {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0px 38px;
}
.mainqiangjia3 .swiper-pagination-bullet-active {
  background-color: #64b82e !important;
}
.yqljmain {
  width: 100%;

  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.qiangjia3main {
  width: 50%;
  width: 580px;
  height: 380px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.qiangjia3main > ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  border-bottom: 1px solid #e3e3e3;
}

.qiangjia3main > ul > li {
  margin-right: 15px;
  padding: 0px 20px;
  padding-bottom: 10px;
  font-size: 18px;
  cursor: pointer;
  position: relative;
}

.qiangjia3main > ul > li::after {
  transition: all 0.5s ease-out;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 3px;
  background-color: #0f77be;
}

.qiangjia3maincenter {
  width: 100%;

  display: flex;
  flex-direction: column;
}

.qiangjia3maincenter1 {
  width: 100%;
}

.qiangjia3maincenter4 {
  width: 100%;
}

.mainqiangjia3swiper {
  width: 45%;
  width: 587px;
  height: 380px;
}

.mainqiangjia3swiper2 {
  width: 100%;
  height: 380px;
}

.mainqiangjia3swiper2 > .swiper-wrapper {
  width: 100%;
  height: 380px;
}

.mainqiangjia3swiper2 > .swiper-wrapper > .swiper-slide {
  width: 100%;
  height: 380px;
}

.mainqiangjia3swiper2 > .swiper-wrapper > .swiper-slide a {
  display: inline-block;
  width: 100%;
  height: 380px;
}

.qiangjia3maincenter2 {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}

.qiangjia3maincenter2 > div {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 11px 0;
  padding-left: 20px;
  border-bottom: 1px dashed #e3e3e3;
  background-image: url(../image/li_bg.png);
  background-repeat: no-repeat;
  box-sizing: border-box;
}
.mainonemainright3 p a,
.mainonemainright2 div p a,
.mainonemainright3 p,
.qiangjia3maincenter2 > div a {
  font-size: 16px;
}
.mainonemainright2 div small,
.qiangjia3maincenter2 > div small {
  font-size: 15px;
  color: #666;
}
.qiangjia3maincenter3 {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}

.qiangjia3maincenter3 > div {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px 0;
}

.qiangjia3maincenter3 > div > p {
  width: 20%;
  text-align: center;
  margin: 10px 0px;
}

.qiangjia3main > ul > li.xxl::after {
  width: 100%;
}

.yqljxxl {
  /* background-color: #0f77be; */
  /* color: #fff !important; */
}

.qiangjia3maincenter2 > div:nth-child(1) {
  margin-top: 10px;
}
.qiangjia3maincenter2 > div p {
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.qiangjia3maincenter2 > div p a {
  transition: all 0.3s;
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.qiangjia3maincenter2 > div:hover p a {
  color: #0f77be;
}
.mainqiangjia3swiper2 .swiper-pagination {
  display: flex;
  justify-content: flex-end;
  left: inherit !important;
  right: 10px;
  bottom: 14px !important;
  width: auto !important;
}
.mainqiangjia3swiper2 .swiper-pagination .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  background: #0f77be !important;
  border-radius: 0;
}
.mainqiangjia3swiper2 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #64b82e !important;
}
.tab_a small {
  display: none;
  white-space: nowrap;
}
.tab_a small.on {
  display: block;
}
.mainqiangjia3swiper2text {
  width: 100%;
  position: absolute;
  bottom: 0%;
  font-size: 14px;
  color: #fff;
  background-color: rgba(51, 51, 51, 0.8);
  padding: 9px 20% 9px 12px;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.qqb {
  display: none;
}

.mainqiangjia3swiper2 .swiper-button-prev1 {
  background: url(../image/focus_btn.png) no-repeat;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 74px;
  margin-top: -37px;
  left: 0px;
  background-position: 0 -74px;
  cursor: pointer;
  z-index: 999;
}

.mainqiangjia3swiper2 .swiper-button-next1 {
  z-index: 999;
  background: url(../image/focus_btn.png) no-repeat;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 74px;
  margin-top: -37px;
  right: 0px;
  background-position: -40px -74px;
  cursor: pointer;
}

.mainqiangjia3swiper2 .swiper-button-prev1:hover {
  background-position: 0px 0px;
}

.mainqiangjia3swiper2 .swiper-button-next1:hover {
  background-position: -40px 0px;
}

.headerswiper .swiper-button-prev2 {
  background: url(../image/focus_btn.png) no-repeat;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 74px;
  margin-top: -37px;
  left: 0px;
  background-position: 0 -74px;
  cursor: pointer;
  z-index: 999;
}

.headerswiper .swiper-button-next2 {
  z-index: 999;
  background: url(../image/focus_btn.png) no-repeat;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 74px;
  margin-top: -37px;
  right: 0px;
  background-position: -40px -74px;
  cursor: pointer;
}

.headerswiper .swiper-button-prev2:hover {
  background-position: 0px 0px;
}

.headerswiper .swiper-button-next2:hover {
  background-position: -40px 0px;
}

.headerswiper .swiper-pagination .swiper-pagination-bullet {
  width: 60px !important;
  height: 5px;
  border-radius: 25px !important;
}

.swiper-pagination-bullet {
  background: #333 !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  background-color: #0f77be !important;
}

.show2 {
  width: 100%;
}

.show2main {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.show2main p {
  text-indent: 2em;
  line-height: 30px;
}

.show2main img {
}

.show3 {
  width: 100%;
}

.show3main {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.show3center {
  margin-bottom: 5px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  transition: all 0.5s ease-out;
  border-bottom: 1px dashed #f6f6f6;
}

.show3centerbzfg {
  padding-top: 20px;
  background-color: #f4f4f4;
  border-radius: 5px;
  margin-bottom: 15px;
}

.show3center-left {
  width: 80%;
  display: flex;
  flex-direction: column;
}

.show3center-right {
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.show3center-left > p:nth-child(1) {
  line-height: 35px;
}

.show3center-lefttitle {
  margin-left: 10px;
}

.show3center-lefttitle a {
  font-size: 18px !important;
}

.show3center-righttext {
  margin-right: 25px;
}

.show3center-left > p:nth-child(1) a {
  font-size: 14px;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.show3center-left > p:nth-child(1) a span {
  display: flex;
  height: 70px;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to left, #0f77be 0%, #0f77be 30%, #64b82e);
  color: #fff;
  overflow: hidden;
  font-size: 16px;
  line-height: 27px;
}
.show3center-left > p:nth-child(2) {
  font-size: 14px;
  color: #6f6f6f;
  padding-bottom: 20px;
  padding-left: 20px;
  line-height: 30px;
}

.show3center-right > p:nth-child(1) {
  font-size: 14px;
  color: #6f6f6f;
  line-height: 35px;
}

.show3center-right > p:nth-child(2) {
  font-size: 34px;
  padding-bottom: 20px;
  padding-right: 20px;
  font-weight: 700;
  color: #c2c2c2;
}

.show3center:hover {
  margin-left: 20px;
  transition: all 0.5s ease-out;
}

.show3center:hover .show3center-left > p:nth-child(1) a {
  color: #0f77be;
  transition: all 0.5s ease-out;
}

.show3center:hover .show3center-right > p {
  color: #0f77be;
  transition: all 0.5s ease-out;
}

.xqyimg {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.xqyimg img {
  max-width: 920px;
  height: auto;
}
.xqimage {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
}
.textxq {
  display: flex;
  /* align-items: center; */
}
.xqimage img {
  max-width: 100%;
  width: 200px;
  height: 270px;
  object-fit: cover;
}
.xqtext p {
  line-height: 2;
}
.xqytext {
  border-bottom: 1px solid #f2f2f2;
}

.xqytext div {
  width: 100%;
  display: flex;

  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 10px;
}

.xqytext h4 {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
  font-size: 24px;
}

.xqytext div p {
  margin-right: 15px;
  color: #808080;
}

.fenye {
  margin-top: 50px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}

.fenye ul {
  width: 40%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.fenye ul li {
  padding: 8px 15px;
  border: 1px solid #ccc;
}

.fenye ul li:nth-child(2) {
  background-color: #0f77be;
  color: #fff;
}

.fenye ul li:hover {
  background-color: #0f77be;
  color: #fff;
}

.hyfcsousuo {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.hyfcsousuo input {
  width: 420px;
  height: 40px;
  border: 1px solid #ccc;
  border-right: none;
  border-radius: 25px 0px 0px 25px;
  text-indent: 2em;
}

form {
  width: 300px;
  height: 38px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  /* margin-top: 15px; */
}

.hyfcsousuo button {
  border: none;
  padding: 12.5px 20px;
  background-color: #0f77be;
  color: #fff;
  border-radius: 0px 25px 25px 0px;
  margin-left: 0px;
}

.hyfcgsmc {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  margin-top: 50px;
}

.hyfcgsmc > div {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.hyfcgsmc > div > a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.hyfcgsmc > div img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: all 0.3s;
}
.hyfcgsmc > div:hover img {
  transform: scale(1.03);
}

.hyfcgsmc > div p {
  line-height: 60px;
  height: 60px;
  overflow: hidden;
}

.mainseven {
  width: 1200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 38px;
}

.mySwiper2 {
  margin-top: 20px;
  width: 1200px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.mySwiper2 .swiper-wrapper {
  width: 1200px;

  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.mySwiper2 .swiper-wrapper .swiper-slide {
  width: 1200px;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.mySwiper2 .swiper-wrapper .swiper-slide a {
  display: block;
  width: 100%;
}

.mySwiper2 .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 156px;
  background-size: 100%;
  transition: all 0.5s;
}
.mySwiper2 .swiper-wrapper .swiper-slide img:hover {
  transform: scale(1.03);
}
.mySwiper2 .swiper-wrapper .swiper-slide p {
  text-align: center;
  margin-top: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.hyzjhtml {
  margin-top: 20px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.hyzj .maintitle {
  flex-wrap: nowrap;
  border-bottom: 1px solid #ccc;
}
.hyzj .grid3 {
  border-bottom: none;
}
.hyzjhtml > div {
  width: 50%;
  line-height: 40px;

  margin: 0 auto;
}

.hyzjhtml > div > p {
  width: 100%;
  text-align: left;
}

.hyzjhtml > div > p > span {
  font-weight: 700;
  text-align: left;
}

.hyzjdwjs {
  width: 100%;
}

.hyzjdwjs > p {
  margin-top: 30px;
  text-indent: 2em;
  line-height: 30px;
}

.phoneHeader,
.aoniu_nav {
  display: none;
}

.grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  margin-bottom: 38px;
}
.grid .maintowcenter {
  width: 585px;
}
.mainonemainright4 {
  /* height: 200px; */
  padding-top: 20px !important;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  /* grid-gap: 15px; */
}
.grid1 {
  display: flex;
  flex-direction: column;
}
.mainonemainright4 a {
  height: 100%;
  font-size: 16px;
  display: flex;
  flex-direction: row;
  line-height: 40px;
  padding: 0 20px;
  align-items: center;
}
.mainonemainright4 a p {
  min-width: 100px;
  font-size: 16px;
}
.mainonemainright4 a img {
  width: 100%;
  height: 115px;
  object-fit: cover;
  transition: all 0.5s;
}
.mainonemainright4 a:hover img {
  transform: scale(1.03);
}
.mainonemainright4 a p {
  padding: 16px 0;
  line-height: 1;
}
.tab_top {
  display: flex;
  grid-gap: 5px;
}
.tab_top small {
  display: none;
}
.tab_top .on {
  display: block;
}
.tab_box {
  overflow: hidden;
}
.tab_box .mainonemainright4 .a span {
  font-size: 32px;
  text-align: center;
  display: inline-block;
}
.tab_con {
  display: flex;
  width: 100%;
  transform: translateX(0);
  transition: all 0.5s ease-out;
}
.tab_con > div {
  width: 100%;
  flex-shrink: 0;
}
.hyzj {
  margin-bottom: 38px;
}
.hyzj .mainonemainright4 a {
  position: relative;
  display: block;
  box-sizing: border-box;
  border: 1px solid #e3e3e3;
  background: linear-gradient(to left, #0f77be 0%, #0f77be 30%, #64b82e);
  border-radius: 5px;
  overflow: hidden;
}
.hyzj .mainonemainright4 a::after {
  transition: all 0.5s ease-out;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
}
.hyzj .mainonemainright4 a:hover::after {
  opacity: 0.3;
}
.hyzj .mainonemainright4 a img {
  /* object-fit: contain; */
  height: 80px;
}
.hyzj .tab_con {
  position: relative;
}
.hyzj .tab_con > div {
  max-height: 200px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}
.hyzj .tab_con > div.on {
  display: block;
  position: relative;
  opacity: 1;
  z-index: 10;
}
.hyzj .tab_con > .mainonemainright4 p {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  width: 100%;
  height: 100%;
  line-height: 30px;
  text-align: center;
  box-sizing: border-box;
  color: #fff;
  position: relative;
  z-index: 1;
}
.grid2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  margin-bottom: 38px;
}
.grid3 {
  /* display: grid; */
  /* grid-template-columns: repeat(4, 1fr); */
  width: 100%;
  border-bottom: 1px solid #ccc;
}
#yqljnav {
  position: relative;
}
.friend {
  max-height: 175px;
  overflow: auto;
  margin: 10px 13px;
  box-sizing: border-box;
  display: block;
}
.absolute {
  overflow: auto;
  box-sizing: border-box;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  z-index: 999;
  background-color: #fff;
  display: none;
  border: 1px solid #ccc;
}
.friend p {
  text-align: left;
}
.friend a {
  line-height: 2;
}
/* 滚动条 */
.friend::-webkit-scrollbar {
  /* width: 1px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555; */
  display: none;
}
.gywm-centerone .show3main.forge {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.bt {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  background: #f4f4f4;
  font-size: 16px;
}
.bt span {
  line-height: 40px;
  display: block;
  text-align: center;
  width: 20%;
  box-sizing: border-box;
  border-right: 1px solid #000;
}
.bt p {
  line-height: 40px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.gywm-centerone .show3main.forge .show3centerbzfg {
  width: calc(100%);
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-sizing: border-box;
  background: transparent;
  transition: all 0.3s;
}
.gywm-centerone .show3main.forge .show3centerbzfg:hover {
  background: #f4f4f4;
}
.gywm-centerone .show3main.forge .show3centerbzfg .show3center-left {
  width: 100%;
  flex-direction: row;
}
.gywm-centerone .show3main.forge .show3centerbzfg .show3center-left p {
  padding: 0;
  margin: 0;
  text-align: center;
}
.gywm-centerone .show3main.forge .show3centerbzfg .show3center-left p.xh {
  width: 20%;
  border-right: 1px solid #000;
  box-sizing: border-box;
  flex-shrink: 0;
}
.gywm-centerone .show3main.forge .show3centerbzfg .show3center-left a.flex {
  width: 100%;
  line-height: 45px;
  font-size: 16px;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 10px;
  padding-left: 100px;
  text-align: center;
}
.gywm-centerone .show3main.forge .show3centerbzfg .show3center-left a.flex.on {
  color: #0f77be;
}
.gywm-centerone .show3main.forge img {
  width: 100%;
  height: 70px;
  transition: all 0.3s;
}
.gywm-centerone .show3main.forge a:hover img {
  transform: scale(1.03);
}
.mycaseimg img {
  width: auto;
}
.gywm-centerone > div.xhgzlist {
  display: flex;
  width: 100%;
  /* padding: 0 100px; */
  box-sizing: border-box;
  flex-direction: row;
  flex-wrap: wrap;
}
.gywm-centerone > div.xhgzlist .con table {
  border-collapse: collapse;
}
.xqtext table td,
.gywm-centerone > div.xhgzlist .con table td {
  padding: 5px;
}
.gywm-centerone > div.xhgzlist .xhgzoneimg {
  width: 100%;
}
.gywm-centerone > div.xhgzlist .xhgzonetext {
  margin: 0;
  padding: 0px;
  width: 100%;
  height: 40px;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.gywm-centerone > div.xhgzlist .xhgzonetext.p p {
  font-size: 16px;
}
.gywm-centerone > div.xhgzlist .xhgzonetext.p span {
  font-size: 32px;
}
.gywm-centerone > div.xhgzlist .xhgzonetext div {
  align-items: center;
  justify-content: flex-start;
  margin: 0;
}
.gywm-centerone > div.xhgzlist .xhgzonetext .xiangqingbut {
  margin: 0;
  margin-bottom: 15px;
}
.box-form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: auto;
  width: 100%;
}
.box-con {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.box-con label {
  display: flex;
  align-items: center;
}
.box-con label span {
  flex-shrink: 0;
}
.box-con .con1 {
  width: calc(100% / 3 - 20px);
}
.box-con .con2 {
  width: 100%;
}
.box-con input {
  width: 100%;
  height: 30px;
  line-height: 30px;
  border: 1px solid rgb(118, 118, 118);
  border-radius: 3px;
  padding: 0 10px;
}
.box-con textarea {
  width: 100%;
  min-height: 210px;
  line-height: 30px;
  border: 1px solid rgb(118, 118, 118);
  border-radius: 3px;
  padding: 0 10px;
}
.box-form .btn {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}
.box-form .btn input {
  border: 1px solid rgb(118, 118, 118);
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  border-radius: 3px;
}
@media (max-width: 640px) {
  .gywm-centerone .show3main.forge .show3centerbzfg .show3center-left a.flex {
    padding-left: 0px;
  }
  .bt + .bt {
    display: none;
  }
  .gywm-centerone .show3main.forge .show3centerbzfg,
  .bt {
    width: 100%;
  }
  .headerswiper .swiper-slide {
    height: auto;
  }

  .header-swiper {
    padding-top: 60px;
  }

  .header-swiper .header-swiper {
    padding: 0;
  }

  #box {
    min-width: 300px;
  }

  .ffvb {
    width: 100%;
    height: 180px;
    padding: 0 10px;
    box-sizing: border-box;
  }

  .ffvb p:nth-child(1) {
    font-size: 25px;
    width: 60%;
  }

  .header-swiperimg {
    height: 250px;
  }

  .headerswiper,
  .headerswiper .swiper-wrapper {
    height: 300px;
  }

  .mainthree {
    margin-top: 20px;
    height: 20px;
    display: none;
  }
  .yqljmain ul {
    grid-template-columns: repeat(2, 1fr);
    margin: 20px 0;
    position: relative;
  }
  .yqljmain ul li {
    width: 100%;
    padding: 5px 0;
  }
  .yqljmain ul li:nth-child(3) .absolute,
  .yqljmain ul li:nth-child(4) .absolute {
    bottom: 32px;
  }

  .header-text,
  .header-top,
  .header-main,
  .mainqiangjia,
  .footer,
  .gywm-navtow {
    display: none;
  }

  .phoneHeader {
    display: block;
  }

  .phoneHeader {
    width: 100%;
    height: 70px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    position: fixed;
    top: 0px;
    z-index: 999;
    top: 0;
  }

  .phoneHeader > div:nth-child(1) {
    /* width: 55vw; */
    height: 35px;
    margin-left: 10px;
    display: flex;
    align-items: center;
  }

  .phoneHeader > div:nth-child(1) > img {
    height: 100%;
    object-fit: contain;
  }

  .phoneHeader > div:nth-child(1) > p {
    font-size: 19px;
    font-weight: bold;
  }

  .btnfm {
    /* width: 50vw; */
    padding-right: 15px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
  }

  .btnfm > p {
    touch-action: none;
    width: 25px;
    height: 22px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .btnfm > p i {
    font-size: 30px;
    color: #0f77be;
  }
  .btnfm > p > span {
    text-align: right;
    display: block;
    height: 4px;
    width: 100%;
    background-color: black;
  }
  .mainonemainright4 a img {
    height: 130px;
  }
  .foldingMenu {
    position: absolute;
    top: 60px;
    height: calc(100vh);
    background-color: #f2f2f2;
    overflow: hidden;
    width: 0px;
    bottom: 0;
    z-index: 666;
    transition: all 0.5s ease-out;
  }
  .foldingMenu ul {
    overflow: auto;
  }

  .foldingMenu ul li {
    padding-left: 10px;
    padding-right: 10px;
    /* height: 50px; */
    line-height: 50px;
    border-bottom: 1px solid rgb(0 0 0 / 5%);
  }
  .foldingMenu ul li div {
    display: flex;
    justify-content: space-between;
  }

  .foldingMenu ul li > ul {
    display: none;
    /* height: 200px; */
  }

  .foldingMenu ul li div > a {
    font-size: 14px;
    color: #212529;
  }

  .aoniu_nav {
    width: 100%;
    margin: auto;
    display: block;
  }

  .aoniu_nav > ul {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    background-color: #0f77be;
  }

  .aoniu_nav > ul > li {
    width: 100px;
    border-right: 1px solid #ccc;
    background-color: #0f77be;
  }

  .aoniu_nav > ul > li > a {
    color: #ffffff;
    height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .aoniu_nav > ul > li > a > img {
    width: 24px;
    height: 24px;
    margin-bottom: 5px;
  }

  .main {
    width: 95%;
    margin: 20px auto;
  }

  .mainqiangjia3,
  .maintow,
  .mainfive,
  .gywm,
  .xzzxnn {
    flex-direction: column;
  }

  .mainqiangjia3swiper {
    width: 100%;
  }

  .qiangjia3main,
  .maintowcenter,
  .maintow .maintowcenter,
  .mainfour-main2,
  .mainfour-main,
  .mainfivecenter,
  .mainseven,
  .mySwiper2,
  .mySwiper2 .swiper-wrapper,
  .gywm-nav,
  .gywm-main {
    width: 100%;
    margin: 0;
  }

  .mainfourimg1 {
    box-sizing: border-box;
    width: calc(100%);
    padding: 0;
    margin: 0;
  }

  .mySwiper2 .swiper-wrapper .swiper-slide {
    margin-top: 20px;
  }
  .mainqiangjia3swiper,
  .mainqiangjia3swiper2,
  .mainqiangjia3swiper2 > .swiper-wrapper > .swiper-slide,
  .mainqiangjia3swiper2 > .swiper-wrapper > .swiper-slide a {
    height: 260px;
  }
  .mainqiangjia3 {
    margin-top: 50px;
  }
  .mainqiangjia3swiper2text {
    padding-right: 30%;
  }
  .qiangjia3maincenter2 > div p {
    width: 70%;
  }
  .qiangjia3maincenter2 > div p a {
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .qiangjia3main > ul {
    justify-content: space-between;
    padding-top: 30px;
  }

  .qiangjia3main > ul > li {
    padding: 0;
  }

  .qiangjia3maincenter3 > div > p {
    text-align: left;
  }

  .gywm-centerone img {
    width: 100%;
    height: auto;
  }

  #yqljnav {
    font-size: 14px;
    position: initial;
  }

  .xqytext h4 {
    line-height: 30px;
  }

  .qiangjia3maincenter3 > div > p,
  .gywm-nav .gywm-navone ul li {
    width: 50%;
  }

  .gywm-nav .gywm-navone div,
  .gywm-nav .gywm-navone ul,
  .gywm-navone,
  .xhgzoneimg,
  .xhgzonetext,
  .xzzx {
    width: 100%;
  }

  .xzzx {
    margin-top: 20px;
  }

  .gywm-nav .gywm-navone ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .gywm-nav .gywm-navone ul li {
    margin: 0;
    margin-top: 20px;
  }

  .gywm-centeroneimg,
  .xhgzonetext {
    margin: 0;
  }

  .form-group label {
    font-size: 14px;
  }

  .xhgzone {
    box-shadow: 0px 0px 0px #ccc;
    background-color: #fff;
  }

  .xhgzonetext > div:nth-child(1) {
    align-items: center;
  }

  .xhgzonetext h4 {
    /* width: 80%; */
    line-height: 25px;
    margin: 0;
  }

  .shijian {
    width: 20%;
  }

  .show3center-right {
    width: 25%;
  }

  .show3center-right > p:nth-child(2) {
    font-size: 23px;
    padding-right: 10px;
  }

  .show3center-left > p:nth-child(2) {
    padding-left: 10px;
  }

  .gywm-centeroneimgcc {
    width: 45%;
    margin: 0 auto;
  }

  .gywm-centeroneimgcc > div:nth-child(1) {
    height: 130px;
  }

  .gywm-centeroneimgcc > div:nth-child(2) {
    height: auto;
  }

  .gywm-centeroneimgcc a {
    margin: 0;
  }

  .gywm-centeroneimgcc > div:nth-child(2) > p {
  }

  .gywm-nav .gywm-navone div h4 {
    padding-left: 10px;
  }

  .gywm-nav .gywm-navone div {
    align-items: flex-start;
  }

  .form-group {
    width: 100%;
  }

  .form-textarea > textarea,
  .form-textarea label,
  .hyfcgsmc > div,
  .my-map {
    width: 100%;
  }

  .form-textarea {
    flex-direction: column;
  }

  .gywm-centerone > div > p {
    text-indent: 0;
  }

  .header-swipertext {
    width: 57%;
    height: 0;
  }

  .yc {
    display: none;
  }

  .mySwiper2 .swiper-wrapper .swiper-slide img {
    width: 340px;
    height: 200px;
  }

  .swiper-button-prev2,
  .swiper-button-next2 {
    display: none;
  }

  .header-swipertext p:nth-child(2),
  .header-swipertext p:nth-child(1) {
    width: 350px;
    text-align: center;
  }

  .hyfcsousuo input {
    width: 75%;
  }

  .hyfcgsmc > div > a {
    width: 95%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .maintow_xia {
    flex-wrap: wrap;
    gap: 38px;
  }
  .grid .maintowcenter {
    width: 100%;
    overflow: hidden;
  }
  .grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .mainonemainright4 {
    grid-template-columns: repeat(3, 1fr);
  }
  /* 第6个往后全部隐藏 */
  .mainonemainright4 > div:nth-child(n + 7) {
    display: none;
  }
  .grid2 {
    grid-template-columns: repeat(1, 1fr);
  }
  .maintow,
  .qiangjia3main {
    height: auto;
  }
  .mainonemainright3 {
    flex-wrap: wrap;
  }
  .mainonemainright3 img {
    margin: 0;
    width: 100%;
  }
  .mainonemainright3 p {
    max-height: 100%;
    padding: 10px 0;
  }
  .tab_top {
    /* width: 100%; */
    overflow: auto;
  }
  .maintitle p {
    padding: 12px 30px;
    font-size: 15px;
  }
  .maintitle .tab_top.grid3 p::after {
    border: 7px 7px 0 0;
  }
  .hyfcgsmc {
    grid-template-columns: repeat(1, 1fr);
  }
  .hyfcgsmc > div > a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  .xhgzoneimg {
    height: auto;
  }
  .show3center-left {
    width: 70%;
  }
  .gywm-centerone > div.xhgzlist,
  .gywm-centerone .show3main.forge {
    grid-template-columns: repeat(2, 1fr);
  }
  .phoneHeader_left {
    display: flex;
  }
  .qiangjia3maincenter2 > div {
    flex-wrap: nowrap;
  }
  .qiangjia3maincenter2 > div small {
    font-size: 13px;
  }
  .maintitle .tab_top.grid3 p {
    width: calc(100% / 4);
  }
  .maintitle .tab_top.grid3 p {
    padding: 12px 15px;
    white-space: nowrap;
    width: auto;
  }
  .maintitle .tab_top p.on {
    overflow: initial;
  }
  .mainseven {
    margin-bottom: 38px;
  }
}
