/* 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 */
/* 热门产品 */
.main {
  width: 100%;
  overflow: hidden;
  padding: 40px 0;
}
.mainLeft {
  width: 265px;
  float: left;
}
.leftMenu {
  width: 100%;
  float: left;
}
.leftMenu .leftcontent{ font-size:15px; line-height:30px; text-align:left; margin-top:10px;}
.menuTitle {
  display: block;
  overflow: hidden;
  text-align: center;
  background-color: #0071ba;
  font-size: 14px;
  color: #fff;
  line-height: 18px;
  padding: 25px 0;
}
.menuTitle>span {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 24px;
  font-weight: bold;
}
.menuList {
  display: block;
  overflow: hidden;
  transition: initial;
  border: 1px solid #d6d6d6;
  border-bottom: none;
}
.menuList>li {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #d6d6d6;
}
.menuList>li>a {
  display: block;
  overflow: hidden;
  padding: 0 30px;
}
.menuList>li>a>span {
  display: block;
  overflow: hidden;
  height: 44px;
  line-height: 44px;
  position: relative;
  padding-left: 18px;
  font-size: 16px;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.menuList>li>a>span::before {
  content: "";
  width: 10px;
  float: left;
  height: 10px;
  background-color: #0071ba;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.menuList>li:hover>a,
.menuList>li.menuActive>a {
  background-color: #2787c5;
}
.menuList li:hover>a>span,
.menuList li.menuActive>a>span {
  color: #fff;
}
.menuList li:hover>a>span::before,
.menuList li.menuActive>a>span::before {
  background-color: #fff;
}

.menuList>li>ul {
  display: none;
  overflow: hidden;
  transition: initial;
}
.menuList>li>ul>li {
  margin-bottom: 1px;
}
.menuList>li>ul>li>a {
  display: block;
  overflow: hidden;
  padding: 0 45px;
  background-color: #f7f8f8;
}
.menuList>li>ul>li>a>span {
  display: block;
  overflow: hidden;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 14px;
  position: relative;
}
.menuList>li>ul>li>a>span::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid #000;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.menuList>li>ul>li>a:hover>span {
  color: #006dca;
  text-decoration: underline;
}
.menuList>li>ul>li>a:hover>span::before {
  border-left: 6px solid #006dca;
}

.menuBox {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  overflow: hidden;
  background-color: #0071ba;
  padding: 25px 0;
  color: #fff;
}
.menuDianhua {
  float: left;
}
.menuDianhua>span {
  display: block;
  overflow: hidden;
  line-height: 1;
  font-size: 16px;
  background: url(../images/menu_icon.png) no-repeat left bottom;
  padding: 29px 0 0 58px;
}
.menuDianhua>em {
  display: block;
  overflow: hidden;
  line-height: 26px;
  font-size: 22px;
  margin-top: 10px;
  font-weight: bold;
}

.mainRight {
  width: 895px;
  float: right;
}
.dqwzTitle {
  width: 100%;
  float: left;
  line-height: 36px;
  border-bottom: 1px solid #d6d6d6;
  margin-top: 25px;
}
.dqwzTit {
  float: left;
  font-size: 22px;
  color: #333;
  font-weight: bold;
}
.dqwzNav {
  float: right;
  font-size: 13px;
  color: #333;
}
.dqwzNav>a {
  color: #0071ba;
}

.dqwzContect {
  width: 100%;
  float: left;
  padding-top: 20px;
}
.cpList {
  display: block;
  overflow: hidden;
  width: 915px;
}
.cpList>li {
  width: 285px;
  float: left;
  margin: 0 20px 20px 0;
}
.cpList>li>a {
  display: block;
  overflow: hidden;
  position: relative; border:1px solid #f4f4f4;
}
.cpList>li>a .cpImg {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cpList>li>a .cpImg::before {
  content: "";
  display: block;
  padding-top: 85%;
}
.cpList>li>a .cpTxt {
  width: 100%;
  overflow: hidden;
  height: 45px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-size: 13px;
  color: #fff;
  background-color: rgba(0, 113, 186, 1);
  position: absolute;
  left: 0;
  bottom: 0;
}
.cpList>li>a:hover .cpTxt {
  height: 100%;
  background-color: rgba(0, 113, 186, 0.6);
  font-size: 16px;
}

@media (max-width: 1200px) {
  .main {
    padding: 40px 0;
  }
  .mainLeft {
    width: 24%;
  }
  .mainRight {
    width: 74%;
  }
  .cpList {
    width: 102%;
    margin-left: -1%;
  }
  .cpList>li {
    width: 31.3333%;
    margin: 0 1% 20px 1%;
  }
}

@media (max-width: 991px) {
  .main {
    padding: 30px 0;
  }
  .mainLeft {
    width: 29%;
  }
  .mainRight {
    width: 69%;
  }
  .cpList>li {
    width: 48%;
    margin: 0 1% 15px 1%;
  }

}

@media (max-width: 767px) {
  .main {
    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 20px;
  }
  .cpList>li>a .cpTxt {
    height: 38px;
  }

  .mainRight {
    width: 100%;
  }
  .dqwzContect {
    padding: 15px 0;
  }
  .cpList>li {
    margin: 0 1% 10px 1%;
  }
}

/* 关于我们 */
.about {
  width: 100%;
  overflow: hidden;
  background-color: #f7f6f6;
  display: flex;
  flex-wrap: wrap;
}
.aboutLeft {
  width: 50%;
  float: left;
}
.aboutBox {
  width: 100%;
  float: right;
  max-width: 600px;
  padding: 45px 35px 35px 0;
}
.aboutTitle {
  display: block;
  overflow: hidden;
}
.aboutEn {
  line-height: 54px;
  font-size: 60px;
  color: rgba(51, 51, 51, 0.1);
  font-weight: bold;
  text-transform: uppercase;
}
.aboutCn {
  line-height: 44px;
  font-size: 36px;
  color: #0071ba;
  margin-top: -24px;
  position: relative;
  z-index: 2;
}
.aboutTxt {
  display: block;
  overflow: hidden;
  margin: 15px 0;
  line-height: 30px;
  font-size: 14px;
  color: #333;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  height: 270px;
}
.aboutMore {
  display: block;
  overflow: hidden;
}
.aboutMore>a {
  width: 152px;
  float: left;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background-color: #0071ba;
  border-radius: 5px;
  font-size: 13px;
  color: #fff;
}
.aboutMore>a:hover {
  background-color: #2787c5;
}
.aboutRight {
  width: 50%;
  float: right;
  position: relative;
}

@media (max-width: 1200px) {
  .aboutBox {
    padding: 50px 30px;
  }
}

@media (max-width: 991px) {
  .aboutBox {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .about {
    flex-direction: column-reverse;
  }
  .aboutLeft {
    width: 100%;
  }
  .aboutBox {
    padding: 15px;
  }
  .aboutTitle {
    text-align: center;
  }
  .aboutEn {
    line-height: 22px;
    font-size: 20px;
  }
  .aboutCn {
    line-height: 22px;
    font-size: 20px;
    margin-top: 0;
  }
  .aboutTxt {
    margin: 10px 0;
    line-height: 22px;
    -webkit-line-clamp: initial;
    height: auto;
  }
  .aboutMore {
    display: flex;
    justify-content: center;
  }
  .aboutMore>a {
    width: 120px;
    height: 30px;
    line-height: 30px;
  }
  .aboutRight {
    width: 100%;
  }
  .aboutRight::before {
    content: "";
    display: block;
    padding-top: 50%;
  }
}

/* 荣誉资质 */
.honor {
  width: 100%;
  overflow: hidden;
  padding-top: 60px;
  background-color: #f7f6f6;
}
.honorTitle {
  width: 100%;
  float: left;
  padding: 6px 0 14px 0;
}
.honorContect {
  width: 100%;
  float: left;
  background: url(../images/honor_bj.jpg) no-repeat center center;
  background-size: cover;
  padding: 16px 0 50px 0;
}
.honorTxt {
  width: 32%;
  float: left;
  font-size: 13px;
  color: #fff;
  line-height: 24px;
}
.honorRight {
  width: 65.25%;
  float: right;
  margin-top: -110px;
  padding: 0 40px;
  position: relative;
}
.honorSwiper .swiper-slide>a {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  background-color: #fff;
}
.honorSwiper .swiper-slide>a::before {
  content: "";
  display: block;
  padding-top: 140%;
}
.honorSwiper .swiper-slide>a::after {
  content: "";
  width: 100%;
  float: left;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: url(../images/honor_hover.png) no-repeat center center;
  background-size: 100% 100%;
}
.honorSwiper .swiper-slide>a:hover>img {
  transform: scale(1.1);
}
.honor-prev,
.honor-next {
  width: 24px;
  float: left;
  height: 24px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.honor-next {
  left: initial;
  right: 0;
}
.honor-prev::before,
.honor-next::before {
  content: "";
  width: 0;
  height: 0;
  float: left;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
.honor-prev::before {
  border-right: 5px solid #fff;
}
.honor-next::before {
  border-left: 5px solid #fff;
}
.honor-prev:hover,
.honor-next:hover {
  background-color: #fff;
}
.honor-prev:hover::before {
  border-right-color: #0071ba;
}
.honor-next:hover::before {
  border-left-color: #0071ba;
}

@media (max-width: 1200px) {
  .honor {
    padding-top: 50px;
  }
  .honorContect {
    padding: 16px 0 40px 0;
  }
}

@media (max-width: 991px) {
  .honor {
    padding-top: 30px;
  }
  .honorContect {
    padding: 16px 0 30px 0;
  }
  .honorRight {
    margin-top: -60px;
  }
}

@media (max-width: 767px) {
  .honor {
    padding: 0;
    background-color: #0071ba;
  }
  .honorTitle {
    padding: 15px 0 0 0;
  }
  .honorTitle .aboutEn,
  .honorTitle .aboutCn {
    color: #fff;
  }
  .honorContect {
    padding: 15px 0;
  }
  .honorTxt {
    width: 100%;
  }
  .honorRight {
    width: 100%;
    margin-top: 15px;
    padding: 0 35px;
  }
}

/* 施工案例 */
.case {
  width: 100%;
  overflow: hidden;
  padding: 50px 0 70px 0;
}
#certify {
  position: relative;
  margin-top: 30px;
}
#certify .swiper {
  padding-bottom: 33px;
}
#certify .swiper-slide {
  width: 640px;
}
#certify .swiper-slide .caseImg {
  width: 100%;
  overflow: hidden;
  position: relative;
}
#certify .swiper-slide .caseImg::before {
  content: "";
  display: block;
  padding-top: 67.8125%;
}
#certify .swiper-slide .caseTxt {
  display: block;
  overflow: hidden;
  height: 56px;
  line-height: 56px;
  background-color: #ebebeb;
  text-align: center;
  font-size: 16px;
  letter-spacing:1px;
  color: #333;
}
#certify .swiper-slide-active .caseTxt {
  background-color: #0071ba;
  color: #fff;
}
#certify .swiper-pagination {
  width: 100%;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 3px;
  background-color: #7fb8dc;
  width: 40px;
  height: 2px;
  opacity: 1;
  border-radius: 0;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #0071ba;
  height: 3px;
}
#certify .swiper-button-prev {
  left: -70px;
  width: 42px;
  height: 42px;
  border: 2px solid #0071ba;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  z-index: 2;
}
#certify .swiper-button-prev::before {
  content: "";
  width: 0;
  height: 0;
  border-right: 8px solid #0071ba;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  transition: all 0.4s;
}
#certify .swiper-button-prev:hover {
  background-color: #0071ba;
}
#certify .swiper-button-prev:hover::before {
  border-right-color: #fff;
}
#certify .swiper-button-next {
  right: -70px;
  width: 42px;
  height: 42px;
  border: 2px solid #0071ba;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
