/* 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 */
/* 品质与服务兼备 */
.hf {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.hfLeft {
  width: 41.71875%;
  float: left;
  background-color: #2454ac;
  padding: 65px 80px 65px 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.hfTitle {
  float: right;
  text-align: right;
}
.hfEn {
  display: block;
  overflow: hidden;
  line-height: 42px;
  font-size: 42px;
  text-transform: uppercase;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.1);
}
.hfCn {
  display: block;
  overflow: hidden;
  margin-top: -20px;
  position: relative;
  z-index: 2;
  line-height: 24px;
  font-size: 16px;
  color: #fff;
}
.hfCn>span {
  display: block;
  overflow: hidden;
  line-height: 40px;
  font-size: 36px;
  font-weight: bold;
  margin-top: 10px;
}

.hfRight {
  width: 58.28125%;
  float: left;
  border-bottom: 1px solid #c9c9c9;
  display: flex;
}
.hfList {
  width: 86%;
  float: left;
  display: flex;
  border-left: 1px solid #c9c9c9;
}
.hfList>li {
  width: 33.3333%;
  float: left;
  border-right: 1px solid #c9c9c9;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.hfList>li .hfIcon {
  width: 100%;
  height: 51px;
  position: relative;
  overflow: hidden;
}
.hfList>li .hfSubTitle {
  display: block;
  width: 100%;
  overflow: hidden;
  line-height: 38px;
  text-align: center;
  margin: 10px 0 15px 0;
  font-size: 24px;
  color: #666;
}
.hfList>li .hfSubTitle>span {
  color: #2454ac;
}
.hfList>li .hfTxt {
  display: block;
  overflow: hidden;
  font-size: 14px;
  color: #666;
  line-height: 26px;
  text-align: center;
}

@media (max-width: 1400px) {
  .hfLeft {
    padding: 50px 30px;
  }
  .hfEn {
    font-size: 36px;
  }
  .hfCn>span {
    font-size: 30px;
  }
}

@media (max-width: 1200px) {
  .hfLeft {
    padding: 40px 20px;
  }
  .hfEn {
    font-size: 30px;
  }
  .hfCn>span {
    font-size: 28px;
  }
  .hfList>li .hfSubTitle {
    margin: 5px 0;
  }
}

@media (max-width: 991px) {
  .hfLeft {
    padding: 20px;
  }
  .hfEn {
    font-size: 24px;
  }
  .hfCn>span {
    font-size: 20px;
  }
  .hfList {
    width: 98%;
  }
  .hfList>li {
    padding: 15px;
  }
}

@media (max-width: 767px) {
  .hfLeft {
    width: 100%;
    padding: 10px;
    justify-content: center;
  }
  .hfTitle {
    width: 100%;
    text-align: center;
  }
  .hfEn {
    font-size: 20px;
    line-height: 24px;
  }
  .hfCn {
    margin-top: -15px;
  }
  .hfCn>span {
    line-height: 24px;
    font-size: 16px;
    margin-top: 0;
  }
  .hfRight {
    width: 100%;
  }
  .hfList {
    width: 100%;
  }
  .hfList>li .hfSubTitle {
    line-height: 30px;
    margin: 5px 0;
    font-size: 18px;
  }
  .hfList>li .hfTxt {
    line-height: 20px;
  }
}

/* 热门产品 */
.hotCp {
  width: 100%;
  overflow: hidden;
  padding: 90px 0 50px 0;
}
.mainLeft {
  width: 355px;
  float: left;
}
.leftMenu {
  width: 100%;
  float: left;
}
.menuTitle {
  display: block;
  overflow: hidden;
  background: url(../images/menu_title_bj.png) no-repeat right bottom #2454ac;
  color: #fff;
  padding: 59px 0 58px 58px;
}
.menuCn {
  line-height: 50px;
  font-size: 36px;
  font-weight: bold;
}
.menuEn {
  line-height: 28px;
  font-size: 14px;
  text-transform: uppercase;
}
.menuList {
  display: block;
  overflow: hidden;
  transition: initial;
  border: 1px solid #d6d6d6;
}
.menuList>li {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #d6d6d6;
}
.menuList>li:last-child {
  border: none;
}
.menuList>li>a {
  display: block;
  overflow: hidden;
  padding: 0 45px;
  color: #333;
}
.menuList>li>a>span {
  display: block;
  overflow: hidden;
  font-size: 16px;
  height: 54px;
  line-height: 54px;
  padding-left: 20px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: initial;
}
.menuList>li>a>span::before {
  content: "";
  width: 12px;
  float: left;
  height: 12px;
  border-radius: 50%;
  border: 3px solid #2454ac;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s;
}
.menuList>li:hover>a,
.menuList>li.menuActive>a {
  background-color: #2454ac;
  color: #fff;
}
.menuList>li:hover>a>span::before,
.menuList>li.menuActive>a>span::before {
  border-color: #fff;
}
.menuBox {
  display: block;
  overflow: hidden;
  background-color: #2454ac;
  padding: 40px 0 60px 50px;
}
.menuDianhua {
  display: block;
  overflow: hidden;
  line-height: 32px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  padding-left: 42px;
}
.menuDianhua>span {
  display: block;
  overflow: hidden;
  line-height: 36px;
  font-weight: normal;
  margin-left: -42px;
  padding: 40px 0 0 68px;
  background: url(../images/menu_dianhua_icon.png) no-repeat left top;
}
.mainRight {
  width: 1182px;
  float: right;
}
.dqwzTitle {
  width: 100%;
  float: left;
  line-height: 38px;
  border-bottom: 1px solid #d6d6d6;
  padding: 22px 0;
}
.dqwzSubTitle {
  float: left;
  font-size: 30px;
  color: #333;
  font-weight: bold;
  position: relative;
}
.dqwzSubTitle::before {
  content: "";
  width: 100%;
  float: left;
  height: 3px;
  background-color: #2454ac;
  position: absolute;
  left: 0;
  bottom: -23px;
}
.dqwzNav {
  float: right;
  font-size: 14px;
  color: #333;
}
.dqwzNav>a {
  color: #333;
}
.dqwzNav>a:hover {
  color: #2454ac;
  text-decoration: underline;
}
.dqwzContect {
  width: 100%;
  float: left;
  padding-top: 30px;
}
.hotCpList {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  width: 1239px;
}
.hotCpList>li {
  width: 356px;
  float: left;
  margin: 0 57px 40px 0;
}
.hotCpList>li>a {
  display: block;
  height: 100%;
  overflow: hidden;
  background-color: #f3f5f9;
}
.hotCpList>li>a .hotCpImg {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.hotCpList>li>a .hotCpImg::before {
  content: "";
  display: block;
  padding-top: 72.47192%;
}
.hotCpList>li>a .hotCpTxt {
  display: block;
  overflow: hidden;
  padding: 19px;
  line-height: 24px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hotCpList>li>a .hotCpTxt::before {
  content: "";
  width: 24px;
  float: right;
  height: 24px;
  background: url(../images/hotcp_more.jpg) no-repeat center center;
  background-size: 100% 100%;
  margin-left: 10px;
}
.hotCpList>li>a:hover {
  padding: 10px 10px 0 10px;
  background-color: #2454ac;
}
.hotCpList>li>a:hover .hotCpTxt {
  margin-top: 10px;
  color: #fff;
  padding: 19px 10px;
}

@media (max-width: 1600px) {
  .hotCp {
    padding: 70px 0 30px 0;
  }
  .mainLeft {
    width: 24%;
  }
  .mainRight {
    width: 74%;
  }
  .hotCpList {
    width: 102%;
    margin-left: -1%;
  }
  .hotCpList>li {
    width: 31.3333%;
    margin: 0 1% 40px 1%;
  }
}

@media (max-width: 1200px) {
  .hotCp {
    padding: 60px 0 30px 0;
  }
  .menuTitle {
    padding: 30px 0 30px 30px;
  }
  .menuList>li>a {
    padding: 0 30px;
  }
  .menuList>li>a>span {
    height: 50px;
    line-height: 50px;
  }
  .menuBox {
    padding: 20px 0 20px 20px;
  }
  .menuDianhua {
    font-size: 18px;
  }
  .hotCpList>li {
    margin: 0 1% 30px 1%;
  }
}

@media (max-width: 991px) {
  .hotCp {
    padding: 40px 0 20px 0;
  }
  .mainLeft {
    width: 29%;
  }
  .menuList>li>a {
    padding: 0 20px;
  }
  .menuBox {
    padding: 15px 0 15px 10px;
  }
  .menuDianhua>span {
    line-height: 30px;
    padding: 15px 0 0 50px;
    background: url(../images/menu_dianhua_icon.png) no-repeat left top;
    background-size: 40px auto;
  }
  .mainRight {
    width: 69%;
  }
  .dqwzTitle {
    padding: 15px 0;
  }
  .dqwzSubTitle::before {
    bottom: -16px;
  }
  .hotCpList>li {
    margin: 0 1% 20px 1%;
  }
  .hotCpList>li>a .hotCpTxt {
    padding: 10px;
  }
  .hotCpList>li>a:hover .hotCpTxt {
    margin-top: 0;
    padding: 10px;
  }
}

@media (max-width: 767px) {
  .hotCp {
    padding: 0;
  }
  .mainLeft {
    width: 100%;
  }
  .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;
  }
  .menuList>li>a {
    padding: 0 15px;
  }
  .menuList>li>a>span {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .mainRight {
    width: 100%;
  }
  .dqwzContect {
    padding: 15px 0;
  }
  .hotCpList>li {
    width: 48%;
    margin: 0 1% 10px 1%;
  }
  .hotCpList>li>a:hover {
    padding: 5px 5px 0 5px;
  }

}

/* 关于我们 */
.about {
  width: 100%;
  overflow: hidden;
  background: url(../images/about_bj.jpg) no-repeat center center;
  background-size: cover;
  padding: 80px 0;
}
.about>.container {
  padding: 0 100px;
}
.aboutTitle {
  display: flex;
  justify-content: center;
  text-align: center;
}
.aboutTitle>div {
  float: left;
  position: relative;
}
.aboutTitle>div::before {
  content: "";
  width: 91px;
  float: left;
  height: 11px;
  background: url(../images/about_title_left.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  left: -40px;
  top: 26px;
}
.aboutTitle>div::after {
  content: "";
  width: 91px;
  float: left;
  height: 11px;
  background: url(../images/about_title_right.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  right: -25px;
  bottom: 0;
}
.aboutEn {
  display: block;
  overflow: hidden;
  line-height: 104px;
  font-size: 130px;
  color: rgba(255, 255, 255, 0.1);
  font-weight: bold;
}
.aboutCn {
  display: block;
  overflow: hidden;
  line-height: 56px;
  font-size: 48px;
  color: #fff;
  font-weight: bold;
  margin-top: -56px;
}
.aboutSubEn {
  display: block;
  overflow: hidden;
  line-height: 1;
  margin-top: 15px;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}
.aboutTxt {
  display: block;
  overflow: hidden;
  margin-top: 50px;
  line-height: 30px;
  height: 150px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.aboutList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 25px;
}
.aboutList>li {
  float: left;
  margin: 0 97px;
}
.aboutList>li .aboutIcon {
  width: 70px;
  background-color: #fff;
  border-radius: 50%;
  display: block;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}
.aboutList>li .aboutIcon::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.aboutList>li .aboutSubTitle {
  display: block;
  overflow: hidden;
  margin-top: 20px;
  text-align: center;
  line-height: 24px;
  font-size: 14px;
  color: #fff;
}
.aboutList>li .aboutSubTitle>span {
  display: block;
  overflow: hidden;
  font-weight: bold;
}
.aboutMore {
  display: flex;
  justify-content: center;
  margin-top: 45px;
}
.aboutMore>a {
  width: 150px;
  float: left;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #fff;
  font-size: 13px;
  color: #333;
}
.aboutMore>a:hover {
  background-color: #2454ac;
  color: #fff;
}

@media (max-width: 1200px) {
  .about {
    padding: 50px 0;
  }
  .about>.container {
    padding: 0 50px;
  }
  .aboutList>li {
    margin: 0 70px;
  }
}

@media (max-width: 991px) {
  .about {
    padding: 30px 0;
  }
  .about>.container {
    padding: 0 30px;
  }
  .aboutTxt {
    margin-top: 30px;
  }
  .aboutList>li {
    margin: 0 40px;
  }
  .aboutMore {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .about {
    padding: 15px 0;
  }
  .about>.container {
    padding: 0;
  }
  .aboutEn {
    line-height: 72px;
    font-size: 80px;
  }
  .aboutCn {
    line-height: 40px;
    font-size: 40px;
    margin-top: -40px;
  }
  .aboutSubEn {
    margin-top: 10px;
  }
  .aboutTxt {
    margin-top: 15px;
    height: auto;
    line-height: 24px;
    -webkit-line-clamp: initial;
  }
  .aboutList {
    margin-top: 15px;
  }
  .aboutList>li {
    width: 33.3333%;
    margin: 0;
    padding: 0 5px;
  }
  .aboutList>li .aboutSubTitle {
    margin-top: 10px;
    line-height: 20px;
    font-size: 12px;
  }
  .aboutMore {
    margin-top: 15px;
  }
  .aboutMore>a {
    width: 120px;
    height: 30px;
    line-height: 30px;
  }
}

/* 钢结构工程为什么选择我们？ */
.ys {
  width: 100%;
  overflow: hidden;
  padding-top: 80px;
}
.ysTitle {
  display: block;
  overflow: hidden;
}
.ysEn {
  line-height: 88px;
  font-size: 100px;
  color: #f5f5f5;
  text-transform: uppercase;
  font-weight: bold;
}
.ysCn {
  line-height: 64px;
  font-size: 48px;
  color: #333;
  font-weight: bold;
}
.ysCn>span {
  color: #2454ac;
}
.ysList {
  display: block;
  overflow: hidden;
  margin-top: 50px;
}
.ysList>li {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  padding-left: 8.3334%;
}
.ysList>li .ysLeft {
  width: 42.5%;
  float: left;
  background-color: #467bc5;
}
.ysList>li .ysBox {
  width: 100%;
  float: left;
  padding: 60px 0 75px 0;
}
.ysList>li .ysIcon {
  width: 136px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  display: block;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}
.ysList>li .ysIcon::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.ysList>li .ysSubTitle {
  display: block;
  overflow: hidden;
  text-align: center;
  margin-top: 15px;
  line-height: 42px;
  font-size: 30px;
  color: #fff;
  font-weight: bold;
}
.ysList>li .ysSubTxt {
  display: block;
  overflow: hidden;
  text-align: center;
  margin-top: 10px;
  line-height: 30px;
  font-size: 16px;
  color: #fff;
}
.ysList>li .ysRight {
  width: 57.5%;
  float: left;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ysList>li .ysRight .ysBox {
  width: 84.2%;
}
.ysList>li:nth-child(even) {
  padding: 0 8.3334% 0 0;
  flex-direction: row-reverse;
}
.ysList>li:nth-child(even) .ysLeft {
  background-color: #2454ac;
}
.ysList>li:nth-child(even) .ysBox {
  float: right;
}
.ysList>li:nth-child(even) .ysRight .ysIcon {
  background-color: rgba(0, 0, 0, 0.1);
}
.ysList>li:nth-child(even) .ysRight .ysSubTitle,
.ysList>li:nth-child(even) .ysRight .ysSubTxt {
  color: #333;
}

@media (max-width: 1200px) {
  .ys {
    padding-top: 50px;
  }
  .ysList>li {
    padding: 0;
  }
  .ysList>li:nth-child(even) {
    padding: 0;
  }
}

@media (max-width: 991px) {
  .ys {
    padding-top: 30px;
  }
  .ysEn {
    line-height: 68px;
    font-size: 80px;
  }
  .ysCn {
    line-height: 54px;
    font-size: 40px;
  }
  .ysList>li .ysLeft {
    width: 45%;
  }
  .ysList>li .ysRight {
    width: 55%;
  }
  .ysList>li .ysBox {
    padding: 30px;
  }
  .ysList>li .ysRight .ysBox {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .ys {
    padding-top: 15px;
  }
  .ysTitle {
    text-align: center;
  }
  .ysEn {
    line-height: 30px;
    font-size: 30px;
  }
  .ysCn {
    line-height: 24px;
    font-size: 20px;
  }
  .ysList {
    margin-top: 10px;
  }
  .ysList>li .ysLeft {
    width: 100%;
  }
  .ysList>li .ysRight {
    width: 100%;
  }
  .ysList>li .ysBox {
    padding: 15px;
  }
  .ysList>li .ysIcon {
    width: 50px;
  }
  .ysList>li .ysIcon>img {
    height: 30px;
  }
  .ysList>li .ysSubTitle {
    margin-top: 10px;
    line-height: 30px;
    font-size: 20px;
  }
  .ysList>li .ysSubTxt {
    line-height: 24px;
    font-size: 14px;
  }
}

/* 案例展示 */
.case {
  width: 100%;
  overflow: hidden;
  background-color: #f3f5f9;
  padding: 85px 0;
}
.case .aboutTitle>div::before {
  background: url(../images/case_title_left.png) no-repeat center center;
  background-size: 100% 100%;
}
.case .aboutTitle>div::after {
  background: url(../images/case_title_right.png) no-repeat center center;
  background-size: 100% 100%;
}
.case .aboutEn {
  color: rgba(102, 102, 102, 0.1);
}
.case .aboutCn {
  color: #545253;
}
.case .aboutCn>span {
  color: #054e92;
}
.case .aboutSubEn {
  color: #666;
}
.caseContect {
  display: block;
  overflow: hidden;
}
.caseSwiper {
  padding: 0 0 50px 0;
}
.caseSwiper .swiper-slide {
  margin-top: 40px !important;
}
.caseSwiper .caseImg {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.caseSwiper .caseImg::before {
  content: "";
  display: block;
  padding-top: 61.971831%;
}
.caseSwiper .caseTxt {
  display: block;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  background-color: #191919;
  text-align: center;
  font-size: 13px;
  color: #fff;
}
.caseSwiper .swiper-slide:hover .caseImg>img {
  transform: scale(1.1);
}
.caseSwiper .swiper-slide:hover .caseTxt {
  background-color: #054e92;
  color: #fff;
}
/* 圆点 */
.caseSwiper .swiper-pagination {
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.caseSwiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  float: left;
  background: #191919;
  opacity: 1;
  border-radius: 50%;
}
.caseSwiper .banner-roll>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px !important;
}
.caseSwiper .swiper-pagination-bullet-active {
  opacity: 1;
  width: 18px;
  background: #054e92;
  border-radius: 9px;
}

@media (max-width: 1200px) {
  .case {
    padding: 50px 0;
  }
}

@media (max-width: 991px) {
  .case {
    padding: 30px 0;
  }
  .caseSwiper {
    padding: 0 0 30px 0;
  }
  .caseSwiper .swiper-slide {
    margin-top: 20px !important;
  }
}

@media (max-width: 767px) {
  .case {
    padding: 15px 0;
  }
  .caseSwiper {
    padding: 5px 0 20px 0;
  }
  .caseSwiper .swiper-slide {
    margin-top: 10px !important;
  }
  .caseSwiper .caseTxt {
    height: 40px;
    line-height: 40px;
  }
}

/* 新闻资讯 */
.news {
  width: 100%;
  overflow: hidden;
  padding: 80px 0;
}
.news .aboutTitle {
  justify-content: space-between;
  text-align: left;
  align-items: center;
}
.news .aboutTitle>div:first-child {
  padding-left: 40px;
}
.news .aboutTitle>div:first-child::before {
  left: 0;
  background: url(../images/case_title_left.png) no-repeat center center;
  background-size: 100% 100%;
}
.news .aboutTitle>div:first-child::after {
  display: none;
}
.news .aboutEn {
  color: rgba(102, 102, 102, 0.1);
}
.news .aboutCn {
  color: #545253;
}
.news .aboutCn>span {
  color: #054e92;
}
.news .aboutSubEn {
  color: #666;
}
.newsMore {
  width: 168px;
  float: left;
}
.newsMore::before,
.newsMore::after {
  display: none;
}
.newsMore>a {
  display: block;
  overflow: hidden;
  height: 44px;
  line-height: 40px;
  border-radius: 22px;
  border: 2px solid #054e92;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background-color: #054e92;
}
.newsMore>a:hover {
  background-color: #fff;
  color: #054e92;
}
.newsContect {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 50px
}
.newsLeft {
  width: 62%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.newsLeft>li {
  width: calc(50% - 15px);
  float: left;
}
.newsLeft>li>a {
  display: flex;
  flex-wrap: wrap;
}
.newsLeft>li>a .newsImg {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
}
.newsLeft>li>a .newsImg::before {
  content: "";
  display: block;
  padding-top: 71.4584%;
}
.newsLeft>li>a .newsBox {
  width: 100%;
  float: left;
  background-color: #f3f5f9;
  padding: 25px 30px;
  overflow: hidden;
}
.newsLeft>li>a .newsBox .newsTitle {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsLeft>li>a .newsBox .newsTxt {
  display: block;
  overflow: hidden;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin-top: 5px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.newsLeft>li>a:hover .newsImg>img {
  transform: scale(1.1);
}
.newsLeft>li>a:hover .newsBox {
  background-color: #054e92;
}
.newsLeft>li>a:hover .newsBox .newsTitle,
.newsLeft>li>a:hover .newsBox .newsTxt {
  color: #fff;
}

.newsRight {
  width: 36.25%;
  float: right;
}
.newsRight>li {
  display: block;
  overflow: hidden;
  margin-bottom: 40px;
}
.newsRight>li:last-child {
  margin: 0;
}
.newsRight>li>a {
  display: block;
  overflow: hidden;
  border: 1px solid #f3f5f9;
  padding: 10px;
}
.newsRight>li>a .newsTime {
  width: 130px;
  line-height: 20px;
  padding: 24px 0;
  font-size: 16px;
  color: #333;
  float: left;
  background-color: #f3f5f9;
  text-align: center;
  margin-right: 35px;
}
.newsRight>li>a .newsTime>span {
  display: block;
  overflow: hidden;
  line-height: 48px;
  font-size: 56px;
  transition: initial;
}
.newsRight>li>a .newsSubTitle {
  display: block;
  overflow: hidden;
  line-height: 30px;
  margin-top: 10px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsRight>li>a .newsSubTxt {
  display: block;
  overflow: hidden;
  height: 72px;
  line-height: 24px;
  margin-top: 5px;
  font-size: 14px;
  color: #333;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.newsRight>li>a:hover {
  border-color: #0f5596;
}
.newsRight>li>a:hover .newsTime {
  background-color: #0f5596;
  color: #fff;
}

@media (max-width: 1200px) {
  .news {
    padding: 50px 0;
  }
  .newsContect {
    padding-top: 40px;
  }
  .newsLeft>li>a .newsBox {
    padding: 20px;
  }
  .newsRight>li {
    margin-bottom: 30px;
  }
  .newsRight>li>a .newsTime {
    margin-right: 20px;
  }
}

@media (max-width: 991px) {
  .news {
    padding: 30px 0;
  }
  .newsContect {
    padding-top: 30px;
  }
  .newsLeft {
    width: 100%;
    display: block;
  }
  .newsLeft>li {
    width: 100%;
    margin-bottom: 30px;
  }
  .newsLeft>li>a .newsImg {
    width: 30%;
  }
  .newsLeft>li>a .newsBox {
    width: 70%;
  }
  .newsRight {
    width: 100%;
    display: block;
  }
}

@media (max-width: 767px) {
  .news {
    padding: 15px 0;
  }
  .news .aboutTitle {
    justify-content: center;
    text-align: center;
  }
  .news .aboutTitle>div:first-child {
    padding-left: 0;
  }
  .news .aboutTitle>div:first-child::before {
    left: -40px;
  }
  .newsContect {
    padding-top: 15px;
  }
  .newsLeft>li {
    margin-bottom: 10px;
  }
  .newsLeft>li>a .newsBox {
    padding: 10px;
  }
  .newsLeft>li>a .newsBox .newsTitle {
    line-height: 24px;
  }
  .newsLeft>li>a .newsBox .newsTxt {
    line-height: 24px;
  }
  .newsRight>li {
    margin-bottom: 10px;
  }
  .newsRight>li>a {
    padding: 5px;
  }
  .newsRight>li>a .newsTime {
    width: 80px;
    padding: 15px 0;
    font-size: 14px;
    margin-right: 15px;
  }
  .newsRight>li>a .newsTime>span {
    line-height: 30px;
    font-size: 30px;
  }
  .newsRight>li>a .newsSubTitle {
    line-height: 24px;
    margin-top: 0;
  }
  .newsRight>li>a .newsSubTxt {
    height: 40px;
    line-height: 20px;
    -webkit-line-clamp: 2;
  }
}

/* END-main */

/* 关于我们 */
.main {
  width: 100%;
  overflow: hidden;
  padding: 40px 0;
}
.company {
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 30px;
  color: #333;
}

@media (max-width: 991px) {
  .main {
    padding: 30px 0;
  }
}

@media (max-width: 767px) {
  .main {
    padding: 0;
  }
  .company {
    line-height: 24px;
    font-size: 14px;
  }
}
/* 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;
}
.cpxqImg{ width:100%; text-align:center}
.cpxqImg img{ max-width:100%; height:auto; max-height:600px; margin:10px auto; display:block;}
.cpxqContect {
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 30px;
  padding-top: 10px;
}
.cpxqContect img {
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto;
  display:block;
}
.cpxqContect table{ border:1px solid #ccc !important; width:100% !important; height:auto !important; margin-top:8px;}
.cpxqContect table tr td{ border:1px solid #ccc !important; width:auto !important; height:auto !important; padding:2px;}


@media (max-width: 767px) {

  .cpxqTitle {
    font-size: 16px;
  }
  .cpxqContect {
    line-height: 24px;
  }
}
/* END-产品中心/案例展示 */

/* 新闻中心 */
.newsList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}
.newsList>li {
  width: calc(50% - 15px);
  float: left;
  overflow: hidden;
  margin-bottom: 30px;
}
.newsList>li>a {
  display: flex;
  flex-wrap: wrap;
}
.newsList>li>a .newsImg {
  width: 35%;
  float: left;
  overflow: hidden;
  position: relative;
}
.newsList>li>a .newsImg::before {
  content: "";
  display: block;
  padding-top: 71.4584%;
}
.newsList>li>a .newsBox {
  width: 65%;
  float: left;
  background-color: #f3f5f9;
  padding: 20px;
  overflow: hidden;
}
.newsList>li>a .newsBox .newsTitle {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsList>li>a .newsBox .newsTxt {
  display: block;
  overflow: hidden;
  height: 72px;
  line-height: 24px;
  font-size: 14px;
  color: #333;
  margin-top: 10px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.newsList>li>a:hover .newsImg>img {
  transform: scale(1.1);
}
.newsList>li>a:hover .newsBox {
  background-color: #054e92;
}
.newsList>li>a:hover .newsBox .newsTitle,
.newsList>li>a:hover .newsBox .newsTxt {
  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 {
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto;
  display:block;
}
.xwxqContect table{ border:1px solid #ccc !important; width:100% !important; height:auto !important; margin-top:8px;}
.xwxqContect table tr td{ border:1px solid #ccc !important; width:auto !important; height:auto !important; padding:2px;}

@media (max-width: 991px) {
  .newsList>li {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .newsList>li {
    margin-bottom: 10px;
  }
  .newsList>li>a .newsBox {
    padding: 10px;
  }
  .newsList>li>a .newsBox .newsTitle {
    line-height: 24px;
  }
  .newsList>li>a .newsBox .newsTxt {
    height: 60px;
    line-height: 20px;
    margin-top: 5px;
  }

  .xwxqTitle {
    font-size: 16px;
  }
  .xwxqContect {
    line-height: 24px;
  }
}
/* END-新闻中心 */

/* 联系我们 */
.contactTxt {
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 30px;
}
.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;
  }
}
/* END-联系我们 */