﻿﻿﻿﻿﻿﻿﻿﻿.topx {
 position: relative;
 z-index: 888;
}

.topx-content {
 position: relative;
 margin-top: 20px;
}

.topx-content:before {
 position: absolute;
 content: '';
 /*top: -38px;
 left: -38px;
 right: -38px;*/
 border-radius: 18px;
 bottom: 0;
 background: #fff;
}

.topx-content:after {
 display: block;
 content: '';
 clear: both;
}

.topx-list {
 margin: 0 -14px;
}

.topx-item {
  position: relative;
  z-index: 8;
  float: left;
  width: 30%;
  padding: 14px 14px;
  background-color: var(--white);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(19, 18, 18, 0.31); 
  display: flex;
  margin-left: 30px;
}
}

.topx-item>div {
 background: #f8f8f8;
 padding: 38px 28px;
 position: relative;
}

.topx-item>div>i {
 font-size: 38px;
 margin-right: 8px;
 color: #228B22;
}

.topx-item>div>b {
 font-size: 36px;
}

.topx-item>div>h3 {
 font-size: 20px;
 margin: 18px 0 8px 0;
}

.topx-item>div>ul:after {
 display: block;
 content: '';
 clear: both;
}

.topx-item>div>ul>li {
 float: left;
 min-width: 50%;
 position: relative;
 padding-left: 18px;
 margin-top: 18px;
 font-size: 16px;
 color: #686868;
}

.topx-item>div>ul>li:before {
 position: absolute;
 width: 6px;
 height: 6px;
 border-radius: 6px;
 opacity: .8;
 content: '';
 left: 0;
 top: 50%;
 margin-top: -3px;
 background: #228B22;
}

.topx-item>div>span {
 display: block;
 margin-top: 28px;
}

.topx-item>div>span:after {
 display: block;
 content: '';
 clear: both;
}

.topx-item>div>span>a {
 float: left;
 overflow: hidden;
 line-height: 36px;
 padding: 0 18px;
 border-radius: 3px;
 color: #fff;
 background: #228B22;
}

.topx-item>div>span>a>b {
 font-weight: normal;
 position: relative;
 z-index: 1;
}

.topx-item>div>span>a:hover {
 background: #fff;
 color: #228B22;
}

@media(max-width:1200px) {
 .topx-content {
  margin-top: 0;
  padding-top: 38px;
 }

 .topx-content:before {
  display: none;
 }

 .topx-list {
  margin: 0 -10px;
 }

 .topx-item {
  width: 45%;
  padding: 10px;
  margin-bottom: 20px;  
 }
}

@media(max-width:767px) {
 .topx-content {
  padding-top: 18px;
 }

 .topx-list {
  margin: 0;
 }

 .topx-item {
  width: 88%;
  padding: 4px 0;
  margin-bottom: 20px;  
 }

 .topx-item>div {
  padding: 16px;
 }

 .topx-item>div>i {
  font-size: 28px;
  margin-right: 4px;
 }

 .topx-item>div>b {
  font-size: 26px;
 }

 .topx-item>div>h3 {
  font-size: 16px;
  margin: 12px 0 4px 0;
 }

 .topx-item>div>ul>li {
  padding-left: 12px;
  margin-top: 12px;
  font-size: 14px;
 }

 .topx-item>div>span {
  margin-top: 18px;
 }

 .banner-content>article {
  display: none;
 }
}

.intx {
 position: relative;
 margin-top: 38px;
}

.intx-content {
 display: block;
 background: url('../image/150031444.jpg') #000;
 background-size: cover;
 padding: 48px;
 color: #fff;
}

.intx-content:after {
 display: block;
 content: '';
 clear: both;
}

.intx-text {
 width: 50%;
 float: left;
}

.intx-text>span {
 display: block;
 margin-top: 48px;
}

.intx-text>span>a {
 display: inline-block;
 border-radius: 3px;
 padding: 8px 38px;
 font-size: 16px;
}

.intx-text>span>a:first-child {
 background: #fff;
 margin-right: 18px;
}

