
/*å­—ä½“*/
/* @font-face {
	font-family: "Fontke";
	src: url("Fontke.woff2") format("woff2"),
		 url("Fontke.woff") format("woff"),
		 url("Fontke.ttf") format("truetype"),
		 url("Fontke.eot") format("embedded-opentype"),
		 url("Fontke.svg") format("svg"),
		 url("Fontke.otf") format("opentype");
} */

/* html { */
  /* -webkit-text-size-adjust: 100%; */
  /* -ms-text-size-adjust: 100%; */
  /* -webkit-font-smoothing: antialiased; */
  /* -moz-osx-font-smoothing: grayscale; */
  /* font-size: calc(100vw/19.2); */
/* } */

.flex {
  display: flex;
}
.fc {
  display: flex;
  align-items: center;
}
.f-h{
	display: flex;
	flex-direction: column;
}
.fc-h{
	display: flex;
	flex-direction:column;
	align-items: center;
}
.fcc-h{
	display: flex;
	flex-direction: column;
	align-items: center;justify-content: center;
}
.fcc {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fc-bet {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex1 {
  flex: 1;
}
.f-pr {
  position: relative;
}

@media (min-width: 1921px) {
  html {
    /* font-size: 100px; */
  }
}
@media (max-width: 1580px) {
  html {
    /* font-size: 66px; */
  }
}
@media (max-width: 767px) {
  html {
    font-size: calc(100vw/7.5);
  }
}
body {
  min-height: 100%;
  font-family: 'Arial', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei';
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background: #fff;
}
@media (max-width: 1580px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 0.28rem;
  }
}
img {
  border: 0;
  vertical-align: top;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
input,
button {
  -webkit-appearance: none;
  border-radius: 0;
}
button {
  cursor: pointer;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
textarea {
  resize: none;
  overflow: auto;
}
input,
button,
textarea,
select {
  border: 0;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
  color: inherit;
  background: transparent;
}
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
table {
  border-collapse: collapse;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.container {
  margin: 0 auto;
  width: 72.9%;
  max-width: 1350px;
}
@media (max-width: 1580px) {
  .container {
    width: 84%;
  }
}
@media (max-width: 767px) {
  .container {
    width: 89.333333%;
  }
}
.bg-color1 {
  background-color: #fff;
}
.ptb100 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .ptb100 {
    padding-top: 1.2rem;
    padding-bottom: 1.2em;
  }
}
.pt100 {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .pt100 {
    padding-top: 1.2rem;
  }
}
.pb100 {
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .pb100 {
    padding-bottom: 1.2rem;
  }
}
.font48 {
  font-size: 0.48rem;
}
.font16 {
  font-size: 16px;
}
@media (max-width: 1580px) {
  .font16 {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .font16 {
    font-size: 0.28rem;
  }
}
.public-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.2rem;
  min-width: 1rem;
}
.public-img {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.public-img::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.public-img > img {
   position: absolute; 
   top: 0; 
   left: 0; 
   width: 100%; 
   height: 100%; 
   object-fit: cover; 
}

.g-proInfo-l .swiper-wrapper .public-img > img {
    position:relative;
    width: auto;
    height: 350px;
}

#hi-upgrade {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #fff;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}
#hi-upgrade .hi-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -177px 0 0 -450px;
  width: 900px;
}
#hi-upgrade .hi-wrap .hi-title {
  font-size: 30px;
  line-height: 40px;
  color: #333;
}
#hi-upgrade .hi-wrap .hi-close {
  margin: 10px 0;
  display: inline-block;
  cursor: pointer;
  font-size: 18px;
  color: #e9a171;
}
#hi-upgrade .hi-wrap .hi-close:hover {
  text-decoration: underline;
}
#hi-upgrade .hi-wrap .hi-text1 {
  color: #666;
}
#hi-upgrade .hi-wrap .hi-text1 span {
  color: #e9a171;
}
#hi-upgrade .hi-wrap .hi-text2 {
  position: relative;
  margin: 60px 0;
  color: #333;
}
#hi-upgrade .hi-wrap .hi-text2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 100%;
  border-top: 1px solid #ddd;
}
#hi-upgrade .hi-wrap .hi-text2 span {
  position: relative;
  z-index: 5;
  padding: 0 30px;
  background: #fff;
}
#hi-upgrade .hi-wrap .hi-list {
  overflow: hidden;
}
#hi-upgrade .hi-wrap .hi-list li {
  display: inline-block;
  width: 16%;
}
#hi-upgrade .hi-wrap .hi-list li div {
  margin: 0 auto 5px;
  width: 50px;
  height: 50px;
}
#hi-upgrade .hi-wrap .hi-list li a {
  color: #666;
}
#hi-upgrade .hi-wrap .hi-list li a:hover {
  color: #e9a171;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico1 {
  background: url(../image/hi-llq-1.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico2 {
  background: url(../image/hi-llq-2.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico3 {
  background: url(../image/hi-llq-3.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico4 {
  background: url(../image/hi-llq-4.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico5 {
  background: url(../image/hi-llq-5.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico6 {
  background: url(../image/hi-llq-6.jpg) no-repeat center / 100%;
}
#x-home-header11 {
  background: rgba(255, 255, 255, 1);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 18;
  width: 100%;
  line-height: 76px;
  text-align: center;
  color: #333;
  transition: all 0.4s;

}
/*#navbar-left{*/
/*  display: block!important;*/
/*}*/
@media (max-width: 767px) {
  #x-home-header11 {
    padding: 0 0.4rem;
  }
}
#x-home-header11.on {
  top: -100px;
}
#x-home-header11.x-header11-a {
  background: #202020;
}
@media (max-width: 971px) {
  #x-home-header1111 {
    line-height: 60px;
  }
}
#x-home-header11.c-head-move {
  top: -98px;
}
@media (max-width: 971px) {
  #x-home-header11.c-head-move {
    top: -60px;
  }
}
#x-home-header11 .x-con {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 98px;
}
@media (max-width: 971px) {
  #x-home-header11 .x-con {
    height: 60px;
  }
}
#x-home-header11 .x-con .x-logo {
  width: 15.64%;
}
@media (max-width: 1580px) {
  #x-home-header11 .x-con .x-logo {
    width: 15.64%;
  }
}
@media (max-width: 1260px) {
  #x-home-header11 .x-con .x-logo {
    width: 17.5%;
  }
}
@media (max-width: 971px) {
  #x-home-header11 .x-con .x-logo {
    width: 24.5%;
  }
}
@media (max-width: 767px) {
  #x-home-header11 .x-con .x-logo {
    width: 49.5%;
  }
}
#x-home-header11 .x-con .x-logo .x-img1 {
  width: 100%;
  height: 37px;
  overflow: hidden;
}
@media (max-width: 1260px) {
  #x-home-header11 .x-con .x-logo .x-img1 {
    height: 28px;
  }
}
@media (max-width: 971px) {
  #x-home-header11 .x-con .x-logo .x-img1 {
    height: 30px;
  }
}
#x-home-header11 .x-con .x-logo .x-img1 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#x-home-header11 .x-con .x-right-box {

  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 971px) {
  #x-home-header11 .x-con .x-right-box {
    display: none;
  }
}
#x-home-header11 .x-con .x-right-box .x-nav {
  display: flex;
  justify-content: flex-end;
  padding-right: 0.2rem;
}
@media (max-width: 1580px) {
  #x-home-header11 .x-con .x-right-box .x-nav {

  }
}
#x-home-header11 .x-con .x-right-box .x-nav li {
  padding: 0 0.25rem;
}
@media (max-width: 1580px) {
  #x-home-header11 .x-con .x-right-box .x-nav li {
    padding: 0 0.3rem;
  }
}
@media (max-width: 1260px) {
  #x-home-header11 .x-con .x-right-box .x-nav li {
    padding: 0 0.2rem;
  }
}
#x-home-header11 .x-con .x-right-box .x-nav li:hover > a i {
  background: url("https://www.tengen.com/public/static/modules/cms/images/x-jt14.png") no-repeat;
  background-size: contain;
  transform: rotate(180deg);
}
#x-home-header11 .x-con .x-right-box .x-nav li:hover > a::before {
  opacity: 1;
  width: 100%;
  background-color: #1d9c90;
}
#x-home-header11 .x-con .x-right-box .x-nav li.on > a i {
  background: url("https://www.tengen.com/public/static/modules/cms/images/x-jt14.png") no-repeat;
  background-size: contain;
  transform: rotate(180deg);
}
#x-home-header11 .x-con .x-right-box .x-nav li.x-a-cli {
  position: relative;
}
#x-home-header11 .x-con .x-right-box .x-nav li.x-a-cli dl {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  background-color: #f5f5f5;
  padding: 0.3rem 0.3rem 0.35rem 0.3rem;
  display: none;
}
#x-home-header11 .x-con .x-right-box .x-nav li.x-a-cli dl dd {
  line-height: initial;
  margin-bottom: 0.2rem;
}
#x-home-header11 .x-con .x-right-box .x-nav li.x-a-cli dl dd:last-child {
  margin-bottom: 0;
}
#x-home-header11 .x-con .x-right-box .x-nav li.x-a-cli dl dd a {
  color: #333333;
  font-size: 20px;
  line-height: initial;
  white-space: nowrap;
  display: inline-block;
  transition: 0.3s all;
}
@media (max-width: 1580px) {
  #x-home-header11 .x-con .x-right-box .x-nav li.x-a-cli dl dd a {
    font-size: 16px;
  }
}
#x-home-header11 .x-con .x-right-box .x-nav li.x-a-cli dl dd a:hover {
  color: #1d9c90;
}
#x-home-header11 .x-con .x-right-box .x-nav li.x-nav-li-a .x-li-con {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background-color: #f5f5f5;
  padding: 0.6rem 0 0.65rem 0;
  display: none;
}
#x-home-header11 .x-con .x-right-box .x-nav li.x-nav-li-a .x-li-con .container {
  display: flex;
  justify-content: space-between;
}
#x-home-header11 .x-con .x-right-box .x-nav li.x-nav-li-a .x-li-con .container .x-le {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 74.71%;
}
#x-home-header11 .x-con .x-right-box .x-nav li.x-nav-li-a .x-li-con .container .x-le .x-le-li {
  padding-right: 0.5rem;
  width: 36%;
  margin-bottom: 0.45rem;
}
#x-home-header11 .x-con .x-right-box .x-nav li.x-nav-li-a .x-li-con .container .x-le .x-le-li:nth-of-type(3n) {
  padding-right: 0;
  width: 25%;
}
#x-home-header11 .x-con .x-right-box .x-nav li.x-nav-li-a .x-li-con .container .x-le .x-le-li:nth-last-of-type(-n + 2) {
  margin-bottom: 0;
}
#x-home-header11 .x-con .x-right-box .x-nav li.x-nav-li-a .x-li-con .container .x-le .x-le-li .x-title {
  font-size: 20px;
  color: #333333;
  line-height: initial;
  display: block;
  text-align: left;
  transition: 0.3s all;
}
@media (max-width: 1580px) {
  #x-home-header11 .x-con .x-right-box .x-nav li.x-nav-li-a .x-li-con .container .x-le .x-le-li .x-title {
    font-size: 16px;
  }
}
#x-home-header11 .x-con .x-right-box .x-nav li.x-nav-li-a .x-li-con .container .x-le .x-le-li .x-title:hover {
  color: #1d9c90;
}
#x-home-header11 .x-con .x-right-box .x-nav li.x-nav-li-a .x-li-con .container .x-le .x-le-li .x-title:hover span {
  background-size: 100% 100%;
}
#x-home-header11 .x-con .x-right-box .x-nav li.x-nav-li-a .x-li-con .container .x-le .x-le-li .x-title span {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 93%, #1d9c90 100%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: 0.3s;
  display: initial;
}
#x-home-header11 .x-con .x-right-box .x-nav li.x-nav-li-a .x-li-con .container .x-le .x-le-li .x-xia a {
  display: block;
  color: #666666;
  line-height: initial;
  text-align: left;
  margin-top: 0.17rem;
  transition: 0.3s all;
}
#x-home-header11 .x-con .x-right-box .x-nav li.x-nav-li-a .x-li-con .container .x-le .x-le-li .x-xia a:hover {
  color: #1d9c90;
}
#x-home-header11 .x-con .x-right-box .x-nav li.x-nav-li-a .x-li-con .container .x-le-la {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 74.71%;
}
#x-home-header11 .x-con .x-right-box .x-nav li.x-nav-li-a .x-li-con .container .x-le-la .x-le-li {
  width: 25%;
  padding-bottom: 25px;
}
#x-home-header11 .x-con .x-right-box .x-nav li.x-nav-li-a .x-li-con .container .x-le-la .x-le-li .x-title {
  font-size: 20px;
  color: #333333;
  line-height: initial;
  display: block;
  text-align: left;
}
@media (max-width: 1580px) {
  #x-home-header11 .x-con .x-right-box .x-nav li.x-nav-li-a .x-li-con .container .x-le-la .x-le-li .x-title {
    font-size: 16px;
  }
}
#x-home-header11 .x-con .x-right-box .x-nav li.x-nav-li-a .x-li-con .container .x-le-la .x-le-li .x-title:hover {
  color: #1d9c90;
}
#x-home-header11 .x-con .x-right-box .x-nav li.x-nav-li-a .x-li-con .container .x-le-la .x-le-li .x-title:hover span {
  background-size: 100% 100%;
}
#x-home-header11 .x-con .x-right-box .x-nav li.x-nav-li-a .x-li-con .container .x-le-la .x-le-li .x-title:hover svg {
  width: 7px;
  height: 13px;
  transform: translateX(4px);
}
#x-home-header11 .x-con .x-right-box .x-nav li.x-nav-li-a .x-li-con .container .x-le-la .x-le-li .x-title:hover svg path {
  fill: #1d9c90;
}
#x-home-header11 .x-con .x-right-box .x-nav li.x-nav-li-a .x-li-con .container .x-le-la .x-le-li .x-title span {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 93%, #1d9c90 100%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: 0.3s;
  display: initial;
}
#x-home-header11 .x-con .x-right-box .x-nav li.x-nav-li-a .x-li-con .container .x-le-la .x-le-li .x-title svg {
  width: 7px;
  height: 13px;
  transition: 0.3s all;
  margin-left: 8px;
}
@media (max-width: 1580px) {
  #x-home-header11 .x-con .x-right-box .x-nav li.x-nav-li-a .x-li-con .container .x-le-la .x-le-li .x-title svg {
    width: 6px;
    height: 10px;
  }
}
#x-home-header11 .x-con .x-right-box .x-nav li.x-nav-li-a .x-li-con .container .x-le-la .x-le-li .x-title svg path {
  fill: #333;
}
#x-home-header11 .x-con .x-right-box .x-nav li.x-nav-li-a .x-li-con .container .x-le-la .x-le-li .x-la-xia a {
  display: block;
  color: #666666;
  line-height: initial;
  text-align: left;
  margin-top: 0.17rem;
  transition: 0.3s all;
}
#x-home-header11 .x-con .x-right-box .x-nav li.x-nav-li-a .x-li-con .container .x-le-la .x-le-li .x-la-xia a:hover {
  color: #1d9c90;
}
#x-home-header11 .x-con .x-right-box .x-nav li.x-nav-li-a .x-li-con .container .x-ri {
  width: 25.29%;
}
#x-home-header11 .x-con .x-right-box .x-nav li.x-nav-li-a .x-li-con .container .x-ri a {
  display: block;
  line-height: 1.5;
  text-align: left;
}
#x-home-header11 .x-con .x-right-box .x-nav li.x-nav-li-a .x-li-con .container .x-ri a:hover .public-img img {
  transform: scale(1.1);
}
#x-home-header11 .x-con .x-right-box .x-nav li.x-nav-li-a .x-li-con .container .x-ri a:hover .x-title span {
  background-size: 100% 100%;
  color: #1d9c90;
}
#x-home-header11 .x-con .x-right-box .x-nav li.x-nav-li-a .x-li-con .container .x-ri a .public-img {
  border-radius: 5px;
}
#x-home-header11 .x-con .x-right-box .x-nav li.x-nav-li-a .x-li-con .container .x-ri a .public-img::before {
  padding-top: 62.81%;
}
#x-home-header11 .x-con .x-right-box .x-nav li.x-nav-li-a .x-li-con .container .x-ri a .public-img img {
  transition: 0.5s all;
}
#x-home-header11 .x-con .x-right-box .x-nav li.x-nav-li-a .x-li-con .container .x-ri a .x-title {
  font-size: 20px;
  color: #333;
  margin: 0.22rem 0 0 0;
  padding-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (max-width: 1580px) {
  #x-home-header11 .x-con .x-right-box .x-nav li.x-nav-li-a .x-li-con .container .x-ri a .x-title {
    font-size: 16px;
  }
}
#x-home-header11 .x-con .x-right-box .x-nav li.x-nav-li-a .x-li-con .container .x-ri a .x-title span {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 93%, #1d9c90 100%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: 0.3s;
  display: initial;
}
#x-home-header11 .x-con .x-right-box .x-nav li.x-nav-li-a .x-li-con .container .x-ri a p {
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#x-home-header11 .x-con .x-right-box .x-nav li > a {
  display: block;
  color: #333;
  font-size: 20px;
  position: relative;
  padding: 0 2px;
  white-space: nowrap;
}
@media (max-width: 1260px) {
  #x-home-header11 .x-con .x-right-box .x-nav li > a {
    font-size: 14px !important;
  }
}
#x-home-header11 .x-con .x-right-box .x-nav li > a::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background-color: #fff;
  transition: 0.5s all;
  opacity: 0;
}
@media (max-width: 1580px) {
  #x-home-header11 .x-con .x-right-box .x-nav li > a {
    font-size: 16px;
  }
}
#x-home-header11 .x-con .x-right-box .x-ri-ss {
  line-height: initial;

  cursor: pointer;
  position: relative;
  transition: 0.5s all;
}
@media (max-width: 1260px) {
  #x-home-header11 .x-con .x-right-box .x-ri-ss {
    display: none;
  }
}
#x-home-header11 .x-con .x-right-box .x-ri-ss.on .x-ri-img {
  background-color: #f5f5f5;
}
#x-home-header11 .x-con .x-right-box .x-ri-ss.on .x-in-form {
  background-color: #f5f5f5;
}
#x-home-header11 .x-con .x-right-box .x-ri-ss.on .x-in-form form {
  width: 2.6rem;
}
@media (max-width: 1580px) {
  #x-home-header11 .x-con .x-right-box .x-ri-ss.on .x-in-form form {
    width: 2.5rem;
  }
}
@media (max-width: 1260px) {
  #x-home-header11 .x-con .x-right-box .x-ri-ss.on .x-in-form form {
    width: 150px;
  }
}
#x-home-header11 .x-con .x-right-box .x-ri-ss .x-ri-img {
  margin-right: 10px;
}
#x-home-header11 .x-con .x-right-box .x-ri-ss img {
  width: 21px;
  height: 21px;
  object-fit: contain;
  position: relative;
  z-index: 5;
}
#x-home-header11 .x-con .x-right-box .x-ri-ss img:nth-of-type(2) {
  display: none;
}
#x-home-header11 .x-con .x-right-box .x-ri-ss img:nth-of-type(3) {
  display: none;
}
#x-home-header11 .x-con .x-right-box .x-ri-ss .x-in-form {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -5px;
  width: auto;
  border-radius: 19px;
}
#x-home-header11 .x-con .x-right-box .x-ri-ss .x-in-form form {
  height: 38px;
  line-height: 38px;
  border-radius: 30px;
  transition: 0.5s all;
  width: 0;
  overflow: hidden;
  z-index: 6;
}
@media (max-width: 1580px) {
  #x-home-header11 .x-con .x-right-box .x-ri-ss .x-in-form form {
    height: 32px;
    line-height: 32px;
  }
}
#x-home-header11 .x-con .x-right-box .x-ri-ss .x-in-form form input {
  padding: 0 60px 0 20px;
  color: #333;
  font-size: 14px;
  width: 100%;
}
#x-home-header11 .x-con .x-right-box .x-ri-yy {
  line-height: initial;
  margin-left: 0.3rem;
  position: relative;
  cursor: pointer;
}
#x-home-header11 .x-con .x-right-box .x-ri-yy img {
  width: 21px;
  height: 21px;
  object-fit: contain;
}
#x-home-header11 .x-con .x-right-box .x-ri-yy .x-yy-d {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  padding: 0 0.2rem;
  display: none;
  padding-top: 20px;
}
#x-home-header11 .x-con .x-right-box .x-ri-yy .x-yy-d a {
  display: inline-block;
  font-size: 18px;
  margin: 10px 0;
  color: #333;
  transition: 0.3s all;
}
@media (max-width: 1580px) {
  #x-home-header11 .x-con .x-right-box .x-ri-yy .x-yy-d a {
    font-size: 16px;
  }
}
#x-home-header11 .x-con .x-right-box .x-ri-yy .x-yy-d a:hover {
  color: #1d9c90;
}
#x-home-header11 .x-con .x-daohan {
  cursor: pointer;
  z-index: 14;
  display: none;
}
@media (max-width: 971px) {
  #x-home-header11 .x-con .x-daohan {
    display: block;
  }
}
#x-home-header11 .x-con .x-daohan:hover i:nth-of-type(1),
#x-home-header11 .x-con .x-daohan:hover i:nth-of-type(3) {
  width: 30px;
}
#x-home-header11 .x-con .x-daohan i {
  display: block;
  position: relative;
  height: 2px;
  background-color: currentColor;
  margin: 6px 0 6px auto;
  border-radius: 1.5px;
  -webkit-transition: width 0.2s ease-out, opacity 0.2s ease;
  -moz-transition: width 0.2s ease-out, opacity 0.2s ease;
  transition: width 0.2s ease-out, opacity 0.2s ease;
}
#x-home-header11 .x-con .x-daohan i:nth-of-type(1),
#x-home-header11 .x-con .x-daohan i:nth-of-type(3) {
  width: 30px;
  margin-top: 0;
}
#x-home-header11 .x-con .x-daohan i:nth-of-type(2) {
  width: 30px;
}
#x-home-header11 .x-con .x-daohan i:nth-of-type(3) {
  margin-bottom: 0;
}
#x-home-header11 .x-con .x-nav3 {
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  height: 0;
  font-size: 14px;
  line-height: 50px;
  overflow-y: auto;
  background: #202020;
  transition: all 0.5s;
}
#x-home-header11 .x-con .x-nav3 > li:first-child {
  border-top: 1px solid #f1f1f1;
}
#x-home-header11 .x-con .x-nav3 > li .x-na-box {
  position: relative;
}
#x-home-header11 .x-con .x-nav3 > li .x-na-box.on svg {
  transform: translateY(-50%) rotate(270deg);
}
#x-home-header11 .x-con .x-nav3 > li .x-na-box svg {
  width: 18px;
  height: 12px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transition: 0.3s all;
}
#x-home-header11 .x-con .x-nav3 > li a {
  display: block;
  margin: 0 20px;
  border-bottom: 1px solid #f1f1f1;
  text-align: left;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  opacity: 0.8;
}
#x-home-header11 .x-con .x-nav3 > li a:hover {
  opacity: 1;
}
#x-home-header11 .x-con .x-nav3 > li a:hover i {
  background: url("../image/x-jt2.png") no-repeat center;
  background-size: contain;
}
#x-home-header11 .x-con .x-nav3 > li a i {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: url("../image/x-jt2.png") no-repeat center;
  background-size: contain;
}
#x-home-header11 .x-con .x-nav3 > li ul {
  display: none;
}
#x-home-header11 .x-con .x-nav3 > li ul li .x-m-xl {
  margin: 0 20px;
  border-bottom: 1px solid rgba(241, 241, 241, 0.8);
  padding-right: 40px;
  position: relative;
}
#x-home-header11 .x-con .x-nav3 > li ul li .x-m-xl.on svg {
  transform: translateY(-50%) rotate(270deg);
}
#x-home-header11 .x-con .x-nav3 > li ul li .x-m-xl a {
  border-bottom: none;
  margin: 0;
  opacity: 0.8;
}
#x-home-header11 .x-con .x-nav3 > li ul li .x-m-xl svg {
  width: 18px;
  height: 12px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transition: 0.3s all;
}
#x-home-header11 .x-con .x-nav3 > li ul li a {
  padding-left: 0.25rem;
}
#x-home-header11 .x-con .x-nav3 > li ul li a:hover {
  opacity: 1;
}
#x-home-header11 .x-con .x-nav3 > li ul li .x-m-nav {
  display: none;
  padding-left: 20px;
}
#x-home-header11 .x-con .x-nav3 > li ul li .x-m-nav .x-m-da {
  padding-left: 0;
  margin: 0 20px 0 0;
  line-height: 1;
  padding-top: 20px;
}
#x-home-header11 .x-con .x-nav3 > li ul li .x-m-nav .x-m-da:last-child {
  padding-bottom: 20px;
}
#x-home-header11 .x-con .x-nav3 > li ul li .x-m-nav .x-m-da:last-child {
  border-bottom: 1px solid rgba(241, 241, 241, 0.8);
}
#x-home-header11 .x-con .x-nav3 > li ul li .x-m-nav .x-m-da a {
  border-bottom: none;
  opacity: 0.6;
}
#x-home-header11 .x-con .x-nav3 .x-language {
  display: flex;
  margin: 0.6rem 20px 0 20px;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.6rem;
}
#x-home-header11 .x-con .x-nav3 .x-language .x-lan-le {
  display: flex;
  align-items: center;
  width: 24%;
}
@media (max-width: 321px) {
  #x-home-header11 .x-con .x-nav3 .x-language .x-lan-le {
    width: 30%;
  }
}
#x-home-header11 .x-con .x-nav3 .x-language .x-lan-le .x-im {
  width: 22px;
  height: 22px;
}
#x-home-header11 .x-con .x-nav3 .x-language .x-lan-le .x-en {
  position: relative;
}
#x-home-header11 .x-con .x-nav3 .x-language .x-lan-le .x-en:hover .x-en-xl {
  display: block;
}
#x-home-header11 .x-con .x-nav3 .x-language .x-lan-le .x-en span {
  font-size: 16px;
  color: #fff;
  position: relative;
  display: inline-block;
  margin-left: 5px;
}
#x-home-header11 .x-con .x-nav3 .x-language .x-lan-le .x-en span svg {
  width: 18px;
  height: 12px;
  transform: rotate(90deg);
  margin-left: 5px;
}
#x-home-header11 .x-con .x-nav3 .x-language .x-lan-le .x-en .x-en-xl {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  display: none;
}
#x-home-header11 .x-con .x-nav3 .x-language .x-lan-le .x-en .x-en-xl a {
  margin: 10px 0;
  padding: 0 10px;
  line-height: initial;
  border: none;
  color: #333;
}
#x-home-header11 .x-con .x-nav3 .x-language .x-lan-ri {
  width: 76%;
}
@media (max-width: 321px) {
  #x-home-header11 .x-con .x-nav3 .x-language .x-lan-ri {
    width: 68%;
  }
}
#x-home-header11 .x-con .x-nav3 .x-language .x-lan-ri form {
  background-color: #fff;
  border-radius: 20px;
  height: 0.72rem;
  display: flex;
  align-items: center;
}
#x-home-header11 .x-con .x-nav3 .x-language .x-lan-ri form input {
  width: 80%;
  padding: 0 0.3rem;
}
#x-home-header11 .x-con .x-nav3 .x-language .x-lan-ri form button {
  width: 20%;
}
#x-home-header11 .x-con .x-nav3 .x-language .x-lan-ri form button img {
  width: 22px;
  height: 22px;
}
body.c-open {
  overflow: hidden;
}
body.c-open #x-home-header11 .x-daohan i:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.c-open #x-home-header11 .x-daohan i:nth-child(3) {
  bottom: 8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
