html,
body {
  position: relative;
  background-color: #fff
}

body {
font-family:"Microsoft Yahei" !important;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}
li{
	list-style: none;
}
.swiper {
  width: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 0.9474rem;
  background: #fff;
	height: auto !important;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: 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;
  max-height: 890px;
}
.swiper-slide>a{
	display: block;
    height: 100%;
    width: 100%;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
/*包裹自定义分页器的div的位置等CSS样式*/
.swiper-pagination-custom {
  cursor: pointer;
  bottom: 10px;
  left: 0;
  width: 100%;
}
/*自定义分页器的样式，这个你自己想要什么样子自己写*/
.swiper-pagination-customs {
  width: 1.5789rem;
  height: 0.1579rem;
  display: inline-block;
  background: #000;
  opacity: .3;
  margin: 0 0.2632rem;
}
/*自定义分页器激活时的样式表现*/
.swiper-pagination-customs-active {
  opacity: 1;
  width: 2.8947rem;
  background-color: #565656;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bg-mp4 {
  width: 100%;
  height: auto;
  position: relative;
}

.bg-mp4>.title {
  width: auto;
  display: flex;
  flex-direction: column;
  height: 11.0526rem;
  position: absolute;
  top: 7.4rem;
  left:18%;
  z-index: 2;
}
.bg-mp4>.title>b{
	font-size:0.8421rem;
	text-align: left;
    padding-left: 18%;
}
.bg-mp4>.title>h1 {
  text-align: center;
  font-weight: 900;
  font-size:2rem;
   margin-bottom: 1.5rem;
}

.bg-mp4>.title>p {
  text-align: center;
  margin-bottom: 3.5rem;
  font-size: 1rem;
  font-weight: 900;
}
.bg-mp4>.title>.swiper-button{
  display: flex;
   width: 100%;
   justify-content: center;
   gap: 2em;
}
.bg-mp4>.title>.swiper-button>.button {
  padding: 0 1.5em;
  margin: 0;
  color: black;
  width: auto;
  height: 2.2rem;
  min-height:30px;
  font-size: 0.7rem;
  border: 1px solid #000;
  letter-spacing: 2px;
  line-height: 0.7rem;
  text-align: center;
  cursor: pointer;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-bg {
  width: 100%;
  height: 100%;
  pointer-events: none; /* 修复swiper拖动 */
}

.video-bg>video {
  object-position: center;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.swiper>.products-list {
  position: absolute;
  z-index: 9;
  bottom: 6%;
  margin: auto;
  left: 0;
  right: 0;
  width: 86%;
}

.swiper>.products-list>.list {
  display: flex;
  height: 6.8421rem;
  width: 100%;
  align-items: center;
}

.swiper>.products-list>.list>a {
  flex: 1;
  color: #fff;
  background: #005b31;
  height: 6.3158rem;
  padding: 1.0526rem 0.7895rem 1.0526rem 2.1053rem;
  transition: all 0.3s;
  overflow: hidden;
}

.swiper>.products-list>.list>a:hover {
  height: 7.6316rem;
   padding: 1.7105rem 0.7895rem 1.7105rem 2.1053rem;
  background: #000;
  color: #fff !important;
}

.swiper>.products-list>.list>a>.title {
  font-size: 0.9474rem;
  display: flex;
  align-items: center;
}
.swiper>.products-list>.list>a>.title>img{
	margin-right:0.5263rem;
}
.swiper>.products-list>.list>a>p>img {
  margin-right: 0.1579rem;
}

.swiper>.products-list>.list>a>span {
  font-size: 0.6316rem;
  word-spacing: 2px;
}

.Rotation {
  background-color: #fff;
}

.Rotation-text {
  width: 100%;
  margin: 8px 0;
}
.Rotation-text>img{
  width: 100%;
}
.Big-picture {
  position: relative;
  width: 100%;
}

.Big-picture>a {
  width: 100%;
  height: auto;
}

.Big-picture>img {
  width: 100%;
}

.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: flex;
  justify-content: space-between;
  margin: auto;
}

@media screen and (max-width: 1024px){
  .swiper>.products-list>.list>a>span{
    display: none;
  }
  .swiper>.products-list>.list>a{
    height: 65px;
  }
  .bg-mp4>.title {
    top: 40px;
}
  .swiper>.products-list>.list>a:after{
    display: none;
  }
  .swiper>.products-list {
    bottom: 0;
    z-index: 99;
    width: 100%;
}
.swiper>.products-list>.list>a:hover{
  height: 65px;
  padding: 20px 4%;
}
}

/*首页底部公司新闻*/
#container-fluid {
 width: 100%;
 margin-top:50px;
}

#container-fluid>.row {
  margin-top: 20px;
  margin:auto;
}

