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: 'Montserrat', 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;
  line-height: 1.3;
  margin-bottom: 20px;
  text-align: center;
  padding: 0;
}

.index-title .text {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
  text-align: center;
}

p {
  font-size: 16px;
  line-height: 1.8;
}

h1 {
  font-weight: bold;
  font-size: 42px;
  line-height: 1.3;
}

h2 {
  font-weight: bold;
  font-size: 32px;
  line-height: 1.3;
}

h3 {
  font-weight: bold;
  font-size: 22px;
  line-height: 1.3;
}

h4 {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.3;
}

.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: 1400px) {
  .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 {
    margin-bottom: 15px;
  }


  h1 {
    font-weight: bold;
    font-size: 36px;
  }

  h2 {
    font-weight: bold;
    font-size: 28px;
  }

  h3 {
    font-weight: bold;
    font-size: 20px;
  }

  h4 {
    font-weight: bold;
    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;
  }

  h1 {
    font-weight: bold;
    font-size: 32px;
  }

  h2 {
    font-weight: bold;
    font-size: 26px;
  }

  h3 {
    font-weight: bold;
    font-size: 18px;
  }

}

@media screen and (max-width: 992px) {
  .warp-mb {
    width: 750px;
  }

  p {
    font-size: 14px;
  }


  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 16px;
  }

  .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;
  }

  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 22px;
  }

  .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;
  }

  h1 {
    font-size: 26px;
  }

  h2 {
    font-size: 20px;
  }
}




/* even  */
#main{
    padding-top:0 !important;
}
.even-banner,
.even-btms{
  position: relative;
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw;
}

.even-banner img {
  display: block;
  width: 100%;
  height: auto;
}

.text-topbox {
  position: relative;
}
.text-topbox p{
  text-align: center;
}
.text-topbox::before {
  content: "";
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #01579b url(../images/item-jt.png) no-repeat center;
  background-size: 20px;
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%) rotate(90deg);
}
.even-probox {
  overflow: hidden;
}

.item-list {
  display: flex;
  flex-wrap: nowrap;
  height: 638px;
  overflow: hidden;
  gap: 10px;
}

.item-list li {
  display: flex;
  flex-direction: column;
  width: 80px;
  transition: all 0.3s ease;
  position: relative;
  border-radius: 80px;
  overflow: hidden;
  cursor: pointer;
}

.item-list li::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s ease;
}
.item-list li::before {
      content: "+";
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 15px;
    border: solid 2px #fff;
    color: #fff;
    font-size: 30px;
    line-height: 46px;
    text-align: center;
    transition: all 0.3s ease;
    z-index: 2;
}

.item-list li.active::before {
  opacity: 0;
}


.item-list li.active {
  flex-grow: 1;
  width: 100%;
    border-radius: 10px;
}


.item-list li>img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.item-list li .text-boxs {
  position: absolute;
  bottom: 20%;
  left: 0px;
  color: #fff;
  padding: 15px;
  width: 100%;
  z-index: 2;
  display: none;
}

.item-list li.active .text-boxs {
  display: block;
}

.item-list li .text-boxs .nub {
  display: block;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.5px;
}

.item-list li .text-boxs h3 {
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  text-transform: capitalize;
  margin-top: 10px;
  text-align: right;
    font-size: 22px !important;
}

.item-list li.active .text-boxs {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.item-list li.active::after {
  opacity: 0.4;
}

.item-list li .text-boxs .mores {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 5px 15px;
  background-image: linear-gradient(90deg, rgb(0, 150, 136) 0%, rgb(16, 131, 62) 100%);
  border-radius: 50px;
}

.even-item2 {
  position: relative;
  width: 100%;
  max-width: 300px;
  margin: 30px auto 0;
  overflow: hidden;
}

.even-item2 .swiper-slide .time {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-color: #009688;
  color: #fff;
  font-size: 16px;
}

.even-item2 .item2-prev,
.even-item2 .item2-next {
  width: 110px;
  height: 0;
  border-bottom: dashed 2px #d9d9d9;
  text-align: center;
  line-height: 40px;
  display: block;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 2;
}

.even-item2 .item2-prev {
  left: 0px;
}

.even-item2 .item2-next {
  right: 0px;
}

.even-item2 .item2-prev::before,
.even-item2 .item2-next::before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #009688;
  background-image: url(../images/item-jt.png);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
}

.even-item2 .item2-prev::before {
  left: 0;
  transform: translateY(-50%) rotate(180deg);
}

.even-item2 .item2-next::before {
  right: 0;
  transform: translateY(-50%);
}


@media screen and (max-width: 1200px) {
  .item-list {
    height: 438px;
  }

  .item-list li {
    width: 60px;
      border-radius: 60px;
  }
    .item-list li::before {
    width: 40px;
    height: 40px;
    bottom: 10px;
    font-size: 30px;
    line-height: 36px;
}
  .item-list li .text-boxs h3 {

    font-size: 20px !important;
}
  
}

@media screen and (max-width: 992px) {
  .item-list {
    height: 380px;
  }

  .item-list li {
    width: 40px;
          border-radius: 40px;
  }
    .item-list li::before {
    width: 30px;
    height: 30px;
    bottom: 5px;
    font-size: 20px;
    line-height: 26px;
}
.text-topbox::before {
  width: 35px;
  height: 35px;
} 
.text-topbox{
        padding-bottom: 10px;
}
  .item-list li .text-boxs h3 {

    font-size: 18px !important;
}
  
}

@media screen and (max-width: 768px) {
  .item-list {
    height: 320px;
  }

  .item-list li {
    width: 30px;
    border-radius: 30px;
  }
    .item-list li::before {
    width: 20px;
    height: 20px;
    font-size: 14px;
    line-height: 18px;
}
  .even-item2 {
    margin-top: 20px;
  }
  .item-list li .text-boxs h3 {

    font-size: 16px !important;
}
  
    
}

@media screen and (max-width: 420px) {
  .item-list {
    height: 260px;
  }
  .item-list li .text-boxs{
          bottom: 10%;
  }
}

/* even  */