body.c-open #x-home-header11 .x-daohan i:nth-child(2) {
  opacity: 0;
}
body.c-open #x-home-header11 .x-nav3 {
  height: calc(100% - 60px);
}
#c-placeholder {
  height: 98px;
}
@media (max-width: 971px) {
  #c-placeholder {
    height: 60px;
  }
}
#x-home-header11.on2 {
  background: #fff;
}
#x-home-header11.on2 .container .x-right-box .x-nav li:hover a {
  color: #cd1928;
}
#x-home-header11.on2 .container .x-right-box .x-nav li:hover a i {
  background: url(https://www.tengen.com/public/static/modules/cms/images/x-jt14.png) no-repeat;
  background-size: contain;
  transform: rotate(180deg);
}
#x-home-header11.on2 .container .x-right-box .x-nav li.on > a {
  color: #cd1928;
}
#x-home-header11.on2 .container .x-right-box .x-nav li.on > a i {
  background: url(https://www.tengen.com/public/static/modules/cms/images/x-jt14.png) no-repeat;
  background-size: contain;
  transform: rotate(180deg);
}
#x-home-header11.on2 .container .x-right-box .x-nav li > a {
  color: #333;
}
#x-home-header11.on2 .container .x-right-box .x-nav li > a i {
  background: url(https://www.tengen.com/public/static/modules/cms/images/x-jt13.png) no-repeat;
  background-size: contain;
  transform: rotate(0);
}
#x-home-header11.on2 .container .x-right-box .x-ri-ss .x-ri-img:hover img:nth-of-type(2) {
  display: block;
}
#x-home-header11.on2 .container .x-right-box .x-ri-ss .x-ri-img:hover img:nth-of-type(3) {
  display: none;
}
#x-home-header11.on2 .container .x-right-box .x-ri-ss img:nth-of-type(1) {
  display: none;
}
#x-home-header11.on2 .container .x-right-box .x-ri-ss img:nth-of-type(2) {
  display: none;
}
#x-home-header11.on2 .container .x-right-box .x-ri-ss img:nth-of-type(3) {
  display: block;
}
#x-home-header11.c-style2 {
  background: #fff;
}
#x-home-header11.c-style2 .container .x-right-box .x-nav li:hover > a {
  color: #cd1928;
}
#x-home-header11.c-style2 .container .x-right-box .x-nav li:hover > a i {
  background: url(https://www.tengen.com/public/static/modules/cms/images/x-jt14.png) no-repeat;
  background-size: contain;
}
#x-home-header11.c-style2 .container .x-right-box .x-nav li > a {
  color: #333;
}
#x-home-header11.c-style2 .container .x-right-box .x-nav li > a i {
  background: url(https://www.tengen.com/public/static/modules/cms/images/x-jt13.png) no-repeat;
  background-size: contain;
}
#x-home-header11.c-style2 .container .x-right-box .x-ri-ss .x-ri-img:hover img:nth-of-type(2) {
  display: block;
}
#x-home-header11.c-style2 .container .x-right-box .x-ri-ss .x-ri-img:hover img:nth-of-type(3) {
  display: none;
}
#x-home-header11.c-style2 .container .x-right-box .x-ri-ss img:nth-of-type(1) {
  display: none;
}
#x-home-header11.c-style2 .container .x-right-box .x-ri-ss img:nth-of-type(2) {
  display: none;
}
#x-home-header11.c-style2 .container .x-right-box .x-ri-ss img:nth-of-type(3) {
  display: block;
}
#x-home-header11.c-style2 .container .x-daohan i {
  background-color: #333;
}
.x-index1 .swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100vh;
  position: relative;
}
.x-index1 .swiper .swiper-wrapper .swiper-slide::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 0;
}
.x-index1 .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-index1 .swiper .swiper-wrapper .swiper-slide .x-i-title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
}
.x-index1 .swiper .swiper-wrapper .swiper-slide .x-i-title .x-ti {
  font-size: 0.6rem;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 767px) {
  .x-index1 .swiper .swiper-wrapper .swiper-slide .x-i-title .x-ti {
    line-height: 1.2;
  }
}
.x-index1 .swiper .swiper-wrapper .swiper-slide .x-dx-box {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 34%;
  left: 74.5%;
  display: none;
}
.x-index1 .swiper .swiper-wrapper .swiper-slide .x-dx-box:hover .x-text-box {
  width: 3.35rem;
  padding: 0.15rem 0.5rem 0.15rem 0.35rem;
}
.x-index1 .swiper .swiper-wrapper .swiper-slide .x-dx-box:hover .x-dx-bj img {
  display: none;
}
.x-index1 .swiper .swiper-wrapper .swiper-slide .x-dx-box:hover .x-dx-bj img:nth-of-type(1) {
  opacity: 0;
}
.x-index1 .swiper .swiper-wrapper .swiper-slide .x-dx-box:hover .x-dx-bj img:nth-of-type(2) {
  opacity: 1;
}
.x-index1 .swiper .swiper-wrapper .swiper-slide .x-dx-box .x-text-box {
  overflow: hidden;
  width: 0;
  position: absolute;
  left: 14px;
  transition: 0.3s all;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.92);
}
.x-index1 .swiper .swiper-wrapper .swiper-slide .x-dx-box .x-text-box .x-text {
  padding: 0;
  width: calc(3.35rem - 0.55rem);
}
.x-index1 .swiper .swiper-wrapper .swiper-slide .x-dx-box .x-text-box .x-text .x-title {
  font-size: 20px;
  color: #1d9c90;
}
.x-index1 .swiper .swiper-wrapper .swiper-slide .x-dx-box .x-text-box .x-text .x-title img {
  width: 7px;
  height: 12px;
  object-fit: contain;
  vertical-align: middle;
  margin-left: 10px;
}
.x-index1 .swiper .swiper-wrapper .swiper-slide .x-dx-box .x-text-box .x-text .x-p {
  font-size: 18px;
  color: #666666;
}
.x-index1 .swiper .swiper-wrapper .swiper-slide .x-dx-box .x-dx-bj {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 6;
  background-color: #1d9c90;
}
.x-index1 .swiper .swiper-wrapper .swiper-slide .x-dx-box .x-dx-bj::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
}
.x-index1 .swiper .swiper-wrapper .swiper-slide .x-dx-box .x-dx-bj img {
  transition: 0.3s all;
}
.x-index1 .swiper .swiper-wrapper .swiper-slide .x-dx-box .x-dx-bj img:nth-of-type(1) {
  opacity: 1;
}
.x-index1 .swiper .swiper-wrapper .swiper-slide .x-dx-box .x-dx-bj img:nth-of-type(2) {
  opacity: 0;
}
.x-index1 .swiper .swiper-wrapper .swiper-slide .x-dx-box i {
  position: absolute;
  flex: 0 0 50px;
  border-radius: 50%;
  background: #1d9c90;
  min-width: 50px;
  height: 50px;
  animation: scalemap2 2s linear infinite;
  -moz-animation: scalemap2 2s linear infinite;
  -webkit-animation: scalemap2 2s linear infinite;
}
.x-index1 .swiper .swiper-wrapper .swiper-slide .x-dx-box i:nth-of-type(2) {
  min-width: 80px;
  height: 80px;
  animation: scalemap 2s linear infinite;
  -moz-animation: scalemap 2s linear infinite;
  -webkit-animation: scalemap 2s linear infinite;
}
.x-index1 .swiper .swiper-pagination {
  bottom: 45px;
}
@media (max-width: 767px) {
  .x-index1 .swiper .swiper-pagination {
    display: none;
  }
}
.x-index1 .swiper .swiper-pagination .swiper-pagination-bullet {
  width: auto;
  height: auto;
  min-width: 1.07rem;
  background-color: transparent !important;
  opacity: 1;
  position: relative;
  color: #999999;
  text-align: center;
  margin: 0 0.3rem;
  font-size: 20px;
}
@media (max-width: 1580px) {
  .x-index1 .swiper .swiper-pagination .swiper-pagination-bullet {
    font-size: 16px;
  }
}
.x-index1 .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #333;
}
.x-index1 .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  -webkit-animation: sw_pa2 6s linear;
  animation: sw_pa2 6s linear;
}
.x-index1 .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  opacity: 1;
}
.x-index1 .swiper .swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  width: 0;
  height: 3px;
  background-color: #1d9c90;
  position: absolute;
  left: 0;
  bottom: -12px;
  z-index: 2;
}
@media (max-width: 1580px) {
  .x-index1 .swiper .swiper-pagination .swiper-pagination-bullet::before {
    bottom: -8px;
  }
}
.x-index1 .swiper .swiper-pagination .swiper-pagination-bullet::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  bottom: -12px;
  z-index: 1;
}
@media (max-width: 1580px) {
  .x-index1 .swiper .swiper-pagination .swiper-pagination-bullet::after {
    bottom: -8px;
  }
}
@keyframes scalemap {
  0% {
    transform: scale(0.2);
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-moz-keyframes scalemap {
  0% {
    transform: scale(0.2);
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-webkit-keyframes scalemap {
  0% {
    transform: scale(0.2);
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-o-keyframes scalemap {
  0% {
    transform: scale(0.2);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes scalemap2 {
  0% {
    transform: scale(0.2);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@-moz-keyframes scalemap2 {
  0% {
    transform: scale(0.2);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes scalemap2 {
  0% {
    transform: scale(0.2);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes scalemap2 {
  0% {
    transform: scale(0.2);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sw_pa2 {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.pro_show_js_con * {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  /* Firefox 4 */
  -webkit-transition: all 0.3s;
  /* Safari å’Œ Chrome */
  -o-transition: all 0.3s;
  /* Opera */
}
.x-index-public {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.x-index-public .x-title {
  text-transform: uppercase;
}
.x-index-public .x-public-a {
  transition: 0.3s all;
}
.x-index-public .x-public-a:hover {
  background-color: #1d9c90;
  color: #fff;
}
.x-public-a {
  width: 2.4rem;
  border: 1px solid #1d9c90;
  height: 0.62rem;
  line-height: 0.62rem;
  font-size: 18px;
  font-weight: bold;
  color: #1d9c90;text-align: center;
  border-radius: 5px;
  display: inline-block;
}
@media (max-width: 1580px) {
  .x-public-a {
    height: 44px;
    line-height: 44px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .x-public-a {

    font-size: 14px;
    height: 36px;
    line-height: 36px;
  }
}
.x-public-b {
  padding: 0 0.22rem;
  background-color: #1d9c90;
  border: 1px solid #fff;
  color: #fff;
  height: 0.46rem;
  line-height: 0.46rem;
  display: inline-block;
  border-radius: 5px;
  font-weight: bold;
}
@media (max-width: 1580px) {
  .x-public-b {
    height: 42px;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  .x-public-b {
    height: 38px;
    line-height: 38px;
  }
}
.x-public-b:hover i {
  transform: translateX(8px);
}
.x-public-b i {
  display: inline-block;
  width: 7px;
  height: 12px;
  background: url("../image/x-jt1.png") no-repeat center;
  background-size: contain;
  margin-left: 10px;
  transition: 0.3s all;
}
@media (max-width: 767px) {
  .x-public-b i {
    height: 10px;
  }
}
.x-index2 {
  padding: 0.2rem 0 1rem 0;
}
@media (max-width: 767px) {
  .x-index2 {
    padding: 0.2rem 0 0.8rem 0;
  }
}
.x-index2 .container .x-xia {
  padding-top: 0.36rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .x-index2 .container .x-xia {
    flex-wrap: wrap;
  }
}
.x-index2 .container .x-xia .pro_box {
  width: 50%;
  margin-right: 4px;
  position: relative;
  overflow: hidden;
  height: 5.24rem;
  transition: all 0.8s;
}
@media (max-width: 1580px) {
  .x-index2 .container .x-xia .pro_box {
    height: 6.5rem;
  }
}
@media (max-width: 767px) {
  .x-index2 .container .x-xia .pro_box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.4rem;
    height: 100%;
  }
}
.x-index2 .container .x-xia .pro_box.on {
  width: 4.3rem;
  flex-shrink: 0;
}
@media (max-width: 1580px) {
  .x-index2 .container .x-xia .pro_box.on {
    width: 5.5rem;
  }
}
@media (max-width: 767px) {
  .x-index2 .container .x-xia .pro_box.on {
    width: 100%;
  }
}
.x-index2 .container .x-xia .pro_box.on .pro_con {
  opacity: 1;
}
.x-index2 .container .x-xia .pro_box:last-child {
  margin-right: 0;
}
.x-index2 .container .x-xia .pro_box .pro_box_bj {
  width: 100%;
  height: 100%;
  position: relative;
  left: 0;
  transition: all 0.8s;
}
@media (max-width: 767px) {
  .x-index2 .container .x-xia .pro_box .pro_box_bj {
    display: none;
  }
}
.x-index2 .container .x-xia .pro_box .pro_box_bj::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 0;
}
.x-index2 .container .x-xia .pro_box .pro_box_bj .pro_box_bj_img {
  width: 100%;
  height: 100%;
}
.x-index2 .container .x-xia .pro_box .pro_box_bj .pro_box_bj_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-index2 .container .x-xia .pro_box .pro_box_bj h3 {
  display: flex;
  align-items: flex-end;
  padding: 0 0.1rem 0.3rem 0.1rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;text-align: center;
  justify-content: center;
  color: #fff;
  font-size: 0.3rem;
  line-height: 1;
}
.x-index2 .container .x-xia .pro_box .pro_con {
  position: absolute;
  width: 4.3rem;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  transition: all 0.5s;
  background: rgba(243, 243, 243, 0.98);
  opacity: 0;
}
@media (max-width: 1580px) {
  .x-index2 .container .x-xia .pro_box .pro_con {
    width: 5.5rem;
  }
}
@media (max-width: 767px) {
  .x-index2 .container .x-xia .pro_box .pro_con {
    width: 100%;
    left: 0;
    position: initial;
    overflow: hidden;
    opacity: 1;
  }
}
.x-index2 .container .x-xia .pro_box .pro_con .pro_con_img {
  margin-top: 0.2rem;
}
@media (max-width: 1580px) {
  .x-index2 .container .x-xia .pro_box .pro_con .pro_con_img {
    margin-top: 0.6rem;
  }
}
@media (max-width: 767px) {
  .x-index2 .container .x-xia .pro_box .pro_con .pro_con_img {
    margin: 0.4rem 0;
  }
}
.x-index2 .container .x-xia .pro_box .pro_con .pro_con_img img {
  width: 100%;
  height: 2.7rem;
  object-fit: contain;
}
@media (max-width: 767px) {
  .x-index2 .container .x-xia .pro_box .pro_con .pro_con_img img {
    height: 3.5rem;
  }
}
.x-index2 .container .x-xia .pro_box .pro_con .pro_con_txt {
  padding: 0 0.3rem 0.4rem 0.4rem;
}
@media (max-width: 1580px) {
  .x-index2 .container .x-xia .pro_box .pro_con .pro_con_txt {
    margin-top: 1rem;
  }
}
.x-index2 .container .x-xia .pro_box .pro_con .pro_con_txt h3 {
  font-size: 0.3rem;
  width: 3rem;
  line-height: 1;
  margin-bottom: 0.1rem;
}
@media (max-width: 767px) {
  .x-index2 .container .x-xia .pro_box .pro_con .pro_con_txt h3 {
    width: 100%;
    font-size: 0.38rem;
    margin-bottom: 0.2rem;
  }
}
.x-index2 .container .x-xia .pro_box .pro_con .pro_con_txt p {
  font-size: 18px;
  opacity: 0.6;
  margin-bottom: 0.25rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (max-width: 1580px) {
  .x-index2 .container .x-xia .pro_box .pro_con .pro_con_txt p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .x-index2 .container .x-xia .pro_box .pro_con .pro_con_txt p {
    font-size: 14px;
  }
}
.x-index2 .container .x-xia .pro_box .pro_con .pro_con_txt img {
  width: 1.15rem;
  height: auto;
  position: absolute;
  bottom: 0.3rem;
  left: 0.3rem;
  z-index: 10;
}
.x-index3 {
  position: relative;
}
.x-index3 .x-video {
  width: 100%;
  height: 6rem;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 1580px) {
  .x-index3 .x-video {
    height: 10.2rem;
  }
}
@media (max-width: 767px) {
  .x-index3 .x-video {
    height: 73vh;
    position: relative;
  }
}
.x-index3 .x-video .x-video-box {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  position: relative;
}
.x-index3 .x-video .x-video-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.5);
  z-index: 2;
}
.x-index3 .x-video .x-video-box img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  transform: scale(1.5);
}
.x-index3 .x-video .x-video-d {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(29, 255, 144, 0.2) url(../image/wenli.png);
  z-index: 2;
  opacity: 0.5;
}

.x-index3 .x-text {
  position: absolute;
  top: 0;
  left:0.74rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 3;
  height: 100%;
}
@media (min-width: 1921px) {
  .x-index3 .x-text {
    left: 0.73rem;
  }
}
@media (max-width: 1580px) {
  .x-index3 .x-text {
    left: 8%;
  }
}
@media (max-width: 767px) {
  .x-index3 .x-text {
    position: initial;
    flex-wrap: wrap;
    padding: 0.4rem;
  }
}
.x-index3 .x-text .x-left {
  width: 41%;
}
@media (max-width: 1580px) {
  .x-index3 .x-text .x-left {
    width: 38%;
  }
}
@media (max-width: 1260px) {
  .x-index3 .x-text .x-left {
    width: 45%;
  }
}
@media (max-width: 971px) {
  .x-index3 .x-text .x-left {
    width: 51%;
  }
}
@media (max-width: 767px) {
  .x-index3 .x-text .x-left {
    width: 100%;

    left: 0;
    padding: 0 0rem;
    z-index: 6;
	margin-bottom: 0.4rem;
  }
}
.x-index3 .x-text .x-left .x-title {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .x-index3 .x-text .x-left .x-title {
    font-size: 0.38rem;
    font-weight: initial;
  }
}
.x-index3 .x-text .x-left .x-p {
  color: #ffffff;
  line-height: 1.1;
  margin: 0.15rem 0 0.25rem 0;
}
@media (max-width: 767px) {
  .x-index3 .x-text .x-left .x-p {
    font-size: 0.6rem;
  }
}
.x-index3 .x-text .x-left .x-p2 {
  font-size: 18px;
  color: #fff;
  opacity: 0.8;
}
@media (max-width: 1580px) {
  .x-index3 .x-text .x-left .x-p2 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
}
.x-index3 .x-text .x-left .x-public-a {
  background-color: #1d9c90;
  color: #fff;
  margin-top: 0.5rem;
  transition: 0.3s all;
}
.x-index3 .x-text .x-left .x-public-a:hover {
  opacity: 0.8;
}
.x-index3 .x-text .x-right {
  width: 42.22%;
  height: 100%;
}
@media (max-width: 767px) {
  .x-index3 .x-text .x-right {
    width: 100%;
  }
}
.x-index3 .x-text .x-right ul {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
@media (max-width: 767px) {
  .x-index3 .x-text .x-right ul {
    justify-content: space-between;
  }
}
.x-index3 .x-text .x-right ul li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-left: 1px solid rgba(255, 255, 255, 0.35);
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  padding: 0 0.7rem;
}
@media (max-width: 767px) {
  .x-index3 .x-text .x-right ul li {
    width: 48%;
    padding: 0.2rem 0;
    flex-wrap: wrap;
    background-color: #1d9c90;
    margin-bottom: 4%;
  }
}
.x-index3 .x-text .x-right ul li:last-child {
  border-bottom: none;
}
@media (max-width: 767px) {
  .x-index3 .x-text .x-right ul li .x-le {
    width: 100%;
    text-align: center;
  }
}
.x-index3 .x-text .x-right ul li .x-le .x-shuzi {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .x-index3 .x-text .x-right ul li .x-le .x-shuzi {
    justify-content: center;
    margin-top: 0.2rem;
  }
}
.x-index3 .x-text .x-right ul li .x-le .x-shuzi p {
  color: #fff;
  font-size: 0.6rem;
  line-height: 1;
  display: inline-block;
}
@media (max-width: 767px) {
}
.x-index3 .x-text .x-right ul li .x-le .x-shuzi span {
  font-size: 0.24rem;
  color: #fff;
  line-height: 1;
}
@media (max-width: 767px) {
}
.x-index3 .x-text .x-right ul li .x-le .x-p {
  font-size: 18px;
  color: #fff;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .x-index3 .x-text .x-right ul li .x-le .x-p {
    font-size: 14px;
    margin-top: 0;
  }
}
.x-index3 .x-text .x-right ul li .x-ri {
  width: 0.92rem;
  height: 0.92rem;
}
@media (max-width: 767px) {
  .x-index3 .x-text .x-right ul li .x-ri {
    width: 1rem;
    height: 1rem;
    order: -1;
    margin: 0 auto;
  }
}
.x-index3 .x-text .x-right ul li .x-ri img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 767px) {
  .x-index3 .x-text .x-right ul li .x-ri img {
    display: none;
  }
}
.x-index3 .x-text .x-right ul li .x-ri img:nth-of-type(2) {
  display: none;
}
@media (max-width: 767px) {
  .x-index3 .x-text .x-right ul li .x-ri img:nth-of-type(2) {
    display: block;
  }
}
.x-index4 {
  padding: 1rem 0;
}
@media (max-width: 767px) {
  .x-index4 {
    padding: 0.5rem 0 0.8rem 0;
  }
}
.x-index4 .container ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 0.36rem;
}
.x-index4 .container ul li {
  width: 31.92%;
  margin-right: 2.12%;
}
@media (max-width: 767px) {
  .x-index4 .container ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.4rem;
  }
}
.x-index4 .container ul li:hover a .public-img img {
  transform: scale(1.1);
}
.x-index4 .container ul li:hover a .x-text {
  margin-top: -65px;
}
@media (max-width: 971px) {
  .x-index4 .container ul li:hover a .x-text {
    margin-top: -50px;
  }
}
@media (max-width: 767px) {
  .x-index4 .container ul li:hover a .x-text {
    margin-top: 0;
  }
}
.x-index4 .container ul li:hover a .x-text .x-title {
  color: #1d9c90;
}
.x-index4 .container ul li:hover a .x-text .x-p {
  height: 65px;
}
@media (max-width: 971px) {
  .x-index4 .container ul li:hover a .x-text .x-p {
    height: 50px;
  }
}
@media (max-width: 767px) {
  .x-index4 .container ul li:hover a .x-text .x-p {
    height: auto;
  }
}
.x-index4 .container ul li:nth-of-type(3n) {
  margin-right: 0;
}
.x-index4 .container ul li a .public-img {
  border-radius: 5px;
}
.x-index4 .container ul li a .public-img::before {
  padding-top: 62.63%;
}
.x-index4 .container ul li a .public-img::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(29, 156, 144, 0.2);
  position: absolute;
  left: 0;
  top: 0;
}
.x-index4 .container ul li a .public-img img {
  transition: 0.5s all;
}
.x-index4 .container ul li a .x-text {
  transition: 0.3s all;
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding-bottom: 0;
}
.x-index4 .container ul li a .x-text span {
  color: #999999;
  display: inline-block;
  margin: 0.2rem 0 0.1rem 0;
}
.x-index4 .container ul li a .x-text .x-title {
  font-size: 0.24rem;
  color: #333333;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: 0.3s all;
}
@media (max-width: 1580px) {
  .x-index4 .container ul li a .x-text .x-title {
    font-size: 0.28rem;
  }
}
@media (max-width: 767px) {
  .x-index4 .container ul li a .x-text .x-title {
    font-size: 0.38rem;
  }
}
.x-index4 .container ul li a .x-text .x-p {
  height: 0;
  overflow: hidden;
  transition: 0.3s all;
}
@media (max-width: 767px) {
  .x-index4 .container ul li a .x-text .x-p {
    display: none;
  }
}
.x-index4 .container ul li a .x-text .x-p p {
  color: #999999;
  margin-top: 0.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.x-index5 .x-con {
  position: relative;
}
.x-index5 .x-con .x-img {
  width: 100%;
  height: 4.1rem;
}
@media (max-width: 767px) {
  .x-index5 .x-con .x-img {
    height: 4.8rem;
  }
}
.x-index5 .x-con .x-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .x-index5 .x-con .x-img img.x-pc {
    display: none;
  }
}
.x-index5 .x-con .x-img img.x-m {
  display: none;
}
@media (max-width: 767px) {
  .x-index5 .x-con .x-img img.x-m {
    display: block;
  }
}
.x-index5 .x-con .x-text {
  position: absolute;
  top: 50%;
  left: 2.6rem;
  transform: translateY(-50%);
  width: 7rem;
}
@media (min-width: 1921px) {
  .x-index5 .x-con .x-text {
    left: 5.6rem;
  }
}
@media (max-width: 1580px) {
  .x-index5 .x-con .x-text {
    left: 8%;
  }
}
@media (max-width: 767px) {
  .x-index5 .x-con .x-text {
    left: 0;
    padding: 0 0.4rem;
  }
}
.x-index5 .x-con .x-text .x-title {
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}
.x-index5 .x-con .x-text p {
  line-height: 1.2;
  color: #fff;
  margin: 5px 0 0.3rem 0;
}
.x-index5 .x-con .x-text .x-public-a {
  background-color: #1d9c90;
  color: #fff;
  transition: 0.3s all;
}
.x-index5 .x-con .x-text .x-public-a:hover {
  opacity: 0.8;
}
.x-foot11 .container .x-top {
  display: flex;
  justify-content: space-between;
  padding: 0.8rem 0 0.6rem 0;
}
@media (max-width: 971px) {
  .x-foot11 .container .x-top {
    padding-bottom: 0.6rem;
  }
}
@media (max-width: 767px) {
  .x-foot11 .container .x-top {
    flex-wrap: wrap;
  }
}
.x-foot11 .container .x-top .x-left {
  width: 27.14%;
}
@media (max-width: 971px) {
  .x-foot11 .container .x-top .x-left {
    width: 100%;
  }
}
.x-foot11 .container .x-top .x-left .x-lo {
  display: inline-block;
  width: 190px;
}
.x-foot11 .container .x-top .x-left .x-lo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-foot11 .container .x-top .x-left .x-p1 {
  font-weight: bold;
}
.x-foot11 .container .x-top .x-left .x-p2 {
  font-size: 14px;
  margin-top: 2px;
}
.x-foot11 .container .x-top .x-left .x-form {
  width: 3.75rem;
  height: 42px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  margin: 0.15rem 0 0.25rem 0;
}
@media (max-width: 971px) {
  .x-foot11 .container .x-top .x-left .x-form {
    width: 4.75rem;
  }
}
@media (max-width: 767px) {
  .x-foot11 .container .x-top .x-left .x-form {
    width: 100%;
  }
}
.x-foot11 .container .x-top .x-left .x-form input {
  height: 100%;
  width: 68%;
  color: #999999;
  padding: 0 10px;
  border: 1px solid #dedede;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.x-foot11 .container .x-top .x-left .x-form input::placeholder {
  color: #999999;
}
.x-foot11 .container .x-top .x-left .x-form button {
  background-color: #1d9c90;
  color: #fff;
  width: 32%;
  height: 100%;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  transition: 0.3s all;
}
.x-foot11 .container .x-top .x-left .x-form button:hover {
  opacity: 0.8;
}
.x-foot11 .container .x-top .x-left .x-fx a {
  margin-right: 12px;
}
.x-foot11 .container .x-top .x-left .x-fx a:hover svg path {
  fill: #1d9c90;
}
.x-foot11 .container .x-top .x-left .x-fx a svg {
  width: 30px;
  height: 30px;
}
.x-foot11 .container .x-top .x-left .x-fx a svg path {
  transition: 0.3s all;
}
.x-foot11 .container .x-top .x-left .x-con-us {
  margin: 0.2rem 0;
}
.x-foot11 .container .x-top .x-left .x-con-us p {
  margin-top: 0.14rem;
  display: flex;
}
.x-foot11 .container .x-top .x-left .x-con-us p:nth-of-type(1) svg {
  width: 20px;
  height: 18px;
}
.x-foot11 .container .x-top .x-left .x-con-us p:nth-of-type(2) svg {
  width: 22px;
  height: 22px;
  margin-right: 0.08rem;
  margin-left: -0.02rem;
}
.x-foot11 .container .x-top .x-left .x-con-us p:nth-of-type(3) svg {
  width: 16px;
  height: 16px;
}
.x-foot11 .container .x-top .x-left .x-con-us p:nth-of-type(4) {
  align-items: center;
}
.x-foot11 .container .x-top .x-left .x-con-us p svg {
  width: 17px;
  height: 13px;
  margin-right: 0.1rem;
  flex-shrink: 0;
}
.x-foot11 .container .x-top .x-left .x-con-us p svg path {
  fill: #1d9c90;
}
.x-foot11 .container .x-top .x-right {
 /* width: 64.285%; */
}
@media (max-width: 971px) {
  .x-foot11 .container .x-top .x-right {
    display: none;
  }
}
@media (max-width: 767px) {
  .x-foot11 .container .x-top .x-right {
    display: block;
    width: 100%;
    margin-top: 0.2rem;
  }
}
.x-foot11 .container .x-top .x-right ul {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .x-foot11 .container .x-top .x-right ul {
    flex-wrap: wrap;
  }
}
.x-foot11 .container .x-top .x-right ul li {
  margin-right: 0.55rem;
  max-width: 22%;
}
@media (max-width: 767px) {
  .x-foot11 .container .x-top .x-right ul li {
    margin-right: 0;
    max-width: initial;
    width: 100%;
    padding: 0.2rem 0 0 0;
  }
  .x-foot11 .container .x-top .x-right ul li.on .x-title::before {
    background: url("../image/x-comm3.png") no-repeat center;
    background-size: contain;
  }
}
.x-foot11 .container .x-top .x-right ul li:last-child {
  margin-right: 0;
}
.x-foot11 .container .x-top .x-right ul li:last-child .x-title {
  border-bottom: none;
}
.x-foot11 .container .x-top .x-right ul li .x-title {
  color: #333;
  text-transform: uppercase;
  font-weight: bold;
}
@media (max-width: 767px) {
  .x-foot11 .container .x-top .x-right ul li .x-title {
    padding-bottom: 0.2rem;
    border-bottom: 1px solid #d6d6d6;
    position: relative;
  }
  .x-foot11 .container .x-top .x-right ul li .x-title::before {
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    right: 0;
    top: 0.05rem;
    background: url("../image/x-comm2.png") no-repeat center;
    background-size: contain;
  }
}
@media (max-width: 767px) {
  .x-foot11 .container .x-top .x-right ul li .x-li-a {
    display: none;
  }
}
.x-foot11 .container .x-top .x-right ul li a {
  display: block;
  color: #333;
  margin-top: 0.14rem;
  transition: 0.3s all;
}
.x-foot11 .container .x-top .x-right ul li a:hover {
  color: #1d9c90;
}
.x-foot11 .container .x-xia {
  display: block;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 22px 0;
  border-top: 1px solid #d6d6d6;
}
@media (max-width: 767px) {
  .x-foot11 .container .x-xia {
    padding: 10px 0;
  }
}
.x-foot11 .container .x-xia p {
  text-align: center;
  color: #999999;
  font-size: 14px;
}
.x-foot11 .container .x-xia .x-right {
  color: #999999;
}
@media (max-width: 767px) {
  .x-foot11 .container .x-xia .x-right {
    margin-top: 0.1rem;
  }
}
.x-foot11 .container .x-xia .x-right a {
  color: #999999;
  transition: 0.3s all;
  font-size: 14px;
  display: inline-block;
}
.x-foot11 .container .x-xia .x-right a:hover {
  color: #1d9c90;
}
.x-ny-banner .x-con {
  position: relative;
}
@media (max-width: 767px) {
  .x-ny-banner .x-con .public-img .x-pc-img {
    display: none;
  }
}
.x-ny-banner .x-con .public-img .x-m-img {
  display: none;
}
@media (max-width: 767px) {
  .x-ny-banner .x-con .public-img .x-m-img {
    display: block;
  }
}
.x-ny-banner .x-con .public-img::before {
  padding-top: 26.04%;
}
@media (max-width: 1260px) {
  .x-ny-banner .x-con .public-img::before {
    padding-top: 29.04%;
  }
}
@media (max-width: 971px) {
  .x-ny-banner .x-con .public-img::before {
    padding-top: 42.04%;
  }
}
@media (max-width: 767px) {
  .x-ny-banner .x-con .public-img::before {
    padding-top: 67.04%;
  }
}
.x-ny-banner .x-con .x-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
  text-align: center;
  padding: 0 5%;
}
.x-ny-banner .x-con .x-text .x-title {
  color: #fff;
}
.x-ny-banner .x-con .x-bread {
  position: absolute;
  bottom: 25px;
  z-index: 2;
  width: 100%;
}
@media (max-width: 767px) {
  .x-ny-banner .x-con .x-bread {
    bottom: 10px;
  }
}
.x-ny-banner .x-con .x-bread .container {
  color: #fff;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .x-ny-banner .x-con .x-bread .container {
    flex-wrap: initial;
    overflow: hidden;
  }
}
.x-ny-banner .x-con .x-bread .container .x-img {
  width: 22px;
  height: 26px;
  margin-right: 10px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .x-ny-banner .x-con .x-bread .container .x-img {
    margin-right: 4px;
  }
}
.x-ny-banner .x-con .x-bread .container .x-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-ny-banner .x-con .x-bread .container a {
  color: #fff;
}
@media (max-width: 767px) {
  .x-ny-banner .x-con .x-bread .container a {
    white-space: nowrap;
  }
}
.x-ny-banner .x-con .x-bread .container span {
  margin: 0 10px;
}
@media (max-width: 767px) {
  .x-ny-banner .x-con .x-bread .container span {
    margin: 0 8px;
  }
}
.x-solut1 {
  background-color: #f5f5f5;
  padding: 0.8rem 0;
}
@media (max-width: 767px) {
  .x-solut1 {
    padding: 1rem 0;
  }
}
.x-solut1 .container ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-solut1 .container ul li {
  width: 49.28%;
  position: relative;
  margin-bottom: 0.2rem;
}
@media (max-width: 767px) {
  .x-solut1 .container ul li {
    width: 100%;
    margin-bottom: 0.4rem;
  }
}
.x-solut1 .container ul li a {
  display: block;
}
.x-solut1 .container ul li a:hover .public-img img {
  transform: scale(1.1);
}
.x-solut1 .container ul li a:hover .x-text .x-public-b {
  height: 0.46rem;
  margin-bottom: 0.15rem;
}
@media (max-width: 1580px) {
  .x-solut1 .container ul li a:hover .x-text .x-public-b {
    height: 42px;
  }
}
@media (max-width: 767px) {
  .x-solut1 .container ul li a:hover .x-text .x-public-b {
    height: 38px;
    margin-bottom: 0;
  }
}
.x-solut1 .container ul li a .public-img {
  border-radius: 5px;
  margin-top: 0.1rem;
}
.x-solut1 .container ul li a .public-img::before {
  padding-top: 59.56%;
}
@media (max-width: 971px) {
  .x-solut1 .container ul li a .public-img::before {
    padding-top: 68.56%;
  }
}
.x-solut1 .container ul li a .public-img::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../image/x-solu9.png") no-repeat bottom;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.x-solut1 .container ul li a .public-img img {
  transition: 0.5s all;
}
.x-solut1 .container ul li a .x-text {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  padding: 0 2.6rem 0.1rem 0.4rem;
}
@media (max-width: 1260px) {
  .x-solut1 .container ul li a .x-text {
    padding-right: 0.1rem;
  }
}
@media (max-width: 767px) {
  .x-solut1 .container ul li a .x-text {
    padding-bottom: 0.2rem;
  }
}
.x-solut1 .container ul li a .x-text .x-title {
  font-size: 0.3rem;
  color: #ffffff;
}
@media (max-width: 767px) {
  .x-solut1 .container ul li a .x-text .x-title {
    font-size: 0.38rem;
  }
}
.x-solut1 .container ul li a .x-text .x-p {
  font-size: 18px;
  color: #ffffff;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 1580px) {
  .x-solut1 .container ul li a .x-text .x-p {
    font-size: 16px;
  }
}
@media (max-width: 971px) {
  .x-solut1 .container ul li a .x-text .x-p {
    font-size: 14px;
  }
}
.x-solut1 .container ul li a .x-text .x-public-b {
  border: none;
  height: 0;
  overflow: hidden;
  transition: 0.3s all;
  margin-top: 0.1rem;
  background-color: #fff;
  color: #1d9c90;
}
@media (max-width: 767px) {
  .x-solut1 .container ul li a .x-text .x-public-b {
    height: 38px;
  }
}
.x-solut1 .container ul li a .x-text .x-public-b i {
  background: url(../image/x-jt3.png) no-repeat center;
  background-size: contain;
}
.x-ener1 .x-ny-banner .x-con .public-img::before {
  padding-top: 39.06%;
}
@media (max-width: 1260px) {
  .x-ener1 .x-ny-banner .x-con .public-img::before {
    padding-top: 44.06%;
  }
}
@media (max-width: 971px) {
  .x-ener1 .x-ny-banner .x-con .public-img::before {
    padding-top: 51.06%;
  }
}
@media (max-width: 767px) {
  .x-ener1 .x-ny-banner .x-con .public-img::before {
    padding-top: 74%;
  }
}
.x-ener1 .x-ny-banner .x-con .x-text .x-title {
  font-size: 0.6rem;
  font-weight: bold;
}
.x-ener1 .x-ny-banner .x-con .x-text .x-p {
  margin-top: 5px;
  font-size: 20px;
  color: #fff;
}
@media (max-width: 1580px) {
  .x-ener1 .x-ny-banner .x-con .x-text .x-p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .x-ener1 .x-ny-banner .x-con .x-text .x-p {
    font-size: 14px;
  }
  .x-ener1 .x-ny-banner .x-con .x-text .x-p br {
    display: none;
  }
}
.x-ener2 {
  padding: 0.9rem 0 1.4rem 0;
}
@media (max-width: 767px) {
  .x-ener2 {
    padding: 1rem 0 0.55rem 0;
  }
}
.x-ener2 .container .x-top {
  text-align: center;
}
.x-ener2 .container .x-top .x-title {
  font-size: 0.48rem;
  font-weight: bold;
}
.x-ener2 .container .x-top .x-p {
  font-size: 20px;
  margin-top: 0.1rem;
}
@media (max-width: 1260px) {
  .x-ener2 .container .x-top .x-p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .x-ener2 .container .x-top .x-p {
    font-size: 14px;
  }
  .x-ener2 .container .x-top .x-p br {
    display: none;
  }
}
.x-ener2 .container ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 1.3rem;
  margin-top: 0.5rem;
}
@media (max-width: 1260px) {
  .x-ener2 .container ul {
    padding: 0;
    margin-top: 0.8rem;
  }
}
.x-ener2 .container ul li {
  width: 25.43%;
}
@media (max-width: 971px) {
  .x-ener2 .container ul li {
    width: 31.43%;
  }
}
@media (max-width: 767px) {
  .x-ener2 .container ul li {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
.x-ener2 .container ul li .public-img {
  width: 1.66rem;
  height: 1.66rem;
  margin: 0 auto;
}
.x-ener2 .container ul li .public-img img {
  object-fit: contain;
}
.x-ener2 .container ul li .x-title {
  text-align: center;
  font-size: 0.24rem;
  line-height: 1.3;
  margin-top: 0.23rem;
}
@media (max-width: 1580px) {
  .x-ener2 .container ul li .x-title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .x-ener2 .container ul li .x-title {
    font-size: 18px;
  }
}
.x-ener2 .container ul li p {
  text-align: center;
  font-size: 18px;
  color: #666666;
  margin-top: 0.1rem;
}
@media (max-width: 1580px) {
  .x-ener2 .container ul li p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .x-ener2 .container ul li p {
    font-size: 14px;
  }
}
.x-ener3 ul li {
  position: relative;
  height: 6.9rem;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .x-ener3 ul li {
    height: 8.9rem;
  }
}
@media (max-width: 767px) {
  .x-ener3 ul li {
    height: 4.9rem;
  }
}
.x-ener3 ul li:nth-of-type(2n) .x-text {
  right: 13.55%;
  left: auto;
  padding-left: 4.5rem;
}
@media (min-width: 1921px) {
  .x-ener3 ul li:nth-of-type(2n) .x-text {
    right: 22.55%;
  }
}
@media (max-width: 1580px) {
  .x-ener3 ul li:nth-of-type(2n) .x-text {
    padding-left: 0;
    right: 8%;
  }
}
@media (max-width: 767px) {
  .x-ener3 ul li:nth-of-type(2n) .x-text {
    left: 8%;
    right: auto;
  }
}
.x-ener3 ul li:nth-of-type(2n) .x-text p {
  width: auto;
}
.x-ener3 ul li .public-img {
  position: relative;
  top: -30%;
  height: 130%;
}
.x-ener3 ul li .public-img::before {
  padding-top: 36.45%;
}
@media (max-width: 1260px) {
  .x-ener3 ul li .public-img::before {
    padding-top: 40.45%;
  }
}
@media (max-width: 767px) {
  .x-ener3 ul li .public-img::before {
    padding-top: 74.45%;
  }
}
.x-ener3 ul li .x-text {
  position: absolute;
  left: 13.55%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 10rem;
}
@media (min-width: 1921px) {
  .x-ener3 ul li .x-text {
    left: 22.55%;
  }
}
@media (max-width: 1580px) {
  .x-ener3 ul li .x-text {
    left: 8%;
    width: 6rem;
  }
}
@media (max-width: 767px) {
  .x-ener3 ul li .x-text {
    width: 80%;
  }
}
.x-ener3 ul li .x-text .x-title {
  font-size: 0.48rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.1;
}
.x-ener3 ul li .x-text p {
  color: #fff;
  margin: 5px 0 0.45rem 0;
  font-size: 20px;
  width: 6rem;
}
@media (max-width: 1580px) {
  .x-ener3 ul li .x-text p {
    font-size: 18px;
    width: 8rem;
  }
}
@media (max-width: 767px) {
  .x-ener3 ul li .x-text p {
    font-size: 14px;
    width: auto;
  }
}
.x-ener3 ul li .x-text .x-public-b {
  border: none;
  padding: 0 0.55rem;
  height: 0.58rem;
  line-height: 0.58rem;
}
@media (max-width: 1260px) {
  .x-ener3 ul li .x-text .x-public-b {
    height: 42px;
    line-height: 42px;
  }
}
.x-solu-info1 .x-ny-banner .x-con .public-img::before {
  padding-top: 31.25%;
}
@media (max-width: 1260px) {
  .x-solu-info1 .x-ny-banner .x-con .public-img::before {
    padding-top: 39.25%;
  }
}
@media (max-width: 971px) {
  .x-solu-info1 .x-ny-banner .x-con .public-img::before {
    padding-top: 50.25%;
  }
}
@media (max-width: 767px) {
  .x-solu-info1 .x-ny-banner .x-con .public-img::before {
    padding-top: 80%;
  }
}
.x-solu-info1 .x-ny-banner .x-con .x-text {
  left: 0;
  text-align: left;
  transform: translateY(-50%);
  padding-left: 13.55%;
}
@media (min-width: 1921px) {
  .x-solu-info1 .x-ny-banner .x-con .x-text {
    padding-left: 22.55%;
  }
}
@media (max-width: 1580px) {
  .x-solu-info1 .x-ny-banner .x-con .x-text {
    padding-left: 8%;
  }
}
.x-solu-info1 .x-ny-banner .x-con .x-text .x-title {
  font-weight: bold;
}
.x-solu-info1 .x-ny-banner .x-con .x-text .x-p {
  font-size: 20px;
  color: #fff;
  margin: 5px 0 0.3rem 0;
}
@media (max-width: 1580px) {
  .x-solu-info1 .x-ny-banner .x-con .x-text .x-p {
    font-size: 18px;
  }
}
@media (max-width: 1580px) {
  .x-solu-info1 .x-ny-banner .x-con .x-text .x-p {
    font-size: 14px;
  }
}
.x-solu-info1 .x-ny-banner .x-con .x-text .g-proInfo-icon-box {
  display: inline-flex;
  padding: 0 0.36rem 0 0.36rem;
}
.x-solu-info2 {
  background-color: #f5f5f5;
  padding: 0.8rem 0 1rem 0;
}
.x-solu-info2 .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.x-solu-info2 .container .x-left {
  width: 64.28%;
  background-color: #ffffff;
  padding: 0.35rem 0.45rem 0.5rem 0.45rem;
}
@media (max-width: 971px) {
  .x-solu-info2 .container .x-left {
    width: 100%;
  }
}
.x-solu-info2 .container .x-left .x-title {
  font-size: 0.24rem;
  font-weight: bold;
  padding-bottom: 0.3rem;
  margin-bottom: 0.3rem;
  border-bottom: 2px solid #e5e5e5;
}
@media (max-width: 1580px) {
  .x-solu-info2 .container .x-left .x-title {
    font-size: 20px;
  }
}
.x-solu-info2 .container .x-left .x-con-bjq {
  margin-bottom: 0.45rem;
}
@media (max-width: 767px) {
  .x-solu-info2 .container .x-left .x-con-bjq p,
  .x-solu-info2 .container .x-left .x-con-bjq span {
    font-size: 14px !important;
  }
}
.x-solu-info2 .container .x-left .x-con-bjq img {
  max-width: 100%;
  object-fit: cover;
}
.x-solu-info2 .container .x-left .x-ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.x-solu-info2 .container .x-left .x-ul li {
  width: 31.25%;
  margin-right: 3.125%;
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .x-solu-info2 .container .x-left .x-ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.4rem;
  }
}
.x-solu-info2 .container .x-left .x-ul li:nth-of-type(3n) {
  margin-right: 0;
}
.x-solu-info2 .container .x-left .x-ul li a:hover .public-img img {
  transform: scale(1.1);
}
.x-solu-info2 .container .x-left .x-ul li a .public-img {
  border: 1px solid #e6e6e6;
}
.x-solu-info2 .container .x-left .x-ul li a .public-img::before {
  padding-top: 64%;
}
.x-solu-info2 .container .x-left .x-ul li a .public-img img {
  transition: 0.5s all;
}
.x-solu-info2 .container .x-left .x-ul li a .x-text {
  margin-top: 0.2rem;
}
.x-solu-info2 .container .x-left .x-ul li a .x-text .x-title2 {
  font-size: 20px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (max-width: 1580px) {
  .x-solu-info2 .container .x-left .x-ul li a .x-text .x-title2 {
    font-size: 18px;
  }
}
.x-solu-info2 .container .x-left .x-ul li a .x-text p {
  font-size: 18px;
  color: #999999;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 1580px) {
  .x-solu-info2 .container .x-left .x-ul li a .x-text p {
    font-size: 16px;
  }
}
.x-solu-info2 .container .x-left .x-ul li a .x-text .x-a {
  font-size: 18px;
  color: #1d9c90;
  text-decoration: underline;
  margin-top: 5px;
}
@media (max-width: 1580px) {
  .x-solu-info2 .container .x-left .x-ul li a .x-text .x-a {
    font-size: 16px;
  }
}
.x-solu-info2 .container .x-left .x-more {
  display: flex;
  text-align: center;
  width: 100%;
  background-color: #1d9c90;
  font-size: 18px;
  color: #fff;
  border-radius: 5px;
  font-weight: bold;
  align-items: center;
  justify-content: center;
  height: 0.54rem;
  transition: 0.3s all;
}
.x-solu-info2 .container .x-left .x-more.on i {
  transform: rotate(270deg);
}
.x-solu-info2 .container .x-left .x-more:hover {
  opacity: 0.8;
}
@media (max-width: 767px) {
  .x-solu-info2 .container .x-left .x-more {
    height: 0.84rem;
  }
}
.x-solu-info2 .container .x-left .x-more i {
  display: inline-block;
  width: 24px;
  height: 14px;
  background: url("../image/x-jt1.png") no-repeat center;
  background-size: contain;
  transform: rotate(90deg);
  margin-left: 12px;
  transition: 0.3s all;
}
.x-solu-info2 .container .x-left .g-proInfo-ove-fx {
  margin-top: 0.55rem;
}
.x-solu-info2 .container .x-left .g-proInfo-ove-fx .ins_det_fxr_box p {
  color: #999999;
  margin-top: 5px;
}
.x-solu-info2 .container .x-left .g-proInfo-ove-fx .g-proInfo-ove-fh {
  color: #999999;
}
.x-solu-info2 .container .x-right {
  width: 33.571%;
  background-color: #ffffff;
  padding: 0.3rem 0.3rem;
  position: sticky;
  top: 0;
}
@media (max-width: 971px) {
  .x-solu-info2 .container .x-right {
    display: none;
  }
}
.x-solu-info2 .container .x-right .x-title {
  font-size: 0.24rem;
  font-weight: bold;
  padding-bottom: 0.2rem;
  margin-bottom: 0.3rem;
  border-bottom: 2px solid #e5e5e5;
}
@media (max-width: 1580px) {
  .x-solu-info2 .container .x-right .x-title {
    font-size: 20px;
  }
}
.x-solu-info2 .container .x-right a {
  display: block;
  border-bottom: 1px dashed #c3c3c3;
  margin-bottom: 0.2rem;
  padding-bottom: 0.2rem;
}
.x-solu-info2 .container .x-right a:hover .x-title2 {
  color: #1d9c90;
}
.x-solu-info2 .container .x-right a:last-child {
  border-bottom: none;
  margin-bottom: 0.2rem;
  padding-bottom: 0;
}
.x-solu-info2 .container .x-right a .public-img {
  border: 1px solid #e6e6e6;
  margin-bottom: 0.22rem;
  display: none;
}
.x-solu-info2 .container .x-right a .public-img::before {
  padding-top: 33.58%;
}
.x-solu-info2 .container .x-right a .x-title2 {
  font-size: 20px;
  color: #333333;
  margin: 0 0 0.1rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: 0.3s all;
}
.x-solu-info2 .container .x-right a P {
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.x-serv1 {
  padding: 0.7rem 0 0.9rem 0;
  background-color: #f5f5f5;
}
@media (max-width: 767px) {
  .x-serv1 {
    padding: 1rem 0;
  }
}
.x-serv1 .container ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.x-serv1 .container ul li {
  width: 23.85%;
  margin-right: 1.533%;
  position: relative;
}
@media (max-width: 767px) {
  .x-serv1 .container ul li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 0.4rem;
  }
}
.x-serv1 .container ul li:nth-of-type(4n) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .x-serv1 .container ul li:nth-of-type(2n) {
    margin-right: 0;
  }
}
.x-serv1 .container ul li a {
  display: block;
}
.x-serv1 .container ul li a:hover .public-img img {
  transform: scale(1.1);
}
.x-serv1 .container ul li a .public-img {
  border-radius: 5px;
}
.x-serv1 .container ul li a .public-img::before {
  padding-top: 147.7%;
}
.x-serv1 .container ul li a .public-img::after {
  content: "";
  width: 100%;
  height: 3.8rem;
  background: url("../image/x-serv6.png") no-repeat bottom;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0.8;
}
@media (max-width: 1580px) {
  .x-serv1 .container ul li a .public-img::after {
    height: 100%;
  }
}
.x-serv1 .container ul li a .public-img img {
  transition: 0.5s all;
}
.x-serv1 .container ul li a p {
  font-size: 24px;
  color: #fff;
  position: absolute;
  left: 0;
  text-align: center;
  bottom: 0.35rem;
  width: 100%;
  z-index: 2;
  padding: 0 0.1rem;
}
@media (max-width: 1580px) {
  .x-serv1 .container ul li a p {
    font-size: 20px;
  }
}
@media (max-width: 971px) {
  .x-serv1 .container ul li a p {
    font-size: 18px;
  }
}
.x-sugg1 {
  background-color: #f5f5f5;
  padding: 1.1rem 0 1.35rem 0;
}
@media (max-width: 767px) {
  .x-sugg1 {
    padding: 1.2rem 0 1rem 0;
  }
}
.x-sugg1 .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-sugg1 .container .x-left {
  width: 43.57%;
}
@media (max-width: 971px) {
  .x-sugg1 .container .x-left {
    width: 100%;
  }
}
.x-sugg1 .container .x-left .public-img {
  border-radius: 10px;
}
.x-sugg1 .container .x-left .public-img::before {
  padding-top: 97.11%;
}
@media (max-width: 1580px) {
  .x-sugg1 .container .x-left .public-img::before {
    padding-top: 84.11%;
  }
}
@media (max-width: 1281px) {
  .x-sugg1 .container .x-left .public-img::before {
    padding-top: 101.11%;
  }
}
@media (max-width: 971px) {
  .x-sugg1 .container .x-left .public-img::before {
    padding-top: 60.11%;
  }
}
.x-sugg1 .container .x-right {
  width: 50%;
}
@media (max-width: 971px) {
  .x-sugg1 .container .x-right {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.x-sugg1 .container .x-right .x-title {
  font-size: 0.4rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .x-sugg1 .container .x-right .x-title {
    font-size: 0.44rem;
  }
}
.x-sugg1 .container .x-right .x-p {
  font-size: 18px;
  color: #666666;
  margin: 0.1rem 0 0.25rem 0;
}
@media (max-width: 1580px) {
  .x-sugg1 .container .x-right .x-p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .x-sugg1 .container .x-right .x-p {
    font-size: 14px;
  }
}
.x-sugg1 .container .x-right .x-form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-sugg1 .container .x-right .x-form input {
  width: 48.5%;
  height: 45px;
  background-color: #fff;
  margin-bottom: 0.2rem;
  padding: 0 0.25rem;
  color: #999999;
  border: 1px solid transparent;
  border-radius: 3px;
  transition: 0.3s all;
}
@media (max-width: 1260px) {
  .x-sugg1 .container .x-right .x-form input {
    height: 40px;
  }
}
@media (max-width: 767px) {
  .x-sugg1 .container .x-right .x-form input {
    width: 100%;
    margin-bottom: 0.3rem;
  }
}
.x-sugg1 .container .x-right .x-form input::placeholder {
  color: #999999;
  transition: 0.3s all;
}
.x-sugg1 .container .x-right .x-form input:hover {
  color: #1d9c90;
  border: 1px solid #1d9c90;
}
.x-sugg1 .container .x-right .x-form input:hover::placeholder {
  color: #1d9c90;
}
.x-sugg1 .container .x-right .x-form .x-inp {
  width: 48.5%;
  height: 45px;
  line-height: 45px;
  background-color: #fff;
  position: relative;
  color: #999999;
  padding: 0 0.25rem;
  border-radius: 3px;
}
@media (max-width: 1260px) {
  .x-sugg1 .container .x-right .x-form .x-inp {
    height: 40px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .x-sugg1 .container .x-right .x-form .x-inp {
    width: 100%;
    margin-bottom: 0.3rem;
  }
}
.x-sugg1 .container .x-right .x-form .x-inp input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  margin-bottom: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  border: 0;
  cursor: pointer;
}
.x-sugg1 .container .x-right .x-form .x-inp p {
  color: #999999;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.x-sugg1 .container .x-right .x-form .x-inp img {
  width: 22px;
  height: 20px;
  object-fit: contain;
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .x-sugg1 .container .x-right .x-form .x-inp img {
    width: 18px;
    height: 18px;
    right: 0.25rem;
  }
}
.x-sugg1 .container .x-right .x-form textarea {
  width: 100%;
  height: 1.8rem;
  background-color: #fff;
  color: #999999;
  padding: 0.25rem 0.2rem;
  border-radius: 3px;
}
.x-sugg1 .container .x-right .x-form textarea::placeholder {
  color: #999999;
}
.x-sugg1 .container .x-right .x-form .x-xz {
  width: 100%;
  margin: 0.15rem 0 0.25rem 0;
}
.x-sugg1 .container .x-right .x-form .x-xz.on i {
  background: url("../image/x-xzdg.png") no-repeat center;
  background-size: 14px 10px;
}
.x-sugg1 .container .x-right .x-form .x-xz i {
  display: none;
  width: 12px;
  height: 12px;
  border: 1px solid #999999;
  display: inline-block;
  cursor: pointer;
}
.x-sugg1 .container .x-right .x-form .x-xz p {
  font-size: 14px;
  color: #999999;
  display: inline-block;
}
.x-sugg1 .container .x-right .x-form .x-xz p a {
  color: #1d9c90;
  border-bottom: 1px solid #1d9c90;
}
.x-sugg1 .container .x-right .x-form .x-but-box.on button {
  pointer-events: none;
}
.x-sugg1 .container .x-right .x-form .x-but-box button {
  width: 1.4rem;
  background-color: #1d9c90;
  color: #fff;
  height: 0.46rem;
  border-radius: 3px;
  transition: 0.3s all;
}
.x-sugg1 .container .x-right .x-form .x-but-box button:hover {
  opacity: 0.8;
}
@media (max-width: 1260px) {
  .x-sugg1 .container .x-right .x-form .x-but-box button {
    width: 1.8rem;
    height: 0.56rem;
  }
}
@media (max-width: 767px) {
  .x-sugg1 .container .x-right .x-form .x-but-box button {
    width: 2.2rem;
    height: 0.8rem;
  }
}
.x-sugg1 .container .x-right .x-form .x-but-box button:nth-of-type(2) {
  margin-left: 0.15rem;
  background-color: #333333;
}
.x-train1 {
  background-color: #f5f5f5;
  padding: 0.8rem 0 1.3rem 0;
}
.x-train1 .container ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-bottom: 0.3rem;
}
.x-train1 .container ul li {
  width: 31.92%;
  margin-right: 2.12%;
  margin-bottom: 0.35rem;
}
@media (max-width: 767px) {
  .x-train1 .container ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.4rem;
  }
}
.x-train1 .container ul li:hover a .public-img img {
  transform: scale(1.1);
}
.x-train1 .container ul li:hover a .x-text {
  margin-top: -65px;
}
@media (max-width: 971px) {
  .x-train1 .container ul li:hover a .x-text {
    margin-top: -50px;
  }
}
@media (max-width: 767px) {
  .x-train1 .container ul li:hover a .x-text {
    margin-top: 0;
  }
}
.x-train1 .container ul li:hover a .x-text .x-title {
  color: #1d9c90;
}
.x-train1 .container ul li:hover a .x-text .x-p {
  height: 65px;
}
@media (max-width: 971px) {
  .x-train1 .container ul li:hover a .x-text .x-p {
    height: 50px;
  }
}
@media (max-width: 767px) {
  .x-train1 .container ul li:hover a .x-text .x-p {
    height: auto;
  }
}
.x-train1 .container ul li:nth-of-type(3n) {
  margin-right: 0;
}
.x-train1 .container ul li a .public-img {
  border-radius: 5px;
}
.x-train1 .container ul li a .public-img::before {
  padding-top: 62.63%;
}
.x-train1 .container ul li a .public-img::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(29, 156, 144, 0.2);
  position: absolute;
  left: 0;
  top: 0;
}
.x-train1 .container ul li a .public-img img {
  transition: 0.5s all;
}
.x-train1 .container ul li a .x-text {
  transition: 0.3s all;
  position: relative;
  z-index: 2;
  background-color: #f5f5f5;
  padding-bottom: 0;
}
.x-train1 .container ul li a .x-text span {
  color: #999999;
  display: inline-block;
  margin: 0.2rem 0 0.1rem 0;
}
.x-train1 .container ul li a .x-text .x-title {
  font-size: 0.24rem;
  color: #333333;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: 0.3s all;
}
@media (max-width: 1580px) {
  .x-train1 .container ul li a .x-text .x-title {
    font-size: 0.28rem;
  }
}
@media (max-width: 767px) {
  .x-train1 .container ul li a .x-text .x-title {
    font-size: 0.38rem;
  }
}
.x-train1 .container ul li a .x-text .x-p {
  height: 0;
  overflow: hidden;
  transition: 0.3s all;
}
@media (max-width: 767px) {
  .x-train1 .container ul li a .x-text .x-p {
    display: none;
  }
}
.x-train1 .container ul li a .x-text .x-p p {
  color: #999999;
  margin-top: 0.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.x-video1 {
  background-color: #f5f5f5;
  padding: 0.8rem 0 1.3rem 0;
}
.x-video1 .container ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-bottom: 0.3rem;
}
.x-video1 .container ul li {
  width: 31.92%;
  margin-right: 2.12%;
  margin-bottom: 0.35rem;
}
@media (max-width: 767px) {
  .x-video1 .container ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.4rem;
  }
}
.x-video1 .container ul li:hover a .public-img img {
  transform: scale(1.1);
}
.x-video1 .container ul li:hover a .x-text .x-title {
  color: #1d9c90;
}
.x-video1 .container ul li:nth-of-type(3n) {
  margin-right: 0;
}
.x-video1 .container ul li a {
  display: block;
  position: relative;
}
.x-video1 .container ul li a .public-img {
  border-radius: 5px;
}
.x-video1 .container ul li a .public-img i {
  width: 100%;
  height: 100%;
  background-color: rgba(29, 156, 144, 0.2);
  position: absolute;
  left: 0;
  top: 0;
}
.x-video1 .container ul li a .public-img::before {
  padding-top: 62.63%;
}
.x-video1 .container ul li a .public-img::after {
  content: "";
  width: 0.76rem;
  height: 0.76rem;
  background: url("../image/x-video-bf.png") no-repeat center;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 971px) {
  .x-video1 .container ul li a .public-img::after {
    width: 0.56rem;
    height: 0.56rem;
  }
}
@media (max-width: 767px) {
  .x-video1 .container ul li a .public-img::after {
    width: 0.9rem;
    height: 0.9rem;
  }
}
.x-video1 .container ul li a .public-img img {
  transition: 0.5s all;
}
.x-video1 .container ul li a .x-text {
  transition: 0.3s all;
  position: relative;
  z-index: 2;
  background-color: #f5f5f5;
  padding-bottom: 0;
}
.x-video1 .container ul li a .x-text span {
  color: #999999;
  display: inline-block;
  margin: 0.2rem 0 0.1rem 0;
}
.x-video1 .container ul li a .x-text .x-title {
  font-size: 0.24rem;
  color: #333333;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: 0.3s all;
}
@media (max-width: 1580px) {
  .x-video1 .container ul li a .x-text .x-title {
    font-size: 0.28rem;
  }
}
@media (max-width: 767px) {
  .x-video1 .container ul li a .x-text .x-title {
    font-size: 0.38rem;
  }
}
.x-video1 .container ul li a .x-text .x-p {
  height: 0;
  overflow: hidden;
  transition: 0.3s all;
}
@media (max-width: 767px) {
  .x-video1 .container ul li a .x-text .x-p {
    display: none;
  }
}
.x-video1 .container ul li a .x-text .x-p p {
  color: #999999;
  margin-top: 0.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#hi-video-pop .hi-close:hover {
  background: #1d9c90;
}
.x-faqs1 {
  background-color: #f5f5f5;
  padding: 0.8rem 0 0.2rem 0;
}
@media (max-width: 767px) {
  .x-faqs1 {
    padding: 1.2rem 0 0.4rem 0;
  }
}
.x-faqs1 .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  padding: 0.15rem 0.15rem 0.15rem 0.5rem;
}
@media (max-width: 971px) {
  .x-faqs1 .container {
    flex-wrap: wrap;
    padding: 0.2rem 0.2rem 0.2rem 0.5rem;
  }
}
@media (max-width: 767px) {
  .x-faqs1 .container {
    padding: 0.4rem;
  }
}
@media (max-width: 971px) {
  .x-faqs1 .container .x-left {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .x-faqs1 .container .x-left {
    display: flex;
    overflow-x: auto;
    height: 20px;
  }
}
.x-faqs1 .container .x-left a {
  display: inline-block;
  color: #111111;
  position: relative;
  padding: 0 10px 0 5px;
  margin-right: 0.75rem;
  line-height: 1;
}
.x-faqs1 .container .x-left a:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .x-faqs1 .container .x-left a {
    flex: none;
  }
}
.x-faqs1 .container .x-left a::before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #209a8f;
  border-radius: 1.5px;
  position: absolute;
  left: 0;
  bottom: -0.3rem;
  opacity: 0;
}
@media (max-width: 971px) {
  .x-faqs1 .container .x-left a::before {
    height: 2px;
  }
}
@media (max-width: 767px) {
  .x-faqs1 .container .x-left a::before {
    display: none;
  }
}
.x-faqs1 .container .x-left a.on {
  color: #1d9c90;
}
.x-faqs1 .container .x-left a.on::before {
  opacity: 1;
}
@media (max-width: 971px) {
  .x-faqs1 .container .x-right {
    width: 100%;
    margin-top: 0.4rem;
  }
}
.x-faqs2 {
  background-color: #f5f5f5;
  padding-bottom: 1.8rem;
}
@media (max-width: 767px) {
  .x-faqs2 {
    padding-bottom: 0.8rem;
  }
}
.x-faqs2 .container ul li {
  border-bottom: 1px solid #dddddd;
  padding: 0 0.4rem;
  margin-bottom: 20px;
  transition: 0.3s all;
}
.x-faqs2 .container ul li:nth-of-type(1) {
  border-top: 1px solid #dddddd;
}
.x-faqs2 .container ul li:hover {
  box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.x-faqs2 .container ul li:hover .x-top .x-le {
  border: 1px solid #1d9c90;
  color: #1d9c90;
}
.x-faqs2 .container ul li.on .x-top .x-le {
  color: #111111;
  border: 1px solid #111;
}
.x-faqs2 .container ul li.on .x-top .x-p {
  color: #111111;
}
.x-faqs2 .container ul li.on .x-top .x-p i {
  transform: translateY(-50%) rotate(0deg);
}
.x-faqs2 .container ul li.on .x-xia .x-le {
  border: 1px solid #1d9c90;
  color: #1d9c90;
}
.x-faqs2 .container ul li .x-top {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0.2rem 0;
  cursor: pointer;
}
.x-faqs2 .container ul li .x-top .x-le {
  font-size: 18px;
  width: 40px;
  height: 40px;
  border: 1px solid #cccccc;
  color: #cccccc;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border-radius: 5px;
  flex-shrink: 0;
  transition: 0.3s all;
}
@media (max-width: 1580px) {
  .x-faqs2 .container ul li .x-top .x-le {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .x-faqs2 .container ul li .x-top .x-le {
    width: 32px;
    height: 32px;
  }
}
.x-faqs2 .container ul li .x-top .x-p {
  font-size: 18px;
  color: #333;
  margin-left: 20px;
  position: relative;
  width: 100%;
}
@media (max-width: 1580px) {
  .x-faqs2 .container ul li .x-top .x-p {
    font-size: 16px;
  }
}
.x-faqs2 .container ul li .x-top .x-p p {
  padding-right: 30px;
}
.x-faqs2 .container ul li .x-top .x-p i {
  display: inline-block;
  width: 34px;
  height: 24px;
  background: url("../image/x-jt5.png") no-repeat center;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  cursor: pointer;
  transition: 0.3s all;
}
@media (max-width: 1580px) {
  .x-faqs2 .container ul li .x-top .x-p i {
    width: 32px;
    height: 22px;
  }
}
@media (max-width: 767px) {
  .x-faqs2 .container ul li .x-top .x-p i {
    width: 28px;
    height: 18px;
  }
}
.x-faqs2 .container ul li .x-xia-box {
  display: none;
}
.x-faqs2 .container ul li .x-xia-box .x-xia {
  display: flex;
  justify-content: flex-start;
  margin-top: 10px;
  padding-bottom: 0.5rem;
}
.x-faqs2 .container ul li .x-xia-box .x-xia .x-le {
  font-size: 18px;
  width: 40px;
  height: 40px;
  border: 1px solid #1d9c90;
  color: #1d9c90;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border-radius: 5px;
  flex-shrink: 0;
}
@media (max-width: 1580px) {
  .x-faqs2 .container ul li .x-xia-box .x-xia .x-le {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .x-faqs2 .container ul li .x-xia-box .x-xia .x-le {
    width: 32px;
    height: 32px;
  }
}
.x-faqs2 .container ul li .x-xia-box .x-xia .x-p {
  font-size: 18px;
  color: #666666;
  margin-left: 20px;
  margin-top: 10px;
}
@media (max-width: 1580px) {
  .x-faqs2 .container ul li .x-xia-box .x-xia .x-p {
    font-size: 16px;
  }
}
.x-terms1 {
  padding: 0.8rem 0 1.2rem 0;
  border-bottom: 1px solid #dddddd;
}
@media (max-width: 767px) {
  .x-terms1 {
    padding: 1rem 0 0.5rem 0;
  }
}
.x-terms1 .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-terms1 .container .x-left {
  width: 32.85%;
}
@media (max-width: 767px) {
  .x-terms1 .container .x-left {
    width: 100%;
  }
}
.x-terms1 .container .x-left a {
  display: block;
  font-size: 18px;
  color: #333333;
  margin-bottom: 0.3rem;
  position: relative;
  padding-left: 0.5rem;
}
@media (max-width: 1580px) {
  .x-terms1 .container .x-left a {
    font-size: 16px;
  }
}
.x-terms1 .container .x-left a.on {
  color: #1d9c90;
}
.x-terms1 .container .x-left a.on::before {
  opacity: 1;
}
.x-terms1 .container .x-left a::before {
  content: "";
  width: 3px;
  height: 0.48rem;
  background-color: #00378C;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
}
.x-terms1 .container .x-right {
  width: 67.15%;
  padding-right: 1.4rem;
}
@media (max-width: 1580px) {
  .x-terms1 .container .x-right {
    padding-right: 1rem;
  }
}
@media (max-width: 1260px) {
  .x-terms1 .container .x-right {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .x-terms1 .container .x-right {
    margin-top: 0.4rem;
    width: 100%;
  }
}
.x-terms1 .container .x-right .x-title {
  font-size: 0.3rem;
  color: #333333;
  margin-bottom: 0.15rem;
}
@media (max-width: 1580px) {
  .x-terms1 .container .x-right .x-title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .x-terms1 .container .x-right .x-con-bjq p,
  .x-terms1 .container .x-right .x-con-bjq span {
    font-size: 14px !important;
  }
}
.x-about1 .x-con {
  position: relative;
}
.x-about1 .x-con::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../image/wenli2.png");
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  opacity: 0.2;
}
.x-about1 .x-con .x-img {
  width: 100%;
  height: calc(100vh - 76px);
}
@media (max-width: 767px) {
  .x-about1 .x-con .x-img {
    height: calc(100vh - 60px);
  }
}
.x-about1 .x-con .x-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-about1 .x-con .x-left {
  position: absolute;
  left: 13.55%;
  top: 1.1rem;
  width: 6.7rem;
}
@media (max-width: 1580px) {
  .x-about1 .x-con .x-left {
    left: 8%;
    width: 8.7rem;
  }
}
@media (max-width: 767px) {
  .x-about1 .x-con .x-left {
    left: 0;
    padding: 0 0.4rem;
    width: 100%;
  }
}
.x-about1 .x-con .x-left .x-title {
  color: #fff;
}
.x-about1 .x-con .x-left .x-p {
  font-size: 18px;
  color: #fff;
  margin: 0.15rem 0 0.55rem 0;
}
@media (max-width: 1580px) {
  .x-about1 .x-con .x-left .x-p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .x-about1 .x-con .x-left .x-p {
    font-size: 14px;
    text-align: left;
  }
}
.x-about1 .x-con .x-left .x-bf {
  cursor: pointer;
  display: inline-block;
}
.x-about1 .x-con .x-left .x-bf:hover .x-imm img {
  animation: dds 1s linear infinite;
}
.x-about1 .x-con .x-left .x-bf .x-imm {
  width: 0.5rem;
  height: 0.5rem;
  object-fit: contain;
  border: 1px solid #fff;
  border-radius: 100%;
  position: relative;
}
@media (max-width: 1580px) {
  .x-about1 .x-con .x-left .x-bf .x-imm {
    width: 0.6rem;
    height: 0.6rem;
  }
}
@media (max-width: 767px) {
  .x-about1 .x-con .x-left .x-bf .x-imm {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.x-about1 .x-con .x-left .x-bf .x-imm img {
  width: 12px;
  height: 16px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1580px) {
  .x-about1 .x-con .x-left .x-bf .x-imm img {
    width: 10px;
    height: 12px;
  }
}
.x-about1 .x-con .x-left .x-bf p {
  font-size: 18px;
  color: #fff;
  margin-top: 0.15rem;
  display: block;
}
@media (max-width: 767px) {
  .x-about1 .x-con .x-left .x-bf p {
    font-size: 14px;
  }
}
@keyframes dds {
  0% {
    left: 50%;
    transform: translate(-50%, -50%);
  }
  50% {
    left: 55%;
    transform: translate(-50%, -50%);
  }
  100% {
    left: 45%;
    transform: translate(-50%, -50%);
  }
}
.x-about2 {
  padding: 1.25rem 0 1.1rem 0;
}
.x-about2 .container ul li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 971px) {
  .x-about2 .container ul li {
    margin-bottom: 0.6rem;
  }
}
.x-about2 .container ul li:nth-of-type(2) {
  margin-top: 0.7rem;
}
@media (max-width: 971px) {
  .x-about2 .container ul li:nth-of-type(2) {
    margin-top: 0;
  }
}
@media (max-width: 971px) {
  .x-about2 .container ul li:nth-of-type(2) .x-left {
    margin-top: 0.4rem;
  }
}
.x-about2 .container ul li:nth-of-type(2) .x-right {
  order: -1;
}
.x-about2 .container ul li .x-left {
  width: 46.71%;
}
@media (max-width: 971px) {
  .x-about2 .container ul li .x-left {
    width: 100%;
    margin-top: 0.4rem;
  }
}
.x-about2 .container ul li .x-left .x-title {
  font-size: 0.4rem;
}
.x-about2 .container ul li .x-left .x-p {
  font-size: 18px;
  color: #666666;
  margin: 0.15rem 0 0.5rem 0;
}
@media (max-width: 1580px) {
  .x-about2 .container ul li .x-left .x-p {
    font-size: 16px;
    padding-right: 5px;
  }
}
@media (max-width: 971px) {
  .x-about2 .container ul li .x-left .x-p {
    max-height: initial;
    overflow-y: initial;
    margin-bottom: 0.3rem;
  }
}
.x-about2 .container ul li .x-left .x-ul-box {
  display: flex;
}
.x-about2 .container ul li .x-left .x-ul-box .x-li {
  margin-right: 0.4rem;
}
.x-about2 .container ul li .x-left .x-ul-box .x-li:last-child {
  margin-right: 0;
}
.x-about2 .container ul li .x-left .x-ul-box .x-li .x-top {
  display: flex;
  align-items: baseline;
}
.x-about2 .container ul li .x-left .x-ul-box .x-li .x-top p {
  font-size: 0.42rem;
  color: #111111;
}
.x-about2 .container ul li .x-left .x-ul-box .x-li .x-top span {
  font-size: 25px;
  color: #111111;
}
.x-about2 .container ul li .x-left .x-ul-box .x-li .x-sp {
  font-size: 18px;
  color: #666666;
}
@media (max-width: 1900px) {
  .x-about2 .container ul li .x-left .x-ul-box .x-li .x-sp {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .x-about2 .container ul li .x-left .x-ul-box .x-li .x-sp {
    font-size: 12px;
    line-height: initial;
    display: block;
  }
}
.x-about2 .container ul li .x-left .x-ul-box2 {
  display: flex;
  justify-content: flex-start;
}
.x-about2 .container ul li .x-left .x-ul-box2 .x-li {
  width: 30%;
}
@media (max-width: 767px) {
  .x-about2 .container ul li .x-left .x-ul-box2 .x-li {
    width: 33%;
  }
}
.x-about2 .container ul li .x-left .x-ul-box2 .x-li .x-img {
  width: 0.76rem;
  height: 0.76rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.x-about2 .container ul li .x-left .x-ul-box2 .x-li .x-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-about2 .container ul li .x-left .x-ul-box2 .x-li .x-img p {
  margin-top: 0.1rem;
}
.x-about2 .container ul li .x-right {
  width: 45.71%;
}
@media (max-width: 971px) {
  .x-about2 .container ul li .x-right {
    width: 100%;
    order: -1;
  }
}
.x-about2 .container ul li .x-right .x-video-box {
  width: 100%;
  height: 5.65rem;
  overflow: hidden;
  position: relative;
}
.x-about2 .container ul li .x-right .x-video-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.5);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.x-about2 .container ul li .x-right .x-video-box img {
  position: absolute;
  transform: scale(1.5);
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  .x-about2 .container ul li .x-right .x-video-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.x-about4 {
  padding-top: 0.2rem;
}
@media (max-width: 767px) {
  .x-about4 {
    padding-bottom: 0.4rem;
  }
}
.x-about4 .container {
  position: relative;
}
.x-about4 .container .x-img {
  width: 100%;
  height: 7rem;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .x-about4 .container .x-img {
    height: 9.5rem;
  }
}
@media (max-width: 1260px) {
  .x-about4 .container .x-img {
    height: 100%;
  }
}
@media (max-width: 767px) {
  .x-about4 .container .x-img {
    height: 5.3rem;
  }
}
.x-about4 .container .x-img video {
  width: 100%;
  margin-top: -0.6rem;
}
.x-about4 .container .x-text {
  width: 5.6rem;
  position: absolute;
  left: 0;
  top: 1.4rem;
}
@media (max-width: 1580px) {
  .x-about4 .container .x-text {
    width: 7rem;
  }
}
@media (max-width: 767px) {
  .x-about4 .container .x-text {
    width: 100%;
    top: 1rem;
    padding: 0;
  }
}
.x-about4 .container .x-text .x-title {
  font-size: 0.4rem;
}
.x-about4 .container .x-text .x-p {
  font-size: 18px;
  color: #666666;
  margin-top: 0.1rem;
}
@media (max-width: 1580px) {
  .x-about4 .container .x-text .x-p {
    font-size: 16px;
  }
}
.g-proInfo-icon .g-proInfo-icon-box2 {
  padding: 0;
}
@media (max-width: 767px) {
  .g-proInfo-icon .g-proInfo-icon-box2 {
    height: 0.68rem;
  }
}
.g-proInfo-icon .g-proInfo-icon-box2 .p1 {
  margin-right: 0;
}
.g-proInfo-icon .g-proInfo-icon-box2 .g-proInfo-icon-box3 {
  padding: 0;
  display: flex;
  align-items: center;
  height: 1.5rem;
  padding: 0 2.5rem;
  border-right: 1px solid #ccc;
  cursor: pointer;
}
@media (max-width: 767px) {
  .g-proInfo-icon .g-proInfo-icon-box2 .g-proInfo-icon-box3 {
    height: 0.68rem;
  }
}
.g-proInfo-icon .x-p {
  position: relative;
  padding: 0 2rem;
  height: 1.5rem;
  line-height: 1.5rem;
}

.g-proInfo-icon .x-p a:hover{
  color:#00378C;
}

.g-proInfo-icon .x-p:hover p {
  color: #1d9c90;
  text-decoration: underline;
}
.g-proInfo-icon .x-p:hover .x-xia-box {
  display: block;
}
.g-proInfo-icon .x-p p {
  height: 0.54rem;
  line-height: 0.54rem;
}
.g-proInfo-icon .x-p .x-xia-box {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  height: 100%;
  display: none;
  z-index: 5;
}
.g-proInfo-icon .x-p .x-xia-box .x-xia {
  background-color: #fff;
  padding: 0.25rem 0.2rem 0.05rem 0.2rem;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.08);
  width: 100%;
  margin-top: 0.2rem;
  position: relative;
  border-radius: 3px;
}
.g-proInfo-icon .x-p .x-xia-box .x-xia::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
}
.g-proInfo-icon .x-p .x-xia-box .x-xia a {
  display: block;
  height: auto;
  width: 100%;
  white-space: nowrap;
  color: #666666;
  margin-bottom: 0.15rem;
  transition: 0.3s all;
  line-height: 1;
  text-align: left;
}
@media (max-width: 767px) {
  .g-proInfo-icon .x-p .x-xia-box .x-xia a {
    min-width: 3.8rem;
    white-space: initial;
    margin-bottom: 0.2rem;
  }
}
.g-proInfo-icon .x-p .x-xia-box .x-xia a span {
  position: relative;
}
.g-proInfo-icon .x-p .x-xia-box .x-xia a span::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #00378C;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  transition: 0.3s all;
  opacity: 0;
}
.g-proInfo-icon .x-p .x-xia-box .x-xia a:hover {
  color: #00378C;
}
.g-proInfo-icon .x-p .x-xia-box .x-xia a:hover span::before {
  opacity: 1;
  width: 100%;
}
.x-about5 {
  background-color: #f5f5f5;
  padding: 0.9rem 0;
}
.x-about5 .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
.x-about5 .container::before {
  content: "";
  width: 4.2rem;
  height: 3.85rem;
  background: url("../image/x-about11.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 5;
}
.x-about5 .container .x-left {
  width: 47.14%;
}
@media (max-width: 971px) {
  .x-about5 .container .x-left {
    width: 100%;
  }
}
.x-about5 .container .x-left img {
  width: 100%;
  height: 6.4rem;
  object-fit: cover;
  border-radius: 0.1rem;
}
@media (max-width: 1580px) {
  .x-about5 .container .x-left img {
    height: 8.4rem;
  }
}
@media (max-width: 767px) {
  .x-about5 .container .x-left img {
    height: 6.4rem;
  }
}
.x-about5 .container .x-right {
  width: 42.85%;
  padding-right: 1.4rem;
}
@media (max-width: 1580px) {
  .x-about5 .container .x-right {
    padding-right: 2rem;
  }
}
@media (max-width: 1260px) {
  .x-about5 .container .x-right {
    padding-right: 0;
  }
}
@media (max-width: 971px) {
  .x-about5 .container .x-right {
    width: 100%;
    margin-top: 0.4rem;
  }
}
.x-about5 .container .x-right .x-title {
  font-size: 0.4rem;
  margin-bottom: 0.4rem;
}
.x-about5 .container .x-right ul li {
  display: flex;
  margin-bottom: 0.4rem;
}
.x-about5 .container .x-right ul li:last-child {
  margin-bottom: 0;
}
.x-about5 .container .x-right ul li img {
  width: 0.32rem;
  height: 0.32rem;
  object-fit: contain;
  flex-shrink: 0;
  margin-right: 0.3rem;
}
@media (max-width: 767px) {
  .x-about5 .container .x-right ul li img {
    width: 0.4rem;
    height: 0.4rem;
  }
}
.x-about5 .container .x-right ul li p {
  line-height: 28px;
  font-size: 18px;
  color: #666666;
}
@media (max-width: 1580px) {
  .x-about5 .container .x-right ul li p {
    font-size: 16px;
    line-height: 1.5;
  }
}
.x-about6 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 1.1rem 0 0.85rem 0;
  position: relative;
}
.x-about6::before {
  content: "";
  background: url("../image/wenli2.png");
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  z-index: 1;
}
.x-about6 .x-con {
  position: relative;
  z-index: 2;
}
.x-about6 .x-con .x-top {
  width: 8rem;
  text-align: center;
  color: #fff;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .x-about6 .x-con .x-top {
    width: 100%;
    padding: 0 0.4rem;
  }
}
.x-about6 .x-con .x-top .x-p {
  font-size: 18px;
}
@media (max-width: 1580px) {
  .x-about6 .x-con .x-top .x-p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .x-about6 .x-con .x-top .x-p {
    font-size: 14px;
  }
}
.x-about6 .x-con .x-swiper {
  margin-top: 0.45rem;
  margin-bottom: 0.4rem;
}
.x-about6 .x-con .x-swiper .swiper {
  padding: 0 5.4rem;
}
@media (max-width: 1260px) {
  .x-about6 .x-con .x-swiper .swiper {
    padding: 0 3.4rem;
  }
}
@media (max-width: 971px) {
  .x-about6 .x-con .x-swiper .swiper {
    padding: 0 1.4rem;
  }
}
@media (max-width: 767px) {
  .x-about6 .x-con .x-swiper .swiper {
    padding: 0 0.8rem;
  }
}
.x-about6 .x-con .x-swiper .swiper .swiper-wrapper .swiper-slide {
  position: relative;
  cursor: pointer;
}
.x-about6 .x-con .x-swiper .swiper .swiper-wrapper .swiper-slide.swiper-slide-active::after {
  opacity: 0;
}
.x-about6 .x-con .x-swiper .swiper .swiper-wrapper .swiper-slide.swiper-slide-active::before {
  opacity: 1;
}
.x-about6 .x-con .x-swiper .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .x-on {
  opacity: 1;
}
.x-about6 .x-con .x-swiper .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .x-text {
  opacity: 1;
}
.x-about6 .x-con .x-swiper .swiper .swiper-wrapper .swiper-slide::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../image/x-about15.png") no-repeat center;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: 0.2s all;
}
.x-about6 .x-con .x-swiper .swiper .swiper-wrapper .swiper-slide::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(29, 156, 144, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
}
.x-about6 .x-con .x-swiper .swiper .swiper-wrapper .swiper-slide .x-on {
  position: absolute;
  right: 0;
  top: 0;
  width: 1.06rem;
  height: 1.08rem;
  opacity: 0;
  transition: 0.3s all;
}
.x-about6 .x-con .x-swiper .swiper .swiper-wrapper .swiper-slide .x-on img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.x-about6 .x-con .x-swiper .swiper .swiper-wrapper .swiper-slide .x-img {
  width: 100%;
  height: 3.5rem;
}
@media (max-width: 1580px) {
  .x-about6 .x-con .x-swiper .swiper .swiper-wrapper .swiper-slide .x-img {
    height: 4.2rem;
  }
}
.x-about6 .x-con .x-swiper .swiper .swiper-wrapper .swiper-slide .x-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.x-about6 .x-con .x-swiper .swiper .swiper-wrapper .swiper-slide .x-text {
  color: #fff;
  position: absolute;
  bottom: 0.3rem;
  left: 0;
  padding: 0 2rem 0 0.4rem;
  opacity: 0;
  transition: 0.3s all;
}
@media (max-width: 1580px) {
  .x-about6 .x-con .x-swiper .swiper .swiper-wrapper .swiper-slide .x-text {
    padding: 0 1rem 0 0.4rem;
  }
}
@media (max-width: 767px) {
  .x-about6 .x-con .x-swiper .swiper .swiper-wrapper .swiper-slide .x-text {
    padding: 0 0.4rem 0 0.4rem;
  }
}
.x-about6 .x-con .x-swiper .swiper .swiper-wrapper .swiper-slide .x-text .x-title {
  font-size: 0.3rem;
}
.x-about6 .x-con .x-swiper .swiper .swiper-wrapper .swiper-slide .x-text .x-p {
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (max-width: 1580px) {
  .x-about6 .x-con .x-swiper .swiper .swiper-wrapper .swiper-slide .x-text .x-p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .x-about6 .x-con .x-swiper .swiper .swiper-wrapper .swiper-slide .x-text .x-p {
    font-size: 0.24rem;
  }
}
.x-about6 .x-con .x-xia {
  position: relative;
}
.x-about6 .x-con .x-xia::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.35);
  position: absolute;
  left: 0;
  bottom: 34px;
}
.x-about6 .x-con .x-xia .swiper {
  margin: 0 auto;
  width: 72.9%;
  max-width: 1400px;
  padding: 20px 0 40px 0;
}
@media (max-width: 767px) {
  .x-about6 .x-con .x-xia .swiper {
    width: 89.333333%;
  }
}
.x-about6 .x-con .x-xia .swiper .swiper-wrapper .swiper-slide {
  position: relative;
}
.x-about6 .x-con .x-xia .swiper .swiper-wrapper .swiper-slide.swiper-slide-thumb-active p {
  font-size: 24px;
  margin-top: -20px;
}
.x-about6 .x-con .x-xia .swiper .swiper-wrapper .swiper-slide.swiper-slide-thumb-active i {
  bottom: -22px;
}
.x-about6 .x-con .x-xia .swiper .swiper-wrapper .swiper-slide.swiper-slide-thumb-active i::before {
  opacity: 1;
}
.x-about6 .x-con .x-xia .swiper .swiper-wrapper .swiper-slide p {
  font-size: 18px;
  color: #fff;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
  margin-top: 0;
  transition: 0.3s all;
}
@media (max-width: 767px) {
  .x-about6 .x-con .x-xia .swiper .swiper-wrapper .swiper-slide p {
    padding-bottom: 0;
  }
}
.x-about6 .x-con .x-xia .swiper .swiper-wrapper .swiper-slide i {
  display: block;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  transition: 0.3s all;
}
@media (max-width: 767px) {
  .x-about6 .x-con .x-xia .swiper .swiper-wrapper .swiper-slide i {
    width: 8px;
    height: 8px;
  }
}
.x-about6 .x-con .x-xia .swiper .swiper-wrapper .swiper-slide i::before {
  content: "";
  width: 45px;
  height: 45px;
  border-radius: 50px;
  border: 1px solid #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.3s all;
}
@media (max-width: 767px) {
  .x-about6 .x-con .x-xia .swiper .swiper-wrapper .swiper-slide i::before {
    width: 30px;
    height: 30px;
  }
}
.x-about6 .x-con .x-xia .swiper .swiper-button-prev {
  color: #fff;
  width: 30px;
  height: 30px;
  background: #7ba9a6;
  border-radius: 50%;
  left: 0;
  transition: 0.3s all;
  top: 70px;
  opacity: 1;
}
.x-about6 .x-con .x-xia .swiper .swiper-button-prev:hover {
  background: #fff;
}
.x-about6 .x-con .x-xia .swiper .swiper-button-prev:hover::after {
  color: #7ba9a6;
}
@media (max-width: 767px) {
  .x-about6 .x-con .x-xia .swiper .swiper-button-prev {
    top: 60px;
  }
}
.x-about6 .x-con .x-xia .swiper .swiper-button-prev::after {
  font-size: 10px;
}
.x-about6 .x-con .x-xia .swiper .swiper-button-next {
  color: #fff;
  width: 30px;
  height: 30px;
  background: #7ba9a6;
  border-radius: 50%;
  right: 0;
  transition: 0.3s all;
  top: 70px;
}
.x-about6 .x-con .x-xia .swiper .swiper-button-next:hover {
  background: #fff;
}
.x-about6 .x-con .x-xia .swiper .swiper-button-next:hover::after {
  color: #7ba9a6;
}
@media (max-width: 767px) {
  .x-about6 .x-con .x-xia .swiper .swiper-button-next {
    top: 60px;
  }
}
.x-about6 .x-con .x-xia .swiper .swiper-button-next::after {
  font-size: 10px;
}
.x-about7 {
  background-color: #f5f5f5;
  padding: 2rem 0 1.3rem 0;
}
@media (max-width: 971px) {
  .x-about7 {
    padding-top: 1.2rem;
  }
}
.x-about7 .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-about7 .container .x-left {
  width: 34.64%;
  margin-top: 0.7rem;
  padding-left: 0.65rem;
  position: relative;
}
@media (max-width: 1260px) {
  .x-about7 .container .x-left {
    padding-left: 0;
  }
}
@media (max-width: 971px) {
  .x-about7 .container .x-left {
    width: 100%;
    margin-top: 0.2rem;
  }
}
.x-about7 .container .x-left::before {
  content: "";
  width: 4.1rem;
  height: 3.77rem;
  background: url(../image/x-about11.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: -0.4rem;
  z-index: a;
}
@media (max-width: 971px) {
  .x-about7 .container .x-left::before {
    display: none;
  }
}
.x-about7 .container .x-left .x-title {
  font-size: 0.4rem;
  position: relative;
  z-index: 2;
}
.x-about7 .container .x-left .x-p {
  font-size: 18px;
  margin: 0.05rem 0 0.5rem 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 1580px) {
  .x-about7 .container .x-left .x-p {
    font-size: 16px;
  }
}
.x-about7 .container .x-left .x-public-a {
  background-color: #1d9c90;
  color: #fff;
  transition: 0.3s all;
  position: relative;
  z-index: 2;
}
.x-about7 .container .x-left .x-public-a:hover {
  opacity: 0.8;
}
.x-about7 .container .x-right {
  width: 55.71%;
}
@media (max-width: 971px) {
  .x-about7 .container .x-right {
    width: 100%;
    order: -1;
  }
}
.x-about7 .container .x-right img {
  width: 100%;
  height: 4.45rem;
  object-fit: cover;
  border-radius: 0.1rem;
}
@media (max-width: 1580px) {
  .x-about7 .container .x-right img {
    height: 5.6rem;
  }
}
@media (max-width: 767px) {
  .x-about7 .container .x-right img {
    height: 4.45rem;
  }
}
.x-contact1 {
  background-color: #f5f5f5;
  padding-bottom: 0.6rem;
}
@media (max-width: 971px) {
  .x-contact1 {
    padding-top: 1.2rem;
  }
}
.x-contact1 .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-contact1 .container .x-left {
  width: 48.92%;
  background-color: #fff;
  border-radius: 5px;
}
@media (max-width: 971px) {
  .x-contact1 .container .x-left {
    width: 100%;
  }
}
.x-contact1 .container .x-left .x-title {
  font-size: 0.3rem;
  padding-bottom: 0.25rem;
  margin-bottom: 0.3rem;
  border-bottom: 0.02rem solid #dcdcdc;
  position: relative;
  display: none;
}
@media (max-width: 767px) {
  .x-contact1 .container .x-left .x-title {
    display: block;
    font-size: 0.48rem;
    padding: 0.4rem 0.4rem 0 0.4rem;
    border-bottom: none;
    margin-bottom: 0;
  }
}
.x-contact1 .container .x-left .x-title::before {
  content: "";
  width: 1.2rem;
  height: 0.02rem;
  background-color: #1d9c90;
  position: absolute;
  left: 0;
  bottom: -0.02rem;
}
@media (max-width: 767px) {
  .x-contact1 .container .x-left .x-title::before {
    display: none;
  }
}
.x-contact1 .container .x-left .x-xia {
  padding: 0.2rem 0.45rem 0.3rem 0.38rem;
  border-radius: 5px;
}
.x-contact1 .container .x-left .x-xia ul li {
  padding-bottom: 0.16rem;
  border-bottom: 1px dashed #cccccc;
}
.x-contact1 .container .x-left .x-xia ul li:nth-of-type(n+2) {
  padding-top: 0.15rem;
}
.x-contact1 .container .x-left .x-xia ul li .x-title2 {
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 1580px) {
  .x-contact1 .container .x-left .x-xia ul li .x-title2 {
    font-size: 18px;
  }
}
.x-contact1 .container .x-left .x-xia ul li .x-p {
  font-size: 18px;
  color: #999999;
}
@media (max-width: 1580px) {
  .x-contact1 .container .x-left .x-xia ul li .x-p {
    font-size: 16px;
  }
}
.x-contact1 .container .x-left .x-xia ul li .x-con {
  display: flex;
  margin-top: 0.1rem;
}
@media (max-width: 1260px) {
  .x-contact1 .container .x-left .x-xia ul li .x-con {
    flex-wrap: wrap;
  }
}
.x-contact1 .container .x-left .x-xia ul li .x-con .x-img {
  min-width: 2.5rem;
  margin-right: 0.3rem;
}
@media (max-width: 1260px) {
  .x-contact1 .container .x-left .x-xia ul li .x-con .x-img {
    width: 100%;
  }
}
.x-contact1 .container .x-left .x-xia ul li .x-con .x-img:nth-of-type(2) {
  margin-right: 0;
}
.x-contact1 .container .x-left .x-xia ul li .x-con .x-img:nth-of-type(2) svg {
  width: 16px;
  height: 16px;
}
.x-contact1 .container .x-left .x-xia ul li .x-con .x-img:nth-of-type(2) svg path {
  fill: #1d9c90;
}
.x-contact1 .container .x-left .x-xia ul li .x-con .x-img svg {
  width: 17px;
  height: 13px;
  margin-right: 0.1rem;
}
.x-contact1 .container .x-left .x-xia ul li .x-con .x-img svg path {
  fill: #1d9c90;
}
.x-contact1 .container .x-left .x-xia ul li .x-con .x-img span {
  font-size: 18px;
}
@media (max-width: 1580px) {
  .x-contact1 .container .x-left .x-xia ul li .x-con .x-img span {
    font-size: 16px;
  }
}
.x-contact1 .container .x-left .x-xia ul li .x-di {
  display: flex;
}
.x-contact1 .container .x-left .x-xia ul li .x-di .x-d-img {
  margin-left: -4px;
}
.x-contact1 .container .x-left .x-xia ul li .x-di .x-d-img svg {
  width: 22px;
  height: 22px;
  margin-right: 0.1rem;
}
.x-contact1 .container .x-left .x-xia ul li .x-di .x-d-img svg path {
  fill: #1d9c90;
}
.x-contact1 .container .x-left .x-xia ul li .x-di p {
  font-size: 18px;
}
@media (max-width: 1580px) {
  .x-contact1 .container .x-left .x-xia ul li .x-di p {
    font-size: 16px;
  }
}
@media (max-width: 1260px) {
  .x-contact1 .container .x-left .x-xia ul li .x-di p br {
    display: none;
  }
}
.x-contact1 .container .x-left .x-xia .ins_det_fxr_box {
  margin-top: 0.2rem;
}
.x-contact1 .container .x-left .x-xia .ins_det_fxr_box p {
  font-size: 20px;
  color: #111111;
  font-weight: bold;
  margin-right: 0.2rem;
}
@media (max-width: 1580px) {
  .x-contact1 .container .x-left .x-xia .ins_det_fxr_box p {
    font-size: 18px;
  }
}
.x-contact1 .container .x-left .x-xia .ins_det_fxr_box .bshare-custom a {
  width: 25px;
  height: 25px;
  margin: 0 0.1rem;
  opacity: 0.8;
  transition: 0.3s all;
}
.x-contact1 .container .x-left .x-xia .ins_det_fxr_box .bshare-custom a:hover.fx1 {
  background: url(../image/x-contact7.png) center center no-repeat;
  background-size: contain;
}
.x-contact1 .container .x-left .x-xia .ins_det_fxr_box .bshare-custom a:hover.fx2 {
  background: url(../image/x-contact6.png) center center no-repeat;
  background-size: contain;
}
.x-contact1 .container .x-left .x-xia .ins_det_fxr_box .bshare-custom a:hover.fx3 {
  background: url(../image/x-contact8.png) center center no-repeat;
  background-size: contain;
}
.x-contact1 .container .x-left .x-xia .ins_det_fxr_box .bshare-custom a:hover.fx4 {
  background: url(../image/x-contact9.png) center center no-repeat;
  background-size: contain;
}
.x-contact1 .container .x-left .x-xia .ins_det_fxr_box .bshare-custom .fx1 {
  display: inline-block;
  background: url(../image/x-contact3.png) center center no-repeat;
  background-size: contain;
}
.x-contact1 .container .x-left .x-xia .ins_det_fxr_box .bshare-custom .fx2 {
  display: inline-block;
  background: url(../image/x-contact2.png) center center no-repeat;
  background-size: contain;
}
.x-contact1 .container .x-left .x-xia .ins_det_fxr_box .bshare-custom .fx3 {
  display: inline-block;
  background: url(../image/x-contact4.png) center center no-repeat;
  background-size: contain;
}
.x-contact1 .container .x-left .x-xia .ins_det_fxr_box .bshare-custom .fx4 {
  display: inline-block;
  background: url(../image/x-contact5.png) center center no-repeat;
  background-size: contain;
}
.x-contact1 .container .x-right {
  width: 48.92%;
  background-color: #fff;
  border-radius: 5px;
}
@media (max-width: 971px) {
  .x-contact1 .container .x-right {
    width: 100%;
    margin-top: 0.4rem;
  }
}
.x-contact1 .container .x-right .x-title {
  font-size: 0.3rem;
  padding-bottom: 0.25rem;
  margin-bottom: 0.3rem;
  border-bottom: 0.02rem solid #dcdcdc;
  position: relative;
  display: none;
}
@media (max-width: 767px) {
  .x-contact1 .container .x-right .x-title {
    display: block;
    font-size: 0.48rem;
    padding: 0.4rem 0.4rem 0 0.4rem;
    border-bottom: none;
    margin-bottom: 0;
  }
}
.x-contact1 .container .x-right .x-title::before {
  content: "";
  width: 1.2rem;
  height: 0.02rem;
  background-color: #1d9c90;
  position: absolute;
  left: 0;
  bottom: -0.02rem;
  display: none;
}
.x-contact1 .container .x-right .x-xia {
  padding: 0.15rem 0.35rem 0.45rem 0.4rem;
}
.x-contact1 .container .x-right .x-xia .x-p {
  font-size: 18px;
  color: #666666;
  margin: 0.1rem 0 0.25rem 0;
}
@media (max-width: 1580px) {
  .x-contact1 .container .x-right .x-xia .x-p {
    font-size: 16px;
  }
}
@media (max-width: 1260px) {
  .x-contact1 .container .x-right .x-xia .x-p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .x-contact1 .container .x-right .x-xia .x-p {
    font-size: 14px;
  }
}
.x-contact1 .container .x-right .x-xia .x-form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-contact1 .container .x-right .x-xia .x-form input {
  height: 40px;
  background-color: #f5f5f5;
  margin-bottom: 0.18rem;
  padding: 0 0.25rem;
  color: #999999;
  border: 1px solid transparent;
  border-radius: 3px;
  transition: 0.3s all;
}
.x-contact1 .container .x-right .x-xia .x-form input:nth-of-type(2n-1) {
  width: 61.3%;
}
@media (max-width: 767px) {
  .x-contact1 .container .x-right .x-xia .x-form input:nth-of-type(2n-1) {
    width: 100%;
  }
}
.x-contact1 .container .x-right .x-xia .x-form input:nth-of-type(2n) {
  width: 36.5%;
}
@media (max-width: 767px) {
  .x-contact1 .container .x-right .x-xia .x-form input:nth-of-type(2n) {
    width: 100%;
  }
}
@media (max-width: 1260px) {
  .x-contact1 .container .x-right .x-xia .x-form input {
    height: 40px;
  }
}
@media (max-width: 767px) {
  .x-contact1 .container .x-right .x-xia .x-form input {
    width: 100%;
    margin-bottom: 0.3rem;
  }
}
.x-contact1 .container .x-right .x-xia .x-form input::placeholder {
  color: #999999;
  transition: 0.3s all;
}
.x-contact1 .container .x-right .x-xia .x-form input:hover {
  color: #1d9c90;
  border: 1px solid #1d9c90;
}
.x-contact1 .container .x-right .x-xia .x-form input:hover::placeholder {
  color: #1d9c90;
}
.x-contact1 .container .x-right .x-xia .x-form .x-inp {
  width: 36.5%;
  height: 40px;
  line-height: 40px;
  background-color: #f5f5f5;
  position: relative;
  color: #999999;
  padding: 0 0.25rem;
  border-radius: 3px;
}
@media (max-width: 1260px) {
  .x-contact1 .container .x-right .x-xia .x-form .x-inp {
    height: 40px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .x-contact1 .container .x-right .x-xia .x-form .x-inp {
    width: 100%;
    margin-bottom: 0.3rem;
  }
}
.x-contact1 .container .x-right .x-xia .x-form .x-inp input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  margin-bottom: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  border: 0;
  cursor: pointer;
}
.x-contact1 .container .x-right .x-xia .x-form .x-inp p {
  color: #999999;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.x-contact1 .container .x-right .x-xia .x-form .x-inp img {
  width: 22px;
  height: 20px;
  object-fit: contain;
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .x-contact1 .container .x-right .x-xia .x-form .x-inp img {
    width: 18px;
    height: 18px;
    right: 0.25rem;
  }
}
.x-contact1 .container .x-right .x-xia .x-form textarea {
  width: 100%;
  height: 1.14rem;
  background-color: #f5f5f5;
  color: #999999;
  padding: 0.2rem 0.25rem;
  border-radius: 3px;
  transition: 0.3s all;
  border: 1px solid transparent;
}
.x-contact1 .container .x-right .x-xia .x-form textarea:hover {
  color: #1d9c90;
  border: 1px solid #1d9c90;
}
.x-contact1 .container .x-right .x-xia .x-form textarea:hover::placeholder {
  color: #1d9c90;
}
@media (max-width: 1260px) {
  .x-contact1 .container .x-right .x-xia .x-form textarea {
    height: 2.14rem;
  }
}
.x-contact1 .container .x-right .x-xia .x-form textarea::placeholder {
  color: #999999;
}
.x-contact1 .container .x-right .x-xia .x-form .x-xz {
  width: 100%;
  margin: 0.15rem 0 0.25rem 0;
}
.x-contact1 .container .x-right .x-xia .x-form .x-xz.on i {
  background: url("../image/x-xzdg.png") no-repeat center;
  background-size: 14px 10px;
}
.x-contact1 .container .x-right .x-xia .x-form .x-xz i {
  display: none;
  width: 12px;
  height: 12px;
  border: 1px solid #999999;
  display: inline-block;
  cursor: pointer;
}
.x-contact1 .container .x-right .x-xia .x-form .x-xz p {
  font-size: 14px;
  color: #999999;
  display: inline-block;
}
.x-contact1 .container .x-right .x-xia .x-form .x-xz p a {
  color: #1d9c90;
  border-bottom: 1px solid #1d9c90;
}
.x-contact1 .container .x-right .x-xia .x-form .x-but-box.on button {
  pointer-events: none;
}
.x-contact1 .container .x-right .x-xia .x-form .x-but-box button {
  width: 1.66rem;
  background-color: #1d9c90;
  color: #fff;
  height: 0.46rem;
  border-radius: 3px;
  transition: 0.3s all;
}
.x-contact1 .container .x-right .x-xia .x-form .x-but-box button:hover {
  opacity: 0.8;
}
@media (max-width: 1260px) {
  .x-contact1 .container .x-right .x-xia .x-form .x-but-box button {
    width: 1.8rem;
    height: 0.56rem;
  }
}
@media (max-width: 767px) {
  .x-contact1 .container .x-right .x-xia .x-form .x-but-box button {
    width: 2.2rem;
    height: 0.8rem;
  }
}
.x-contact1 .container .x-right .x-xia .x-form .x-but-box button:nth-of-type(2) {
  margin-left: 0.15rem;
  background-color: #333333;
}
.x-contact2 {
  background-color: #f5f5f5;
  padding-top: 0.7rem;
}
@media (max-width: 971px) {
  .x-contact2 {
    display: none;
  }
}
.x-contact2 .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-contact2 .container .x-left {
  width: 48.92%;
}
.x-contact2 .container .x-left .x-title {
  font-size: 0.3rem;
  padding-bottom: 0.25rem;
  margin-bottom: 0.3rem;
  border-bottom: 0.02rem solid #dcdcdc;
  position: relative;
}
.x-contact2 .container .x-left .x-title::before {
  content: "";
  width: 1.2rem;
  height: 0.02rem;
  background-color: #1d9c90;
  position: absolute;
  left: 0;
  bottom: -0.02rem;
}
.x-contact2 .container .x-right {
  width: 48.92%;
}
.x-contact2 .container .x-right .x-title {
  font-size: 0.3rem;
  padding-bottom: 0.25rem;
  margin-bottom: 0.3rem;
  border-bottom: 0.02rem solid #dcdcdc;
  position: relative;
}
.x-contact2 .container .x-right .x-title::before {
  content: "";
  width: 1.2rem;
  height: 0.02rem;
  background-color: #1d9c90;
  position: absolute;
  left: 0;
  bottom: -0.02rem;
}
.x-contact3 {
  background-color: #f5f5f5;
  padding-bottom: 0.35rem;
}
.x-contact3 .container .x-top {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 0.35rem;
  border-bottom: 0.02rem solid #dcdcdc;
}
@media (max-width: 767px) {
  .x-contact3 .container .x-top {
    flex-wrap: wrap;
  }
}
.x-contact3 .container .x-top .x-title {
  width: 30%;
  font-size: 0.3rem;
  color: #111111;
  padding-bottom: 0.25rem;
  position: relative;
}
@media (max-width: 767px) {
  .x-contact3 .container .x-top .x-title {
    width: 100%;
    font-size: 0.48rem;
  }
}
.x-contact3 .container .x-top .x-title::before {
  content: "";
  width: 1.2rem;
  height: 0.02rem;
  background-color: #1d9c90;
  position: absolute;
  left: 0;
  bottom: -0.02rem;
}
@media (max-width: 767px) {
  .x-contact3 .container .x-top .x-title::before {
    display: none;
  }
}
.x-contact3 .container .x-top .x-right {
  width: 65%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1260px) {
  .x-contact3 .container .x-top .x-right {
    justify-content: flex-start;
    overflow-x: auto;
  }
}
@media (max-width: 767px) {
  .x-contact3 .container .x-top .x-right {
    width: 100%;
  }
}
.x-contact3 .container .x-top .x-right a {
  display: inline-block;
  margin-right: 0.5rem;
  color: #333;
  font-size: 18px;
}
@media (max-width: 1580px) {
  .x-contact3 .container .x-top .x-right a {
    font-size: 16px;
  }
}
@media (max-width: 1260px) {
  .x-contact3 .container .x-top .x-right a {
    flex: none;
  }
}
.x-contact3 .container .x-top .x-right a.on {
  font-weight: bold;
  color: #1d9c90;
}
.x-contact3 .container .x-top .x-right a:last-child {
  margin-right: 0;
}
.x-contact3 .container .x-xia ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 971px) {
  .x-contact3 .container .x-xia ul {
    justify-content: space-between;
  }
}
.x-contact3 .container .x-xia ul li {
  background-color: #fff;
  width: 31.78%;
  margin-right: 2.33%;
  padding: 0.3rem 0.44rem 0.2rem 0.44rem;
  border-radius: 5px;
  margin-bottom: 0.3rem;
}
@media (max-width: 1260px) {
  .x-contact3 .container .x-xia ul li {
    margin-bottom: 0.4rem;
  }
}
@media (max-width: 971px) {
  .x-contact3 .container .x-xia ul li {
    width: 48%;
    margin-right: 0 !important;
    margin-bottom: 0.2rem;
  }
}
@media (max-width: 767px) {
  .x-contact3 .container .x-xia ul li {
    width: 100%;
    margin-right: 0 !important;
  }
}
.x-contact3 .container .x-xia ul li:nth-of-type(3n) {
  margin-right: 0;
}
.x-contact3 .container .x-xia ul li .x-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0.1rem;
}
@media (max-width: 1580px) {
  .x-contact3 .container .x-xia ul li .x-title {
    font-size: 18px;
  }
}
.x-contact3 .container .x-xia ul li .x-li-l {
  display: flex;
  align-items: center;
  margin-bottom: 0.05rem;
}
.x-contact3 .container .x-xia ul li .x-li-l:nth-of-type(2) svg {
  width: 16px;
  height: 16px;
}
.x-contact3 .container .x-xia ul li .x-li-l:nth-of-type(2) svg path {
  fill: #1d9c90;
}
.x-contact3 .container .x-xia ul li .x-li-l svg {
  width: 17px;
  height: 13px;
  margin-right: 0.1rem;
  flex-shrink: 0;
}
.x-contact3 .container .x-xia ul li .x-li-l svg path {
  fill: #1d9c90;
}
.x-contact3 .container .x-xia ul li p {
  font-size: 18px;
}
@media (max-width: 1580px) {
  .x-contact3 .container .x-xia ul li p {
    font-size: 16px;
  }
}
.g-newsIngo .g-newsIngo-box {
  align-items: flex-start;
}
.g-newsIngo .g-newsIngo-r {
  position: sticky;
  top: 40px;
}
@media (max-width: 767px) {
  .g-newsIngo .g-newsIngo-r {
    top: 0;
  }
}
.g-proInfo-icon-box {
  transition: 0.3s all;
}
.g-proInfo-icon-box:hover {
  opacity: 0.8;
}
.g-proInfo-ove .g-proInfo-ove-box {
  align-items: flex-start;
}
.g-proInfo-ove .g-proInfo-ove-box .g-proInfo-ove-r {
  position: sticky;
  top: 40px;
}
@media (max-width: 767px) {
  .g-proInfo-ove .g-proInfo-ove-box .g-proInfo-ove-r {
    top: 0;
  }
}
.g-seaT-form button {
  transition: 0.3s all;
}
.g-seaT-form button:hover {
  opacity: 0.8;
}
.x-about3 .x-con {
  position: relative;
}
.x-about3 .x-con .x-img {
  width: 100%;
  height: 8.5rem;
  position: relative;
}
@media (max-width: 1580px) {
  .x-about3 .x-con .x-img {
    height: 9.5rem;
  }
}
@media (max-width: 767px) {
  .x-about3 .x-con .x-img {
    height: 10.5rem;
  }
}
.x-about3 .x-con .x-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s all;
}
.x-about3 .x-con .x-xia {
  position: absolute;
  top: 1.6rem;
  left: 13.55%;
  z-index: 6;
}
@media (min-width: 1921px) {
  .x-about3 .x-con .x-xia {
    left: 22.55%;
  }
}
@media (max-width: 1580px) {
  .x-about3 .x-con .x-xia {
    top: 50%;
    transform: translateY(-50%);
    max-width: 6rem;
    left: 8%;
  }
}
@media (max-width: 767px) {
  .x-about3 .x-con .x-xia {
    left: 5%;
    max-width: 90%;
  }
}
.x-about3 .x-con .x-xia .x-title {
  font-size: 0.4rem;
  color: #fff;
  margin-bottom: 0.4rem;
}
@media (max-width: 767px) {
  .x-about3 .x-con .x-xia .x-title {
    margin-bottom: 0.3rem;
  }
}
.x-about3 .x-con .x-xia .x-swiper {
  height: 4.8rem;
}
@media (max-width: 1580px) {
  .x-about3 .x-con .x-xia .x-swiper {
    height: 7rem;
  }
}
@media (max-width: 767px) {
  .x-about3 .x-con .x-xia .x-swiper {
    height: 8rem;
  }
}
.x-about3 .x-con .x-xia .swiper {
  height: 100%;
}
.x-about3 .x-con .x-xia .swiper ul {
  max-width: 5rem;
}
@media (max-width: 1580px) {
  .x-about3 .x-con .x-xia .swiper ul {
    max-width: 6rem;
  }
}
@media (max-width: 767px) {
  .x-about3 .x-con .x-xia .swiper ul {
    max-width: 90%;
  }
}
.x-about3 .x-con .x-xia .swiper ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.2rem 0.3rem;
  min-height: 1rem;
  position: relative;
  transition: 0.3s all;
  cursor: pointer;
  overflow: hidden;
}
.x-about3 .x-con .x-xia .swiper ul li::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #1d9c90;
  transition: 0.3s all;
  opacity: 0;
  border-radius: 5px;
}
.x-about3 .x-con .x-xia .swiper ul li.on {
  border: 1px solid #1d9c90;
}
.x-about3 .x-con .x-xia .swiper ul li.on::before {
  opacity: 1;
  width: 100%;
}
@media (max-width: 1580px) {
  .x-about3 .x-con .x-xia .swiper ul li {
    min-height: 1.5rem;
  }
}
.x-about3 .x-con .x-xia .swiper ul li:last-child {
  margin-bottom: 0;
}
.x-about3 .x-con .x-xia .swiper ul li .x-li {
  display: flex;
  align-items: baseline;
  position: relative;
  z-index: 2;
}
.x-about3 .x-con .x-xia .swiper ul li .x-sp {
  font-size: 20px;
  color: #fff;
  margin-right: 8px;
}
@media (max-width: 1580px) {
  .x-about3 .x-con .x-xia .swiper ul li .x-sp {
    font-size: 18px;
  }
}
.x-about3 .x-con .x-xia .swiper ul li .x-right p {
  font-size: 24px;
  color: #fff;
}
@media (max-width: 1580px) {
  .x-about3 .x-con .x-xia .swiper ul li .x-right p {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .x-about3 .x-con .x-xia .swiper ul li .x-right p {
    font-size: 18px;
  }
}
.x-about3 .x-con .x-xia .swiper ul li .x-right span {
  font-size: 18px;
  color: #fff;
}
@media (max-width: 1580px) {
  .x-about3 .x-con .x-xia .swiper ul li .x-right span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .x-about3 .x-con .x-xia .swiper ul li .x-right span {
    font-size: 14px;
  }
}
.g-dow .g-dow-t-l .g-dow-sel {
  position: relative;
}
.g-dow .g-dow-t-l .g-dow-sel:hover ul {
  display: block;
}
.g-dow .g-dow-t-l .g-dow-sel .x-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 0.46rem 0 0.2rem;
  cursor: pointer;
}
@media (max-width: 971px) {
  .g-dow .g-dow-t-l .g-dow-sel .x-top p {
    font-size: 12px;
  }
}
.g-dow .g-dow-t-l .g-dow-sel .x-top .x-img {
  width: 0.46rem;
  height: 100%;
  border-left: 1px solid #eee;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
}
.g-dow .g-dow-t-l .g-dow-sel .x-top .x-img svg {
  width: 10px;
}
.g-dow .g-dow-t-l .g-dow-sel ul {
  position: absolute;
  top: 104%;
  left: 0;
  z-index: 5;
  width: 100%;
  background-color: #fff;
  display: none;
}
.g-dow .g-dow-t-l .g-dow-sel ul li {
  padding: 0.05rem 0.05rem;
}
.g-dow .g-dow-t-l .g-dow-sel ul li p {
  width: 100%;
  line-height: 1.5;
  padding: 0.1rem 0.1rem;
  color: #666;
  display: flex;
  border-radius: 0.05rem;
  transition: all ease-in 0.3s;
  font-size: 14px;
  cursor: pointer;
}
@media (max-width: 971px) {
  .g-dow .g-dow-t-l .g-dow-sel ul li p {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .g-dow .g-dow-t-l .g-dow-sel ul li p {
    line-height: 0.6rem;
  }
}
.g-dow .g-dow-t-l .g-dow-sel ul li p:hover {
  background-color: #f8f8f8;
}
@media (max-width: 767px) {
  .g-order_list_box ul {
    background-color: #fff;
    padding: 0.4rem 0.6rem;
    border: 1px solid #ebebeb;
    display: none;
  }
}
.g-susAct-con:nth-child(1) .g-susAct-nr:nth-child(1) .g-susAct-txt p {
  width: 52%;
}
@media (max-width: 1260px) {
  .g-susAct-con:nth-child(1) .g-susAct-nr:nth-child(1) .g-susAct-txt p {
    width: 100%;
  }
}
.g-susAct-con:nth-child(2) .g-susAct-nr:nth-child(2) .g-susAct-txt p {
  width: 52%;
}
@media (max-width: 1260px) {
  .g-susAct-con:nth-child(2) .g-susAct-nr:nth-child(2) .g-susAct-txt p {
    width: 100%;
  }
}
.g-proList .g-order_list_box .x-top {
  display: none;
}
@media (max-width: 767px) {
  .g-proList .g-order_list_box .x-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0.26rem 0.46rem 0.26rem 0.36rem;
    cursor: pointer;
    position: relative;
    border: 1px solid #ebebeb;
    margin-bottom: 0.4rem;
  }
  .g-proList .g-order_list_box .x-top svg {
    transition: 0.3s all;
  }
  .g-proList .g-order_list_box .x-top.on svg {
    transform: rotate(180deg);
  }
}
.g-proList .g-order_list_box .x-top P {
  font-size: 14px;
}
.g-proList .g-order_list_box .x-top .x-img {
  width: 1rem;
  height: 100%;
  border-left: 1px solid #eee;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
}
.g-proList .g-order_list_box .x-top .x-img svg {
  width: 10px;
}
.x-indexx .x-con {
  position: relative;
}
.x-indexx .x-con .x-video {
  width: 100%;
  height: 6rem;
}
@media (max-width: 971px) {
  .x-indexx .x-con .x-video {
    height: auto;

  }
}
.x-indexx .x-con .x-video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-indexx .x-con .x-video img.x-pc {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .x-indexx .x-con .x-video img.x-pc {
    height: auto;
  }
}
.x-indexx .x-con .x-video img.x-m {
  display: none;
}
.x-indexx .x-con .x-video .x-vi {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 971px) {
  .x-indexx .x-con .x-video .x-vi {
    position: relative;
  }
}
.x-indexx .x-con .x-dx .x-dx-box {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 15;
}
.x-indexx .x-con .x-dx .x-dx-box.a1 {
  top: 21%;
  left: 69.5%;
}
@media (max-width: 1260px) {

}
@media (max-width: 767px) {

  .x-indexx .x-con .x-dx .x-dx-box.a1 .x-text-box {
    left: auto;
    right: 50px;
  }
}
.x-indexx .x-con .x-dx .x-dx-box.a2 {
  top: 82%;
  left: 10.5%;
}
@media (max-width: 1580px) {

}
@media (max-width: 767px) {

  .x-indexx .x-con .x-dx .x-dx-box.a2 .x-text-box {
    /*left: -1.8rem;*/
    /*top: 0.6rem;*/
  }
}
@media (max-width: 321px) {
  .x-indexx .x-con .x-dx .x-dx-box.a2 .x-text-box {
    /*left: -100px;*/
  }
}
.x-indexx .x-con .x-dx .x-dx-box.a3 {
  top: 73%;
  left: 80.5%;
}
@media (max-width: 1580px) {

}
@media (max-width: 1260px) {

}
@media (max-width: 767px) {

  .x-indexx .x-con .x-dx .x-dx-box.a3 .x-text-box {
    left: auto;
    right: 50px;
  }
}
.x-indexx .x-con .x-dx .x-dx-box.a4 {
  top: 13%;
  left: 95.5%;
}
@media (max-width: 1580px) {

}
@media (max-width: 1260px) {

}
@media (max-width: 767px) {

  .x-indexx .x-con .x-dx .x-dx-box.a4 .x-text-box {
    left: auto;
    right: 50px;
  }
}
.x-indexx .x-con .x-dx .x-dx-box:hover .x-text-box {
  width: auto;
  padding: 9px 20px 9px 9px;
}


