@charset "UTF-8";
.heLng a {
  font-size: 14px;
  color: #666666;
  display: none;
}

.heLng a.act {
  display: block;
}

.hbanner {
  width: 100%;
}

.hbanner .pcBanner {
  width: 100%;
  height: 566px;
}

.hbanner .pcBanner .swiper {
  width: 100%;
  height: 100%;
  position: relative;
}

.hbanner .pcBanner .swiper .swiper-slide {
  width: 100%;
  height: 100%;
}

.hbanner .pcBanner .swiper .swiper-slide .pcswia {
  width: 100%;
  height: 100%;
  display: block;
}

.hbanner .pcBanner .swiper .swiper-slide .pcswia .pcswiaImg {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.hbanner .pcBanner .swiper .swiper-button-prev {
  width: 30px;
  height: 100%;
  left: 2%;
  top: 0;
  margin-top: 0;
  opacity: 0;
  transition: 0.3s linear;
}

.hbanner .pcBanner .swiper .swiper-button-next {
  width: 30px;
  height: 100%;
  right: 2%;
  top: 0;
  margin-top: 0;
  opacity: 0;
  transition: 0.3s linear;
}

.hbanner .pcBanner .swiper:hover .swiper-button-prev {
  opacity: 1;
  left: 6%;
}

.hbanner .pcBanner .swiper:hover .swiper-button-next {
  opacity: 1;
  right: 6%;
}

.hbanner .pcBanner .swiper .swiper-button-prev::after,
.hbanner .pcBanner .swiper .swiper-button-next::after {
  font-size: 40px;
  color: #ffffff;
  font-weight: bold;
}

.hbanner .pcBanner .swiper .swiper-pagination {
  z-index: 4;
}

.hbanner .pcBanner .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  opacity: 1;
  background: #ffffff;
  margin-right: 8px;
}

.hbanner .pcBanner .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #2547a9;
}

.mainHome .homeSearch {
  width: 100%;
  padding: 0 20px;
}

.mainHome .homeSearch .hschBox {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  padding: 15px 0;
}

.mainHome .homeSearch .hschBox .hsdchLeft {
  width: 0;
  flex: 1;
  line-height: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  white-space: nowrap;
}

.mainHome .homeSearch .hschBox .hsdchLeft .hsdchSp {
  font-size: 14px;
  color: #323232;
}

.mainHome .homeSearch .hschBox .hsdchLeft .hsdchB {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.mainHome .homeSearch .hschBox .hsdchLeft .hsdchB .hsdcha {
  font-size: 14px;
  color: #676767;
  margin-right: 10px;
}

.mainHome .homeSearch .hschBox .hsdchLeft .hsdchB .hsdcha:last-child {
  margin-right: 0;
}

.mainHome .homeSearch .hschBox #searchForm {
  width: 60%;
  max-width: 550px;
}

.mainHome .homeSearch .hschBox .hsdchRight {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}

.mainHome .homeSearch .hschBox .hsdchRight .hsdchCo {
  width: 0;
  flex: 1;
  height: 40px;
  border: 1px solid #d5d5d5;
  font-size: 14px;
  color: #333333;
  padding: 0 15px;
  margin-right: 10px;
  border-radius: 4px;
  background: #ffffff;
}

.mainHome .homeSearch .hschBox .hsdchRight .hsdchCo .hsdchCoInput {
  width: 100%;
  height: 100%;
  display: block;
}

.mainHome .homeSearch .hschBox .hsdchRight .hsdchSe {
  width: 140px;
  height: 40px;
  border: 1px solid #d5d5d5;
  font-size: 14px;
  color: #333333;
  margin-right: 10px;
  border-radius: 4px;
  overflow: hidden;
  background: #ffffff;
}

.mainHome .homeSearch .hschBox .hsdchRight .hsdchSe .hsdchSelect {
  width: 100%;
  height: 100%;
  padding: 0 15px;
  -webkit-appearance: none;
  appearance: none;
  background: url("../img/seb.png") no-repeat center right 15px;
  background-size: 11px 9px;
}

.mainHome .homeSearch .hschBox .hsdchRight .hsdchBtns {
  width: 50px;
  height: 40px;
  background: #2547a9;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  border-radius: 4px;
  cursor: pointer;
}

.mainHome .homeSearch .hschBox .hsdchRight .hsdchBtns .hsdchBtn {
  width: 19px;
  height: 19px;
  display: block;
}

.mainHome .homeProud {
  width: 100%;
  background: #f1f5f8;
  padding: 80px 20px;
}

