/*内页开始*/

.breadMenu{
	transform: translateY(-50%);
	font-size: 14px;
	color: #555;
}

.breadMenu .main{
	background: #fff;
	padding: 30px 20px;
	box-shadow: 3.42px 9.397px 20px 0px rgba(77, 77, 77,.2);
}


.breadMenu .main a{
	color: #555;
}

.breadMenu .main a:hover{
	color: var(--primary);
}

.breadMenu .main .tb{
	margin-right: 3px;
}

.breadMenu .main .tb svg{
	width: 20px;
	height: 20px;
	fill: var(--primary);
}

.breadMenu .main span.arr{
	display: inline-block;
	margin: 0 5px;
}

.breadMenu .main span.arr svg{
	width: 13px;
	height: 13px;
}

.nyFl{
	margin-bottom: 35px;
}

.nyFl a{
	display: inline-block;
	padding: 13px 45px;
	border-radius: 25px;
	background: #ecf0f1;
	color: #393939;
	margin: 0 15px;
	transition: all .3s ease;
}

.nyFl a:hover,.nyFl a.on{
	color: #fff;
	background: var(--primary);
}

.aboutContent h2.title{
	font-size:26px;
	color:#0042ae;
	margin-top: 45px;
}

.aboutContent .des{
	margin-top: 25px;
	margin-bottom: 45px;
	padding-bottom: 45px;
	border-bottom: 1px solid rgba(204, 204, 204, 1);
}

.aboutContent .des p{
	line-height:2;
	text-indent: 30px;
}


.aboutContent .cimgs{
	margin-bottom: 65px;
}

.aboutContent .cimgs .div-img:hover img{
	transform: scale(1.1);
}


/*产品中心*/
.manSlider{
	display: block;
}

.manSlider p.title{
	font-size: 24px;
	height: 60px;
    line-height: 60px;
    background-color: #3087d7;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
}

.nyPro .d1{
	min-width: 20%;
	margin-right: 45px;
}

.nyPro .d2{
	width: 80%;
}

.nyProlist .item{
	margin-bottom: 25px;
}

.nyProlist .item a{
	display: block;
	position: relative;
	padding: 5px 5px 15px 5px;
	border: 1px solid #e2e2e2;
	border-radius: 4px;
	color: #373c41;
	overflow: hidden;
}

.nyProlist .item .title{
	padding: 15px 0;
}

.nyProlist .item .title p{
  overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box!important;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}

.nyProlist .item .sea{
	position: absolute;
	left: 10px;
	top: 10px;
	width: 16px;
	height: 16px;
	z-index: 9;
  opacity: 0;
}



.nyProlist .item .sea svg{
	fill: #fff;
}

.nyProlist .item .pread{
	text-align: center;
	padding: 15px 0;
	font-size: 14px;
	color: var(--primary);
	font-weight: bold;
}

.nyProlist .item .pread .tb{
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-left: 8px;
	vertical-align: text-bottom;
}

.nyProlist .item .pread .tb svg{
	fill: var(--primary);
}

.nyProlist .item a:after{
	content: '';
    position: absolute;
    left: -170px;
    top: -70px;
    width: 140px;
    height: 140px;
    background-color: #0042ae;
    transform: rotate(45deg);
    transition: all .5s ease;
}

.nyProlist .item a:before{
	position: absolute;
	content: "";
	width: 0;
	height: 2px;
	left: 0;
	bottom: 0;
	background-color: rgb(7 96 190);
    transition: all .5s ease;
}


.nyProlist .item .div-img img{
	transition: all 2s ease;
}

.nyProlist .item:hover a:after{
	left: -100px;
    z-index: 8;
}

.nyProlist .item:hover .div-img img{
	transform: scale(1.1);
}

.nyProlist .item:hover a:before{
	width: 100%;
}


.nyProlist .item:hover .sea{
  opacity: 1;
}

