/* 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 */
.bodySwiper {
  width: 100%;
  height: 100%;
}
.bodySwiper>.swiper-wrapper>.swiper-slide:first-child {
  padding: 0 !important;
}
.bodySwiper>.swiper-wrapper>.swiper-slide:last-child {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.bodySwiper>.swiper-wrapper>.swiper-slide>.banner {
  height: 100%;
}
.bodySwiper .container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: center;
}

@media (max-width: 991px) {
  .bodySwiper .banner,
  .bodySwiper .bannerSwiper,
  .bodySwiper .bannerSwiper .swiper-slide {
    height: 100%;
  }
  .bodySwiper .banner .bannerSwiper img {
    width: auto;
  }
}

@media (max-width: 767px) {
  .bodySwiper,
  .bodySwiper>.swiper-wrapper {
    height: auto;
  }
}

/* 产品目录 */
.cp {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #f5f5f5;
  padding: 70px 0;
  display: flex;
}
.cpTitle {
  width: 100%;
  display: block;
  overflow: hidden;
  text-align: center;
}
.cpCn {
  display: flex;
  justify-content: center;
  line-height: 36px;
  font-size: 24px;
  color: #093378;
  font-weight: bold;
}
.cpCn>span {
  float: left;
  font-size: 30px;
  text-transform: uppercase;
  padding-right: 10px;
  position: relative;
}
.cpCn>span::before {
  content: "";
  width: 60px;
  float: left;
  height: 2px;
  background-color: #ffc103;
  position: absolute;
  left: -50px;
  bottom: 15px;
}
.cpEn {
  display: flex;
  justify-content: center;
  line-height: 42px;
  font-size: 30px;
  color: #0a3478;
  font-weight: bold;
}
.cpEn>span {
  float: left;
  position: relative;
}
.cpEn>span::before {
  content: "";
  width: 9px;
  float: left;
  height: 9px;
  background-color: #ffc103;
  border-radius: 50%;
  position: absolute;
  right: -20px;
  top: 6px;
}
.cpSwiper .swiper-slide {
  border: 1px solid #a0a0a0;
  padding: 68px 30px;
  overflow: hidden;
  background-color: #fff;
}
.cpSwiper .swiper-slide .cpIcon {
  width: 100%;
  overflow: hidden;
  height: 90px;
  position: relative;
}
.cpSwiper .swiper-slide .cpSubTitle {
  display: block;
  overflow: hidden;
  margin-top: 40px;
  text-align: center;
  line-height: 34px;
  font-size: 24px;
  color: #333;
}
.cpSwiper .swiper-slide .cpSubTitle>span {
  display: block;
  overflow: hidden;
  line-height: 20px;
  font-size: 13px;
  text-decoration: underline;
}
.cpSwiper .swiper-slide .cpTxt {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow: hidden;
  font-size: 13px;
  color: #333;
  line-height: 30px;
  margin-top: 20px;
}
.cpSwiper .swiper-slide .cpTxt>a {
  color: #333;
  margin: 0 10px;
}
.cpSwiper .swiper-slide .cpTxt>a:hover {
  color: #133f86;
  text-decoration: underline;
}

.cpSwiper .swiper-slide .cpMore {
  display: block;
  overflow: hidden;
  margin-top: 30px;
}
.cpSwiper .swiper-slide .cpMore>a {
  display: block;
  overflow: hidden;
  max-width: 152px;
  height: 40px;
  line-height: 36px;
  background-color: #133f86;
  border: 2px solid #133f86;
  text-align: center;
  font-size: 13px;
  color: #fff;
  margin: 0 auto;
}
.cpSwiper .swiper-slide .cpMore>a:hover {
  background-color: #fff;
  color: #133f86;
}

.cpMores {
  display: flex;
  justify-content: center;
}
.cpMores>a {
  width: 200px;
  float: left;
  height: 40px;
  line-height: 38px;
  border: 1px solid #133f86;
  text-align: center;
  border-radius: 20px;
  font-size: 16px;
  color: #333;
}
.cpMores>a:hover {
  background-color: #133f86;
  color: #fff;
}

@media (max-width: 1520px) {
  .cp {
    padding: 70px 0;
  }
  .cpSwiper .swiper-slide {
    padding: 50px 25px;
  }
}

@media (max-width: 1200px) {
  .cp {
    padding: 50px 0;
  }
  .cpSwiper .swiper-slide {
    padding: 40px 20px;
  }
}

