#about1 {
  padding: 75px 0 120px;
}

#about1 .wp {
  display: flex;
}

.about1-img {
  position: relative;
}

.about1-img .img {
  display: block;
  width: 659px;
  height: 417px;
}

.about1-img .icon {
  position: absolute;
  right: -100px;
  top: 81px;
  width: 213px;
  height: 51px;
  display: none;
}

.about1-con {
  flex: 1;
  overflow: hidden;
  margin: 0 85px 0 60px;
}

.about1-con h3 {
  padding: 22px 0 110px;
  font-size: 34px;
  font-weight: bold;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.about1-con .txt {
  font-size: 16px;
  line-height: 38px;
  color: #333;
}

.about-tit {
  vertical-align: bottom;
}

.about-icon {
  display: flex;
  flex-wrap: wrap;
  padding: 65px 0 98px;
  margin-left: -15px;
}

.about-icon .item {
  width: 16.66%;
}

.about-icon .box {
  position: relative;
  margin-left: 15px;
  background: #f2f2f2;
}

.about-icon .bg {
  position: relative;
  padding-top: 161%;
}

.about-icon .bg img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: 0.3s all;
}

.about-icon .con {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.about-icon .icon {
  width: 70px;
}

.about-icon h3 {
  margin: 80px 0 14px;
  font-size: 20px;
  color: #333;
  font-weight: bold;
}

.about-icon p {
  font-size: 14px;
  color: #929292;
}

.about-icon .item:hover .bg img {
  opacity: 1;
}

.about-icon .item:hover h3 {
  color: #fff;
}

.capactity-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -33px;
  padding: 75px 0 62px;
}

.capactity-list .item {
  width: 33.33%;
}

.capactity-list .box {
  position: relative;
  margin-left: 33px;
}

.capactity-list .img {
  position: relative;
  padding-top: 77.9%;
  overflow: hidden;
}

.capactity-list .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s all;
}

.capactity-list .item:hover .img img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.capactity-list .txt {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 40px;
  width: 100%;
  background: url("../images/mark.png") repeat-x left bottom;
  height: 203px;

  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  color: #fff;
}

.capactity-list .txt h3 {
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
}

.capactity-list .txt p {
  font-size: 16px;
}

.capactity-list .txt h3,
.capactity-list .txt p,
.about-icon h3,
.about-icon p {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

#about4 {
  padding: 40px 0 182px;
  background: #f6f6f6;
}

#about4 .txt {
  padding: 50px 0;
  font-size: 16px;
  line-height: 30px;
  color: #333;
  max-width: 1185px;
}

.honor {
  position: relative;
  padding: 0 65px;
}

.honor .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -84px;
  z-index: 3;
  width: 56px;
  height: 56px;
  font-size: 0;
  -webkit-background-size: cover;
  background-size: cover;
}

.honor .slick-prev {
  left: 0;
  background: url("../images/about-let.png") no-repeat;
}

.honor .slick-next {
  right: 0;
  background: url("../images/about-rig.png") no-repeat;
}

.honor .honor-box {
  margin: 0 10px;
}

.honor .por {
  position: relative;
  overflow: hidden;
  padding-bottom: 60px;
  margin-bottom: 6px;
}

.honor .img {
  position: relative;
  padding-top: 136%;
  /* -webkit-box-reflect: below; */
  /* -webkit-box-reflect: below 0.5px
    linear-gradient(transparent, rgba(0, 0, 0, 0.2)); */
  -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, transparent), to(rgba(250, 250, 250, 0.1)));
}

.honor .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.honor .btn {
  position: relative;
  z-index: 3;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 50px;
  font-size: 20px;
  color: #333;
  background: #e3e3e3;
}

.cat-list {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
}

.cat-list .item {
  position: relative;
  margin-left: 35px;
  width: 120px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  overflow: hidden;
  border: 1px solid #d5d5d5;
  font-size: 18px;
  color: #999;
}

