header{display: flex; justify-content: space-around; align-items: center; }

h1,.ft45 {font-size: 45px;}
h2,.ft35 {font-size: 35px; line-height: 50px;}
h3,.ft25 {font-size: 25px;}
h4,.ft23 {font-size: 23px;}
h5,.ft20 {font-size: 20px;}
h6,.ft18 {font-size: 18px;}
.ft16 {font-size: 16px;}

.center{text-align: center;}

.mb70{/* margin-bottom: 70px; */}
.mb20{margin-bottom:20px; }

.mt100{margin-top: 100px;}
.mshow{display: none;}
.pcshow{display:block;}
.header{
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position:fixed;
    width: 100%;
    padding: 10px 0;
    z-index: 1008;
 }
.header.on{
   background: #ffffff;box-shadow:0px 0px 10px 0px #cccccc;
}
.top{
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: space-between;
    width: 100%;

   
}
.top .logo{
    width: 20%;

}
.top img{
    max-width: 100%;
}
.top img.bai{
    display: block;
}
.top img.hei{
    display: none;
}

.header.on .menu   span a{
    color: #131212;
}

.header.on .top img.bai{
    display: none;
}
.header.on .top img.hei{
    display: block;
}

.header.on2 .top img.bai{
    display: none;
}
.header.on2 .top img.hei{
    display: block;
}
.menuOpen .top img.bai{
display: none;
}
.menuOpen .top img.hei{
display: block;
}


.menu{
    width: 80%;
    height: 45px; 
   
	
}
.menu ul{
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 100%;
	

}
.menu ul .item{
    position: relative;
    font-size: 16px;
    width: 10%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;


}
.menu  .item span{

justify-content:space-between;

align-items: center;

}

.menu ul .secNav{
    visibility:hidden;
   
    transition:all 250ms ease-out 0ms;
    transform:translate(0%, 10px);
    position: absolute;
    width: 100%;
    
    top: 100%;

}
.secItem{
    background:rgba(255,255,255,.9);
    margin-bottom: 1px;
}

.menu ul .secNav li{
    height: 33px;
    line-height: 33px;
    font-size: 14px;
}
.menu ul  li a{
    color: #ffffff;
}
.menu ul .secNav.active{
 
    visibility:visible;
    transform:translate(0%, 0px);
  
}
.menu ul .secNav a{
    color: #333333;
}

.menu ul .secNav li:hover{
    color: #ffffff;
	 background: #bc1d24;
}

.menu ul .secNav li:hover a{
    color: #ffffff;
	
}



.menu .item:hover{
    background: #bc1d24;
}

.menu .item:hover  span a{
    color: #ffffff;
}



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

}
  
  .banner .swiper-slide {

   width: 100%;
   height: 100%;
   overflow: hidden;

  }


.banner .aniss{
    position: absolute;
    top:25%;
    left: 5%;
    background: rgba(214, 16, 25, .8);
    padding: 3% 2%;
  
}
.slide-bg1  img{
    width: 100%;
}

.banner .aniss h1{
    font-size: 36px; font-weight: 500;
    color: #ffffff;
    line-height: 1.6;
    margin-bottom: 55px;
    position: relative;
}
.banner .aniss h1::after{
    content: '';
    border-bottom: 2px solid #ffffff;
    width: 55px;
    position: absolute;
    left: 0;
    bottom: -20px;
}


.banner .aniss p{
    font-size: 18px;
    color: #ffffff;
    line-height: 2;
    margin-top: 15px;
}
.seemore{
    background: #dc253b;
    text-align: center;
    height: 33px;
    line-height: 33px;
    color: #ffffff;
    padding: 0 15px;
    display: inline-block;
    margin-top: 25px;
}

.seemore a{
    color: #ffffff;
    position: relative;
    font-size: 12px;
    display: flex;
    align-items: center;
}
.seemore  i{
    border-bottom: 1px solid #ffffff;
    width: 10px;
    display:block;
    height: 1px;
    margin-left: 5px;
 
   
}


.mores{
    background: #dc253b;
    text-align: center;
    height: 33px;
    color: #ffffff;
    padding: 0 25px;
    display: inline-block;
    margin-top: 45px;
}

.mores a{
    color: #ffffff;
    position: relative;
    font-size: 12px;
    display: flex;
    align-items: center;
    display: flex;
    height: 100%;

}
.mores  i{
    border-bottom: 1px solid #ffffff;
    width: 10px;
    display:block;
    height: 1px;
    margin-left: 5px;
 
   
}
.mores:hover{
    opacity: 0.8;
}