.intx-text>span>a:last-child {
 color: #fff;
 background: #228B22;
}

.intx-text>h3 {
 font-size: 38px;
 margin: 0 0 28px 0;
}

.intx-text>h3>b {
 color: #228B22;
}

.intx-text>p {
 font-size: 16px;
 line-height: 2;
}

.intx-text>h4 {
 font-size: 28px;
 font-weight: normal;
 margin: 28px 0 0 0;
}

.intx-text>div {
 margin-top: 38px;
}

.intx-text>div:after {
 display: block;
 content: '';
 clear: both;
}

.intx-text>div>a {
 float: left;
 overflow: hidden;
 line-height: 42px;
 position: relative;
 padding: 0 38px;
 border-radius: 3px;
 background: #fff;
}

.intx-text>div>a>b {
 font-weight: normal;
 position: relative;
 z-index: 1;
 font-size: 15px;
}

.intx-text>div>a:hover {
 color: #fff;
}

.intx-text>div>a:after {
 position: absolute;
 left: 100%;
 top: 100%;
 content: '';
 width: 0;
 height: 0;
 border-radius: 50%;
 transition: .6s;
 transform: translate(-50%,-50%);
 background: #228B22;
}

.intx-text>div>a:hover:after {
 width: 300px;
 height: 300px;
}

.intx-list {
 width: 50%;
 float: left;
 padding-left: 50px;
}

.intx-swiper {
 width: 800px;
 margin: 0 auto;
 max-width: 100%;
 overflow: hidden;
 position: relative;
}

.intx-outer {
 width: 10000%;
}

.intx-item {
 float: left;
 width: 1%;
}

.intx-item img {
 width: 100%;
 height: 400px;
 object-fit: cover;
 display: block;
}

.intx-item b {
 display: block;
 margin-top: 16px;
 font-size: 18px;
 color: #fff;
}

.intx-prev,.intx-next {
 position: absolute;
 z-index: 8;
 top: 50%;
 width: 48px;
 height: 48px;
 line-height: 48px;
 text-align: center;
 margin-top: -18px;
 background: rgba(0,0,0,0.28);
 cursor: pointer;
 opacity: 0;
 transition: .3s;
}

.intx-swiper:hover .intx-prev,.intx-swiper:hover .intx-next {
 opacity: 1;
}

.intx-prev i,.intx-next i {
 color: #fff;
 font-size: 48px;
}

.intx-prev:hover i,.intx-next:hover i {
 color: #228B22;
}

.intx-prev {
 left: 0;
}

.intx-next {
 right: 0;
}

@media(max-width:1200px) {
 .intx-text {
  width: 100%;
  float: none;
 }

 .intx-content {
  padding: 38px;
 }

 .intx-list {
  width: 100%;
  float: none;
  padding-left: 10%;
  padding-top: 38px;
 }

 .intx-swiper {
  margin: 0;
 }
}

@media(max-width:767px) {
 .intx {
  margin-top: 18px;
 }
 
 .intx-list {
  padding-left: 3%;
 }
 .intx-content {
  padding: 16px;
 }

 .intx article {
  padding: 0;
 }

 .intx-text>h3 {
  font-size: 28px;
  margin-bottom: 18px;
 }

 .intx-text>p {
  font-size: 14px;
  line-height: 1.5;
 }

 .intx-text>h4 {
  font-size: 22px;
  margin-top: 18px;
 }

 .intx-text>div {
  margin-top: 28px;
 }

 .intx-text>div>a {
  line-height: 36px;
  padding: 0 28px;
 }

 .intx-item b {
  margin-top: 8px;
  font-size: 16px;
 }
}

.case {
 padding: 50px 0;
}

.case-content {
 display: block;
 margin: 0 -12px;
}

.case-content:after {
 display: block;
 content: '';
 clear: both;
}

.case-title {
 padding-bottom: 28px;
}

.case-title>b {
 display: block;
 font-size: 38px;
 line-height: 1;
 color: #989898;
}