.cat-list .active,
.cat-list .item:hover {
  background: #cce8ff;
  font-weight: bold;
  color: #333;
}

.cat-list .item:after {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0;
  height: 4px;
  background: #053964;
  opacity: 0;
  transition: 0.3s all;
}

.cat-list .item:hover:after,
.cat-list .item.active:after {
  opacity: 1;
}

.cat-list .item:hover {
  text-decoration: none;
}

.product-list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
  margin-left: -30px;
}

.product-list .item {
  width: 33.33%;
}

.product-list .box {
  position: relative;
  display: block;
  margin: 42px 0 0 30px;
  border: 1px solid #efefef;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.product-list .img {
  position: relative;
  padding-top: 92.8%;
}

.product-list .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-list .txt {
  position: absolute;
  left: 0;
  bottom: 30px;
  padding: 0 10px;
  width: 100%;
  color: #333;
  font-size: 20px;
  text-align: center;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  line-height: 1.7;
}

.product-list .box:hover {
  background: #053964;
}

.product-list .box:hover .txt {
  color: #fff;
}

.product-tit {
  padding-bottom: 20px;
  margin-bottom: 28px;
  font-size: 20px;
  color: #000;
  font-weight: bold;
  border-bottom: 1px solid #e5e5e5;
}

.product-item {
  display: flex;
  justify-content: space-between;
  padding: 90px 0 120px;
}

.product-item .let {
  width: 778px;
  margin-right: 26px;
}

.product-item .rig {
  flex: 1;
  overflow: hidden;
  height: 612px;
  padding: 60px 97px 84px 88px;
  background: #e6ebf6;
  box-sizing: border-box;
}

.product-hd img {
  width: 778px;
  height: 478px;
}

.product-hd {
  border: 1px solid #e5e5e5;
}

.product-bd {
  /* margin-left: -10px; */
}

.product-bd .img {
  margin: 0 5px;
  border: 1px solid #e5e5e5;
}

.product-bd .img div {
  position: relative;
  padding-top: 60%;
}

.product-bd .slick-current .img {
  border-color: #053964;
}

.product-bd .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.product-bd-box {
  padding: 27px 22px 0;
}

.product-hd .slick-arrow {
  position: absolute;
  width: 13px;
  height: 23px;
  font-size: 0;
  bottom: -90px;
  background: none;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  background-image: url("../images/product-let.png");
}

.product-hd .slick-prev {
  left: 0;
}

.product-hd .slick-next {
  right: 0;
  transform: rotate(180deg);
}

.product-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 53px;
  font-size: 16px;
}

.product-item .rig .txt {
  margin-bottom: 30px;
  height: 300px;
  overflow-y: auto;
  font-size: 16px;
  line-height: 40px;
  color: #666;
}

.product-item .rig .btn {
  display: inline-block;
  width: 200px;
  height: 54px;
  background: #053964;
  border-radius: 2px;
  text-align: center;
  line-height: 54px;
  overflow: hidden;
  font-size: 18px;
  color: #fff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.product-item .rig .btn:hover {
  opacity: 0.8;
}

.recruit-ban-con {
  position: absolute;
  left: 0;
  top: 87px;
  bottom: 0;
  right: 0;
}

.recruit-ban-con .wp {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 50px;
  height: 100%;
  color: #fff;
}

.recruit-ban-con h3 {
  font-size: 38px;
}

.recruit-ban-con p {
  padding-top: 40px;
  font-size: 22px;
}

.recruit-item {
  margin: 78px 0 57px;
  padding: 60px 0 10px;
  background: #fff;
  border-radius: 30px;
}

.recruit-item .item {
  padding: 0 60px;
  margin-bottom: 56px;
}

.recruit-item h3 {
  position: relative;
  padding-left: 20px;
  font-size: 28px;
  font-weight: bold;
}

.recruit-item h3:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 6px;
  height: 25px;
  background: #008aff;
}