.more3{
    text-align: center;
    margin-top: 35px;
}
.more3 a:hover{
    opacity: 0.8;
}

#swiper3{
    position: relative;
    overflow:hidden;
    margin-top: 55px;
}
#swiper3 .swiper-slide{
    height: 100%;  


}
.fangan{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;

}
.fangan p{
    color: #ffffff;
    font-size: 40px;
    line-height: 2;
}
.fangan a{
    display: inline-block;
    border: 1px solid #cccdcd;
    text-align: center;
    padding: 5px 10px;
    color: #cccdcd;
    margin-top: 25px;
    font-size: 15px;
    font-family: pingfang;
}
#swiper3 .swiper-slide li{  
    position: relative;
}



#swiper3 .swiper-slide img{
     width: 100%;
}


#yxzl{
    position: absolute;
    left: 0;
    bottom: 3px;
    right: 0;
    border-top: 1px solid #393969;
    height: 55px;
}
#yxzl  .swiper-wrapper{
    display: flex;
    align-items: center;
    


}
#yxzl  .swiper-wrapper a{
    width: 23%;
    display: flex;
    align-items: center;
    justify-content:space-between;
    color: #ffffff;
    border-right: 1px solid #393969;
    padding: 0 1%;

}

#yxzl  .swiper-wrapper a.cur{
    background: #dc253b;
}



.top_r{
    display: flex;
    align-items: center;
    height: 100%;
    width: 0%;
    justify-content: flex-end;


}
.search{
    background: #dc253b;
    height: 100%;
    display: flex;
    margin-left: 22px;
    align-items: center;
    padding: 0  15px;
    min-width: 70px;
    justify-content: center;
}
.search input{
    background: none;
    border: 0px;
    border-bottom: 1px solid #f2f2f2;
    transition:all 710ms;
    width: 0px;
}
.search div{
    display: flex;
}
.search:hover  input{
    width: 150px;
    outline: none;
    color: #ffffff;
}
.search input::-webkit-input-placeholder { 
    /* WebKit browsers */ 
    font-size:14px;
    color: #ffffff;
} 
.search input::-moz-placeholder { 
    /* Mozilla Firefox 19+ */ 
    font-size:14px;
    color: #ffffff;
} 
.search input:-ms-input-placeholder { 
    /* Internet Explorer 10+ */ 
    font-size:14px;
    color: #ffffff;
}