#container-fluid .row div:nth-child(even) {
  text-align: right;
}

#container-fluid .row div:nth-child(odd) {
  text-align: left;
}
#Company-news>div>p{
  text-align: left;
  margin-bottom: 0;
  font-size: 16px;
}
#Company-news>p{
  font-size: 28px;
  padding-left:2%
}
#Company-news>div>p:first-child{
  font-size: 16px;
  color: #7f7f7f;
}
#Company-news>div>p:last-child{
  font-size: 14px;
  color: #7f7f7f;
}
#Company-news>div>p:nth-child(2){
  margin-bottom: 10px;
}
#Company-news>div>img{
  margin-bottom: 20px;
}
#Company-news>div:last-child {
    padding-left:2%
}
#Company-news-2>ul>li{
  list-style: none;
  text-align: left !important;
  font-size: 16px;
  height: 120px;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  padding-top: 10px;
  padding-bottom:10px;
  padding-left:8%;
}
#Company-news-2>ul{
  margin-top: 26px;
}
#Company-news-2>ul>li>p{
 margin: 0;
 width: 85%;
}
#Company-news-2>ul>li>p:first-child{
  font-size: 16px;
  color: #7f7f7f;
}
#Company-news-2>div:last-child{
  width: 140px;
  border: 1px solid black;
  height: 40px;
  border-radius: 8px;
  text-align: center !important;
  line-height: 40px;
  margin-top: 50px;
  cursor: pointer;
}
#Company-news-2>div:last-child:hover{
  background-color: #000;
  color: #fff;
}
#Company-news-2>div:last-child:hover span{
  color: #fff;
}
/*大图*/

#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 {
    width: 100%;
    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;
}
.body-content:not(#body-content-right) .body-content-button{
	margin-top: .5em;
}
.body-content:not(#body-content-right):first-child .body-content-button{ justify-content: flex-start; }
.body-content:not(#body-content-right):last-child .body-content-button{ justify-content: flex-end; }
@keyframes mymove {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/*Safari 和 Chrome:*/
@-webkit-keyframes mymove {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.datu-tp {
    width: 100%;
}

.el-row {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    box-sizing: border-box;
}

.center {
    width: 100%;
    min-height: 500px;
    display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex;
    justify-content: space-between;
    padding-left: 6%;
    padding-right: 6%;
    margin: 0;
}
.switch.active{
	background-color: #5c5c5d;
    color: #fff;
}
.product-desc{
	font-size: 14px;
    line-height: 25px;
    position: relative;
    animation-name: mytext;
    animation-duration: 1.2s;
    text-indent: 2em;
}
.product-func-ul{
	display: grid; grid-template-columns: repeat(auto-fill, 130px);row-gap: 10px;column-gap: 5px;
}
.product-func-ul li img{
	margin-right: 5px;
}
.img-switcher-wrap{
    width: 100%;
    display: flex;
    justify-content: center;
    float: right;
    margin-top: 2%;
}
.img-switcher-wrap .btn{
	width: auto;
    height: 32px;
    border: 1px solid #5c5c5d;
    text-align: center;
    line-height: 32px;
    margin-right: 5px;
    cursor: pointer;
    position: relative;
    padding: 0 20px;
    font-size: 14px;
}
.img-switcher-wrap .btn.active{
	background-color: #5c5c5d;
    color: #fff;
}
.row_reverse>.container-fluid>.center {
    flex-direction: row-reverse;
}
.row_reverse #body-content-right{
	align-items: flex-start;
}
.row_reverse .body-content-button{ justify-content: flex-end !important; }
.btn-default{     
	padding: .8em 2em;
    border: 1px #3c3c3c solid;
    background-color: white;
    color: black;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    font-size: .875rem;
}
.block {
    display: block !important;
}
.hide{
	display: none !important;
}
@keyframes mytext{
	0% {
		bottom: -300px;
	}
	100% {
		bottom: 0px;
	}
}
[class*=el-col-] {
    box-sizing: border-box;
}

.el-col-11 {
    max-width: 45.8333333333%;
    flex: 0 0 45.8333333333%;
}
.el-col-13 {
    max-width: 54.1666666667%;
    flex: 0 0 54.1666666667%;
}
@media only screen and (max-width: 768px){
	.el-col-xs-24 {
		display: block;
		max-width: 100%;
		flex: 0 0 100%;
	}
}