/* Animate.css动画演示 */
@import "../plugin/swiper/animate.min.css";

/* Swiper 7.4.1 */
@import "../plugin/swiper/swiper-bundle.min.css";

/* 字体图标 */
@import "../plugin/font/css/font-awesome.min.css";

/* 核心样式 */
@import "../css/core/bootstrap.min.css";

/* 公用样式 */
@import "../css/public.css";

/* main */
/* 轴承品牌 */
.brand {
  width: 100%;
  overflow: hidden;
  padding: 80px 0;
  background: url(../images/brand_bj.jpg) no-repeat center center;
  background-size: cover;
}
.brandTitle {
  display: block;
  overflow: hidden;
}
.brandCn {
  display: flex;
  justify-content: center;
}
.brandCn>div {
  float: left;
  line-height: 36px;
  position: relative;
  font-size: 24px;
  color: #093378;
  font-weight: bold;
}
.brandCn>div::before {
  content: "";
  width: 60px;
  float: left;
  height: 2px;
  background-color: #ef7637;
  position: absolute;
  left: -44px;
  top: 50%;
  transform: translateY(-50%);
}
.brandCn>div>span {
  float: left;
  font-size: 30px;
  text-transform: uppercase;
  margin-right: 10px;
}
.brandEn {
  display: flex;
  justify-content: center;
  margin-top: 6px;
}
.brandEn>div {
  float: left;
  line-height: 26px;
  position: relative;
  font-size: 24px;
  color: #0a3478;
  font-weight: bold;
}
.brandEn>div::after {
  content: "";
  width: 9px;
  float: left;
  height: 9px;
  border-radius: 50%;
  background-color: #ef7637;
  position: absolute;
  right: -20px;
  top: 0;
}
.brandSwiper {
  margin-top: 50px;
  padding-bottom: 40px;
}
.brandSwiper .swiper-slide>a {
  display: block;
  overflow: hidden;
  background-color: #f8f8f8;
  padding: 20px;
}
.brandSwiper .swiper-slide>a .brandImg {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.brandSwiper .swiper-slide>a .brandImg::before {
  content: "";
  display: block;
  padding-top: 68.10345%;
}
.brandSwiper .swiper-slide>a .brandTxt {
  display: block;
  overflow: hidden;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
  color: #333;
  font-weight: bold;
}
.brandSwiper .swiper-slide>a:hover .brandImg>img {
  transform: scale(1.1);
}
/* 圆点 */
.brandSwiper .swiper-pagination {
  bottom: 0;
  display: flex;
  justify-content: center;
}
.brandSwiper .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  float: left;
  background: #ef793c;
  opacity: 1;
  border-radius: 50%;
}
.brandSwiper .banner-roll>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 3px !important;
}
.brandSwiper .swiper-pagination-bullet-active {
  opacity: 1;
  width: 14px;
  border-radius: 3px;
  background: #1c468b;
}

@media (max-width: 1200px) {
  .brand {
    padding: 50px 0;
  }
  .brandSwiper {
    margin-top: 40px;
  }
}