.recruit-item .txt {
  padding: 28px 0 32px;
  margin-left: 36px;
  font-size: 16px;
  line-height: 30px;
  color: #666;
  border-bottom: 1px solid #e5e5e5;
}

.recruit-item .item:last-of-type .txt {
  border-bottom: 0;
}

.recruit-info .box {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 150px;
  /* padding: 0 118-45; */
  /* padding: 0 73px; */
}

.recruit-info .item {
  width: 33.33%;
  padding: 0 45px;
  text-align: center;
}

.recruit-info .item img {
  margin: 90px 0 45px;
  vertical-align: bottom;
  width: 185px;
  height: 185px;
}

.recruit-info .item h3 {
  padding-bottom: 38px;
  font-size: 30px;
  color: #333;
}

.recruit-info h2 {
  text-align: center;
  font-size: 44px;
  color: #333;
}

.recruit-info p {
  font-size: 18px;
  color: #999;
  line-height: 33px;
  text-align: center;
  max-width: 386px;
  margin: 0 auto;
}

.case-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -48px;
  padding-top: 40px;
}

.case-list .item {
  width: 50%;
}

.case-list a {
  display: block;
  margin: 0 0 60px 48px;
}

.case-list .img {
  position: relative;
  padding-top: 68.4%;
  overflow: hidden;
}

.case-list .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.case-list a:hover .img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.case-list .txt {
  padding: 25px 0 20px;
  border-bottom: 1px solid #e1e1e1;
}

.case-list .txt h3 {
  margin-bottom: 16px;
  font-size: 16px;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-weight: bold;
}

.case-list .txt p {
  font-size: 14px;
  line-height: 22px;
  height: 44px;
  display: -webkit-box;
  white-space: normal;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  overflow: hidden;
  color: #999;
}

.contact-header {
  padding-top: 76px;
  text-align: center;
}

.contact-header img {
  width: 318px;
  vertical-align: bottom;
}

.contact-header p {
  padding: 50px 0 90px;
  font-size: 16px;
  color: #333;
  line-height: 30px;
  font-weight: bold;
}

.contact-item {
  display: flex;
  margin-left: -10px;
}

.contact-item .item {
}

.contact-item .item0 {
  flex: 1;
  overflow: hidden;
}

.contact-item .item1 {
  width: 39%;
}

.contact-item .box {
  margin-left: 10px;
  height: 396px;
  text-align: center;
}

.contact-item .item0 .box {
  background: #f2f2f2;
  padding-top: 60px;
}

.contact-item .item1 .box {
  background: #04084d;
  padding-top: 76px;
  color: #fff;
}

.contact-item h3 {
  padding: 26px 0;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.contact-item p {
  font-size: 16px;
  color: #666;
  line-height: 30px;
}

.contact-item h4 {
  padding: 38px 0 27px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
}

.contact-item strong {
  font-size: 36px;
  font-weight: bold;
  font-family: arial;
  line-height: 1;
}

#map {
  margin: 72px 0 110px;
  height: 434px;
  overflow: hidden;
}

.contact-form {
  display: flex;
  margin-bottom: 124px;
  padding: 80px 153px 50px 148px;
  background: #f7f7f7;
}

.contact-form .let {
  width: 440px;
  margin-right: 63px;
}

.contact-form .let h3 {
  font-size: 34px;
  color: #333;
}

.contact-form .let p {
  padding-top: 13px;
  font-size: 16px;
  line-height: 30px;
  color: #666;
}

.contact-form .con {
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  margin-left: -22px;
}

.contact-form .item {
  width: 100%;
}

.contact-form .item1 {
  width: 33.33%;
}

.contact-form .item input,
.contact-form .item textarea {
  padding: 0 20px;
  width: 100%;
  height: 60px;
  background: #ffffff;
  color: #333;
  font-size: 16px;
  border: 0;
  box-shadow: 0px 1px 1px 0px rgba(10, 2, 5, 0.08);
}

