/*
 * @制作者: Code Zhuang
 * @创建时间: 2022-11-04 09:28:33
 * @上次修改者: Code Zhuang
 * @上次修改时间: 2022-11-04 09:28:33
 */

/* 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 */
/* banner大图 */
.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.bannerSwiper img {
  width: 100%;
  display: block;
  height: auto;
}
/* 圆点 */
.bannerSwiper .swiper-pagination {
  opacity: 1;
  bottom: 15px;
  display: flex;
  justify-content: center;
}
.bannerSwiper .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  float: left;
  background: #244ea4;
  opacity: 0.5;
}
.bannerSwiper>.swiper-pagination-bullets .swiper-pagination-bullet,
.bannerSwiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
.bannerSwiper .swiper-pagination-bullet-active {
  opacity: 1;
  background: #244ea4;
}
.bannerSwiper:hover .swiper-pagination {
  opacity: 1;
}
/* 箭头 */
.bannerSwiper .banner-prev,
.bannerSwiper .banner-next {
  left: 2%;
  top: 50%;
  position: absolute;
  z-index: 9;
  transform: translateY(-50%);
  font-size: 60px;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  opacity: 0;
  outline: none;
  cursor: pointer;
}
.bannerSwiper .banner-next {
  left: initial;
  right: 2%;
}
.bannerSwiper:hover .banner-next,
.bannerSwiper:hover .banner-prev {
  opacity: 1;
}

@media (max-width: 991px) {
  /*圆点*/
  .bannerSwiper .swiper-pagination {
    bottom: 10px;
  }
  .bannerSwiper .swiper-pagination-bullet {
    width: 10px;
    height: 2px;
    opacity: 1;
  }
  .bannerSwiper>.swiper-pagination-bullets .swiper-pagination-bullet,
  .bannerSwiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2px;
  }
  .bannerSwiper .swiper-pagination-bullet-active {
    width: 15px;
  }
}


/* 精诚专注 */
.focus {
  width: 100%;
  overflow: hidden;
  background-color: #f5f5f5;
  padding: 55px 0;
}
.focusTitle {
  width: 50%;
  float: left;
}
.focusEn {
  display: block;
  overflow: hidden;
  line-height: 64px;
  font-size: 72px;
  color: rgba(0, 0, 0, 0.05);
  font-family: Impact;
  text-transform: uppercase;
}
.focusCn {
  display: block;
  overflow: hidden;
  line-height: 44px;
  font-size: 36px;
  color: #242424;
  position: relative;
  z-index: 2;
  margin-top: -34px;
}
.focusSub {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 22px;
  color: #4b4b4b;
  font-family: "Source Han Sans CN";
  margin-top: 10px;
}
.focusTxt {
  width: 50%;
  float: right;
  line-height: 24px;
  font-size: 16px;
  color: #707070;
}
.focusTxt::before {
  content: "";
  display: block;
  overflow: hidden;
  width: 86px;
  height: 3px;
  background-color: #244ea4;
  margin: 30px 0;
}
.focusList {
  width: 100%;
  float: left;
  margin-top: 55px;
  border-top: 1px solid #bcbcbc;
  padding-top: 55px;
  display: flex;
  justify-content: space-between;
}
.focusList>li {
  float: left;
  margin-bottom: 35px;
}
.focusList>li>a {
  float: left;
}
.focusList>li>a>img {
  width: auto;
  height: auto;
  float: left;
  margin-right: 25px;
}
.focusList>li>a .focusSubTitle {
  display: block;
  overflow: hidden;
  line-height: 24px;
  font-size: 14px;
  color: #959595;
}
.focusList>li>a .focusSubTitle>span {
  display: block;
  overflow: hidden;
  line-height: 30px;
  color: #323232;
  font-size: 20px;
}

@media (max-width: 1200px) {
  .focusList>li>a>img {
    margin-right: 15px;
  }
}

@media (max-width: 991px) {
  .focus {
    padding: 30px 0;
  }
  .focusTitle {
    width: 100%;
    text-align: center;
  }
  .focusTxt {
    width: 100%;
  }
  .focusTxt::before {
    margin: 30px auto;
  }
  .focusList {
    margin-top: 30px;
    padding-top: 30px;
  }
  .focusList>li>a>img {
    width: 24px;
    margin-right: 10px;
  }
}

