@font-face {
  font-family: "font";
  src: url(./DINCOND.OTF);
} 

.header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  background-color: #ffffff;
  position: relative;
}
.header .headerImg {
  width: 215px;
  height: 27px;
  margin: 20px 0;
  margin-left: 3%;
}
.header .muneBox {
  width: 80%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}
.header .muneBox .iconBox {
  width: 80px;
  height: 80px;
  background-color: #e83917;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  display: none;
}
.header .muneBox .iconBox .muneIcon {
  width: 18px;
  height: 18px;
}
.header .muneBox .seacrhIcon {
  width: 16px;
  height: 16px;
  margin-right: 24px;
}
.header .muneBox .muneList {
  width: calc(100% - 120px);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 80px; 
  box-sizing: border-box;
  padding: 30px 0;
}
.header .muneBox .muneList .muneName {
  font-family: PingFang-SC-Bold;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 78px;
  letter-spacing: 1px;
  color: #444444;
  position: relative;
 width: 150px;
text-align: center;
  display: inline-block;
  cursor: pointer; 
}
.header .muneBox .muneList .muneName>a {
  font-size: 16px; 
  line-height: 44px;
  letter-spacing: 1px;
  color: #444444; 
      width: 100%;
    display: inline-block;
}
.header .muneBox .muneList .muneName:hover {
  background: #e83917; 
  /*border-bottom: 2px solid #e83917;*/
  color: #fff;
}
.header .muneBox .muneList .muneName:hover>a {
    color: #fff;
}
.header .muneBox .muneName .sonList {
  position: absolute;
  top: 78px;
  /* padding-top: 20px; */
  width: 100%;
  left: 0;
  background-color: rgba(255,255,255,0.5);
  display: none;
  z-index: 999;
  line-height: 44px;
  color: #000;
}
/* .header .muneBox .muneList:hover .sonList {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 999;
} */
.header .muneBox .muneName .sonMune {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 50px;
    letter-spacing: 1px;
    color: #fff;
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #fff;
}
.header .muneBox .muneName .sonMune:last-child {
    border-bottom: none;
}
.header .muneBox .muneName .sonMune:hover {
  color: #e83917;
}
.header .sonMuneBg {
  display: none;
  width: 100%;
  position: absolute;
  height: 433px;
  background-color: #ffffff;
  top: 80px;
  left: 0;
  z-index: 998;
  padding-top: 90px;
  padding-left: 3%;
  font-family: PingFang-SC-Regular;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 1px;
  color: #333333;
  background-image: url(../img/img15.png);
  background-size: 600px 400px;
  background-position: bottom left;
  background-repeat: no-repeat;
} 
.searchBox {
  width: 400px;
  display: none;
  height: 30px;
  border-left: 1px solid #e5e5e5;
  padding-left: 25px;
  box-sizing: border-box;
}
.bannerBox1 {
  width: 100%;
  height: 500px;
}
.bannerBox1 .swiper-pagination-bullet-active {
  background: #fff;
}
.bannerBox1 img {
  width: 100%;
   height: 100%; 
}
.bannerBox1 .bannerTxt{
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%);
  text-align: center;
}
.bannerBox1 .bannerTxt p{
  font-size: 24px;
  margin-bottom: 36px;
  color: #ffffff;
  font-family: "font";
} 
.bannerBox1 .bannerTxt p:first-child{
  font-size: 48px; 
}
.tabBox {
  width: 100%;
  box-sizing: border-box;
  padding: 0 14%;
  padding-bottom: 150px;
  display: flex;
  justify-content: flex-end;
  height: 722px;
  background:url(../img/img26.png) center center no-repeat;
  background-size: 100% 100%;
}
.tabImg {
  width: 350px;
  height: 100%;
}
.tabCards {
  width: 69%;
}
.tabCard {
  display: none;
  /*padding-top: 84px;*/
}
.tabCardActive {
  display: block;
}
.tabs {
  min-width: 130px;
  width: 7%;
}
.tabTit {
  display: block;
  height: 33.33%;
  background-color: #f4f4f4;
  box-sizing: border-box;
  padding: 30px 24px 20px;
}
.tabTit .tabTittxt {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  margin: 13px 0 16px;
}
.tabTit .tabTittxt3 {
  color: #e83917;
  font-size: 12px;
}
.tabTit .tabTittxt2 {
  font-size: 12px;
  line-height: 16px;
  color: #b8b8b8;
  margin-bottom: 20px;
  font-family: 'font';
}
.tabTitActive {
  background-color: #e83917;
}
.tabTitActive .tabTittxt {
  color: #ffffff;
}
.tabTitActive .tabTittxt2 {
  color: #ffffff;
}
.tabTitActive .tabTittxt3 {
  color: #ffffff;
}
.tabCard .cardName {
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 1px;
  color: #555555;
  margin-bottom: 12px;
}
.tabCard .cardName2 {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 1px;
  color: #333333;
  margin-bottom: 50px;
  font-weight: bold;
}
.tabCard .cradTxt {
  width: 606px;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 1px;
  color: #555555;
  margin-bottom: 30px;
}
.tabCard .cardNums {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 13px;
  line-height: 29px;
  color: #e83917;
  margin-bottom: 50px;
}
.tabCard .cardNums .cardNum {
  margin-right: 80px;
}
.tabCard .cardNums p:last-child {
  max-width: 82px;
}
.tabCard .cardNums span {
  font-size: 44px;
  font-family: 'font';
}
.tabCardBtn {
  width: 169px;
  height: 40px;
  background-color: #e83917;
  color: #ffffff;
  font-size: 14px;
  box-sizing: border-box;
  padding: 11px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.newsCenter {
  width: 100%;
  box-sizing: border-box;
  padding: 90px 13%;
  background-image: url(../img/img25.png);
  background-size: 100% 100%;
}
.newsCenter .newsHead {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 40px;
}
.newsCenter .newsHead .centerHead {
  color: #ffffff;
  font-size: 24px;
  padding-bottom: 26px;
  border-bottom: 1px solid #ffffff;
}
.newsCenter .newsHead .centerHead p:first-child {
  font-size: 48px;
  color: #e83917;
  font-family: font;
}
.newsCenter .newsHead .newsTabs {
  display: flex;
  align-items: center;
  justify-content: space-around;
  max-width: 320px;
  font-size: 16px;
  color: #ffffff;
}
.newsCenter .newsHead .newsTabs .newTab {
  margin-right: 20px;
  cursor: pointer;
}
.newsCenter .newsHead .newsTabs .newTab:last-child {
  margin-right: 0;
}
.newsCenter .newsHead .newsTabs .newTabAct {
  color: #e83917;
}
.newsCenter .newsMian {
  width: 100%;
}
.newsCenter .newsMian .newsCards {
  width: 100%;
  display: none;
}
.newsCenter .newsMian .newsCards .newCard {
  width: 23.92%;
  position: relative;
  margin-right: 20px;
}
.newDaily{
  position: absolute;
  top: 32px;
  right: 29px;
  color: #ffffff;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: 'font';
}
.newDaily p:last-child{
  margin-top: 9px;
  font-size: 30px;
}
.newsCenter .newsMian .newsCards .newCard img {
  width: 100%;
  height: 247px;
  object-fit: fill;
}
.newsCenter .newsMian .newsCards .newCard:last-child {
  margin-right: 0;
}
.newCardCont {
  width: 100%;
  height: 188px;
  padding: 30px 30px;
  box-sizing: border-box;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.newsCenter .newsMian .newsCards .newCard .newCardTit {
  font-size: 18px;
  line-height: 28px;
  color: #333333;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;overflow: hidden;
}
.newsCenter .newsMian .newsCards .newCard .newCardTit:hover
 {
  color: #e83917;
}
.newsCenter .newsMian .newsCards .newCard .newCardFoot {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #666666;
  font-size: 14px;
}
.newsCenter .newsMian .newsCards .newCard .newCardFoot a {
  color: #e83917;
}
.newsCenter .newsMian .newsCardsAct {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: flex-start;
}
.mainBox {
  width: 100%;
  box-sizing: border-box;
  padding: 100px 13% 0;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mainBox .a_link {
    display: flex;
}
.mianCont {
  width: 40%;
  height: 322px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border-right: 1px solid #ffffff;
}
.mianCont img {
  width: 153px;
  height: 153px;
  margin-bottom: 35px;
  border-radius: 50%;
}
.mianCont1 {
  background-color: #e83917;
}
.mianCont3 {
  background-color: #b3bbc6;
}
.mianCont2 {
  width: 60%;
  height: 322px;
  background-color: #e83917;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.mianCont4 {
  width: 60%;
  height: 322px;
  background-color: #b3bbc6;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.mainContT {
  width: 100%;
  box-sizing: border-box;
  padding: 50px;
  color: #ffffff;
  line-height: 24px;
  font-size: 13px;
}
.mianContFoot {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 49px;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 18px 50px;
  box-sizing: border-box;
  font-size: 13px;
  letter-spacing: 1px;
  color: #fff;
}
.mainContTit {
  margin-bottom: 25px;
  font-size: 20px;
  letter-spacing: 1px;
  color: #ffffff;
}
.mainBox2 {
  width: 100%;
  box-sizing: border-box;
  padding: 80px 13%;
  background-color: #f0f2f4;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.mainBox2 .mainMune:last-child {
    margin-right: 0;
}
.mainMune {
  background-color: #ffffff;
  width: 19.14%;
  box-sizing: border-box;
  padding: 40px;
  color: #333;
  margin-right: 14px;
  border-bottom: 1px solid #fff;
}
.mainMune .mainMuneTit {
  font-size: 18px;
  letter-spacing: 1px;
  color: #333333;
  margin-bottom: 20px;
}
.mainMune .mainMuneTxt {
  font-size: 15px;
  margin-bottom: 50px;
  color: #b8b8b8;
  font-family:'font';
}
.mainMune a {
  color: #e83917;
}
.mainMune:hover {
  border-bottom: 1px solid #e83917;
}
.footBanner {
  width: 100%;
  box-sizing: border-box;
  padding: 140px 13%;
  background: url(../img/img5.png) center center no-repeat;
  background-size: 100% 100%;
  font-size: 24px;
  color: #ffffff;
}
.footBTit {
  font-size: 48px;
  color: #e83917;
  margin-bottom: 10px;
  font-family: 'font';
}
.footBanner .line {
  width: 170px;
  height: 1px;
  background-color: #ffffff;
  margin-top: 30px;
  margin-bottom: 50px;
}
.footBanerBTn {
  width: 169px;
  height: 40px;
  background-color: #e83917;
  color: #ffffff;
  font-size: 14px;
  box-sizing: border-box;
  padding: 11px 20px;
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.footBox {
  width: 100%;
  background-color: #282828;
}
.footMain {
  display: flex;
  justify-content: space-between;
  width: 1400px;
  margin: 0 auto;
  padding: 50px 0;
}
.footMune{
  display: flex;
}
.footMuneList {
  margin-right: 38px;
  color: #8c8c8c;
  font-size: 15px;
}
.footMuneList .footMuneItem {
  color: #8c8c8c;
  margin-bottom: 15px;
  display: block;
}
.footMuneList .footMuneItem:first-child {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 40px;
}
.footMuneList .footMuneItem:hover {
  color: #ffffff;
}
.concatUs{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 180px;
}
.concatUsTxt{
  padding-right: 25px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.CUTxt1{
  font-size: 16px; 
	letter-spacing: 1px;
	color: #ffffff;
  text-align: right;
  margin-bottom: 30px;
}
.CUTxt2{
  font-size: 14px; 
	line-height: 28px;
	letter-spacing: 1px;
  text-align: right;
	color: #ffffff;
}
.CUTxt2:nth-child(3){
  margin-bottom: 30px;
}
.CUTxt3{
  font-size: 14px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #8c8c8c;
  text-align: right;
}
.concatUsImg{
  margin-left: 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 15px;  
	color: #555555;
}
.concatUsImg img{
  width: 136px;
	height: 136px;
  margin-bottom: 20px;
}
.footTip{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 15px;   
	color: #8c8c8c;
  box-sizing: border-box;
  padding: 20px 10%;
}
.detailBtnIcon{
  width: 30px;
  height: 7px;
}
.kefu {
  position: fixed;
  right: 10px;
  bottom: 8%;
  z-index: 100;
  background-color: #e83917;
  border-radius: 5px;
  padding: 10px;
}
.kefu a {
  display: block;
  text-align: center;
}
.kefu a img {
  display: block;
    height: 48px;
    margin: 0 auto;
}
.kefu a p {
  color: #eee;
  font-size: 14px;
  line-height: 1.4;
}

@media only screen and (max-width: 768px) {
  .tabImg{
    display: none;
  }
  .tabBox{
    display: block;
    height: auto;
    padding: 0 10px 20px;
    background: none;
  }
  .tabs{
    width: 100%;
    margin: 10px 0 0;
    display: flex;
  }
  .tabCards{
    width: 100%;
  }
  .tabCard .cardNums{
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .tabCard .cardNums .cardNum{
    margin-right: 0;
    width: 49%;
  }
  .tabCard .cardNums span{
    font-size: 28px;
  }
  .tabTit .tabTitImg{
    width: 20px;
    height: 20px;
  }
  .tabCard .cardNums p:last-child{
    max-width: none;
  }
  .tabCard .cardName2{
    font-size: 16px;
    line-height: 20px; 
    margin-bottom: 20px;
  }
  .tabCard .cradTxt{
    width: 100%;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 20px;
  }
  .tabCard{
    padding-top: 40px;
  }
  .tabTit{
    padding: 10px 5px;
    height: auto;
    width: 33.33%;
  }
  .tabTit .tabTittxt{
    font-size: 14px;
  }
  .tabTit .tabTittxt2{
    font-size: 11px;
  }
  .newsCenter .newsMian .newsCardsAct{
    flex-wrap: wrap;
  }
  .newsCenter .newsMian .newsCards .newCard{
    width: 100%; 
    margin-right: 0;
    margin-bottom: 20px;
  }
  .newsCenter .newsMian .newsCards .newCard .newCardTit{
    font-size: 16px;
  }
  .newsCenter .newsMian .newsCards .newCard .newCardFoot{
    font-size: 12px;
  }
  .newCardCont{
    padding: 15px;
    height: auto;
    min-height: 110px;
  }
  .newsCenter{
    padding: 45px 10px;
  }
  .newsCenter .newsHead .centerHead {
    font-size: 16px;
  }
  .newsCenter .newsHead .centerHead p:first-child {
    font-size: 16px;
  }
  .newsCenter .newsHead .centerHead {
    padding-bottom: 4px;
  }
  .newsCenter .newsHead .newsTabs{
    font-size: 14px;
  }
  .newsCenter .newsHead .newsTabs .newTab{
    margin-right: 10px;
  }
  .mainBox{
    padding: 50px 10px 0;
    flex-wrap: wrap;
  }
  .mianCont{
    width: 39%;
    height: 260px;
  }
  .mianCont2,.mianCont4{
    width: 60%;
    height: 260px;
  }
  .mianCont img{
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
  }
  .mainContT{
    padding: 20px;
    line-height: 18px;
  }
  .mainContTit{
    font-size: 16px;
    margin-bottom: 20px;
  }
  .mianContFoot{
    font-size: 12px;
    padding: 10px 20px;
  }
  .mainBox2{
    padding: 40px 10px;
    flex-wrap: wrap;
  }
  .mainMune{
    width: 100%;
    margin-bottom: 20px;
    padding: 20px;
    margin-right: 0;
  }
  .footBanner{
    padding: 20px;
    font-size: 16px;
  }
  .footBTit{
    font-size: 20px;
  }
  .footBanner .line{
    margin: 15px 0 20px;
  }
  .footTip{
    margin: 0;
    display: block;
    font-size: 12px;
    padding: 20px 10px; 
    text-align: center;
  }
  .footTip div{
    margin-bottom: 10px;
  }
  .bannerBox1{
    height: 220px;
  }
  .bannerBox1 .bannerTxt p{
    font-size: 14px;
    margin-bottom: 10px;
  }
  .bannerBox1 .bannerTxt p:first-child{
    font-size: 16px;
  }
  .bannerBox1 .bannerTxt{
    top: 30%;
  }
  .footMune, .concatUsTxt, .concatUsImg {
    display: none;
  }
  .footMain {
    width: 100%;
    padding: 10px 0;
    justify-content: center;
  }
  .concatUs {
    height: initial;
  }
}
/* 笔记本 */
@media screen and (min-width:768px) and (max-width: 1366px) {
    .header,
    .bannerBox1,
    .tabBox,
    .newsCenter,
    .mainBox,
    .mainBox2,
    .footBanner,
    .footBox {
        min-width: 1200px;
    }
  .footMuneList{
    margin-right: 15px;
  }
.footMain {
    padding: 50px;
    box-sizing: border-box;
}
  .footMuneList .footMuneItem{
    font-size: 13px;
  }
  .footMuneList .footMuneItem:first-child{
    font-size: 14px;
  }
  .concatUsTxt{
    padding-right: 10px;
  }
  .CUTxt3 , .CUTxt2{
    font-size: 13px;
  }
  .concatUsImg{
    margin-left: 15px;
  }
  .newsCenter .newsMian .newsCards .newCard .newCardTit{
    font-size: 16px;
  }
  .newsCenter .newsMian .newsCards .newCard .newCardFoot{
    font-size: 12px;
  }
  .newCardCont{
    padding: 15px;
  }
  .newsCenter .newsHead .centerHead p{
    font-size: 36px;
  }
  .tabCard .cardNums span{
    font-size: 20px;
  }
  .tabCard .cradTxt{
    font-size: 12px;
    line-height: 18px;
    width: 90%;
  }
  .tabCard .cardNums .cardNum {
      margin-right: 50px;
  }
  .tabBox{
    padding: 0 13%;
    padding-bottom: 100px;
  }
  .tabCards {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .header {
    display: none;
  }
  .tel-head {
    display: block;
    height: 50px;
    position: fixed;
    top: 0;
    z-index: 10;
    background: #fff;
    width: 100%;
    display: flex;
    align-items: center;
    padding-left: 20px;
    box-sizing: border-box;
  }
  .tel-head .logo {
    width: 150px;
  }
  .tel-head .logo .mune-btn {
    width: 15px;
    position: absolute;
    right: 15px;
    top: 16px;
  }
  .tel-head .logo img {
    width: 100%;
  }
  .tel-mask {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.7);
    top: 50px;
    left: 0;
    display: none;
    z-index: 9;
  }
  .mune-list {
    background: #fff;
    position: absolute;
    width: 200px;
    left: -200px;
    transition: 0.5s all;
    padding-left: 20px;
    box-sizing: border-box;
    top: 50px;
    height: calc(100vh - 50px);
    z-index: 10;
  }
  .mune-list li {
    list-style:none;
  }
  .two_bar {
    margin-left:20px;
    display:none;
  }
  .two_bar li,.one_bar {
    display:block;
    font-size:14px;
    line-height:40px;
    overflow:hidden;
    color: #333;
  }
  .two_bar li,.one_bar a{
    font-size:14px; 
    color: #333;
  }
  .tel-head a:link,a:visited,a:hover,a:active {
    color: #333;
    font-size: 14px;
    width: 100%;
    display: inline-block;
    line-height: 40px;
  }  
  .mainMune .mainMuneTxt{
    margin-bottom: 20px;
  }
  .kefu {
    padding: 5px;
    bottom: 20%;
  }
  .kefu a p {
    font-size: 10px;
  }
  .footTip>div {
      display: block !important;
  }
  .footTip p {
      font-size: 12px !important;
  }
}