@charset "UTF-8";
.app .main {
  height: 100%;
}

.app .main .banner {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.app .main .banner .swiper-button-prev:after {
  display: none;
}

.app .main .banner .swiper-container {
  width: 100%;
  height: 100%;
}

.app .main .banner .swiper-container .nums {
  position: absolute;
  bottom: 50%;
  left: 5%;
  z-index: 12;
  color: white;
  transform: rotate(90deg);
}

.app .main .banner .swiper-container .nums :first-child {
  font-size: 22px;
  font-weight: bold;
}

.app .main .banner .swiper-container .nums :last-child {
  font-size: 17px;
}

.app .main .banner .swiper-container .next-but {
  position: absolute;
  bottom: 50%;
  right: 5%;
  z-index: 12;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
}

.app .main .banner .swiper-container .next-but > :nth-child(1) {
  width: 123px;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  margin-right: -30px;
}

.app .main .banner .swiper-container .next-but > :nth-child(1) p {
  color: white;
  margin-right: 10px;
  width: 100px;
}

.app .main .banner .swiper-container .next-but > :nth-child(1) i {
  display: block;
  background: white;
  width: 65px;
  height: 2px;
  line-height: 14px;
}

.app .main .banner .swiper-container .next-but > :nth-child(2) {
  cursor: pointer;
  width: 54px;
  height: 54px;
  background: transparent;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  text-align: center;
  line-height: 54px;
}

.app .main .banner .swiper-container .next-but > :nth-child(2) span {
  color: white;
}

.app .main .banner .swiper-container .mous {
  position: absolute;
  bottom: 40px;
  left: 46%;
  z-index: 12;
  color: white;
  text-align: center;
}

.app .main .banner .swiper-container .mous span {
  font-size: 20px;
}

.app .main .banner .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  overflow: hidden;
}

.app .main .banner .slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  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;
  color: #fff;
}

