@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;
}

/* 声明“常规字体” */
@font-face {
  font-family: 'Montserrat';
  /* 自定义字体名称，可任意命名 */
  src: url('../fonts/Montserrat-Regular-8.otf') format('opentype');
  /* 替换为你的字体文件路径 */
  font-weight: normal;
  /* 表示“常规字重” */
  font-style: normal;
}

/* 声明“粗体字体” */
@font-face {
  font-family: 'Montserrat';
  /* 与上面的字体名称保持一致 */
  src: url('../fonts/Montserrat-Bold-3.otf') format('opentype');
  /* 替换为你的粗体字体文件路径 */
  font-weight: bold;
  /* 表示“粗体字重” */
  font-style: normal;
}

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  text-align: left;
  margin: 0 auto;
  line-height: 24px;
  color: #333;
  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;
  color: #666;
}

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;
  }
}





/* akita */
#main{
        padding-top: 0 !important;
}
.even-banner,
.even-box {
  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;
}

.akita-box {
  position: relative;
}



.akita-box::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #e2ecef;
  position: absolute;
  left: 50%;
  top: 0;
}

.akita-box .akita-item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.akita-box .akita-item:nth-of-type(odd) {
  flex-direction: row-reverse;
}

.akita-item .item-img {
  width: 50%;
  overflow: hidden;
}

.akita-item .item-img .item-swiper {
  overflow: hidden;
}

.akita-item .item-img img {
  display: block;
  width: 100%;
  height: auto;
}

.akita-item .item-text {
  width: 50%;
  position: relative;
}

.akita-item .item-text .year {
  display: block;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-size: 40px;
  color: #55ad3a;
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: 1px;
  position: relative;
}

.akita-item .item-text .year::before {
  content: "";
  width: 60px;
  height: 1px;
  background-color: #e2ecef;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.akita-box .akita-item:nth-of-type(odd) .item-text .year::before {
  right: -100px;
}

.akita-box .akita-item:nth-of-type(even) .item-text .year::before {
  left: -100px;
}

.akita-item .item-text h3 {
  color: #4d4d4f;
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 10px;
}

.akita-item .item-text p {
  color: #4d4d4f;
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  margin-top: 5px;

}

.akita-item .item-text .p1::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/icon-time.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.akita-box .akita-item:nth-of-type(odd) .item-text p {
  padding-right: 25px;
}

.akita-box .akita-item:nth-of-type(even) .item-text p {
  padding-left: 25px;
}


.akita-box .akita-item:nth-of-type(odd) .item-text p::before {
  right: 0;
}

.akita-box .akita-item:nth-of-type(even) .item-text p::before {
  left: 0;
}

.akita-item .item-text .p2::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/icon-add.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.akita-item .item-text .more {
  background-color: #0db7e1;
  color: #fff;
  text-decoration: none;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  padding: 8px 20px;
  display: inline-block;
  text-align: center;
  -webkit-transition: box-shadow .25s ease-in-out;
  -moz-transition: box-shadow .25s ease-in-out;
  -ms-transition: box-shadow .25s ease-in-out;
  -o-transition: box-shadow .25s ease-in-out;
  transition: box-shadow .25s ease-in-out;
  cursor: pointer;
  margin-top: 20px;
}

.akita-box .akita-item:nth-of-type(odd) .item-img {
  padding-left: 100px;
}

.akita-box .akita-item:nth-of-type(odd) .item-text {
  padding-right: 100px;
  text-align: right;
}

.akita-box .akita-item:nth-of-type(even) .item-img {
  padding-right: 100px;
}

.akita-box .akita-item:nth-of-type(even) .item-text {
  padding-left: 100px;
}

@media screen and (max-width: 1200px) {
  .akita-box .akita-item:nth-of-type(odd) .item-img {
    padding-left: 60px;
  }

  .akita-box .akita-item:nth-of-type(odd) .item-text {
    padding-right: 60px;
  }

  .akita-box .akita-item:nth-of-type(even) .item-img {
    padding-right: 60px;
  }

  .akita-box .akita-item:nth-of-type(even) .item-text {
    padding-left: 60px;
  }

  .akita-box .akita-item:nth-of-type(odd) .item-text .year::before {
    right: -60px;
  }

  .akita-box .akita-item:nth-of-type(even) .item-text .year::before {
    left: -60px;
  }

  .akita-item .item-text .year::before {
    width: 30px;
  }

  .akita-item .item-text .year {
    font-size: 30px;
  }

  .akita-item .item-text h3 {
    margin-top: 15px;
    margin-bottom: 10px;
  }

  .akita-item .item-text p {
    font-size: 14px;
  }

  .akita-item .item-text .more {
    margin-top: 15px;
  }
}

@media screen and (max-width: 992px) {
  .akita-box .akita-item:nth-of-type(odd) .item-img {
    padding-left: 40px;
  }

  .akita-box .akita-item:nth-of-type(odd) .item-text {
    padding-right: 40px;
  }

  .akita-box .akita-item:nth-of-type(even) .item-img {
    padding-right: 40px;
  }

  .akita-box .akita-item:nth-of-type(even) .item-text {
    padding-left: 40px;
  }

  .akita-box .akita-item:nth-of-type(odd) .item-text .year::before {
    right: -40px;
  }

  .akita-box .akita-item:nth-of-type(even) .item-text .year::before {
    left: -40px;
  }

  .akita-item .item-text .year::before {
    width: 20px;
  }

}

@media screen and (max-width: 768px) {
  .akita-box::before {
    display: none;
  }

  .akita-box .akita-item:nth-of-type(odd) .item-text .year::before {
    display: none;
  }

  .akita-box .akita-item:nth-of-type(even) .item-text .year::before {
    display: none;
  }

  .akita-box .akita-item:nth-of-type(odd) .item-img {
    padding-left: 0px;
  }

  .akita-box .akita-item:nth-of-type(odd) .item-text {
    padding-right: 0px;
  }

  .akita-box .akita-item:nth-of-type(even) .item-img {
    padding-right: 0px;
  }

  .akita-box .akita-item:nth-of-type(even) .item-text {
    padding-left: 0px;
  }

  .akita-item .item-img {
    width: 100%;
  }

  .akita-item .item-text {
    width: 100%;
    margin-top: 30px;
    text-align: left !important;
  }
  .akita-box .akita-item:nth-of-type(odd) .item-text p {
    padding-left: 25px;
    padding-right: 0;
  }



  .akita-box .akita-item:nth-of-type(odd) .item-text p::before {
    right: inherit;
    left: 0;
  }
    
}

/* akita */