@charset "utf-8";

html,
body {
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

.btn-swt {
  cursor: pointer;
}

html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
blockquote,
pre,
form,
fieldset,
figure,
figcaption,
table,
th,
td img {
  margin: 0;
  padding: 0;
}

a,
abbr,
acronym,
address,
big,
blockquote,
body,
caption,
cite,
code,
dd,
dl,
dt,
fieldset,
form,
h1,
time,
h2,
h3,
h4,
h5,
h6,
html,
img,
ins,
kbd,
label,
legend,
li,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
ul {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-align: left;
  margin: 0 auto;
  line-height: 24px;
  font-weight: normal;
  overflow-x: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

a {
  text-decoration: none;
}

.transition {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  outline: none;
}

button {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  outline: none;
}

input {
  border-radius: 0;
  outline: none;
}

input:-ms-clear {
  display: none;
}

input,
textarea {
  border: 0;
  font-family: "Microsoft YaHei";
}

textarea {
  resize: none;
  outline: none;
}

img {
  border: 0;
  vertical-align: middle;
}

ul,
li {
  list-style: none;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0px;
}

.warp-mb {
  width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.index-title {
  text-align: center;
  margin-bottom: 30px;
}

.index-title .h2 {
  font-weight: 700;
  color: #333;
  font-size: 34px;
  line-height: 1.3;
  margin-bottom: 20px;
  text-align: center;
  padding: 0;
}

.index-title .text {
  font-size: 18px;
  line-height: 1.8;
  color: #666;
  text-align: center;
}

p {
  font-size: 18px;
  line-height: 1.8;

}

h1 {
  font-size: 38px;
}

h2 {
  font-size: 34px;
}

h3 {
  font-size: 28px;
}

.m-top {
  margin-top: 80px;
}

.m-btm {
  margin-bottom: 80px;
}

.p-top {
  padding-top: 80px;
}

.p-btm {
  padding-bottom: 80px;
}

@media screen and (max-width: 1440px) {
  .warp-mb {
    width: 1170px;
  }

  .m-top {
    margin-top: 70px;
  }

  .m-btm {
    margin-bottom: 70px;
  }

  .p-top {
    padding-top: 70px;
  }

  .p-btm {
    padding-bottom: 70px;
  }

  .index-title .h2 {
    font-size: 32px;
    margin-bottom: 15px;
  }

  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 26px;
  }

  .index-title {
    margin-bottom: 25px;
  }

  .index-title .text {
    font-size: 16px;
  }

  p {
    font-size: 16px;
  }
}

@media screen and (max-width: 1200px) {
  .warp-mb {
    width: 980px;
  }

  .m-top {
    margin-top: 60px;
  }

  .m-btm {
    margin-bottom: 60px;
  }

  .p-top {
    padding-top: 60px;
  }

  .p-btm {
    padding-bottom: 60px;
  }

  .index-title .h2 {
    font-size: 28px;
    margin-bottom: 10px;
  }

  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 22px;
  }
}

@media screen and (max-width: 992px) {
  .warp-mb {
    width: 750px;
  }

  .index-title .text {
    font-size: 14px;
  }

  p {
    font-size: 14px;
  }

  .index-title {
    margin-bottom: 20px;
  }

  .index-title .h2 {
    font-size: 26px;
  }

  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 20px;
  }

  .index-title .text {
    font-size: 14px;
  }

  .m-top {
    margin-top: 50px;
  }

  .m-btm {
    margin-bottom: 50px;
  }

  .p-top {
    padding-top: 50px;
  }

  .p-btm {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 768px) {
  .warp-mb {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .index-title .h2 {
    font-size: 24px;
  }

  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 18px;
  }

  .m-top {
    margin-top: 40px;
  }

  .m-btm {
    margin-bottom: 40px;
  }

  .p-top {
    padding-top: 40px;
  }

  .p-btm {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 480px) {
  .m-top {
    margin-top: 30px;
  }

  .m-btm {
    margin-bottom: 30px;
  }

  .p-top {
    padding-top: 30px;
  }

  .p-btm {
    padding-bottom: 30px;
  }
}

#main{
  padding-left: 0 !important;
  padding-right: 0!important;
}
body .post-content p{
    margin-top: 0;
    margin-bottom: 0px;
}
/* indexzxy-banner */
.indexzxy-banner {
  overflow: hidden;
  position: relative;
}

.indexzxy-banner .banner-box {
  background-color: rgba(210, 19, 48, 0.65);
  z-index: 2;
  max-width: 760px;
  padding: 40px;
  position: absolute;
  position: absolute;
  right: 0;
  top: 7%;
}

.indexzxy-banner .banner-box .h1 {
  line-height: 1.2;
  color: #fff;
  text-transform: capitalize;
  font-weight: 500;
  margin-bottom: 10px;
}

.indexzxy-banner .banner-box .text {
  color: #fff;
  margin-bottom: 15px;
}

.indexzxy-banner .banner-box .btn {
  border: solid 1px white;
  background: none;
  color: white;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  padding: 5px 30px;
}

.indexzxy-banner img {
  display: block;
  width: 100%;
  height: auto;
}

.indexzxy-banner .banner-pagination {
  position: absolute;
  right: 0;
  bottom: 5%;
  left: inherit;
  z-index: 2;
  max-width: 200px;
}

.indexzxy-banner .banner-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: solid 2px #fff;
  opacity: 1;
}

.indexzxy-banner .banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}