@media (max-width: 991px) {
  .brand {
    padding: 30px 0;
  }
  .brandSwiper {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .brand {
    padding: 15px 0;
  }
  .brandCn>div {
    line-height: 30px;
    font-size: 20px;
  }
  .brandCn>div>span {
    font-size: 24px;
    margin-right: 5px;
  }
  .brandEn>div {
    line-height: 20px;
    font-size: 20px;
  }
  .brandSwiper {
    margin-top: 15px;
    padding-bottom: 15px;
  }
  .brandSwiper .swiper-slide>a {
    padding: 10px;
  }
}

/* 热门产品 */
.hotCp {
  width: 100%;
  overflow: hidden;
  padding: 80px 0;
}
.mainLeft {
  width: 280px;
  float: left;
}
.leftMenu {
  width: 100%;
  float: left;
}
.menuTitle {
  display: block;
  overflow: hidden;
  background-image: url(../images/menu_title_bj.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  background-color: #1c468b;
  padding: 34px 0 34px 70px;
  line-height: 18px;
  color: #fff;
  font-size: 14px;
}
.menuTitle>span {
  display: block;
  overflow: hidden;
  line-height: 34px;
  font-size: 30px;
  font-weight: bold;
}
.menuList {
  display: block;
  overflow: hidden;
  transition: initial;
  border: 1px solid #e5e5e5;
  border-bottom: 2px solid #1c468b;
}
.menuList>li {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
}
.menuList>li>a {
  display: block;
  overflow: hidden;
  padding: 0 35px;
}
.menuList>li>a>span {
  display: block;
  overflow: hidden;
  height: 54px;
  line-height: 54px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  padding-left: 20px;
  background-image: url(../images/menu_jiantou1.png);
  background-position: left center;
  background-repeat: no-repeat;
}
.menuList>li:hover>a>span,
.menuList>li.menuActive>a>span {
  color: #1c468b;
  background-image: url(../images/menu_jiantou2.png);
}
.menuMore {
  display: block;
  overflow: hidden;
}
.menuMore>a {
  display: block;
  overflow: hidden;
  height: 58px;
  line-height: 54px;
  border: 2px solid #1c468b;
  text-align: center;
  background-color: #1c468b;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
.menuMore>a:hover {
  background-color: #fff;
  color: #1c468b;
}

.mainRight {
  width: 1210px;
  float: right;
}
.dqwzTitle {
  width: 100%;
  float: left;
  background-color: #f5f5f5;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dqwzLeft {
  float: left;
  line-height: 48px;
  border-bottom: 2px solid #1c468b;
  font-size: 24px;
  font-weight: bold;
  color: #1c468b;
  padding: 0 15px;
}
.dqwzMore {
  float: right;
  padding-right: 10px;
}
.dqwzMore>a {
  display: block;
  width: 140px;
  height: 36px;
  line-height: 32px;
  border: 2px solid #1c468b;
  background-color: #1c468b;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.dqwzMore>a:hover {
  background-color: #fff;
  color: #1c468b;
}

.dqwzContect {
  width: 100%;
  float: left;
  padding-top: 20px;
}
.hotCpSwiper .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
  background-color: #f5f5f5;
}
.hotCpSwiper .swiper-slide .hotCpLeft {
  width: 49%;
  float: left;
  overflow: hidden;
  position: relative;
}
.hotCpSwiper .swiper-slide .hotCpLeft::before {
  content: "";
  display: block;
  padding-top: 65.2921%;
}
.hotCpSwiper .swiper-slide .hotCpRight {
  width: 51%;
  float: left;
  overflow: hidden;
  position: relative;
  padding: 50px 40px;
}
.hotCpSwiper .swiper-slide .hotCpRight .hotCpTitle {
  display: block;
  overflow: hidden;
  line-height: 34px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
}
.hotCpSwiper .swiper-slide .hotCpRight .hotCpTxt {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 14px;
  color: #666;
  height: 150px;
  margin: 10px 0;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.hotCpSwiper .swiper-slide .hotCpRight .hotCpMore {
  display: block;
  overflow: hidden;
}
.hotCpSwiper .swiper-slide .hotCpRight .hotCpMore>a {
  display: block;
  width: 140px;
  height: 36px;
  line-height: 34px;
  border: 1px solid #1c468b;
  background-color: #fff;
  text-align: center;
  font-size: 14px;
  color: #333;
}
.hotCpSwiper .swiper-slide .hotCpRight .hotCpMore>a:hover {
  background-color: #1c468b;
  color: #fff;
}
/* 圆点 */
.hotCpSwiper .swiper-pagination {
  width: 51%;
  bottom: 60px;
  display: flex;
  justify-content: flex-end;
  padding-right: 45px;
}
.hotCpSwiper .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  float: left;
  background: #ef793c;
  opacity: 1;
  border-radius: 50%;
}
.hotCpSwiper .banner-roll>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 3px !important;
}
.hotCpSwiper .swiper-pagination-bullet-active {
  opacity: 1;
  width: 14px;
  border-radius: 3px;
  background: #1c468b;
}

.hotCpList {
  display: block;
  overflow: hidden;
  width: 1240px;
}
.hotCpList>li {
  width: 280px;
  float: left;
  margin: 30px 30px 0 0;
}
.hotCpList>li>a {
  display: block;
  overflow: hidden;
  background-color: #f5f8fc;
  padding: 10px 10px 0 10px;
}
.hotCpList>li>a .hotCpImg {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.hotCpList>li>a .hotCpImg::before {
  content: "";
  display: block;
  padding-top: 65.38462%;
}
.hotCpList>li>a .hotCpName {
  display: block;
  overflow: hidden;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 14px;
  color: #333;
}
.hotCpList>li>a:hover {
  background-color: #1c468b;
}
.hotCpList>li>a:hover .hotCpImg>img {
  transform: scale(1.1);
}
.hotCpList>li>a:hover .hotCpName {
  color: #fff;
}

@media (max-width: 1520px) {
  .hotCp {
    padding: 80px 0;
  }
  .mainLeft {
    width: 24%;
  }
  .mainRight {
    width: 74%;
  }
  .hotCpList {
    width: 102%;
    margin-left: -1%;
  }
  .hotCpList>li {
    width: 23%;
    margin: 30px 1% 0 1%;
  }
}

@media (max-width: 1200px) {
  .hotCp {
    padding: 50px 0;
  }
}

@media (max-width: 991px) {
  .hotCp {
    padding: 30px 0;
  }
  .mainLeft {
    width: 29%;
  }
  .menuTitle {
    padding: 20px 0 20px 40px;
  }
  .menuList>li>a {
    padding: 0 20px;
  }
  .menuList>li>a>span {
    height: 44px;
    line-height: 44px;
  }
  .mainRight {
    width: 69%;
  }
  .hotCpSwiper .swiper-slide .hotCpRight {
    padding: 30px;
  }
  .hotCpSwiper .swiper-pagination {
    bottom: 20px;
    padding-right: 15px;
  }
  .hotCpList>li {
    width: 31.3333%;
    margin: 20px 1% 0 1%;
  }
  .hotCpList>li>a .hotCpName {
    height: 40px;
    line-height: 40px;
  }
}

@media (max-width: 767px) {
  .hotCp {
    padding: 0;
  }
  .leftMenu {
    margin: 0;
  }
  .menuTitle {
    width: calc(100% + 30px);
    text-align: left;
    margin-left: -15px;
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    color: #fff;
    position: relative;
  }
  .menuTitle::after {
    content: "\f078";
    font-family: FontAwesome;
    font-size: 16px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .menuList {
    display: none;
  }
  .dqwzContect {
    padding: 15px 0;
  }
  .hotCpSwiper .swiper-slide .hotCpLeft {
    width: 100%;
  }
  .hotCpSwiper .swiper-slide .hotCpRight {
    width: 100%;
    padding: 15px;
  }
  .hotCpSwiper .swiper-slide .hotCpRight .hotCpTitle {
    line-height: 30px;
  }
  .hotCpSwiper .swiper-slide .hotCpRight .hotCpTxt {
    line-height: 22px;
    height: auto;
    margin: 5px 0;
    -webkit-line-clamp: initial;
  }
  .hotCpSwiper .swiper-slide .hotCpRight .hotCpMore>a {
    width: 120px;
    height: 32px;
    line-height: 30px;
  }
  .hotCpSwiper .swiper-pagination {
    width: 100%;
    justify-content: center;
    bottom: 5px;
    padding-right: 0;
  }
  .hotCpList>li {
    width: 48%;
    margin: 10px 1% 0 1%;
  }
  .hotCpList>li>a {
    padding: 5px 5px 0 5px;
  }
}

/* 轴承工具 */
.tools {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 80px 0;
}
.tools::before {
  content: "";
  width: 100%;
  height: 53%;
  float: left;
  background-color: #1c468b;
  position: absolute;
  left: 0;
  top: 0;
}
.tools>.container {
  position: relative;
  z-index: 2;
}
.tools .brandCn>div,
.tools .brandEn>div {
  color: #fff;
}
.toolsList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.toolsList>li {
  width: calc(50% - 20px);
  float: left;
  margin-top: 30px;
}
.toolsList>li .toolsImg {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.toolsList>li .toolsImg>img {
  transform: scale(1.1);
}
.toolsList>li .toolsImg::before {
  content: "";
  display: block;
  padding-top: 55.40541%;
}
.toolsList>li .toolsBox {
  width: 100%;
  display: flex;
  overflow: hidden;
  background-color: #f5f8fc;
}
.toolsList>li .toolsBox .toolsIcon {
  width: 48.5%;
  float: left;
  overflow: hidden;
  position: relative;
  background-color: #f1f5f8;
}
.toolsList>li .toolsBox .toolsIcon::before {
  content: "";
  display: block;
  padding-top: 61.1112%;
}
.toolsList>li .toolsBox .toolsRight {
  width: 51.5%;
  float: right;
  padding: 15px 65px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}
.toolsList>li .toolsBox .toolsRight .toolsTitle {
  display: block;
  overflow: hidden;
  line-height: 36px;
  font-size: 24px;
  color: #333;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.toolsList>li .toolsBox .toolsRight .toolsTxt {
  display: block;
  width: 100%;
  overflow: hidden;
  height: 48px;
  line-height: 24px;
  font-size: 14px;
  color: #333;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 10px 0;
}
.toolsList>li .toolsBox .toolsRight .toolsMore {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 14px;
  color: #333;
}
.toolsList>li:hover .toolsImg>img {
  transform: scale(1);
}
.toolsList>li:hover .toolsBox .toolsIcon>img {
  transform: scale(1.1);
}
.toolsList>li:hover .toolsBox {
  background-color: #1c468b;
}
.toolsList>li:hover .toolsBox .toolsRight .toolsTitle,
.toolsList>li:hover .toolsBox .toolsRight .toolsTxt,
.toolsList>li:hover .toolsBox .toolsRight .toolsMore {
  color: #fff;
}

@media (max-width: 1200px) {
  .tools {
    padding: 50px 0;
  }
  .toolsList>li .toolsBox .toolsRight {
    padding: 15px 40px;
  }
}

@media (max-width: 991px) {
  .tools {
    padding: 30px 0;
  }
  .toolsList>li {
    width: calc(50% - 10px);
    margin-top: 20px;
  }
  .toolsList>li .toolsBox .toolsRight {
    padding: 15px 20px;
  }
}

@media (max-width: 767px) {
  .tools {
    padding: 15px 0;
    background-color: #1c468b;
  }
  .tools::before {
    display: none;
  }
  .toolsList>li {
    width: 100%;
    margin-top: 10px;
  }
  .toolsList>li .toolsBox .toolsIcon {
    width: 35%;
  }
  .toolsList>li .toolsBox .toolsRight {
    width: 65%;
    padding: 15px;
  }
  .toolsList>li .toolsBox .toolsRight .toolsTitle {
    line-height: 24px;
    font-size: 18px;
  }
  .toolsList>li .toolsBox .toolsRight .toolsTxt {
    height: 40px;
    line-height: 20px;
    margin: 5px 0;
  }
  .toolsList>li .toolsBox .toolsRight .toolsMore {
    line-height: 20px;
  }
}

/* 关于我们 */
.about {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.aboutLeft {
  width: 41.25%;
  float: left;
  overflow: hidden;
  position: relative;
}
.aboutRight {
  width: 58.75%;
  float: left;
  background-color: #f5f5f5;
}
.gsjjBox {
  width: 100%;
  float: left;
  max-width: 930px;
  padding: 60px 0 60px 80px;
}
.gsjjTitle {
  display: block;
  overflow: hidden;
}
.gsjjEn {
  display: block;
  overflow: hidden;
  line-height: 98px;
  font-size: 82px;
  font-weight: bold;
  color: rgba(51, 51, 51, 0.1);
  text-transform: uppercase;
}
.gsjjCn {
  display: block;
  overflow: hidden;
  margin-top: -50px;
  position: relative;
  z-index: 2;
}
.gsjjCn>span {
  float: left;
  padding: 0 35px 0 80px;
  position: relative;
  font-size: 36px;
  line-height: 50px;
  color: #1c468b;
  font-weight: bold;
}
.gsjjCn>span::before {
  content: "";
  width: 60px;
  float: left;
  height: 2px;
  background-color: #ef7637;
  position: absolute;
  left: 0;
  bottom: 0;
}
.gsjjCn>span::after {
  content: "";
  width: 9px;
  float: left;
  height: 9px;
  background-color: #ef7637;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 8px;
}
.gsjjTxt {
  display: block;
  overflow: hidden;
  height: 144px;
  line-height: 36px;
  font-size: 13px;
  color: #333;
  margin-top: 20px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.gsjjMore {
  display: block;
  overflow: hidden;
  padding-top: 35px;
}
.gsjjMore>a {
  width: 200px;
  display: block;
  height: 40px;
  line-height: 38px;
  border: 1px solid #1d478b;
  border-radius: 20px;
  text-align: center;
  font-size: 16px;
  color: #333;
}
.gsjjMore>a:hover {
  background-color: #1d478b;
  color: #fff;
}

.gsjjList {
  width: 100%;
  float: left;
  background-color: #1c468b;
}
.gsjjList>ul {
  width: 100%;
  float: left;
  max-width: 930px;
  padding: 65px 0 65px 80px;
}
.gsjjList>ul>li {
  width: 33.3333%;
  float: left;
}
.gsjjList>ul>li .gsjjIcon {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 50px;
}
.gsjjList>ul>li .gsjjSubTitle {
  display: block;
  overflow: hidden;
  line-height: 20px;
  text-align: center;
  color: #fff;
  margin-top: 15px;
  font-size: 12px;
}
.gsjjList>ul>li .gsjjSubTitle>span {
  display: block;
  overflow: hidden;
  font-size: 13px;
}

@media (max-width: 1600px) {
  .gsjjBox {
    padding: 60px;
  }
  .gsjjList>ul {
    padding: 60px;
  }
}

@media (max-width: 1400px) {
  .gsjjBox {
    padding: 50px;
  }
  .gsjjList>ul {
    padding: 50px;
  }
}

@media (max-width: 1200px) {
  .gsjjBox {
    padding: 40px;
  }
  .gsjjList>ul {
    padding: 40px;
  }
}

@media (max-width: 991px) {
  .gsjjBox {
    padding: 30px;
  }
  .gsjjEn {
    line-height: 80px;
    font-size: 70px;
  }
  .gsjjTxt {
    height: 120px;
    line-height: 30px;
  }
  .gsjjMore {
    padding-top: 20px;
  }
  .gsjjList>ul {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .aboutLeft {
    width: 100%;
  }
  .aboutLeft::before {
    content: "";
    display: block;
    padding-top: 50%;
  }
  .aboutRight {
    width: 100%;
  }
  .gsjjBox {
    padding: 15px;
  }
  .gsjjEn {
    line-height: 30px;
    font-size: 20px;
    text-align: center;
  }
  .gsjjCn {
    margin-top: -15px;
    display: flex;
    justify-content: center;
  }
  .gsjjCn>span {
    padding: 0;
    font-size: 20px;
    line-height: 30px;
  }
  .gsjjCn>span::before,
  .gsjjCn>span::after {
    display: none;
  }
  .gsjjTxt {
    height: auto;
    line-height: 24px;
    margin-top: 10px;
  }
  .gsjjMore {
    padding-top: 10px;
  }
  .gsjjMore>a {
    width: 140px;
    height: 32px;
    line-height: 30px;
    border-radius: 16px;
    margin: 0 auto;
  }
  .gsjjList>ul {
    padding: 15px;
  }
  .gsjjList>ul>li .gsjjIcon {
    height: 30px;
  }
  .gsjjList>ul>li .gsjjSubTitle {
    margin-top: 5px;
  }
}

/* 应用领域 */
.app {
  width: 100%;
  overflow: hidden;
  background-color: #f9f9f9;
  padding: 50px 0 10px 0;
}
.appList {
  width: 1640px;
  display: block;
  overflow: hidden;
  padding: 40px 0;
  margin-left: -20px;
}
.appList>li {
  width: 280px;
  float: left;
  margin: 20px;
}
.appList>li>a {
  display: block;
  overflow: hidden;
  position: relative;
}
.appList>li>a::before {
  content: "";
  display: block;
  padding-top: 86.524823%;
}
.appList>li>a::after {
  content: "";
  width: 100%;
  height: 100%;
  float: left;
  background: url(../images/app_hover.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.appList>li>a:hover>img {
  transform: scale(1.1);
}

@media (max-width: 1600px) {
  .appList {
    width: 102%;
    margin-left: -1%;
  }
  .appList>li {
    width: 18%;
    margin: 20px 1%;
  }
}

@media (max-width: 1200px) {
  .app {
    padding: 50px 0;
  }
}

@media (max-width: 991px) {
  .app {
    padding: 30px 0;
  }
  .appList {
    padding: 20px 0;
  }
}

@media (max-width: 767px) {
  .app {
    padding: 15px 0;
  }
  .appList {
    padding: 10px 0 0 0;
  }
  .appList>li {
    width: 48%;
    margin: 10px 1%;
  }
}

/* 新闻中心 */
.news {
  width: 100%;
  overflow: hidden;
  padding: 80px 0;
}
.newsContect {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
.newsContect>.newsBox {
  width: 480px;
  float: left;
  border: 1px solid #eee;
  box-shadow: 0 2px 0 #e5e5e5;
  padding: 20px 20px 0 20px;
}
.newsTitle {
  display: block;
  overflow: hidden;
}
.newsTitle>span {
  float: left;
  position: relative;
  line-height: 40px;
  font-size: 24px;
  color: #333;
  padding-right: 20px;
}
.newsTitle>span::before {
  content: "";
  width: 96px;
  float: left;
  height: 2px;
  background-color: #1d478b;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.newsDl {
  display: block;
  overflow: hidden;
}
.newsDl>dt {
  width: 100%;
  padding: 15px 20px;
  float: left;
  border-bottom: 1px solid #e5e5e5;
}
.newsDl>dt>a {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
}
.newsDl>dt>a .newsImg {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  border: 1px solid #f1f1f1;
}
.newsDl>dt>a .newsImg::before {
  content: "";
  display: block;
  padding-top: 37.6559%;
}
.newsDl>dt>a .newsRight {
  width: 100%;
  float: left;
  padding-top: 15px;
  overflow: hidden;
}
.newsDl>dt>a .newsRight .newsSubTitle {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 16px;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsDl>dt>a .newsRight .newsTxt {
  display: block;
  overflow: hidden;
  height: 48px;
  line-height: 24px;
  font-size: 13px;
  color: #666;
  margin-top: 10px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.newsDl>dt>a:hover .newsImg>img {
  transform: scale(1.1);
}
.newsDl>dt>a:hover .newsRight .newsSubTitle {
  color: #093378;
}
.newsDl>dd {
  width: 100%;
  float: left;
  border-bottom: 1px solid #e7e7e7;
}
.newsDl>dd:last-child {
  border-bottom: none;
}
.newsDl>dd>a {
  display: block;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  font-size: 13px;
  color: #333;
  padding: 0 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsDl>dd>a::before {
  content: "";
  width: 16px;
  float: right;
  height: 16px;
  background-image: url(../images/news_more1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: 15px 0 0 10px;
  transition: all 0.4s;
}
.newsDl>dd:hover>a {
  color: #1c468b;
}
.newsDl>dd:hover>a::before {
  background-image: url(../images/news_more2.png);
}

.newsBox:last-child .newsTitle {
  padding: 0 20px;
}
.newsNous {
  display: block;
  overflow: hidden;
}
.newsNous li {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 20px;
  line-height: 30px;
}
.newsNous li:last-child {
  border: none;
}
.newsNous li>h2 {
  display: block;
  overflow: hidden;
  padding: 0 40px 0 0;
  position: relative;
}
.newsNous li>h2::after {
  content: "";
  width: 16px;
  float: left;
  height: 16px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/news_more1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
.newsNous li>h2>a {
  float: left;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: normal;
  font-size: 14px;
  color: #333;
}
.newsNous li>h2>a:hover {
  color: #1d478b;
}
.newsNous li .newsTxtBox {
  display: none;
  width: 100%;
  overflow: hidden;
  transition: initial;
}
.newsNous li .newsTxtBox .newsTxt {
  display: block;
  overflow: hidden;
  height: 240px;
  line-height: 30px;
  font-size: 13px;
  color: #666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}
.newsNous li.actived>h2::after {
  background-image: url(../images/news_more2.png);
}

@media (max-width: 1600px) {
  .newsContect>.newsBox {
    width: 32%;
  }
}

@media (max-width: 1200px) {
  .news {
    padding: 50px 0;
  }
}

@media (max-width: 991px) {
  .news {
    padding: 30px 0;
  }
  .newsDl>dt {
    padding: 15px 0;
  }
  .newsNous li {
    padding: 10px 0;
  }
  .newsNous li .newsTxtBox .newsTxt {
    height: 150px;
    -webkit-line-clamp: 5;
  }
}

@media (max-width: 767px) {
  .news {
    padding: 15px 0;
  }
  .newsContect {
    margin-top: 0;
  }
  .newsContect>.newsBox {
    width: 100%;
    margin-top: 15px;
    padding: 10px 10px 0 10px;
  }
  .newsTitle>span {
    line-height: 30px;
    font-size: 20px;
    padding-right: 10px;
  }
  .newsDl>dt {
    padding: 10px 0;
  }
  .newsDl>dt>a .newsImg {
    width: 30%;
  }
  .newsDl>dt>a .newsRight {
    width: 70%;
    padding: 0 0 0 15px;
  }
  .newsDl>dd>a {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
  }
  .newsDl>dd>a::before {
    margin: 12px 0 0 10px;
  }
  .newsBox:last-child .newsTitle {
    padding: 0;
  }
}
/* END-main */

/* 关于优轴 */
.main {
  width: 100%;
  overflow: hidden;
  padding: 80px 0;
}
.company {
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 30px;
  color: #333;
}
.company img{
  display: block;
	max-width: 100%;
	height: auto;
	margin: 5px auto;
}

@media (max-width: 1200px) {
  .main {
    padding: 50px 0;
  }
}

@media (max-width: 991px) {
  .main {
    padding: 30px 0;
  }
}

@media (max-width: 767px) {
  .main {
    padding: 0;
  }
  .mainLeft {
    width: 100%;
  }
  .mainRight {
    width: 100%;
  }
  .company {
    line-height: 24px;
    font-size: 14px;
  }
}
/* END-关于优轴 */

/* 轴承品牌 */
.brandList {
  display: block;
  overflow: hidden;
  width: 102%;
  margin-left: -1%;
}
.brandList>li {
  width: 23%;
  float: left;
  margin: 0 1% 2% 1%;
}
.brandList>li>a {
  display: block;
  overflow: hidden;
  background-color: #f8f8f8;
  padding: 20px;
}
.brandList>li>a .brandImg {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.brandList>li>a .brandImg::before {
  content: "";
  display: block;
  padding-top: 68.10345%;
}
.brandList>li>a .brandTxt {
  display: block;
  overflow: hidden;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
  color: #333;
  font-weight: bold;
}
.brandList>li>a:hover .brandImg>img {
  transform: scale(1.1);
}

@media (max-width: 991px) {
  .brandList>li {
    width: 31.3333%;
  }
}
@media (max-width: 767px) {
  .brandList>li {
    width: 48%;
  }
  .brandList>li>a {
    padding: 10px;
  }
}
/* END-轴承品牌 */

/* 轴承类型 */
.cpxq {
  display: block;
  overflow: hidden;
}
.cpxqTitle {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ccc;
}
.cpxqContect {
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 30px;
  padding-top: 10px;
}
.cpxqContect img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .cpxqTitle {
    font-size: 16px;
  }
  .cpxqContect {
    line-height: 24px;
  }
}
/* END-轴承类型 */

/* 轴承工具 */
.mainRight .toolsList>li {
  margin: 0 0 30px 0;
}
.mainRight .toolsList>li .toolsBox .toolsIcon {
  width: 35%;
}
.mainRight .toolsList>li .toolsBox .toolsRight {
  width: 65%;
  padding: 15px 30px;
}

@media (max-width: 991px) {
  .mainRight .toolsList>li {
    width: 100%;
    margin: 0 0 20px 0;
  }
}

@media (max-width: 767px) {
  .mainRight .toolsList>li {
    margin: 0 0 15px 0;
  }
  .mainRight .toolsList>li .toolsBox .toolsRight {
    padding: 15px;
  }
}
/* END-轴承工具 */

/* 应用领域 */
.mainRight .appList {
  width: 102%;
  margin-left: -1%;
  padding: 0;
}
.mainRight .appList>li {
  width: 18%;
  float: left;
  margin: 0 1% 2% 1%;
}
.mainRight .appList>li>a::after {
  background: url(../images/app_hover1.png) no-repeat center center;
  background-size: cover;
}

@media (max-width: 991px) {
  .mainRight .appList>li {
    width: 31.3333%;
  }
}

@media (max-width: 767px) {
  .mainRight .appList>li {
    width: 48%;
  }
}
/* END-应用领域 */

/* 新闻中心 */
.xwList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}
.xwList>li {
  width: calc(50% - 15px);
  float: left;
  margin-bottom: 30px;
}
.xwList>li>a {
  display: flex;
  background-color: #f9f9f9;
  padding: 15px;
}
.xwList>li>a .xwImg {
  width: 35%;
  float: left;
  overflow: hidden;
  position: relative;
}
.xwList>li>a .xwBox {
  width: 65%;
  float: left;
  padding-left: 15px;
}
.xwList>li>a .xwBox .xwTitle {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 16px;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.xwList>li>a .xwBox .xwTxt {
  display: block;
  overflow: hidden;
  height: 90px;
  line-height: 30px;
  font-size: 14px;
  color: #666;
  margin: 10px 0;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.xwList>li>a .xwBox .xwTime {
  display: block;
  overflow: hidden;
  line-height: 20px;
  font-size: 12px;
  color: #999;
}
.xwList>li>a:hover {
  background-color: #1c468b;
}
.xwList>li>a:hover .xwBox .xwTitle,
.xwList>li>a:hover .xwBox .xwTxt,
.xwList>li>a:hover .xwBox .xwTime {
  color: #fff;
}

.xwxq {
  display: block;
  overflow: hidden;
}
.xwxqTitle {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  line-height: 1.2;
}
.xwxqTime {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 12px;
  color: #666;
  line-height: 1.1;
  padding: 10px 0;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 10px;
}
.xwxqContect {
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 30px;
  padding-top: 10px;
}
.xwxqContect img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .xwList>li {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
  .xwList>li>a .xwBox .xwTxt {
    height: 72px;
    line-height: 24px;
  }
}

@media (max-width: 991px) {
  .xwList>li {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .xwList>li {
    margin-bottom: 10px;
  }
  .xwList>li>a {
    padding: 10px;
  }
  .xwList>li>a .xwBox {
    padding-left: 10px;
  }
  .xwList>li>a .xwBox .xwTxt {
    margin: 5px 0;
    height: 48px;
    -webkit-line-clamp: 2;
  }

  .xwxqTitle {
    font-size: 16px;
  }
  .xwxqContect {
    line-height: 24px;
  }
}
/* END-新闻中心 */

/* 联系我们 */
.contactTxt {
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 40px;
}
.contactMap {
  width: 100%;
  overflow: hidden;
  height: 350px;
  border: none;
  margin-top: 20px;
}

@media (max-width: 767px) {

  .contactTxt {
    font-size: 14px;
    line-height: 24px;
  }
  .contactMap {
    margin-top: 10px;
    height: 250px;
  }
.contactTxt table td{
  width: 100%;
	height: auto;
	float: left;
}
}
/* END-联系我们 */