@media (max-width: 767px) {
  .focus {
    padding: 15px 0;
  }
  .focusEn {
    line-height: 30px;
    font-size: 30px;
  }
  .focusCn {
    line-height: 30px;
    font-size: 20px;
    margin-top: -20px;
  }
  .focusSub {
    line-height: 24px;
    font-size: 16px;
    margin-top: 0px;
  }
  .focusTxt {
    width: 100%;
    font-size: 14px;
  }
  .focusTxt::before {
    margin: 10px auto;
  }
  .focusList {
    margin-top: 10px;
    padding-top: 10px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .focusList>li {
    width: 33.3333%;
    margin-bottom: 10px;
    padding: 0 0.05%;
  }
  .focusList>li>a>img {
    width: 20px;
    margin-right: 5px;
  }
  .focusList>li>a .focusSubTitle {
    line-height: 20px;
    font-size: 12px;
  }
  .focusList>li>a .focusSubTitle>span {
    line-height: 24px;
    font-size: 16px;
  }
}

/* 和丰产品 */
.cp {
  width: 100%;
  overflow: hidden;
  background: url(../images/cp_bj.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
.cpTitleBox {
  width: 100%;
  float: left;
  margin-top: 75px;
}
.cpTitle {
  display: block;
  overflow: hidden;
  text-align: center;
}
.cpTitle::after {
  content: "";
  display: block;
  width: 240px;
  height: 2px;
  background-color: #fff;
  margin: 20px auto 0 auto;
}
.cpEn {
  display: block;
  overflow: hidden;
  line-height: 68px;
  font-family: Impact;
  font-size: 72px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.05);
}
.cpCn {
  display: block;
  overflow: hidden;
  line-height: 54px;
  position: relative;
  margin-top: -54px;
  font-family: "Source Han Sans CN";
  font-size: 36px;
  color: #fff;
  font-weight: bold;
}
.cpNavSwiper {
  margin-top: 60px;
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.cpNavSwiper .swiper-slide {
  height: 74px;
  font-size: 17px;
  color: #404040;
  line-height: 24px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  cursor: pointer;
}
.cpNavSwiper .swiper-slide-thumb-active {
  background-color: #244ea4;
  color: #fff;
  font-weight: bold;
}

.cpContect {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  padding: 40px 0;
}
.cpList {
  display: flex;
  flex-wrap: wrap;
  width: 1425px;
}
.cpList li {
  width: 450px;
  float: left;
  margin: 0 25px 25px 0;
}
.cpList li>a {
  display: block;
  overflow: hidden;
  background-color: #f2f2f2;
  padding: 15px 15px 0 15px;
}
.cpList li>a .cpImg {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cpList li>a .cpImg::before {
  content: "";
  display: block;
  padding-top: 64.4445%;
}
.cpList li>a .cpTxt {
  display: block;
  overflow: hidden;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 18px;
  color: #3f3f3f;
}
.cpList li>a:hover {
  background-color: #244ea4;
}
.cpList li>a:hover .cpImg>img {
  transform: scale(1.1);
}
.cpList li>a:hover .cpTxt {
  color: #fff;
}

@media (max-width: 1500px) {
  .cpList {
    width: 102%;
    margin-left: -1%;
  }
  .cpList li {
    width: 31.33333%;
    margin: 0 1% 25px 1%;
  }
}

@media (max-width: 991px) {
  .cpTitleBox {
    margin-top: 50px;
  }
  .cpNavSwiper {
    margin-top: 40px;
  }
  .cpList li>a {
    padding: 10px 10px 0 10px;
  }
  .cpList li>a .cpTxt {
    height: 50px;
    line-height: 50px;
  }
}

@media (max-width: 767px) {
  .cpTitleBox {
    margin-top: 15px;
  }
  .cpEn {
    line-height: 30px;
    font-size: 30px;
  }
  .cpCn {
    line-height: 30px;
    margin-top: -20px;
    font-size: 20px;
  }
  .cpTitle::after {
    width: 86px;
    margin: 10px auto 0 auto;
  }
  .cpNavSwiper {
    margin-top: 10px;
  }
  .cpNavSwiper .swiper-slide {
    height: 50px;
    font-size: 15px;
  }
  .cpContect {
    padding: 10px 0;
  }
  .cpList li {
    width: 48%;
    margin: 0 1% 10px 1%;
  }
  .cpList li>a {
    padding: 5px 5px 0 5px;
  }
  .cpList li>a .cpTxt {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
}

/* 品质钢结构 诚信赢天下 */
.quality {
  width: 100%;
  overflow: hidden;
  background: url(../images/quality_bj.jpg) no-repeat center center;
  background-size: cover;
  padding: 80px 0 110px 0;
}
.qualityTitle {
  display: block;
  overflow: hidden;
  text-align: center;
  line-height: 28px;
  font-size: 18px;
  color: #fff;
}
.qualityTitle>span {
  display: block;
  overflow: hidden;
  line-height: 56px;
  font-size: 48px;
  margin-bottom: 10px;
  font-family: "Source Han Sans CN Medium";
}
.qualityNav {
  width: 52%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 70px;
}
.qualityNav>li {
  width: 25.5%;
  float: left;
}
.qualityNav>li>a {
  display: block;
  overflow: hidden;
  padding: 35px 15px;
  text-align: center;
  position: relative;
}
.qualityNav>li>a .qualityIcon {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 38px;
}
.qualityNav>li>a .qualityName {
  width: 100%;
  overflow: hidden;
  margin-top: 10px;
  text-align: center;
  line-height: 34px;
  font-size: 24px;
  color: #fff;
}
.qualityNav>li>a::before {
  content: "";
  width: 100%;
  float: left;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.4s;
}
.qualityNav>li:hover>a::before,
.qualityNav>li.qualityActive>a::before {
  height: 3px;
  background-color: #ff9c00;
}
.qualityContect {
  width: 100%;
  float: left;
}
.qualityContect>div {
  display: none;
}
.qualityContect>div:first-child {
  display: block;
}
.qualityBox {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
  background-color: #fff;
}
.qualityImg {
  width: 45%;
  float: left;
  overflow: hidden;
  position: relative;
  margin-top: -152px;
  z-index: 2;
}
.qualityLeft {
  width: 55%;
  float: left;
  padding: 40px;
}
.qualityLeft .qualitySubTitle {
  display: block;
  overflow: hidden;
  line-height: 38px;
  font-size: 30px;
  color: #244ea4;
  font-weight: bold;
}
.qualityLeft .qualitySubTxt {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 18px;
  color: #707070;
  height: 90px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 25px 0 30px 0;
}
.qualityLeft .qualityDianhua {
  float: left;
  overflow: hidden;
  height: 28px;
  line-height: 28px;
  background: url(../images/quality_dianhua.png) no-repeat left center;
  padding-left: 40px;
  color: #3a3a3a;
  font-family: "Source Han Sans CN";
}
.qualityLeft .qualityDianhua>span {
  float: right;
  font-size: 24px;
  color: #ff9c00;
  font-weight: bold;
}

@media (max-width: 1420px) {
  .quality {
    padding: 80px 0;
  }
}

@media (max-width: 1200px) {
  .quality {
    padding: 50px 0;
  }
  .qualityNav {
    margin-top: 50px;
  }
}

@media (max-width: 991px) {
  .quality {
    padding: 30px 0;
  }
  .qualityNav {
    margin-top: 30px;
  }
  .qualityNav>li>a {
    padding: 25px 10px;
  }
  .qualityNav>li>a .qualityName {
    line-height: 30px;
    font-size: 18px;
  }
  .qualityImg {
    margin-top: -128px;
  }
  .qualityLeft {
    padding: 30px;
  }
  .qualityLeft .qualitySubTxt {
    margin: 20px 0;
  }
}

@media (max-width: 767px) {
  .quality {
    padding: 15px 0;
  }
  .qualityTitle {
    line-height: 20px;
    font-size: 14px;
  }
  .qualityTitle>span {
    line-height: 30px;
    font-size: 20px;
    margin-bottom: 5px;
  }
  .qualityNav {
    width: 100%;
    margin-top: 15px;
  }
  .qualityNav>li>a {
    padding: 10px;
  }
  .qualityImg {
    width: 100%;
    margin-top: 0;
  }
  .qualityImg::before {
    content: "";
    display: block;
    padding-top: 50%;
  }
  .qualityLeft {
    width: 100%;
    padding: 15px;
  }
  .qualityLeft .qualitySubTitle {
    line-height: 30px;
    font-size: 18px;
  }
  .qualityLeft .qualitySubTxt {
    margin: 10px 0;
    line-height: 24px;
    font-size: 14px;
    height: auto;
    -webkit-line-clamp: initial;
  }
}

/* 工程案例 */
.case {
  width: 100%;
  overflow: hidden;
  padding: 95px 0;
  position: relative;
}
.case::before {
  content: "";
  width: 50%;
  float: left;
  background-color: #f2f2f2;
  height: 750px;
  position: absolute;
  right: 0;
  top: 0;
}
.case .container {
  position: relative;
  z-index: 2;
}
.case .cpEn {
  color: rgba(5, 5, 5, 0.05);
}
.case .cpCn {
  color: #2f2d2d;
}
.case .cpTitle::after {
  background-color: #244ea4;
}
.caseContect {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 60px;
}
.caseNav {
  width: 44%;
  float: left;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.caseNav>li {
  width: 156px;
  float: left;
  margin: 0 0 20px 20px;
}
.caseNav>li>a {
  display: block;
  overflow: hidden;
  height: 50px;
  line-height: 46px;
  border: 2px solid #5d5d5d;
  border-radius: 25px;
  text-align: center;
  font-size: 18px;
  color: #3a3a3a;
}
.caseNav>li>a:hover,
.caseNav>li.caseActive>a {
  background-color: #244ea4;
  color: #fff;
  border-color: #244ea4;
}

.caseSwiper {
  width: 100%;
  float: left;
}
.caseLeft {
  width: 56%;
  float: left;
  overflow: hidden;
  position: relative;
}
.caseLeft::before {
  content: "";
  display: block;
  padding-top: 69.7586%;
}
.caseRight {
  width: 44%;
  float: left;
  padding: 140px 0 0 40px;
}
.caseTitle {
  display: block;
  overflow: hidden;
  font-size: 20px;
  color: #191919;
  line-height: 1;
}
.caseTxt {
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 30px;
  margin-top: 25px;
  height: 60px;
  color: #6a6a6a;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.caseBtn {
  width: 100%;
  float: left;
  overflow: hidden;
  margin-top: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.case-prev,
.case-next {
  width: 44px;
  float: left;
  height: 44px;
  border-radius: 50%;
  background-color: #c1c1c1;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-size: 50px;
  color: #fff;
  cursor: pointer;
}
.case-prev {
  padding: 0 5px 3px 0;
}
.case-next {
  padding: 0 0 3px 5px;
}
.case-prev:hover,
.case-next:hover {
  background-color: #244ea4;
}
.caseHeng {
  width: 100%;
  float: left;
  max-width: 388px;
  height: 1px;
  background-color: #9e9e9e;
  margin: 0 35px;
}
.caseNavSwiper {
  width: 53.5%;
  float: left;
  position: absolute;
  right: 0;
  bottom: 156px;
}
.caseNavSwiper .swiper-slide {
  border: 5px solid #fff;
  overflow: hidden;
  cursor: pointer;
}
.caseNavSwiper .swiper-slide::before {
  content: "";
  display: block;
  padding-top: 77.5934%;
}
.caseNavSwiper .swiper-slide-thumb-active {
  border-color: #244ea4;
}

@media (max-width: 1420px) {
  .case {
    padding: 80px 0;
  }
  .caseNavSwiper {
    bottom: 126px;
  }
}

@media (max-width: 1200px) {
  .case {
    padding: 50px 0;
  }
  .caseContect {
    margin-top: 50px;
  }
  .caseBtn {
    margin-top: 50px;
  }
  .caseNavSwiper {
    bottom: 80px;
  }
}

@media (max-width: 991px) {
  .case {
    padding: 30px 0;
  }
  .caseContect {
    margin-top: 30px;
  }
  .caseNav>li {
    width: 48%;
    margin: 0 0 10px 2%;
  }
  .caseRight {
    padding: 70px 0 0 30px;
  }
  .caseTxt {
    margin-top: 15px;
  }
  .caseBtn {
    margin-top: 30px;
  }
  .caseNavSwiper {
    bottom: 60px;
  }
}

@media (max-width: 767px) {
  .case {
    padding: 15px 0;
  }
  .caseContect {
    margin-top: 15px;
  }
  .caseNav {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .caseNav>li {
    width: 48%;
    margin: 0 0 2% 0;
  }
  .caseNav>li>a {
    height: 40px;
    line-height: 36px;
    font-size: 16px;
  }
  .caseLeft {
    width: 100%;
  }
  .caseLeft::before {
    padding-top: 52%;
  }
  .caseRight {
    width: 100%;
    padding: 15px 0 0 0;
  }
  .caseTitle {
    font-size: 18px;
  }
  .caseTxt {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
    height: 48px;
  }
  .caseBtn {
    margin-top: 15px;
  }
  .caseHeng {
    max-width: 30%;
    margin: 0 10px;
  }
  .case-prev, .case-next {
    width: 30px;
    height: 30px;
    font-size: 40px;
  }
  .caseNavSwiper {
    width: 100%;
    float: left;
    position: relative;
    bottom: initial;
    margin-top: 10px;
  }
  .caseNavSwiper .swiper-slide {
    border-width: 2px;
  }
}

/* 产品报价 */
#quote {
  width: 100%;
  float: left;
  position: relative;
  top: -100px;
}
.quote {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.quoteLeft {
  width: 50%;
  float: left;
  background-color: #244ea4;
  border-radius: 0 120px 0 0;
}
.quoteLeft>div {
  width: 100%;
  max-width: 700px;
  float: right;
  padding: 50px 60px 65px 0;
}
.quoteTitle {
  display: block;
  overflow: hidden;
  line-height: 42px;
  font-size: 32px;
  color: #fff;
  font-weight: bold;
  font-family: "Source Han Sans CN";
}
.quoteForm {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
  margin-top: 30px;
}
.quoteForm>input,
.quoteForm>select {
  width: calc(50% - 11px);
  float: left;
  margin-bottom: 22px;
  height: 56px;
  line-height: 56px;
  background-color: #fff;
  padding: 0 20px;
  font-size: 16px;
  color: #333;
}
.quoteForm>select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/jiantou.png) no-repeat right center #fff;
  color: #858585;
}
.quoteForm>textarea {
  width: 100%;
  float: left;
  height: 120px;
  background-color: #fff;
  padding: 15px 20px;
  font-size: 16px;
  line-height: 26px;
  color: #333;
}
.quoteForm>input::-webkit-input-placeholder,
.quoteForm>input:-moz-placeholder,
.quoteForm>textarea::-webkit-input-placeholder,
.quoteForm>textarea:-moz-placeholder {
  color: #858585;
}
.quoteForm>button {
  width: 130px;
  float: left;
  height: 56px;
  background-color: #ff9c00;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  margin-top: 22px;
}

.quoteRight {
  width: 50%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.quoteSubTitle {
  width: 100%;
  float: left;
  max-width: 700px;
  padding: 52px 0 26px 0;
  line-height: 42px;
  font-size: 22px;
  color: #454545;
  font-family: "Source Han Sans CN";
  text-align: right;
}
.quoteImg {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  flex: 1;
}
.quoteDianhua {
  width: 100%;
  max-width: 700px;
  float: left;
  position: absolute;
  left: 0;
  bottom: 54px;
  z-index: 2;
}
.quoteDianhua>div {
  float: right;
  padding-left: 62px;
  background: url(../images/quote_dianhua.png) no-repeat left center;
  line-height: 30px;
  font-size: 22px;
  color: #fff;
  font-family: "Source Han Sans CN";
}
.quoteDianhua>div>span {
  display: block;
  overflow: hidden;
  line-height: 34px;
  font-size: 30px;
  color: #ff9c00;
  font-weight: bold;
}

@media (max-width: 1420px) {
  .quoteLeft>div {
    padding: 50px;
  }
  .quoteSubTitle {
    padding: 52px 50px 26px 0;
  }
  .quoteDianhua {
    padding-right: 50px;
  }
}

@media (max-width: 991px) {
  .quoteLeft>div {
    padding: 30px;
  }
  .quoteSubTitle {
    padding: 50px 30px 20px 0;
    font-size: 18px;
  }
  .quoteDianhua {
    padding-right: 30px;
  }
}

@media (max-width: 767px) {
  .quoteLeft {
    width: 100%;
    border-radius: 0;
  }
  .quoteLeft>div {
    padding: 15px;
  }
  .quoteTitle {
    line-height: 30px;
    font-size: 20px;
    text-align: center;
  }
  .quoteForm {
    margin-top: 10px;
  }
  .quoteForm>input, .quoteForm>select {
    width: 100%;
    margin-bottom: 10px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    font-size: 14px;
  }
  .quoteForm>textarea {
    height: 120px;
    padding: 10px;
    font-size: 14px;
    line-height: 20px;
  }
  .quoteForm>button {
    width: 100%;
    height: 40px;
    font-size: 16px;
    margin-top: 10px;
  }
}


/* 新闻资讯 */
.news {
  width: 100%;
  overflow: hidden;
  padding: 95px 0;
}
.news .cpEn {
  color: rgba(5, 5, 5, 0.05);
}
.news .cpCn {
  color: #2f2d2d;
}
.news .cpTitle::after {
  background-color: #244ea4;
}
.newsContect {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 75px;
}
.newsLeft {
  width: calc(50% - 27px);
  float: left;
}
.newsTitle {
  display: flex;
  align-items: center;
  height: 40px;
  font-size: 24px;
  color: #262626;
}
.newsTitle>img {
  height: 28px;
  float: left;
  margin-right: 15px;
}
.newsBoxs {
  width: 100%;
  overflow: hidden;
  margin-top: 25px;
}
.newsBoxs .newsImg {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.newsBoxs .newsImg::before {
  content: "";
  display: block;
  padding-top: 47.10253%;
}
.newsBoxs .newsBox {
  display: block;
  overflow: hidden;
  margin-top: 25px;
}
.newsBoxs .newsBox .newsTime {
  float: left;
  border-right: 1px solid #dadada;
  padding-right: 20px;
  line-height: 14px;
  font-size: 12px;
  color: #5e5e5e;
  margin-right: 30px;
}
.newsBoxs .newsBox .newsTime>span {
  display: block;
  overflow: hidden;
  line-height: 40px;
  font-size: 40px;
  color: #202020;
}
.newsBoxs .newsBox .newsSubTitle {
  display: block;
  overflow: hidden;
  line-height: 20px;
  font-size: 14px;
  color: #606060;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsBoxs .newsBox .newsSubTitle>span {
  display: block;
  overflow: hidden;
  line-height: 24px;
  font-size: 16px;
  color: #202020;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
}
.newsBoxs:hover .newsImg>img {
  transform: scale(1.1);
}
.newsBoxs:hover .newsBox .newsSubTitle>span {
  color: #244ea4;
}

.newsList {
  display: block;
  overflow: hidden;
  margin-top: 35px;
  border-top: 1px solid #e6e6e6;
}
.newsList>li {
  display: block;
  overflow: hidden;
  line-height: 70px;
  border-bottom: 1px solid #e6e6e6;
}
.newsList>li>span {
  float: right;
  font-size: 14px;
  color: #969696;
}
.newsList>li>a {
  display: block;
  overflow: hidden;
  color: #202020;
  font-size: 16px;
}
.newsList>li>a:hover {
  color: #244ea4;
  font-weight: bold;
}

@media (max-width: 1420px) {
  .news {
    padding: 75px 0;
  }
}

@media (max-width: 1200px) {
  .news {
    padding: 50px 0;
  }
  .newsContect {
    margin-top: 50px;
  }
}

@media (max-width: 991px) {
  .news {
    padding: 30px 0;
  }
  .newsContect {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .news {
    padding: 15px 0;
  }
  .newsContect {
    margin-top: 15px;
  }
  .newsLeft {
    width: 100%;
    margin-bottom: 15px;
  }
  .newsLeft:last-child {
    margin: 0;
  }
  .newsTitle {
    height: 30px;
    font-size: 18px;
  }
  .newsBoxs {
    margin-top: 10px;
  }
  .newsBoxs .newsBox {
    margin-top: 10px;
  }
  .newsBoxs .newsBox .newsTime {
    padding-right: 10px;
    margin-right: 10px;
  }
  .newsList {
    margin-top: 15px;
  }
  .newsList>li {
    line-height: 40px;
  }
}
/* END-main */

/* 内页大图 */
.nBanner {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 425px;
  display: flex;
  align-items: center;
}
.nBanner>.container {
  width: 95%;
  position: relative;
  z-index: 2;
}
.nBannerTitle {
  display: block;
  overflow: hidden;
  line-height: 46px;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
}
.nBannerTxt {
  display: block;
  overflow: hidden;
  line-height: 36px;
  margin-top: 10px;
  color: #fff;
  font-size: 26px;
  letter-spacing: 8px;
  text-decoration: underline;
  font-family: "Microsoft YaHei Light";
  opacity: 0.9;
}

@media (max-width: 767px) {
  .nBanner {
    height: 260px;
  }
  .nBannerTitle {
    line-height: 30px;
    font-size: 20px;
  }
  .nBannerTxt {
    line-height: 24px;
    font-size: 16px;
    letter-spacing: 4px;
  }
}
/* END-内页大图 */

/* 公司简介 */
.main {
  width: 100%;
  overflow: hidden;
}
.company {
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 36px;
  color: #646464;
  padding: 60px 0;
}
.company img {
  display: block;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}
.company img:first-child {
  width: calc(50% - 20px);
  float: left;
  border-radius: 10px;
  margin-right: 20px;
}
.company .companyTitle {
  display: block;
  overflow: hidden;
  font-size: 18px;
  color: #2d2d2d;
  font-weight: bold;
}

@media (max-width: 1420px) {
  .company {
    padding: 50px 0;
  }
}

@media (max-width: 1200px) {
  .company {
    padding: 40px 0;
  }
}

@media (max-width: 991px) {
  .company {
    padding: 30px 0;
  }
}

@media (max-width: 767px) {
  .menuTitle {
    width: calc(100% + 40px);
    text-align: center;
    margin-left: -20px;
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    color: #fff;
    position: relative;
    background-color: #244ea4;
  }
  .menuTitleActive {
    text-align: left;
  }
  .menuTitleActive::after {
    content: "\f078";
    font-family: FontAwesome;
    font-size: 16px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }

  .company {
    padding: 15px 0;
    line-height: 30px;
    font-size: 14px;
  }
  .company img:first-child {
    width: 100%;
    float: none;
    display: block;
    margin-bottom: 10px;
  }
  .company .companyTitle {
    font-size: 16px;
  }
}
/* END-公司简介 */

/* 产品展示 */
.dqwzTitle {
  width: 100%;
  float: left;
  padding: 35px 0;
}
.menuList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 101%;
  margin-left: -0.5%;
}
.menuList>li {
  width: 10.11111%;
  float: left;
  margin: 0.5%;
}
.menuList>li>a {
  display: block;
  overflow: hidden;
  height: 52px;
  line-height: 52px;
  text-align: center;
  background-color: #f3f3f3;
  border-radius: 26px;
  font-size: 16px;
  color: #232323;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.menuList>li>a:hover,
.menuList>li.menuActive>a {
  background-color: #244ea4;
  color: #fff;
}

.dqwzContect {
  width: 100%;
  float: left;
  background-color: #f9f9f9;
  padding: 40px 0;
}
.dqwzContect .cpList>li>a {
  background-color: #fff;
}
.dqwzContect .cpList>li>a:hover {
  background-color: #244ea4;
}

.cpxq {
  display: block;
  overflow: hidden;
  background-color: #fff;
  padding: 25px;
}
.cpxqLeft {
  width: calc(50% - 20px);
  float: left;
  margin-right: 20px;
}
.cpxqLeft>img {
  width: 100%;
  display: block;
  height: auto;
}
.cpxqRight {
  display: block;
}
.cpxqTitle {
  display: block;
  overflow: hidden;
  font-size: 30px;
  color: #3f3f3f;
  line-height: 38px;
  margin-bottom: 25px;
}
.cpxqContect {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #6f6f6f;
}
.cpxqContect img {
  display: block;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}

@media (max-width: 1420px) {
  .menuList>li {
    width: 11.5%;
  }
}

@media (max-width: 1200px) {
  .menuList>li {
    width: 13.2857%;
  }
}

@media (max-width: 991px) {
  .dqwzTitle {
    padding: 15px 0;
  }
  .menuList>li {
    width: 24%;
  }
  .dqwzContect {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .dqwzTitle {
    padding: 0;
  }
  .menuList {
    display: none;
    width: 100%;
    margin: 0;
  }
  .menuList>li {
    width: 100%;
    margin: 3px 0 0 0;
  }
  .menuList>li>a {
    height: 40px;
    line-height: 40px;
    border-radius: 10px;
  }

  .dqwzContect {
    padding: 15px 0;
  }
  .cpxq {
    padding: 10px;
  }
  .cpxqLeft {
    width: 100%;
    float: none;
  }

  .cpxqTitle {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    margin: 10px 0;
  }
  .cpxqContect {
    font-size: 14px;
  }
}
/* END-产品展示 */

/* 新闻资讯 */
.xwList {
  display: block;
  overflow: hidden;
}
.xwList>li {
  display: block;
  overflow: hidden;
  margin-bottom: 15px;
}
.xwList>li>a {
  display: flex;
  overflow: hidden;
  background-color: #fff;
  padding: 20px;
}
.xwList>li>a .xwImg {
  width: 195px;
  float: left;
  overflow: hidden;
  position: relative;
}
.xwList>li>a .xwRight {
  width: calc(100% - 195px);
  float: left;
  padding-left: 25px;
}
.xwList>li>a .xwRight .xwTitle {
  display: block;
  overflow: hidden;
  line-height: 1;
  font-size: 24px;
  color: #3f3f3f;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.xwList>li>a .xwRight .xwTxt {
  display: block;
  overflow: hidden;
  height: 72px;
  line-height: 24px;
  font-size: 16px;
  color: #6f6f6f;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 15px 0;
}
.xwList>li>a .xwRight .xwTime {
  display: block;
  overflow: hidden;
  line-height: 28px;
  font-size: 14px;
  color: #9c9c9c;
}
.xwList>li>a:hover {
  background-color: #244ea4;
}
.xwList>li>a:hover .xwRight .xwTitle,
.xwList>li>a:hover .xwRight .xwTxt,
.xwList>li>a:hover .xwRight .xwTime {
  color: #fff;
}

.xwxq {
  display: block;
  overflow: hidden;
  background-color: #fff;
  padding: 30px;
}
.xwxqTitle {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 30px;
  color: #3f3f3f;
  line-height: 38px;
}
.xwxqTime {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  color: #666;
  line-height: 24px;
  padding: 10px 0;
  border-bottom: 1px dashed #ccc;
}
.xwxqContect {
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 24px;
  color: #6f6f6f;
  margin-top: 20px;
}
.xwxqContect img {
  display: block;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .xwList>li {
    margin-bottom: 10px;
  }
  .xwList>li>a {
    padding: 5px;
  }
  .xwList>li>a .xwImg {
    width: 140px;
  }
  .xwList>li>a .xwRight {
    width: calc(100% - 140px);
    padding-left: 10px;
  }
  .xwList>li>a .xwRight .xwTitle {
    font-size: 18px;
  }
  .xwList>li>a .xwRight .xwTxt {
    height: 60px;
    line-height: 20px;
    font-size: 14px;
    margin: 5px 0;
  }
  .xwList>li>a .xwRight .xwTime {
    line-height: 20px;
    font-size: 12px;
  }

  .xwxq {
    padding: 10px;
  }

  .xwxqTitle {
    font-size: 18px;
    line-height: 30px;
  }
  .xwxqTime {
    padding: 5px 0;
    line-height: 18px;
  }
  .xwxqContect {
    margin-top: 10px;
    line-height: 24px;
    font-size: 14px;
  }
}
/* END-新闻资讯 */

/* 联系我们 */
.contact {
  display: block;
  overflow: hidden;
  position: relative;
  padding: 35px;
  border-radius: 10px;
  margin: 55px 0;
}
.contact::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.2);
}
.contactLeft {
  width: 408px;
  float: left;
  min-height: 450px;
  border-radius: 10px;
  background-color: #fff;
  position: relative;
  z-index: 9;
  padding: 40px;
}
.contactTxt {
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 36px;
  color: #646464;
  margin-bottom: 20px;
}
.contactTxt>span {
  display: block;
  overflow: hidden;
  font-size: 18px;
  color: #363636;
  font-weight: bold;
}
.contactMap {
  width: 100%;
  overflow: hidden;
  height: 100%;
  border: none;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 767px) {
  .contact {
    padding: 0;
    margin: 15px 0;
  }
  .contact::before {
    display: none;
  }
  .contactLeft {
    width: 100%;
    padding: 0;
    min-height: initial;
  }
  .contactTxt {
    font-size: 14px;
    line-height: 24px;
  }
  .contactMap {
    position: relative;
    height: 300px;
  }
}
/* END-联系我们 */