.banner .swiper-pagination-bullet{ width:12px; height:12px; border-radius:12px; transition:all linear .2s; background:#fff;}
.banner .swiper-pagination-bullet-active{
 width: 12px;
 height: 12px;
 border: 1px solid  #ffffff;
 background: none;
    }
.news .swiper-pagination{
    top: 100%;
}

.swiper-pagination-progressbar {
	height: 4px !important;
	background: #DEDEDE !important;
	top: auto !important;
	bottom: 0 !important;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #FA401C !important;
}

.ps2{ background:#dc253b; }
.tit{
   
    margin-top: 75px;
}
.tit h1{
    font-size: 48px;
    line-height: 2;
   
}

.bg{
    background: url(../images/map.jpg) center center no-repeat;
    position: relative;
}

.aboutDesc{
    font-size: 18px;
    line-height: 32px;
  
    margin-top: 15px;
}
.huaXia{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.huaXia dl{
    width: 47%;
}
.number{
    margin-top: 115px;
}
.number2{
    display: flex;
    justify-content: space-between;
}
.number2 b{
    display: block;
    position: relative;
    padding-right: 35px;
}
.number2 i{
    font-style: normal;
    color: #343434;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 60px;
}
.number2 b sup{
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
	font-size:16px

}


.number2 p{
   font-size:16px

}


a.more{
    display:inline-block;
    border: 2px solid #e60012;
    align-items: center;
    justify-content: space-around;
    padding: 5px 10px;
    color: #e60012;
    margin-top: 25px;
}

a.more i{
    margin-left: 15px;
    font-size: 19px;
}

.people1{overflow: hidden;
    background: #ffffff;
    padding-top: 100px;
    overflow: hidden;
    clear: both;

}

.people1 .chairmanCon{
    
}

.people1  .chairmanCon .left{
    width: 48%;
    float: left;
}
.people1  .chairmanCon .right{
    width: 50%;
    float: right;
}
.people1  .chairmanCon .left h1{
    font-size: 30px;color: #c6000b;
    line-height: 3;

}
.people1  .chairmanCon .desc {
    font-size: 18px;
    line-height:1.5;
    margin-top: 35px;
}
.people1  .chairmanCon .desc p{
    text-indent: 40px;
    margin-top: 22px;
}


.keCheng{
    margin-top: 55px;
    position: relative;
    padding-bottom: 0px;
}
.keCheng .swiper-slide {
   padding-bottom: 55px;

}
.keCheng .swiper-slide li{
  background: #f7f6f6;
  height: 250px;
  display: flex;
    align-items: center;
}



.keCheng  .swiper-button-next{

}
   
.keCheng .swiper-button-prev{
  
}
.keCheng .swiper-slide li .con{
    margin-left: 10%;
    margin-right: 10%;
}
.keCheng .pic{
    font-size: 42px;
    color: #d61019;
   
}
.keCheng   h1{
    font-size: 24px;
    line-height: 3;
}
.keCheng p{
    font-size: 14px;
    color: #959595;
    line-height: 1.5;
}

.keCheng .swiper-slide:hover {
    background: url(../images/bgs.jpg) no-repeat;
    background-size: cover;
   
}
.keCheng .swiper-slide:hover  li{
    background: none;
}

.keCheng .swiper-slide:hover  .pic{
    color: #ffffff;
}
.keCheng .swiper-slide:hover   h1{

    color: #ffffff;
}
.keCheng .swiper-slide:hover  p{
    color: #ffffff;
}


.keCheng .swiper-button-next {
    border: 1px solid #d0d0d0;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    right: 0px;
    top: 0px;
    left: auto;
}


.keCheng .swiper-button-next span{
    font-size: 22px;
}
.keCheng .swiper-button-prev {
    border: 1px solid #d0d0d0;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    right:70px;
    top: 0px;
    left: auto;
    
}


.keCheng .swiper-button-prev span{
    font-size: 22px;
    transform:rotate(180deg);
    left: auto;
    

}
  

.keCheng  .swiper-button-next.on{
    background: #d61019;
    color: #ffffff;
  }
  .keCheng  .swiper-button-prev.on{
    background: #d61019;
    color: #ffffff;
}

.keCheng .ico{
position:absolute;
bottom:10%;
left:10%;
display:none
}
.keCheng .swiper-slide:hover .ico{
display:block
}


.people{
    position: relative;
    clear: both;
}

.people .desc{width: 32%;
    position:absolute;
    left: 9%;
    top: 15%;
}
.people .desc h1{
    color: #c6000b;
    font-size: 31px;
    line-height: 3;
}
.people .desc h5{
    color: #5f5f5f;
    font-size: 16px;
}


.people .desc dl{color: #131212; font-size: 15px; line-height: 28px; margin-top: 22px; }

.people .desc i{
    color: #7c7c7c;
    font-size: 12px;
    margin-top: 15px;
    line-height: 2;
    font-style: normal;
    display: block;
}

.people .desc2{
    position: absolute;
    color: #131212;width: 18%;
    font-size: 16px;
    line-height: 2;
    right: 7%;
    top:25%
}
.people .desc2 dl{position: relative; display: block;}
.people .desc2 dl::after{
    content: '';
    border-bottom: 2px solid #c6000b;
    width: 66px;
    top: -20px;
    left: 0px;
    position: absolute;
}


.zhuanLan{

    width: 100%;
    position: relative;
    margin-top: -410px;

  
}
  
  .zhuanLan .swiper {
    width: 100%;

  }
  
  .zhuanLan  .swiper-slide {
    width: 50%;
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   position:relative;
  
  }
  
  
  .zhuanLan  .swiper-slide img{border-radius: 15px;
    width: 100%;

  }


.zhuanLan .swiper-button-next {
    background: url(../images/right.png);
    background-size: contain;
    width: 25px;
    height: 44px;
    top: 50%;
    right: 22%;
}

.zhuanLan .swiper-button-prev {
    background: url(../images/left.png);
    background-size: contain;
    width: 25px;
    height: 44px;
    left:22%;
    top: 50%;
   
    
}

.zhuanLan  .swiper-slide.on span{
      display: none;
    
} 
.zhuanLan  .swiper-slide span{
      display: block;
      width: 100%;
      top: 0;
      bottom: 0;
      left: 0;
      position:absolute;
      z-index: 2;
      background: rgb(255,255,255,0.8);
} 
  
  
  
  
.zhuanLan  .swiper-slide dl{

      bottom: 20px;
      left: 10%;
      position:absolute;
      z-index: 1;
      
} 
    
 .zhuanLan  .swiper-slide dl h5{
     color: #ffffff;
     font-size: 22px;
     line-height: 2;
 } 
 .zhuanLan  .swiper-slide dl p{
     color: #ffffff;
     font-size: 16px;
 }  


  .swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    margin-top: 55px;
    background: none;
  }
  .swiper-horizontal > .swiper-scrollbar {
    position:relative;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 66px;
    width: 98%;
  }
 .swiper-horizontal > .swiper-scrollbar::after {
        content: '';
        position: absolute;
        background: rgba(0, 0, 0, 0.1);
        height: 10px;
        width: 100%;
        top: 22px;
}

  



  .swiper-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
  }
.swiper-scrollbar-drag {
    background-color: #dc253b !important;
   position: relative;
   height: 10px;
   top: 22px;
} 
.swiper-scrollbar-drag::before {

         
}
.swiper-scrollbar-drag::after {
    content: '';
    position: absolute;
    width: 55px;
    height: 55px;
    background: url(../images/yy.png);
    background-size: contain;
    top: -20px;
    left: 40%;
       
}

.baoMing{
    position: relative;
    margin-top: 55px;
}
.baoMingC{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.baoMingC h1{font-size: 26px; color: #ffffff; margin: 40px 0;}

.baoMingC .list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    
}
.baoMingC .list dl div:nth-child(1)
{
   text-align: center;
}

.baoMingC .list dl{
    width: 19%;
    height: 310px;
    background: rgba(255,255,255,.8);
    display: flex;
    align-items: center;
    justify-content: center;
}
.baoMingC .list dl:hover{
    background: rgba(214,16,25,.8);
    color: #ffffff;
}
.baoMingC .list .pic{
     width: 66px;
     height: 66px;
     border: 1px solid #ffffff;
     background: #ffffff;
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     margin: 0px auto;
}
.baoMingC .list dl:hover .pic{
    background: rgba(214,16,25,0);
    color: #ffffff;
}
.baoMingC .list dl:hover p , .baoMingC .list dl:hover .pic i{
 
    color: #ffffff;
}

.baoMingC .list .pic i{
    color: #d61019;
    font-size: 30px;
}
.baoMingC .list p{
    text-align: center;
    font-size: 20px;
    line-height: 2;
}
.keAapai{height: 48px; overflow:hidden; }
.picScroll-top{ margin:0 auto;  width:100%;  overflow:hidden; position:relative;    }
.picScroll-top .bd{   }
.picScroll-top .bd ul{ overflow:hidden; zoom:1;}
.picScroll-top .bd ul li{ overflow:hidden; zoom:1; display:flex; justify-content: space-around; }

.picScroll-top .bd ul dl{
    border: 1px solid #70625c;
    height: 45px;
    width: 30%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: #ffffff;
    font-size: 14px;
	margin-top:0px
}





.news{position: relative;width: 100%;}
.news .tit{margin: 35px 0;}
.news .swiper {
    width: 98%;
    padding-bottom: 55px;
   
}
.news .swiper-wrapper .swiper-slide{
    position: relative;
}
.news .swiper-wrapper .swiper-slide::after{
    position: absolute;
    content: '';
    right: -30px;
    height: 80%;
    border-left: 1px solid #ededed;
    top:10%
}


.news .swiper-wrapper .swiper-slide::before{
    position: absolute;
    content: '';
    height:2px;
    background: #d61019;;
    width: 0%;
    left: .5%;
    bottom: 2px;
    -webkit-transition:all .5s; -moz-transition:all .5s;-ms-transition:all .5s;-o-transition:all .5s;transition:all .5s
}




.news .swiper-wrapper .swiper-slide li{margin: 5px;padding: 25px;min-height: 600px;}
.news .swiper-wrapper .swiper-slide dl img.bg{width: 100%;}
.news .swiper-wrapper .swiper-slide .img1{overflow: hidden;}
.news .swiper-wrapper .swiper-slide .img1 img{width: 100%;}
.news .swiper-wrapper .swiper-slide dl h5{display: flex;justify-content: space-between;align-items: center;}
.news .swiper-wrapper .swiper-slide dl h5 img{width: 10%;}
.news li dt{color: #6a6a6a;font-family: pingfang;font-size: 18px;}
.news h1{font-size: 48px;line-height: 3;}
.news h5{min-height: 65px; margin: 30px 0;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2; text-overflow: ellipsis;overflow: hidden;-webkit-box-orient: vertical;word-wrap:break-word;word-break:break-all;}
.news h5{color: #3e3e3e;font-size: 20px;line-height: 1.6;}
.news p{font-size: 14px;color: #919191;line-height: 26px; min-height: 65px;}
.news .swiper-button-next {
    border: 1px solid #d0d0d0;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    right: 0px;
    top: 20px;
    left: auto;
}


.news .swiper-button-next span{
    font-size: 22px;
}
.news .swiper-button-prev {
    border: 1px solid #d0d0d0;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    right:70px;
    top: 20px;
    left: auto;
    
}


.news .swiper-button-prev span{
    font-size: 22px;
    transform:rotate(180deg);
    left: auto;
    

}
  

.news  .swiper-button-next.on{
    background: #d61019;
    color: #ffffff;
  }
.news  .swiper-button-prev.on{
    background: #d61019;
    color: #ffffff;
}



.news .s{
    margin-top: 15px;
}
.news .ss {

    border-radius: 50%;
    width: 55px;
    height: 55px;
    background: #d61019;
    display: none;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}


.news .ss i{
    font-size: 22px;
    color: #ffffff;
}
.news li:hover{
    
    box-shadow:0px 0px 10px 0px #cccccc;
}
.news li:hover .ss{
    display: flex;
}

.news li:hover .s{
    display: none;
}

.news .swiper-slide:hover::before{
    width: 99%;
}

.keHu{overflow: hidden;position: relative;width: 100%; max-height: 580px;}
.keHuCon{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
 
}
.keHuCon a.l{
    margin-bottom: 35px;
    display:inline-block;
    float: left;
    width: 10%;
    margin-right: 1%;
}
.keHuCon a.l:nth-child(2){
    margin-top: 3%;
}
.keHuCon a.l:nth-child(3){
      margin-top: 3%;
}

.keHuCon a.l:nth-child(4){
     margin-top: 3%;
}

.keHuCon a.l:nth-child(5){
      margin-top: 3%;
}
.keHuCon a.l:nth-child(6){
      margin-top: 3%;
}
.keHuCon a.l:nth-child(7){
      margin-top: 3%;
}

.keHuCon a.l img{width: 100%; height: 100%; box-shadow:0px 0px 0.625rem 0px #cccccc;}
.keHufex{
  float: left;
   width:30%;
   margin-right: 3%; position: relative;
}
.keHufex .kehubg{width: 100%;}
.keHufex dl{
   position: absolute;
   left: 0;
   top: 0;
   display: flex;
   align-items: center;
   bottom: 0px;
   width: 100%;
   
}
.keHufex dl div{
    margin-left:15%;
    width: 80%;

}
.keHufex dl h1{
    display: flex;
    align-items: center;
    font-size: 34px;
     color: #ffffff;
     line-height: 4;
}
.keHufex dl p{
    font-size: 14px;
    line-height: 2;
    color: #ffffff;
    min-height: 150px;
}

.keHufex dl h1 img{
    width: 4%;
    margin-right: 5px;
}



/* 视频弹窗 */
.videoimg{
    display: none;
}
.videoplay{
   width: 100%;
}



.shipin{
    width: 100%;
}
.Video-Plyr-Box {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .6);
    z-index: 999991;
    display: none;
}

.Video-Plyr {
    width: 1066px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;height: 600px;
    transform: translate(-50%, -50%);
}

.Video-Plyr video {
    width: 100%;max-height: 100%;
    object-fit: fill;
}

.Video-Plyr-close1 {
    width: 40px;
    height: 40px;
    text-align: center;

    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 919999;
}

.Video-Plyr-close1 i {
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-image: url('../images/vd-close.png');
    display: inline-block;
    margin-top: 11px;
    transition: all .6s ease-in-out;
}

.Video-Plyr-close:hover {
    background-color: #1f5dcb;
}

.indvd{
    position: relative;
    margin-top: 55px;
    max-height: 723px;
    overflow: hidden;

}
.indvd img.bg {
    width: 100%;
}
.Video-Plyr-play{
    position: absolute;
    left: 48%;
    top: 48%;
	 z-index:2
}
.videoTxt{
position:absolute; left:0; right:0; top:0; bottom:0; z-index:1; font-size:40px; color:#ffffff; text-align:center;
background-color: rgba(0,0,0,0.35);}

.videoTxt span{
position:absolute;
width:100%;
text-align:center;
top:35%;
left:0

}

.indvd-click{width: 60px;height: 60px;}
.indvd-click i{display: block;width: 100%;height: 100%;background: url('../images/vdCk.png') no-repeat center /100% auto;cursor: pointer;}
.indvd-click:hover i{-webkit-animation: tada 1s .2s ease both;-moz-animation: tada 1s .2s ease both;}
/*客服 */
.xuanFu{
    position: fixed;
    right: 15px;
    top:15%;
    box-shadow:0px 0px 10px 0px #cccccc;
    z-index: 99;
    border-radius: 5px;

    background: #ffffff;
}
.xuanFu dl{
    display: flex;
    align-items: center;
    padding: 15px;
    justify-content: center;
    position: relative;
 

}
.xuanFu dl a{
    display: block;
    width: 100%;
    text-align: center;
}
.xuanFu dl span{color: #d61019;
    margin: 0px auto;
    font-size: 32px;
    display: block;

}
.xuanFu dl span p{
    font-size: 15px;
    line-height: 2;
}
.xuanFu dl:hover{
    background: #d61019;
    color: #ffffff;
}

.xuanFu dl:hover a{color: #ffffff; }
.xuanFu dl:hover span{color: #ffffff; }
.xuanFu .tips2 {
    display: none;
    position: absolute;
    bottom: 0;
    top: 0;
    margin: auto 0;
    left:-220px;
    width: 200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    background: #c6000b;
    border-radius: 5px;

}
  
  .xuanFu .tips2::after {
    position: absolute;
    right: -16px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 0;
    height: 0;
    font-size: 24px;
    content: " ";
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent transparent #c6000b; }
    
  .xuanFu .tips_code {
    display: none;
    position: absolute;
    top: 0;
    margin: auto 0;
    left: -160px;
    width: 400px;
 
}
.xuanFu dl:hover .tips_code{
    display: block;
}
.xuanFu dl:hover .tips2{
    display: block;
}


.moreKe{
    margin: 20px 0;
    display: flex;
    align-items: center;
}
.moreKe span{
    font-size: 22px;
    color: #ffffff;
    margin-right: 10px;
}
.moreKe a{
    font-size: 14px;
    color: #ffffff;
}
.moreKe:hover span{
color: #d61019;
}
.moreKe:hover a{
    color: #d61019;
}
    
/*底部*/


footer{
 
   
    margin-top: 55px;
    background: url(../images/map.jpg) center center no-repeat;
  
}
.foot{
    display: flex;
    justify-content: space-between;
}
.foot-l{
    width: 60%;

}
.foot-r{
    width:40%;
}
.logo-b{
    margin-top: 35px;

}
.foot-nav{
    display: flex;
    justify-content: space-around;
    margin-top: 35px;
    padding-bottom: 35px;
}

.foot-nav h1{
    font-size: 18px;
    padding-bottom: 25px;
    color: #606060;
}
.foot-nav p{
    line-height: 2;
}
.foot-nav  a{
    font-size: 14px;
    color: #8c8c8c;
    font-family: pingfang;
}
.foot-nav  a:hover{
	color:#dc263e;
}

.backTop{
    position:absolute;
    right: 100px;
    bottom: -49px;
}

.contact {
    width: 85%;
    margin-left: 12%;
    margin-top: 20%;
    font-size: 14px;
    color: #8c8c8c;

}
.contact .address{
    font-size: 14px;
    color: #8c8c8c;
    font-family: pingfang;
    line-height: 1.8;
    margin-top: 15px;
    margin-bottom: 25px;
}
.contact h1{
 
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #606060;
}
.contact h1 img{
    margin-left: 10px;
}
.contact h1 span{
 
    color: #dc253b;
    font-size: 16px;
}



.share{display: flex; margin-top: 55px;}

.share a{display: block; position: relative; margin-right: 30px; }
.share span{display: block; text-align: center;}
.share  img {
    -webkit-transition:all .3s;transition:all .3s;
    
}
.copyright{
    background: #d61019;
    padding: 25px 0;
    margin-top: 25px;
}
.copyright dl{
    display: flex;
    justify-content: space-between;
    color: #ffffff;
    font-size: 14px;
}
.copyright dl a{color: #ffffff;}
.copyright dl a:nth-child(1){margin-right: 20px;}
.copyright dl a:nth-child(1):before {
    content: "";
    width: 22px;
    height: 22px;
    margin-right: 5px;
    background: url(../images/foot01.png) no-repeat;
    background-size: 100%;
    float: left;
}