/* 头部 */
.flex {
  display: flex;
  align-items: center;
}
.header {
  width: 100%;
  height: auto;
}

.common-card {
  width: 1200px;
  margin: 0 auto;
  height: auto;
}

.head-title {
  width: 100%;
  height: 38px;
  background-color: rgba(237, 237, 237, 0.7);
}

.head-title .common-card {
  height: 100%;
}

.head-title ul {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.head-title ul li {
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #1e1e1e;
}

.head-content .common-card {
  height: 87px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.head-content .lt {
  display: flex;
  align-items: center;
}

.head-content .lt .logo {
  display: inline-block;
  width: auto;
  height: 83px;
  border-right: 1px solid #eeeeee;
  margin-right: 8px;
}
.head-content .lt .text {
  width: fit-content;
  height: 22px;
  background-color: #0088c8;
  border-radius: 6px;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
  padding: 0 5px;
}

.head-content .logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.head-content .rt img {
  width: 41px;
  height: 39px;
  object-fit: cover;
}
.head-content .rt span {
  font-size: 14px;
  color: #787878;
}
.head-content .rt i {
  font-size: 20px;
  font-weight: bold;
  color: #1ac203;
}
.header-bottom {
  width: 100%;
  height: 46px;
  background-color: #0088c8;
}

.header-bottom .common-card {
  height: 100%;
}

.header-bottom ul {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-bottom ul li {
  height: auto;
  padding: 0 26px;
}

.header-bottom ul li:last-child {
  border-right: none;
}

.header-bottom ul li a {
  display: inline-block;
  height: 100%;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}

.header-bottom ul li:hover {
  height: 100%;
  background-color: #2ec600;
}

.header-bottom ul li:hover a {
  line-height: 46px;
}
/* 轮播 */

.home-swiper {
  width: 100%;
  height: auto;
}

.headerSwiper .swiper-pagination-clickable .swiper-pagination-bullet {
  width: 25px;
  height: 16px;
  background-color: #0088c8;
  border-radius: 8px;
}

.headerSwiper .swiper-pagination-bullet-active {
  opacity: 1 !important;
  background-color: #54aa01 !important;
}

.headerSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}
.common-title {
  text-align: center;
}

.common-title h2 span {
  font-size: 30px;
  color: #10a60c;
  font-weight: bold;
}
.common-title h2 i {
  font-size: 30px;
  font-weight: bold;
  color: #000000;
}
.common-title P {
  font-size: 14px;
  color: #888888;
  margin-top: 8px;
}
/* 产品中心 */
.productCenter {
  padding: 50px 0 20px 0;
  width: 100%;
  height: auto;
  background-color: #f2f2f2;
}
.productCenter .nav {
  margin: 25px 0;
}
.productCenter .nav .item {
  width: fit-content;
  padding: 0 25px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: #0088c8;
  border-radius: 4px;
  font-size: 18px;
  color: #f0f0f0;
  cursor: pointer;
  margin-right: 20px;
}
.productCenter .nav .item:last-child {
  margin-right: 0;
}
.productCenter .nav {
  display: flex;
  align-items: center;
  justify-content: center;
}
.productCenter .nav .item:hover {
  background-color: #2ec600;
  display: flex;
  flex-direction: column;
  align-items: center;
}
/*.productCenter .nav .item.active::after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 15px solid #2ec600;
}*/

.productSwiper {
  width: 100%;
  height: 900px;
}
.productSwiper .img {
  width: 100%;
  height: 385px;
  background-color: #ffffff;
  padding: 10px;
}
.productSwiper .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.productSwiper .name {
  width: 100%;
  height: 54px;
  line-height: 54px;
  background-color: #0088c8;
  font-size: 18px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 25px;
}
.productSwiper .name::after {
  display: block;
  content: '';
  width: 26px;
  height: 26px;
  background: url(../img/ic3.png) no-repeat;
  background-size: cover;
}

.productSwiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc((100% - 20px) / 2) !important;
}
.product-button-next {
  width: 44px;
  height: 44px;
  background: url(../img/ic4.png) no-repeat;
  background-size: cover;
  margin-right: 44px;
  cursor: pointer;
}
.product-button-prev {
  width: 44px;
  cursor: pointer;
  height: 44px;
  background: url(../img/ic4-1.png) no-repeat;
  background-size: cover;
}
.listSwiper {
  //display: none;
}

.listSwiper .bto {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  margin-top: 30px;
}
.swiper-button-disabled {
  cursor: no-drop;
  opacity: 0.5;
}
/* 关于我们 */
.aboutIndex {
  width: 100%;
  height: auto;
  background: url(../img/bg.png) no-repeat;
  background-size: cover;
  padding: 30px 0 50px 0;
}
.common-title.w h2 span,
.common-title.w p {
  color: #ffffff;
}
.number ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px 0;
}
.number li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.number li span {
  font-size: 35px;
  font-weight: bold;
  color: #ffffff;
}
.number li i,
.number li h6 {
  font-size: 24px;
  color: #ffffff;
}
.aboutIndex .text {
  font-size: 18px;
  line-height: 44px;
  color: #ffffff;
}
.aboutIndex .img img {
  width: 394px;
  height: auto;
  margin-right: 10px;
  object-fit: cover;
}
.aboutIndex .img img:last-child {
  margin-right: 0;
}
.aboutIndex .img {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
}
/* 为什么选择万润 */
.select {
  width: 100%;
  height: auto;
  padding: 35px 0;
}
.select .img {
  width: 1035px;
  height: auto;
  object-fit: cover;
}
.select li,
.select li .item {
  display: flex;
}
.select li .lt {
  flex: 1;
}
.select li img {
  width: 573px;
  height: auto;
  object-fit: cover;
}
.select li .text h6 {
  font-size: 24px;
  font-weight: bold;
  color: #282828;
}
.select li .text .ls {
  font-size: 18px;
  line-height: 33px;
  color: #414141;
}
.select li .item img {
  width: 77px;
  height: 77px;
  object-fit: cover;
  margin-right: 28px;
}
.select li:first-child {
  margin-bottom: 20px;
}
.select li .lt {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.select li:last-child {
  flex-direction: row-reverse;
}
/* 行业应用 */
.industry {
  width: 100%;
  height: auto;
  background-color: #f4f4f4;
  padding: 30px 40px 25px 40px;
}

.industrySwiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 50px;
}
.industrySwiper img {
  width: 100%;
  height: 474px;
  object-fit: cover;
  vertical-align: bottom;
}
.industrySwiper .name {
  width: 100%;
  font-size: 23px;
  text-align: center;
  line-height: 32px;
  color: #000000;
  margin-top: 15px;
}
.industry-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.industry-pagination .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  background-color: #0088c8;
  border-radius: 9px;
}
/* 生产设备 */
.equipment {
  width: 100%;
  height: auto;
  padding: 22px 0 15px 0;
}