.app .main .banner .slide-inner > a {
  width: 100%;
  height: 100%;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.app .main .banner .slide-inner > a .banner-center-view {
  width: 75%;
  margin: 0 auto;
  text-align: left;
}

.app .main .banner .slide-inner > a .banner-center-view h1 {
  font-size: 54px;
  font-weight: 500;
  margin-bottom: 12px;
}

.app .main .banner .slide-inner > a .banner-center-view strong {
  font-size: 36px;
  font-weight: 400;
}

.app .main .banner .slide-inner > a .banner-center-view p {
  font-size: 14px;
}

.app .main .introduce {
  height: 970px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: right;
  position: relative;
}

.app .main .introduce .content {
  width: 87.5%;
  height: 86.5%;
  background: white;
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
}

.app .main .introduce .content .cont-lef {
  width: 486px;
}

.app .main .introduce .content .cont-lef img {
  vertical-align: bottom;
}

.app .main .introduce .content .cont-rig {
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  box-sizing: border-box;
  flex: 1;
  padding: 90px 0 110px 70px;
  position: relative;
}

.app .main .introduce .content .cont-rig .more {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  width: 120px;
  height: 70px;
  background: #E03B45;
  text-align: center;
  line-height: 70px;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
}

.app .main .introduce .content .cont-rig .top-title {
  color: #181623;
}

.app .main .introduce .content .cont-rig .top-title h2 {
  font-size: 46px;
  width: 405px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 10px;
}

.app .main .introduce .content .cont-rig .top-title strong {
  font-size: 32px;
  font-weight: 500;
  display: block;
  margin-bottom: 50px;
}

.app .main .introduce .content .cont-rig .top-title p {
  font-size: 14px;
  max-width: 812px;
  margin-bottom: 24px;
}

.app .main .introduce .content .cont-rig .bottom {
  width: 100%;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.app .main .introduce .content .cont-rig .bottom ul {
  height: 100%;
  flex: 1;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
}

.app .main .introduce .content .cont-rig .bottom ul li {
  position: relative;
}

.app .main .introduce .content .cont-rig .bottom ul li > div::before {
  content: '';
  display: block;
  width: 16px;
  height: 2px;
  background: #D1D1D1;
  position: absolute;
  bottom: 38px;
  left: 40%;
}

.app .main .introduce .content .cont-rig .bottom ul li > div {
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.app .main .introduce .content .cont-rig .bottom ul li strong {
  font-size: 42px;
  font-weight: 400;
  line-height: 1.1;
}

.app .main .introduce .content .cont-rig .bottom ul li span {
  font-size: 12px;
}

.app .main .introduce .content .cont-rig .bottom ul li p {
  font-size: 16px;
  color: #9E9E9F;
  text-align: center;
}

.app .main .introduce .content .cont-rig .bottom .video-view {
  width: 300px;
  height: 200px;
  position: relative;
}

.app .main .introduce .content .cont-rig .bottom .video-view video {
  width: 100%;
  height: 100%;
}

.app .main .introduce .content .cont-rig .bottom .video-view .cov-txt {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  position: absolute;
  justify-content: center;
  color: white;
  left: 0px;
  top: 0px;
  cursor: pointer;
}

.app .main .introduce .content .cont-rig .bottom .video-view .cov-txt > span {
  font-size: 44px;
  margin-right: 10px;
}

.app .main .introduce .content .cont-rig .bottom .video-view .cov-txt .txt p {
  font-size: 16px;
}

.app .main .introduce .content .cont-rig .bottom .video-view .cov-txt .txt span {
  font-size: 14px;
}

.app .main .industry {
  height: 970px;
  width: 100%;
  position: relative;
}

.app .main .industry .bag-views {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: transparent;
  opacity: 0;
}

.app .main .industry .max-views {
  width: 75%;
  height: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 133px 0;
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  position: relative;
}

.app .main .industry .max-views .title {
  width: 451px;
  height: 100%;
}

.app .main .industry .max-views .title > h3 {
  font-size: 42px;
  width: 336px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.app .main .industry .max-views .title > h3::after {
  content: '';
  display: block;
  width: 18px;
  height: 4px;
  background: white;
  margin-top: 20px;
}

.app .main .industry .max-views .title > p {
  font-size: 35px;
  width: 451px;
  line-height: 1.1;
}

.app .main .industry .max-views .addmore {
  position: absolute;
  bottom: 130px;
  left: 0px;
  display: block;
  width: 60px;
  height: 60px;
  background: #E03B45;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  color: white;
}

.app .main .industry .max-views .options {
  width: 61%;
  height: 100%;
}

.app .main .industry .max-views .options .opts {
  width: 100%;
  height: auto;
  display: flex;
}

.app .main .industry .max-views .options .opts .lis {
  width: 50%;
  height: 236px;
  position: relative;
}

.app .main .industry .max-views .options .opts .lis .cove {
  width: 0%;
  height: 100%;
  transition: .3s;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #ff4451;
  z-index: 1;
}

.app .main .industry .max-views .options .opts .lis a {
  color: white;
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 36px 10px 36px 50px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
}

.app .main .industry .max-views .options .opts .lis a > span {
  font-size: 16px;
  display: block;
  width: 198px;
}

.app .main .industry .max-views .options .opts .lis a > span::after {
  content: '';
  display: block;
  width: 18px;
  height: 4px;
  background: white;
}

.app .main .industry .max-views .options .opts .lis a h4 {
  font-size: 24px;
}

.app .main .industry .max-views .options .opts .lis a .button-vie {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  margin-top: 10px;
}

.app .main .industry .max-views .options .opts .lis a .button-vie :nth-child(2) {
  font-size: 50px;
  color: rgba(255, 255, 255, 0.25);
}

.app .main .industry .max-views .options .opts .lis:hover .cove {
  width: 100%;
}

.app .main .industry .max-views .options > :nth-child(odd) {
  flex-direction: row-reverse;
}

.app .main .industry .max-views .options .options::after {
  content: '';
  display: block;
  width: 50%;
}

.news {
  height: 800px;
  width: 100%;
  background: url(../images/probg.jpg) no-repeat;
  background-size: cover;
  padding-bottom: 120px;
}

.news .contents {
  background-position: left top;
  background-repeat: no-repeat;
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  height: 100%;
  box-sizing: border-box;
  padding-top: 54px;
}

.news .contents .title {
  color: white;
  margin-left: 240px;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}

.news .contents .title h3 {
  font-size: 46px;
}

.news .contents .title p {
  font-size: 35px;
  margin-bottom: 10px;
}

.news .contents .title p::after {
  content: '';
  display: block;
  width: 18px;
  height: 4px;
  background: white;
  margin-top: 20px;
}

.news .contents .title > span {
  font-size: 16px;
  display: block;
  margin-bottom: 60px;
}

.news .contents .title .navs {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.news .contents .title .navs span {
  display: block;
  width: 130px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  cursor: pointer;
  text-align: center;
  line-height: 48px;
}

.news .contents .title .navs .active {
  border-color: white;
}

.news .contents .title .navs :nth-child(2) {
  margin-top: 20px;
}

.news .contents .title .addmore {
  display: block;
  width: 36px;
  height: 36px;
  background: white;
  color: #E03B45;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  margin-top: 57px;
}

.news .contents .mains {
  height: 100%;
  width: 69.2%;
  display: none;
}

.news .contents .mains .swiper {
  width: 100%;
  height: 100%;
}

.news .contents .mains .swiper .swiper-horizontal > .swiper-pagination-bullets,
.news .contents .mains .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.news .contents .mains .swiper .swiper-pagination-custom,
.news .contents .mains .swiper .swiper-pagination-fraction {
  left: unset;
  bottom: 20px;
  width: auto;
  right: 200px;
}

.news .contents .mains .swiper .btns {
  position: absolute;
  right: 139px;
  bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  width: 160px;
}

.news .contents .mains .swiper .btns > div {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid #CDCDCD;
  text-align: center;
  line-height: 45px;
  cursor: pointer;
}

.news .contents .mains .swiper .btns > div {
	color: #fff;
}

.news .contents .mains .swiper .btns > div:hover {
  background: #E03B45;
  border-color: #E03B45;
}

.news .contents .mains .swiper .btns > div:hover span {
  color: #fff;
}

.news .contents .mains .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* 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;
}

.news .contents .mains .swiper-wrapper {
  height: 80%;
}

.news .contents .mains .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news .contents .mains .swiper-slide {
  width: 39%;
  height: 640px;
}

.news .contents .mains .swiper-slide a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.news .contents .mains .swiper-slide a .imgs {
  width: 100%;
  height: 380px;
}

/*
.news .contents .mains .swiper-slide a .imgs img {
  width: 100%;
  height: 100%;
}
*/
.news .contents .mains .swiper-slide a .imgs img {
  width: 100%;
  height: auto;
  margin:0px auto;
}

.news .contents .mains .swiper-slide a .txts {
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
  height: 262px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}

.news .contents .mains .swiper-slide a .txts h4 {
  font-size: 24px;
  margin-bottom: 10px;
  width: 100%;
  overflow: hidden;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis; 
  color: #d00305;
}

.news .contents .mains .swiper-slide a .txts > p {
  font-size: 16px;
  text-align: left;
  color: #333;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* 行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news .contents .mains .swiper-slide a .txts > div {
  margin-top: 30px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  border-top: 1px solid #EEEEEE;
}

.news .contents .mains .swiper-slide a .txts > div p span {
  color: #5D5B65;
}

.news .contents .mains .swiper-slide a .txts > div p :nth-child(1) {
  font-size: 32px;
}

.news .contents .mains .swiper-slide a .txts > div p :nth-child(2) {
  font-size: 14px;
}

.news .contents .mains .swiper-slide a .txts > div > span {
  text-transform: uppercase;
  font-size: 14px;
}

.news .contents .active {
  display: block;
}

.app .footer {
  background: #313039;
  width: 100%;
  height: 437px;
}

.app .footer .max-views {
  width: 75%;
  height: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 70px 0 36px 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: column;
}

.app .footer .max-views .footer-top > ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
}

.app .footer .max-views .footer-top > ul > li > span {
  color: white;
  font-size: 16px;
}

.app .footer .max-views .footer-top > ul > li ul li {
  text-align: left;
  margin: 15px 0;
}

.app .footer .max-views .footer-top > ul > li ul li a {
  color: #9E9E9F;
  font-size: 14px;
}

.app .footer .max-views .footer-top > ul > li ul li p {
  color: white;
}

.app .footer .max-views .footer-top > ul > li ul li p:nth-child(1) {
  font-size: 12px;
  color: #9E9E9F;
}

.app .footer .max-views .footer-top > ul > li ul li p:nth-child(2) {
  font-size: 20px;
}

.app .footer .max-views .footer-top > ul > li ul li p:nth-child(3) {
  font-size: 12px;
  color: #9E9E9F;
}

.app .footer .max-views .footer-top > ul > li ul li:hover a {
  color: white;
}

.app .footer .max-views .footer-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-direction: row;
}

.app .footer .max-views .footer-bottom p {
  color: #9E9E9F;
}

.app .footer .max-views .footer-bottom p a {
  color: #9E9E9F;
}

.app .footer .max-views .footer-bottom p a:hover {
  color: white;
}
