.main {
  width: 100%;
}
.main .banner {
  width: 100%;
  margin-top: 95px;
}
.main .banner img {
  width: 100%;
}
.main .nav-product {
  width: 1200px;
  margin: 30px auto;
}
.main .nav-product ul {
  display: flex;
  align-items: center;
  width: 100%;
}
.main .nav-product ul li {
  float: left;
  margin-right: 15px;
}
.main .nav-product ul li span {
  float: left;
  font-size: 16px;
  margin-right: 15px;
}
.main .nav-product ul li p {
  float: left;
  font-size: 16px;
  color: #d94142;
}
.main .active-detail {
  width: 1200px;
  margin: 75px auto;
}
.main .active-detail h6 {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  text-align: center;
}
.main .active-detail .date {
  margin-bottom: 80px;
  font-size: 16px;
  color: #999;
  text-align: center;
}
.main .active-detail .date span {
  display: inline-block;
  width: 21px;
  height: 21px;
  margin-right: 10px;
  vertical-align: sub;
  background: url(../../img/about/d1.png) no-repeat center;
  background-size: 100% auto;
}
.main .active-detail p {
  margin-bottom: 46px;
  font-size: 16px;
  color: #666;
}
.main .active-detail ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
}
.main .active-detail .goback {
  display: block;
  width: 180px;
  height: 60px;
  margin: 30px auto;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 60px;
  border-radius: 10px;
  background-color: #bf201a;
}
.main .active-detail .goback em {
  display: inline-block;
  width: 31px;
  height: 23px;
  margin-right: 17px;
  background: url(../../img/about/d3.png) no-repeat center;
  background-size: 100% auto;
}
.main .public_tab {
  width: 60%;
  margin: 80px auto 70px;
}
.main .public_tab ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .public_tab ul li {
  width: 160px;
  height: 50px;
  margin-right: 10px;
  border-radius: 10px;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  color: #333;
  cursor: pointer;
}
.main .public_tab ul li a {
  display: block;
  border-radius: 10px;
}
.main .public_tab ul li:hover a {
  background-color: red;
  color: #FFF;
  border: 1px solid red;
}
.main .public_tab ul .public-active {
  background-color: red;
  color: #FFF;
}
.main .public_title {
  text-align: center;
}
.main .public_title h4 {
  font-family: "微软雅黑";
  font-size: 40px;
  color: #000;
  text-align: center;
  line-height: 50px;
  font-weight: normal;
}
.main .public_title p {
  font-size: 18px;
  text-align: center;
  color: #666;
  line-height: 30px;
}
.main .public_title hr {
  width: 60px;
  height: 1px;
  margin-top: 16px;
  background-color: #666;
}
.main .company {
  width: 1200px;
  margin: 30px auto 55px;
  font-size: 16px;
  color: #666;
  text-align: center;
}
.main .row-banner {
  width: 100%;
  margin-bottom: 77px;
}
.main .row-banner img {
  display: block;
  width: 100%;
}
.main .enterprise {
  width: 1200px;
  margin: 30px auto 55px;
  font-size: 16px;
  text-align: center;
  color: #666;
}
.main .scale-lists {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1200px;
  margin: 0 auto;
}
.main .scale-lists li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 20%;
  box-sizing: border-box;
  border-right: 1px solid #e5e5e5;
}
.main .scale-lists li:nth-child(5n) {
  border: none;
}
.main .scale-lists li p {
  font-size: 14px;
  color: #666;
}
.main .scale-lists li p span {
  font-family: "庞门正道";
  font-size: 50px;
  color: #333;
}
.main .company-vision {
  width: 100%;
  margin-top: 76px;
  padding-top: 76px;
  padding-bottom: 103px;
  margin-bottom: 52px;
  box-sizing: border-box;
  background: url("../../img/about/p2.png") no-repeat center;
}
.main .company-vision .company-vision-icon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 1200px;
  margin: 30px auto 0;
}
.main .company-vision .company-vision-icon .vision-icon-left {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  margin-right: 20px;
  background-color: #bf201b;
}
.main .company-vision .company-vision-icon .vision-icon-right h6 {
  font-size: 24px;
  color: #333;
}
.main .company-vision .company-vision-icon .vision-icon-right p {
  font-size: 16px;
  color: #333;
}
.main .company-vision .company-vision-icon:nth-child(4) {
  margin-top: 0;
}
.main .company-vision .company-vision-icon:nth-child(6) {
  margin-top: 0;
}
.main .company-vision .company-vision-line {
  width: 1200px;
  height: 112px;
  margin: 0 auto;
}
.main .company-vision .company-vision-line em {
  display: block;
  width: 1px;
  height: 112px;
  margin-left: 38px;
  background-color: #e5e5e5;
}
.main .market-position {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 1200px;
  margin: 20px auto;
}
.main .market-position li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33%;
}
.main .market-position li div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  margin-right: 20px;
}
.main .market-position li div img {
  display: block;
}
.main .market-position li p {
  width: 80%;
  font-size: 24px;
  color: #666;
}
.main .market-position li p span {
  font-family: "DINCond";
  font-size: 60px;
  font-weight: bold;
  color: #333;
}
.main .market-position li p em {
  font-weight: bold;
  color: #333;
}
.main .brand-mean {
  width: 100%;
  margin-top: 10px;
}
.main .brand-mean h3 {
  font-family: "庞门正道";
  font-size: 50px;
  color: #bf201b;
  text-align: center;
}
.main .brand-mean p {
  font-family: "庞门正道";
  font-size: 30px;
  color: #666;
  text-align: center;
}
.main .brand-mean span {
  display: block;
  margin-top: 20px;
  font-size: 16px;
  color: #666;
  text-align: center;
}
.main .brand-position {
  width: 100%;
  margin-top: 80px;
  padding-top: 80px;
  background: url("../../img/about/brand1.png") no-repeat center;
}
.main .brand-position h3 {
  margin-top: 10px;
  font-family: "庞门正道";
  font-size: 50px;
  color: #bf201b;
  text-align: center;
}
.main .brand-position .brand-line {
  display: block;
  width: 539px;
  height: 31px;
  margin: 10px auto 0;
}
.main .brand-position ul {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1200px;
  margin: 50px auto 0;
  padding-bottom: 90px;
}
.main .brand-position ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 32%;
}
.main .brand-position ul li p {
  margin-top: 15px;
  font-size: 16px;
  text-align: center;
  color: #666;
}
.main .brand-position ul li p span {
  color: #c33935;
}
.main .brand-position ul li .name {
  font-size: 24px;
  color: #333;
}
.main .brand-story {
  width: 1200px;
  margin: 80px auto;
}
.main .brand-story .story-left {
  float: left;
  width: 50%;
}
.main .brand-story .story-left .public_title {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.main .brand-story .story-left .public_title h4 {
  text-align: left;
}
.main .brand-story .story-left .public_title p {
  text-align: left;
}
.main .brand-story .story-left .public_title hr {
  margin: 16px 0 0;
}
.main .brand-story .story-left .story {
  width: 100%;
  margin-top: 45px;
  font-size: 16px;
  color: #666;
}
.main .brand-story .story-left .story span {
  color: #c33935;
  font-weight: bold;
}
.main .brand-story .story-right {
  float: right;
  width: 50%;
}
.main .brand-active {
  width: 100%;
  margin-top: 80px;
  padding-top: 80px;
  background: url("../../img/about/brand2.png") no-repeat center;
  background-size: 100% 100%;
}
.main .brand-active .brand-swiper {
  width: 1200px;
  margin: 20px auto 0;
  padding-bottom: 80px;
}
.main .brand-active .brand-swiper .swiper-container {
  width: 100%;
  height: 460px;
}
.main .brand-active .brand-swiper .swiper-container .swiper-wrapper {
  height: 440px;
}
.main .brand-active .brand-swiper .swiper-container .swiper-wrapper .swiper-slide {
  height: 424px;
  text-align: center;
  font-size: 18px;
  background: #fff;
  cursor: pointer;
  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;
}
.main .brand-active .brand-swiper .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.main .brand-active .brand-swiper .swiper-container .swiper-wrapper .swiper-slide .bottom-float {
  position: absolute;
  display: none;
  bottom: -100px;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100px;
  background-color: #bf201b;
}
.main .brand-active .brand-swiper .swiper-container .swiper-wrapper .swiper-slide .bottom-float p {
  color: #fff;
  text-align: center;
}
.main .brand-active .brand-swiper .swiper-container .swiper-pagination-bullets {
  bottom: 0px;
}
.main .brand-slogan {
  width: 100%;
  padding-top: 80px;
}
.main .brand-slogan .slogan {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1200px;
  margin: 20px auto;
}
.main .brand-slogan .slogan h6 {
  margin-top: 20px;
  font-family: "庞门正道";
  font-size: 50px;
  color: #bf201b;
  text-align: center;
  line-height: 50px;
  letter-spacing: 2px;
}
.main .brand-slogan .slogan .slogan-right {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 30px;
  width: 650px;
  height: 215px;
  background: url("../../img/about/b5.png") no-repeat center;
  background-size: 100% auto;
}
.main .brand-slogan .slogan .slogan-right p {
  font-size: 24px;
  color: #666;
}
.main .brand-people {
  width: 100%;
  margin-top: 80px;
  padding-top: 80px;
  padding-bottom: 80px;
  background: url("../../img/about/brand3.png") no-repeat center;
  background-size: 100% 100%;
}
.main .brand-people .touxiang {
  display: block;
  width: 300px;
  height: 300px;
  margin: 50px auto;
}
.main .brand-people p {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  color: #666;
}
.main .brand-people .name {
  font-size: 30px;
  color: #000;
}
.main .intelligent {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 1200px;
  margin: 70px auto;
}
.main .intelligent .intelligent-list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 20%;
  cursor: pointer;
}
.main .intelligent .intelligent-list p {
  font-size: 14px;
  line-height: 1.2;
  margin-top: 24px;
  color: #333;
  font-weight: bold;
  text-align: center;
}
.main .intelligent .intelligent-list .list-mask {
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  display: none;
  align-items: center;
  justify-content: center;
  width: 210px;
  height: 202px;
  padding: 20px;
  border: 1px solid #bf201b;
  box-sizing: border-box;
  background-color: #fff;
}
.main .intelligent .intelligent-list .list-mask p {
  font-size: 12px;
  text-align: center;
  color: #666;
  margin-top: 0;
  font-weight: normal;
}
.main .intelligent .img {
  width: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 69px;
}
.main .intelligent .img img {
  width: 100%;
}
.main .internet {
  width: 100%;
  margin-top: 80px;
  padding-top: 80px;
  padding-bottom: 80px;
  margin-bottom: 70px;
  background: url("../../img/about/bg1.png") no-repeat center;
  background-size: 100% 100%;
}
.main .internet .internet-lists {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 1200px;
  margin: 70px auto;
}
.main .internet .internet-lists .internet-list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 20%;
  cursor: pointer;
}
.main .internet .internet-lists .internet-list p {
  font-size: 14px;
  line-height: 1.2;
  margin-top: 22px;
  color: #333;
  font-weight: bold;
  text-align: center;
}
.main .internet .internet-lists .internet-list .list-mask {
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  display: none;
  align-items: center;
  justify-content: center;
  width: 210px;
  height: 202px;
  padding: 20px;
  border: 1px solid #bf201b;
  box-sizing: border-box;
  background-color: #fff;
}
.main .internet .internet-lists .internet-list .list-mask p {
  font-size: 12px;
  text-align: center;
  color: #666;
  font-weight: normal;
  margin-top: 0;
}
.main .internet .internet-lists .img {
  width: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 69px;
}
.main .internet .internet-lists .img img {
  width: 100%;
}
.main .internation {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 1200px;
  margin: 70px auto;
}
.main .internation .internation-list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 20%;
  cursor: pointer;
}
.main .internation .internation-list p {
  font-size: 14px;
  line-height: 1.2;
  margin-top: 24px;
  color: #333;
  font-weight: bold;
  text-align: center;
}
.main .internation .internation-list .list-mask {
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  display: none;
  align-items: center;
  justify-content: center;
  width: 210px;
  height: 202px;
  padding: 20px;
  border: 1px solid #bf201b;
  box-sizing: border-box;
  background-color: #fff;
}
.main .internation .internation-list .list-mask p {
  font-size: 12px;
  text-align: center;
  color: #666;
  margin-top: 0;
  font-weight: normal;
}
.main .internation .img {
  width: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 69px;
}
.main .internation .img img {
  width: 100%;
}
.main .ecosphere {
  width: 100%;
  margin-top: 80px;
  padding-top: 80px;
  padding-bottom: 80px;
  margin-bottom: 70px;
  background: url("../../img/about/bg2.png") no-repeat center;
  background-size: 100% 100%;
}
.main .ecosphere img {
  display: block;
  margin: 40px auto;
}
.main .media img {
  display: block;
  margin: 40px auto;
}