.equipment-con {
  margin-top: 19px;
}
.flex-c {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.equipment-con ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.equipment-con li {
  width: 391px;
  height: auto;
  margin: 0 13px 15px 0;
}
.equipment-con li:nth-child(3n) {
  margin-right: 0;
}
.equipment-con li .img {
  width: 100%;
  height: 351px;
  border: 1px solid #e5e5e5;
  padding: 10px;
}
.equipment-con li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.equipment-con li .name {
  width: 100%;
  height: 59px;
  background-color: #e5e5e5;
  font-size: 18px;
  line-height: 59px;
  color: #000000;
  text-align: center;
}
.common-more {
  display: inline-block;
  width: 139px;
  height: 40px;
  background-color: #0088c8;
  border-radius: 4px;
  font-size: 18px;
  text-align: center;
  line-height: 40px;
  color: #f0f0f0;
}

/* 新闻资讯 */
.news {
  width: 100%;
  height: auto;
  background-color: #f2f2f2;
  padding: 25px 0;
}
.new-con .top {
  display: flex;
  margin: 30px 0 10px 0;
}
.new-con .lt {
  width: 577px;
  height: auto;
  margin-right: 45px;
}
.new-con .lt img {
  width: 100%;
  height: 244px;
  object-fit: cover;
  margin-bottom: 35px;
}
.new-con .text h6 {
  font-size: 16px;
  font-weight: bold;
  color: #292929;
}
.new-con .text .ls {
  font-size: 14px;
  line-height: 35px;
  color: #696969;
}
.new-con li .time p {
  font-size: 48px;
  letter-spacing: 8px;
  color: #292929;
}
.new-con li .time span {
  font-size: 16px;
  color: #696969;
}
.new-con ul {
  flex: 1;
}
.new-con li a {
  display: flex;
}
.new-con li .time {
  margin-right: 45px;
}
.new-con li .ls {
  margin-top: 10px;
}
.new-con li {
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.new-con li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.od_2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.od_3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.od_1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.new-con .lt .ls {
  margin-top: 10px;
}
/* 合作客户 */
.cooperation {
  width: 100%;
  height: auto;
  padding: 34px 0 65px 0;
}
.cooperation-con ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.cooperation-con .tempWrap {
  margin: 25px 0 50px 0;
}
.cooperation-con li {
    padding: 10px;
  width: 234px;
  height: 91px;
  background-color: #ffffff;
  box-shadow: 0px 4px 7px 0px rgba(4, 4, 6, 0.19);
  border-radius: 7px;
  margin: 0 10px 20px 0;
}
.cooperation-con li img {
    width: 100%;
    height: 100%;
  border-radius: 7px;
  object-fit: cover;
}
.cooperation-con li a {
  display: flex;
  align-items: center;
  justify-content: center;
    width: 100%;
    height: 100%;
}
.cooperation-con li:nth-child(5n) {
  margin-right: 0;
}

.footer {
  width: 100%;
  height: auto;
  background: url(../img/bg.png) no-repeat;
  background-size: cover;
}

.footer .top {
  width: 100%;
  height: auto;
  border-bottom: 1px solid rgba(249, 249, 251, 0.3);
}
.footer ul {
  display: flex;
  justify-content: space-between;
}
.footer .con {
  padding: 38px 0 20px 0;
}
.footer li {
  display: flex;
  flex-direction: column;
}
.footer li p {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 10px;
}
.footer li span,
.footer li a {
  font-size: 14px;
  line-height: 51px;
  color: #ffffff;
}
.footer li .bto .qr {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.footer li img {
  width: 178px;
  height: 183px;
  object-fit: cover;
  margin-top: 20px;
}
.footer li .qr {
  margin-right: 10px;
}
.footer li .qr:last-child {
  margin-right: 0;
}
.footer .bottom {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-top: 1px solid rgba(249, 249, 251, 0.3);
  line-height: 35px;
  padding: 30px 0;
  color: #ffffff;
}
.footer .con  .bto{
    align-items: baseline;
}
