#app .app-wrapper {
  max-width: 1920px;
  margin: 0 auto;
}
#app .app-wrapper .main {
  width: 100%;
  height: auto;
  background-color: #fff;
}
#app .app-wrapper .main .banner-carousel {
  margin-top: 5px;
  max-width: 1920px;
  max-height: 660px;
}
#app .app-wrapper .main .news {
  width: 100%;
  height: 600px;
  background: url("../images/bg1.png") no-repeat center center;
}
#app .app-wrapper .main .news .content {
  max-width: 1200px;
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
}
#app .app-wrapper .main .news .content img {
  width: 600px;
  height: 420px;
}
#app .app-wrapper .main .news .content .right-side {
  flex: 1;
  position: relative;
  margin-left: 28px;
  display: flex;
  flex-direction: column;
}
#app .app-wrapper .main .news .content .right-side .top {
  display: flex;
  justify-content: center;
  align-items: center;
}
#app .app-wrapper .main .news .content .right-side .top p {
  width: 50%;
  height: 40px;
  text-align: center;
}
#app .app-wrapper .main .news .content .right-side .top p a {
  height: 27px;
  letter-spacing: 1px;
  color: #000;
  font-size: 18px;
  text-align: center;
  line-height: 150%;
  padding-bottom: 10px;
}
#app .app-wrapper .main .news .content .right-side .top p .active {
  border-bottom: 4px solid #1c5aac;
  color: #1c5aac;
  font-weight: bold;
}
#app .app-wrapper .main .news .content .right-side .top p a:hover,
#app .app-wrapper .main .news .content .right-side .top p a:active {
  border-bottom: 4px solid #1c5aac;
  color: #1c5aac;
}
#app .app-wrapper .main .news .content .right-side .line {
  width: 573px;
  height: 1px;
  margin-top: -1px;
  background-color: #999;
}
#app .app-wrapper .main .news .content .right-side .bottom-con {
  margin-top: 30px;
}
#app .app-wrapper .main .news .content .right-side .bottom-con ul {
  max-height: 291px;
  overflow: hidden;
}
#app .app-wrapper .main .news .content .right-side .bottom-con ul li {
  display: flex;
  height: 25px;
  margin-bottom: 13px;
  line-height: 25px;
  font-size: 14px;
  color: #505050;
  justify-content: space-between;
  align-items: center;
}
#app .app-wrapper .main .news .content .right-side .bottom-con ul li a {
  width: 410px;
  overflow: hidden; /*超出部分隐藏*/
  white-space: nowrap; /*不换行*/
  text-overflow: ellipsis;
/*超出部分文字以...显示*/
}
#app .app-wrapper .main .news .content .right-side .bottom-con ul li span {
  color: #a6a6a6;
}
#app .app-wrapper .main .news .content .right-side .bottom-con .more-btn {
  position: relative;
  bottom: -25px;
  background-color: #1c5aac;
  border: #1c5aac;
}
#app .app-wrapper .main .product {
  width: 100%;
  height: 600px;
  background-color: #fff;
}
#app .app-wrapper .main .product .product-con {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#app .app-wrapper .main .product .product-con .con-block {
  width: 290px;
  height: 400px;
  background-color: #f7f7f7;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
#app .app-wrapper .main .product .product-con .con-block img {
  width: 290px;
  height: 300px;
}
#app .app-wrapper .main .product .product-con .con-block p {
  flex: 1;
  height: 30px;
  letter-spacing: 2px;
  padding-top: 40px;
  color: #333;
  font-size: 20px;
  line-height: 150%;
}
#app .app-wrapper .main .description {
  width: 100%;
  height: 480px;
  position: relative;
  background: url("../images/bg2.png") no-repeat center center;
}
#app .app-wrapper .main .description .title p {
  width: 180px;
  color: #fff;
}
#app .app-wrapper .main .description .desc-content {
  width: 1200px;
  height: 85px;
  margin: 0 auto;
  margin-top: 20px;
}
#app .app-wrapper .main .description .desc-content p {
  text-align: left;
  font-size: 14px;
  line-height: 230%;
  color: #fff;
}
#app .app-wrapper .main .description .xq-btn {
  position: relative;
  bottom: -120px;
  left: 866px;
  width: 160px;
  height: 48px;
  margin: 0 auto;
  background-color: #11d0de;
  border: #11d0de;
  color: #fff;
  letter-spacing: 5px;
  font-size: 14px;
}
.title {
  width: 220px;
  height: 42px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 70px;
}
.title img {
  width: 38px;
  height: 31px;
}
.title p {
  margin-left: 20px;
  width: 130px;
  height: 42px;
  letter-spacing: 4px;
  color: #333;
  font-size: 28px;
  line-height: 150%;
  text-align: left;
}