.case-title>b>u {
 position: relative;
 text-decoration: none;
 padding-right: 8px;
 color: #228B22;
}

.case-title>b>i {
 font-style: normal;
 display: inline-block;
 position: relative;
}

.case-title>b>u:before {
 position: absolute;
 left: 100%;
 top: 50%;
 width: 48px;
 height: 8px;
 content: '';
 opacity: .2;
 background: #228B22;
}

.case-title>p {
 font-size: 38px;
 line-height: 1;
 margin: 12px 0 0;
}

.case-title>p>b {
 display: inline-block;
 padding-right: 4px;
}

.case-item {
 float: left;
 width: 33.333%;
 padding: 12px;
}

.case-item>a>div {
 position: relative;
 overflow: hidden;
}

.case-item>a>div>img {
 width: 100%;
 display: block;
 transition: 2.8s;
}

.case-item>a>div>span {
 position: absolute;
 z-index: 1;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 color: #fff;
 overflow: hidden;
 transition: .3s;
 transform: scale(0);
 opacity: 0;
 visibility: hidden;
 padding: 28px;
 background: rgba(0,0,0,0.68);
}

.case-item>a>div>span>b {
 display: block;
 font-size: 28px;
}

.case-item>a>div>span>em {
 display: block;
 margin: 28px 0;
 font-style: normal;
 font-size: 15px;
}

.case-item>a>div>span>u {
 display: block;
 text-decoration: none;
}

.case-item>a>div>span>u ins {
 margin-left: 2px;
}

.case-item>a>span {
 display: block;
 padding: 8px 0;
}

.case-item>a>span:after {
 display: block;
 content: '';
 clear: both;
}

.case-item>a>span>b {
 float: left;
 font-size: 21px;
}

.case-item>a>span>u {
 float: right;
 text-decoration: none;
 padding: 4px 8px 0 0;
 color: #686868;
}

.case-item>a>span>u>i {
 transition: .2s;
 display: inline-block;
}

.case-item>a>span>u>ins {
 display: inline-block;
 margin-left: 2px;
}

.case-item>a:hover>div>img {
 transform: scale(1.08);
}

.case-item>a:hover>div>span {
 transform: scale(1);
 opacity: 1;
 visibility: visible;
}

.case-more {
 text-align: center;
 font-size: 0;
 margin-top: 18px;
}

.case-more>a {
 display: inline-block;
 overflow: hidden;
 position: relative;
 border: 1px solid #d8d8d8;
 border-radius: 3px;
 padding: 12px 38px;
}

.case-more>a:after {
 position: absolute;
 z-index: 1;
 left: 100%;
 top: 100%;
 content: '';
 width: 0;
 height: 0;
 border-radius: 50%;
 transition: .6s;
 transform: translate(-50%,-50%);
 background: #228B22;
}

.case-more>a>u {
 position: relative;
 z-index: 2;
 display: inline-block;
 text-decoration: none;
 font-size: 16px;
}

.case-more>a>i {
 position: relative;
 z-index: 2;
 font-size: 18px;
 transition: .3s;
 margin-left: 8px;
}

.case-more>a:hover {
 color: #fff;
 border-color: #228B22;
}

.case-more>a:hover:after {
 width: 500px;
 height: 500px;
}

.case-more>a:hover>i {
 color: #fff;
 transform: translateX(8px);
}

@media(max-width:1200px) {
 .case-item {
  width: 50%;
 }
}

@media(max-width:992px) {
 .case {
  padding: 38px 0;
 }

 .case-content {
  margin: 0 -8px;
 }

 .case-item {
  padding: 8px;
 }

 .case-item>a>span>b {
  font-size: 18px;
 }

 .case-item>a>div>span {
  padding: 18px;
 }

 .case-item>a>div>span>b {
  display: block;
  font-size: 20px;
 }

 .case-item>a>div>span>em {
  margin: 12px 0;
  font-size: 14px;
 }
}

