html,
body {
  position: relative;
  background-color: #fff
}

body {
font-family:"Microsoft Yahei" !important;
  font-size: 0.7368rem;
  color: #000;
  margin: 0;
  padding: 0;
}
.swiper {
  width: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 0.9474rem;
  background: #fff;

  /* Center slide text vertically */
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
       justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
       align-items: center;
  max-height: 890px;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
/*包裹自定义分页器的div的位置等CSS样式*/
.swiper-pagination-custom {
  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%;
  -o-object-fit: cover;
     object-fit: cover;
}

.bg-mp4 {
  width: 100%;
  height: auto;
  position: relative;
}

.bg-mp4>.title {
  width: auto;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 11.0526rem;
  position: absolute;
  top: 7.4rem;
  left:15%;
  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: 1.3rem;
  font-weight: 900;
}
.bg-mp4>.title>.swiper-button{
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
   width: 100%;
   -webkit-justify-content: center;
      -moz-box-pack: center;
       -ms-flex-pack: center;
           justify-content: center;
}
.bg-mp4>.title>.swiper-button>a .button {
  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: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
	padding: 0 3.33rem;
}

.video-bg {
  width: 100%;
  height: 100%;
}

.video-bg>video {
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     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: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 6.8421rem;
  width: 100%;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.swiper>.products-list>.list>a {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #fff;
  background: rgba(0, 0, 0, 0.9);
  height: 6.3158rem;
  padding: 1.0526rem 0.7895rem 1.0526rem 2.1053rem;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  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: #D71729;
  color: #fff !important;
}

.swiper>.products-list>.list>a>.title {
  font-size: 0.9474rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          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 {
  width: 100%;
  background-color: #fff;
  position:relative;
}
.Rotation>.swiper>.zhaomu{
	position: absolute;
    right: 10%;
    margin: 0;
    padding: 0;
    line-height: 0;
    top: 0px;
	cursor: pointer;
}
.Rotation>.swiper>.zhaomu{
	min-width: 120px;
    min-height: 30px;
	 position: absolute;
   width: 9.5rem;
    height: 2.55rem;
    bottom: -1.0526rem;
    background: #c60505;
    z-index: 9;
    right: 18%;
    text-align: center;
    line-height: 2.55rem;
	border-radius: 2px;
	font-size: 0.8rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
   color:#fff;
}
.Rotation>.swiper>.zhaomu>.ai{
	height:100%;
	width:30%;
	text-align: center;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
   -webkit-justify-content:center;
      -moz-box-pack:center;
       -ms-flex-pack:center;
           justify-content:center;
    background:#c60505;
	font-weight: 900;
    font-size: 1rem;
    letter-spacing: 2px;
}
.Rotation>.swiper>.zhaomu>.txt{
	height:100%;
	width:70%;
	text-align: center;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
   -webkit-justify-content:center;
      -moz-box-pack:center;
       -ms-flex-pack:center;
           justify-content:center;
      letter-spacing: 3px;
	  background:#343434;
}
.Rotation-text {
  width: 100%;
  margin-top: 6px;
  margin-bottom: 2px;
  color: #fff;
  text-align:center;
  background-color:#f3f6f9;
}
.Rotation-text>a>img{
  width: 100%;
  margin-bottom: 8px;
}
.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: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          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>.title{
	 height: 100%;
    width: 100%;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
	font-size:1.5rem;  
  }

  .swiper>.products-list>.list>a:after{
    display: none;
  }
  
  .swiper>.products-list {
    z-index: 99;
    width: 100%;
}
.bg-mp4>.title>h1 {
    font-size: 2rem;
}
.bg-mp4>.title>h1 {
    margin-bottom: 1.5789rem;
}
}

/*首页底部公司新闻*/
#container-fluid {
 width: 100%;
 margin-top:2.6316rem;
}

#container-fluid>.row {
  margin-top: 1.0526rem;
  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: 0.8421rem;
}
#Company-news>p{
  font-size: 1.4737rem;
  padding-left:2%
}
#Company-news>div>p:first-child{
  font-size: 0.8421rem;
  color: #7f7f7f;
}
#Company-news>div>p:last-child{
  font-size: 0.7368rem;
  color: #7f7f7f;
}
#Company-news>div>p:nth-child(2){
  margin-bottom: 9.9997px;
}
#Company-news>div>img{
  margin-bottom: 1.0526rem;
}
#Company-news>div:last-child {
    padding-left:2%
}
#Company-news-2>ul>li{
  list-style: none;
  text-align: left !important;
  font-size: 0.8421rem;
  padding: 1.9rem 0;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-evenly;
     -moz-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 10px;
  padding-bottom:10px;
  padding-left: 2rem;
}
#Company-news-2>ul{
  margin-top: 1.3684rem;
}
#Company-news-2>ul>li>p{
 margin: 0;
 width: 85%;
}
#Company-news-2>ul>li>p:first-child{
  font-size: 0.8421rem;
  color: #7f7f7f;
}
#Company-news-2>div:last-child{
  width: 7.3684rem;
  border: 1px solid black;
  height: 2.1053rem;
  border-radius: 8px;
  text-align: center !important;
  line-height: 40px;
  margin-top: 2.6316rem;
  cursor: pointer;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
      font-size: 0.8rem;
    min-width: 140px;
    min-height: 40px;
}
#Company-news-2>div:last-child:hover{
  background-color: #000;
  color: #fff;
}
#Company-news-2>div:last-child:hover span{
  color: #fff;
}
/*大图*/

#datu,#zhaomu {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
    background-color: rgba(72, 70, 70, 0.7);
    display: none;
	
}

.datu-img {
	width:100%;
	height:87%;
    max-width: 62.1053rem;
    max-height: 35.6316rem;
    border: rgb(97, 95, 95) 2px solid;
    position: fixed;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -moz-animation: mymove 1s;
      -o-animation: mymove 1s;
         animation: mymove 1s;
    /*Safari 和 Chrome:*/
    -webkit-animation: mymove 1s;
}

.datu-t {
    width: 100%;
    height: 2.1053rem;
    background-color: #fff;
    color: #000;
    line-height: 40px;
    font-size: 0.7895rem;
    font-family: 700;
    padding-left: 0.5263rem;
    padding-right: 0.5263rem;
}

.datu-t>img {
    float: right;
    margin-top: 0.6316rem;
    cursor: pointer;
}

@-moz-keyframes mymove {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-o-keyframes mymove {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes mymove {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/*Safari 和 Chrome:*/
@-webkit-keyframes mymove {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.datu-tp {
    width: 100%;
}