.contact-form .item input::placeholder,
.contact-form .item textarea::placeholder {
  color: #888;
}

.contact-form .item textarea {
  padding-top: 23px;
  padding-bottom: 23px;
  height: 164px;
}

.contact-form .item .box {
  margin: 0 0 30px 22px;
}

.contact-form .item .btn {
  display: block;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  background: #04084d;
  box-shadow: 0px 1px 1px 0px rgba(10, 2, 5, 0.08);
  color: #fff;
  font-size: 20px;
  text-align: center;
  width: 100%;
  font-weight: normal;
}

.news-list {
}

.news-list .item {
  padding: 48px 43px;
  border-bottom: 1px dashed #f1f1f1;
}

.news-list a {
  display: flex;
}

.news-list .img {
  width: 771px;
  /* height: 478px; */
}

.news-list .imgBox {
  position: relative;
  padding-top: 47%;
}

.news-list .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-list .date {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  background: #f4f4f4;
  color: #a5a5a5;
  font-family: "Helvetica-Roman-SemiB";
}

.news-list .day {
  font-size: 70px;
  line-height: 1;
}

.news-list .datetime {
  font-size: 20px;
}

.news-list .txt {
  margin: 0 62px;
  flex: 1;
  overflow: hidden;
}

.news-list .txt h3 {
  margin: 20px 0 13px;
  font-size: 16px;
  color: #333;
  line-height: 44px;
  height: 44px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
}

.news-list .txt p {
  font-size: 14px;
  color: #999;
  line-height: 28px;
  height: 112px;
  display: -webkit-box;
  white-space: normal;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  word-break: break-all;
  overflow: hidden;
}

.news-list .txt .btn {
  margin-top: 122px;
  height: 50px;
  border: 1px solid #eaeaea;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/add.png");
  -webkit-background-size: 30px auto;
  background-size: 30px auto;
}

.news-list a:hover .txt .btn {
  background-image: url("../images/add-hover.png");
  background-color: #333;
}

.news-content {
  position: relative;
  z-index: 2;
}

.news-content .wp {
  display: flex;
}

.news-content .box {
  background: #ffffff;
  box-shadow: 0px 9px 11px 0px rgba(10, 2, 5, 0.04);
  border-radius: 20px;
}

.news-content .rig {
  width: 404px;
}

.news-content .let {
  margin-right: 24px;
  flex: 1;
  overflow: hidden;
  padding: 0 44px;
}

.news-content .let .hd {
  padding: 53px 0 19px;
  border-bottom: 1px solid #eaeaea;
}

.news-content .let p {
  margin: 0 auto;
  max-width: 985px;
  line-height: 40px;
  font-size: 16px;
  color: #666;
  text-indent: 2em;
}

.news-content .let h3 {
  padding-bottom: 14px;
  font-size: 28px;
  font-weight: bold;
  color: #111;
}

.news-content .let span {
  font-size: 14px;
  color: #999;
}

.news-content .let .bd {
  padding: 30px 0;
}

.news-content .img {
  text-align: center;
}

.news-content .rig h3 {
  padding: 40px 40px 14px 40px;
  font-size: 20px;
  color: #666;
  font-weight: bold;
  line-height: 1;
  border-bottom: 1px solid #e7e7e7;
}

.news-content .rig a {
  display: block;
  padding: 20px 0 16px;
  font-size: 16px;
  border-bottom: 1px solid #e7e7e7;
}

.news-content .rig ul {
  margin: 0 26px;
}

.news-content .rig a:hover p {
  color: #173861;
}

