@charset "utf-8";
.borderBox {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
.centerY {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
#bodyBox .container {
  max-width: 750px;
  margin: 0 auto;
}
#bodyBox .container .banner {
  margin: 0.4rem;
  padding: 0.85333333rem;
  background: url(../images/index/banner_bg.jpg) no-repeat center;
  background-size: cover;
  font-size: 0;
}
#bodyBox .container .banner img {
  display: inline-block;
  width: 5.70666667rem;
  margin-right: 0.18666667rem;
  margin-top: 0.18666667rem;
}
#bodyBox .container .banner img:nth-child(3n) {
  margin-right: 0;
}
#bodyBox .container .banner img:nth-child(-n+3) {
  margin-top: 0;
}
#bodyBox .container .allBrand .title {
  margin: 0.85333333rem auto;
  text-align: center;
}
#bodyBox .container .allBrand .title h3 {
  font-size: 1.12rem;
  color: #4c4c4c;
  margin-bottom: 0.37333333rem;
  font-weight: bold;
}
#bodyBox .container .allBrand .title p {
  font-size: 0.53333333rem;
  color: #b2b2b2;
}
#bodyBox .container .allBrand .brand {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#bodyBox .container .allBrand .brand a {
  display: block;
  width: 8.53333333rem;
  height: 4.26666667rem;
  margin-bottom: 0.53333333rem;
}
#bodyBox .container .allBrand .brand a img {
  width: 100%;
  display: block;
}
#bodyBox .container .allBrand .brand a:nth-child(2n) {
  margin-left: 0.53333333rem;
}
#bodyBox .container .newsCenter .title {
  background-image: url(../images/index/news_bg.jpg);
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-size: cover;
  padding: 2.8rem 0 2.4rem 0;
  text-align: center;
  background-color: #fff;
}
#bodyBox .container .newsCenter .title h3 {
  font-size: 1.12rem;
  color: #4c4c4c;
  margin-bottom: 0.37333333rem;
  font-weight: bold;
}
#bodyBox .container .newsCenter .title p {
  font-size: 0.53333333rem;
  color: #b2b2b2;
}
#bodyBox .container .newsCenter .news {
  background-color: #EFEFEF;
  padding: 0.42666667rem 0 0.69333333rem 0;
  position: relative;
}
#bodyBox .container .newsCenter .news .bg {
  position: relative;
  height: 16rem;
}
#bodyBox .container .newsCenter .news .bg div {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}
#bodyBox .container .newsCenter .news .bg .bg1 {
  background-color: #F5F5F5;
  z-index: 1;
  width: 16rem;
  height: 16rem;
  top: 0;
}
#bodyBox .container .newsCenter .news .bg .bg2 {
  background-color: #F9F9F9;
  z-index: 2;
  width: 17.33333333rem;
  opacity: 0.8;
  height: 14.66666667rem;
  top: 0.66666667rem;
}
#bodyBox .container .newsCenter .news .bg .bg3 {
  background-color: #FFFFFF;
  z-index: 3;
  width: 18.66666667rem;
  height: 13.33333333rem;
  top: 1.33333333rem;
  opacity: 0.9;
}
#bodyBox .container .newsCenter .news .lunbotu {
  text-align: center;
  width: 100%;
  position: absolute;
  z-index: 5;
  top: 2.8rem;
}
#bodyBox .container .newsCenter .news .lunbotu .swiper-container {
  width: 17.06666667rem;
  box-shadow: 0 0 0.4rem 0.02666667rem #e8e8e8;
}
#bodyBox .container .newsCenter .news .lunbotu .swiper-slide {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 1.06666667rem 0.8rem 1.33333333rem 0.8rem;
}
#bodyBox .container .newsCenter .news .lunbotu .swiper-pagination {
  width: 100%;
  bottom: -1.17333333rem;
}
#bodyBox .container .newsCenter .news .lunbotu .swiper-pagination-bullet {
  width: 0.26666667rem;
  height: 0.26666667rem;
  margin: 0 0.13333333rem;
  border-radius: 0.13333333rem;
}
#bodyBox .container .newsCenter .news .lunbotu .swiper-pagination-bullet-active {
  width: 0.8rem;
  background-color: #6A6A6A;
}
#bodyBox .container .newsCenter .news .lunbotu h3 {
  font-size: 0.85333333rem;
  color: #4c4c4c;
  font-weight: bold;
}
#bodyBox .container .newsCenter .news .lunbotu h3.en {
  font-size: 0.77333333rem;
}
#bodyBox .container .newsCenter .news .lunbotu h3 em {
  font-size: 0.64rem;
}
#bodyBox .container .newsCenter .news .lunbotu p {
  font-size: 0.58666667rem;
  color: #969696;
  margin: 0.48rem 0;
  line-height: 0.74666667rem;
}
#bodyBox .container .newsCenter .news .lunbotu img {
  display: block;
  width: 100%;
}
#bodyBox .container .newsCenter .news .lunbotu .slide2 {
  text-align: left;
}
#bodyBox .container .newsCenter .news .lunbotu .slide2 .flex {
  margin: 0.58666667rem 0;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
#bodyBox .container .newsCenter .news .lunbotu .slide2 .flex p {
  position: relative;
  margin: 0;
}
#bodyBox .container .newsCenter .news .lunbotu .slide2 .flex p em {
  font-size: 0.42666667rem;
  color: #b3b3b3;
  display: block;
  position: absolute;
  bottom: 0;
}
#bodyBox .container .newsCenter .news .lunbotu .slide2 .flex .img {
  width: 6.82666667rem;
  height: 6.26666667rem;
  flex-shrink: 0;
}
#bodyBox .container .newsCenter .news .lunbotu .slide2 .flex .img img {
  display: block;
  width: 100%;
}