.manSlider ul li a{
	display: block;
	padding: 15px 20px;
    border-bottom: 2px solid #fff;
    background: #f0f0f0;
    color: #333;
    transition: all .3s ease;
}

.manSlider ul li a:hover,.manSlider ul li.on a{
	background: #e6f7ff;
}


.mcateBtn{
    padding: 15px 15px;
    color: #fff;
    background-color: var(--primary);
    max-width: 90%;
    margin: 25px auto 0;
    border-radius: 25px;
}

.mcateBtn svg{
  display: inline-block;
  margin-left: 5px;
}


.mCates{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  transform: translateX(-100%);
  transition: all .4s;
}

.mCates>div{
  height: 100%;
}

.mCates .d1{
   background-color:#bfbfbf;
}

.mCates .d1 span{
  display: block;
  text-align: center;
  padding: 10px 25px;
  min-width: 45px;
  background-color: #686868;
}

.mCates .d2{
  background-color: #fff;
}

.mCates .d2 dl{
  background: none;
  line-height: 56px;
  border: 1px solid #dbdbdb;
  border-bottom: none;
}

.mCates .d2 dl dt{
  font-size: 18px;
  color: #1a1a1a;
  padding: 0 20px;
  transition: all 0.5s;
  text-transform: capitalize;
  font-family: sy-n;
  border-bottom: 1px solid #dbdbdb;
  transition: all 0.5s;
  background: #f5f5f5;
}

.mCates .d2 dl dd{
  transition: all 0.5s;
  background: #fff;
  padding: 0 20px;
  border-bottom: 1px solid #dbdbdb;
  margin-top: 0px;
  line-height: 60px;
  position: relative;
}