@media screen and (max-width: 1200px) {
  .indexzxy-banner .banner-box {
    padding: 30px;
  }

  .indexzxy-banner .banner-box .text {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .indexzxy-banner .banner-box {
    padding: 20px;
    top: 50%;
    transform: translateY(-60%);
    text-align: center;
  }

  .indexzxy-banner .banner-box .h1 {
    font-size: 22px;
  }

  .indexzxy-banner .banner-box .text {
    font-size: 12px;
    margin-bottom: 8px;
  }

  .indexzxy-banner .banner-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }

  .indexzxy-banner .banner-pagination {
    bottom: 5px;
    max-width: 100px;
  }

}

@media screen and (max-width: 640px) {
  .indexzxy-banner .banner-box .text {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .indexzxy-banner .banner-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }

  .indexzxy-banner .banner-pagination {
    bottom: 5px;
    max-width: 60px;
  }
}

@media screen and (max-width: 480px) {
  .indexzxy-banner img {
    object-fit: cover;
    height: 220px;
  }

  .indexzxy-banner .banner-box .h1 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

/* indexzxy-banner */
/* indexzxy-cp  */
.indexzxy-cp .top-title .h2 {
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1.3;
  color: #52564c;
  margin-bottom: 15px;
}

.indexzxy-cp .top-title .text {
  color: #52564c;
  font-size: 16px;
  margin-bottom: 20px;
}

.indexzxy-cp ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.indexzxy-cp li {
  width: 24%;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.indexzxy-cp li .img {
  display: block;
}

.indexzxy-cp li .img img {
  display: block;
  width: 100%;
  height: auto;
}

.indexzxy-cp li .box-text {
  padding: 15px;
}

.indexzxy-cp li .box-text h3 a {
  font-size: 18px;
  color: #f08100;
  display: block;
  text-transform: capitalize;
  line-height: 1.3;
  margin-bottom: 10px;
}

.indexzxy-cp li .box-text .sp {
  color: #52564c;
  line-height: 2;
  font-size: 16px;
  padding-left: 15px;
  position: relative;
}

.indexzxy-cp li .box-text .sp::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #f08100;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.indexzxy-cp li .box-text .btn {
  color: #f08100;
  background: #fff;
  border: 1px solid #f08100;
  line-height: 38px;
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  margin-top: 15px;
}

@media screen and (max-width: 1200px) {
  .indexzxy-cp li .box-text .btn {
    font-size: 14px;
  }
}

@media screen and (max-width: 992px) {
  .indexzxy-cp li {
    width: 48%;
  }

  .indexzxy-cp .top-title .text {
    font-size: 14px;
  }
}

@media screen and (max-width: 480px) {
  .indexzxy-cp .top-title .h2 {
    font-size: 20px;
  }

  .indexzxy-cp .top-title .text {
    font-size: 12px;
  }

  .indexzxy-cp li .box-text .sp {
    font-size: 14px;
  }

  .indexzxy-cp li {
    width: 100%;
  }
}

/* indexzxy-cp  */
/* indexzxy-latest */
.indexzxy-latest {
  background-color: #f08100;
}

.indexzxy-latest .h2 {
  color: #fff;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1.3;
  margin-bottom: 15px;
  font-weight: 500;
}

.indexzxy-latest ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.indexzxy-latest li {
  width: 24%;
  margin-top: 20px;
}

.indexzxy-latest li .img {
  display: block;
}

.indexzxy-latest li .img img {
  display: block;
  width: 100%;
  height: auto;
}

.indexzxy-latest li .texts span {
  display: block;
  color: #e1e1e1;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.indexzxy-latest li .texts h3 a {
  color: #fff;
  font-size: 18px;
  display: block;
  text-transform: capitalize;
  line-height: 1.3;
  margin-bottom: 10px;
  font-weight: 500;
}

.indexzxy-latest li .texts .txt {
  font-size: 14px;
  color: #e1e1e1;
}

@media screen and (max-width: 992px) {
  .indexzxy-latest li {
    width: 48%;
  }
}

@media screen and (max-width: 480px) {
  .indexzxy-latest li {
    width: 100%;
  }
}

/* indexzxy-latest */


/* indexzxy-sol */
.indexzxy-sol .h2 {
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1.3;
  color: #333;
  margin-bottom: 15px;
}

.indexzxy-sol .text {
  font-size: 16px;
  color: #555;
  margin-bottom: 15px;
}

.indexzxy-sol ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.indexzxy-sol li {
  width: 48%;
  margin-top: 20px;
}

.indexzxy-sol li .img {
  width: 230px;
  display: block;
  float: left;
  margin-right: 15px;
}

.indexzxy-sol li .img img {
  display: block;
  width: 100%;
  height: auto;
}

.indexzxy-sol li .txt-box h3 a {
  display: block;
  font-size: 20px;
  text-transform: capitalize;
  line-height: 1.3;
  color: #333;
  margin-bottom: 10px;
}

.indexzxy-sol li .txt-box .txt {
  font-size: 14px;
  color: #555;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}

.indexzxy-sol li .txt-box .btn {
  font-size: 16px;
  color: #f08100;
  display: block; text-transform: capitalize;

}

@media screen and (max-width: 992px) {
  .indexzxy-sol li {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .indexzxy-sol li .img {
    width: 210px;
  }

  .indexzxy-sol li .txt-box h3 a {
    font-size: 18px;
  }

  .indexzxy-sol .text {
    font-size: 14px;
  }
}

@media screen and (max-width: 480px) {
  .indexzxy-sol li .img {
    width: 100%;
    float: none;
  }

  .indexzxy-sol li .txt-box {
    margin-top: 15px;
  }
}

/* indexzxy-sol */