@media(max-width:767px) {
 .case {
  padding: 18px 0;
 }

 .case-title {
  padding-bottom: 16px;
 }

 .case-title>b {
  font-size: 28px;
 }

 .case-title>b>u {
  padding-right: 4px;
 }

 .case-title>b>u:before {
  width: 38px;
  height: 6px;
 }

 .case-title>p {
  font-size: 28px;
  margin: 8px 0 0;
 }

 .case-title>p>b {
  padding-right: 2px;
 }

 .case-content {
  margin: 0;
 }

 .case-item {
  width: 99%;
  padding: 10px 10px 10px 20px;
 }

 .case-item>a>span>b {
  font-size: 18px;
 }

 .case-item>a>span>u {
  padding-top: 0;
 }

 .case-more {
  margin-top: 8px;
 }

 .case-more>a {
  padding: 8px 28px;
 }

 .case-more>a>u {
  font-size: 14px;
 }

 .case-more>a>i {
  font-size: 16px;
  margin-left: 6px;
 }

 .case-more>a:hover:after {
  width: 400px;
  height: 400px;
 }

 .case-more>a:hover>i {
  transform: translateX(4px);
 }
}

.news {
 padding: 50px 0;
 background-color: #f8f8f8;
 background-image: url('');
}

.news-title {
 padding-bottom: 28px;
}

.news-title>b {
 display: block;
 font-size: 38px;
 line-height: 1;
 color: #989898;
}

.news-title>b>u {
 position: relative;
 text-decoration: none;
 padding-right: 8px;
 color: #228B22;
}

.news-title>b>i {
 font-style: normal;
 display: inline-block;
 position: relative;
}

.news-title>b>u:before {
 position: absolute;
 left: 100%;
 top: 50%;
 width: 48px;
 height: 8px;
 content: '';
 opacity: .2;
 background: #228B22;
}

.news-title>p {
 font-size: 38px;
 line-height: 1;
 margin: 12px 0 0;
}

.news-title>p>b {
 display: inline-block;
 padding-right: 4px;
}

.news-content {
 display: block;
 margin: 0 -8px;
}

.news-content:after {
 display: block;
 content: '';
 clear: both;
}

.news-item {
 float: left;
 width: 33.333%;
 padding: 8px;
}

.news-item>a>ins {
 float: right;
 background: #f8f8f8;
 text-align: center;
 margin-left: 18px;
 transition: .4s;
}

.news-item>a>ins>i {
 font-style: normal;
 display: block;
 font-size: 28px;
}

.news-item>a>ins>u {
 text-decoration: none;
 display: block;
 padding: 2px 8px;
 font-size: 14px;
 background: rgba(0,0,0,0.06);
}

.news-item:first-child>a>ins {
 position: absolute;
 top: 18px;
 left: 0;
}

.news-item:first-child>a>ins,.news-item>a:hover>ins {
 color: #fff;
 background: #228B22;
}

.news-item>a>img {
 display: block;
 width: 100%;
 height: 368px;
 object-fit: cover;
}

.news-item>a>h2 {
 position: absolute;
 left: 40px;
 bottom: 18px;
 padding: 10px 10px;
 background: #fff;
}

.news-item>a {
 display: block;
 background: #fff;
 position: relative;
 padding: 23px;
 overflow: hidden;
}

.news-item:first-child>a {
 padding: 0;
}

.news-item>a>h3 {
 display: block;
 height: 24px;
 margin-bottom: 18px;
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
}

.news-item>a>p {
 display: block;

 color: #686868;
}

.news-item>a>u {
 display: inline-block;
 margin-top: 3%;
 color: #228B22;
 float: right;
}

.news-item>a>u>b {
 transition: .2s;
 font-weight: normal;
 font-size: 14px;
 display: inline-block;
 color: #181818;
 padding-right: 6px;
}

.news-item>a>u>i {
 transition: .2s;
 font-size: 18px;
 display: inline-block;
 vertical-align: middle;
}

.news-item>a:hover {
 transform: translateY(-2px);
 box-shadow: 0 2px 8px rgba(0,0,0,0.18);
}