.mCates .d2 dl dd span{
  position: absolute;
  right: 15px;
  top: -2px;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.sbLists .nav .nav-item{
	width: 23%;
}

.sbLists .nav .nav-item button{
	display: block;
	border: none;
	width: 100%;
	background-color: #e8e8e8;
    text-align: center;
    color: #333;
    border: 4px #fff solid;
    padding: 15px 0;
}

.sbLists .nav .nav-item button.active,.sbLists .nav .nav-item button:hover{
	background: #3087d7;
	color: #fff;
}

.sbLists{
	padding-bottom: 125px;
	padding-top: 45px;
}

.sbLists .tab-content .item p{
	text-align: center;
	color: #595959;
	margin-top: 10px;
}

.sbLists .tab-content .item{
	margin-top: 25px;
}

.nyNews{
	padding-bottom: 125px;
}

.nyNews .item{
	margin-bottom: 25px;
}

.nyNews .item a{
	display: block;
	color: #333;
	margin: 25px auto;
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 25px;
}

.nyNews .item .div-img{
  min-width: 20%;
	   width: 20%;
    height: 100%;
    max-height: 240px;
    margin-right: 25px;
}


.nyNews .item .div-text p.title{
	width: 100%;
    margin: 1rem 0;
    font-size: 22px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s;
    padding-top: 0;
    font-weight: normal;
}

.nyNews .item .div-text .time{
	font-size: 0.75rem;
    color: #999;
}

.nyNews .item .div-text .des{
	margin: 10px 0 1.5rem;
    line-height: 28px;
    font-size: 15px;
    color: #888;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    transition: all .3s;
}

.nyNews .item .div-text .more span{
	display: inline-block;
	border-radius: 30px;
    border: solid 1px #0760be;
    width: 130px;
    padding: 10px 0px;
    text-align: center;
    color: #0760be;
    transition: all 0.6s;
    font-size: 14px;
}


.nyNews .item:hover .div-img img{
	transform: scale(1.1);
}

.nyNews .item:hover .div-text .more span{
	background: #0760be;
	color: #fff;
}


.proDetail{
    padding: 3%;
    background: #fff;
    box-shadow: 0px 10px 20px #e0e0e0;
}

 .swiper.prosmallImgs {
    --swiper-navigation-color: #333;/* 单独设置按钮颜色 */
    --swiper-navigation-size: 20px;/* 设置按钮大小 */
  }
 .swiper .swiper-button-lock{
	display: block;
}

  .prosmallImgs{
  	margin-top: 45px;
  }

  .proxqImgs .div-text p.title{
  	font-size: 18px;
  	color: #262626;
  }

  .proxqImgs .div-text p.title strong{
  	display: inline-block;
  	font-size: 20px;
  }
  .prosmallImgs{
  	padding: 0 30px;
  }
   .prosmallImgs .swiper-slide .div-img{
   	border-radius: 5px;
   	padding: 25px 0;
   }

  .prosmallImgs .swiper-slide.swiper-slide-thumb-active .div-img{
  	border: 1px solid var(--primary);
  }


  .nyPro .d2 .div-text p.title{
  	font-size: 18px;
  	color: #262626;
  	font-weight: bold;
  	margin-top: 15px;
  }

  .nyPro .d2 .div-text p.title strong{
  	font-size: 20px;
  }

   .nyPro .d2 .div-text a.cate{
   	color: #333;
   	display: block;
   	margin-top: 10px;
   	margin-bottom: 25px;
   }

   .pbackbtn{
   	margin-top: 45px;
   }

   .pbackbtn a{
   	display: inline-block;
    margin-bottom: 10px;
    background: #f3f8ff;
    padding: 8px 30px;
    border-radius: 0px;
    font-size: 16px;
    color: #0760be;
    border: 1px solid #0760be;
    transition: all .36s ease;
    line-height: 1.42857143;
    font-weight: normal;
    margin-right: 15px;
    border-radius: 30px;
   }

   .pbackbtn a:hover{
   	 background: #0760be;
   	 color: #fff;
   }

  .xqContent .nrtitle{
  	font-size: 18px;
    color: #fff;
    font-weight: bold !important;
    clear: both;
    margin-top: 30px;
    margin-bottom: 0;
    border-bottom: solid 1px #ddd;
    padding: 15px 20px;
    background: #0760be;
    border-radius: 6px 6px 0px 0px;
  }

  .xqContent .content{
  	padding: 25px 0;
  	min-height: 100px;
  }

  .prevNext{
  	margin-top: 25px;
  }

  .relaPro{
  	margin-top: 25px;

  }

  .relaPro .nrtitle{
  	font-size: 20px;
  	color: #333;
  	margin-top: 45px;
  	margin-bottom: 25px;
  	font-weight: bold;
  }

  .relaLists a.item{
  	display: block;
  	padding: 5px;
  	border: 1px solid #ededed;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
    overflow: hidden;
  }

   .relaLists a.item p.title{
   	text-align: center;
   	padding: 15px 0;
   	color: #262626;
   }

     .relaLists a.item:hover .div-img img{
     	transform: scale(1.1);
     }

     .relaLists a.item:hover p.title{
     	font-weight: bold;
     	color: var(--primary);
     }


     .zyContent p.title{
     	font-size: 24px;
     	text-align: center;
     	padding-bottom: 25px;
     	margin-bottom: 25px;
     	border-bottom: 1px solid #d9d9d9;
     }


.newsDetail{
	padding-top: 45px;
	padding-bottom: 125px;
}

 .zyContent .meta p{
 	margin: 0 25px;
 	color: #707070;
 	font-size: 14px;
 }

 .zyContent .meta p a{
 	color: #707070;
 }

 .zyContent .meta p a:hover{
 	color: var(--primary);
 }

 .zyContent .content{
 	min-height: 200px;
 	padding: 25px 0;
 	border-bottom: 1px solid #d9d9d9;
 	margin-bottom: 25px;
 }

 .newsSlider>p.title{
 	background-color: rgba(0, 66, 174, 1);
 	color: #fff;
 	font-size: 20px;
 	font-weight: bold;
 	padding: 20px 15px;
 }

 .newsSlider .tjNews{
 	padding: 15px;
 	background: #eeeeee;
 }

 .newsSlider .tjNews p.title{
 	font-size: 18px;
 	color: var(--primary);
 	margin-bottom: 10px;
 }

  .newsSlider .tjNews p.des{
  	color: #595959;
  	font-size: 14px;
  }

  .newsSlider .item1{
  	margin-bottom: 15px;
  }

  .newsSlider ul li a{
  	display: block;
  	font-size: 15px;
  	color: #707070;
  	line-height: 1.6;
  	margin-bottom: 5px;
  }

  .newsSlider ul li a:hover{
  	color: var(--primary);
  }

  .conContent{
  	padding-top: 65px;
  }

  .conContent .conInfos{
  	border: 1px solid #ddd;
    padding: 20px;
    margin-bottom: 45px;
  }

  .conContent .conInfos>.title{
  	font-size: 26px;
  	color: rgb(51, 51, 51);
  	margin-bottom: 25px;
  	margin-top: 15px;
  	color: #333;
  }

  .conContent .conInfos .item{
  	padding-bottom: 15px;
  	margin-bottom: 15px;
  	border-bottom: 1px solid rgba(222, 226, 230, 1);
  }

   .conContent .conInfos .item .dimg{
   	width: 40px;
   	min-width: 40px;
   	margin-right: 15px;
   }

    .conContent .conInfos .item p.p1{
    	font-size: 20px;
    	line-height: 1.4;
    	color: #333;
    	font-family: 'DINPRO-MEDIUM';
    }

    .conContent .conInfos .item p.p2{
    	color: #a9a9a9;
    }


    .shareImgs{
    	text-align: center;
    	margin-top: 25px;
    	margin-bottom: 25px;
    }

     .shareImgs a{
     	display: inline-block;
     	margin: 0 5px;
     	max-width: 35px;
     }

     .divForm{
     	background: #f6f6f6;
     }

     .divForm form{
     	display: block;
     	padding: 20px;
     	
     }

     .divForm textarea,.divForm input{
     	display: block;
     	width: 100%;
     	padding: 12px 15px;
     	border: solid 2px #d3dde0;
     	margin-bottom: 24px;
     	color: #7b7b7b;
     }

     .divForm button{
     	display: block;
     	width: 100%;
     	padding:10px 15px;
     	text-align: center;
     	background-color: var(--primary);
     	color: #fff;
     	border:unset;
     	transition: all .3s ease;
     }

     .divForm button:hover{
     	background-color: var(--main);
     }


     .honList .imgLists a.item{
      display: block;
      margin-bottom: 25px;
      padding:15px;
      border: 1px solid #eee;
      box-shadow: 0 0 15px rgba(0,0,0,.08);
     }

     .pagination{
    justify-content: center;
    margin-bottom: 45px;
    margin-top: 45px;
}

.pagination a{
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 32px;
    text-align: center;
    border-radius: 3px;
    border:1px solid #eee;
    margin: 0 3px;
}

.pagination a.page-num-current,.pagination a:hover{
    color: #fff;
    background-color: var(--primary);
}

.pagination a:nth-child(1) svg{
    transform: rotate(180deg);
}



@media (max-width: 767.98px) {
	.nyNews .item .div-img{
		width: 100%;
	}

  .nyProlist .item .title p{
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}
@media (max-width: 991.98px) {
	.manSlider,.breadMenu{
		display: none;
	}

	.nyProlist .item .pread{
		font-size: 12px;
	}

	.nyProlist .item .pread .tb{
		width: 16px;
		height: 16px;
	}

	.nyProlist .item .title{
		padding: 10px 0;
		font-size: 14px;
	}

	.nyPro .d2{
		width: 100%;
		
	}

	.nyPro .d2 .div-text{
		margin-top: 25px;
	}

	.swiper.prosmallImgs{
		display: none;
	}

  .nyProlist .item .sea{
    display: none;
  }

  .mcateBtn{
    font-size: 12px;
    padding: 10px 15px;
  }

  .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{
    padding-left: 5px;
    padding-right: 5px;
  }

}