.container {
  width: 1600px;
  padding: 0;
}

body {
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
  background: url("../images/MainBackground.jpg") no-repeat center;
  background-attachment: fixed;
  background-size: cover;
  overflow-x: hidden;
}

body *[class^="col"] {
  padding: 0;
}

body .titlebar {
  display: flex;
  margin-bottom: 46px;
  align-items: center;
}

body .titlebar .left {
  position: relative;
  height: 54px;
  font-size: 2.857em;
  font-family: "PingFang SC", PingFangSC-Semibold, sans-serif;
  font-weight: 600;
  text-align: left;
  color: #373737;
  line-height: 1.1;
  white-space: nowrap;
}

body .titlebar .left::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 2px;
  background: #f9c617;
}

body .titlebar .right {
  flex: 1;
  text-align: right;
  width: 48px;
  height: 24px;
  font-size: 0.857em;
  line-height: 1.5;
  font-weight: 600;
  color: #55b428;
  vertical-align: middle;
  margin: auto;
}

body .titlebar .right .circle {
  width: 24px;
  height: 24px;
  background: #55b428;
  border-radius: 100%;
  margin: auto auto auto 17px;
  background-image: url("../images/video-start.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 5px 6px;
  vertical-align: middle;
  display: inline-block;
}

body .titlebar .right a,
body .titlebar .right a:hover,
body .titlebar .right a:visited,
body .titlebar .right a:active,
body .titlebar .right a:link {
  background-color: unset;
  color: #55b428;
  text-decoration-color: unset;
  text-underline: none;
}

body a,
body a:hover,
body a:visited,
body a:active,
body a:link {
  cursor: pointer;
  text-decoration: none;
  background-color: unset;
  color: unset;
  background: unset;
}

.indextitle {
  height: 100vh;
  width: 100%;
  position: relative;
}

.indextitle > .content {
  position: relative;
  height: 100%;
}

.indextitle .titleCenter {
  display: inline-block;
  position: relative;
  top: 50%;
  left: 50%;
  z-index: 6;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  text-align: center;
  color: #ffffff;
}

.indextitle .titleCenter .imgs img {
  width: 132px;
  height: 132px;
  margin: 0 30px;
}

.indextitle .titleCenter .h1 {
  font-size: 3.428em;
  font-weight: bold;
  line-height: 1.5;
  text-shadow: 1px 2px 0px #373737;
  margin: 30px 0 24px 0;
}

.indextitle .titleCenter .text {
  width: 672px;
  height: 120px;
  font-size: 1.714em;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 1px;
  text-shadow: 1px 1px 0px #333333;
}

@media (max-width: 1200px) {
  .indextitle .titleCenter .imgs img {
    width: 18vw;
    height: 18vw;
    margin: 1vw 4vw;
  }
  .indextitle .titleCenter .imgs img:last-child {
    margin-right: 0px;
  }
  .indextitle .titleCenter .h1 {
    font-size: 2.56em;
    margin-bottom: 1vw;
    width: 100%;
  }
  .indextitle .titleCenter .text {
    width: 80vw;
    font-size: 1.3em;
    line-height: 1.2;
  }
}

.swiper-pagination .swiper-pagination-bullet {
  width: 60px;
  height: 6px;
  box-shadow: 0px 1px 4px 0px rgba(73, 111, 23, 0.5);
  border-radius: 0;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #55b428;
}

.mySwiper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.mySwiper .swiper-slide {
  object-fit: cover;
}

.SCROLL {
  display: block;
  position: absolute;
  bottom: calc(100px + 90px);
  left: 0;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform-origin: left bottom;
  -webkit-transform-origin: left bottom;
  z-index: 6;
  color: #ffffff;
  white-space: nowrap;
}

.SCROLL img {
  margin-left: 14px;
  width: 14px;
  display: inline-block;
  transform: rotateZ(-90deg);
}

.imagescale {
  overflow: hidden;
}

.imagescale:hover img {
  transform: scale(1.3);
}

.imagescale img {
  transition: all 0.5s;
}

.NewsAndEvents {
  padding: 84px 0 80px 0;
  background: white;
}

.NewsAndEvents .newBox {
  height: 480px;
}

.NewsAndEvents .newBox .imgSection {
  display: none;
  width: 445px;
  height: 464px;
  position: absolute;
  border-radius: 6px;
}

.NewsAndEvents .newBox .imgSection a {
  display: block;
  height: 100%;
}

.NewsAndEvents .newBox .imgSection img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.NewsAndEvents .newBox .textSection {
  padding: 0.75rem 0.3rem 0.32rem;
  width: 100%;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  z-index: 2;
  background: linear-gradient(180deg, transparent, rgba(12, 28, 5, 0.7));
  border-radius: 8px;
  color: #ffffff;
  box-shadow: 0px 2px 0.3rem 0px rgba(0, 0, 0, 0.05);
}

.NewsAndEvents .newBox .textSection .time {
  font-size: 1.142em;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 0.15rem;
  font-family: "muli-Light";
}

.NewsAndEvents .newBox .textSection .text {
  font-size: 1.285em;
  font-weight: 600;
  line-height: 1.4;
  font-family: Muli;
}

.NewsAndEvents .newBox .newsList {
  margin-left: 515px;
}

.NewsAndEvents .newBox .newsList .new {
  display: flex;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #d8d8d8;
}

.NewsAndEvents .newBox .newsList .new:last-child {
  border-bottom: 0px solid #d8d8d8;
}

.NewsAndEvents .newBox .newsList .new .containtext {
  flex: 1;
  margin: auto;
}

.NewsAndEvents .newBox .newsList .new .containtext .time {
  font-size: 1.142em;
  font-weight: normal;
  text-align: left;
  color: #777777;
  line-height: 1.5;
  font-family: Muli, Muli-Regular, sans-serif;
}

.NewsAndEvents .newBox .newsList .new .containtext .title {
  font-size: 1.428em;
  line-height: 1.24;
  font-weight: 600;
  font-family: Muli, Muli-Regular, sans-serif;
  text-align: left;
  color: #373737;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 12px 0 0;
}

.NewsAndEvents .newBox .newsList .new .containtext .text {
  height: auto;
  max-height: 0;
  font-size: 1.142em;
  line-height: 1.5;
  font-family: Muli, Muli-Regular, sans-serif;
  font-weight: 400;
  text-align: left;
  color: #888888;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: max-height 0.3s;
  -webkit-transition: max-height 0.3s;
}

.NewsAndEvents .newBox .newsList .new .new-button {
  margin: auto;
  width: 48px;
  height: 48px;
  vertical-align: middle;
  margin-left: 58px;
  text-align: center;
  line-height: 48px;
  background: unset;
}

.NewsAndEvents .newBox .newsList .new .new-button img:nth-child(1) {
  display: none;
  background: unset;
}

.NewsAndEvents .newBox .newsList .new .new-button img:nth-child(2) {
  display: inline-block;
  background: unset;
}

.NewsAndEvents .newBox .newsList .new .new-button img {
  width: 16px;
  vertical-align: middle;
}

.NewsAndEvents .newBox .newsList .new.in .containtext .title {
  margin-bottom: 16px;
}

.NewsAndEvents .newBox .newsList .new.in .containtext .text {
  max-height: 60px;
}

.NewsAndEvents .newBox .newsList .new.in .new-button {
  background-color: #55b428;
  background: linear-gradient(316deg, #55b428 1%, #55d01a 97%);
  cursor: initial;
}

.NewsAndEvents .newBox .newsList .new.in .new-button img:nth-child(1) {
  display: inline-block;
  background: unset;
}

.NewsAndEvents .newBox .newsList .new.in .new-button img:nth-child(2) {
  display: none;
  background: unset;
}

.LineBar .ImgList {
  text-align: center;
  padding: 100px 0;
}

.LineBar .ImgList::after {
  content: "";
  display: table;
  clear: both;
}

.LineBar .ImgList .ImgItem {
  float: left;
  width: 3rem;
  margin: 17px 0 15px 0;
  text-align: center;
}

.LineBar .ImgList .ImgItem img {
  width: 0.6rem;
  height: 0.6rem;
}

.LineBar .ImgList .ImgItem .text {
  margin-top: 32px;
  height: 33px;
  font-size: 1.714em;
  line-height: 1.375;
  font-family: "PingFang SC", PingFangSC-Semibold, sans-serif;
  font-weight: 600;
  color: #ffffff;
}

.Notice {
  padding: 100px 0 60px 0;
  background: #f3f3f3;
}

.Notice .newBox::after {
  content: "";
  display: table;
  clear: both;
}

.Notice .newBox .new {
  box-sizing: border-box;
  padding: 24px;
  float: left;
  border-radius: 8px;
  background: #ffffff;
  margin-bottom: 38px;
  width: calc(25% - 36px);
  margin-right: 36px;
}

.Notice .newBox .new:nth-child(4n) {
  margin-right: 0;
}

.Notice .newBox .new .title {
  height: 52px;
  font-size: 1.285em;
  font-family: "PingFang SC", PingFangSC-Semibold, sans-serif;
  font-weight: bold;
  text-align: left;
  color: #373737;
  line-height: 1.44;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.Notice .newBox .new .time {
  height: 24px;
  font-size: 16px;
  font-family: Muli, Muli-Boldm, sans-serif;
  font-weight: 700;
  text-align: left;
  color: #555555;
  line-height: 24px;
  margin: 16px 0 18px 0;
}

.Notice .newBox .new .text {
  height: 24px;
  font-size: 1.142em;
  font-family: "PingFang SC", PingFangSC-Semibold, sans-serif;
  font-weight: 600;
  text-align: left;
  color: #55b428;
  line-height: 2;
}

.Notice .newBox .new .text img {
  display: inline-block;
  width: 12px;
  height: 11px;
  margin-left: 8px;
}

.Notice .newBox .new .blimg {
  display: none;
}

.Notice .newBox .new:hover {
  background: red;
  background: linear-gradient(313deg, #54c61e, #55b428 91%);
  position: relative;
}

.Notice .newBox .new:hover .title {
  color: #ffffff;
}

.Notice .newBox .new:hover .time {
  color: #ffffff;
}

.Notice .newBox .new:hover .text {
  color: #ffffff;
}

.Notice .newBox .new:hover .text img {
  display: inline-block;
  width: 12px;
  height: 11px;
  margin-left: 8px;
}

.Notice .newBox .new:hover .text img:first-child {
  display: none;
}

.Notice .newBox .new:hover .blimg {
  display: inline-block;
  position: absolute;
  width: 54px;
  height: 91px;
  right: 0;
  bottom: 0;
}

.Principal {
  padding: 70px 0 70px 0;
  background: white;
  text-align: center;
}

.Principal .content {
  width: 1000rem;
  max-width: 1000px;
  margin: 0 auto;
}

.Principal .titlebar {
  justify-content: center;
}

.Principal .titlebar .left {
  text-align: center;
}

.Principal .titlebar .left::after {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.Principal .img.imagescale {
  margin-bottom: 24px;
  overflow: hidden;
  border-radius: 6px;
}

.Principal .img.imagescale .video-box {
  position: relative;
  background-color: #000;
  cursor: pointer;
}

.Principal .img.imagescale .video-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.Principal .img.imagescale .video-box:hover img {
  opacity: 0.6;
}

.Principal .img.imagescale .video-box:hover::before {
  transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
}

.Principal .img.imagescale .video-model {
  position: fixed;
  z-index: -2;
  overflow: hidden;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
}

.Principal .img.imagescale .video-model .close {
  color: #fff;
  text-shadow: 0 0 2px #000;
  opacity: 0.8;
  position: absolute;
  top: 15px;
  padding: 15px;
  right: 15px;
  font-size: 3.571;
  line-height: 1;
  cursor: pointer;
  z-index: 999999;
}

.Principal .img.imagescale .video-model.active {
  opacity: 1;
  z-index: 999999;
}

.Principal .img.imagescale .video-js {
  width: 100%;
  height: 5rem;
  object-fit: cover;
}

.Principal .text {
  margin: auto;
  width: Min(1000px, calc(80vw));
  font-size: 1.285em;
  line-height: 1.777;
  font-family: "PingFang SC", PingFangSC-Regular, sans-serif;
  text-align: center;
  color: #555555;
}

.video-js .vjs-big-play-button {
  font-size: 2.5em;
  line-height: 2.5em;
  height: 2.5em;
  width: 2.5em;
  -webkit-border-radius: 2.5em;
  -moz-border-radius: 2.5em;
  border-radius: 2.5em;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  border-width: 1px;
  margin-top: -1.25em;
  margin-left: -1.75em;
}

@media (max-width: 1200px) and (min-width: 910px) {
  .indextitle .titleCenter {
    left: 50%;
  }
  .indextitle .titleCenter .imgs {
    margin-left: unset;
  }
  .indextitle .titleCenter .h1 {
    margin-left: unset;
    font-size: 4vw;
  }
  .indextitle .titleCenter .text {
    margin-left: unset;
    font-size: 2vw;
  }
}

@media (max-width: 1200px) {
  body .titlebar .left {
    font-size: 1.5em;
    line-height: 1.2;
    height: auto;
  }
  .LineBar .ImgList {
    text-align: left;
  }
  .LineBar .ImgList .ImgItem {
    text-align: center;
  }
  .LineBar .ImgList .ImgItem + .ImgItem {
    border-left: 0px solid #ffffff;
  }
  .Principal .img.imagescale .video-box::before {
    top: calc(50% - 24px);
    left: calc(50% - 24px);
    margin: 0;
  }
  .NewsAndEvents {
    padding-bottom: 60px;
  }
  .NewsAndEvents .newBox {
    height: auto;
  }
  .NewsAndEvents .newBox .imgSection {
    width: 100%;
    height: auto;
    position: initial;
  }
  .NewsAndEvents .newBox .newsList {
    margin-top: 40px;
    margin-left: unset;
  }
  .NewsAndEvents .newBox .newsList .new {
    margin-bottom: 24px;
    padding-bottom: 24px;
  }
  .NewsAndEvents .newBox .newsList .new .containtext .title {
    margin: 12px 0 16px;
  }
  .LineBar .ImgList {
    text-align: left;
    padding: 60px 0 30px;
  }
  .LineBar .ImgList .ImgItem {
    width: calc(100% / 3);
    margin: 0 0 30px 0;
  }
  .LineBar .ImgList .ImgItem + .ImgItem {
    border-left: 0px solid #ffffff;
  }
  .LineBar .ImgList .ImgItem img {
    width: 60px;
    height: 60px;
  }
  .LineBar .ImgList .ImgItem .text {
    font-size: 1em;
    margin-top: 14px;
  }
  .Principal .img.imagescale .video-box::before {
    top: calc(50% - 24px);
    left: calc(50% - 24px);
    margin: 0;
  }
  .Notice {
    padding: 40px 0 20px;
  }
  .Notice .newBox .new {
    width: calc(50% - 10px);
    margin-right: 20px;
  }
  .Notice .newBox .new:nth-child(2n) {
    margin-right: 0;
  }
  .SideTip .wechat {
    right: 0;
  }
}

@media (max-width: 930px) {
  .Principal .content {
    width: 92%;
  }
  .Principal .img.imagescale .video-js {
    height: 1.732rem;
  }
}

@media screen and (max-width: 660px) {
  .LineBar .ImgList .ImgItem {
    width: 50%;
  }
}

@media screen and (max-width: 450px) {
  .video-js .vjs-big-play-button {
    font-size: 2em;
    line-height: 2em;
    height: 2em;
    width: 2em;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-top: -1em;
    margin-left: -1em;
  }
  .Principal {
    padding: 40px 0 40px;
  }
  body .titlebar {
    margin-bottom: 30px;
  }
  .NewsAndEvents {
    padding: 40px 0;
    background: white;
  }
  .NewsAndEvents .newBox .textSection .text {
    font-size: 12px;
  }
  .NewsAndEvents .newBox .imgSection,
  .NewsAndEvents .newBox .imgSection img {
    position: unset;
  }
  .NewsAndEvents .newBox .newsList {
    margin-top: 40px;
  }
  .NewsAndEvents .newBox .newsList .new {
    justify-content: space-between;
  }
  .NewsAndEvents .newBox .newsList .new .containtext {
    width: calc(100% - 30px - 20px);
    margin: 0;
  }
  .NewsAndEvents .newBox .newsList .new .containtext .time {
    font-size: 0.8em;
  }
  .NewsAndEvents .newBox .newsList .new .containtext .title {
    font-size: 1.2em;
  }
  .NewsAndEvents .newBox .newsList .new .containtext .text {
    font-size: 0.875em;
  }
  .NewsAndEvents .newBox .newsList .new .containtext .text p {
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .NewsAndEvents .newBox .newsList .new .new-button {
    margin: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .Notice .newBox .new .title {
    height: auto;
    font-size: 1em;
  }
  .Notice .newBox .new .time {
    margin: 10px 0 10px;
    font-size: 0.875em;
  }
  .Notice .newBox .new .text {
    font-size: 0.875em;
  }
  .Notice .newBox .new .text img {
    width: 0.875em;
    height: 1em;
  }
  .LineBar .ImgList {
    text-align: left;
  }
  .LineBar .ImgList .ImgItem img {
    width: 60px;
    height: 60px;
  }
  .LineBar .ImgList .ImgItem .text {
    font-size: 0.875em;
  }
  .LineBar .ImgList .ImgItem + .ImgItem {
    border-left: 0px solid #ffffff;
  }
  .Notice .newBox .new {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .Notice .newBox .new:nth-child(2n) {
    margin-right: 0;
  }
  .Principal .img.imagescale .video-box::before {
    top: calc(50% - 24px);
    left: calc(50% - 24px);
    margin: 0;
  }
  .Principal .text {
    font-size: 1em;
    line-height: 2;
  }
  .indextitle .titleCenter .h1 {
    font-size: 1.5em;
  }
  .indextitle .titleCenter .text {
    font-size: 1em;
    line-height: 5.5vw;
  }
  body .titlebar .left {
    font-size: 1em;
    line-height: 1.5;
  }
  body .titlebar .right {
    font-size: 0.75em;
  }
  .NewsAndEvents .newBox .imgSection {
    width: 100%;
  }
  .NewsAndEvents .newBox .textSection .text {
    font-size: 1em;
  }
  .LineBar .ImgList .ImgItem .text {
    font-size: 1em;
  }
  .Notice .newBox .new {
    width: 100%;
  }
  .Notice .newBox .new .time {
    font-size: 0.625em;
  }
  .Notice .newBox .new .text {
    font-size: 0.625em;
  }
  .Principal .text {
    font-size: 0.75em;
  }
}