.news-item>a:hover>u>b {
 transform: translateX(4px);
 color: #228B22;
}

.news-item>a:hover>u>i {
 transform: translateX(8px);
}

.news-more {
 text-align: center;
 font-size: 0;
 margin-top: 18px;
}

.news-more>a {
 display: inline-block;
 overflow: hidden;
 position: relative;
 background: #fff;
 border-radius: 3px;
 padding: 12px 38px;
}

.news-more>a:after {
 position: absolute;
 z-index: 1;
 left: 100%;
 top: 100%;
 content: '';
 width: 0;
 height: 0;
 border-radius: 50%;
 transition: .6s;
 transform: translate(-50%,-50%);
 background: #228B22;
}

.news-more>a>u {
 position: relative;
 z-index: 2;
 display: inline-block;
 text-decoration: none;
 font-size: 16px;
}

.news-more>a>i {
 position: relative;
 z-index: 2;
 font-size: 18px;
 transition: .3s;
 margin-left: 8px;
}

.news-more>a:hover {
 color: #fff;
 box-shadow: 0 2px 8px rgba(0,0,0,0.18);
}

.news-more>a:hover:after {
 width: 500px;
 height: 500px;
}

.news-more>a:hover>i {
 color: #fff;
 transform: translateX(8px);
}

@media(max-width:1200px) {
 .news {
  padding: 30px 0;
 }

 .news-item {
  width: 50%;
 }

 .news-item:last-child {
  display: none;
 }
}

@media(max-width:767px) {
 .news {
  padding: 18px 0;
 }

 .news-content {
  margin: 0;
 }

 .news-title {
  padding-bottom: 16px;
 }

 .news-title>b {
  font-size: 28px;
 }

 .news-title>b>u {
  padding-right: 4px;
 }

 .news-title>b>u:before {
  width: 38px;
  height: 6px;
 }

 .news-title>p {
  font-size: 28px;
  margin: 8px 0 0;
 }

 .news-title>p>b {
  padding-right: 2px;
 }

 .news-item {
  width: 100%;
  padding: 4px;
 }

 .news-item:last-child {
  display: block;
 }

 .news-item>a {
  padding: 12px;
 }

 .news-item>a>img {
  height: 228px;
 }

 .news-item>a>h2 {
  left: 8px;
  bottom: 8px;
  right: 8px;
  padding: 12px 8px;
  font-size: 16px;
 }

 .news-item>a>ins {
  margin-left: 8px;
 }

 .news-item>a>ins>u {
  font-size: 12px;
  padding: 2px 6px;
 }

 .news-item:first-child>a>ins {
  top: 8px;
  margin-left: 8px;
 }

 .news-more {
  margin-top: 8px;
 }

 .news-more>a {
  padding: 8px 28px;
 }

 .news-more>a>u {
  font-size: 14px;
 }

 .news-more>a>i {
  font-size: 16px;
  margin-left: 6px;
 }

 .news-more>a:hover:after {
  width: 400px;
  height: 400px;
 }

 .news-more>a:hover>i {
  transform: translateX(4px);
 }
}

.join {
 padding: 58px 0;
}

.join-text {
 float: left;
 width: 33.333%;
}

.join-text h4 {
 display: block;
 font-weight: normal;
 font-size: 18px;
 margin-bottom: 18px;
}

.join-text h3 {
 display: block;
 font-weight: normal;
 font-size: 28px;
}

.join-title {
 padding-bottom: 28px;
}

.join-title>b {
 display: block;
 font-size: 38px;
 line-height: 1;
 color: #989898;
}

.join-title>b>u {
 position: relative;
 text-decoration: none;
 padding-right: 8px;
 color: #228B22;
}

.join-title>b>i {
 font-style: normal;
 display: inline-block;
 position: relative;
}

.join-title>b>u:before {
 position: absolute;
 left: 100%;
 top: 50%;
 width: 48px;
 height: 8px;
 content: '';
 opacity: .2;
 background: #228B22;
}

.join-title>p {
 font-size: 38px;
 line-height: 1;
 margin: 12px 0 0;
}