@media (max-width: 991px) {
  .cp {
    padding: 30px 0;
  }
  .cpSwiper .swiper-slide {
    padding: 30px 20px;
  }
  .cpSwiper .swiper-slide .cpSubTitle {
    margin-top: 20px;
  }
  .cpSwiper .swiper-slide .cpTxt>a {
    margin: 0 5px; width:100%; text-align:center;
  }
  .cpSwiper .swiper-slide .cpMore {
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  .cp {
    padding: 20px 0;
  }
  .cpCn {
    line-height: 30px;
    font-size: 20px;
  }
  .cpCn>span {
    font-size: 20px;
    padding-right: 5px;
  }
  .cpCn>span::before {
    width: 30px;
    left: -25px;
    bottom: 10px;
  }
  .cpEn {
    line-height: 30px;
    font-size: 20px;
  }
  .cpEn>span::before {
    width: 5px;
    height: 5px;
    right: -10px;
    top: 3px;
  }

  .cpSwiper {
    margin: 20px 0;
  }
  .cpSwiper .swiper-slide {
    padding: 10px;
    height: calc(50% - 5px);
  }
  .cpSwiper .swiper-slide .cpIcon {
    height: 50px;
  }
  .cpSwiper .swiper-slide .cpSubTitle {
    margin-top: 10px;
  }
  .cpSwiper .swiper-slide .cpSubTitle {
    margin-top: 10px;
    line-height: 24px;
    font-size: 18px;
  }
  .cpSwiper .swiper-slide .cpSubTitle>span {
    line-height: 14px;
    font-size: 12px;
  }
  .cpSwiper .swiper-slide .cpTxt {
    line-height: 20px;
    margin-top: 10px;
  }
  .cpSwiper .swiper-slide .cpTxt>a {
    margin: 0 3px;
  }
  .cpSwiper .swiper-slide .cpMore {
    margin-top: 5px;
  }
  .cpSwiper .swiper-slide .cpMore>a {
    height: 30px;
    line-height: 26px;
  }

  .cpMores>a {
    width: 140px;
    height: 30px;
    line-height: 28px;
    border-radius: 15px;
  }
}

/* 热门产品 */
.hotCp {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  padding: 70px 0;
  display: flex;
}

#certify {
  width: 100%;
  float: left;
  position: relative;
}
#certify .swiper-slide {
  width: 410px;
  padding: 15px;
}
#certify .swiper-slide>a {
  display: block;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #eee;
  padding: 70px 35px;
  box-shadow: 0 0 13px rgba(89, 89, 89, 0.2);
}
#certify .swiper-slide>a .hotCpImg {
  width: 100%;
  overflow: hidden;
  position: relative;
}
#certify .swiper-slide>a .hotCpImg::before {
  content: "";
  display: block;
  padding-top: 83.1169%;
}
#certify .swiper-slide>a .hotCpTitle {
  display: block;
  overflow: hidden;
  margin-top: 35px;
  line-height: 24px;
  text-align: center;
  font-size: 16px;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#certify .swiper-slide>a .hotCpTxt {
  display: block;
  overflow: hidden;
  height: 72px;
  line-height: 24px;
  text-align: center;
  font-size: 14px;
  color: #333;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#certify .swiper-slide>a .hotCpHeng {
  display: block;
  overflow: hidden;
  width: 110px;
  height: 5px;
  background-color: #133f86;
  margin: 10px auto 0 auto;
}
#certify .swiper-button-prev {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  width: 28px;
  height: 28px;
  background: url(../images/hotCpLeft.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
#certify .swiper-button-next {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  width: 28px;
  height: 28px;
  background: url(../images/hotCpRight.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
#certify .swiper-button-prev::before,
#certify .swiper-button-next::before,
#certify .swiper-button-prev::after,
#certify .swiper-button-next::after {
  display: none;
}

@media (max-width: 1520px) {
  .hotCp {
    padding: 50px 0;
  }
  #certify {
    padding: 0 40px;
  }
}

@media (max-width: 1200px) {
  .hotCp {
    padding: 40px 0;
  }
  #certify .swiper-slide>a {
    padding: 30px;
  }
}

@media (max-width: 991px) {
  .hotCp {
    padding: 30px 0;
  }
  .hotCp>.container {
    align-content: center;
  }
  #certify {
    margin-top: 30px;
  }
  #certify .swiper-slide>a {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .hotCp {
    padding: 20px 0;
  }
  #certify {
    margin-top: 15px;
  }
  #certify .swiper-slide {
    width: 100%;
    padding: 15px;
  }
  #certify .swiper-slide>a {
    padding: 15px;
  }
  #certify .swiper-slide>a .hotCpTitle {
    margin-top: 5px;
  }
}

