@font-face {
  font-family: 'DIN-BOLD';
  src: url("../font/DIN-Bold.otf");
}

@font-face {
  font-family: 'DIN-Medium';
  src: url("../font/DIN-Medium.otf");
}

@font-face {
  font-family: 'Impact';
  src: url("../font/IMPACT.ttf");
}

.wehead {
  width: 100%;
  position: relative;
  z-index: 5;
}

.wehead .headPc {
  width: 100%;
}

.wehead .headPc .headTopBox {
  width: 100%;
}

.wehead .headPc .headTopBox .cont {
  width: 100%;
  height: 115px;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}

.wehead .headPc .headTopBox .cont .logoImgs {
  height: 95px;
  display: flex;
  justify-content: flex-start;
}

.wehead .headPc .headTopBox .cont .logoImgs .logoImg {
  height: 100%;
  display: block;
}

.wehead .headPc .headTopBox .cont .logoImgs .logoTxt {
  height: 100%;
  display: block;
}

.wehead .headPc .headTopBox .cont .right {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  align-content: baseline;
}

.wehead .headPc .headTopBox .cont .right .consult {
  background: url("../img/tel.png") no-repeat center left;
  background-size: 40px 40px;
  padding-left: 50px;
  margin-right: 20px;
}

.wehead .headPc .headTopBox .cont .right .consult .title {
  font-size: 14px;
  color: #000000;
  line-height: 16px;
  margin-bottom: 2px;
}

.wehead .headPc .headTopBox .cont .right .consult .phone {
  font-size: 30px;
  font-family: 'DIN-BOLD';
  color: #2547a9;
}

.wehead .headPc .headTopBox .cont .right .switchLang .langChange {
  width: 75px;
  height: 30px;
  background: #f18832;
  display: flex;
  justify-content: space-between;
  border-radius: 30px;
}

.wehead .headPc .headTopBox .cont .right .switchLang .langChange .lang {
  line-height: 30px;
  display: block;
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  display: none;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}

.wehead .headPc .headTopBox .cont .right .switchLang .langChange .lang.CHN {
  padding: 0 5px 0 5px;
  font-size: 16px;
}

.wehead .headPc .headTopBox .cont .right .switchLang .langChange .lang.ENG {
  padding: 0 5px 0 5px;
  font-size: 16px;
}

.wehead .headPc .headTopBox .cont .right .switchLang .langChange .lang .qiu {
  width: 18px;
  height: 18px;
  background: #ffffff;
  border-radius: 50%;
  display: block;
  opacity: 1;
  transition: 0.3s ease;
}

.wehead .headPc .headTopBox .cont .right .switchLang .langChange .lang span {
  flex: 1;
  width: 0;
  text-align: center;
}

.wehead .headPc .headTopBox .cont .right .switchLang .langChange .lang.act {
  display: flex;
}

.wehead .headPc .headTopBox .cont .right .switchLang .langChange .lang:hover .qiu {
  opacity: 1;
}

.wehead .headPc .navLink {
  width: 100%;
  height: 50px;
  background: #2547a9;
}

