
/*banner*/
.banner{
   position: relative;
   margin-top:5rem;
   height: 30rem;
   width: 100%;
   background: url(/images/up_images/banner1.jpg) center center no-repeat;
   min-height: 100svh;
   background-size: cover;
   
}
.bannerText{
   position: absolute;
   top: 30%;
   width: 100%;
   padding: 0 9%;
}
.banner h1{
   margin-bottom: 0;
   font-family: "SourceHanSansCN-Bold";
   font-size: 1.8rem;
   
   color: #ffffff;
   text-shadow: 2px 3px 2px #3d3d3d;
}
.banner p{
   font-family: "SourceHanSansCN-Regular";
   font-size: 1rem;
   color: #ffffff;
   margin: 14px 0;
   /*letter-spacing: 1px;*/
}
.banner p span{font-size: 0.9rem;}
.banner .More{margin-top: 4%;}

.inaptitle{width: 60rem;margin: 3rem auto;color: #0e2684;/*! font-weight: bold; */font-size: 36px;/*letter-spacing: 4px;*/}

/*我们是作什么*/
.gyZsm{
   width:60rem; 
   margin: 0 auto 4rem;
}
.gyZsm a{
   z-index: 99;
}
.NewsItem{
   width: 19rem;
   height: 16rem;
   box-shadow: 0px 1px 6px 2px rgba(166, 166, 166, 0.3);   
   -webkit-box-shadow: 0px 1px 6px 2px rgba(166, 166, 166, 0.3);  
   -moz-box-shadow: 0px 1px 6px 2px rgba(166, 166, 166, 0.3);
   
}
.NewsImg{
   width: 100%;
   height: 10.75rem;
   overflow: hidden;
}
.NewsImg img{ 
   transition: .5s;
   max-width: 100%;
   height: auto;
   width: 100%;
}

.NewsItem:hover .NewsImg img{
   transform: scale(1.2);
}
.NewsItem h3{
   /*font-family: "MicrosoftYaHei";*/
   font-size: .8rem;
   color: #222222;
}
.NewsItem p{
   /*font-family: "MicrosoftYaHei";*/
   font-size: .8rem;
   color: #0e2684;
   margin-top:.5rem;
   transition: .5s;
}
.NewsItem p:hover{
   color: #db0632;
}
.NewsText{
   margin-top: 1rem;
   margin-left: 1rem;
}
/*了解DBA*/
.about{
   height: 15rem;
   margin:3.75rem auto;
   text-align: center;
}
.aboutDescription{
   font-size: 1.2rem;
   color: #222222;
   margin:2rem auto 1.5rem;
}
.More{
   /*width: 8rem;*/
   height: 2rem;
   background-color: #0e2684;
   border-radius: 2rem;
   margin:0 auto;
   display: inline-block;
  padding: 0 20px;
  transition: all 0.6s;
}
.More span{
   margin-left: 5px;
}
.More a{
   width: 100%;
   display: inline-block;
   /*font-family: "MicrosoftYaHei";*/
   font-size: .9rem;
   color: #ffffff;
   line-height: 2rem;
   text-align: center;
   border-radius: 2rem;
   letter-spacing: 0;
}
.More:hover{
   background-color: #ff0505;
   transition: all 0.6s;
}
.More a:hover{
	color:#fff;
   border-radius: 2rem;
   /*background-color: #ff0505;*/
}
/*高端装备*/
.gzzb{
   width: 100%;
   height: 37rem;
   min-height: 100svh;
   background:#d7d7d7 url(/images/banner2.jpg) center center no-repeat;
   background-size: cover;
}
.gzzbImg{
   margin-top: 5rem;
}
.gzzbText{
   margin-top:7rem;
   width: 30rem;
   text-align: right;
   /*letter-spacing: 3px;*/
}
.gzzbText h3{
   font-weight: bold;
   font-size: 1.8rem;
   color: #fff;
   text-shadow: 2px 3px 2px #3d3d3d;
}
.gzzbText p{
   font-size: 1rem;
   color: #fff;
   margin-bottom: .8rem;
   text-shadow: 2px 3px 2px #3d3d3d;
}
.gzzbText .More{
   margin-right: 0;
}
/*电动助力*/
.ddzlc{
   width: 100%;
   height: 37rem;
   min-height: 100svh;
   background:#d7d7d7 url(/images/banner4.jpg) center center no-repeat;
   background-size: cover;
}
.ddzlcImg{
   margin-top: 5rem;
}
.ddzlcText{
   margin-top:11rem;
   width: 30rem;
   text-align: right;
   /*letter-spacing: 2px;*/
}
.ddzlcText h3{
   font-weight: bold;
   font-size: 1.8rem;
   color: #fff;
   text-shadow: 2px 3px 2px #3d3d3d;
}
.ddzlcText p{
   font-size: 1rem;
   color: #fff;
   text-shadow: 2px 3px 2px #3d3d3d;
   margin-bottom: .8rem;
}
.ddzlcText .More{
   margin-right: 0;
}
/*技术应用*/
.jsyy{
   width: 100%;
   background:url(/images/banner6.jpg) center center no-repeat;
   background-size: cover;
   padding-top:4rem;
   padding-bottom:5rem;
   min-height: 100svh;
}
.jsyyTitle{
   text-align: center;
}
.jsyyTitle h4{
   font-weight: bold;
   font-size: 1.8rem;
   text-shadow: 2px 3px 2px #3d3d3d;
}
.jsyyTitle p{
   margin: 1rem auto ;
   font-size: 1.2rem;
}
.jsyyList{
   width: 63rem;
   margin:3rem auto 0;
}
.jsyyItem{
   width: 19%;
   background-color: #ffffff;
}
.jsyyImg{
   width: 100%;
   overflow: hidden;
}
.jsyyImg img{
   max-width: 100%;
   height: auto;
   transition:.5s;
}
.jsyyItem:hover .jsyyImg img{
   transform: scale(1.2);
}
.jsyyItem:hover .jsyyItemText h5{
   color: #db0632;
}
.jsyyItem:hover .jsyyItemText p{
   color: #888;
}
.jsyyItem h5{
   font-size: .9rem;
   color: #0e2684;
   font-weight: bold;
   transition: .5s;
}
.jsyyItem p{
   font-size: .7rem;
   color: #333333;
   margin-top: .8rem;
   transition: .5s;
}
.jsyyItemText{
margin: 1.2rem 0.8rem;
  /*letter-spacing: 1px;*/
}


/*整线开发*/
.zxkf{
   width: 100%;
   height: 37rem;
   min-height: 100svh;
   background:#d7d7d7 url(/images/banner3.jpg) center center no-repeat;
   background-size: cover;
   padding-top: 15rem;
}
.zxkfText{
   width: 78%;
   margin: 0 auto;
   /*letter-spacing: 2px;*/
}
.zxkfText h3{
   font-weight: bold;
   font-size: 1.8rem;
   color: #fff;
   text-shadow: 2px 3px 2px #3d3d3d;
}
.zxkfText p{
   font-size: 1rem;
   color: #fff;
   text-shadow: 2px 3px 2px #3d3d3d;
   margin-bottom: .8rem;
}
.zxkfText .More{
   margin-left: 0;
}
.sp_header,.sjj_nav{
   display: none;
}

/*无人机*/
.wrji{
   width: 100%;
   height: 37rem;
   min-height: 100svh;
   background:#d7d7d7 url(/images/banner5.jpg) center center no-repeat;
   background-size: cover;
   padding-top: 15rem;
}
.wrjiText{
   width: 78%;
   margin: 0 auto;
   /*letter-spacing: 2px;*/
}
.wrjiText h3{
   font-weight: bold;
   font-size: 1.8rem;
   color: #fff;
   text-shadow: 2px 3px 2px #3d3d3d;
}
.wrjiText p{
   font-size: 1rem;
   color: #fff;
   text-shadow: 2px 3px 2px #3d3d3d;
   margin-bottom: .8rem;
}
.wrjiText .More{
   margin-left: 0;
}
.sp_header,.sjj_nav{
   display: none;
}


/*移动端导航*/
@media screen and (max-width: 480px){
.banner{
      margin-top: 2.5rem;
      height: 14rem;
   }
.bannerText{ text-align:center;}
.banner h1{font-size: 1.2rem;}
.banner p{font-size: 0.8rem;}
.inaptitle {
  width: 96%;
  margin: 1rem auto;
  font-size: 25px;
}
.gyZsm {
    width: 100%;
    margin: 0 auto 2rem;
}
.gyZsm a{width: 100%;}

.NewsItem{
  width: 96%;
   display: flex;
   margin: .5rem auto 5px;
   height: 108px;
}
.NewsImg {
    width: 56%;
    height: auto;
    overflow: hidden;
    padding:2px;
	max-width: 138px;
}
.NewsText {
    margin-top: 0.3rem;
    margin-left: 0.4rem;
}
.NewsItem p{
  margin-top: 1.4rem;
}
.about {
    margin: 3rem auto;
    text-align: center;
}
.aboutDescription {
    font-size: 0.8rem;
    color:#222222;
    margin: 1.2rem auto 1rem;
}
.gzzbImg {
    margin-top: 1.5rem;
}
.gzzbImg img{
   max-width: 100%;
   height: auto;
}
.NewsImg img {
    height: 100%;
}
.gzzbText {
	text-align: center;
    width: 95%;
}
.gzzbText h3{font-size: 1.2rem;}
.gzzbText .More {
    margin: 0 auto;
}
.gzzb{
   height: 35rem;
}
.gzzbText p {
    font-size: 0.8rem;
}
.jsyyTitle h4 {
    font-size: 1.2rem;
}
.jsyy{
   /*height: 40rem;*/
   padding-top: 3rem;
}
.jsyyTitle p {
    margin: 0.7rem auto;
    font-size: 0.8rem;
}
.jsyyList {
    width: 100%;
    margin: 3.3rem auto 0;
}
.jsyyItem {
    width: 90%;
    background-color: #ffffff;
    margin: 0 auto 1rem;
	display: flex;
}
.jsyyImg {
    width: 50%;
    height: 5.5rem;
    overflow: hidden;
}
.jsyyItemText {
    margin: 0;
    width: 80%;
    padding: 10px 10px 0;
}
.jsyyImg img {
    max-width: 100%;
    height: 100%;
    transition: .5s;
	width: 100%;
}
.jsyyItemText h5{
   /*margin-top:5px;*/
   margin-bottom: 0
}
.jsyyItemText p{
   font-size: .6rem;
   margin-top: 5px;
}
.zxkf{
/*height: 38rem;
padding-top: 3rem;
background:#d7d7d7 url(/images/banner4.jpg) center center no-repeat;
background-size: cover;*/
}
.zxkfText{
	width: 95%;
  text-align: center;
}
.zxkfText h3 {
    font-size: 1.2rem;
}
.zxkfText p {
    font-size: 0.8rem;
}
.zxkfText .More{
  margin:0 auto;
}

.ddzlcText{ width:95%; text-align:center;}
.ddzlcText h3{font-size: 1.2rem;}
.ddzlcText p{font-size: 0.8rem;}

.wrjiText{width:95%; text-align:center;}
.wrjiText h3{font-size: 1.2rem;}
.wrjiText p{font-size: 0.8rem;}

.jsyyItem h5{font-size: .8rem;}

.More a{font-size: .8rem;line-height: 1.8rem;}

}
