/* 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 */
/* 产品 */
.cp {
  width: 100%;
  overflow: hidden;
  padding: 60px 0;
}
.cpLeft {
  width: 286px;
  float: left;
}
.leftMenu {
  width: 100%;
  float: left;
}
.menuTitle {
  display: block;
  overflow: hidden;
  background-color: #084d9e;
  color: #fff;
  line-height: 20px;
  padding: 30px 0 30px 40px;
  text-transform: uppercase;
}
.menuTitle>span {
  display: block;
  overflow: hidden;
  line-height: 34px;
  font-size: 24px;
  font-weight: bold;
}
.menuList {
  display: block;
  overflow: hidden;
  transition: initial;
  padding-top: 2px;
}
.menuList li {
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
}
.menuList li a {
  display: block;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  padding: 0 35px;
  font-size: 16px;
  color: #333;
  background-color: #f7f8f8;
}
.menuList li a>span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 15px;
  position: relative;
  transition: initial;
}
.menuList li a>span::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid #000;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s;
}
.menuList li:hover>a,
.menuList li.menuActive>a {
  background-color: #084d9e;
  color: #fff;
}
.menuList li:hover>a>span::before,
.menuList li.menuActive>a>span::before {
  border-left-color: #fff;
}
.menuList li ul {
  display: none;
  overflow: hidden;
  transition: initial;
  background-color: #fff;
}
.menuList li ul li a {
  font-size: 14px;
}
.menuList>li ul li:hover {
  background-color: #084d9e;
}
.menuList>li ul li:hover>a {
  color: #fff;
}

.menuMore {
  display: block;
  overflow: hidden;
}
.menuMore>a {
  display: flex;
  justify-content: center;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  background-color: #084d9e;
  border-right: 0px solid #e80707;
}
.menuMore>a>span {
  float: left;
  position: relative;
  font-size: 16px;
  color: #fff;
  padding-right: 15px;
}
.menuMore>a>span::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid #fff;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.menuMore>a:hover {
  border-right-width: 20px;
}

.menuBox {
  width: 100%;
  float: left;
  background-color: #f5f5f5;
}
.menuBox img {
  width: 100%;
  display: block;
  height: auto;
}
.menuDianhuaTitle {
  float: left;
  margin-left: 30px;
  line-height: 32px;
  background-color: #084d9e;
  border-radius: 10px 10px 0 0;
  padding: 0 20px;
  font-size: 16px;
  color: #fff;
}
.menuDianhuaTxt {
  display: block;
  width: 100%;
  overflow: hidden;
  background-color: #084d9e;
  padding: 10px 30px;
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
  color: #fff;
}