.join-title>p>b {
 display: inline-block;
 padding-right: 4px;
}

.join-list {
 float: right;
 width: 66.666%;
}

.join-list ul {
 margin: -16px -8px 0 -8px;
}

.join-list li {
 width: 25%;
 float: left;
 padding: 16px 8px 0 8px;
}

.join-list li img {
 display: block;
 width: 100%;
 height: 108px;
 border: 1px solid #e8e8e8;
 transition: .2s;
 object-fit: cover;
}

.join-list li a:hover img {
 border-color: #228B22;
}

@media(max-width:1200px) {
 .join {
  padding: 38px 0;
 }

 .join-text {
  width: 100%;
 }

 .join-list {
  width: 100%;
  margin-top: 38px;
 }
}

@media(max-width:767px) {
 .join {
  padding: 18px 0;
 }

 .join-title {
  padding-bottom: 16px;
 }

 .join-title>b {
  font-size: 28px;
 }

 .join-title>b>u {
  padding-right: 4px;
 }

 .join-title>b>u:before {
  width: 38px;
  height: 6px;
 }

 .join-title>p {
  font-size: 28px;
  margin: 8px 0 0;
 }

 .join-title>p>b {
  padding-right: 2px;
 }

 .join-list {
  margin-top: 18px;
 }

 .join-list li {
  width: 50%;
 }

 .join-list ul {
  margin: -8px -4px 0 -4px;
 }

 .join-list li {
  padding: 8px 4px 0 4px;
 }

 .join-list li img {
  height: 88px;
 }
}

.tact {
 padding: 58px 0;
}

.join+.tact {
 padding-top: 0;
}

.tact-content {
 display: block;
 background: url('../image/150031445.jpg') center #000;
 background-size: cover;
 padding: 48px;
 color: #fff;
}

.tact-content:after {
 display: block;
 content: '';
 clear: both;
}

.tact-text {
 float: left;
 width: 50%;
}

.tact-text>h2 {
 font-size: 38px;
}

.tact-text>h2 b {
 color: #228B22;
}

.tact-text>p {
 font-size: 18px;
 margin: 18px 0 0;
}

.tact-text>h3 {
 font-size: 28px;
 margin: 38px 0 0;
}

.tact-text>h4 {
 display: block;
 margin: 8px 0 0;
 font-weight: normal;
 font-size: 38px;
}

.tact-text>h4 u {
 text-decoration: none;
 display: inline-block;
 animation: fbu 2s infinite;
}

.tact-text>div {
 margin-top: 38px;
}

.tact-text>div:after {
 display: block;
 content: '';
 clear: both;
}

.tact-text>div a {
 float: left;
 position: relative;
 color: #fff;
 border-radius: 40px;
 overflow: hidden;
 background: #228B22;
}

.tact-text>div a:after {
 position: absolute;
 left: 100%;
 top: 100%;
 content: '';
 width: 0;
 height: 0;
 border-radius: 50%;
 transition: .6s;
 transform: translate(-50%,-50%);
 background: #fff;
}

.tact-text>div a>i {
 float: left;
 position: relative;
 z-index: 2;
 width: 36px;
 height: 36px;
 line-height: 36px;
 text-align: center;
 transition: .6s;
 font-size: 18px;
 margin: 2px;
 border-radius: 40px;
 background: #fff;
 color: #228B22;
}

.tact-text>div a>u {
 float: left;
 position: relative;
 z-index: 1;
 text-decoration: none;
 line-height: 40px;
 height: 40px;
 padding: 0 28px 0 16px;
}

.tact-text>div a:hover {
 color: #228B22;
}

.tact-text>div a:hover>i {
 color: #fff;
 animation: szu 2s infinite;
 background: #228B22;
}

.tact-text>div a:hover:after {
 width: 300px;
 height: 300px;
}

.tact-form {
 float: left;
 width: 50%;
}

.tact-form>div {
 max-width: 480px;
 margin: auto;
}

.tact-form h2 {
 font-size: 28px;
 font-weight: normal;
 margin-bottom: 18px;
}