#certify .swiper-button-next::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid #0071ba;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  transition: all 0.4s;
}
#certify .swiper-button-next:hover {
  background-color: #0071ba;
}
#certify .swiper-button-next:hover::before {
  border-left-color: #fff;
}
#certify .swiper-button-prev::after,
#certify .swiper-button-next::after {
  content: '';
}

@media (max-width: 1200px) {
  .case {
    padding: 50px 0;
  }
  #certify .swiper-button-prev {
    left: 0;
  }
  #certify .swiper-button-next {
    right: 0;
  }
}

@media (max-width: 991px) {
  .case {
    padding: 30px 0;
  }
  #certify .swiper-slide {
    width: 70%;
  }
  #certify .swiper-slide .caseTxt {
    height: 50px;
    line-height: 50px;
  }
}

@media (max-width: 767px) {
  .case {
    padding: 15px 0;
  }
  #certify {
    margin-top: 15px;
  }
  #certify .swiper {
    padding-bottom: 13px;
  }
  #certify .swiper-slide {
    width: 100%;
  }
  #certify .swiper-slide .caseTxt {
    height: 40px;
    line-height: 40px;
  }
  #certify .swiper-button-prev,
  #certify .swiper-button-next {
    width: 24px;
    height: 24px;
  }
  #certify .swiper-button-prev::before {
    border-right: 4px solid #0071ba;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
  }
  #certify .swiper-button-next::before {
    border-left: 4px solid #0071ba;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
  }
}