.wehead .headPc .navLink .navMainUl {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.wehead .headPc .navLink .navMainUl .nmLi {
  width: calc(100% / 7);
  height: 50px;
  position: relative;
}

.wehead .headPc .navLink .navMainUl .nmLi .nmLia {
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #ffffff;
  display: block;
  text-align: center;
  position: relative;
}

.wehead .headPc .navLink .navMainUl .nmLi .nmLia::after {
  content: '';
  width: 1px;
  height: 50%;
  background: #647cc2;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.wehead .headPc .navLink .navMainUl .nmLi .subMenu {
  width: 100%;
  background: #ffffff;
  display: none;
}

.wehead .headPc .navLink .navMainUl .nmLi .subMenu .subMenuUl {
  width: 100%;
  padding: 10px 0;
}

.wehead .headPc .navLink .navMainUl .nmLi .subMenu .subMenuUl .subMenuLi {
  width: 100%;
}

.wehead .headPc .navLink .navMainUl .nmLi .subMenu .subMenuUl .subMenuLi .subMenuLiA {
  width: 100%;
  height: 44px;
  display: block;
  line-height: 44px;
  text-align: center;
  font-size: 14px;
  color: #333333;
  text-align: center;
}

.wehead .headPc .navLink .navMainUl .nmLi .subMenu .subMenuUl .subMenuLi .subMenuLiA:hover {
  background: #f18832;
  color: #ffffff;
}

.wehead .headPc .navLink .navMainUl .nmLi:last-child .nmLia::after {
  display: none;
}

.wehead .headPc .navLink .navMainUl .nmLi.act .nmLia, .wehead .headPc .navLink .navMainUl .nmLi:hover .nmLia {
  background: #f18832;
}

.wehead .headPc .navLink .navMainUl .nmLi.act .nmLia::after, .wehead .headPc .navLink .navMainUl .nmLi:hover .nmLia::after {
  opacity: 0;
}

.wehead .head_Wap {
  display: block;
  width: 100%;
  height: 50px;
  position: fixed;
  top: -100%;
  left: 0;
  z-index: 56;
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

.wehead .head_Wap .WapNav {
  width: 100%;
  height: 100%;
}

.wehead .head_Wap .WapNav .header {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  padding: 0 10px;
  box-sizing: border-box;
}

.wehead .head_Wap .WapNav .header .logo {
  height: 100%;
}

.wehead .head_Wap .WapNav .header .logo a {
  display: flex;
  align-items: center;
  align-content: center;
  height: 100%;
}

.wehead .head_Wap .WapNav .header .logo a img {
  display: block;
  height: 90%;
}

.wehead .head_Wap .WapNav .header .headri {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}

.wehead .head_Wap .WapNav .header .headri .navBtn {
  width: 40px;
  height: 50px;
  cursor: pointer;
  position: relative;
}

.wehead .head_Wap .WapNav .header .headri .navBtn .navBtnBox {
  width: 30px;
  height: 50px;
  float: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}

.wehead .head_Wap .WapNav .header .headri .navBtn .navBtnBox .span_0 {
  width: 24px;
  background: #333333;
  height: 3px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  display: block;
  /* margin-bottom: 7px; */
  position: absolute;
  top: 50%;
  transform-origin: 50% 50%;
}

.wehead .head_Wap .WapNav .header .headri .navBtn .navBtnBox .span_0.span_1 {
  transform: translate(0, -8px);
}

.wehead .head_Wap .WapNav .header .headri .navBtn .navBtnBox .span_0.span_3 {
  transform: translate(0, 8px);
}

.wehead .head_Wap .WapNav .header .headri .navBtn.cur .span_1 {
  transform: rotate(-45deg) translate(0, -50%);
}

.wehead .head_Wap .WapNav .header .headri .navBtn.cur .span_2 {
  opacity: 0;
}

.wehead .head_Wap .WapNav .header .headri .navBtn.cur .span_3 {
  transform: rotate(45deg) translate(0, -50%);
}

.weFooter {
  width: 100%;
}

.weFooter .weFoNav {
  width: 100%;
  background: #2547a9;
}

.weFooter .weFoNav .weFNUl {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}

.weFooter .weFoNav .weFNUl .weFNli {
  width: calc(100% / 7);
}

.weFooter .weFoNav .weFNUl .weFNli .weFNa {
  width: 100%;
  height: 70px;
  line-height: 70px;
  display: block;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
}

.weFooter .weFbox {
  width: 100%;
  background:#335AC8 url("../img/fotBg.png") no-repeat center center;
  background-size: cover;
}

.weFooter .weFbox .weFCont {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  padding: 65px 20px 40px;
  box-sizing: border-box;
}

.weFooter .weFbox .weFCont .weLogoImgs .weLogoImg {
  width: 110px;
  height: 110px;
  display: block;
}

.weFooter .weFbox .weFCont .weConfig {
  display: flex;
  justify-content: flex-start;
}

.weFooter .weFbox .weFCont .weConfig .left {
  margin-right: 70px;
}

.weFooter .weFbox .weFCont .weConfig .left .item {
  padding-left: 38px;
}

.weFooter .weFbox .weFCont .weConfig .left .item.hoticon {
  background: url("../img/tic1.png") no-repeat top left;
  background-size: 28px 28px;
}

.weFooter .weFbox .weFCont .weConfig .left .item .title {
  font-size: 14px;
  color: #ffffff;
  line-height: 30px;
}

.weFooter .weFbox .weFCont .weConfig .left .item .hotline {
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  font-family: 'DIN-Medium';
}

.weFooter .weFbox .weFCont .weConfig .left .item .address {
  margin-top: 5px;
  font-size: 14px;
  color: #ffffff;
  line-height: 30px;
}

.weFooter .weFbox .weFCont .weConfig .right .item {
  max-width: 310px;
  padding-left: 38px;
  margin-bottom: 10px;
}

.weFooter .weFbox .weFCont .weConfig .right .item:last-child {
  margin-bottom: 0;
}

.weFooter .weFbox .weFCont .weConfig .right .item.conIcon {
  background: url("../img/tic2.png") no-repeat top left;
  background-size: 28px 28px;
}

.weFooter .weFbox .weFCont .weConfig .right .item.addIcon {
  background: url("../img/tic3.png") no-repeat top left;
  background-size: 28px 28px;
}

.weFooter .weFbox .weFCont .weConfig .right .item .title {
  font-size: 14px;
  color: #ffffff;
  line-height: 30px;
}

.weFooter .weFbox .weFCont .weConfig .right .item .inkeyF {
  font-size: 14px;
  color: #ffffff;
  line-height: 30px;
}

.weFooter .filings {
  width: 100%;
}

.weFooter .filings .cont {
  padding: 15px 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  line-height: 30px;
  font-size: 14px;
  color: #333333;
}

.weFooter .filings .cont .name {
  padding: 0 20px;
}

.weFooter .filings .cont .miit {
  padding: 0 20px;
}

.weFooter .filings .cont .jigongwang {
  padding: 0 20px;
}

.weFooter .filings .cont .jigongwang .jgwimg {
  vertical-align: middle;
  width: 20px;
  height: 20px;
}
.weFooter .weFbox .weFCont .orCodeImgs{
	width: 164px;
	height: 123px;
}
.weFooter .weFbox .weFCont .orCodeImgs .orCodeImgcBg{
	width: 100%;
	height: 100%;
	position: relative;
}
.weFooter .weFbox .weFCont .orCodeImgs .orCodeImgcBg .orCodeImg{
	height: 100px;
	position: absolute;
	top: 11px;
	left: 11px;
}
.weFooter .weFbox .weFCont .orCodeImgs .orCodeImgcBg .orCodeImgBg{
	width: 100%;
	height: 100%;
}



.prModule .prTit{
	width: 100%;
}
.prModule .prTitImg{
	width: 100%;
	display: block;
}
.prModule .CpList{
	width: 100%;
	display: flex;
	justify-content: center;
	margin:50px 0 30px;
}
.prModule .CpItem{
	width: calc((100% - 60px) / 4);
	position: relative;
	margin-right: 20px;
	
}
.prModule .CpItem:last-child{
	margin-right: 0;
}
.prModule .CpItem:nth-child(2n){
	padding-top: 35px;
}
.prModule .CpItemc{
	width: 100%;
	position: relative;
}
.prModule .CpItemImg{
	width: 100%;
	position: relative;
	border-radius: 6px;
	overflow: hidden;
}
.prModule .CpZw{
	width: 100%;
	height: 100%;
	display: block;
}
.prModule .CpImg{
	width: 100%;
	height: 100%;
	position: absolute;
	object-fit: cover;
	display: block;
	top: 0;
	left: 0;
}
.prModule .CpNm{
	width: 60px;
	height: 60px;
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 3;
}
.prModule .CpItemTxt{
	margin-top: 10px;
}
.prModule .CpItemTi{
	font-size: 18px;
	color: #c72514;
	line-height: 24px;
	padding: 3px 0 3px 15px;
	margin-bottom: 5px;
	position: relative;
	box-sizing: border-box;
	
}
.prModule .CpItemTi::after{
	content: '';
	width: 6px;
	height: 6px;
	background: #c72514;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
}
.prModule .CpItemCo{
	font-size: 14px;
	color: #333333;
	line-height: 24px;
}












@media (max-width: 1000px) {
  .wehead {
    height: 50px;
  }
  .wehead .headPc {
    display: none;
  }
  .wehead .head_Wap {
    top: 0%;
  }
  .weFooter .weFoNav {
    display: none;
  }
  .weFooter .weFCont {
    flex-wrap: wrap;
    padding: 40px 20px 40px !important;
  }
  .weFooter .weFCont .weLogoImgs {
    display: none;
  }
  .weFooter .weFCont .weConfig {
    flex-wrap: wrap;
    width: 100%;
  }
  .weFooter .weFCont .weConfig .left {
    width: 50%;
    margin-right: 0 !important;
    margin-bottom: 10px;
  }
  .weFooter .weFCont .weConfig .right {
    width: 50%;
  }
  .weFooter .weFCont .orCodeImgs {
    padding-left: 38px;
    margin-top: 20px;
  }
}

@media (max-width: 750px) {
  .weFooter .weFbox .weFCont .weConfig .left {
    width: 100%;
  }
  .weFooter .weFbox .weFCont .weConfig .right {
    width: 100%;
  }
  .weFooter .weFbox .weFCont .weConfig .right .item {
    max-width: 100% !important;
  }
  .weFooter .filings {
    width: 100%;
  }
  .weFooter .filings .cont {
    font-size: 12px;
    line-height: 24px;
  }
  
  
  
  .prModule .CpList{
  	margin: 40px 0 25px;
	flex-wrap: wrap;
  }
  .prModule .CpItem{
	width: calc(50% - 8px);
	margin-right: 16px;
	padding-bottom: 40px;
  }
  .prModule .CpItem:nth-child(2n){
	  margin-right: 0;
	  padding: 0;
  }
  .prModule .CpNm{
	  width: 45px;
	  height: 45px;
  }
  .prModule .CpItemTi{
	  font-size: 16px;
	  line-height: 20px;
  }
  .prModule .CpItemCo{
	  font-size: 12px;
	  line-height: 18px;
  }
  
  
  
}