.x-indexx .x-con .x-dx .x-dx-box.a5 {
  top: 5%;
  left: 62.5%;
}

.x-indexx .x-con .x-dx .x-dx-box.a6 {
  top: 24%;
  left: 15.5%;
}

@media (max-width: 1580px) {
}
@media (max-width: 767px) {
  .x-indexx .x-con .x-dx .x-dx-box:hover .x-text-box {
    padding: 4px 20px 5px 5px;
  }
}
.x-indexx .x-con .x-dx .x-dx-box:hover .x-dx-bj {
  width: 28px;
  height: 28px;
}
.x-indexx .x-con .x-dx .x-dx-box:hover .x-dx-bj img {
  display: none;
}
.x-indexx .x-con .x-dx .x-dx-box:hover .x-dx-bj img:nth-of-type(1) {
  display: none;
}
.x-indexx .x-con .x-dx .x-dx-box:hover .x-dx-bj img:nth-of-type(2) {
  display: none;
}
@media (max-width: 1580px) {
}
@media (max-width: 767px) {
  .x-indexx .x-con .x-dx .x-dx-box:hover .x-dx-bj {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 767px) {
  .x-indexx .x-con .x-dx .x-dx-box:hover i {
    display: block;
  }
}
.x-indexx .x-con .x-dx .x-dx-box.on .x-text-box {
  width: auto;
  padding: 9px 20px 9px 9px;
}
@media (max-width: 767px) {
  .x-indexx .x-con .x-dx .x-dx-box.on .x-text-box {
    padding: 4px 20px 5px 5px;
  }
}
.x-indexx .x-con .x-dx .x-dx-box.on .x-dx-bj {
  width: 28px;
  height: 28px;
}
.x-indexx .x-con .x-dx .x-dx-box.on .x-dx-bj img {
  display: none;
}
.x-indexx .x-con .x-dx .x-dx-box.on .x-dx-bj img:nth-of-type(1) {
  display: none;
}
.x-indexx .x-con .x-dx .x-dx-box.on .x-dx-bj img:nth-of-type(2) {
  display: none;
}
@media (max-width: 1580px) {
}
@media (max-width: 767px) {
  .x-indexx .x-con .x-dx .x-dx-box.on .x-dx-bj {
    width: 20px;
    height: 20px;
  }
}
.x-indexx .x-con .x-dx .x-dx-box .x-text-box {
  overflow: hidden;
  width: 0;
  position: absolute;
  left: 50px;
  transition: 0.3s all;
  border-radius: 25px;
  background-color: rgba(255, 255, 255, 0.92);
}
.x-indexx .x-con .x-dx .x-dx-box .x-text-box .x-text {
  padding: 0;
}
.x-indexx .x-con .x-dx .x-dx-box .x-text-box .x-text .x-title {
  font-size: 20px;
  color: #1d9c90;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
@media (max-width: 1580px) {
  .x-indexx .x-con .x-dx .x-dx-box .x-text-box .x-text .x-title {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .x-indexx .x-con .x-dx .x-dx-box .x-text-box .x-text .x-title {
    display: flex;
    align-items: center;
  }
}
.x-indexx .x-con .x-dx .x-dx-box .x-text-box .x-text .x-title img {
  width: 7px;
  height: 12px;
  object-fit: contain;
  vertical-align: middle;
  margin-left: 10px;
}
.x-indexx .x-con .x-dx .x-dx-box .x-text-box .x-text .x-title .x-mmg {
  display: inline-flex;
  background-color: #1d9c90;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border-radius: 50%;
  margin-right: 12px;
}
.x-indexx .x-con .x-dx .x-dx-box .x-text-box .x-text .x-title .x-mmg img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  margin: 0;
}
.x-indexx .x-con .x-dx .x-dx-box .x-text-box .x-text .x-p {
  font-size: 18px;
  color: #666666;
}

.x-indexx .x-con .x-dx .x-dx-box.a4 .x-text-box{
  left: auto;
  right: 50px;
}
.x-indexx .x-con .x-dx .x-dx-box .x-dx-bj {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-size: 12px 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 6;
  transition: 0.3s all;
  background-color: #1d9c90;
}
.x-indexx .x-con .x-dx .x-dx-box .x-dx-bj::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .x-indexx .x-con .x-dx .x-dx-box .x-dx-bj {
    width: 20px;
    height: 20px;
  }
}
.x-indexx .x-con .x-dx .x-dx-box .x-dx-bj img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  display: none;
}
@media (max-width: 1580px) {
  .x-indexx .x-con .x-dx .x-dx-box .x-dx-bj img {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 767px) {
  .x-indexx .x-con .x-dx .x-dx-box .x-dx-bj img {
    width: 16px;
    height: 16px;
  }
}
.x-indexx .x-con .x-dx .x-dx-box .x-dx-bj img:nth-of-type(1) {
  display: none;
}
@media (max-width: 767px) {
  .x-indexx .x-con .x-dx .x-dx-box .x-dx-bj img:nth-of-type(1) {
    display: none !important;
  }
}
.x-indexx .x-con .x-dx .x-dx-box .x-dx-bj img:nth-of-type(2) {
  display: none;
}
@media (max-width: 767px) {
  .x-indexx .x-con .x-dx .x-dx-box .x-dx-bj img:nth-of-type(2) {
    display: none !important;
  }
}
.x-indexx .x-con .x-dx .x-dx-box i {
  position: absolute;
  flex: 0 0 50px;
  border-radius: 50%;
  background: #1d9c90;
  min-width: 50px;
  height: 50px;
  animation: scalemap2 2s linear infinite;
  -moz-animation: scalemap2 2s linear infinite;
  -webkit-animation: scalemap2 2s linear infinite;
}
@media (max-width: 767px) {
  .x-indexx .x-con .x-dx .x-dx-box i {
    flex: 0 0 40px;
    min-width: 40px;
    height: 40px;
  }
}
.x-indexx .x-con .x-dx .x-dx-box i:nth-of-type(2) {
  min-width: 80px;
  height: 80px;
  animation: scalemap 2s linear infinite;
  -moz-animation: scalemap 2s linear infinite;
  -webkit-animation: scalemap 2s linear infinite;
}
@media (max-width: 767px) {
  .x-indexx .x-con .x-dx .x-dx-box i:nth-of-type(2) {
    min-width: 60px;
    height: 60px;
  }
}
.x-indexx .x-con .x-swiper {
  position: absolute;
  z-index: 10;
  bottom: 40px;
  text-align: center;
  width: 100%;
  display: flex;
}
@media (max-width: 767px) {
  .x-indexx .x-con .x-swiper {
    display: none;
  }
}
.x-indexx .x-con .x-swiper .swiper {
  overflow: initial;
}
.x-indexx .x-con .x-swiper .swiper::before {
  content: "";
  width: 11.89rem;
  height: 51px;
  position: absolute;
  left: 50%;
  top: 57.5%;
  transform: translate(-50%, -50%);
  background: url("../image/x-mb-gg.png") no-repeat center;
  background-size: 100% 100%;
}
.x-indexx .x-con .x-swiper .swiper .swiper-wrapper .swiper-slide {
  width: auto;
  padding: 0 0.3rem;
}
.x-indexx .x-con .x-swiper .swiper .swiper-wrapper .swiper-slide.on p {
  color: #333333;
}
.x-indexx .x-con .x-swiper .swiper .swiper-wrapper .swiper-slide.on p::after {
  opacity: 1;
}
.x-indexx .x-con .x-swiper .swiper .swiper-wrapper .swiper-slide.on p::before {
  width: 100%;
  opacity: 1;
  transition: 4s all linear;
}
.x-indexx .x-con .x-swiper .swiper .swiper-wrapper .swiper-slide p {
  font-size: 20px;
  color: #333;
  position: relative;
  padding: 15px 0;
  cursor: pointer;
  transition: 0.3s all;
  padding-bottom: 5px;
}
@media (max-width: 1580px) {
  .x-indexx .x-con .x-swiper .swiper .swiper-wrapper .swiper-slide p {
    font-size: 18px;
    padding-bottom: 8px;
  }
}
.x-indexx .x-con .x-swiper .swiper .swiper-wrapper .swiper-slide p::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: -5px;
  z-index: 2;
  opacity: 0;
}
.x-indexx .x-con .x-swiper .swiper .swiper-wrapper .swiper-slide p::before {
  content: "";
  width: 0;
  height: 3px;
  background-color: #1d9c90;
  position: absolute;
  left: 0;
  bottom: -5px;
  z-index: 3;
}
.x-cbl {
  position: fixed;
  right: 30px;
  bottom: 15%;
  z-index: 50;
  display: none;
}
@media (max-width: 767px) {
  .x-cbl {
    display: none !important;
  }
}
.x-cbl .x-con a {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #1d9c90;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  transition: 0.5s all;
}
.x-cbl .x-con a .img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}
.x-cbl .x-con a.x-ca2 {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
}
.x-cbl .x-con a.x-ca2 svg path {
  fill: #1d9c90;
}
.x-cook {
  position: fixed;
  left: 0;
  bottom: 0;
  background-color: #1d9c90;
  padding: 15px 0.6rem;
  z-index: 1000;
  width: 100%;
  display: none;
}
.x-cook .x-con {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.x-cook p {
  color: #fff;
}
.x-cook p a {
  text-decoration: underline;
  color: #fff;
}
@media (max-width: 767px) {
  .x-cook {
    display: none !important;
  }
}
.x-cook .x-ja {
  display: inline-block;
  padding: 13px 25px;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #fff;
}
/* #x-home-header11 {
  background: rgba(255, 255, 255, 0);
} */
#x-home-header11 .x-con .x-logo .x-imga {
  display: none;
}
@media (max-width: 971px) {
  #x-home-header11 .x-con .x-logo .x-imga {
    display: block;
  }
}
#x-home-header11 .x-con .x-logo.x-imgb {
  display: block;
}
@media (max-width: 971px) {
  #x-home-header11 .x-con .x-logo.x-imgb {
    display: none;
  }
}
#x-home-header11 .x-con .x-right-box .x-nav li > a {
  color: #000000;
}
#x-home-header11 .x-con .x-right-box .x-ri-ss img:nth-of-type(1) {
  display: none;
}
#x-home-header11 .x-con .x-right-box .x-ri-ss img:nth-of-type(2) {
  display: block;
}
#x-home-header11 .x-con .x-right-box .x-ri-yy img:nth-of-type(1) {
  display: none;
}
#x-home-header11 .x-con .x-right-box .x-ri-yy img:nth-of-type(2) {
  display: block;
}
.x-indexx {
  position: relative;
}
.x-indexx::before {
  content: "";
  width: 100%;
  height: 3.2rem;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../image/x-indexmb1.png") no-repeat center;
  background-size: 100% 100%;
  z-index: 10;
}
#x-home-header11.c-style2 .x-con .x-logo .x-img1 img.x-imga {
  display: block;
}
#x-home-header11.c-style2 .x-con .x-logo .x-img1 img.x-imgb {
  display: none;
}
#x-home-header11.c-style2 .x-con .x-right-box .x-nav li > a {
  color: #333;
}
#x-home-header11.c-style2 .x-con .x-right-box .x-ri-ss img:nth-of-type(1) {
  display: block;
}
#x-home-header11.c-style2 .x-con .x-right-box .x-ri-ss img:nth-of-type(2) {
  display: none;
}
#x-home-header11.c-style2 .x-con .x-right-box .x-ri-yy img:nth-of-type(1) {
  display: block;
}
#x-home-header11.c-style2 .x-con .x-right-box .x-ri-yy img:nth-of-type(2) {
  display: none;
}
.x-tanc1 {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.x-tanc1.on {
  display: block;
}
.x-tanc1 .x-sup-gb {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.x-tanc1 .x-con {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 516px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0.25rem 0.5rem 0.45rem 0.5rem;
  border-radius: 5px;
}
.x-tanc1 .x-con .x-img {
  width: 35px;
  height: 35px;
  object-fit: contain;
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
  transition: 0.3s all;
}
@media (max-width: 767px) {
  .x-tanc1 .x-con .x-img {
    width: 28px;
    height: 28px;
    right: 10px;
    top: 10px;
  }
}
.x-tanc1 .x-con .x-img:hover path {
  fill: #1d9c90;
}
.x-tanc1 .x-con .x-img:hover .cls-2 {
  stroke: #1d9c90;
}
.x-tanc1 .x-con .x-nr .x-title {
  font-size: 0.3rem;
  color: #111111;
}
@media (max-width: 1580px) {
  .x-tanc1 .x-con .x-nr .x-title {
    font-size: 22px;
  }
}
.x-tanc1 .x-con .x-nr .x-p {
  margin-bottom: 0.24rem;
}
.x-tanc1 .x-con .x-nr .x-p p {
  font-size: 18px;
  color: #666666;
}
@media (max-width: 1580px) {
  .x-tanc1 .x-con .x-nr .x-p p {
    font-size: 16px;
  }
}
.x-tanc1 .x-con .x-nr .x-form input {
  width: 100%;
  color: #999999;
  height: 44px;
  background-color: #f5f5f5;
  border-radius: 3px;
  margin-bottom: 15px;
  padding: 0 15px;
  transition: 0.3s all;
  border: 1px solid transparent;
}
@media (max-width: 767px) {
  .x-tanc1 .x-con .x-nr .x-form input {
    height: 0.7rem;
  }
}
.x-tanc1 .x-con .x-nr .x-form input:hover {
  border: 1px solid #00378C;
  color: #00378C;
}
.x-tanc1 .x-con .x-nr .x-form input:hover::placeholder {
  color: #00378C;
}
.x-tanc1 .x-con .x-nr .x-form input::placeholder {
  color: #999999;
}
.x-tanc1 .x-con .x-nr .x-form textarea {
  width: 100%;
  height: 1rem;
  background-color: #f5f5f5;
  color: #999999;
  padding: 15px;
  transition: 0.3s all;
  border: 1px solid transparent;
}
@media (max-width: 767px) {
  .x-tanc1 .x-con .x-nr .x-form textarea {
    height: 1.8rem;
  }
}
.x-tanc1 .x-con .x-nr .x-form textarea:hover {
  border: 1px solid #00378C;
  color: #00378C;
}
.x-tanc1 .x-con .x-nr .x-form textarea:hover::placeholder {
  color: #00378C;
}
.x-tanc1 .x-con .x-nr .x-form textarea::placeholder {
  color: #999999;
}
.x-tanc1 .x-con .x-nr .x-form .x-xz {
  display: flex;
  align-items: baseline;
}
.x-tanc1 .x-con .x-nr .x-form .x-xz.on i {
  background: url(../image/x-xzdg.png) no-repeat center;
  background-size: 14px 10px;
}
.x-tanc1 .x-con .x-nr .x-form .x-xz i {
  width: 12px;
  height: 12px;
  border: 1px solid #999999;
  display: inline-block;
  cursor: pointer;
}
.x-tanc1 .x-con .x-nr .x-form .x-xz p {
  margin-left: 5px;
  font-size: 14px;
  color: #999999;
  display: inline-block;
}
.x-tanc1 .x-con .x-nr .x-form .x-xz p a {
  color: #1d9c90;
  border-bottom: 1px solid #1d9c90;
}
.x-tanc1 .x-con .x-nr .x-form .x-but {
  font-size: 18px;
  padding: 15px 0;
  width: 100%;
  background-color: #1d9c90;
  border-radius: 3px;
  color: #fff;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
@media (max-width: 767px) {
  .x-tanc1 .x-con .x-nr .x-form .x-but {
    font-size: 16px;
    padding: 0.28rem 0;
  }
}
.x-tanc1 .x-con .x-nr .x-form .x-but.on {
  pointer-events: none;
}
.x-tanc1 .x-con .x-nr .x-form .x-but:hover {
  opacity: 0.8;
}
.g-proInfo-icon-box3 {
  position: relative;
}
.g-proInfo-icon-box3:hover .x-xia-box {
  display: block;
}
.g-proInfo-icon-box3 .x-xia-box {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  height: 100%;
  display: none;
  z-index: 5;
}
.g-proInfo-icon-box3 .x-xia-box .x-xia {
  background-color: #fff;
  padding: 1rem 1rem 0.5rem 1rem;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.08);
  width: 100%;
  margin-top: 1.5rem;
  position: relative;
  border-radius: 3px;
}
.g-proInfo-icon-box3 .x-xia-box .x-xia::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
}
.g-proInfo-icon-box3 .x-xia-box .x-xia a {
  display: block;
  height: auto;
  width: 100%;
  white-space: nowrap;
  color: #666666;
  margin-bottom: 0.15rem;
  transition: 0.3s all;
  line-height: 1;
  text-align: left;
  position: relative;
}
.g-proInfo-icon-box3 .x-xia-box .x-xia a::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #00378C;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  transition: 0.3s all;
  opacity: 0;
}
.g-proInfo-icon-box3 .x-xia-box .x-xia a:hover {
  color: #00378C;
}
.g-proInfo-icon-box3 .x-xia-box .x-xia a:hover::before {
  opacity: 1;
  width: 100%;
}
.g-dow .g-dow-t-l .g-dow-sel .x-top .x-img svg .cls-1 {
  fill: #999;
  fill-rule: evenodd;
  fill-opacity: 1;
}
.a2a_default_style a.a2a_button_linkedin:hover span {
  background: url("../image/g-fx1-1.png") no-repeat center;
  background-color: transparent !important;
  background-size: 100% 100%;
}
.a2a_default_style a.a2a_button_linkedin span {
  background: url("../image/g-fx1.png") no-repeat center;
  background-color: transparent !important;
  background-size: 100% 100%;
  border-radius: initial;
  margin: 0 0.15rem;
}
.a2a_default_style a.a2a_button_facebook:hover span {
  background: url("../image/g-fx2-1.png") no-repeat center;
  background-color: transparent !important;
  background-size: 100% 100%;
}
.a2a_default_style a.a2a_button_facebook span {
  background: url("../image/g-fx2.png") no-repeat center;
  background-color: transparent !important;
  background-size: 100% 100%;
  border-radius: initial;
  margin: 0 0.15rem;
}
.a2a_default_style a.a2a_button_twitter:hover span {
  background: url("../image/g-fx3-1.png") no-repeat center;
  background-color: transparent !important;
  background-size: 100% 100%;
}
.a2a_default_style a.a2a_button_twitter span {
  background: url("../image/g-fx3.png") no-repeat center;
  background-color: transparent !important;
  background-size: 100% 100%;
  border-radius: initial;
  margin: 0 0.15rem;
}
.a2a_default_style a span {
  width: 20px;
  height: 20px;
}
.a2a_default_style a span svg {
  display: none;
}
.g-proInfo-ove-l .x-form-box {
  border-radius: 0.1rem;
  overflow: hidden;
  margin: 0.3rem 0 0.4rem 0;
  background-color: #f8f8f8;
}
.g-proInfo-ove-l .x-form-box .x-form .x-tit {
  font-size: 24px;
  color: #fff;
  text-align: center;
  background-color: #1d9c90;
  font-weight: bold;
  padding: 0.15rem 0;
}
@media (max-width: 1580px) {
  .g-proInfo-ove-l .x-form-box .x-form .x-tit {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .g-proInfo-ove-l .x-form-box .x-form .x-tit {
    font-size: 0.32rem;
  }
}
.g-proInfo-ove-l .x-form-box .x-form ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0.3rem 0.4rem 0.4rem 0.4rem;
}
.g-proInfo-ove-l .x-form-box .x-form ul li {
  width: 31.5%;
  height: 44px;
  margin-bottom: 20px;
  border-radius: 0.05rem;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .g-proInfo-ove-l .x-form-box .x-form ul li {
    height: 40px;
  }
}
@media (max-width: 767px) {
  .g-proInfo-ove-l .x-form-box .x-form ul li {
    width: 100%;
    margin-bottom: 15px;
  }
}
.g-proInfo-ove-l .x-form-box .x-form ul li:nth-of-type(1),
.g-proInfo-ove-l .x-form-box .x-form ul li:nth-of-type(2) {
  width: 48.6%;
}
@media (max-width: 767px) {
  .g-proInfo-ove-l .x-form-box .x-form ul li:nth-of-type(1),
  .g-proInfo-ove-l .x-form-box .x-form ul li:nth-of-type(2) {
    width: 100%;
  }
}
.g-proInfo-ove-l .x-form-box .x-form ul li:last-child {
  width: auto;
  margin: 0 auto;
  background-color: #1d9c90;
  color: #fff;
  text-align: center;
  line-height: 44px;
}
@media (max-width: 1580px) {
  .g-proInfo-ove-l .x-form-box .x-form ul li:last-child {
    line-height: 40px;
  }
}
.g-proInfo-ove-l .x-form-box .x-form ul li.x-texta {
  width: 100%;
  height: 100%;
}
.g-proInfo-ove-l .x-form-box .x-form ul li button {
  padding: 0 0.5rem;
  height: 44px;
  line-height: 44px;
  margin: 0 auto;
  font-size: 18px;
}
@media (max-width: 1580px) {
  .g-proInfo-ove-l .x-form-box .x-form ul li button {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .g-proInfo-ove-l .x-form-box .x-form ul li button {
    padding: 0 0.6rem;
  }
}
.g-proInfo-ove-l .x-form-box .x-form ul li input {
  background-color: #fff;
  padding: 0 0.2rem;
  height: 100%;
  width: 100%;
  color: #999999;
  border: 1px solid #e6e6e6;
  border-radius: 0.05rem;
  transition: 0.3s all;
}
.g-proInfo-ove-l .x-form-box .x-form ul li input:hover {
  color: #1d9c90;
  border: 1px solid #1d9c90;
}
.g-proInfo-ove-l .x-form-box .x-form ul li input:hover::placeholder {
  color: #1d9c90;
}
.g-proInfo-ove-l .x-form-box .x-form ul li input::placeholder {
  color: #999999;
}
.g-proInfo-ove-l .x-form-box .x-form ul li textarea {
  width: 100%;
  height: 2.2rem;
  border: 1px solid #e6e6e6;
  border-radius: 0.05rem;
  color: #999999;
  background-color: #fff;
  padding: 0.14rem 0.2rem;
  transition: 0.3s all;
}
.g-proInfo-ove-l .x-form-box .x-form ul li textarea:hover {
  color: #1d9c90;
  border: 1px solid #1d9c90;
}
.g-proInfo-ove-l .x-form-box .x-form ul li textarea:hover::placeholder {
  color: #1d9c90;
}
.g-proInfo-ove-l .x-form-box .x-form ul li textarea::placeholder {
  color: #999999;
}
.x-solu-info2 .x-form-box {
  border-radius: 0.1rem;
  overflow: hidden;
  margin: 0.3rem 0 0.4rem 0;
  background-color: #f8f8f8;
}
.x-solu-info2 .x-form-box .x-form .x-tit {
  font-size: 24px;
  color: #fff;
  text-align: center;
  background-color: #1d9c90;
  font-weight: bold;
  padding: 0.15rem 0;
}
@media (max-width: 1580px) {
  .x-solu-info2 .x-form-box .x-form .x-tit {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .x-solu-info2 .x-form-box .x-form .x-tit {
    font-size: 0.32rem;
  }
}
.x-solu-info2 .x-form-box .x-form ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0.3rem 0.4rem 0.4rem 0.4rem;
}
.x-solu-info2 .x-form-box .x-form ul li {
  width: 31.5%;
  height: 44px;
  margin-bottom: 20px;
  border-radius: 0.05rem;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .x-solu-info2 .x-form-box .x-form ul li {
    height: 40px;
  }
}
@media (max-width: 767px) {
  .x-solu-info2 .x-form-box .x-form ul li {
    width: 100%;
    margin-bottom: 15px;
  }
}
.x-solu-info2 .x-form-box .x-form ul li:nth-of-type(1),
.x-solu-info2 .x-form-box .x-form ul li:nth-of-type(2) {
  width: 48.6%;
}
@media (max-width: 767px) {
  .x-solu-info2 .x-form-box .x-form ul li:nth-of-type(1),
  .x-solu-info2 .x-form-box .x-form ul li:nth-of-type(2) {
    width: 100%;
  }
}
.x-solu-info2 .x-form-box .x-form ul li:last-child {
  width: auto;
  margin: 0 auto;
  background-color: #1d9c90;
  color: #fff;
  text-align: center;
  line-height: 44px;
}
@media (max-width: 1580px) {
  .x-solu-info2 .x-form-box .x-form ul li:last-child {
    line-height: 40px;
  }
}
.x-solu-info2 .x-form-box .x-form ul li.x-texta {
  width: 100%;
  height: 100%;
}
.x-solu-info2 .x-form-box .x-form ul li button {
  padding: 0 0.5rem;
  height: 44px;
  line-height: 44px;
  margin: 0 auto;
  font-size: 18px;
}
@media (max-width: 1580px) {
  .x-solu-info2 .x-form-box .x-form ul li button {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .x-solu-info2 .x-form-box .x-form ul li button {
    padding: 0 0.6rem;
  }
}
.x-solu-info2 .x-form-box .x-form ul li input {
  background-color: #fff;
  padding: 0 0.2rem;
  height: 100%;
  width: 100%;
  color: #999999;
  border: 1px solid #e6e6e6;
  border-radius: 0.05rem;
  transition: 0.3s all;
}
.x-solu-info2 .x-form-box .x-form ul li input:hover {
  color: #1d9c90;
  border: 1px solid #1d9c90;
}
.x-solu-info2 .x-form-box .x-form ul li input:hover::placeholder {
  color: #1d9c90;
}
.x-solu-info2 .x-form-box .x-form ul li input::placeholder {
  color: #999999;
}
.x-solu-info2 .x-form-box .x-form ul li textarea {
  width: 100%;
  height: 2.2rem;
  border: 1px solid #e6e6e6;
  border-radius: 0.05rem;
  color: #999999;
  background-color: #fff;
  padding: 0.14rem 0.2rem;
  transition: 0.3s all;
}
.x-solu-info2 .x-form-box .x-form ul li textarea:hover {
  color: #1d9c90;
  border: 1px solid #1d9c90;
}
.x-solu-info2 .x-form-box .x-form ul li textarea:hover::placeholder {
  color: #1d9c90;
}
.x-solu-info2 .x-form-box .x-form ul li textarea::placeholder {
  color: #999999;
}