.news-content .rig h4 {
  margin-bottom: 10px;
  font-weight: bold;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.news-content .rig p {
  line-height: 28px;
  color: #999;
  display: -webkit-box;
  white-space: normal;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  overflow: hidden;
}

.recruit-list {
  display: flex;
  flex-wrap: wrap;
  margin: 23px 0 0 -28px;
  padding: 77px 0 85px;
}

.recruit-list .item {
  width: 25%;
}

.recruit-list .box {
  display: block;
  margin: 23px 0 0 28px;
  height: 160px;
  padding: 43px 34px 0 34px;
  background: #f2f2f2;
  border-radius: 10px;
}

.recruit-list h3 {
  margin-bottom: 22px;
  font-size: 18px;
  color: #333;
  font-weight: bold;
}

.recruit-list p {
  position: relative;
  padding-right: 60px;
  font-size: 14px;
  color: #666;

  background: url("../images/arr.png") no-repeat right center;
}

.recruit-list h3,
.recruit-list p {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.recruit-list .box:hover p {
  background-image: url("../images/arr2.png");
}

.recruit-txt {
  margin-bottom: 70px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
}

.recruit-txt .txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 521px;
  padding: 0 20px;
}

.recruit-txt .txt h3 {
  margin-bottom: 20px;
  font-size: 22px;
  color: #333;
  font-weight: bold;
}

.recruit-txt .txt p {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  max-width: 503px;
}

.index-tit {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
}

.index-tit strong {
  display: inline-block;
  width: 264px;
  text-align: center;
  font-size: 36px;
  color: #17213c;
}

.index-tit .s2 {
  position: relative;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.index-about-box {
  display: flex;
  padding-bottom: 60px;
  overflow: hidden;
}

.index-about-txt {
  margin-right: 126px;
  padding-top: 80px;
  width: 712px;
}

.index-about-img {
  width: 700px;
  height: 652px;
}

.index-about-img img {
  width: 100%;
  height: 100%;
  display: block;

  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
}

.index-about-txt h3 {
  font-size: 26px;
  color: #252b42;
  font-weight: bold;
}

.index-about-txt p {
  padding: 60px 0 163px;
  font-size: 18px;
  line-height: 38px;
  color: #2d2d2d;
}

.index-about-txt a {
  font-size: 20px;
  color: #25aaff;
}

.index-intro {
  position: relative;
}

.index-intro .index-tit {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.index-intro .index-tit strong {
  color: #fff;
}

.index-intro .bg {
  display: block;
  width: 100%;
}

.index-intro-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: -73px 0 135px;
  background: #fff;
  box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.5);
}

.index-intro-list .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 16.66%;
  height: 252px;
}

.index-intro-list .item img {
  width: 66px;
  height: 66px;
}

.index-intro-list .item h4 {
  padding: 24px 0 20px;
  font-size: 26px;
  color: #252b42;
  line-height: 1;
}

.index-intro-list .item p {
  font-size: 14px;
  color: #737373;
}

.index-intro-list .item h4,
.index-intro-list .item p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.index-product {
  padding-bottom: 175px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.index-product .index-tit strong {
  color: #fff;
}

.index-product .index-tit img {
  filter: grayscale(100%) brightness(200%) saturate(0%) contrast(200%);
}

.index-product-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 75px;
}

.index-product-menu .item {
  width: 198px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  overflow: hidden;
  font-size: 20px;
  color: #fff;
}

.index-product-menu .item.active {
  background: url("../images/menu-bg1.png") no-repeat center bottom;
}

.index-product-item {
  display: flex;
  flex-wrap: wrap;
}

.index-product-item .item {
  width: 33.33%;
}

.index-product-item .box {
  position: relative;
  display: block;
  margin: 0 14px;
  background: #fff;
}

.index-product-item .img {
  position: relative;
  padding-top: 84.71%;
}