.mainHome .homeProud .homeProudC {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.mainHome .homeProud .homeProudC .hpLeft {
  width: 275px;
  margin-right: 25px;
}

.mainHome .homeProud .homeProudC .hpRight {
  width: 0;
  flex: 1;
}

.mainHome .homeProud .homeProudC .hpRight .hpTit {
  line-height: 30px;
  padding: 12px 0;
  width: 100%;
  border-bottom: 1px solid #cbcbcb;
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}

.mainHome .homeProud .homeProudC .hpRight .hpTit .hpTitName {
  font-size: 26px;
  color: #2547a9;
  font-weight: bold;
}

.mainHome .homeProud .homeProudC .hpRight .hpTit .hpTitMore {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  height: 30px;
  padding: 0 0 0 15px;
  border: 1px solid transparent;
  transition: 0.3s ease;
}

.mainHome .homeProud .homeProudC .hpRight .hpTit .hpTitMore .tname {
  font-size: 14px;
  color: #333333;
  margin-right: 8px;
}

.mainHome .homeProud .homeProudC .hpRight .hpTit .hpTitMore .ticon {
  width: 20px;
  height: 20px;
  display: block;
  background: url("../img/jt5.png") no-repeat center center;
  background-size: contain;
}

.mainHome .homeProud .homeProudC .hpRight .prodUl {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.mainHome .homeProud .homeProudC .hpRight .prodUl .prodLi {
  width: calc((100% - 20px) / 3);
  margin-right: 10px;
  margin-bottom: 10px;
}

.mainHome .homeProud .homeProudC .hpRight .prodUl .prodLi:nth-child(3n) {
  margin-right: 0;
}

.mainHome .homeProud .homeProudC .hpRight .prodUl .prodLi .prodIt {
  border: 1px solid #cbcbcb;
  transition: 0.3s linear;
  overflow: hidden;
  border-radius: 4px;
  background: #ffffff;
}

.mainHome .homeProud .homeProudC .hpRight .prodUl .prodLi .prodIt .prImgs {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: block;
}

.mainHome .homeProud .homeProudC .hpRight .prodUl .prodLi .prodIt .prImgs .zwImg {
  width: 100%;
  display: block;
}

.mainHome .homeProud .homeProudC .hpRight .prodUl .prodLi .prodIt .prImgs .prImg {
  height: 100%;
  object-fit: contain;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: 0.3s ease;
}

.mainHome .homeProud .homeProudC .hpRight .prodUl .prodLi .prodIt .prInfo {
  padding: 16px 16px 16px;
  width: 100%;
}

.mainHome .homeProud .homeProudC .hpRight .prodUl .prodLi .prodIt .prInfo .sales {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin-bottom: 15px;
}

.mainHome .homeProud .homeProudC .hpRight .prodUl .prodLi .prodIt .prInfo .sales .cxdj {
  font-size: 14px;
  color: #333333;
  margin-right: 8px;
}

.mainHome .homeProud .homeProudC .hpRight .prodUl .prodLi .prodIt .prInfo .sales .stars {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}

.mainHome .homeProud .homeProudC .hpRight .prodUl .prodLi .prodIt .prInfo .sales .stars .star {
  display: block;
  width: 16px;
  height: 16px;
  background: url("../img/star.png") no-repeat center center;
  background-size: contain;
  margin-right: 5px;
}

.mainHome .homeProud .homeProudC .hpRight .prodUl .prodLi .prodIt .prInfo .sales .stars .star:last-child {
  margin-right: 0;
}

.mainHome .homeProud .homeProudC .hpRight .prodUl .prodLi .prodIt .prInfo .showBtns {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.mainHome .homeProud .homeProudC .hpRight .prodUl .prodLi .prodIt .prInfo .showBtns .btnitem {
  width: calc((100% - 10px) / 2);
  line-height: 32px;
  text-align: center;
  font-size: 14px;
  border-radius: 34px;
}

.mainHome .homeProud .homeProudC .hpRight .prodUl .prodLi .prodIt .prInfo .showBtns .btnitem.showDes {
  color: #2648ac;
  border: 1px solid #2648ac;
  margin-right: 10px;
}

.mainHome .homeProud .homeProudC .hpRight .prodUl .prodLi .prodIt .prInfo .showBtns .btnitem.showDes:hover {
  background: #2648ac;
  color: #ffffff;
}

.mainHome .homeProud .homeProudC .hpRight .prodUl .prodLi .prodIt .prInfo .showBtns .btnitem.ication {
  color: #f18832;
  border: 1px solid #f18832;
}

.mainHome .homeProud .homeProudC .hpRight .prodUl .prodLi .prodIt .prInfo .showBtns .btnitem.ication:hover {
  background: #f18832;
  color: #ffffff;
}

.mainHome .homeProud .homeProudC .hpRight .prodUl .prodLi .title {
  text-align: center;
  padding: 15px 0;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.mainHome .homeProud .homeProudC .hpRight .prodUl .prodLi .title .titleSpan {
  line-height: 30px;
  font-size: 16px;
  color: #333333;
  font-weight: bold;
}

.mainHome .homeProud .homeProudC .hpRight .prodUl .prodLi:hover .prodIt {
  border: 1px solid rgba(0, 0, 0, 0);
  box-shadow: 0 0 8px 1px #cbcbcb;
}

.mainHome .advantage .advantageC {
  background: #ffffff url("../img/adbg3.jpg") no-repeat center bottom;
  background-size: cover;
}

.mainHome .advantage .advantageC .advTi {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  background: #284aaf url("../img/adbg2.jpg") no-repeat center center;
  background-size: cover;
  padding: 40px 20px 50px;
  position: relative;
}

.mainHome .advantage .advantageC .advTi .adjT {
  width: 45px;
  height: 45px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  background: url("../img/jt8.png") no-repeat center center;
  background-size: contain;
  display: block;
}

.mainHome .advantage .advantageC .advTi .advTiH2 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: baseline;
  align-content: center;
}

.mainHome .advantage .advantageC .advTi .advTiH2 .advS1 {
  font-size: 32px;
  color: #ffffff;
}

.mainHome .advantage .advantageC .advTi .advTiH2 .advS2 {
  font-size: 45px;
  color: #ffffff;
}

.mainHome .advantage .advantageC .advTi .advTic {
  margin-top: 25px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.mainHome .advantage .advantageC .advTi .advTic span {
  font-size: 18px;
  color: #ffffff;
  background: #f18832;
  padding: 0 24px;
  line-height: 32px;
  border-radius: 32px;
  margin-right: 15px;
}

.mainHome .advantage .advantageC .advTi .advTic span:last-child {
  margin-right: 0;
}

.mainHome .advantage .advantageC .advCont {
  width: 100%;
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 70px 0 50px;
}

.mainHome .advantage .advantageC .advCont .adLeft1 {
  width: 60%;
  max-width: 660px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.mainHome .advantage .advantageC .advCont .adLeft1 .adswiper1 {
  width: 100%;
  padding: 0 50px;
  box-sizing: border-box;
  position: relative;
}

.mainHome .advantage .advantageC .advCont .adLeft1 .adswiper1 .swiper {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.mainHome .advantage .advantageC .advCont .adLeft1 .adswiper1 .swiper .swiper-slide {
  width: 100%;
}

.mainHome .advantage .advantageC .advCont .adLeft1 .adswiper1 .swiper .swiper-slide .adswia {
  width: 100%;
  display: block;
}

.mainHome .advantage .advantageC .advCont .adLeft1 .adswiper1 .swiper .swiper-slide .adswia .adswiaImg {
  width: 100%;
  height: 100%;
  display: block;
}

.mainHome .advantage .advantageC .advCont .adLeft1 .adswiper1 .swiper-button-prev {
  width: 45px;
  height: 45px;
  left: 0;
}

.mainHome .advantage .advantageC .advCont .adLeft1 .adswiper1 .swiper-button-next {
  width: 45px;
  height: 45px;
  right: 0;
}

.mainHome .advantage .advantageC .advCont .adLeft1 .adswiper1 .swiper-button-prev::after,
.mainHome .advantage .advantageC .advCont .adLeft1 .adswiper1 .swiper-button-next::after {
  font-size: 20px;
  font-weight: bold;
  color: #999999;
}

.mainHome .advantage .advantageC .advCont .adRight2 {
  width: 0;
  flex: 1;
}

.mainHome .advantage .advantageC .advCont .adRight2 .adrUl {
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}

.mainHome .advantage .advantageC .advCont .adRight2 .adrUl .adrLi {
  width: 100%;
  max-width: 450px;
  margin: 0 auto 30px;
}

.mainHome .advantage .advantageC .advCont .adRight2 .adrUl .adrLi:last-child {
  margin-bottom: 0;
}

.mainHome .advantage .advantageC .advCont .adRight2 .adrUl .adrLi .icAllTi {
  width: 100%;
  position: relative;
  padding: 0 0 0 30px;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.mainHome .advantage .advantageC .advCont .adRight2 .adrUl .adrLi .icAllTi .icPhone {
  width: 70px;
  height: 80px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.mainHome .advantage .advantageC .advCont .adRight2 .adrUl .adrLi .icAllTi .icPhone .pimg {
  width: 100%;
  height: 100%;
  display: block;
}

.mainHome .advantage .advantageC .advCont .adRight2 .adrUl .adrLi .icAllTi .icAllC {
  width: 100%;
  height: 64px;
  border: 2px solid #ffffff;
  border-radius: 12px;
  padding: 0 20px 0 50px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  background: linear-gradient(to bottom, #e2e6ee, #e5e9f1, #ebeef4, #f1f3f9, #f2f5fa);
}

.mainHome .advantage .advantageC .advCont .adRight2 .adrUl .adrLi .icAllTi .icAllC .ich2 {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  line-height: 28px;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.mainHome .advantage .advantageC .advCont .adRight2 .adrUl .adrLi .icAllTi .icAllC .ich2 .stred {
  color: #2c4db1;
}

.mainHome .advantage .advantageC .advCont .adRight2 .adrUl .adrLi .icAllTi .icAllC .icp {
  width: 100%;
  font-size: 10px;
  color: #999999;
  line-height: 18px;
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.mainHome .advantage .advantageC .advCont .adRight2 .adrUl .adrLi .zzUl {
  width: 100%;
  padding: 0 0 0 84px;
}

.mainHome .advantage .advantageC .advCont .adRight2 .adrUl .adrLi .zzUl .zzLi {
  width: 100%;
  background: url("../img/seb2.png") no-repeat center left;
  background-size: 11px 11px;
  padding: 0 0 0 20px;
  box-sizing: border-box;
  margin-bottom: 8px;
}

.mainHome .advantage .advantageC .advCont .adRight2 .adrUl .adrLi .zzUl .zzLi .zzLiP {
  line-height: 30px;
  width: 100%;
  font-size: 16px;
  color: #333333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.mainHome .advantage .advantageC .advList {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.mainHome .advantage .advantageC .advList .advUl {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  border: 1px solid #cecece;
}

.mainHome .advantage .advantageC .advList .advUl .advLi {
  width: 20%;
  background: #ffffff;
  border-right: 1px solid #cecece;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}

.mainHome .advantage .advantageC .advList .advUl .advLi:last-child {
  border-right: none;
}

.mainHome .advantage .advantageC .advList .advUl .advLi .advLiImgs {
  width: 100%;
  margin-bottom: 5px;
}

.mainHome .advantage .advantageC .advList .advUl .advLi .advLiImgs .advLiImg {
  width: 45px;
  height: 45px;
  margin: 0 auto;
}

.mainHome .advantage .advantageC .advList .advUl .advLi .advLiImgs .advLiImg.imdef {
  display: block;
}

.mainHome .advantage .advantageC .advList .advUl .advLi .advLiImgs .advLiImg.imAct {
  display: none;
}

.mainHome .advantage .advantageC .advList .advUl .advLi .advLiInfo {
  width: 100%;
  text-align: center;
}

.mainHome .advantage .advantageC .advList .advUl .advLi .advLiInfo .advLiInfoH2 {
  font-size: 18px;
  line-height: 30px;
  color: #333333;
}

.mainHome .advantage .advantageC .advList .advUl .advLi .advLiInfo .advLiInfoP {
  font-size: 14px;
  line-height: 20px;
  color: #666666;
}

.mainHome .advantage .advantageC .advList .advUl .advLi:hover {
  background: #f18832;
  cursor: pointer;
}

.mainHome .advantage .advantageC .advList .advUl .advLi:hover .advLiImgs .advLiImg.imdef {
  display: none;
}

.mainHome .advantage .advantageC .advList .advUl .advLi:hover .advLiImgs .advLiImg.imAct {
  display: block;
}

.mainHome .advantage .advantageC .advList .advUl .advLi:hover .advLiInfo .advLiInfoH2 {
  color: #ffffff;
}

.mainHome .advantage .advantageC .advList .advUl .advLi:hover .advLiInfo .advLiInfoP {
  color: #ffffff;
}

.mainHome .scheme {
  padding: 60px 20px 50px;
  background: #ffffff url("../img/schemeBg.jpg") no-repeat center bottom;
  background-size: cover;
}

.mainHome .scheme .schemeC {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.mainHome .scheme .schemeC .schemeBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 45px;
}

.mainHome .scheme .schemeC .schemeBox .scWap {
  width: 100%;
  display: none;
  justify-content: space-around;
  margin-bottom: 20px;
}

.mainHome .scheme .schemeC .schemeBox .scWap .scWapI {
  width: 30%;
  height: 44px;
  background: #284aaf;
  color: #ffffff;
  line-height: 44px;
  text-align: center;
  font-size: 14px;
  border-radius: 22px 0 22px 0;
}

.mainHome .scheme .schemeC .schemeBox .scWap .scWapI.act {
  background: #f18832;
}

.mainHome .scheme .schemeC .schemeBox .scLeft {
  width: 275px;
  background: linear-gradient(to bottom, #355ccb, #335ac7, #2d52bb, #2649ac);
}

.mainHome .scheme .schemeC .schemeBox .scLeft .scLcont .menuTitH {
  width: 100%;
  padding: 25px 15px;
  box-sizing: border-box;
}

.mainHome .scheme .schemeC .schemeBox .scLeft .scLcont .menuTitH .mHP {
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 22px;
}

.mainHome .scheme .schemeC .schemeBox .scLeft .scLcont .menuTitH .mHspan {
  display: block;
  width: 100%;
  height: 30px;
  border-left: 1px solid #ffffff;
  margin: 15px 0;
}

.mainHome .scheme .schemeC .schemeBox .scLeft .scLcont .menuTitH .mHh2 {
  font-size: 36px;
  color: #ffffff;
  line-height: 40px;
  font-weight: bold;
}

.mainHome .scheme .schemeC .schemeBox .scLeft .scLcont .scUl {
  width: 100%;
  padding: 35px 35px;
}

.mainHome .scheme .schemeC .schemeBox .scLeft .scLcont .scUl .scLi {
  margin-bottom: 20px;
  padding: 25px 25px;
  border-radius: 25px 0 25px 0;
  background: #ffffff;
  cursor: pointer;
}

.mainHome .scheme .schemeC .schemeBox .scLeft .scLcont .scUl .scLi .scDiv {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  line-height: 30px;
}

.mainHome .scheme .schemeC .schemeBox .scLeft .scLcont .scUl .scLi .scDiv .scDivSpan {
  font-size: 16px;
  color: #666666;
}

.mainHome .scheme .schemeC .schemeBox .scLeft .scLcont .scUl .scLi .scDiv .scDivIco {
  width: 20px;
  height: 20px;
  background: url("../img/jt7.png") no-repeat center center;
  background-size: contain;
  opacity: 0;
}

.mainHome .scheme .schemeC .schemeBox .scLeft .scLcont .scUl .scLi:hover, .mainHome .scheme .schemeC .schemeBox .scLeft .scLcont .scUl .scLi.act {
  background: #f18832;
}

.mainHome .scheme .schemeC .schemeBox .scLeft .scLcont .scUl .scLi:hover .scDivSpan, .mainHome .scheme .schemeC .schemeBox .scLeft .scLcont .scUl .scLi.act .scDivSpan {
  color: #ffffff;
}

.mainHome .scheme .schemeC .schemeBox .scLeft .scLcont .scUl .scLi:hover .scDiv .scDivIco, .mainHome .scheme .schemeC .schemeBox .scLeft .scLcont .scUl .scLi.act .scDiv .scDivIco {
  opacity: 1;
}

.mainHome .scheme .schemeC .schemeBox .scRight {
  flex: 1;
  width: 0;
  background: #ffffff;
}

.mainHome .scheme .schemeC .schemeBox .scRight .scRbox {
  width: 100%;
}

.mainHome .scheme .schemeC .schemeBox .scRight .scRbox .scItem {
  width: 100%;
  padding: 20px 30px 35px;
  background: #ffffff;
  display: none;
}

.mainHome .scheme .schemeC .schemeBox .scRight .scRbox .scItem.act {
  display: block;
}

.mainHome .scheme .schemeC .schemeBox .scRight .scRbox .scItem .scItemMdu {
  width: 100%;
}

.mainHome .scheme .schemeC .schemeBox .scRight .scRbox .scItem .scItemMdu .scItTi {
  padding: 15px 0;
  line-height: 30px;
  border-bottom: 1px solid #d2d2d2;
}

.mainHome .scheme .schemeC .schemeBox .scRight .scRbox .scItem .scItemMdu .scItTi .scItTiName {
  font-size: 26px;
  color: #2547a9;
  font-weight: bold;
}

.mainHome .scheme .schemeC .schemeBox .scRight .scRbox .scItem .scItemMdu .scItTi .scItTisubName {
  font-size: 14px;
  color: #666666;
}

.mainHome .scheme .schemeC .schemeBox .scRight .scRbox .scItem .scItemMdu .scItInfo {
  display: flex;
  justify-content: space-between;
  padding: 25px 0 20px;
}

.mainHome .scheme .schemeC .schemeBox .scRight .scRbox .scItem .scItemMdu .scItInfo .scItIImgs {
  width: 40%;
  max-width: 340px;
  height: 250px;
  margin-right: 30px;
}

.mainHome .scheme .schemeC .schemeBox .scRight .scRbox .scItem .scItemMdu .scItInfo .scItIImgs .scItIImg {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.mainHome .scheme .schemeC .schemeBox .scRight .scRbox .scItem .scItemMdu .scItInfo .scItDein {
  width: 0;
  flex: 1;
  padding: 10px 0;
}

.mainHome .scheme .schemeC .schemeBox .scRight .scRbox .scItem .scItemMdu .scItInfo .scItDein .scItDeinH2 {
  font-size: 18px;
  color: #666666;
  font-weight: bold;
  line-height: 30px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 10px;
}

.mainHome .scheme .schemeC .schemeBox .scRight .scRbox .scItem .scItemMdu .scItInfo .scItDein .scItDeinDes {
  font-size: 14px;
  color: #333333;
  line-height: 30px;
  height: 150px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.mainHome .scheme .schemeC .schemeBox .scRight .scRbox .scItem .scItemMdu .scItMore {
  display: flex;
  justify-content: flex-start;
}

.mainHome .scheme .schemeC .schemeBox .scRight .scRbox .scItem .scItemMdu .scItMore .hpTitMore {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  height: 30px;
  padding: 0 15px 0 20px;
  border-radius: 30px;
  background: #2547a9;
  border: 1px solid transparent;
  transition: 0.3s ease;
}

.mainHome .scheme .schemeC .schemeBox .scRight .scRbox .scItem .scItemMdu .scItMore .hpTitMore .tname {
  font-size: 14px;
  color: #ffffff;
  margin-right: 15px;
}

.mainHome .scheme .schemeC .schemeBox .scRight .scRbox .scItem .scItemMdu .scItMore .hpTitMore .ticon {
  width: 20px;
  height: 20px;
  display: block;
  background: url("../img/jt6.png") no-repeat center center;
  background-size: contain;
}

.mainHome .scheme .schemeC .schemeBox .scRight .scRbox .scItem .scItemMdu .scIpUl {
  width: 100%;
  padding: 25px 0 0;
  display: flex;
  justify-content: space-between;
}

.mainHome .scheme .schemeC .schemeBox .scRight .scRbox .scItem .scItemMdu .scIpUl .scIpLi {
  width: calc((100% - 60px) / 3);
}

.mainHome .scheme .schemeC .schemeBox .scRight .scRbox .scItem .scItemMdu .scIpUl .scIpLi .scIpLia {
  width: 100%;
  display: block;
}

.mainHome .scheme .schemeC .schemeBox .scRight .scRbox .scItem .scItemMdu .scIpUl .scIpLi .scIpLia .scIpLiaImgs {
  border: 1px solid #cbcbcb;
  position: relative;
  overflow: hidden;
}

.mainHome .scheme .schemeC .schemeBox .scRight .scRbox .scItem .scItemMdu .scIpUl .scIpLi .scIpLia .scIpLiaImgs .scIpzw {
  width: 100%;
  display: block;
}

.mainHome .scheme .schemeC .schemeBox .scRight .scRbox .scItem .scItemMdu .scIpUl .scIpLi .scIpLia .scIpLiaImgs .scIpLiaImg {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s ease;
}

.mainHome .scheme .schemeC .schemeBox .scRight .scRbox .scItem .scItemMdu .scIpUl .scIpLi .scIpLia .scIpLiaTxt {
  height: 38px;
  line-height: 38px;
  text-align: center;
  background: #999999;
}

.mainHome .scheme .schemeC .schemeBox .scRight .scRbox .scItem .scItemMdu .scIpUl .scIpLi .scIpLia .scIpLiaTxt .scIpLiaTH2 {
  font-size: 16px;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}

.mainHome .homeCases {
  padding: 40px 20px 40px;
  background: #ffffff;
}

.mainHome .homeCases .homeCasesC {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.mainHome .homeCases .homeCasesC .homeCaSwiper {
  width: 100%;
  position: relative;
  padding: 0 80px;
  box-sizing: border-box;
  margin: 40px 0 40px;
}

.mainHome .homeCases .homeCasesC .homeCaSwiper .swiper {
  width: 100%;
  overflow: hidden;
}

.mainHome .homeCases .homeCasesC .homeCaSwiper .swiper .swiper-slide .hcaseA {
  background: #eeeeee;
  width: 100%;
  display: block;
  border-radius: 6px;
  overflow: hidden;
  transition: 0.3s ease;
}

.mainHome .homeCases .homeCasesC .homeCaSwiper .swiper .swiper-slide .hcaseA .hcaseImgs {
  position: relative;
  overflow: hidden;
}

.mainHome .homeCases .homeCasesC .homeCaSwiper .swiper .swiper-slide .hcaseA .hcaseImgs .hczw {
  width: 100%;
  display: block;
}

.mainHome .homeCases .homeCasesC .homeCaSwiper .swiper .swiper-slide .hcaseA .hcaseImgs .hcaseImg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  object-fit: cover;
  transition: 0.3s ease;
}

.mainHome .homeCases .homeCasesC .homeCaSwiper .swiper .swiper-slide .hcaseA .hcaseInfo {
  padding: 15px 20px 20px;
  width: 100%;
  box-sizing: border-box;
}

.mainHome .homeCases .homeCasesC .homeCaSwiper .swiper .swiper-slide .hcaseA .hcaseInfo .hcaseTit {
  position: relative;
  text-align: center;
  padding-bottom: 8px;
  margin-bottom: 8px;
}

.mainHome .homeCases .homeCasesC .homeCaSwiper .swiper .swiper-slide .hcaseA .hcaseInfo .hcaseTit .hcaseTitS {
  font-size: 16px;
  color: #333333;
  line-height: 25px;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  width: 100%;
}

.mainHome .homeCases .homeCasesC .homeCaSwiper .swiper .swiper-slide .hcaseA .hcaseInfo .hcaseTit::after {
  content: '';
  width: 60px;
  height: 1px;
  background: #b6c2e2;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.mainHome .homeCases .homeCasesC .homeCaSwiper .swiper .swiper-slide .hcaseA .hcaseInfo .hcaseDes {
  font-size: #666666;
  color: #333333;
  font-size: 14px;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-bottom: 10px;
}

.mainHome .homeCases .homeCasesC .homeCaSwiper .swiper .swiper-slide .hcaseA .hcaseInfo .hcaseAm {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.mainHome .homeCases .homeCasesC .homeCaSwiper .swiper .swiper-slide .hcaseA .hcaseInfo .hcaseAm .hcaseAmP {
  padding: 0 20px;
  background: #999999;
  height: 28px;
  color: #ffffff;
  text-align: center;
  line-height: 28px;
  border-radius: 28px;
  letter-spacing: 1px;
  transition: 0.3s ease;
}

.mainHome .homeCases .homeCasesC .homeCaSwiper .swiper-button-prev {
  width: 45px;
  height: 45px;
  border: 1px solid #999999;
  border-radius: 50%;
}

.mainHome .homeCases .homeCasesC .homeCaSwiper .swiper-button-next {
  width: 45px;
  height: 45px;
  border: 1px solid #999999;
  border-radius: 50%;
}

.mainHome .homeCases .homeCasesC .homeCaSwiper .swiper-button-prev::after,
.mainHome .homeCases .homeCasesC .homeCaSwiper .swiper-button-next::after {
  font-size: 20px;
  font-weight: bold;
  color: #999999;
}

.mainHome .homeCases .homeCasesC .homeCaSwiper .swiper-button-prev:hover,
.mainHome .homeCases .homeCasesC .homeCaSwiper .swiper-button-next:hover {
  background: #999999;
}

.mainHome .homeCases .homeCasesC .homeCaSwiper .swiper-button-prev:hover::after,
.mainHome .homeCases .homeCasesC .homeCaSwiper .swiper-button-next:hover::after {
  color: #ffffff;
}

.mainHome .homeCases .homeCasesC .showAli {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.mainHome .homeCases .homeCasesC .showAli .showAlia {
  padding: 0 20px 0 30px;
  height: 36px;
  background: #2547a9;
  line-height: 36px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  border-radius: 36px;
}

.mainHome .homeCases .homeCasesC .showAli .showAlia .mali {
  font-size: 14px;
  color: #ffffff;
  margin-right: 20px;
}

.mainHome .homeCases .homeCasesC .showAli .showAlia .maIcon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: block;
  background: url("../img/jt6.png") no-repeat center center;
  background-size: contain;
}

.mainHome .allCtit {
  text-align: center;
}

.mainHome .allCtit .ctitS {
  position: relative;
  padding: 35px 0 0;
}

.mainHome .allCtit .ctitS .ctitSP {
  font-size: 74px;
  font-family: 'Impact';
  color: #ffffff;
  text-shadow: 0 0 1px #666666;
  position: absolute;
  bottom: -9px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 0;
  text-transform: uppercase;
  white-space: nowrap;
}

.mainHome .allCtit .ctitS .ctitSh2 {
  font-size: 32px;
  color: #333333;
  font-weight: bold;
  line-height: 32px;
  position: relative;
  z-index: 2;
}

.mainHome .allCtit .ctitSPt {
  margin-top: 10px;
  font-size: 18px;
  color: #666666;
  line-height: 30px;
}

.mainHome .support {
  width: 100%;
  background: #f1f5f8;
  padding: 20px 20px 0;
}

.mainHome .support .supportC {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.mainHome .support .supportC .supportZt {
  width: 100%;
}

.mainHome .support .supportC .supportZt .hpTit {
  line-height: 30px;
  padding: 12px 0;
  width: 100%;
  border-bottom: 1px solid #cbcbcb;
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}

.mainHome .support .supportC .supportZt .hpTit .hpTitName {
  font-size: 26px;
  color: #333333;
  font-weight: bold;
}

.mainHome .support .supportC .supportZt .hpTit .hpTitMore {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  height: 30px;
  padding: 0 0 0 15px;
  border: 1px solid transparent;
  transition: 0.3s ease;
}

.mainHome .support .supportC .supportZt .hpTit .hpTitMore .tname {
  font-size: 14px;
  color: #333333;
  margin-right: 8px;
}

.mainHome .support .supportC .supportZt .hpTit .hpTitMore .ticon {
  width: 20px;
  height: 20px;
  display: block;
  background: url("../img/jt5.png") no-repeat center center;
  background-size: contain;
}

.mainHome .support .supportC .supportZt .supList {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 35px;
}

.mainHome .support .supportC .supportZt .supList .supli {
  width: calc((100% - 100px) / 5);
  border: 1px solid #d0d0d0;
  margin-right: 25px;
  margin-bottom: 25px;
  transition: 0.3s linear;
  overflow: hidden;
}

.mainHome .support .supportC .supportZt .supList .supli:nth-child(5n) {
  margin-right: 0;
}

.mainHome .support .supportC .supportZt .supList .supli .supliImg {
  width: 100%;
  display: block;
  transition: 0.3s linear;
}

.mainHome .support .supportC .purpose {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.mainHome .support .supportC .purpose .puleft {
  padding-top: 45px;
}

.mainHome .support .supportC .purpose .puleft .icAllTi {
  width: 100%;
  max-width: 400px;
  position: relative;
  padding: 0 0 0 30px;
  box-sizing: border-box;
  margin-bottom: 30px;
}

.mainHome .support .supportC .purpose .puleft .icAllTi .icPhone {
  width: 70px;
  height: 80px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.mainHome .support .supportC .purpose .puleft .icAllTi .icPhone .pimg {
  width: 100%;
  height: 100%;
  display: block;
}

.mainHome .support .supportC .purpose .puleft .icAllTi .icAllC {
  width: 100%;
  height: 64px;
  border: 2px solid #ffffff;
  border-radius: 12px;
  padding: 0 20px 0 50px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  background: linear-gradient(to bottom, #e2e6ee, #e5e9f1, #ebeef4, #f1f3f9, #f2f5fa);
}

.mainHome .support .supportC .purpose .puleft .icAllTi .icAllC .ich2 {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  line-height: 28px;
  width: 100%;
}

.mainHome .support .supportC .purpose .puleft .icAllTi .icAllC .icp {
  width: 100%;
  font-size: 10px;
  color: #999999;
  line-height: 18px;
  text-transform: uppercase;
}

.mainHome .support .supportC .purpose .puleft .zzUl {
  width: 100%;
  padding: 0 0 0 70px;
  margin-bottom: 55px;
}

.mainHome .support .supportC .purpose .puleft .zzUl .zzLi {
  width: 100%;
  background: url("../img/seb2.png") no-repeat center left;
  background-size: 11px 11px;
  padding: 0 0 0 20px;
  box-sizing: border-box;
  margin-bottom: 15px;
}

.mainHome .support .supportC .purpose .puleft .zzUl .zzLi .zzLiP {
  line-height: 30px;
  width: 100%;
  font-size: 16px;
  color: #333333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.mainHome .support .supportC .purpose .puleft .zzBtns {
  padding: 0 0 0 70px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.mainHome .support .supportC .purpose .puleft .zzBtns .zzBtn {
  width: 146px;
  height: 41px;
  margin-right: 30px;
  transition: 0.3s linear;
}

.mainHome .support .supportC .purpose .puleft .zzBtns .zzBtn:last-child {
  margin-right: 0;
}

.mainHome .support .supportC .purpose .puleft .zzBtns .zzBtn .zzBtnImg {
  width: 100%;
  height: 100%;
  display: block;
}

.mainHome .support .supportC .purpose .puRight {
  width: 0;
  flex: 1;
}

.mainHome .support .supportC .purpose .puRight .puRightImg {
  width: 110%;
  display: block;
  position: relative;
  right: 0;
}

.mainHome .homeConcat {
  width: 100%;
  background: #ffffff;
  padding: 70px 20px 30px;
}

.mainHome .homeConcat .homeConcatC {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.mainHome .homeConcat .homeConcatC .concBot {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.mainHome .homeConcat .homeConcatC .concBot .cbotLeft {
  width: 475px;
  margin-right: 40px;
}

.mainHome .homeConcat .homeConcatC .concBot .cbotLeft .comInfo {
  width: 100%;
  background: #f4f4f4;
  height: 100%;
  padding: 40px 30px;
  box-sizing: border-box;
}

.mainHome .homeConcat .homeConcatC .concBot .cbotLeft .comInfo .title {
  font-size: 24px;
  color: #333333;
  line-height: 40px;
  margin-bottom: 25px;
}

.mainHome .homeConcat .homeConcatC .concBot .cbotLeft .comInfo .comUl .comLi {
  padding: 0px 48px;
  margin-bottom: 4px;
}

.mainHome .homeConcat .homeConcatC .concBot .cbotLeft .comInfo .comUl .comLi.phone {
  background: url("../img/tic4.png") no-repeat left top;
  background-size: 37px;
}

.mainHome .homeConcat .homeConcatC .concBot .cbotLeft .comInfo .comUl .comLi.email {
  background: url("../img/tic5.png") no-repeat left top;
  background-size: 37px;
}

.mainHome .homeConcat .homeConcatC .concBot .cbotLeft .comInfo .comUl .comLi.address {
  background: url("../img/tic6.png") no-repeat left top;
  background-size: 37px;
}

.mainHome .homeConcat .homeConcatC .concBot .cbotLeft .comInfo .comUl .comLi p {
  font-size: 14px;
  color: #333333;
  line-height: 37px;
}

.mainHome .homeConcat .homeConcatC .concBot .cbotRight {
  width: 0;
  flex: 1;
}

.mainHome .homeConcat .homeConcatC .concBot .cbotRight .cbMap .cbMapT {
  font-size: 20px;
  color: #333333;
  height: 40px;
}

.mainHome .homeConcat .homeConcatC .concBot .cbotRight .cbMap .cbMapc {
  width: 100%;
  height: 410px;
  background: #f4f4f4;
  border: 1px solid #d1d1d0;
  box-sizing: border-box;
}

.mainHome .homeConcat .homeConcatC .concBot .cbotRight .cbMap .cbMapc .map {
  width: 100%;
  height: 100%;
  display: block;
}

.mainHome .homeConcat .homeConcatC .links {
  margin-top: 35px;
  display: flex;
  justify-content: flex-start;
}

.mainHome .homeConcat .homeConcatC .links .linkTitS {
  margin-right: 50px;
}

.mainHome .homeConcat .homeConcatC .links .linkTitS .linkTit {
  width: 110px;
  height: 55px;
}

.mainHome .homeConcat .homeConcatC .links .linkList {
  width: 0;
  flex: 1;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.mainHome .homeConcat .homeConcatC .links .linkList a {
  font-size: 14px;
  line-height: 30px;
  margin-right: 18px;
  display: block;
  padding: 0 15px;
}

/* 内页banner */
.chBanner .cnBanPc {
  width: 100%;
  height: 400px;
}

.chBanner .cnBanPc.cnBanHei600 {
  height: 566px;
}

.chBanner .cnBanPc .cnBanPcImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.chBanner .cnBanWap {
  display: none;
}

.webMap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 22px;
  border-bottom: 1px dashed #dddddd;
  padding: 20px 0 14px;
  background: url("../img/dw.png") no-repeat top 16px left;
  background-size: 23px 23px;
  padding-left: 26px;
}

.webMap .name {
  color: #2547a9;
}

.webMap a {
  color: #666666;
}

.webMap a:hover {
  color: #2547a9;
}

.abMenu {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 0 30px;
}

.abMenu .abMenuList {
  width: 100%;
  display: flex;
  justify-content: center;

}

.abMenu .abMenuList .abli {
  width: calc((100% - 50px) / 6);
  height: 50px;
  line-height: 50px;
  margin-right: 10px;
  font-size: 16px;
  color: #666666;
  background: #eeeeee;
  border-radius: 5px;
  text-align: center;
}

.abMenu .abMenuList .abli:last-child {
  margin-right: 0;
}

.abMenu .abMenuList .abli .ablia {
  width: 100%;
  height: 100%;
  display: block;
}

.abMenu .abMenuList .abli .ablia .abliaspan {
  position: relative;
}

.abMenu .abMenuList .abli .ablia .abliaspan::after {
  content: '';
  width: 10px;
  height: 10px;
  border: 1px solid #ffffff;
  position: absolute;
  left: 0;
  top: 50%;
  border-radius: 50%;
  transform: translate(0, -50%);
  opacity: 0;
  transition: 0.3s ease;
}

.abMenu .abMenuList .abli.act, .abMenu .abMenuList .abli:hover {
  background: #2547a9;
  color: #ffffff;
}

.abMenu .abMenuList .abli.act .ablia .abliaspan::after, .abMenu .abMenuList .abli:hover .ablia .abliaspan::after {
  left: -15px;
  opacity: 1;
}

.suitCont {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0px 30px;
}

.suitCont .suitTi {
  text-align: center;
}

.suitCont .suitTi .suitTiH2 {
  font-size: 30px;
  color: #2547a9;
  background: #ffffff;
  padding: 0 50px;
  line-height: 40px;
  font-weight: bold;
  display: inline-block;
}

.suitCont .suitTi.underline .suitTiH2 {
  width: 100%;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 22px;
}

.suitCont .suitTi.lineThrough {
  position: relative;
}

.suitCont .suitTi.lineThrough .suitTiH2::after {
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  height: 1px;
  z-index: -1;
  background: #dddddd;
}

.suitCont .suitNm {
  text-align: center;
  margin-top: 15px;
}

.suitCont .suitNm .suitSpan {
  font-size: 20px;
  color: #333333;
  background: #ffffff;
  line-height: 34px;
  padding: 0 30px;
}

.suitCont .suitNm.lineThrough {
  position: relative;
}

.suitCont .suitNm.lineThrough .suitSpan::after {
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  height: 1px;
  z-index: -1;
  background: #dddddd;
}

.proudCont {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0px 30px;
}

.proudCont .proudTi {
  text-align: center;
}

.proudCont .proudTi .proudTiH2 {
  font-size: 30px;
  color: #2547a9;
  background: #ffffff;
  padding: 0 50px;
  line-height: 40px;
  font-weight: bold;
  display: inline-block;
}

.proudCont .proudTi.underline .proudTiH2 {
  width: 100%;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 22px;
}

.proudCont .proudTi.cusBg1 {
  position: relative;
}

.proudCont .proudTi.cusBg1 .proudTiH2::after {
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  height: 40px;
  z-index: -1;
  background: url("../img/xiexian.png") repeat-x left center;
  background-size: 16px 9px;
}

.proudCont .proudTi.lineThrough {
  position: relative;
}

.proudCont .proudTi.lineThrough .proudTiH2::after {
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  height: 1px;
  z-index: -1;
  background: #dddddd;
}

.proudCont .proudNm {
  text-align: center;
  margin-top: 15px;
}

.proudCont .proudNm .proudSpan {
  font-size: 20px;
  color: #333333;
  background: #ffffff;
  line-height: 34px;
  padding: 0 30px;
}

.proudCont .proudNm.lineThrough {
  position: relative;
}

.proudCont .proudNm.lineThrough .proudSpan::after {
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  height: 1px;
  z-index: -1;
  background: #dddddd;
}

.childBox {
  padding: 20px 20px 80px;
}

.module {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.module.historyC {
  width: 100%;
}

.module.historyC .hisC {
  width: 100%;
}

.module.historyC .hisC .hisI {
  width: 100%;
}

.module.historyC .hisC .hisI .hisImg {
  width: 100%;
  display: block;
}

.module.historyC .hisC .hisI img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

.module.partnersC .partS {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.module.partnersC .partS .partSLi {
  width: calc((100% - 40px) / 6);
  border: 1px solid #e4e4e4;
  margin-right: 8px;
  margin-top: 12px;
  overflow: hidden;
  transition: 0.3s linear;
}

.module.partnersC .partS .partSLi .partSImg {
  width: 100%;
  display: block;
  transition: 0.3s linear;
}

.module.partnersC .partS .partSLi:nth-child(6n) {
  margin-right: 0;
}

.module.introdC {
  width: 100%;
  margin-bottom: 40px;
}

.module.introdC .intC {
  font-size: 16px;
  color: #333333;
  line-height: 2;
}

.module.introdC .intC img {
 /* max-width: 100%;
  max-height: 100%;
  height: auto; */
}

.module.cultureC .culC {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.module.cultureC .culC .culLi {
  width: calc((100% - 30px) / 3);
  background: #f5f5f5;
}

.module.cultureC .culC .culLi .cuLiImgs {
  width: 100%;
}

.module.cultureC .culC .culLi .cuLiImgs .cuLiImg {
  width: 100%;
  height: 290px;
  object-fit: cover;
}

.module.cultureC .culC .culLi .cuLiInfo {
  width: 100%;
  height: 155px;
  padding: 18px 20px;
  box-sizing: border-box;
}

.module.cultureC .culC .culLi .cuLiInfo .cuLiInfoH2 {
  font-size: 18px;
  color: #333333;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 3px;
}

.module.cultureC .culC .culLi .cuLiInfo .cuLiInfoP {
  line-height: 26px;
  font-size: 16px;
  color: #333333;
}

.module.albumC .albC {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.module.albumC .albC .albLi {
  width: calc((100% - 45px) / 4);
  margin-right: 15px;
  margin-bottom: 15px;
}

.module.albumC .albC .albLi:nth-child(4n) {
  margin-right: 0;
}

.module.albumC .albC .albLi .albLiImgs {
  width: 100%;
  padding: 5px;
  border: 1px solid #e3e3e3;
  transition: 0.3s linear;
}

.module.albumC .albC .albLi .albLiImgs .albLiBimg {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.module.albumC .albC .albLi .albLiImgs .albLiBimg .zwt28x20 {
  width: 100%;
}

.module.albumC .albC .albLi .albLiImgs .albLiBimg .albLiImg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: 0.3s ease;
}

.module.albumC .albC .albLi .albLiT {
  height: 50px;
  line-height: 50px;
  text-align: center;
}

.module.albumC .albC .albLi .albLiT .albLiTH2 {
  font-size: 16px;
  color: #333333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.module.honorsC .honC {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.module.honorsC .honC .albLi {
  width: calc((100% - 45px) / 4);
  margin-right: 15px;
  margin-bottom: 15px;
}

.module.honorsC .honC .albLi:nth-child(4n) {
  margin-right: 0;
}

.module.honorsC .honC .albLi .albLiImgs {
  width: 100%;
  padding: 5px;
  border: 1px solid #e3e3e3;
  transition: 0.3s linear;
}

.module.honorsC .honC .albLi .albLiImgs .albLiBimg {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.module.honorsC .honC .albLi .albLiImgs .albLiBimg .zwt28x20 {
  width: 100%;
}

.module.honorsC .honC .albLi .albLiImgs .albLiBimg .albLiImg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: contain;
  transition: 0.3s ease;
}

.module.honorsC .honC .albLi .albLiT {
  height: 50px;
  line-height: 50px;
  text-align: center;
}

.module.honorsC .honC .albLi .albLiT .albLiTH2 {
  font-size: 16px;
  color: #333333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.module.messageC {
  display: flex;
  justify-content: space-between;
  padding: 30px 0 50px;
}

.module.messageC .flet {
  max-width: 520px;
  width: 45%;
  height: 575px;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 60px;
}

.module.messageC .flet .fletImg {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.module.messageC .frig {
  flex: 1;
  width: 0;
}

.module.messageC .frig .fromCont {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.module.messageC .frig .fromCont .fromItem {
  width: calc((100% - 30px) / 2);
  margin-bottom: 16px;
}

.module.messageC .frig .fromCont .fromItem.required .name::before {
  content: '*';
  color: #ff0000;
}

.module.messageC .frig .fromCont .fromItem.widthAll {
  width: 100%;
  margin-bottom: 25px;
}

.module.messageC .frig .fromCont .fromItem .name {
  margin-bottom: 6px;
}

.module.messageC .frig .fromCont .fromItem .name .sp {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}

.module.messageC .frig .fromCont .fromItem .key {
  width: 100%;
  border: 1px solid #adadad;
  color: #333333;
  padding: 0 15px;
  box-sizing: border-box;
}

.module.messageC .frig .fromCont .fromItem .key .keyInput {
  width: 100%;
  height: 48px;
  display: block;
  font-size: 14px;
}

.module.messageC .frig .fromCont .fromItem .key2 {
  width: 100%;
  border: 1px solid #adadad;
  color: #333333;
  padding: 10px 15px;
  box-sizing: border-box;
}

.module.messageC .frig .fromCont .fromItem .key2 .keyTextarea {
  width: 100%;
  height: 120px;
  line-height: 24px;
  font-size: 14px;
}

.module.messageC .frig .fromCont .yzm {
  width: 100%;
  margin-bottom: 16px;
}

.module.messageC .frig .fromCont .yzm .yzmi {
  border: 1px solid #adadad;
  height: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  max-width: 290px;
  width: 100%;
}

.module.messageC .frig .fromCont .yzm .yzmi .yzmInputs {
  border-right: 1px solid #adadad;
  flex: 1;
  width: 0;
  height: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}

.module.messageC .frig .fromCont .yzm .yzmi .yzmInputs .yzmInput {
  width: 100%;
  height: 100%;
  font-size: 14px;
}

.module.messageC .frig .fromCont .yzm .yzmi .valiCodes {
  width: 110px;
  height: 100%;
  background: #f3fbfe;
}

.module.messageC .frig .fromCont .yzm .yzmi .valiCodes .valiCode {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.module.messageC .frig .fromCont .wxts {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  font-size: 14px;
  color: #666666;
  width: 100%;
  line-height: 30px;
  margin-bottom: 16px;
}

.module.messageC .frig .fromCont .wxts .wxtsName {
  margin-right: 5px;
}

.module.messageC .frig .fromCont .subBtns {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}

.module.messageC .frig .fromCont .subBtns .subBtn {
  width: 115px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 6px;
  font-size: 14px;
}

.module.messageC .frig .fromCont .subBtns .subBtn.submit {
  background: #2547a9;
  color: #ffffff;
  margin-right: 30px;
}

.module.messageC .frig .fromCont .subBtns .subBtn.reset {
  background: #666666;
  color: #ffffff;
}

.module.serveC .serC {
  width: 100%;
}

.module.serveC .serC .serUl {
  width: 100%;
  display: flex;
  justify-content: center;
  border-bottom: 1px dashed #cecece;
  padding: 30px 0;
  margin-bottom: 20px;
}

.module.serveC .serC .serUl:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.module.serveC .serC .serUl .serLi {
  width: 215px;
  margin-right: calc((100% - 860px) / 3);
}

.module.serveC .serC .serUl .serLi:last-child {
  margin-right: 0;
}

.module.serveC .serC .serUl .serLi .serImgs {
  width: 100%;
}

.module.serveC .serC .serUl .serLi .serImgs .serImg {
  width: 100%;
  display: block;
}

.module.serveC .serC .serUl .serLi .serInfo {
  padding: 30px 0 10px;
  text-align: center;
}

.module.serveC .serC .serUl .serLi .serInfo .serInfoName {
  font-size: 16px;
  color: #333333;
  line-height: 36px;
}

.module.serveC .serC .serUl .serLi .serInfo .serInfoDes {
  font-size: 14px;
  color: #333333;
  line-height: 30px;
}

.moduleTwo {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.moduleTwo.newsC {
  padding: 30px 0 80px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.moduleTwo.newsC .modLeft {
  width: 275px;
  margin-right: 30px;
}

.moduleTwo.newsC .modeRight {
  width: 0;
  flex: 1;
}

.moduleTwo.newsC .modeRight .newslist {
  width: 100%;
}

.moduleTwo.newsC .modeRight .newslist .newsLi {
  width: 100%;
  margin-bottom: 20px;
}

.moduleTwo.newsC .modeRight .newslist .newsLi .newsLa {
  width: 100%;
  display: block;
  padding: 15px;
  box-sizing: border-box;
  border: 1px solid #ececec;
  display: flex;
  justify-content: flex-start;
  transition: 0.3s ease-in;
}

.moduleTwo.newsC .modeRight .newslist .newsLi .newsLa .newsLImgs {
  width: 220px;
  height: 160px;
  margin-right: 25px;
  overflow: hidden;
}

.moduleTwo.newsC .modeRight .newslist .newsLi .newsLa .newsLImgs .newsLImg {
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.3s ease;
}

.moduleTwo.newsC .modeRight .newslist .newsLi .newsLa .newsLInfo {
  width: 0;
  flex: 1;
  padding: 10px 0 0;
}

.moduleTwo.newsC .modeRight .newslist .newsLi .newsLa .newsLInfo .newsLH2 {
  font-size: 20px;
  color: #333333;
  line-height: 45px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 6px;
}

.moduleTwo.newsC .modeRight .newslist .newsLi .newsLa .newsLInfo .newsLDes {
  font-size: 14px;
  line-height: 28px;
  height: 56px;
  margin-bottom: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.moduleTwo.newsC .modeRight .newslist .newsLi .newsLa .newsLInfo .newsLTime {
  display: flex;
  justify-content: flex-end;
}

.moduleTwo.newsC .modeRight .newslist .newsLi .newsLa .newsLInfo .newsLTime .times {
  font-size: 14px;
  line-height: 24px;
  color: #999999;
}

.moduleTwo.newsC .modeRight .newslist .newsLi:hover .newsLa {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.moduleTwo.newsC .modeRight .newslist .newsLi:hover .newsLa .newsLInfo .newsLH2 {
  color: #284aaf;
}

.moduleTwo.newsCD {
  padding: 30px 0 30px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.moduleTwo.newsCD .modeRight {
  width: 0;
  flex: 1;
}

.moduleTwo.newsCD .modeRight .desInfo {
  width: 100%;
  border: 1px solid #ececec;
  box-shadow: 0 0 5px 1px #ececec;
  padding: 45px 25px 60px;
  box-sizing: border-box;
  min-height: 500px;
}

.moduleTwo.newsCD .modeRight .desInfo .infoTit .title {
  font-size: 18px;
  color: #333333;
  line-height: 28px;
  text-align: center;
  margin-bottom: 20px;
}

.moduleTwo.newsCD .modeRight .desInfo .infoTit .botCont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  border-bottom: 1px dashed #c6c6c6;
  padding: 10px 0;
}

.moduleTwo.newsCD .modeRight .desInfo .infoTit .botCont .botLef {
  flex: 1;
  width: 0;
  font-size: 14px;
  color: #666666;
  line-height: 25px;
  padding: 5px 0;
  margin-right: 10px;
}

.moduleTwo.newsCD .modeRight .desInfo .infoTit .botCont .botLef span {
  display: inline-block;
}

.moduleTwo.newsCD .modeRight .desInfo .infoTit .botCont .botLef .source {
  margin-right: 30px;
}

.moduleTwo.newsCD .modeRight .desInfo .infoTit .botCont .botLef .browse {
  margin-right: 30px;
}

.moduleTwo.newsCD .modeRight .desInfo .infoTit .botCont .botLef .release {
  margin-right: 80px;
}

.moduleTwo.newsCD .modeRight .desInfo .infoTit .botCont .backl {
  width: 110px;
  height: 35px;
  background: #f2f2f2;
  font-size: 14px;
  line-height: 35px;
  border-radius: 4px;
}

.moduleTwo.newsCD .modeRight .desInfo .infoTit .botCont .backl .backla {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.moduleTwo.newsCD .modeRight .desInfo .infoTit .botCont .backl .backla .backlaImg {
  width: 15px;
  height: 13px;
  display: block;
  margin-left: 10px;
}

.moduleTwo.newsCD .modeRight .desInfo .infoTit .botCont .backl .backla:hover {
  opacity: 0.8;
}

.moduleTwo.newsCD .modeRight .desInfo .htmlWap {
  padding: 20px 0;
  font-size: 14px;
  color: #666666;
  line-height: 2;
}

.moduleTwo.newsCD .modeRight .desInfo .htmlWap img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

.moduleTwo.newsCD .modeRight .desInfo .desPageBtn {
  font-size: 14px;
  color: #666666;
}

.moduleTwo.newsCD .modeRight .desInfo .desPageBtn .desDiv {
  width: 100%;
  padding: 5px 0;
}

.moduleTwo.newsCD .modeRight .desInfo .desPageBtn .desDiv .desPageA {
  line-height: 24px;
  display: block;
  width: 100%;
}

.moduleTwo.newsCD .modeRight .desInfo .desPageBtn .desDiv .desPageA .pspan {
  color: #d66000;
}

.moduleTwo.newsCD .modeAtt {
  width: 275px;
  margin-left: 30px;
}

.moduleTwo.newsCD .modeAtt .desMenu {
  width: 100%;
  border: 1px solid #ececec;
  box-shadow: 0 0 5px 1px #ececec;
  padding: 15px 15px 15px;
  box-sizing: border-box;
}

.moduleTwo.newsCD .modeAtt .desMenu .desMenuItem .desTit {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 10px;
}

.moduleTwo.newsCD .modeAtt .desMenu .desMenuItem .desTit .dst {
  font-size: 16px;
  color: #333333;
  line-height: 40px;
  font-weight: bold;
}

.moduleTwo.newsCD .modeAtt .desMenu .desMenuItem .desVc {
  width: 100%;
}

.moduleTwo.newsCD .modeAtt .desMenu .desMenuItem .desVc .prul {
  width: 100%;
}

.moduleTwo.newsCD .modeAtt .desMenu .desMenuItem .desVc .prul .prli {
  width: 100%;
  margin-bottom: 2px;
}

.moduleTwo.newsCD .modeAtt .desMenu .desMenuItem .desVc .prul .prli .prlia {
  width: 100%;
  font-size: 14px;
  line-height: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  background: #dddddd;
  padding: 0 10px;
  box-sizing: border-box;
}

.moduleTwo.newsCD .modeAtt .desMenu .desMenuItem .desVc .prul .prli:hover .prlia {
  background: #2547a9;
  color: #ffffff;
}

.moduleTwo.newsCD .modeAtt .desMenu .desMenuItem .desVc .prImgs {
  width: 100%;
}

.moduleTwo.newsCD .modeAtt .desMenu .desMenuItem .desVc .prImgs .prImg {
  width: 100%;
  display: block;
}

.moduleTwo.newsCD .modeAtt .desMenu .desMenuItem .recomC {
  width: 100%;
}

.moduleTwo.newsCD .modeAtt .desMenu .desMenuItem .recomC .recomUl {
  width: 100%;
}

.moduleTwo.newsCD .modeAtt .desMenu .desMenuItem .recomC .recomUl .recomLi {
  width: 100%;
}

.moduleTwo.newsCD .modeAtt .desMenu .desMenuItem .recomC .recomUl .recomLi .recomA {
  padding: 7px 0;
  width: 100%;
  font-size: 14px;
  color: #666666;
  background: url("../img/jt4.png") no-repeat center left;
  background-size: 17px 17px;
  padding-left: 18px;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.moduleTwo.newsCD .modeAtt .desMenu .desMenuItem .recomC .recomUl .recomLi.act .recomA, .moduleTwo.newsCD .modeAtt .desMenu .desMenuItem .recomC .recomUl .recomLi:hover .recomA {
  background: url("../img/jt3.png") no-repeat center left;
  background-size: 17px 17px;
  color: #284aaf;
}

.moduleTwo.concatC {
  width: 100%;
  padding: 50px 0 0;
}

.moduleTwo.concatC .concTop {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}

.moduleTwo.concatC .concTop .cncTLe {
  width: 185px;
  height: 185px;
  border: 5px solid #d9d9d9;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 30px;
}

.moduleTwo.concatC .concTop .cncTLe .cncTLeImg {
  width: 100%;
  height: 100%;
  display: block;
}

.moduleTwo.concatC .concTop .cncTRi {
  width: 0;
  flex: 1;
}

.moduleTwo.concatC .concTop .cncTRi .title {
  width: 100%;
  margin-bottom: 10px;
}

.moduleTwo.concatC .concTop .cncTRi .title .titImg {
  height: 32px;
  width: auto;
  display: block;
}

.moduleTwo.concatC .concTop .cncTRi .des {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}

.moduleTwo.concatC .concBot {
  margin-top: 35px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.moduleTwo.concatC .concBot .cbotLeft {
  width: 50%;
  max-width: 475px;
  margin-right: 40px;
}

.moduleTwo.concatC .concBot .cbotLeft .comInfo {
  width: 100%;
  background: #f4f4f4;
  height: 100%;
  padding: 40px 30px;
  box-sizing: border-box;
}

.moduleTwo.concatC .concBot .cbotLeft .comInfo .title {
  font-size: 24px;
  color: #333333;
  line-height: 40px;
  margin-bottom: 25px;
}

.moduleTwo.concatC .concBot .cbotLeft .comInfo .comUl .comLi {
  padding: 0px 0 0 48px;
  margin-bottom: 4px;
}

.moduleTwo.concatC .concBot .cbotLeft .comInfo .comUl .comLi.phone {
  background: url("../img/tic4.png") no-repeat left top;
  background-size: 37px;
}

.moduleTwo.concatC .concBot .cbotLeft .comInfo .comUl .comLi.email {
  background: url("../img/tic5.png") no-repeat left top;
  background-size: 37px;
}

.moduleTwo.concatC .concBot .cbotLeft .comInfo .comUl .comLi.address {
  background: url("../img/tic6.png") no-repeat left top;
  background-size: 37px;
}

.moduleTwo.concatC .concBot .cbotLeft .comInfo .comUl .comLi p {
  font-size: 14px;
  color: #333333;
  line-height: 37px;
}

.moduleTwo.concatC .concBot .cbotRight {
  width: 0;
  flex: 1;
}

.moduleTwo.concatC .concBot .cbotRight .cbMap .cbMapT {
  font-size: 20px;
  color: #333333;
  height: 40px;
}

.moduleTwo.concatC .concBot .cbotRight .cbMap .cbMapc {
  width: 100%;
  height: 410px;
  background: #f4f4f4;
  border: 1px solid #d1d1d0;
  box-sizing: border-box;
}

.moduleTwo.concatC .concBot .cbotRight .cbMap .cbMapc .map {
  width: 100%;
  height: 100%;
  display: block;
}

.moduleTwo.caseC {
  padding: 30px 0 80px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.moduleTwo.caseC .modLeft {
  width: 275px;
  margin-right: 30px;
}

.moduleTwo.caseC .modeRight {
  width: 0;
  flex: 1;
}

.moduleTwo.caseC .modeRight .caseUl {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.moduleTwo.caseC .modeRight .caseUl .caseLi {
  margin-bottom: 10px;
  width: calc((100% - 90px) / 4);
  margin-right: 30px;
}

.moduleTwo.caseC .modeRight .caseUl .caseLi:nth-child(4n) {
  margin-right: 0;
}

.moduleTwo.caseC .modeRight .caseUl .caseLi .caseLia {
  width: 100%;
  display: block;
}

.moduleTwo.caseC .modeRight .caseUl .caseLi .caseLia .caseLiaImgs {
  width: 100%;
  position: relative;
  border: 1px solid #cccccc;
  overflow: hidden;
  transition: 0.3s linear;
}

.moduleTwo.caseC .modeRight .caseUl .caseLi .caseLia .caseLiaImgs .zwImg {
  width: 100%;
  display: block;
}

.moduleTwo.caseC .modeRight .caseUl .caseLi .caseLia .caseLiaImgs .caseLiaImg {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: contain;
  width: 100%;
  display: block;
  transition: 0.3s linear;
}

.moduleTwo.caseC .modeRight .caseUl .caseLi .caseLia .caseLiaTxt {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  padding: 10px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.moduleTwo.witnessC {
  padding: 30px 0 80px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.moduleTwo.witnessC .modLeft {
  width: 275px;
  margin-right: 30px;
}

.moduleTwo.witnessC .modeRight {
  width: 0;
  flex: 1;
}

.moduleTwo.witnessC .modeRight .witUl {
  width: 100%;
}

.moduleTwo.witnessC .modeRight .witUl .witLi {
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px dashed #cccccc;
  padding-bottom: 20px;
}

.moduleTwo.witnessC .modeRight .witUl .witLi .witLiA {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}

.moduleTwo.witnessC .modeRight .witUl .witLi .witLiA .witLiAImgB {
  width: 340px;
  height: 190px;
  margin-right: 20px;
  padding: 8px;
  box-sizing: border-box;
  border: 1px solid #cccccc;
}

.moduleTwo.witnessC .modeRight .witUl .witLi .witLiA .witLiAImgB .witLiAImgs {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.moduleTwo.witnessC .modeRight .witUl .witLi .witLiA .witLiAImgB .witLiAImgs .witLiAImg {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: 0.3s ease;
}

.moduleTwo.witnessC .modeRight .witUl .witLi .witLiA .witLiAInfo {
  width: 0;
  flex: 1;
}

.moduleTwo.witnessC .modeRight .witUl .witLi .witLiA .witLiAInfo .title {
  font-size: 16px;
  color: #333333;
  line-height: 48px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: bold;
  transition: 0.3s ease;
}

.moduleTwo.witnessC .modeRight .witUl .witLi .witLiA .witLiAInfo .des {
  font-size: 14px;
  color: #666666;
  line-height: 30px;
  height: 90px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.moduleTwo.witnessC .modeRight .witUl .witLi .witLiA .witLiAInfo .operates {
  width: 100%;
}

.moduleTwo.witnessC .modeRight .witUl .witLi .witLiA .witLiAInfo .operates .showDes {
  width: 120px;
  height: 35px;
  background: #284aaf;
  color: #ffffff;
  text-align: center;
  line-height: 35px;
  font-size: 14px;
  border-radius: 4px;
  transition: 0.3s ease;
}

.moduleTwo.productC {
  padding: 30px 0 20px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.moduleTwo.productC .modLeft {
  width: 275px;
  margin-right: 30px;
}

.moduleTwo.productC .modeRight {
  width: 0;
  flex: 1;
}

.moduleTwo.productC .modeRight .prodUl {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.moduleTwo.productC .modeRight .prodUl .prodLi {
  width: calc((100% - 20px) / 3);
  margin-right: 10px;
  margin-bottom: 10px;
}

.moduleTwo.productC .modeRight .prodUl .prodLi:nth-child(3n) {
  margin-right: 0;
}

.moduleTwo.productC .modeRight .prodUl .prodLi .prodIt {
  background: #ffffff;
  border: 1px solid #cbcbcb;
  transition: 0.3s linear;
  overflow: hidden;
  border-radius: 4px;
}

.moduleTwo.productC .modeRight .prodUl .prodLi .prodIt .prImgs {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: block;
}

.moduleTwo.productC .modeRight .prodUl .prodLi .prodIt .prImgs .zwImg {
  width: 100%;
  display: block;
}

.moduleTwo.productC .modeRight .prodUl .prodLi .prodIt .prImgs .prImg {
  height: 100%;
  object-fit: contain;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: 0.3s linear;
}

.moduleTwo.productC .modeRight .prodUl .prodLi .prodIt .prInfo {
  padding: 16px 16px 16px;
  width: 100%;
}

.moduleTwo.productC .modeRight .prodUl .prodLi .prodIt .prInfo .sales {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin-bottom: 15px;
}

.moduleTwo.productC .modeRight .prodUl .prodLi .prodIt .prInfo .sales .cxdj {
  font-size: 14px;
  color: #333333;
  margin-right: 8px;
}

.moduleTwo.productC .modeRight .prodUl .prodLi .prodIt .prInfo .sales .stars {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}

.moduleTwo.productC .modeRight .prodUl .prodLi .prodIt .prInfo .sales .stars .star {
  display: block;
  width: 16px;
  height: 16px;
  background: url("../img/star.png") no-repeat center center;
  background-size: contain;
  margin-right: 5px;
}

.moduleTwo.productC .modeRight .prodUl .prodLi .prodIt .prInfo .sales .stars .star:last-child {
  margin-right: 0;
}

.moduleTwo.productC .modeRight .prodUl .prodLi .prodIt .prInfo .showBtns {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.moduleTwo.productC .modeRight .prodUl .prodLi .prodIt .prInfo .showBtns .btnitem {
  width: calc((100% - 10px) / 2);
  line-height: 32px;
  text-align: center;
  font-size: 14px;
  border-radius: 34px;
}

.moduleTwo.productC .modeRight .prodUl .prodLi .prodIt .prInfo .showBtns .btnitem.showDes {
  color: #2648ac;
  border: 1px solid #2648ac;
  margin-right: 10px;
}

.moduleTwo.productC .modeRight .prodUl .prodLi .prodIt .prInfo .showBtns .btnitem.showDes:hover {
  background: #2648ac;
  color: #ffffff;
}

.moduleTwo.productC .modeRight .prodUl .prodLi .prodIt .prInfo .showBtns .btnitem.ication {
  color: #f18832;
  border: 1px solid #f18832;
}

.moduleTwo.productC .modeRight .prodUl .prodLi .prodIt .prInfo .showBtns .btnitem.ication:hover {
  background: #f18832;
  color: #ffffff;
}

.moduleTwo.productC .modeRight .prodUl .prodLi .title {
  text-align: center;
  padding: 15px 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.moduleTwo.productC .modeRight .prodUl .prodLi .title .titleSpan {
  line-height: 30px;
  font-size: 16px;
  color: #333333;
}

.moduleTwo.productC .modeRight .prodUl .prodLi:hover .prodIt {
  border: 1px solid rgba(0, 0, 0, 0);
  box-shadow: 0 0 8px 1px #cbcbcb;
}

.moduleTwo.productD {
  padding: 30px 0 20px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.moduleTwo.productD .modLeft {
  width: 275px;
  margin-right: 30px;
}

.moduleTwo.productD .modeRight {
  width: 0;
  flex: 1;
}

.moduleTwo.productD .modeRight .prodInfo .prodSwiper {
  width: 100%;
  position: relative;
  display: none;
}

.moduleTwo.productD .modeRight .prodInfo .prodSwiper .swiper {
  overflow: hidden;
  width: 100%;
}

.moduleTwo.productD .modeRight .prodInfo .prodSwiper .swiper .swiper-slide {
  width: 100%;
}

.moduleTwo.productD .modeRight .prodInfo .prodSwiper .swiper .swiper-slide .prodSwipera {
  width: 100%;
}

.moduleTwo.productD .modeRight .prodInfo .prodSwiper .swiper .swiper-slide .prodSwipera .prodSwiperimg {
  width: 100%;
}

.moduleTwo.productD .modeRight .prodInfo .prodSwiper .swiper .swiper-button-prev {
  width: 40px;
  height: 40px;
  left: 0;
}

.moduleTwo.productD .modeRight .prodInfo .prodSwiper .swiper .swiper-button-next {
  width: 40px;
  height: 40px;
  right: 0;
}

.moduleTwo.productD .modeRight .prodInfo .prodSwiper .swiper .swiper-button-prev::after,
.moduleTwo.productD .modeRight .prodInfo .prodSwiper .swiper .swiper-button-next::after {
  font-size: 20px;
  font-weight: bold;
  color: #999999;
}

.moduleTwo.productD .modeRight .prodInfo .prodDes {
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}

.moduleTwo.productD .modeRight .prodInfo .prodDes .prodImgs {
  width: 390px;
  height: 324px;
  border: 1px solid #dddddd;
  margin-right: 25px;
}

.moduleTwo.productD .modeRight .prodInfo .prodDes .prodImgs .prodImg {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.moduleTwo.productD .modeRight .prodInfo .prodDes .prodDesInfo {
  width: 0;
  flex: 1;
  min-height: 324px;
}

.moduleTwo.productD .modeRight .prodInfo .prodDes .prodDesInfo .prodTit {
  text-align: center;
  line-height: 26px;
  padding: 10px 0;
  border-bottom: 1px dashed #dddddd;
}

.moduleTwo.productD .modeRight .prodInfo .prodDes .prodDesInfo .prodTit .prodTitSpan {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
}

.moduleTwo.productD .modeRight .prodInfo .prodDes .prodDesInfo .prodspec {
  padding: 20px 0;
}

.moduleTwo.productD .modeRight .prodInfo .prodDes .prodDesInfo .prodspec .prodP {
  font-size: 14px;
  color: #333333;
  line-height: 32px;
}

.moduleTwo.productD .modeRight .prodInfo .prodDes .prodDesInfo .prodseek {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.moduleTwo.productD .modeRight .prodInfo .prodDes .prodDesInfo .prodseek .seekTxt {
  margin-right: 30px;
}

.moduleTwo.productD .modeRight .prodInfo .prodDes .prodDesInfo .prodseek .seekTxt .title {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  line-height: 30px;
}

.moduleTwo.productD .modeRight .prodInfo .prodDes .prodDesInfo .prodseek .seekTxt .phone {
  font-size: 24px;
  color: #e20000;
  line-height: 30px;
  font-weight: bold;
}

.moduleTwo.productD .modeRight .prodInfo .prodDes .prodDesInfo .prodseek .seekBtns {
  width: 0;
  flex: 1;
}

.moduleTwo.productD .modeRight .prodInfo .prodDes .prodDesInfo .prodseek .seekBtns .seekBtn {
  width: 140px;
  height: 40px;
  background: linear-gradient(to bottom, #ec0000, #de0000, #c70000);
  color: #ffffff;
  text-align: center;
  line-height: 40px;
  display: block;
  font-size: 18px;
  border-radius: 4px;
}

.moduleTwo.productD .modeRight .prodInfo .prodBans {
  width: 100%;
  margin-bottom: 15px;
}

.moduleTwo.productD .modeRight .prodInfo .prodBans .prodBanswiper {
  width: 100%;
  max-width: 650px;
  padding: 0 30px;
  position: relative;
}

.moduleTwo.productD .modeRight .prodInfo .prodBans .prodBanswiper .swiper {
  width: 100%;
  max-width: 590px;
  overflow: hidden;
}

.moduleTwo.productD .modeRight .prodInfo .prodBans .prodBanswiper .swiper .swiper-slide {
  width: 110px;
  height: 92px;
}

.moduleTwo.productD .modeRight .prodInfo .prodBans .prodBanswiper .swiper .swiper-slide .prodsItem {
  width: 100%;
  height: 100%;
  border: 1px solid #dddddd;
}

.moduleTwo.productD .modeRight .prodInfo .prodBans .prodBanswiper .swiper .swiper-slide .prodsItem .prodsItemImg {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.moduleTwo.productD .modeRight .prodInfo .prodBans .prodBanswiper .swiper .swiper-slide.act .prodsItem {
  border: 1px solid #284aaf;
}

.moduleTwo.productD .modeRight .prodInfo .prodBans .prodBanswiper .swiper-button-prev {
  width: 30px;
  height: 100%;
  left: 0;
  top: 0;
  margin-top: 0;
}

.moduleTwo.productD .modeRight .prodInfo .prodBans .prodBanswiper .swiper-button-next {
  width: 30px;
  height: 100%;
  right: 0;
  top: 0;
  margin-top: 0;
}

.moduleTwo.productD .modeRight .prodInfo .prodBans .prodBanswiper .swiper-button-prev::after,
.moduleTwo.productD .modeRight .prodInfo .prodBans .prodBanswiper .swiper-button-next::after {
  font-size: 14px;
  color: #cbcbcb;
  font-weight: bold;
}

.moduleTwo.productD .modeRight .prodInfo .prodBans .prodBanswiper .swiper-button-prev:hover::after,
.moduleTwo.productD .modeRight .prodInfo .prodBans .prodBanswiper .swiper-button-next:hover::after {
  color: #284aaf;
}

.moduleTwo.productD .modeRight .prodInfo .contLx {
  width: 100%;
  margin-bottom: 20px;
}

.moduleTwo.productD .modeRight .prodInfo .contLx .contLxTi {
  width: 100%;
  margin-bottom: 20px;
}

.moduleTwo.productD .modeRight .prodInfo .contLx .contLxTi .contLxTiImg {
  width: 100%;
  display: block;
}

.moduleTwo.productD .modeRight .prodInfo .contLx .contLxS {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.moduleTwo.productD .modeRight .prodInfo .contLx .contLxS .contLxItc {
  display: flex;
  justify-content: flex-start;
}

.moduleTwo.productD .modeRight .prodInfo .contLx .contLxS .contLxItc .contLxIt {
  width: 195px;
  height: 75px;
  position: relative;
}

.moduleTwo.productD .modeRight .prodInfo .contLx .contLxS .contLxItc .contLxIt::after {
  content: '';
  width: 1px;
  height: 75px;
  background: #999999;
  position: absolute;
  right: 0;
  top: 0;
}

.moduleTwo.productD .modeRight .prodInfo .contLx .contLxS .contLxItc .contLxIt .contLxIta {
  width: 100%;
  height: 100%;
  display: block;
}

.moduleTwo.productD .modeRight .prodInfo .contLx .contLxS .contLxItc .contLxIt .contLxIta .contLxItaImg {
  width: 100%;
  height: 100%;
  display: block;
}

.moduleTwo.productD .modeRight .prodInfo .renline {
  flex: 1;
  width: 0;
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  max-width: 280px;
  padding: 0 10px;
}

.moduleTwo.productD .modeRight .prodInfo .renline .renlIt {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 8px;
  width: 100%;
}

.moduleTwo.productD .modeRight .prodInfo .renline .renlIt:last-child {
  margin-bottom: 0;
}

.moduleTwo.productD .modeRight .prodInfo .renline .renlIt .pred {
  color: #ff0000;
  text-decoration: underline;
}

.moduleTwo.productD .modeRight .prodInfo .renline .renlIt.pht {
  background: url("../img/plx7.png") no-repeat top left;
  background-size: 20px 20px;
  padding-left: 22px;
}

.moduleTwo.productD .modeRight .prodInfo .renline .renlIt.dwt {
  background: url("../img/plx5.png") no-repeat top left;
  background-size: 20px 20px;
  padding-left: 22px;
}

.moduleTwo.productD .modeRight .prodInfo .ewcode {
  position: relative;
  width: 140px;
  display: flex;
  justify-content: center;
}

.moduleTwo.productD .modeRight .prodInfo .ewcode::after {
  content: '';
  width: 1px;
  height: 75px;
  background: #999999;
  position: absolute;
  left: 0;
  top: 0;
}

.moduleTwo.productD .modeRight .prodInfo .ewcode .ewcodeS {
  background: url("../img/plx6.png") no-repeat top left;
  background-size: 20px 20px;
  padding-left: 30px;
}

.moduleTwo.productD .modeRight .prodInfo .ewcode .ewcodeS .ewcodeSImg {
  width: 70px;
  height: 70px;
  border: 1px solid #2547a9;
  display: block;
}

.moduleTwo.productD .modeRight .prodInfo .prodMud .prModule {
  margin-bottom: 20px;
}

.moduleTwo.productD .modeRight .prodInfo .prodMud .prModule .htmlWrap p {
  line-height: 30px;
  font-size: 14px;
}

.moduleTwo.productD .modeRight .prodInfo .prodMud .prModule .htmlWrap img {
  max-width: 100%;
  max-height: 100%;
}

.moduleTwo.productD .modeRight .prodInfo .prodMud p {
  line-height: 30px;
  font-size: 14px;
}

.moduleTwo.productD .modeRight .prodInfo .prodMud img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

.moduleTwo.productD .modeRight .prodInfo .proRec {
  width: 100%;
}

.moduleTwo.productD .modeRight .prodInfo .proRec .proRecTit {
  border-bottom: 1px solid #2547a9;
  border-left: 6px solid #2547a9;
  line-height: 38px;
  padding: 0 10px;
  box-sizing: border-box;
}

.moduleTwo.productD .modeRight .prodInfo .proRec .proRecTit .proRecTitH2 .proRecTitH2Span {
  font-size: 18px;
  color: #333333;
}

.moduleTwo.productD .modeRight .prodInfo .proRec .proRecS {
  width: 100%;
  padding: 0 35px;
  position: relative;
  margin-top: 20px;
}

.moduleTwo.productD .modeRight .prodInfo .proRec .proRecS .proRecSwiper {
  width: 100%;
}

.moduleTwo.productD .modeRight .prodInfo .proRec .proRecS .proRecSwiper .swiper {
  width: 100%;
  overflow: hidden;
}

.moduleTwo.productD .modeRight .prodInfo .proRec .proRecS .proRecSwiper .swiper .swiper-slide .proRecSa {
  width: 100%;
  height: 100%;
  display: block;
}

.moduleTwo.productD .modeRight .prodInfo .proRec .proRecS .proRecSwiper .swiper .swiper-slide .proRecSa .proRecSaImgs {
  width: 100%;
  border: 1px solid #cccccc;
  overflow: hidden;
  position: relative;
}

.moduleTwo.productD .modeRight .prodInfo .proRec .proRecS .proRecSwiper .swiper .swiper-slide .proRecSa .proRecSaImgs .proRecZw {
  width: 100%;
  display: block;
}

.moduleTwo.productD .modeRight .prodInfo .proRec .proRecS .proRecSwiper .swiper .swiper-slide .proRecSa .proRecSaImgs .proRecSaImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.moduleTwo.productD .modeRight .prodInfo .proRec .proRecS .proRecSwiper .swiper .swiper-slide .proRecSa .proRecSaTxt {
  padding: 10px 0;
  line-height: 26px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.moduleTwo.productD .modeRight .prodInfo .proRec .proRecS .proRecSwiper .swiper .swiper-slide .proRecSa .proRecSaTxt .proRecSaTxtS {
  font-size: 14px;
  color: #666666;
}

.moduleTwo.productD .modeRight .prodInfo .proRec .proRecS .proRecSwiper .swiper-button-prev {
  width: 30px;
  height: calc(100% - 46px);
  left: 0;
  top: 0;
  margin-top: 0;
}

.moduleTwo.productD .modeRight .prodInfo .proRec .proRecS .proRecSwiper .swiper-button-next {
  width: 30px;
  height: calc(100% - 46px);
  right: 0;
  top: 0;
  margin-top: 0;
}

.moduleTwo.productD .modeRight .prodInfo .proRec .proRecS .proRecSwiper .swiper-button-prev::after,
.moduleTwo.productD .modeRight .prodInfo .proRec .proRecS .proRecSwiper .swiper-button-next::after {
  font-size: 26px;
  color: #cbcbcb;
  font-weight: bold;
}

.moduleTwo.productD .modeRight .prodInfo .proRec .proRecS .proRecSwiper .swiper-button-prev:hover::after,
.moduleTwo.productD .modeRight .prodInfo .proRec .proRecS .proRecSwiper .swiper-button-next:hover::after {
  color: #284aaf;
}

.swiperbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 3333;
  width: 100%;
  height: 100%;
}

.swiperbox .swiperCBox {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.swiperbox .swiperCBox .swiperC {
  width: 100%;
  height: 100%;
  max-height: 80%;
  max-width: 600px;
  position: relative;
}

.swiperbox .swiperCBox .swiperC .coser {
  color: #fff;
  font-size: 18px;
  position: absolute;
  top: -40px;
  right: -40px;
  cursor: pointer;
  z-index: 9999;
}

.swiperbox .swiperCBox .swiperC .coser .coserImg {
  width: 35px;
  height: 35px;
  display: block;
}

.swiperbox .swiperCBox .swiperC .swiper-container {
  width: 100%;
  height: 100%;
}

.swiperbox .swiperCBox .swiperC .swiper-container .swiper-slide {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.swiperbox .swiperCBox .swiperC .swiper-container .swiper-slide .swiperboximg {
  width: 100%;
  height: calc(100% - 50px);
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.swiperbox .swiperCBox .swiperC .swiper-container .swiper-slide .swiperboximg .swiperboximgs {
  max-width: 100%;
  max-height: 100%;
  background: #ffffff;
  border: 10px solid #ffffff;
  display: block;
  margin: 0 auto;
  object-fit: contain;
}

.swiperbox .swiperCBox .swiperC .swiper-container .swiper-slide .ptxtB {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}

.swiperbox .swiperCBox .swiperC .swiper-container .swiper-slide .ptxtB .ptxt {
  font-size: 16px;
  background: #ffffff;
  color: #333333;
  text-align: center;
  text-align: center;
  line-height: 30px;
  padding: 0 20px;
  border-radius: 30px;
  display: inline-block;
}

.swiperbox .swiperCBox .swiperC .swiper-button-prev {
  transform: translate(-300%, 0);
  left: 0;
}

.swiperbox .swiperCBox .swiperC .swiper-button-next {
  right: 0;
  transform: translate(300%, 0);
}

.swiperbox .swiperCBox .swiperC .swiper-button-next:after,
.swiperbox .swiperCBox .swiperC .swiper-button-prev:after {
  color: #ffffff;
}

.swiperbox .swiperCBox .swiperC .swiper-pagination {
  margin-top: 30px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.swiperbox .swiperCBox .swiperC .swiper-pagination .swiper-pagination-bullet {
  margin-right: 5px;
  opacity: 1;
  background: #ffffff;
}

.swiperbox .swiperCBox .swiperC .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

.swiperbox .swiperCBox .swiperC .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #2547a9;
}

.menuBox {
  width: 100%;
  border: 1px solid #cbcbcb;
  margin-bottom: 30px;
}

.menuBox:last-child {
  margin-bottom: 0;
}

.menuBox .menuTitH {
  background: linear-gradient(to bottom, #355ccb, #335ac7, #2d52bb, #2649ac);
  width: 100%;
  padding: 25px 15px;
  box-sizing: border-box;
}

.menuBox .menuTitH .mHP {
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 22px;
}

.menuBox .menuTitH .mHspan {
  display: block;
  width: 100%;
  height: 30px;
  border-left: 1px solid #ffffff;
  margin: 15px 0;
}

.menuBox .menuTitH .mHh2 {
  font-size: 36px;
  color: #ffffff;
  line-height: 40px;
  font-weight: bold;
}

.menuBox .menuTit {
  background: linear-gradient(to bottom, #355ccb, #335ac7, #2d52bb, #2649ac);
  text-align: center;
  height: 90px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}

.menuBox .menuTit .mainh2 {
  width: 100%;
  font-size: 26px;
  color: #ffffff;
  font-weight: bold;
  line-height: 30px;
}

.menuBox .menuTit .smp {
  line-height: 20px;
  margin-top: 4px;
  width: 100%;
  font-size: 8px;
  color: #ffffff;
  opacity: 0.33;
  text-transform: uppercase;
}

.menuBox .menuUl {
  width: 100%;
  padding: 20px 10px;
}

.menuBox .menuUl .menuLi {
  width: 100%;
  margin-bottom: 20px;
}

.menuBox .menuUl .menuLi:last-child {
  margin-bottom: 0;
}

.menuBox .menuUl .menuLi .menuLiTi {
  display: block;
  width: 100%;
  background: #eeeeee url("../img/jt2.png") no-repeat center right 18px;
  background-size: 15px 15px;
  height: 44px;
  line-height: 44px;
  border-radius: 22px 0 22px 0;
  font-size: 16px;
  color: #333333;
  padding: 0 18px;
}

.menuBox .menuUl .menuLi.open, .menuBox .menuUl .menuLi:hover {
  cursor: pointer;
}

.menuBox .menuUl .menuLi.open .menuLiTi, .menuBox .menuUl .menuLi:hover .menuLiTi {
  background: #284aaf url("../img/jt1.png") no-repeat center right 18px;
  background-size: 15px 15px;
  color: #ffffff;
}

.menuBox .menuUl .menuLi .sencUL {
  width: 100%;
  padding: 20px 20px 0;
}

.menuBox .menuUl .menuLi .sencUL .sencLi {
  width: 100%;
  box-sizing: border-box;
}

.menuBox .menuUl .menuLi .sencUL .sencLi .sencLiA {
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  padding: 5px 0 5px 18px;
  display: block;
  position: relative;
}

.menuBox .menuUl .menuLi .sencUL .sencLi .sencLiA::after {
  content: '';
  width: 8px;
  height: 8px;
  background: #999999;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 11px;
}

.menuBox .menuUl .menuLi .sencUL .sencLi.open .sencLiA, .menuBox .menuUl .menuLi .sencUL .sencLi:hover .sencLiA {
  color: #284aaf;
}

.menuBox .menuUl .menuLi .sencUL .sencLi.open .sencLiA::after, .menuBox .menuUl .menuLi .sencUL .sencLi:hover .sencLiA::after {
  background: #2547a9;
}

.menuBox .prlist {
  width: 100%;
  padding: 20px 10px;
}

.menuBox .prlist .prli {
  width: 100%;
}

.menuBox .prlist .prli .pra .praImgs {
  border: 1px solid #cbcbcb;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.menuBox .prlist .prli .pra .praImgs .prazw {
  width: 100%;
  height: 100%;
  display: block;
}

.menuBox .prlist .prli .pra .praImgs .praImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: 0.3s linear;
}

.menuBox .prlist .prli .pra .praTxt {
  text-align: center;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 10px 0;
}

.menuBox .prlist .prli .pra .praTxt .praTxtSpn {
  font-size: 14px;
  color: #666666;
  line-height: 30px;
}

.menuBox .prlist .prli:hover .pra .praImgs .praImg {
  transform: scale(1.1);
}

.menuBox .prlist .prli:hover .pra .praTxt .praTxtSpn {
  color: #284aaf;
}

.pageNum {
  margin-top: 15px;
}

.pageNum .pagination {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
}

.pageNum .pagination li {
  font-size: 14px;
  color: #666666;
  border: 1px solid #666666;
  line-height: 28px;
  margin-right: 6px;
  white-space: nowrap;
}

.pageNum .pagination li:last-child {
  margin-right: 0;
}

.pageNum .pagination li span,
.pageNum .pagination li a {
  padding: 0 10px;
}

.pageNum .pagination li.disabled {
  background: #ccc;
  border: 1px solid #666666;
  cursor: no-drop;
}

.pageNum .pagination li.active, .pageNum .pagination li:hover {
  background: #2547a9;
  border: 1px solid #2547a9;
  color: #ffffff;
}

.pageNum .pagination li.disabled:hover {
  background: #ccc;
  border: 1px solid #666666;
  cursor: no-drop;
  color: #666666;
}

.leNavCon {
  position: fixed;
  right: 50%;
  margin-right: calc(((1200px - 100%) / 4) - 565px);
  top: 50%;
  transform: translate(100%, -50%);
  z-index: 10;
}

.leNavCon .leNavB {
  transition: 0.3s linear;
}

.leNavCon .leNavB .leNavL {
  margin-bottom: 2px;
  position: relative;
  cursor: pointer;
}

.leNavCon .leNavB .leNavL:last-child {
  margin-bottom: 0;
}

.leNavCon .leNavB .leNavL .leNavLD {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0px, -50%);
  opacity: 0;
  padding: 0 4px 0 0;
  pointer-events: none;
  transition: 0.3s linear;
  z-index: -1;
}

.leNavCon .leNavB .leNavL .leNavLD .leNavLDP {
  border-radius: 20px;
  padding: 8px 20px;
  background: #284aaf;
  line-height: 24px;
  font-size: 16px;
  color: #ffffff;
  white-space: nowrap;
}

.leNavCon .leNavB .leNavL.dhPhone:hover .leNavLD {
  right: 100%;
  opacity: 1;
  pointer-events: all;
}

.leNavCon .leNavB .leNavL .leNavLi {
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  background: #284aaf;
  opacity: 1 !important;
}

.leNavCon .leNavB .leNavL .leNavLi .leNavLiImg {
  width: 30px;
  height: 30px;
  margin: 0 auto;
}

.leNavCon .leNavB .leNavL .leNavLi .leNavLiP {
  width: 100%;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  line-height: 24px;
}

.leNavCon .leNavB .leNavL:hover .leNavLi {
  opacity: 0.9 !important;
}

.wapNav_menu {
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  box-sizing: border-box;
  transform: scale(1);
  display: none;
}

.wapNav_menu .wapch {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 15px;
}

.wapNav_menu .wapch .wapchli {
  margin-right: 20px;
}

.wapNav_menu .wapch .wapchli .wapchlia {
  font-size: 14px;
  color: #666666;
  line-height: 30px;
  display: block;
}

.wapNav_menu .wapch .wapchli.use_act .wapchlia {
  color: #284aaf;
}

.wapNav_menu .wapNav_menSwiper {
  width: 100%;
  height: 44px;
  background: #284aaf;
  overflow: hidden;
}

.wapNav_menu .wapNav_menSwiper .swiper-slide {
  width: auto;
  min-width: 30%;
  border-right: 1px solid #fff;
}

.wapNav_menu .wapNav_menSwiper .swiper-slide a {
  font-size: 14px;
  color: #fff;
  line-height: 44px;
  padding: 0 10px;
  text-align: center;
  box-sizing: border-box;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wapNav_menu .wapNav_menSwiper .swiper-slide:last-child {
  border-right: none;
}

.wapNav_menu .wapNav_menSwiper .swiper-slide.use_act a {
  background: #f18832;
  color: #fff;
}


.intC{
	width: 100%;
}
.intCI{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	margin-bottom: 5px;
	flex-wrap: wrap;
}
.intCI:last-child{
	margin-bottom: 0;
}
.intCIImgs{
	width: calc(50% - 20px);
	display: block;
	margin: 10px 0;
}
.intCIImg{
	width: 100%;
	height: auto;
	display: block;
}
.intCIP{
	width: calc(50% - 20px);
}
.intCIP p{
	font-size: 16px;
	line-height: 36px;
	color: #333333;
	margin-bottom: 10px;
	text-indent: 2em;
	text-align: justify;
}
.intCIP p:last-child{
	margin-bottom: 0;
}

@media (max-width: 1200px) {
  .chBanner .cnBanPc {
    height: 31vw;
  }
  .chBanner .cnBanPc.cnBanHei600 {
    height: 41vw;
  }
  .chBanner .cnBanWap {
    display: block;
  }
  .leNavCon {
    position: fixed;
    right: 10px;
    margin-right: 0;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 10;
  }
  .modLeft, .hpLeft {
    width: 240px !important;
    margin-right: 20px !important;
  }
  .modeAtt {
    width: 240px !important;
    margin-left: 20px !important;
  }
  .mainHome .scheme .schemeC .schemeBox .scLeft {
    width: 240px !important;
    margin-left: 20px !important;
  }
}

@media (max-width: 1000px) {
	
	
	
	
	
	
  .leNavCon {
    display: none;
  }
  .hbanner .pcBanner {
    height: 44vw;
  }
  .hbanner .pcBanner .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    opacity: 1;
    background: #ffffff;
    margin-right: 4px;
  }
  .wapNav_menu {
    display: block;
  }
  .abMenu {
    padding: 20px 0 0;
  }
  .abMenu .abMenuList {
    display: none;
  }
  .module.serveC .serC .serUl {
    flex-wrap: wrap;
    margin-bottom: 0;
    border-bottom: none;
    padding: 0;
  }
  .module.serveC .serC .serUl .serLi {
    width: calc(50% - 10px);
    margin-right: 20px;
  }
  .module.serveC .serC .serUl .serLi .serInfo {
    padding: 20px 15px 20px;
  }
  .module.serveC .serC .serUl .serLi .serInfo .serInfoName {
    line-height: 30px;
  }
  .module.serveC .serC .serUl .serLi .serInfo .serInfoDes {
    line-height: 25px;
  }
  .module.serveC .serC .serUl .serLi:nth-child(2n) {
    margin-right: 0;
  }
  .moduleTwo.productD {
    flex-wrap: wrap;
  }
  .moduleTwo.productD .modLeft {
    display: none;
  }
  .moduleTwo.productD .modeRight {
    width: 100%;
  }
  .moduleTwo.productC {
    flex-wrap: wrap;
  }
  .moduleTwo.productC .modLeft {
    display: none;
  }
  .moduleTwo.productC .modeRight {
    width: 100%;
  }
  .moduleTwo.caseC {
    flex-wrap: wrap;
    padding: 20px 0 20px;
  }
  .moduleTwo.caseC .modLeft {
    display: none;
  }
  .moduleTwo.caseC .modeRight {
    width: 100%;
  }
  .moduleTwo.witnessC {
    flex-wrap: wrap;
  }
  .moduleTwo.witnessC .modLeft {
    display: none;
  }
  .moduleTwo.witnessC .modeRight {
    width: 100%;
  }
  .moduleTwo.newsC {
    flex-wrap: wrap;
  }
  .moduleTwo.newsC .modLeft {
    display: none;
  }
  .moduleTwo.newsC .modeRight {
    width: 100%;
  }
  .moduleTwo.concatC .concTop {
    flex-wrap: wrap;
  }
  .moduleTwo.concatC .concTop .cncTLe {
    width: 150px;
    height: 150px;
    margin: 0 auto 20px;
  }
  .moduleTwo.concatC .concTop .cncTRi {
    width: 100%;
    flex: none;
  }
  .moduleTwo.concatC .concTop .cncTRi .title {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .moduleTwo.concatC .concBot {
    flex-wrap: wrap;
  }
  .moduleTwo.concatC .concBot .cbotLeft {
    width: 100%;
    margin-right: 0;
    max-width: 100%;
    margin-bottom: 25px;
  }
  .moduleTwo.concatC .concBot .cbotLeft .comInfo {
    padding: 30px 20px;
  }
  .moduleTwo.concatC .concBot .cbotLeft .comInfo .title {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 30px;
  }
  .moduleTwo.concatC .concBot .cbotLeft .comUl .comLi {
    padding: 0 0 0 38px;
  }
  .moduleTwo.concatC .concBot .cbotLeft .comUl .comLi.phone {
    background: url("../img/tic4.png") no-repeat left top;
    background-size: 30px;
  }
  .moduleTwo.concatC .concBot .cbotLeft .comUl .comLi.email {
    background: url("../img/tic5.png") no-repeat left top;
    background-size: 30px;
  }
  .moduleTwo.concatC .concBot .cbotLeft .comUl .comLi.address {
    background: url("../img/tic6.png") no-repeat left top;
    background-size: 30px;
  }
  .moduleTwo.concatC .concBot .cbotLeft .comUl .comLi p {
    font-size: 14px;
    color: #333333;
    line-height: 30px;
  }
  .moduleTwo.concatC .concBot .cbotRight {
    width: 100%;
  }
  .moduleTwo.concatC .concBot .cbotRight .cbMap .cbMapT {
    font-size: 18px;
    height: 36px;
  }
  .moduleTwo.concatC .concBot .cbotRight .cbMap .cbMapc {
    height: 350px;
  }
  .moduleTwo.witnessC .modeRight .witUl .witLi .witLiA .witLiAImgB {
    width: 260px;
  }
}

@media (max-width: 750px) {
	.intCIImgs,.intCIP{
		width:100%!important;
	}
	.intCIP p{
		font-size: 14px;
		line-height: 28px;
	}
	
	
  .moduleTwo.productD .modeRight .prodInfo .contLx {
    display: none;
  }
  .webMap {
    padding: 5px 0;
    background: url(../img/dw.png) no-repeat top 6px left;
    background-size: 16px 16px;
    padding-left: 20px;
    font-size: 12px;
  }
  .mainHome .homeSearch {
    padding: 0 15px;
  }
  .mainHome .homeSearch .hschBox {
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
  .mainHome .homeSearch .hschBox .hsdchLeft {
    width: 100%;
    flex: none;
  }
  .mainHome .homeSearch .hschBox .hsdchLeft .hsdchSp {
    font-size: 12px;
  }
  .mainHome .homeSearch .hschBox .hsdchLeft .hsdchB .hsdcha {
    font-size: 12px;
    margin-right: 5px;
  }
  .mainHome .homeSearch .hschBox #searchForm {
    width: 100%;
    max-width: 100%;
  }
  .mainHome .homeSearch .hschBox .hsdchRight .hsdchCo {
    height: 34px;
    font-size: 12px;
    padding: 0 8px;
    margin-right: 6px;
  }
  .mainHome .homeSearch .hschBox .hsdchRight .hsdchSe {
    width: 100px;
    height: 34px;
    font-size: 12px;
    margin-right: 6px;
  }
  .mainHome .homeSearch .hschBox .hsdchRight .hsdchSe .hsdchSelect {
    padding: 0 8px;
    background: url(../img/seb.png) no-repeat center right 8px;
    background-size: 8px 6px;
  }
  .mainHome .homeSearch .hschBox .hsdchRight .hsdchBtns {
    width: 40px;
    height: 34px;
  }
  .mainHome .homeSearch .hschBox .hsdchRight .hsdchBtns .hsdchBtn {
    width: 14px;
    height: 14px;
  }
  .mainHome .homeProud {
    padding: 30px 15px;
  }
  .mainHome .homeProud .homeProudC .hpLeft {
    display: none;
  }
  .mainHome .homeProud .homeProudC .hpRight {
    width: 100%;
    flex: none;
  }
  .mainHome .homeProud .homeProudC .hpRight .hpTit {
    padding: 6px 0;
  }
  .mainHome .homeProud .homeProudC .hpRight .hpTit .hpTitName {
    font-size: 20px;
  }
  .mainHome .homeProud .homeProudC .hpRight .hpTit .hpTitMore .tname {
    font-size: 12px;
    margin-right: 4px;
  }
  .mainHome .homeProud .homeProudC .hpRight .hpTit .hpTitMore .ticon {
    width: 15px;
    height: 15px;
  }
  .mainHome .homeProud .homeProudC .hpRight .prodUl .prodLi {
    width: calc(50% - 5px);
    margin-right: 10px !important;
  }
  .mainHome .homeProud .homeProudC .hpRight .prodUl .prodLi:nth-child(2n) {
    margin-right: 0 !important;
  }
  .mainHome .homeProud .homeProudC .hpRight .prodUl .prodLi:nth-child(9) {
    display: none;
  }
  .mainHome .homeProud .homeProudC .hpRight .prodUl .prodLi .prodIt .prInfo {
    padding: 10px;
  }
  .mainHome .homeProud .homeProudC .hpRight .prodUl .prodLi .prodIt .prInfo .sales {
    white-space: nowrap;
  }
  .mainHome .homeProud .homeProudC .hpRight .prodUl .prodLi .prodIt .prInfo .sales .cxdj {
    font-size: 12px;
  }
  .mainHome .homeProud .homeProudC .hpRight .prodUl .prodLi .prodIt .prInfo .sales .stars .star {
    width: 12px;
    height: 12px;
    margin-right: 2px;
  }
  .mainHome .homeProud .homeProudC .hpRight .prodUl .prodLi .prodIt .prInfo .showBtns .btnitem {
    font-size: 12px;
    line-height: 26px;
  }
  .mainHome .homeProud .homeProudC .hpRight .prodUl .prodLi .title {
    padding: 10px 0;
  }
  .mainHome .homeProud .homeProudC .hpRight .prodUl .prodLi .title .titleSpan {
    font-size: 14px;
    line-height: 24px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    width: 100%;
  }
  .mainHome .advantage .advantageC .advTi {
    padding: 25px 15px 25px;
  }
  .mainHome .advantage .advantageC .advTi .advTiH2 .advS1 {
    font-size: 16px;
  }
  .mainHome .advantage .advantageC .advTi .advTiH2 .advS2 {
    font-size: 26px;
  }
  .mainHome .advantage .advantageC .advTi .advTic {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .mainHome .advantage .advantageC .advTi .advTic span {
    font-size: 12px;
    line-height: 24px;
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .mainHome .advantage .advantageC .advTi .adjT {
    width: 35px;
    height: 35px;
  }
  .mainHome .advantage .advantageC .advCont {
    flex-wrap: wrap;
    padding: 40px 0 40px;
  }
  .mainHome .advantage .advantageC .advCont .adLeft1 {
    width: 100%;
    margin-bottom: 25px;
  }
  .mainHome .advantage .advantageC .advCont .adRight2 {
    width: 100%;
    flex: none;
  }
  .mainHome .advantage .advantageC .advCont .adRight2 .adrUl .adrLi {
    max-width: 100%;
  }
  .mainHome .advantage .advantageC .advCont .adRight2 .adrUl .adrLi .icAllTi .icPhone {
    width: 65px;
    height: 65px;
  }
  .mainHome .advantage .advantageC .advCont .adRight2 .adrUl .adrLi .icAllTi .icAllC {
    padding: 0 15px 0 45px;
    height: 60px;
  }
  .mainHome .advantage .advantageC .advCont .adRight2 .adrUl .adrLi .icAllTi .icAllC .ich2 {
    font-size: 16px;
    line-height: 20px;
  }
  .mainHome .advantage .advantageC .advCont .adRight2 .adrUl .adrLi .icAllTi .icAllC .icp {
    font-size: 12px;
  }
  .mainHome .advantage .advantageC .advCont .adRight2 .adrUl .adrLi .zzUl {
    padding: 0 0 0 30px;
  }
  .mainHome .advantage .advantageC .advCont .adRight2 .adrUl .adrLi .zzUl .zzLi .zzLiP {
    font-size: 14px;
    line-height: 24px;
  }
  .mainHome .advantage .advantageC .advList {
    padding: 0 15px;
    box-sizing: border-box;
  }
  .mainHome .advantage .advantageC .advList .advUl {
    flex-wrap: wrap;
    justify-content: center;
  }
  .mainHome .advantage .advantageC .advList .advUl .advLi:nth-child(1), .mainHome .advantage .advantageC .advList .advUl .advLi:nth-child(2), .mainHome .advantage .advantageC .advList .advUl .advLi:nth-child(3) {
    border-bottom: 1px solid #cecece;
    width: 33.33%;
  }
  .mainHome .advantage .advantageC .advList .advUl .advLi:nth-child(4), .mainHome .advantage .advantageC .advList .advUl .advLi:nth-child(5) {
    width: 50%;
  }
  .mainHome .advantage .advantageC .advList .advUl .advLi .advLiImgs .advLiImg {
    width: 35px;
    height: 35px;
  }
  .mainHome .advantage .advantageC .advList .advUl .advLi .advLiInfo .advLiInfoH2 {
    font-size: 14px;
    line-height: 24px;
  }
  .mainHome .advantage .advantageC .advList .advUl .advLi .advLiInfo .advLiInfoP {
    font-size: 12px;
    line-height: 20px;
  }
  .mainHome .homeConcat {
    padding: 30px 15px 20px;
  }
  .mainHome .homeConcat .homeConcatC .concBot {
    flex-wrap: wrap;
  }
  .mainHome .homeConcat .homeConcatC .concBot .cbotLeft {
    width: 100%;
    margin-right: 0;
  }
  .mainHome .homeConcat .homeConcatC .concBot .cbotLeft .comInfo {
    padding: 20px 20px;
  }
  .mainHome .homeConcat .homeConcatC .concBot .cbotLeft .comInfo .title {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 30px;
  }
  .mainHome .homeConcat .homeConcatC .concBot .cbotLeft .comInfo .comUl .comLi {
    padding: 0 0 0 38px;
  }
  .mainHome .homeConcat .homeConcatC .concBot .cbotLeft .comInfo .comUl .comLi.phone {
    background: url("../img/tic4.png") no-repeat left top;
    background-size: 30px;
  }
  .mainHome .homeConcat .homeConcatC .concBot .cbotLeft .comInfo .comUl .comLi.email {
    background: url("../img/tic5.png") no-repeat left top;
    background-size: 30px;
  }
  .mainHome .homeConcat .homeConcatC .concBot .cbotLeft .comInfo .comUl .comLi.address {
    background: url("../img/tic6.png") no-repeat left top;
    background-size: 30px;
  }
  .mainHome .homeConcat .homeConcatC .concBot .cbotLeft .comInfo .comUl .comLi p {
    font-size: 14px;
    color: #333333;
    line-height: 30px;
  }
  .mainHome .homeConcat .homeConcatC .concBot .cbotRight {
    width: 100%;
    flex: none;
  }
  .mainHome .homeConcat .homeConcatC .concBot .cbotRight .cbMap .cbMapT {
    font-size: 16px;
    line-height: 40px;
  }
  .mainHome .homeConcat .homeConcatC .concBot .cbotRight .cbMap .cbMapc {
    height: 50vw;
  }
  .mainHome .homeConcat .homeConcatC .links {
    flex-wrap: wrap;
  }
  .mainHome .homeConcat .homeConcatC .links .linkTitS {
    margin-bottom: 15px;
  }
  .mainHome .homeConcat .homeConcatC .links .linkTitS .linkTit {
    height: 40px;
    width: auto;
    display: block;
  }
  .mainHome .homeConcat .homeConcatC .links .linkList {
    width: 100%;
    flex: none;
  }
  .mainHome .support {
    padding: 20px 15px;
  }
  .mainHome .support .supportC .supportZt .hpTit {
    padding: 6px 0;
  }
  .mainHome .support .supportC .supportZt .hpTit .hpTitName {
    font-size: 20px;
  }
  .mainHome .support .supportC .supportZt .hpTit .hpTitMore .tname {
    font-size: 12px;
    margin-right: 4px;
  }
  .mainHome .support .supportC .supportZt .hpTit .hpTitMore .ticon {
    width: 15px;
    height: 15px;
  }
  .mainHome .support .supportC .supportZt .supList {
    margin-top: 20px;
  }
  .mainHome .support .supportC .supportZt .supList .supli {
    width: calc((100% - 20px) / 3);
    margin-right: 10px !important;
    margin-bottom: 10px !important;
  }
  .mainHome .support .supportC .supportZt .supList .supli:nth-child(3n) {
    margin-right: 0 !important;
  }
  .mainHome .support .supportC .purpose {
    margin-top: 20px;
  }
  .mainHome .support .supportC .purpose .puleft {
    width: 100%;
    padding: 0;
  }
  .mainHome .support .supportC .purpose .puleft .icPhone {
    width: 60px;
    height: 70px;
  }
  .mainHome .support .supportC .purpose .puleft .icAllTi {
    width: 100%;
    margin-bottom: 20px;
    max-width: 100%;
  }
  .mainHome .support .supportC .purpose .puleft .icAllTi .icAllC {
    padding: 0 20px 0 40px;
  }
  .mainHome .support .supportC .purpose .puleft .icAllTi .icAllC .ich2 {
    font-size: 18px;
  }
  .mainHome .support .supportC .purpose .puleft .icAllTi .icAllC .icp {
    font-size: 10px;
  }
  .mainHome .support .supportC .purpose .puleft .zzUl {
    padding: 0 0 0 15px;
    margin-bottom: 25px;
  }
  .mainHome .support .supportC .purpose .puleft .zzUl .zzLi {
    margin-bottom: 10px;
  }
  .mainHome .support .supportC .purpose .puleft .zzUl .zzLi .zzLiP {
    font-size: 14px;
    line-height: 24px;
  }
  .mainHome .support .supportC .purpose .puleft .zzBtns {
    padding: 0;
  }
  .mainHome .support .supportC .purpose .puleft .zzBtns .zzBtn {
    width: 130px;
    height: auto;
    display: block;
  }
  .mainHome .support .supportC .purpose .puRight {
    display: none;
  }
  .mainHome .homeCases {
    padding: 20px 15px;
  }
  .mainHome .homeCases .homeCasesC .allCtit .ctitS {
    padding: 25px 0 0;
  }
  .mainHome .homeCases .homeCasesC .allCtit .ctitS .ctitSP {
    font-size: 44px;
    bottom: -5px;
  }
  .mainHome .homeCases .homeCasesC .allCtit .ctitS .ctitSh2 {
    font-size: 20px;
    line-height: 20px;
  }
  .mainHome .homeCases .homeCasesC .allCtit .ctitSPt {
    font-size: 14px;
    line-height: 24px;
    margin-top: 8px;
  }
  .mainHome .homeCases .homeCasesC .homeCaSwiper {
    padding: 0 0;
    margin: 20px 0 20px;
  }
  .mainHome .scheme {
    padding: 30px 15px 20px;
  }
  .mainHome .scheme .schemeC .allCtit .ctitS {
    padding: 25px 0 0;
  }
  .mainHome .scheme .schemeC .allCtit .ctitS .ctitSP {
    font-size: 44px;
    bottom: -5px;
  }
  .mainHome .scheme .schemeC .allCtit .ctitS .ctitSh2 {
    font-size: 20px;
    line-height: 20px;
  }
  .mainHome .scheme .schemeC .allCtit .ctitSPt {
    font-size: 14px;
    line-height: 24px;
    margin-top: 8px;
  }
  .mainHome .scheme .schemeC .schemeBox {
    margin-top: 20px;
  }
  .mainHome .scheme .schemeC .schemeBox .scWap {
    display: flex;
  }
  .mainHome .scheme .schemeC .schemeBox .scLeft {
    display: none;
  }
  .mainHome .scheme .schemeC .schemeBox .scRight {
    flex: none;
    width: 100%;
  }
  .mainHome .scheme .schemeC .schemeBox .scRight .scRbox .scItem {
    padding: 15px;
  }
  .mainHome .scheme .schemeC .schemeBox .scRight .scRbox .scItem .scItemMdu .scItTi {
    padding: 10px 0;
  }
  .mainHome .scheme .schemeC .schemeBox .scRight .scRbox .scItem .scItemMdu .scItTi .scItTiName {
    font-size: 20px;
  }
  .mainHome .scheme .schemeC .schemeBox .scRight .scRbox .scItem .scItemMdu .scItTi .scItTisubName {
    font-size: 12px;
  }
  .mainHome .scheme .schemeC .schemeBox .scRight .scRbox .scItem .scItemMdu .scItInfo {
    padding: 15px 0 15px;
  }
  .mainHome .scheme .schemeC .schemeBox .scRight .scRbox .scItem .scItemMdu .scItInfo .scItIImgs {
    height: 130px;
    min-width: 150px;
    margin-right: 10px;
  }
  .mainHome .scheme .schemeC .schemeBox .scRight .scRbox .scItem .scItemMdu .scItInfo .scItDein {
    padding: 0;
  }
  .mainHome .scheme .schemeC .schemeBox .scRight .scRbox .scItem .scItemMdu .scItInfo .scItDein .scItDeinH2 {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 5px;
  }
  .mainHome .scheme .schemeC .schemeBox .scRight .scRbox .scItem .scItemMdu .scItInfo .scItDein .scItDeinDes {
    height: 60px;
    line-height: 20px;
  }
  .mainHome .scheme .schemeC .schemeBox .scRight .scRbox .scItem .scItemMdu .scItInfo .scItDein .scItMore .hpTitMore {
    height: 26px;
    padding: 0 10px 0 14px;
  }
  .mainHome .scheme .schemeC .schemeBox .scRight .scRbox .scItem .scItemMdu .scItInfo .scItDein .scItMore .hpTitMore .tname {
    font-size: 12px;
    margin-right: 8px;
  }
  .mainHome .scheme .schemeC .schemeBox .scRight .scRbox .scItem .scItemMdu .scItInfo .scItDein .scItMore .hpTitMore .ticon {
    width: 14px;
    height: 14px;
  }
  .mainHome .scheme .schemeC .schemeBox .scRight .scRbox .scItem .scItemMdu .scIpUl {
    padding: 15px 0 0;
  }
  .mainHome .scheme .schemeC .schemeBox .scRight .scRbox .scItem .scItemMdu .scIpUl .scIpLi {
    width: calc((100% - 20px) / 3);
  }
  .mainHome .scheme .schemeC .schemeBox .scRight .scRbox .scItem .scItemMdu .scIpUl .scIpLi .scIpLia .scIpLiaTxt {
    line-height: 30px;
    height: 30px;
  }
  .mainHome .scheme .schemeC .schemeBox .scRight .scRbox .scItem .scItemMdu .scIpUl .scIpLi .scIpLia .scIpLiaTxt .scIpLiaTH2 {
    font-size: 12px;
  }
  .pageNum .pagination {
    justify-content: center;
  }
  .swiperbox .swiperCBox {
    padding: 0 60px;
    box-sizing: border-box;
  }
  .swiperbox .swiperCBox .swiperC .swiper-button-prev {
    transform: translate(-200%, 0);
  }
  .swiperbox .swiperCBox .swiperC .swiper-button-next {
    transform: translate(200%, 0);
  }
  .childBox {
    padding: 15px;
  }
  .suitCont {
    padding: 10px 0 15px;
  }
  .suitCont .suitTi .suitTiH2 {
    font-size: 20px;
    line-height: 24px;
    padding: 0 25px;
  }
  .suitCont .suitNm {
    margin-top: 5px;
  }
  .suitCont .suitNm .suitSpan {
    font-size: 14px;
    padding: 0 20px;
  }
  .module.serveC {
    padding: 20px 0;
  }
  .module.serveC .serC .serUl .serLi {
    width: calc(50% - 5px);
    margin-right: 10px;
  }
  .module.serveC .serC .serUl .serLi .serInfo {
    padding: 20px 15px 20px;
  }
  .module.serveC .serC .serUl .serLi .serInfo .serInfoName {
    line-height: 24px;
    font-size: 14px;
  }
  .module.serveC .serC .serUl .serLi .serInfo .serInfoDes {
    line-height: 20px;
    font-size: 12px;
  }
  .module.serveC .serC .serUl .serLi:nth-child(2n) {
    margin-right: 0;
  }
  .module.messageC {
    flex-wrap: wrap;
    padding: 0 0 20px;
  }
  .module.messageC .flet {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 25px;
  }
  .module.messageC .frig {
    width: 100%;
    flex: none;
  }
  .module.messageC .frig .fromCont .fromItem {
    width: calc((100% - 10px) / 2);
    margin-bottom: 10px;
  }
  .module.messageC .frig .fromCont .fromItem .key {
    padding: 0 8px;
  }
  .module.messageC .frig .fromCont .fromItem .key .keyInput {
    height: 36px;
    font-size: 12px;
  }
  .module.messageC .frig .fromCont .fromItem .key2 .keyTextarea {
    height: 100px;
    line-height: 20px;
    font-size: 12px;
  }
  .module.messageC .frig .fromCont .fromItem.widthAll {
    margin-bottom: 10px;
  }
  .module.messageC .frig .fromCont .yzm {
    margin-bottom: 10px;
  }
  .module.messageC .frig .fromCont .yzm .yzmi {
    max-width: 260px;
    height: 40px;
  }
  .module.messageC .frig .fromCont .yzm .yzmi .yzmInputs {
    padding: 0 8px;
  }
  .module.messageC .frig .fromCont .wxts {
    font-size: 12px;
    line-height: 25px;
  }
  .module.messageC .frig .fromCont .subBtns .subBtn {
    width: calc(50% - 15px);
    max-width: 150px;
  }
  .module.honorsC .honC .albLi {
    width: calc(50% - 5px);
    margin-right: 10px !important;
  }
  .module.honorsC .honC .albLi:nth-child(2n) {
    margin-right: 0 !important;
  }
  .module.honorsC .honC .albLi .albLiT {
    height: 40px;
    line-height: 40px;
  }
  .module.honorsC .honC .albLi .albLiT .albLiTH2 {
    font-size: 14px;
  }
  .module.albumC .albC .albLi {
    width: calc(50% - 5px);
    margin-right: 10px !important;
  }
  .module.albumC .albC .albLi:nth-child(2n) {
    margin-right: 0 !important;
  }
  .module.albumC .albC .albLi .albLiT {
    height: 40px;
    line-height: 40px;
  }
  .module.albumC .albC .albLi .albLiT .albLiTH2 {
    font-size: 14px;
  }
  .module.cultureC .culC {
    flex-wrap: wrap;
  }
  .module.cultureC .culC .culLi {
    width: 100%;
    margin-bottom: 20px;
  }
  .module.cultureC .culC .culLi .cuLiImgs .cuLiImg {
    height: auto;
    display: block;
  }
  .module.cultureC .culC .culLi .cuLiInfo {
    height: auto;
    padding: 15px 15px;
  }
  .module.cultureC .culC .culLi .cuLiInfo .cuLiInfoH2 {
    font-size: 16px;
    line-height: 24px;
  }
  .module.cultureC .culC .culLi .cuLiInfo .cuLiInfoP {
    font-size: 14px;
    line-height: 20px;
  }
  .module.cultureC .culC .culLi:last-child {
    margin-bottom: 0;
  }
  .module.introdC {
    margin-bottom: 25px;
  }
  .module.partnersC .partS .partSLi {
    width: calc((100% - 20px) / 3);
    margin-right: 10px !important;
  }
  .module.partnersC .partS .partSLi:nth-child(3n) {
    margin-right: 0 !important;
  }
  .moduleTwo.productD .modeRight .prodInfo .prodSwiper {
    display: block;
  }
  .moduleTwo.productD .modeRight .prodInfo .prodDes {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .moduleTwo.productD .modeRight .prodInfo .prodDes .prodImgs {
    width: 100%;
    margin-right: 0;
    height: calc(100vw - 30px);
    margin-top: 25px;
    display: none;
  }
  .moduleTwo.productD .modeRight .prodInfo .prodDes .prodDesInfo {
    width: 100%;
    flex: none;
    min-height: auto;
  }
  .moduleTwo.productD .modeRight .prodInfo .prodDes .prodDesInfo .prodseek .seekTxt .title {
    font-size: 14px;
    color: #333333;
    font-weight: bold;
    line-height: 20px;
  }
  .moduleTwo.productD .modeRight .prodInfo .prodDes .prodDesInfo .prodseek .seekTxt .phone {
    font-size: 18px;
    color: #e20000;
    line-height: 26px;
    font-weight: bold;
  }
  .moduleTwo.productD .modeRight .prodInfo .prodDes .prodDesInfo .prodseek .seekBtns .seekBtn {
    width: 120px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
  }
  .moduleTwo.productD .modeRight .prodInfo .prodBans {
    display: none;
  }
  .moduleTwo.productD .modeRight .prodInfo .prodBans .prodBanswiper .swiper .swiper-slide {
    width: 70px;
    height: 70px;
  }
  .moduleTwo.productC {
    padding: 20px 0 20px;
  }
  .moduleTwo.productC .modeRight {
    width: 100%;
  }
  .moduleTwo.productC .modeRight .prodUl .prodLi {
    width: calc(50% - 5px);
    margin-right: 10px !important;
  }
  .moduleTwo.productC .modeRight .prodUl .prodLi .prodIt .prInfo {
    padding: 10px 10px 10px;
  }
  .moduleTwo.productC .modeRight .prodUl .prodLi .prodIt .prInfo .sales {
    white-space: nowrap;
  }
  .moduleTwo.productC .modeRight .prodUl .prodLi .prodIt .prInfo .sales .cxdj {
    font-size: 12px;
  }
  .moduleTwo.productC .modeRight .prodUl .prodLi .prodIt .prInfo .sales .stars .star {
    width: 12px;
    height: 12px;
    margin-right: 2px;
  }
  .moduleTwo.productC .modeRight .prodUl .prodLi .prodIt .prInfo .showBtns .btnitem {
    line-height: 25px;
    font-size: 12px;
  }
  .moduleTwo.productC .modeRight .prodUl .prodLi:nth-child(2n) {
    margin-right: 0 !important;
  }
  .moduleTwo.caseC .modeRight .caseUl .caseLi {
    width: calc(50% - 5px) !important;
    margin-right: 10px;
  }
  .moduleTwo.caseC .modeRight .caseUl .caseLi:nth-child(2n) {
    margin-right: 0 !important;
  }
  .moduleTwo.newsCD .modeRight .desInfo {
    padding: 25px 15px 35px;
  }
  .moduleTwo.newsCD .modeRight .desInfo .infoTit .title {
    margin-bottom: 8px;
  }
  .moduleTwo.newsCD .modeRight .desInfo .infoTit .botCont .botLef {
    display: flex;
    justify-content: space-between;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    flex-wrap: wrap;
  }
  .moduleTwo.newsCD .modeRight .desInfo .infoTit .botCont .botLef span {
    margin-right: 10px !important;
  }
  .moduleTwo.newsCD .modeRight .desInfo .infoTit .botCont .backl {
    display: none;
  }
  .moduleTwo.newsCD .modeAtt {
    display: none;
  }
  .moduleTwo.witnessC {
    width: 100%;
    padding: 20px 0 20px;
  }
  .moduleTwo.witnessC .modeRight .witUl .witLi {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .moduleTwo.witnessC .modeRight .witUl .witLi .witLiA {
    padding: 10px;
  }
  .moduleTwo.witnessC .modeRight .witUl .witLi .witLiA .witLiAImgB {
    width: 130px;
    height: 105px;
    padding: 5px;
    margin-right: 10px;
  }
  .moduleTwo.witnessC .modeRight .witUl .witLi .witLiA .witLiAInfo .title {
    font-size: 14px;
    line-height: 30px;
  }
  .moduleTwo.witnessC .modeRight .witUl .witLi .witLiA .witLiAInfo .des {
    font-size: 12px;
    height: 40px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 20px;
    margin-bottom: 6px;
  }
  .moduleTwo.witnessC .modeRight .witUl .witLi .witLiA .witLiAInfo .operates .showDes {
    width: 80px;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
  }
  .moduleTwo.newsC .modeRight .newslist .newsLi .newsLa {
    padding: 10px;
  }
  .moduleTwo.newsC .modeRight .newslist .newsLi .newsLa .newsLImgs {
    width: 130px;
    height: 102px;
    margin-right: 15px;
  }
  .moduleTwo.newsC .modeRight .newslist .newsLi .newsLa .newsLInfo {
    padding: 0;
  }
  .moduleTwo.newsC .modeRight .newslist .newsLi .newsLa .newsLInfo .newsLH2 {
    font-size: 16px;
    line-height: 24px;
  }
  .moduleTwo.newsC .modeRight .newslist .newsLi .newsLa .newsLInfo .newsLDes {
    font-size: 12px;
    line-height: 20px;
    height: 40px;
    margin-bottom: 10px;
  }
  .moduleTwo.newsC .modeRight .newslist .newsLi .newsLa .newsLInfo .newsLTime .times {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1200px) {
  .weFooter .weFoNav .weFNUl .weFNli .weFNa:hover {
    color: #f18832;
  }
  .module.partnersC .partS .partSLi:hover {
    border: 1px solid #2547a9;
  }
  .module.partnersC .partS .partSLi:hover .partSImg {
    transform: scale(1.1);
  }
  .moduleTwo.productC .modeRight .prodUl .prodLi:hover .prImg {
    transform: scale(1.1);
  }
  .mainHome .support .supportC .supportZt .supList .supli:hover {
    border: 1px solid #2547a9;
  }
  .mainHome .support .supportC .supportZt .supList .supli:hover .supliImg {
    transform: scale(1.1);
  }
  .mainHome .support .supportC .purpose .puleft .zzBtns .zzBtn:hover {
    opacity: 0.8;
  }
  .moduleTwo.caseC .modeRight .caseUl .caseLi:hover .caseLiaImgs {
    border: 1px solid #2547a9;
  }
  .moduleTwo.caseC .modeRight .caseUl .caseLi:hover .caseLiaImgs .caseLiaImg {
    transform: scale(1.1);
  }
  .moduleTwo.witnessC .modeRight .witUl .witLi:hover .witLiA .witLiAImgB .witLiAImgs .witLiAImg {
    transform: scale(1.1);
  }
  .moduleTwo.witnessC .modeRight .witUl .witLi:hover .witLiA .witLiAInfo .title {
    color: #2547a9;
  }
  .moduleTwo.witnessC .modeRight .witUl .witLi:hover .witLiA .witLiAInfo .operates .showDes {
    opacity: 0.8;
  }
  .mainHome .scheme .schemeC .schemeBox .scRight .scRbox .scItem .scItemMdu .scIpUl .scIpLi:hover .scIpLiaImg {
    transform: scale(1.1);
  }
  .mainHome .scheme .schemeC .schemeBox .scRight .scRbox .scItem .scItemMdu .scIpUl .scIpLi:hover .scIpLiaTxt {
    background: #2547a9;
  }
  .mainHome .scheme .schemeC .schemeBox .scRight .scRbox .scItem .scItemMdu .scIpUl .scIpLi:hover .scIpLiaTxt .scIpLiaTH2 {
    color: #ffffff;
  }
  .hpTit .hpTitMore:hover {
    border: 1px solid #2547a9 !important;
    border-radius: 30px;
  }
  .hpTit .hpTitMore:hover .tname {
    color: #2547a9 !important;
  }
  .mainHome .homeSearch .hschBox .hsdchLeft .hsdchB .hsdcha:hover {
    color: #2547a9 !important;
  }
  .mainHome .homeSearch .hschBox .hsdchRight .hsdchBtns:hover {
    opacity: 0.8;
  }
  .module.albumC .albC .albLi:hover, .module.honorsC .honC .albLi:hover {
    cursor: pointer;
  }
  .module.albumC .albC .albLi:hover .albLiImgs, .module.honorsC .honC .albLi:hover .albLiImgs {
    border: 1px solid #2547a9;
  }
  .module.albumC .albC .albLi:hover .albLiImgs .albLiImg, .module.honorsC .honC .albLi:hover .albLiImgs .albLiImg {
    transform: scale(1.1);
  }
  .module.albumC .albC .albLi:hover .albLiT .albLiTH2, .module.honorsC .honC .albLi:hover .albLiT .albLiTH2 {
    color: #2547a9;
  }
  .moduleTwo.newsC .modeRight .newslist .newsLi:hover .newsLImg {
    transform: scale(1.1);
  }
  .mainHome .homeCases .homeCasesC .homeCaSwiper .swiper .swiper-slide .hcaseA:hover {
    background: #2547a9;
  }
  .mainHome .homeCases .homeCasesC .homeCaSwiper .swiper .swiper-slide .hcaseA:hover .hcaseImgs .hcaseImg {
    transform: scale(1.1);
  }
  .mainHome .homeCases .homeCasesC .homeCaSwiper .swiper .swiper-slide .hcaseA:hover .hcaseInfo .hcaseTit .hcaseTitS {
    color: #ffffff;
  }
  .mainHome .homeCases .homeCasesC .homeCaSwiper .swiper .swiper-slide .hcaseA:hover .hcaseInfo .hcaseDes {
    color: #ffffff;
  }
  .mainHome .homeCases .homeCasesC .homeCaSwiper .swiper .swiper-slide .hcaseA:hover .hcaseInfo .hcaseAm .hcaseAmP {
    background: #f18832;
  }
  .mainHome .homeProud .homeProudC .hpRight .prodUl .prodLi:hover .prImg {
    transform: scale(1.1);
  }
}