/* 关于我们 */
.about {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
  padding: 80px 0;
}
.aboutLeft {
  width: 41.25%;
  float: left;
  overflow: hidden;
  position: relative;
}
.aboutRight {
  width: 58.75%;
  float: left;
}
.aboutContect {
  display: block;
  overflow: hidden;
  background-color: #1c468b;
  padding: 70px 0;
}
.aboutBox {
  width: 100%;
  float: left;
  max-width: 930px;
  padding-left: 80px;
}
.aboutTitle {
  display: block;
  overflow: hidden;
}
.aboutEn {
  line-height: 74px;
  font-size: 82px;
  color: rgba(255, 255, 255, 0.15);
  text-transform: uppercase;
  font-weight: bold;
}
.aboutCn {
  display: block;
  overflow: hidden;
  line-height: 42px;
  font-size: 36px;
  color: #fff;
  text-indent: 20px;
  margin-top: -42px;
  position: relative;
  z-index: 2;
}
.aboutTxt {
  display: block;
  overflow: hidden;
  margin-top: 20px;
  height: 108px;
  line-height: 36px;
  font-size: 13px;
  color: #fff;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.aboutTitle::after {
  content: "";
  width: 60px;
  height: 2px;
  display: block;
  background-color: #fff;
  margin: 10px 0 0 20px;
}
.aboutMore {
  display: block;
  overflow: hidden;
  margin-top: 15px;
}
.aboutMore>a {
  display: block;
  overflow: hidden;
  width: 200px;
  height: 40px;
  line-height: 38px;
  border: 1px solid #fff;
  border-radius: 20px;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.aboutMore>a:hover {
  background-color: #fff;
  color: #1c468b;
}
.aboutList {
  width: 100%;
  float: left;
  max-width: 930px;
}
.aboutList>ul {
  display: block;
  overflow: hidden;
  padding: 50px 0 80px 80px;
}
.aboutList>ul>li {
  width: 33.3333%;
  float: left;
}
.aboutList>ul>li .aboutIcon {
  display: block;
  overflow: hidden;
  position: relative;
  height: 50px;
}
.aboutList>ul>li .aboutSubtitle {
  display: block;
  overflow: hidden;
  margin-top: 15px;
  text-align: center;
  line-height: 18px;
  font-size: 12px;
  color: #333;
}
.aboutList>ul>li .aboutSubtitle>span {
  display: block;
  overflow: hidden;
  font-size: 13px;
}

@media (max-width: 1520px) {
  .about {
    padding: 60px 0;
  }
  .aboutContect {
    padding: 50px 0;
  }
  .aboutBox {
    padding: 0 40px;
  }
  .aboutList>ul {
    padding: 40px;
  }
}

@media (max-width: 1200px) {
  .about {
    padding: 40px 0;
  }
  .aboutContect {
    padding: 30px 0;
  }
  .aboutBox {
    padding: 0 30px;
  }
  .aboutList>ul {
    padding: 30px;
  }
}

@media (max-width: 991px) {
  .about {
    padding: 20px 0;
  }
  .aboutEn {
    line-height: 60px;
    font-size: 60px;
  }
  .aboutTxt {
    height: 90px;
    line-height: 30px;
  }
}

@media (max-width: 767px) {
  .about {
    padding: 0;
  }
  .aboutLeft {
    width: 100%;
  }
  .aboutLeft::before {
    content: "";
    display: block;
    padding-top: 50%;
  }
  .aboutRight {
    width: 100%;
  }
  .aboutContect {
    padding: 15px 0;
  }
  .aboutBox {
    padding: 0 15px;
  }
  .aboutEn {
    line-height: 30px;
    font-size: 20px;
    text-align: center;
  }
  .aboutCn {
    line-height: 30px;
    font-size: 20px;
    text-indent: initial;
    margin-top: -10px;
    text-align: center;
  }
  .aboutTitle::after {
    margin: 5px auto 0 auto;
  }
  .aboutTxt {
    height: auto;
    line-height: 24px;
    -webkit-line-clamp: initial;
    margin-top: 10px;
  }
  .aboutMore {
    margin-top: 10px;
  }
  .aboutMore>a {
    width: 120px;
    height: 30px;
    line-height: 28px;
    border-radius: 15px;
    font-size: 14px;
  }
  .aboutList {
    padding-bottom: 5px;
  }
  .aboutList>ul {
    padding: 15px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }
  .aboutList>ul>li .aboutIcon {
    height: 40px;
  }
  .aboutList>ul>li .aboutSubtitle {
    margin-top: 10px;
  }
}

/* 案例展示 */
.case {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 30px 0;
  display: flex;
  flex-wrap: wrap;
}
.case .container {
  flex-direction: column;
}
.caseSwiper {
  width: 100%;
  padding: 30px 0;
  flex: 1;
}
.caseSwiper .swiper-slide {
  height: calc(50% - 15px);
}
.caseSwiper .swiper-slide>a {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  display: flex;
}
.caseSwiper .swiper-slide>a .caseImg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
/* .caseSwiper .swiper-slide>a .caseImg::before {
  content: "";
  display: block;
  padding-top: 70.8334%;
} */
.caseSwiper .swiper-slide>a .caseHover {
  width: 100%;
  overflow: hidden;
  height: 60px;
  background-color: #1c468b;
  font-size: 16px;
  color: #fff;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.caseSwiper .swiper-slide>a .caseHover::after {
  content: "";
  width: 0;
  height: 0;
  float: left;
  border: 1px solid #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.caseSwiper .swiper-slide>a:hover .caseHover {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.caseSwiper .swiper-slide>a:hover .caseHover::after {
  width: calc(100% - 40px);
  height: calc(100% - 40px);
}

@media (max-width: 1200px) {
  .caseSwiper {
    padding: 20px 0;
  }
  .caseSwiper .swiper-slide>a .caseHover {
    height: 40px;
  }
}

@media (max-width: 767px) {
  .case {
    padding: 20px 0;
  }
  .case .container {
    display: block;
    flex-direction: row;
  }
  .caseSwiper {

    padding: 15px 0;
  }
  .caseSwiper .swiper-slide {
    height: auto;
  }
  .caseSwiper .swiper-slide>a .caseImg::before {
    content: "";
    display: block;
    padding-top: 70.8334%;
  }
  .caseSwiper .swiper-slide>a .caseHover {
    height: 36px;
    font-size: 14px;
  }
}

/* 宣传手册/荣誉证书 */
.bigBox {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bro {
  width: 42%;
  float: left;
  overflow: hidden;
  background-color: #eee;
  padding: 90px 0 30px 0;
}
.broBox {
  width: 100%;
  float: right;
  max-width: 605px;
  padding-right: 100px;
}
.broTitle {
  display: block;
  width: 100%;
  overflow: hidden;
}
.broCn {
  display: block;
  overflow: hidden;
  line-height: 52px;
  font-size: 36px;
  color: #333;
}
.broCn::after {
  content: "";
  width: 60px;
  height: 2px;
  background-color: #1d478b;
  margin: 5px 0;
}
.broEn {
  display: block;
  overflow: hidden;
  line-height: 20px;
  font-size: 13px;
  color: #888;
}
.broList {
  display: block;
  width: 100%;
  overflow: hidden;
  padding-top: 10px;
}
.broList>li {
  margin-bottom: 20px;
}
.broList>li>a {
  display: flex;
  overflow: hidden;
  background-color: #fff;
}
.broList>li>a .broImg {
  width: 175px;
  float: left;
  overflow: hidden;
  position: relative;
}
.broList>li>a .broImg::before {
  content: "";
  display: block;
  padding-top: 68.57143%;
}
.broList>li>a .broRight {
  width: calc(100% - 175px);
  float: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 30px;
  position: relative;
}
.broList>li>a .broRight::after {
  content: "";
  width: 30px;
  float: left;
  height: 22px;
  background: url(../images/bro_more.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.broList>li>a .broRight .broSubTitle {
  width: 100%;
  display: block;
  overflow: hidden;
  line-height: 28px;
  font-size: 16px;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.broList>li>a .broRight .broSubTxt {
  width: 100%;
  display: block;
  overflow: hidden;
  line-height: 22px;
  font-size: 13px;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.broList>li>a:hover .broImg>img {
  transform: scale(1.1);
}
.broList>li>a:hover .broRight .broSubTitle {
  color: #1c468b;
}

	.broList1 {
	  display: block;
	  overflow: hidden;
	  padding-top: 10px;
	}
	.broList1>li {
	  margin: 10px 0.5%;  width:49%; float:left; border:1px solid #CCCCCC;
	}
	.broList1>li>a {
	  display: flex;
	  overflow: hidden;
	  background-color: #fff;
	}
	.broList1>li>a .broImg {
	  width: 175px;
	  float: left;
	  overflow: hidden;
	  position: relative;
	}
	.broList1>li>a .broImg::before {
	  content: "";
	  display: block;
	  padding-top: 68.57143%;
	}
	.broList1>li>a .broRight {
	  width: calc(100% - 175px);
	  float: left;
	  display: flex;
	  flex-wrap: wrap;
	  align-items: center;
	  padding: 30px 20px;
	  position: relative;
	}
	.broList1>li>a .broRight::after {
	  content: "";
	  width: 30px;
	  float: left;
	  height: 22px;
	  background: url(../images/bro_more.png) no-repeat center center;
	  background-size: 100% 100%;
	  position: absolute;
	  right: 30px;
	  top: 50%;
	  transform: translateY(-50%);
	}
	.broList1>li>a .broRight .broSubTitle {
	  width: 90%;
	  display: block;
	  overflow: hidden;
	  line-height: 28px;
	  font-size: 16px;
	  color: #333;
	  text-overflow: ellipsis;
	  white-space: nowrap;
	}
	.broList1>li>a .broRight .broSubTxt {
	  width: 90%;
	  display: block;
	  overflow: hidden;
	  line-height: 22px;
	  font-size: 13px;
	  color: #333;
	  text-overflow: ellipsis;
	  white-space: nowrap;
	}
	.broList1>li>a:hover .broImg>img {
	  transform: scale(1.1);
	}
	.broList1>li>a:hover .broRight .broSubTitle {
	  color: #1c468b;
	}

.honor {
  width: 58%;
  float: left;
  overflow: hidden;
  background: url(../images/honor_bj.jpg) no-repeat center center;
  background-size: cover;
  padding: 90px 0 115px 0;
}
.honorBox {
  width: 100%;
  float: left;
  max-width: 916px;
  padding-left: 100px;
}
.honor .broCn,
.honor .broEn {
  color: #fff;
}
.honor .broCn::after {
  background-color: #fff;
}
.honorContect {
  display: block;
  overflow: hidden;
  margin-top: 40px;
  position: relative;
  padding: 0 70px;
}
.honorSwiper .swiper-slide>a {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: block;
}
.honorSwiper .swiper-slide>a::before {
  content: "";
  display: block;
  padding-top: 152.9703%;
}
.honor-prev,
.honor-next {
  width: 28px;
  float: left;
  height: 28px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../images/honorLeft.png);
  cursor: pointer;
}
.honor-next {
  left: initial;
  right: 0;
  background-image: url(../images/honorRight.png);
}

@media (max-width: 1520px) {
  .bro {
    padding: 70px 0 30px 0;
  }
  .broBox {
    padding: 0 50px;
  }
  .honor {
    padding: 70px 0 90px 0;
  }
  .honorBox {
    padding: 0 50px;
  }
}

@media (max-width: 1200px) {
  .bro {
    padding: 50px 0 30px 0;
  }
  .broBox {
    padding: 0 30px;
  }
  .broList>li>a .broImg {
    width: 150px;
  }
  .broList>li>a .broRight {
    width: calc(100% - 150px);
    padding: 20px;
  }
	.broList1>li>a .broImg {
	  width: 150px;
	}
	.broList1>li>a .broRight {
	  width: calc(100% - 150px);
	  padding: 20px 40px 20px 20px;
	}
	
  .honor {
    padding: 50px 0;
  }
  .honorBox {
    padding: 0 30px;
  }
  .honorContect {
    padding: 0 40px;
  }
}

@media (max-width: 991px) {
  .bro {
    width: 100%;
    padding: 20px 0;
    height: 50%;
    display: flex;
  }
  .broBox {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .broList {
    flex: 1;
  }
  .broList>li {
    width: 100%;
    height: 33.33333%;
    margin-bottom: 0;
    padding-bottom: 20px;
    display: flex;
  }
  .broList>li>a {
    width: 100%;
  }
  .broList>li:last-child {
    padding: 0;
  }
	
	.broList1>li {
	  width: 100%;
	  height: auto;
	  margin: 0 0 20px 0;
	  padding-bottom: 0;
	  display: flex;
	}
	.broList1>li>a {
	  width: 100%;
	}

  .honor {
    width: 100%;
    height: 50%;
    padding: 20px 0;
  }
  .honorBox {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .bro {
    padding: 15px 0;
		height: auto;
  }
  .broBox {
    padding: 0 15px;
  }
  .broCn {
    line-height: 30px;
    font-size: 20px;
    text-align: center;
  }
  .broCn::after {
    margin: 2px auto;
  }
  .broEn {
    line-height: 16px;
    font-size: 12px;
    text-align: center;
  }
  .broList>li {
    padding: 0;
		height: auto;
    margin-bottom: 10px;
  }
  .broList>li>a .broImg {
    width: 120px;
  }
  .broList>li>a .broImg::before {
    padding-top: 75%;
  }
  .broList>li>a .broRight {
    width: calc(100% - 120px);
    padding: 10px 40px 10px 10px;
  }
  .broList>li>a .broRight::after {
    right: 10px;
  }
	
	.broList1>li {
	  margin-bottom: 10px; width:99%;
	}
	.broList1>li>a .broImg {
	  width: 120px;
	}
	.broList1>li>a .broImg::before {
	  padding-top: 75%;
	}
	.broList1>li>a .broRight {
	  width: calc(100% - 120px);
	  padding: 10px;
	}
	.broList1>li>a .broRight::after {
	  right: 10px;
	}

  .honor {
    padding: 15px 0;
  }
  .honorContect {
    margin-top: 15px;
  }
  .honorBox {
    padding: 0 15px;
  }
}

/* 新闻中心 */
.news {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 70px 0;
  display: flex;
}
.news>.container {
  align-content: center;
}
.newsContect {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
  margin-top: 50px;
}
.newsBox {
  width: 480px;
  float: left;
  border: 1px solid #eee;
  border-bottom-width: 3px;
  padding: 20px 20px 0 20px;
}
.newsBox>.newsTitle {
  display: block;
  overflow: hidden;
  line-height: 40px;
}
.newsBox>.newsTitle>span {
  float: left;
  position: relative;
  font-size: 24px;
  color: #333;
  padding-right: 20px;
}
.newsBox>.newsTitle>span::after {
  content: "";
  width: 96px;
  float: left;
  height: 2px;
  background-color: #1d478b;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.newsBox>.newsTxtBox {
  display: block;
  overflow: hidden;
  padding: 15px 20px 20px 20px;
  border-bottom: 1px solid #e5e5e5;
}
.newsBox>.newsTxtBox .newsImg {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.newsBox>.newsTxtBox .newsImg::before {
  content: "";
  display: block;
  padding-top: 37.6559%;
}
.newsBox>.newsTxtBox .newsSubTitle {
  display: block;
  overflow: hidden;
  line-height: 28px;
  font-size: 16px;
  color: #333;
  margin-top: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsBox>.newsTxtBox .newsSubTxt {
  display: block;
  overflow: hidden;
  height: 48px;
  line-height: 24px;
  margin-top: 10px;
  font-size: 13px;
  color: #666;
}
.newsBox>.newsTxtBox:hover .newsImg>img {
  transform: scale(1.1);
}
.newsBox>.newsTxtBox:hover .newsSubTitle {
  color: #1d478b;
}
.newsList {
  display: block;
  overflow: hidden;
}
.newsList>li {
  display: block;
  overflow: hidden;
}
.newsList>li>a {
  display: block;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  font-size: 13px;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsList>li>a::before {
  content: "";
  width: 16px;
  float: right;
  height: 16px;
  background: url(../images/news_more.png) no-repeat center center;
  background-size: 100% 100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 10px;
}
.newsList>li>a:hover {
  color: #1d478b;
}

.comList {
  display: block;
  overflow: hidden;
}
.comList li {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0;
  line-height: 30px;
}
.comList li:last-child {
  border-bottom: none;
}
.comList li>h2 {
  display: block;
  overflow: hidden;
  padding: 0 40px 0 10px;
  position: relative;
  font-weight: normal;
}
.comList li>h2::after {
  content: "";
  width: 16px;
  float: left;
  height: 16px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/news_more.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  cursor: pointer;
}
.comList li>h2>a {
  float: left;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #333;
}
.comList li>h2>a:hover {
  text-decoration: underline;
  color: #1d478b;
}
.comList li .newsTxtBox {
  display: none;
  width: 100%;
  overflow: hidden;
  padding: 10px;
  transition: initial;
}
.comList 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;
}
.comList li.actived>h2::after {
  background-image: url(../images/news_jiantou.png);
}

@media (max-width: 1520px) {
  .news {
    padding: 70px 0;
  }
  .newsBox {
    width: 32%;
  }
}

@media (max-width: 1200px) {
  .news {
    padding: 50px 0;
  }
}

@media (max-width: 991px) {
  .news {
    padding: 30px 0;
  }
  .newsBox>.newsTxtBox {
    padding: 15px 0 20px 0;
  }
}

@media (max-width: 767px) {
  .news {
    padding: 15px 0;
  }
  .newsContect {
    margin-top: 10px;
  }
  .newsBox {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
  }
  .newsBox>.newsTitle {
    line-height: 30px;
  }
  .newsBox>.newsTitle>span {
    font-size: 20px;
    padding-right: 10px;
  }
  .newsBox>.newsTitle>span::after {
    width: 50px;
  }
  .newsBox>.newsTxtBox {
    display: block;
    padding: 10px 0;
  }
  .newsBox>.newsTxtBox .newsImg {
    width: 90px;
    float: left;
    margin-right: 15px;
  }
  .newsBox>.newsTxtBox .newsImg::before {
    padding-top: 100%;
  }
  .newsBox>.newsTxtBox .newsSubTitle {
    line-height: 24px;
    color: #333;
    margin-top: 0;
  }
  .newsList>li>a {
    height: 38px;
    line-height: 38px;
    padding: 0 10px;
  }
  .comList {
    margin-top: 0;
  }
  .comList li {
    padding: 5px 0;
  }
  .comList li .newsTxtBox .newsTxt {
    height: 120px;
    line-height: 24px;
    -webkit-line-clamp: 5;
  }
}

/* 合作伙伴 */
.coop {
  width: 100%;
  overflow: hidden;
  background-color: #eee;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  flex: 1;
	min-height: 200px
}
.coopSwiper {
  width: 100%;
  margin-top: 50px;
}
.coopSwiper .swiper-slide>a {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  background-color: #fff;
}
.coopSwiper .swiper-slide>a::before {
  content: "";
  display: block;
  padding-top: 56.1112%;
}
.coopSwiper .swiper-slide>a:hover>img {
  transform: scale(1.1);
}

@media (max-width: 991px) {
  .coopSwiper {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .coop {
    padding: 15px 0;
  }
  .coopSwiper {
    margin-top: 15px;
  }
}
/* END-main */

/* 公司 */
.main {
  width: 100%;
  overflow: hidden;
}
.mainTitle {
  width: 100%;
  float: left;
  background-color: #f5f5f5;
  line-height: 40px;
}
.dqwzNav {
  float: right;
  min-width: 250px;
  background: url(../images/dqwz_icon.png) no-repeat left center;
  padding-left: 25px;
  font-size: 13px;
  color: #333;
}
.dqwzNav>span {
  color: #024189;
  text-decoration: underline;
}

.mainContect {
  width: 100%;
  float: left;
  padding: 100px 0;
}
.mainLeft {
  width: 285px;
  float: left;
}
.leftMenu {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
.menuTitle {
  display: block;
  overflow: hidden;
  background-color: #1c468b;
  padding: 35px 0 35px 40px;
}
.menuTitle>div {
  display: block;
  overflow: hidden;
  background: url(../images/menu_icon.png) no-repeat left 7px;
  padding-left: 40px;
  color: #fff;
  line-height: 20px;
  font-size: 14px;
}
.menuTitle>div::after {
  content: "";
  width: 50px;
  display: block;
  height: 1px;
  background-color: #fff;
  margin-top: 5px;
}
.menuTitle>div>span {
  display: block;
  overflow: hidden;
  line-height: 34px;
  font-size: 24px;
}
.menuList {
  display: block;
  overflow: hidden;
  transition: initial;
  padding-top: 1px;
}
.menuList>li {
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
}
.menuList>li>a {
  display: block;
  overflow: hidden;
  padding: 0 50px;
  background-color: #1c468b;
}
.menuList>li>a>span {
  display: block;
  overflow: hidden;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 16px;
  position: relative;
}
.menuList>li>a>span::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.menuList>li:hover>a,
.menuList>li.menuActive>a {
  background-color: #006dca;
}
.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 50px;
  background-color: #f7f8f8;
}
.menuList>li>ul>li>a>span {
  display: block;
  overflow: hidden;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 16px;
  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: block;
  overflow: hidden;
  background-color: #f4f4f4;
  padding: 30px 20px;
}
.menuBox>span {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
}
.menuTxt {
  display: block;
  overflow: hidden;
  line-height: 24px;
  font-size: 13px;
  color: #333;
}
.menuTxt>p {
  display: flex;
  align-items: center;
  padding: 6px 0;
}
.menuTxt>p>img {
  float: left;
  margin-right: 10px;
}

.mainRight {
  width: 1200px;
  float: right;
}
.company {
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 30px;
  color: #333;
}

@media (max-width: 1520px) {
  .mainLeft {
    width: 24%;
  }
  .mainRight {
    width: 74%;
  }
}

@media (max-width: 1200px) {
  .menuList>li>a {
    padding: 0 30px;
  }
  .menuList>li>ul>li>a {
    padding: 0 30px;
  }
}

@media (max-width: 991px) {
  .mainContect {
    padding: 30px 0;
  }
  .mainLeft {
    width: 29%;
  }
  .menuTitle {
    padding: 20px 0 20px 20px;
  }
  .menuList>li>a {
    padding: 0 20px;
  }
  .menuList>li>ul>li>a {
    padding: 0 20px;
  }
  .menuBox {
    padding: 15px 10px;
  }
  .menuBox>span {
    font-size: 15px;
  }
  .mainRight {
    width: 69%;
  }
}

@media (max-width: 767px) {
  .mainContect {
    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 {
    margin: 3px 0 0 0;
  }
  .menuList>li>a>span {
    height: 40px;
    line-height: 40px;
  }
  .menuList>li>ul>li>a>span {
    height: 40px;
    line-height: 40px;
  }
  .mainRight {
    width: 100%;
    padding: 15px 0;
  }
  .company {
    line-height: 24px;
    font-size: 14px;
  }
}
/* END-公司 */

/* 产品 */
.proList {
  width: 1220px;
  display: block;
  overflow: hidden;
}
.proList li {
  width: 285px;
  float: left;
  margin: 0 20px 20px 0;
}
.proList li>a {
  display: block;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  padding-bottom: 25px;
}
.proList li>a .proImg {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.proList li>a .proImg::before {
  content: "";
  display: block;
  padding-top: 85.96492%;
}
.proList li>a .proImg1 {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.proList li>a .proImg1::before {
  content: "";
  display: block;
  padding-top: 135%;
}
.proList li>a .proTxt {
  width: 100%;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #333;
  overflow: hidden; white-space:nowrap; text-overflow:ellipsis;
}
.proList li>a:hover {
  background-color: #1c468b;
  border-color: #1c468b;
}
.proList li>a:hover .proTxt {
  color: #fff;
}



.cpxq {
  display: block;
  overflow: hidden;
  background-color: #f5f5f5;
  padding: 10px;
}
.cpxqLeft {
  width: 420px;
  float: left;
  overflow: hidden;
  position: relative;
  margin-top:30px;
}
.cpxqLeft::before {
  content: "";
  display: block;
  padding-top: 72.973%;
}
.cpxqRight {
  display: block;
  overflow: hidden;
  padding: 30px 20px 0 50px;
}
.cpxqTitle {
  display: block;
  overflow: hidden;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  line-height: 34px;
  margin-bottom: 20px;
}
.cpxqTxt {
  display: block;
  overflow: hidden;
  line-height: 24px;
  font-size: 13px;
  color: #666;
}
.cpxqBox {
  display: block;
  overflow: hidden;
  padding-top: 25px;
}
.cpxqBox>div,
.cpxqBox>a {
  min-width: 200px;
  float: left;
  margin: 0 20px 10px 0;
  border: 1px solid #024189;
  height: 36px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-size: 16px;
  color: #024189;
}
.cpxqDianhua>img {
  float: left;
  margin-right: 10px;
}
.cpxqBox>a.cpxqMore {
  background-color: #024189;
  color: #fff;
}
.cpxqBox>a.cpxqMore>img {
  float: right;
  margin-left: 10px;
}

.cpxqNav {
  width: 100%;
  float: left;
  margin-top: 20px;
  background-color: #fff;
}
.cpxqNav>li {
  min-width: 190px;
  float: left;
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 0 15px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  border-left: 1px solid #c9c9c9;
  cursor: pointer;
}
.cpxqNav>li>a{ color:#333}
.cpxqNav>li img {
  margin-left: 10px;
}
.cpxqNav>li.cpxqActive {
  color: #024189;
  border-left: 2px solid #024189;
}
.cpxqContect {
  width: 100%;
  float: left;
  color: #333;
  font-size: 13px;
  line-height: 36px;
  padding-top: 20px;
}
.cpxqContect>div {
  display: none;
}
.cpxqContect>div:first-child {
  display: block;
}
.cpxqContect img {
  max-width: 80% !important;
  height:auto !important;
  margin: 10px auto;
}

.cpxqList{
	display: block;
	overflow: hidden;
}
.cpxqSubBox{
	display: block;
	overflow: hidden;
}
.cpxqBoxTitle{
	display: block;
	overflow: hidden;
	background: #eee;
	padding: 8px 10px;
	font-size: 16px;
	margin-bottom: 10px;
}
.cpxqSubList{
	display: block;
	overflow: hidden;
}
.cpxqSubList>li{
	display: block;
	overflow: hidden;
	padding: 0 10px 15px 10px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
}
.cpxqSubList>li>dl{
	width: 100%;
	float: left;
}
.cpxqSubList>li>dl>dd{
	width: 15%;
	float: left;
	text-align: center;
	list-style: 30px;
	font-size: 15px;
	color: #333;
}
.cpxqSubList>li>dl>dd:nth-child(1){
	width: 60%;
	text-align: left;
}
.cpxqSubList>li>dl>dd:last-child{
	width: 10%;
}
.cpxqSubList>li>dl>dd:last-child>a{
	width: 30px;
	float: right;
	height: 30px;
	position: relative;
	background-color: #bfbfbf;
	border-radius: 50%;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
}
















@media (max-width: 1520px) {
  .proList {
    width: 102%;
    margin-left: -1%;
  }
  .proList li {
    width: 23%;
    margin: 0 1% 20px 1%;
  }
  .proList li>a {
    padding-bottom: 25px;
  }
  .cpxqRight {
    padding: 50px 50px 0 50px;
  }
}

@media (max-width: 1200px) {
  .proList li {
    width: 31.3333%;
    margin: 0 1% 20px 1%;
  }
  .proList li>a {
    padding-bottom: 15px;
  }
  .cpxqLeft {
    width: 40%;
  }
  .cpxqRight {
    width: 60%;
    padding: 30px 30px 0 30px;
  }
  .cpxqBox>div, .cpxqBox>a {
    min-width: 160px;
  }
}

@media (max-width: 991px) {
  .proList li>a {
    padding-bottom: 0;
  }
  .proList li>a .proImg::before {
    padding-top: 98.96492%;
  }
  .cpxqLeft {
    width: 100%;
  }
  .cpxqLeft::before {
    padding-top: 40%;
  }
  .cpxqRight {
    width: 100%;
    padding: 15px 0;
  }
  .cpxqTitle {
    line-height: 30px;
    margin-bottom: 10px;
  }
  .cpxqBox {
    padding-top: 10px;
  }
  .cpxqNav {
    margin-top: 10px;
  }
  .cpxqNav>li {
    min-width: 33.3333%;
    height: 40px;
    line-height: 40px;
  }
  .cpxqContect {
    line-height: 24px;
    padding-top: 15px;
  }
}

@media (max-width: 767px) {
  .proList li {
    width: 48%;
    margin: 0 1% 10px 1%;
  }
  .proList li>a .proImg::before {
    padding-top: 85.96492%;
  }
	
	
  .cpxqNav>li {
    width: 30%;
    min-width: initial;
    padding: 0 10px;
    font-size: 14px;
  }
  .cpxqNav>li:last-child {
    width: 40%;
  }

  .cpxqTitle {
    font-size: 16px;
  }
  .cpxqContect {
    line-height: 24px;
  }
  .cpxqContect img {
  max-width: 100% !important;
  height:auto !important;
  margin: 10px auto;
}
}
/* END-产品 */

/* 案例 */
.mainRight .caseList {
	display: block;
	overflow: hidden;
  width: 102%;
  margin-left: -1%;
  padding-top: 0;
}
.mainRight .caseList>li {
  width: 31.3333%;
	float: left;
  margin: 0 1% 30px 1%;
}
.caseList>li>a {
  width: 100%;
	display: block;
  overflow: hidden;
  position: relative;
}
.caseList>li>a .caseImg {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.caseList>li>a .caseImg::before {
  content: "";
  display: block;
  padding-top: 70.8334%;
}
.caseList>li>a .caseHover {
  width: 100%;
  overflow: hidden;
  height: 60px;
  background-color: #1c468b;
  font-size: 16px;
  color: #fff;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.caseList>li>a .caseHover::after {
  content: "";
  width: 0;
  height: 0;
  float: left;
  border: 1px solid #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.caseList>li>a:hover .caseHover {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.caseList>li>a:hover .caseHover::after {
  width: calc(100% - 40px);
  height: calc(100% - 40px);
}

@media (max-width: 1200px) {
  .mainRight .caseList>li {
    margin: 0 1% 20px 1%;
  }
	.caseList>li>a .caseHover {
	  height: 40px;
	}
}

@media (max-width: 991px) {
  .mainRight .caseList>li {
    width: 48%;
    margin: 0 1% 20px 1%;
  }
}

@media (max-width: 767px) {
  .mainRight .caseList>li {
    margin: 0 1% 10px 1%;
  }
	.caseList>li>a .caseHover {
	  height: 36px;
	  font-size: 14px;
	}
}
/* END-案例 */

/* 视频 */
.videoList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.videoList>li {
  width: calc(50% - 10px);
  float: left;
  margin-bottom: 20px;
}
.videoList>li .videoImg {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.videoList>li .videoImg::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.videoList>li .videoImg>video {
  width: 100%;
  height: 100%;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.videoList>li .videoTxt {
  display: block;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  background-color: #024189;
  font-size: 16px;
  color: #fff;
  text-align: center;
}

@media (max-width: 991px) {
  .videoList>li {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .videoList>li {
    margin-bottom: 10px;
  }
  .videoList>li .videoTxt {
    height: 40px;
    line-height: 40px;
  }
}
/* END-视频 */

/* 新闻 */
.xwList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}
.xwList>li {
  width: calc(50% - 15px);
  float: left;
  margin-bottom: 30px;
}
.xwList>li>a {
  display: flex;
  background-color: #f5f5f5;
}
.xwList>li>a .xwImg {
  width: 35%;
  float: left;
  overflow: hidden;
  position: relative;
}
.xwList>li>a .xwRight {
  width: 65%;
  float: left;
  padding: 20px;
}
.xwList>li>a .xwRight .xwTitle {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 16px;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.xwList>li>a .xwRight .xwTxt {
  display: block;
  overflow: hidden;
  height: 90px;
  line-height: 30px;
  font-size: 14px;
  color: #333;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 10px 0;
}
.xwList>li>a .xwRight .xwTime {
  line-height: 20px;
  font-size: 12px;
  color: #666;
}
.xwList>li>a:hover {
  background-color: #024189;
}
.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;
}
.xwxqTitle {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  line-height: 1.8;
}
.xwxqImg{ width:100%; text-align:center; display:block; margin:10px auto;}
.xwxqImg img{ max-width:800px;}
.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;
}
.xwxqTxt {
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 30px;
  padding-top: 10px;
}
.xwxqTxt img {
  max-width: 100% !important;
  height: auto !important; margin:5px;
}

@media (max-width: 1200px) {
  .xwList>li {
    margin-bottom: 20px;
  }
  .xwList>li>a .xwRight {
    padding: 15px;
  }
  .xwList>li>a .xwRight .xwTxt {
    height: 72px;
    line-height: 24px;
    margin: 5px 0;
  }
}

@media (max-width: 991px) {
  .xwList>li {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .xwList>li {
    margin-bottom: 10px;
  }
  .xwList>li>a .xwRight {
    padding: 10px;
  }
  .xwList>li>a .xwRight .xwTitle {
    line-height: 24px;
  }
  .xwList>li>a .xwRight .xwTxt {
    height: 48px;
    -webkit-line-clamp: 2;
  }

  .xwxqTitle {
    font-size: 16px;
  }
  .xwxqContect {
    line-height: 24px;
  }
}
/* END-新闻 */

/* 联系我们 */
.contactTxt {
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 36px;
}
.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-联系我们 */