.cpRight {
  width: 889px;
  float: right;
}
.cpList {
  display: block;
  overflow: hidden;
  width: 906px;
}
.cpList li {
  width: 285px;
  float: left;
  margin: 0 17px 17px 0;
}
.cpList li>a {
  display: block;
  overflow: hidden;
  background-color: #f5f5f5;
  padding: 20px;
}
.cpList li>a .cpImg {
  width: 100%;
  overflow: hidden;
  position: relative;
  background-color: #fff;
}
.cpList li>a .cpImg>img {
  transform: scale(1.1);
}
.cpList li>a .cpImg::before {
  content: "";
  display: block;
  padding-top: 75.4286%;
}
.cpList li>a .cpTxt {
  display: block;
  overflow: hidden;
  line-height: 20px;
  text-align: center;
  font-size: 13px;
  color: #333;
  margin-top: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cpList li>a .cpTxt>span {
  display: block;
  overflow: hidden;
  line-height: 26px;
  transition: initial;
}
.cpList li>a:hover {
  background-color: #084d9e;
}
.cpList li>a:hover .cpImg>img {
  transform: scale(1);
}
.cpList li>a:hover .cpTxt {
  color: #fff;
}

@media (max-width: 1200px) {
  .cp {
    padding: 50px 0;
  }
  .cpLeft {
    width: 24%;
  }
  .cpRight {
    width: 74%;
  }
  .cpList {
    width: 101%;
    margin-left: -0.5%;
  }
  .cpList li {
    width: 32.3333%;
    margin: 0 0.5% 1% 0.5%;
  }
  .cpList li>a {
    padding: 15px;
  }
}

@media (max-width: 991px) {
  .cp {
    padding: 30px 0;
  }
  .cpLeft {
    width: 29%;
  }
  .menuTitle {
    padding: 20px 0 20px 30px;
  }
  .menuList li a {
    padding: 0 20px;
  }
  .menuDianhuaTitle {
    margin-left: 20px;
  }
  .menuDianhuaTxt {
    padding: 10px 20px;
    font-size: 22px;
    line-height: 34px;
  }
  .cpRight {
    width: 69%;
  }
  .cpList li {
    width: 49%;
    margin: 0 0.5% 1% 0.5%;
  }
  .cpList li>a {
    padding: 10px;
  }
}

@media (max-width: 767px) {
  .cp {
    padding: 0;
  }
  .cpLeft {
    width: 100%;
  }
  .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 {
    margin-bottom: 2px;
    position: relative;
  }
  .menuList li a {
    width: 100%;
    float: left;
    height: 40px;
    text-align: left;
    line-height: 40px;
    padding: 0 20px;
  }
  .menuList li ul {
    width: 100%;
    float: left;
    padding: 0 10px;
  }
  .menuList li ul li {
    margin-top: 2px;
  }
  .menuList li ul li a {
    height: 36px;
    line-height: 36px;
  }

  .cpRight {
    width: 100%;
  }
  .cpList {
    width: 102%;
    margin-left: -1%;
    padding-top: 15px;
  }
  .cpList li {
    width: 48%;
    margin: 0 1% 2% 1%;
  }
  
  .cpList li>a {
    padding: 5px;
  }
  .cpList li>a .cpTxt {
    margin-top: 5px;
  }
  .cpList li>a .cpTxt>span {
    line-height: 24px;
  }
}

/* 公司简介 */
.about {
  width: 100%;
  overflow: hidden;
  background: url(../images/about_bj.jpg) no-repeat center top;
  padding: 90px 0 50px 0;
}
.aboutTitle {
  display: block;
  overflow: hidden;
}
.aboutEn {
  display: block;
  overflow: hidden;
  height: 72px;
  line-height: 72px;
  text-transform: uppercase;
  font-size: 48px;
  color: rgba(51, 51, 51, 0.2);
  font-family: Impact;
}
.aboutCn {
  float: left;
  line-height: 36px;
  font-size: 24px;
  color: #333;
  font-weight: bold;
  position: relative;
  z-index: 1;
  margin-top: -36px;
  display: flex;
  align-items: center;
}
.aboutCn::after {
  content: "";
  width: 90px;
  float: right;
  height: 1px;
  margin-left: 10px;
  border-left: 40px solid #62aaff;
  border-right: 50px solid #044d9e;
}
.aboutContect {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-top: 5px;
}
.aboutImg {
  width: 38.5%;
  float: right;
  overflow: hidden;
  position: relative;
  border-top: 9px solid #084d9e;
  margin-top: -77px;
}
.aboutImg>img {
  transform: scale(1.1);
}
.aboutImg::before {
  content: "";
  display: block;
  padding-top: 86.9566%;
}
.aboutImg:hover>img {
  transform: scale(1);
}
.aboutLeft {
  width: 58.5%;
  float: left;
}
.aboutTxt {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 14px;
  color: #333;
}
.aboutMore {
  display: block;
  overflow: hidden;
  margin-top: 20px;
}
.aboutMore>a {
  width: 160px;
  float: left;
  height: 30px;
  line-height: 28px;
  background-color: #084d9e;
  border: 1px solid #084d9e;
  font-size: 13px;
  color: #fff;
  font-weight: bold;
  display: flex;
  justify-content: center;
}
.aboutMore>a>span {
  float: left;
  position: relative;
  padding-right: 25px;
  background: url(../images/jiantou.png) no-repeat right center;
}
.aboutMore>a:hover {
  width: 120px;
}

@media (max-width: 1200px) {
  .about {
    padding: 70px 0 40px 0;
  }
}

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

@media (max-width: 767px) {
  .about {
    padding: 15px 0;
    background-size: cover;
  }
  .aboutEn {
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
  }
  .aboutCn {
    float: none;
    line-height: 24px;
    font-size: 16px;
    margin: 0;
    display: block;
    text-align: center;
  }
  .aboutCn::after {
    float: none;
    display: block;
    margin: 5px auto 0 auto;
  }
  .aboutImg {
    width: 100%;
    margin: 0;
    border-top-width: 4px;
  }
  .aboutLeft {
    width: 100%;
  }
  .aboutTxt {
    line-height: 24px;
    margin-top: 10px;
  }
  .aboutMore {
    margin-top: 10px;
  }
}

/* 品牌案例 */
.case {
  width: 100%;
  overflow: hidden;
  background: url(../images/case_bj.jpg) no-repeat center center;
  background-size: cover;
  padding: 60px 0 50px 0;
}
.caseTitle {
  display: block;
  overflow: hidden;
  text-align: center;
}
.caseEn {
  height: 70px;
  line-height: 70px;
  font-size: 48px;
  color: rgba(255, 255, 255, 0.1);
  text-transform: uppercase;
  font-family: Impact;
}
.caseCn {
  line-height: 34px;
  font-size: 24px;
  color: rgba(255, 255, 255, 1);
  margin-top: -34px;
  position: relative;
  z-index: 1;
}
.caseCn::after {
  content: "";
  width: 90px;
  display: block;
  height: 1px;
  overflow: hidden;
  margin: 15px auto 0 auto;
  border-left: 40px solid #50aaff;
  border-right: 50px solid #fff;
}
.caseSwiper {
  margin-top: 30px;
}
.caseSwiper .swiper-slide>a {
  display: block;
  overflow: hidden;
  background-color: #fff;
  padding: 5px;
}
.caseSwiper .swiper-slide>a .caseImg {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.caseSwiper .swiper-slide>a .caseImg>img {
  transform: scale(1.1);
}
.caseSwiper .swiper-slide>a .caseImg::before {
  content: "";
  display: block;
  padding-top: 65%;
}
.caseSwiper .swiper-slide>a .caseTxt {
  display: block;
  overflow: hidden;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  color: #333;
}
.caseSwiper .swiper-slide>a:hover {
  background-color: #084d9e;
}
.caseSwiper .swiper-slide>a:hover .caseImg>img {
  transform: scale(1);
}
.caseSwiper .swiper-slide>a:hover .caseTxt {
  color: #fff;
}
.case .aboutMore {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.case .aboutMore>a {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}
.case .aboutMore>a:hover {
  background-color: #084d9e;
}

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

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

@media (max-width: 767px) {
  .case {
    padding: 15px 0;
  }
  .caseEn {
    height: 30px;
    line-height: 30px;
    font-size: 20px;
  }
  .caseCn {
    line-height: 24px;
    font-size: 16px;
    margin: 0;
  }
  .caseCn::after {
    margin: 5px auto 0 auto;
  }
  .caseSwiper {
    margin-top: 10px;
  }
  .caseSwiper .swiper-slide>a .caseTxt {
    height: 35px;
    line-height: 35px;
  }
  .case .aboutMore {
    margin-top: 15px;
  }
}

/* 3大优势 */
.ys {
  width: 100%;
  overflow: hidden;
  padding-top: 55px;
}
.ysTitleImg {
  display: block;
  overflow: hidden;
}
.ysTitleImg>img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.ysList {
  display: block;
  overflow: hidden;
  padding-top: 65px;
}
.ysList li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  overflow: hidden;
  margin-bottom: 40px;
}
.ysList li .ysImg {
  width: 51.75%;
  float: left;
  overflow: hidden;
  position: relative;
}
.ysList li .ysImg>img {
  width: 100%;
  display: block;
  height: auto;
}
.ysList li .ysRight {
  width: 48.25%;
  float: left;
  padding-left: 20px;
}
.ysList li .ysRight .ysTitle {
  display: block;
  overflow: hidden;
  max-width: 91%;
}
.ysList li .ysRight .ysTitle .ysNub {
  width: 112px;
  height: 112px;
  line-height: 112px;
  font-size: 48px;
  color: #fff;
  padding-right: 10px;
  text-align: center;
  font-weight: bold;
  float: left;
  margin-right: 15px;
  background: url(../images/ys_icon_bj.png) no-repeat center;
  background-size: 100% 100%;
}
.ysList li .ysRight .ysTitle .ysTit {
  display: block;
  overflow: hidden;
  line-height: 22px;
  font-size: 14px;
  color: #202020;
  position: relative;
}
.ysList li .ysRight .ysTitle .ysTit>span {
  display: block;
  overflow: hidden;
  line-height: 34px;
  font-size: 24px;
  color: #000;
  font-weight: bold;
}
.ysList li .ysRight .ysTitle .ysTit::before {
  content: "";
  width: 55%;
  float: left;
  height: 8px;
  background-color: #005daa;
  position: absolute;
  left: 0;
  bottom: 0;
}
.ysList li .ysRight .ysTitle .ysTit::after {
  content: "";
  width: 100%;
  display: block;
  height: 2px;
  background-color: #005ccf;
  overflow: hidden;
  margin: 15px 0 3px 0;
}
.ysList li .ysRight .ysTitle .ysTxt {
  display: block;
  min-height: 96px;
  overflow: hidden;
  font-size: 13px;
  line-height: 24px;
  color: #666;
  margin-top: 10px;
}
.ysList li .ysRight .ysContect {
  display: block;
  max-width: 88%;
  overflow: hidden;
  margin: 20px 0 0 20px;
  border: 1px dotted #cbcbcb;
  border-radius: 5px;
  padding: 10px 10px 10px 50px;
}
.ysList li .ysRight .ysContect .ysDianhua {
  display: block;
  overflow: hidden;
  line-height: 24px;
  font-size: 13px;
  color: #000;
  font-style: oblique;
  background: url(../images/ys_dianhua.png) no-repeat left center;
  padding-left: 35px;
}
.ysList li .ysRight .ysContect .ysDianhua>span {
  display: block;
  overflow: hidden;
  line-height: 20px;
  color: #084d9e;
  font-style: normal;
}
.ysList li .ysRight>img {
  width: 100%;
  display: block;
  height: auto;
}
.ysList li:nth-child(even) {
  flex-direction: row;
}

@media (max-width: 1200px) {
  .ys {
    padding-top: 40px;
  }
  .ysList {
    padding-top: 50px;
  }
}

@media (max-width: 991px) {
  .ys {
    padding-top: 30px;
  }
  .ysList {
    padding-top: 30px;
  }
  .ysList li {
    margin-bottom: 30px;
  }
  .ysList li .ysRight .ysTitle .ysNub {
    width: 74px;
    height: 74px;
    line-height: 74px;
    font-size: 34px;
  }
  .ysList li .ysRight .ysTitle .ysTit>span {
    font-size: 20px;
  }
  .ysList li .ysRight .ysContect {
    max-width: 90%;
    margin: 20px 0 0 0;
    padding: 10px 10px 10px 20px;
  }
}

@media (max-width: 767px) {
  .ys {
    padding-top: 15px;
  }
  .ysList {
    padding-top: 15px;
  }
  .ysList li {
    margin-bottom: 0;
  }
  .ysList li .ysImg {
    width: 100%;
  }
  .ysList li .ysRight {
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
  }
  .ysList li .ysRight .ysTitle {
    max-width: 100%;
    line-height: 18px;
  }
  .ysList li .ysRight .ysTitle .ysTit>span {
    font-size: 18px;
    line-height: 30px;
  }
  .ysList li .ysRight .ysTitle .ysTit::after {
    margin: 5px 0 3px 0;
  }
  .ysList li .ysRight .ysTitle .ysTxt {
    min-height: initial;
    margin-top: 10px;
    float: left;
    width: 100%;
  }
  .ysList li .ysRight .ysContect {
    max-width: 100%;
    margin: 10px 0 0 0;
    padding: 10px;
  }
}

/* 合作伙伴 */
.coop {
  width: 100%;
  overflow: hidden;
  padding: 50px 0;
}
.coop .caseEn {
  color: rgba(51, 51, 51, 0.2);
}
.coop .caseCn {
  color: rgba(51, 51, 51, 1);
}
.coop .caseCn::after {
  border-right-color: #005daa;
}
.coopContect {
  margin-top: 30px;
  padding: 0 38px;
  position: relative;
}
.coopSwiper .swiper-slide>a {
  display: block;
  overflow: hidden;
  border: 2px solid #e5e5e5;
  position: relative;
}
.coopSwiper .swiper-slide>a>img {
  transform: scale(1.1);
}
.coopSwiper .swiper-slide>a::before {
  content: "";
  display: block;
  padding-top: 56.4246%;
}
.coopSwiper .swiper-slide>a:hover {
  border-color: #084d9e;
}
.coopSwiper .swiper-slide>a:hover>img {
  transform: scale(1);
}
.coop-prev,
.coop-next {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  width: 28px;
  float: left;
  height: 28px;
  border: 2px solid #005daa;
  border-radius: 50%;
  line-height: 24px;
  text-align: center;
  font-size: 20px;
  color: #005daa;
  cursor: pointer;
  outline: none;
}
.coop-next {
  left: initial;
  right: 0;
}
.coop-prev:hover,
.coop-next:hover {
  background-color: #005daa;
  color: #fff;
}

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

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

@media (max-width: 767px) {
  .coop {
    padding: 15px 0;
  }
  .coopContect {
    margin-top: 15px;
  }
}

/* 资讯动态 */
.news {
  width: 100%;
  overflow: hidden;
  background: url(../images/news_bj.jpg) no-repeat center center;
  background-size: cover;
  padding: 40px 0;
}
.news .caseEn {
  color: rgba(51, 51, 51, 0.2);
}
.news .caseCn {
  color: rgba(51, 51, 51, 1);
}
.news .caseCn::after {
  border-right-color: #005daa;
}
.newsContect {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 40px;
}
.newsLeft {
  width: 55%;
  float: left;
}
.newsLeft li {
  display: block;
  overflow: hidden;
  margin-top: 10px;
}
.newsLeft li>a {
  width: 100%;
  float: left;
  display: flex;
  background-color: #fff;
  padding: 20px;
}
.newsLeft li>a .newsImg {
  width: 160px;
  float: left;
  overflow: hidden;
  position: relative;
  border: 1px solid #f0f0f0;
}
.newsLeft li>a .newsImg>img {
  transform: scale(1.1);
}
.newsLeft li>a .newsBox {
  width: calc(100% - 160px);
  float: left;
  padding-left: 15px;
}
.newsLeft li>a .newsBox .newsTit {
  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: 30px;
  font-size: 16px;
  color: #666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 5px 0;
}
.newsLeft li>a:hover {
  background-color: #005daa;
}
.newsLeft li>a:hover .newsImg>img {
  transform: scale(1);
}
.newsLeft li>a:hover .newsBox .newsTit,
.newsLeft li>a:hover .newsBox .newsTxt {
  color: #fff;
}

.newsRight {
  width: 38.5%;
  float: right;
}
.newsTitle {
  display: flex;
  align-items: center;
  line-height: 40px;
}
.newsTitle>span {
  float: left;
  font-size: 24px;
  color: #333;
  margin-right: 20px;
}
.newsTitle::after {
  content: "";
  width: 96px;
  float: left;
  height: 3px;
  background-color: #005daa;
}

.newsList {
  display: block;
  overflow: hidden;
}
.newsList li {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0;
  line-height: 30px;
}
.newsList li:last-child {
  border-bottom: none;
}
.newsList li>h2 {
  display: block;
  overflow: hidden;
  padding: 0 40px 0 10px;
  position: relative;
}
.newsList li>h2::after {
  content: "";
  width: 16px;
  float: left;
  height: 16px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/news_more1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  cursor: pointer;
}
.newsList li>h2>a {
  float: left;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: #000;
}
.newsList li>h2>a:hover {
  text-decoration: underline;
  color: #005daa;
}
.newsList li .newsTxtBox {
  display: none;
  width: 100%;
  overflow: hidden;
  padding: 10px;
  transition: initial;
}
.newsList li .newsTxtBox .newsTxt {
  display: block;
  overflow: hidden;
  height: 180px;
  line-height: 30px;
  font-size: 14px;
  color: #666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.newsList li.actived>h2::after {
  background-image: url(../images/news_more2.png);
}

@media (max-width: 991px) {
  .news {
    padding: 30px 0;
  }
  .newsContect {
    padding-top: 30px;
  }
  .newsRight {
    width: 41.5%;
  }
}

@media (max-width: 767px) {
  .news {
    padding: 15px 0;
  }
  .newsContect {
    padding-top: 5px;
  }
  .newsLeft {
    width: 100%;
  }
  .newsLeft li>a {
    padding: 5px;
  }
  .newsLeft li>a .newsImg {
    width: 120px;
  }
  .newsLeft li>a .newsBox {
    width: calc(100% - 120px);
    padding-left: 10px;
  }
  .newsLeft li>a .newsBox .newsTxt {
    line-height: 20px;
    font-size: 14px;
    -webkit-line-clamp: 3;
  }
  .newsRight {
    width: 100%;
    margin-top: 15px;
  }
  .newsTitle {
    line-height: 30px;
  }
  .newsTitle>span {
    font-size: 18px;
    margin-right: 10px;
  }
  .newsList {
    margin-top: 0;
  }
  .newsList li {
    padding: 5px 0;
  }
  .newsList li .newsTxtBox .newsTxt {
    height: 120px;
    line-height: 24px;
    -webkit-line-clamp: 5;
  }
}

/* 友情链接 */
.link {
  width: 100%;
  overflow: hidden;
  line-height: 26px;
  padding: 25px 0;
}
.linkTitle {
  float: left;
  font-size: 20px;
  color: #333;
  background: url(../images/link_icon.png) no-repeat 10px center;
  padding-left: 45px;
  margin-right: 40px;
}
.linkTxt {
  display: block;
  overflow: hidden;
  line-height: 26px;
}
.linkTxt>a {
  font-size: 13px;
  color: #333;
  margin: 0 5px;
}
.linkTxt>a:hover {
  color: #084d9e;
  text-decoration: underline;
}

@media (max-width: 1200px) {
  .link {
    padding: 20px 0;
  }
  .linkTitle {
    margin-right: 30px;
  }
}

@media (max-width: 991px) {
  .link {
    padding: 15px 0;
  }
  .linkTitle {
    margin-right: 20px;
  }
}

@media (max-width: 767px) {
  .link {
    padding: 10px 0;
  }
  .linkTitle {
    margin-right: 10px;
  }
  .linkTitle {
    font-size: 16px;
    line-height: 24px;
    background: url(../images/link_icon.png) no-repeat left center;
    background-size: contain;
    padding-left: 30px;
    margin-right: 5px;
  }
  .linkTxt {
    overflow: initial;
    line-height: 24px;
  }
}
/* END-main */

/* 关于我们 */
.main {
  width: 100%;
  overflow: hidden;
  padding: 40px 0;
}
.mainLeft {
  width: 286px;
  float: left;
}
.mainRight {
  width: 889px;
  float: right;
}
.dqwzTitle {
  width: 100%;
  float: left;
  margin-top: 30px;
  line-height: 36px;
}
.dqwzLeft {
  float: left;
  font-size: 24px;
  color: #333;
  font-weight: bold;
}
.dqwzRight {
  float: right;
  font-size: 13px;
  color: #333;
}
.dqwzContect {
  width: 100%;
  float: left;
  padding-top: 15px;
}
.company {
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 30px;
  color: #333;
}
.company img{
  display: block;
  max-width: 100%;
  height: auto;
}

@media (max-width: 1200px) {
  .mainLeft {
    width: 24%;
  }
  .mainRight {
    width: 74%;
  }
}

@media (max-width: 991px) {
  .main {
    padding: 30px 0;
  }
  .mainLeft {
    width: 29%;
  }
  .mainRight {
    width: 69%;
  }
}

@media (max-width: 767px) {
  .main {
    padding: 0;
  }
  .mainLeft {
    width: 100%;
  }
  .leftMenu {
    margin: 0;
  }
  .mainRight {
    width: 100%;
  }
  .dqwzContect {
    padding: 15px 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; max-width:800px; display:block; margin:10px auto;}
.cpxqImg img{ max-width:100%;}
.cpxqContect {
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 30px;
  padding-top: 10px;
}
.cpxqContect img {
  max-width: 100% !important;
  height: auto !important;
  margin: 10px auto;
  display:block;
}
.cpxqContect table{ width:100% !important; padding:0px !important;}
.cpxqContect table tr td{ width:auto !important; padding:0px !important;}
@media (max-width: 767px) {
  .dqwzContect .cpList {
    padding: 0;
  }

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

/* 品牌案例 */
.caseList {
  display: block;
  overflow: hidden;
  width: 906px;
}
.caseList li {
  width: 285px;
  float: left;
  margin: 0 17px 17px 0;
}
.caseList li>a {
  display: block;
  overflow: hidden;
  background-color: #f5f5f5;
  padding: 5px;
}
.caseList li>a .caseImg {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.caseList li>a .caseImg>img {
  transform: scale(1.1);
}
.caseList li>a .caseImg::before {
  content: "";
  display: block;
  padding-top: 58.9744%;
}
.caseList li>a .caseTxt {
  display: block;
  overflow: hidden;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  color: #333;
}
.caseList li>a:hover {
  background-color: #084d9e;
}
.caseList li>a:hover .caseImg>img {
  transform: scale(1);
}
.caseList li>a:hover .caseTxt {
  color: #fff;
}

@media (max-width: 1200px) {
  .caseList {
    width: 102%;
    margin-left: -1%;
  }
  .caseList li {
    width: 31.3333%;
    margin: 0 1% 2% 1%;
  }
}

@media (max-width: 991px) {
  .caseList li {
    width: 48%;
  }
}

@media (max-width: 767px) {
  .caseList li>a .caseTxt {
    height: 35px;
    line-height: 35px;
    font-size: 14px;
  }
}
/* END-品牌案例 */

/* 新闻中心 */
.xwList {
  display: block;
  overflow: hidden;
}
.xwList li {
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
}
.xwList li>a {
  width: 100%;
  float: left;
  display: flex;
  background-color: #f5f5f5;
  padding: 20px;
}
.xwList li>a .newsImg {
  width: 160px;
  float: left;
  overflow: hidden;
  position: relative;
  border: 1px solid #f0f0f0;
}
.xwList li>a .newsImg>img {
  transform: scale(1.1);
}
.xwList li>a .newsBox {
  width: calc(100% - 160px);
  float: left;
  padding-left: 15px;
}
.xwList li>a .newsBox .newsTit {
  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 .newsTxt {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 16px;
  color: #666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 5px 0;
}
.xwList li>a:hover {
  background-color: #005daa;
}
.xwList li>a:hover .newsImg>img {
  transform: scale(1);
}
.xwList li>a:hover .newsBox .newsTit,
.xwList 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: 10px auto;
}

@media (max-width: 767px) {
  .xwList li {
    margin-bottom: 10px;
  }
  .xwList li>a {
    padding: 5px;
  }
  .xwList li>a .newsImg {
    width: 120px;
  }
  .xwList li>a .newsBox {
    width: calc(100% - 120px);
    padding-left: 10px;
  }
  .xwList li>a .newsBox .newsTxt {
    line-height: 20px;
    font-size: 14px;
    -webkit-line-clamp: 3;
  }

  .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-联系我们 */