/* 优势 */
.ys {
  width: 100%;
  overflow: hidden;
}
.ysTitle {
  display: block;
  overflow: hidden;
  background: url(../images/ys_title_bj.jpg) no-repeat center center;
  background-size: cover;
  padding: 48px 0;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  line-height: 46px;
  font-size: 48px;
  font-weight: bold;
}
.ysTitle>span {
  display: block;
  overflow: hidden;
  line-height: 48px;
  font-size: 40px;
  margin-bottom: 25px;
}
.ysList {
  display: block;
  overflow: hidden;
}
.ysList>li {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
  background-color: #ebebeb;
}
.ysList>li:nth-child(1) {
  background: url(../images/ys_bj2.jpg) no-repeat center center;
  background-size: cover;
}
.ysList>li .ysLeft {
  width: 50%;
  float: left;
  position: relative;
  display: flex;
  z-index: 2;
}
.ysList>li .ysLeft>.ysImg {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.ysList>li .ysLeft>.ysImg::before {
  content: "";
  display: block;
  padding-top: 45.3125%;
}
.ysList>li .ysLeft>img {
  max-width: 100%;
  display: block;
  float: left;
  position: absolute;
  z-index: 5;
}
.ysList>li .ysRight {
  width: 50%;
  float: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.ysList>li .ysRight>.ysContect {
  width: 100%;
  float: right;
  max-width: 600px;
}
.ysList>li .ysRight>.ysContect .ysBox {
  width: 100%;
  float: left;
  margin: 30px 0;
  display: flex;
  align-items: center;
}
.ysList>li .ysRight>.ysContect .ysBox .ysNub {
  float: left;
  position: relative;
  padding: 0 5px;
  margin-right: 45px;
}
.ysList>li .ysRight>.ysContect .ysBox .ysNub::before {
  content: "";
  width: 100%;
  float: left;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  transform: skew(20deg);
  z-index: 2;
}
.ysList>li .ysRight>.ysContect .ysBox .ysNub::after {
  content: "";
  width: 100%;
  float: left;
  height: 100%;
  position: absolute;
  right: 22px;
  top: 0;
  background-color: #0071ba;
  transform: skew(-20deg);
}
.ysList>li .ysRight>.ysContect .ysBox .ysNub>span {
  float: left;
  font-size: 42px;
  color: #333;
  font-weight: bold;
  height: 58px;
  line-height: 58px;
  position: relative;
  z-index: 5;
}
.ysList>li .ysRight>.ysContect .ysBox .ysSubTitle {
  flex: 1;
  float: left;
  line-height: 18px;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.ysList>li .ysRight>.ysContect .ysBox .ysSubTitle>span {
  display: block;
  overflow: hidden;
  line-height: 40px;
  margin-bottom: 5px;
  font-size: 26px;
  color: #fff;
  font-weight: bold;
}
.ysList>li:nth-child(1) .ysLeft>img {
  right: 8.5%;
  bottom: -60px;
}
.ysList>li:nth-child(1) .ysRight>.ysContect {
  padding: 0 30px;
}
.ysList>li:nth-child(2) {
  flex-direction: row;
  margin-bottom: 90px;
}
.ysList>li:nth-child(2) .ysLeft>img {
  left: 13%;
  bottom: -68px;
}
.ysList>li:nth-child(2) .ysRight {
  justify-content: flex-start;
}
.ysList>li:nth-child(2) .ysRight>.ysContect {
  padding: 20px 0 15px 65px;
}
.ysList>li:nth-child(2) .ysRight>.ysContect .ysBox .ysNub>span {
  color: #fff;
}
.ysList>li:nth-child(2) .ysRight>.ysContect .ysBox .ysNub::before {
  background-color: #0071ba;
}
.ysList>li:nth-child(2) .ysRight>.ysContect .ysBox .ysNub::after {
  background-color: #00619f;
}
.ysList>li:nth-child(2) .ysRight>.ysContect .ysBox .ysSubTitle {
  color: #bababa;
}
.ysList>li:nth-child(2) .ysRight>.ysContect .ysBox .ysSubTitle>span {
  color: #333;
}

@media (max-width: 1200px) {
  .ysTitle {
    padding: 50px 0;
    line-height: 40px;
    font-size: 38px;
  }
  .ysTitle>span {
    line-height: 50px;
    font-size: 50px;
    margin-bottom: 15px;
  }
  .ysList>li .ysRight>.ysContect .ysBox {
    margin: 20px 0;
  }
  .ysList>li .ysRight>.ysContect .ysBox .ysSubTitle>span {
    line-height: 30px;
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .ysTitle {
    padding: 30px 0;
    line-height: 30px;
    font-size: 30px;
  }
  .ysTitle>span {
    line-height: 40px;
    font-size: 40px;
    margin-bottom: 10px;
  }
  .ysList>li .ysLeft,
  .ysList>li .ysRight {
    width: 100%;
  }
  .ysList>li .ysRight {
    justify-content: center;
  }
  .ysList>li .ysRight>.ysContect .ysBox {
    margin: 15px 0;
  }
  .ysList>li:nth-child(1) .ysLeft>img {
    right: 8%;
    bottom: 50%;
    transform: translateY(50%);
  }
  .ysList>li:nth-child(1) .ysRight>.ysContect {
    padding: 20px 50px;
    max-width: 100%;
  }
  .ysList>li:nth-child(2) .ysLeft>img {
    left: 8%;
    bottom: 50%;
    transform: translateY(50%);
  }
  .ysList>li:nth-child(2) .ysRight {
    justify-content: center;
  }
  .ysList>li:nth-child(2) .ysRight>.ysContect {
    padding: 20px 50px;
    max-width: 100%;
  }
  .ysList>li:nth-child(2) {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .ysTitle {
    padding: 15px 0;
    line-height: 18px;
    font-size: 16px;
  }
  .ysTitle>span {
    line-height: 26px;
    font-size: 20px;
    margin-bottom: 5px;
  }
  .ysList>li .ysLeft>img {
    max-width: 25%;
  }
  .ysList>li:nth-child(1) .ysRight>.ysContect {
    padding: 10px 15px;
  }
  .ysList>li .ysRight>.ysContect .ysBox {
    margin: 5px 0;
  }
  .ysList>li .ysRight>.ysContect .ysBox .ysNub {
    margin-right: 20px;
  }
  .ysList>li .ysRight>.ysContect .ysBox .ysNub>span {
    font-size: 30px;
    height: 40px;
    line-height: 40px;
  }
  .ysList>li .ysRight>.ysContect .ysBox .ysSubTitle {
    line-height: 16px;
    font-size: 12px;
  }
  .ysList>li .ysRight>.ysContect .ysBox .ysSubTitle>span {
    line-height: 24px;
    font-size: 18px;
  }
  .ysList>li:nth-child(2) .ysRight>.ysContect {
    padding: 10px 15px;
  }
}

/* 横幅 */
.hf {
  width: 100%;
  overflow: hidden;
  background-color: #0071ba;
  display: flex;
  flex-wrap: wrap;
}
.hfLeft {
  width: 34%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 40px 50px 40px 0;
}
.hfBox {
  float: left;
  background: url(../images/hf_icon.png) no-repeat right center;
  background-size: contain;
  padding: 22px 0 13px 55px;
  position: relative;
}
.hfBox::before {
  content: "";
  width: 48px;
  float: left;
  height: 100%;
  border: 10px solid #fff;
  border-right: none;
  position: absolute;
  left: 0;
  top: 0;
}
.hfBox::after {
  content: "";
  width: 48px;
  float: left;
  height: 100%;
  border: 10px solid #fff;
  border-left: none;
  position: absolute;
  right: -60px;
  top: 0;
  z-index: 5;
}
.hfTitle {
  display: block;
  overflow: hidden;
}
.hfSubTitle {
  display: block;
  overflow: hidden;
  line-height: 48px;
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 5px;
}
.hfDianhua {
  display: block;
  overflow: hidden;
  line-height: 22px;
  color: #fff;
  font-size: 13px;
}
.hfDianhua>span {
  display: block;
  overflow: hidden;
  line-height: 38px;
  font-size: 30px;
  font-weight: bold;
}
.hfList {
  width: 66%;
  float: left;
  display: flex;
}
.hfList>li {
  width: 33.3333%;
  float: left;
  overflow: hidden;
  position: relative;
}
.hfList>li::before {
  content: "";
  display: block;
  padding-top: 52.38096%;
}
.hfList>li::after {
  content: "";
  width: 100%;
  height: 100%;
  float: left;
  background-color: rgba(0, 113, 186, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

@media (max-width: 991px) {
  .hfLeft {
    padding: 30px 30px 30px 0;
  }
  .hfBox::after {
    right: -40px;
  }
  .hfBox {
    background-size: auto 90px;
    padding: 22px 0 13px 30px;
  }
  .hfSubTitle {
    line-height: 30px;
    font-size: 20px;
  }
  .hfDianhua>span {
    line-height: 30px;
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .hfLeft {
    width: 100%;
    padding: 15px;
    justify-content: center;
  }
  .hfBox {
    background-size: contain;
    padding: 0;
    text-align: center;
  }
  .hfBox::before,
  .hfBox::after {
    display: none;
  }
  .hfList {
    width: 100%;
  }
  .hfList>li::before {
    padding-top: 75%;
  }
}

/* 疑难解答 */
.news {
  width: 100%;
  overflow: hidden;
  padding: 35px 0;
}
.newsNav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 15px;
}
.newsNav>li {
  width: 120px;
  float: left;
  margin: 0 5px 10px 5px;
}
.newsNav>li>a {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  overflow: hidden;
  height: 36px;
  border-radius: 18px;
  text-align: center;
  border: 1px solid #0071ba;
  font-size: 13px;
  color: #333;
  font-weight: bold;
  text-transform: uppercase;
}
.newsNav>li.newsActive>a,
.newsNav>li>a:hover {
  border-width: 2px;
}
.newsContect {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 40px;
}
.newsLeft {
  width: 40%;
  float: left;
}
.newsLeft>a {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.newsLeft>a .newsImg {
  width: 100%;
  overflow: hidden;
  position: relative;
  border: 1px solid #dcdcdc; border-bottom:0;
}
.newsLeft>a .newsImg::before {
  content: "";
  display: block;
  padding-top: 55.834%;
}
.newsLeft>a .newsBox {
  display: block;
  overflow: hidden;
  border: 1px solid #dcdcdc;
  padding: 20px;
}
.newsLeft>a .newsBox .newsSubTitle {
  display: block;
  overflow: hidden;
  line-height: 26px;
  font-size: 13px;
  color: #333;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsLeft>a .newsBox .newsSubTxt {
  display: block;
  overflow: hidden;
  height: 48px;
  line-height: 24px;
  font-size: 13px;
  color: #666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 5px;
}
.newsLeft>a:hover .newsImg>img {
  transform: scale(1.1);
}
.newsLeft>a:hover .newsBox .newsSubTitle {
  color: #0071ba;
}


.newsList {
  width: 56.75%;
  float: right;
}
.newsList>li {
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
}
.newsList>li>a {
  display: flex;
  overflow: hidden;
  padding: 9px;
  border: 1px solid #e0e6e0;
}
.newsList>li>a .newsNub {
  width: 110px;
  float: left;
  background-color: #e5e5e5;
  text-align: center;
  padding: 15px 0;
  line-height: 16px;
  font-size: 14px;
  color: #333;
}
.newsList>li>a .newsNub>span {
  display: block;
  overflow: hidden;
  line-height: 44px;
  font-size: 48px;
  transition: none;
}
.newsList>li>a .newsBox {
  width: calc(100% - 110px);
  float: left;
  padding: 8px 0 8px 30px;
}
.newsList>li>a .newsBox .newsSubTitle {
  display: block;
  overflow: hidden;
  line-height: 26px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsList>li>a .newsBox .newsSubTxt {
  display: block;
  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;
}
.newsList>li>a:hover {
  border-right: 3px solid #0a77bd;
}
.newsList>li>a:hover .newsNub {
  background-color: #0a77bd;
  color: #fff;
}
.newsList>li>a:hover .newsBox .newsSubTitle {
  color: #0a77bd;
}

@media (max-width: 1200px) {
  .newsList>li {
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .newsContect {
    padding-top: 20px;
  }
}

@media (max-width: 767px) {
  .news {
    padding: 15px 0;
  }
  .newsNav>li {
    width: 32.3333%;
    margin: 0 0.5% 1% 0.5%;
  }
  .newsContect {
    padding-top: 10px;
  }
  .newsLeft {
    width: 100%;
  }
  .newsLeft>a .newsImg {
    width: 30%;
    float: left;
  }
  .newsLeft>a .newsBox {
    width: 70%;
    float: left;
    padding: 10px;
  }
  .newsList {
    width: 100%;
  }
  .newsList>li {
    margin: 10px 0 0 0;
  }
  .newsList>li>a {
    padding: 4px;
  }
  .newsList>li>a .newsNub {
    width: 90px;
    padding: 10px 0;
  }
  .newsList>li>a .newsBox {
    width: calc(100% - 90px);
    padding: 4px 0 4px 15px;
  }
  .newsList>li>a .newsBox .newsSubTitle{ font-size:13px;}
  .newsList>li>a .newsBox .newsSubTxt{ font-size:13px; color:#555;}
  .newsList>li>a .newsNub>span{ font-size:32px;}
}
/* END-main */

/* 关于我们 */
.company {
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 30px;
  color: #333;
  text-align:left;
}
.company img{ max-width:100% !important; height:auto !important;}

@media (max-width: 767px) {
  .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-产品中心 */

/* 荣誉证书 */
.honorList {
  display: block;
  overflow: hidden;
  width: 102%;
  margin-left: -1%;
}
.honorList li {
  width: 23%;
  float: left;
  margin: 0 1% 20px 1%;
}
.honorList li>a .honorImg {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.honorList li>a .honorImg::before {
  content: "";
  display: block;
  padding-top: 140%;
}
.honorList li>a .honorImg::after {
  content: "";
  width: 100%;
  float: left;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: url(../images/honor_hover.png) no-repeat center center;
  background-size: 100% 100%;
}
.honorList li>a .honorTxt {
  display: block;
  width: 100%;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #333;
  text-align: center;
  background-color: #f5f5f5;
}
.honorList li>a:hover .honorImg>img {
  transform: scale(1.1);
}
.honorList li>a:hover .honorTxt {
  background-color: #0071ba;
  color: #fff;
}

@media (max-width: 991px) {
  .honorList li {
    width: 31.3333%;
  }
}

@media (max-width: 767px) {
  .honorList li {
    width: 48%;
    margin: 0 1% 10px 1%;
  }
}
/* END-荣誉证书 */


/* 新闻中心 */
.xwList {
  display: block;
  overflow: hidden;
}
.xwList>li {
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
}
.xwList>li>a {
  display: flex;
  overflow: hidden;
  padding: 9px;
  border: 1px solid #e0e6e0;
}
.xwList>li>a .newsImg {
  width: 30%;
  float: left;
  overflow: hidden;
  position: relative;
}
.xwList>li>a .newsBox {
  width: 70%;
  float: left;
  padding: 10px 0 10px 20px;
}
.xwList>li>a .newsBox .newsSubTitle {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.xwList>li>a .newsBox .newsSubTxt {
  display: block;
  overflow: hidden;
  height: 84px;
  line-height: 28px;
  font-size: 14px;
  color: #666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 10px;
}
.xwList>li>a .newsBox .newsSubTime{ margin-top:8px; font-size:12px; line-height:22px; color:#666;}
.xwList>li>a:hover .newsImg>img {
  transform: scale(1.1);
}
.xwList>li>a:hover .newsBox .newsSubTitle {
  color: #0071ba;
}

.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.4;
  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) {
  .xwList>li {
    margin-bottom: 20px;
  }
  .xwList>li>a {
    padding: 4px;
  }
  .xwList>li>a .newsBox {
    padding: 10px 0 10px 20px;
  }
}

@media (max-width: 767px) {
  .xwList>li {
    margin-bottom: 10px;
  }
  .xwList>li>a .newsBox {
    padding: 5px 0 5px 15px;
  }
  .xwList>li>a .newsBox .newsSubTxt {
    height: 48px;
    line-height: 24px;
    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-联系我们 */

.dqwzContect .xwxq  h1{position:absolute;left: 0;top:0;line-height:36px;width: 94px;display: block;font-size: 15px;color: #000;text-align: right;}
.dqwzContect .xwxq  h1 i{color:#ff343f}
.dqwzContect .xwxq  textarea{width:100%;max-width:100%;line-height: 24px;height: 156px;border: 1px solid #dcdcdc;background: #fff;padding: 5px 14px; margin-bottom:10px;}
.dqwzContect .xwxq  input{width:100%;line-height: 34px;height: 36px;border: 1px solid #dcdcdc;background: #fff;padding: 0 14px; margin-bottom:10px;}
.dqwzContect .xwxq  button{width:100%;line-height: 36px;height: 36px;background: #009aea;border: 0;color: #fff;font-size: 16px; margin-bottom:10px;}
.dqwzContect .xwxq  button:hover{background:#ff343f;}