html,
body {
  position: relative;
  background-color: #fff
}

body {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #000;
  margin: 0 auto;
  padding: 0;
  max-width: 2560px;
}
.swiper {
  width: 100%;
  max-height:615px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #EAEAEA7a;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
   display: -webkit-flex; display: -ms-flex; display: -moz-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-slide>a{ width: 100%; height: 100%; }
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  max-height:615px;
  object-fit: contain;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
}

.swiper-button-next,
.swiper-button-prev{
	color:#f4f4f4;
}
.Rotation {
  background-color: #fff;
  padding-left: 2.8%;
  padding-right: 2.8%;
}

.Rotation-text {
  background-color: #fff;
  height: 210px;
  width: 100%;
  display: -webkit-flex; display: -ms-flex; display: -moz-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 2px;
  margin-bottom: 4px;
  gap: 30px;
  overflow: hidden;
}
.Rotation-text>img{
	margin:auto;
}
.Rotation-left {
  width: 49%;
  float: left;
}

.Rotation-right {
  width: 49%;
  float: right;
}

.Rotation-left p {
  margin-left: 20%;
  font-size: 22px;
  margin-bottom: 1.5%;
}

.Rotation-right p {
  margin-left: 20%;
  font-size: 18px;
  margin-bottom: 1%;

}

.Big-picture {
  position: relative;
  width: 100%;
}

.Big-picture>a {
  width: 100%;
  height: auto;
}

.Big-picture>img {
	width:100%;
  max-width: 1444px;
  max-height:216px;
  margin:auto;
  object-fit: none;
}

.Big-picture-button {
  text-align: center;
  position: absolute;
  z-index: 9;
  width: 8.6%;
  height: 16%;
  background-color: #e0e0e0;
  color: #165159;
  line-height: 36px;
  font-weight: 700;
  right: 32.1%;
  bottom: 20.8%;
  cursor: pointer;
  border-radius: 3px;
  letter-spacing: 2px;
}
.Big-picture-button {
  display: none;
}
.Big-picture {
  width: 100%;
   display: -webkit-flex; 
   display: -ms-flex; 
   display: -moz-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  margin: auto;
  background-color:#EAEAEA;
}
#container-fluid {
  padding-left: 2%;
  padding-right: 2.3%;
}

#container-fluid>.row {
  margin-top: 20px;
}

#container-fluid .row div:nth-child(even) {
  text-align: right;
}

#container-fluid .row div:nth-child(odd) {
  text-align: left;
}



.col-md-6>a>img,
.col-lg-6>a>img,
.col-sm-6>a>img,
.col-12>a>img{
	width:100%;
}

 @media screen and (max-width:1440px) {
	 .Rotation-text>img{
		 width:100%;
		   object-fit:cover;
	 }
       .Big-picture>img {
		   width:100%;
		   object-fit:cover;
	   }
	   .body-content-img{
		display: flex;
		align-items: center;
	   }
 }
  #datu {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 99;
    background-color: rgba(72, 70, 70, 0.7);
    display: none;

}

.datu-img {
	width:100%;
	height:87%;
    max-width: 1180px;
    max-height: 677px;
    border: rgb(97, 95, 95) 2px solid;
    position: fixed;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    animation: mymove 1s;
    /*Safari 和 Chrome:*/
    -webkit-animation: mymove 1s;
}

.datu-t {
    height: 40px;
    background-color: #fff;
    color: #000;
    line-height: 40px;
    font-size: 15px;
    font-family: 700;
    padding-left: 10px;
    padding-right: 10px;
}

.datu-t>img {
    float: right;
    margin-top: 12px;
    cursor: pointer;
}

@keyframes mymove {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/*Safari 和 Chrome:*/
@-webkit-keyframes mymove {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.datu-tp {
    width: 100%;
	background: white;
}

.flex-1{ flex: 1; }
.sd-row{ display: flex;
    flex-wrap: wrap;
    position: relative;
    box-sizing: border-box; }
.sd-row-reverse{ flex-direction: row-reverse; }
[class*=sd-col-] {
    box-sizing: border-box;
}
.sd-col-5 {
    max-width: 20.8333333333%;
    flex: 0 0 20.8333333333%;
}
.sd-col-7 {
    max-width: 29.1666666666%;
    flex: 0 0 29.1666666666%;
}
.sd-col-8 {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
}
.sd-col-9 {
    max-width: 37.5%;
    flex: 0 0 37.5%;
}
.sd-col-10 {
    max-width: 41.6666666666%;
    flex: 0 0 41.6666666666%;
}
.sd-col-11 {
    max-width: 45.8333333333%;
    flex: 0 0 45.8333333333%;
}
.sd-col-12 {
    max-width: 50%;
    flex: 0 0 50%;
}
.sd-col-13 {
    max-width: 54.1666666667%;
    flex: 0 0 54.1666666667%;
}
@media only screen and (max-width: 768px){
	.sd-col-xs-24 {
		display: block;
		max-width: 100%;
		flex: 0 0 100%;
	}
    .sd-col-xs-12{
        display: block;
        max-width: 50%;
        flex: 0 0 50%;
    }
    .sd-col-xs-0{
        display: none !important;
    }
}

.close-btn{ position: absolute; top: 13px; right: 13px; cursor: pointer; }
.close-btn::before{ transform: rotate(-45deg); }
.close-btn::after{ transform: rotate(45deg); }
.close-btn::before, .close-btn::after {
    position: absolute;
    height: 16px;
    width: 1px;
    content: '';
    background-color: #000;
}
.embed-messageboard-select-title, .embed-messageboard-form-select-input{ align-items: center; }