.index-product-item .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.index-product-item .tit {
  position: absolute;
  left: 0;
  top: 35px;
  z-index: 2;
  width: 100%;
  text-align: center;
  font-size: 30px;
  color: #17213c;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.index-product-item span {
  position: absolute;
  right: 48px;
  bottom: 24px;
  left: 48px;
  height: 48px;
  border: 1px solid #d7d8d7;
  line-height: 48px;
  overflow: hidden;
  color: #2d2d2d;
  font-size: 20px;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.index-product-item a:hover span {
  color: #fff;
  background: #0679c2;
  border-color: #0679c2;
}

.index-news-box {
  display: flex;
}

.index-news-box h3 {
  margin-top: 25px;
  font-size: 30px;
  color: #17213c;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.index-news-box .time {
  padding: 25px 0 20px;
  font-size: 18px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.index-news-box .time span {
  margin-right: 10px;
}

.index-news-box p {
  font-size: 18px;
  color: #2d2d2d;
  line-height: 32px;
  display: -webkit-box;
  white-space: normal;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-all;
  overflow: hidden;
}

.index-news-list P {
  -webkit-line-clamp: 2;
}

.index-news-slide {
  margin-right: 60px;
  width: 792px;
}

.index-news-slide .slick-dots {
  text-align: center;
  margin-top: 30px;
}

.index-news-slide .slick-dots li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}

.index-news-slide .slick-dots li button {
  font-size: 0;
  width: 14px;
  height: 14px;
  border-radius: 32px;
  background: #d8d8d8;
}

.index-news-slide .slick-dots li.slick-active button {
  background: #0777c3;
}

.index-news-slide .item {
  display: block;
}

.index-news-slide .img {
  position: relative;
  padding-top: 47%;
  /* width: 793px; */
  /* height: 378px; */
}

.index-news-box .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.index-news-list {
  flex: 1;
  overflow: hidden;
}

.index-news-list .item {
  display: flex;
  padding: 32px 0;
  border-bottom: 1px solid #e7e7e5;
}

.index-news-list .item:first-of-type {
  padding-top: 0;
}

.index-news-list .item:last-of-type {
  border-bottom: 0;
}

.index-news-list .item .img {
  width: 268px;
  /* height: 160px; */
}

.index-news-list .imgBox {
  position: relative;
  padding-top: 47%;
}

.index-news-list .item .txt {
  flex: 1;
  overflow: hidden;
  margin-left: 23px;
}

.index-news-list .item h3 {
  margin-top: 0;
  font-size: 26px;
}

.index-news-list .item p {
  font-size: 18px;
}

.index-news-list .time {
  padding: 6px 0;
}

.index-news {
  padding-bottom: 80px;
}

.index-news-list p,
.index-news-list h3,
.index-news-list .time {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.index-news-box a:hover h3,
.index-news-box a:hover p,
.index-news-box a:hover .time {
  color: #008aff;
}

.index-band {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.ul-brand {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 100px;
}

.ul-brand li {
  width: 16.66%;
}

.ul-brand .box {
  margin: 20px 0 0 20px;
}

.ul-brand .img {
  position: relative;
  padding-top: 67.4%;
}

.ul-brand .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.list-img {
  display: flex;
  flex-wrap: wrap;
  margin: 77px 0 -48px -48px;
}

.list-img li {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}

.list-img .li1,
.list-img .img1 {
  width: 100%;
}

.list-img .m {
  position: relative;
}

.list-img .m img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.list-img .img2 {
  width: 50%;
}

.list-img .img3 {
  width: 100%;
}

.list-img .img1 .m {
  padding-top: 74.4%;
}

.list-img .img2 .m {
  padding-top: 72.7%;
}

.list-img .img3 .m {
  padding-top: 31.8%;
}

.list-img .box {
  margin: 0 0 48px 48px;
}

.list-slide {
  margin: 48px -24px 100px;
}

.list-slide .box {
  margin: 0 24px;
}

.list-slide .img {
  position: relative;
  padding-top: 72.7%;
}

.list-slide .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.list-slide .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  font-size: 0;
  width: 50px;
  background: url("../images/arr-1.png") no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}

.list-slide .slick-prev {
  left: 24px;
}

.list-slide .slick-next {
  right: 24px;
  transform: rotate(180deg);
}

.index-slide .img {
  position: relative;
  padding-top: 29.5%;
}

.index-slide .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