.tact-form dt {
 display: none;
}

.tact-form dd {
 position: relative;
 margin-bottom: 18px;
}

.tact-form dd>p {
 display: none;
}

.tact-form select,.tact-form textarea,.tact-form input[type=file],.tact-form input[type=text],.tact-form input[type=password],.tact-form input[type=number],.tact-form input[type=tel],.tact-form input[type=email] {
 background: rgba(255, 255, 255, 0.52);
 border-radius: 0;
 border: 0;
 padding: 10px 18px;
 line-height: 24px;
 height: 44px;
 font-size: 15px;
 color: #414040;
}

.tact-form textarea {
 height: 108px;
}

.tact-form .form888 span.captcha {
 position: relative;
 width: 268px;
 max-width: 100%;
 display: block;
}

.tact-form .form888 span.captcha i>img {
 position: absolute;
 right: 6px;
 top: 6px;
 background: rgba(255,255,255,0.88);
 padding: 1px;
 cursor: pointer;
}

.tact-form div.file_input>i {
 background: rgba(0,0,0,0.38);
 border: 0;
}

.tact-form select option {
 color: #181818;
}

.tact-form button {
 color: #fff;
 border: 0;
 line-height: 44px;
 padding: 0 38px;
 font-size: 16px;
 border-radius: 3px;
 cursor: pointer;
 transition: .3s;
 background: #228B22;
 width: 100%;
}

.tact-form button:hover {
 background: #fff;
 color: #228B22;
}

.tact-form *::-webkit-input-placeholder {
 color: #fff;
 opacity: 1;
}

.tact-form *::-moz-input-placeholder {
 color: #fff;
 opacity: 1;
}

.tact-form *::-ms-input-placeholder {
 color: #fff;
 opacity: 1;
}

@media(max-width:1200px) {
 .tact {
  padding: 38px 0;
 }

 .tact-text {
  width: 100%;
 }

 .tact-form {
  width: 100%;
 }

 .tact-form>div {
  margin: 38px 0 0;
 }
}

@media(max-width:767px) {
 .tact {
  padding: 18px 0;
 }

 .tact article {
  padding: 0;
 }

 .tact-content {
  padding: 16px;
 }

 .tact-text>h2 {
  font-size: 28px;
 }

 .tact-text>p {
  font-size: 16px;
  margin: 12px 0 0;
 }

 .tact-text>h3 {
  font-size: 18px;
  margin: 28px 0 0;
 }

 .tact-text>h4 {
  font-size: 28px;
 }
 
 .tact-form h2 {
  font-size: 22px;
 }
 
 .tact-form button {
  width:100%;
 } 
}

@keyframes fbu {
 50% {
  transform: scale(1);
 }

 60% {
  transform: scale(1.04);
 }

 70% {
  transform: scale(1);
 }

 80% {
  transform: scale(1.02);
 }

 85% {
  transform: scale(1);
 }
}

@keyframes szu {
 from {
  transform: rotate(0);
 }

 to {
  transform: rotate(360deg);
 }
}

/* swiper-style.css - 轮播专用样式表 */

/* ========== 全局轮播基础样式 ========== */
/* 轮播容器通用样式 */
.swiper-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

/* 轮播项通用样式 */
.swiper-slide {
    width: 100%;
    height: 100%;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 通用轮播按钮样式 */
.swiper-button-prev, 
.swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: rgba(0,0,0,0.3);
    border-radius: 50%;
    color: #fff;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    font-size: 18px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.swiper-button-prev {
    left: 20px;
}

.swiper-button-next {
    right: 20px;
}

.swiper-button-prev:hover, 
.swiper-button-next:hover {
    background-color: rgba(0,0,0,0.7);
}



.intx-prev, .intx-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: rgba(0,0,0,0.5);
    color: #fff;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    z-index: 10;
}
.intx-prev { left: 10px; }
.intx-next { right: 10px; }
.intx-swiper { position: relative; } /* 按钮需要相对容器定位 */