@import url('bootstrap.min.css');
@import url('swiper.min.css');
@import url('animation.css');
@import url('base.css');
@import url('common.css');
@import url('fontawesome.min.css');

.commonTit{
	padding-left: 55px;
    background-image: url(../images/comtitImg.png);
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: 0 10px;
    min-height: 35px;

}

.commonTit p{
	font-size: 40px;
	line-height: 1;
	font-family: 'OPPOSans-M';
	color: var(--primary);
	margin-bottom: 10px;
}

.commonTit1{
	background-position: 0 0;
}

.sp{
	padding: 85px 0;
}

/*首页 关于我们*/
.inaboutContent{
	position: relative;
	margin-top: 65px;
	
}

.inaboutContent:after{
	position: absolute;
	content: "";
	width: 100%;
	height: 96%;
	left: 0;
	top: 2%;
	background-image: url(../images/about-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	z-index: -1;
}



.inaboutContent .item{
	padding: 65px 65px;
	box-shadow: -5px 0 15px rgba(0,0,0,.1);
	margin-bottom: 25px;
	background-color: rgba(255,255,255,.9);
}


.inaboutContent .item p{
	line-height: 1.8;
}



.inaboutContent .item p.title{
	font-size: 36px;
	color: #333;
	line-height: 48px;
}

.inaboutContent .item.item1{
	margin-bottom: 65px;
}

.inaboutContent .item.item1 .divLeft ul{
	display: block;
	margin-top: 85px;
	color: var(--main);
}

.inaboutContent .item.item1 .divLeft ul li{
	display: block;
	margin-bottom: 10px;
	font-size: 26px;
}

.inaboutContent .item.item1 .divRight p{
	margin-bottom: 10px;
	line-height: 1.8;
}

.inaboutContent .item.item1 .readMore{
	margin-top: 25px;
}

.inaboutContent .item.item1 .readMore a{
	display: inline-block;
}

.inaboutContent .item.item2,.inaboutContent .item.item3{
	width: calc(50% - 50px);
}

.inaboutContent .item.item2{
	margin-right: 25px;
}

.inaboutContent .item.item3{
	margin-left: 25px;
}

.inaboutContent .item.item2 .num{
	font-size: 120px;
	font-family: 'OPPOSans-H';
	color: var(--main);
}

.inaboutContent .item.item2 p{
	margin-bottom: 10px;
}

.inaboutContent .item.item2 font{
	color: var(--main);
}

.inaboutContent .item.item3 .des{
	margin-top: 150px;
}

.inaboutContent .item.item3 .d1{
	color: var(--main);
    min-width: 200px;
}

.inaboutContent .item.item3 p.p1{
	font-size: 24px;
	font-weight: bold;
}

.inaboutContent .item.item3 p.p2{
	font-size: 14px;
    margin-left: 35px;
    line-height: 1;
}

.inaboutContent .item.item3 .desItem{
	margin-bottom: 15px;
}

.inaboutContent .item.item3 .d2{
	margin-top: 6px;
	font-size: 20px;
	color: #333;
}

.readMore a{
	display: inline-block;
	padding: 8px 25px;
	position: relative;
	transition: all .4s ease;
	z-index: 1;
}

.readMore a:after{
	position: absolute;
	content: "";
	width: 0;
	height: 100%;
	left: 0;
	top: 0;
	background-color: var(--primary);
	transition: all .4s ease;
	z-index: -1;
}

.readMore svg{
	width: 25px;
	height: 25px;
	fill: #111111;
	transform: rotateY(-180deg) translateX(0);
	margin-left: 10px;
	transition: all .4s ease;
}

.readMore a:hover:after{
	width: 100%;
}

.readMore a:hover{
	color: #fff;
}

.readMore a:hover svg{
	fill: #fff;
	transform: rotateY(-180deg) translateX(-10px);
}


/*企业价值观*/
.culItems{
	margin-top: 65px;
}

.culItems .item{
	padding: 45px 65px;
	height: 100%;
	background-color: var(--primary);
	color: #fff;
	transition: all .4s ease;
	position: relative;
	z-index: 1;
}

.culItems .item.item2{	
	background-color: var(--main);
}

.culItems .item:after{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image:linear-gradient(to bottom, rgb(0 0 0 / 10%), rgb(29 152 200 / 0%));
	transition: transform 0.4s ease;
    transform: scaleX(0);
    transform-origin: 100% 0;
	z-index: -1;
}

.culItems .item .dright svg{
	width: 50px;
	height: 50px;
	fill: #fff;
	transition: all .6s ease;
}

.culItems .item .d1{
	margin-bottom: 35px;
}

.culItems .item .d1 p.p1{
	font-size: 28px;
	font-family: 'OPPOSans-M';
}

.culItems .item .d1 p.p2{
	font-size: 20px;
	font-family: 'OPPOSans-L';
}

.culItems .item .d2 p{
	line-height: 36px;
}

.culItems .item:hover:after{
	transform:scaleX(1);
	transform-origin:0 0;
}

.culItems .item:hover .dright svg{
	transform: rotateY(180deg);
}

/*首页视频*/
.companyVideo{
	line-height: 0;
	position: relative;
}

.companyVideo a{
	display: block;
	position: relative;
}

.companyVideo .playBtn{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.companyVideo .playBtn span{
	display: inline-block;
	width: 75px;
	height: 75px;
	text-align: center;
	border-radius: 50%;
	margin: auto;
	position: relative;
	transform: scale(1.2);
}

.companyVideo .playBtn span:after{
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	display: inline-block;
	width: 75px;
	height: 75px;
	line-height: 75px;
	text-align: center;
	border-radius: 50%;
	border:15px solid #116b94;
	transform: scale(.8);
	opacity: 0;
	z-index: -1;
	
}

.companyVideo .playBtn span svg{
	width: 100%;
    height: 100%;
	fill: #fff;
	transition: all .3s ease;
}

.companyVideo .playBtn span:hover svg{
	fill: var(--main);
}

.companyVideo .playBtn span:hover:after{
	animation: ripple_1 .3s linear forwards;
}

 @keyframes ripple_1 {
      0% {
      	opacity: .1;
		transform: scale(.8);
      }

      50% {
      	opacity: .2;
      }

      100% {
      	opacity: .25;
		transform: scale(1.2);
       /* box-shadow: 0 0 0 8px rgba(0, 64, 151, 0.2), 0 0 0 10px rgba(0, 64, 151, 0);*/
      }
}

/**/

.modal-header{
	border-bottom: unset;
	border-top-left-radius:0;
	border-top-right-radius:0;
}
.modal-dialog {
    max-width: 90%;
    margin: 1.75rem auto;
}

.modal-header{
	padding: 10px 1rem;
}

.modal-body{
	padding: 15px 20px;
}

.modal-header .close{
	margin: -1rem -1rem -30px auto;
}


/*产品中心*/
.readMore2 a{
	background-color: var(--primary);
	color: #fff;
}

.readMore2 a svg{
	fill: #fff;
}

.cateBtn{
	margin-top: 65px;
}

.cateBtn span{
	display: inline-block;
	width: 45px;
	height: 45px;
	line-height: 40px;
	text-align: center;
	border:1px solid #d8d8d8;
	margin-right: 15px;
	cursor: pointer;
}

.cateBtn span svg{
	width: 22px;
	height: 22px;
	fill: #d8d8d8;
}

.cateBtn span:nth-child(1){
	transform: rotateY(180deg);
}

.cateBtn span:hover{
	border:1px solid var(--primary);
}

.cateBtn span:hover svg{
	fill: var(--primary);
}

.cateBtn span.swiper-button-disabled{
	opacity: .5;
}

.cateBtn span.swiper-button-disabled:hover{
	border:1px solid #d8d8d8;
}

.cateBtn span.swiper-button-disabled:hover svg{
	fill: #d8d8d8;
}


.inProduct .proLeft{
	min-width: 850px;
	max-width: 850px;
}

.inProduct .proRight{
	padding-left: 45px;
	overflow: hidden;

}

.inProduct .proRight .title{
	font-size: 30px;
	font-family: 'OPPOSans-M';
	padding: 35px 0;
	border-bottom: 1px solid #d3d3d3;
	margin-bottom: 35px;
}

.inProduct .proRight .des{
	margin-bottom: 65px;
}

.inProduct .proRight .des p{
	font-size: 16px;
	line-height: 32px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box!important;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

/*新闻资讯*/
.inNews{
	padding-bottom: 65px;
}

.inNews .d1{
	min-width: 320px;
}

.inNews .newsCate{
	margin: 30% 0 45% 0;
}

/*.inNews .newsCate p{
	display: block;
	font-size: 20px;
	color: #333;
	font-family: 'OPPOSans-R';
	padding-left: 35px;
	margin-bottom: 25px;
	position: relative;
	cursor: pointer;
	transition: all .3s ease;
}

.inNews .newsCate p:after{
	position: absolute;
	content: "";
	width: 24px;
	height: 1px;
	background-color: #333;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: all .3s ease;
}

.inNews .newsCate p:hover,.inNews .newsCate p.active{
	color: var(--primary);
}

.inNews .newsCate p :hover:after,.inNews .newsCate p.active:after{
	background-color: var(--primary);
}*/

.inNews .newsCate a{
	display: inline-block;
	font-size: 20px;
	color: #333;
	font-family: 'OPPOSans-R';
	padding-left: 35px;
	position: relative;
	cursor: pointer;
	transition: all .3s ease;
}

.inNews .newsCate a:after{
	position: absolute;
	content: "";
	width: 24px;
	height: 1px;
	background-color: #333;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: all .3s ease;
}

.inNews .newsCate a:hover{
	color: var(--primary);
} 

.inNews .newsCate a:hover:after{
	background-color: var(--primary);
}

.newsLists .item{
	font-size: 16px;
}

.newsLists .item .div-img a{
	display: block;
	overflow: hidden;
}

.newsLists .item .div-img img{
	width: 100%;
}

.newsLists .item .div-text{
	margin-bottom: 25px;
}

.newsLists .item .div-text p.title{
	margin-top: 30px;
	margin-bottom: 15px;
}

.newsLists .item .div-text p.title a{
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box!important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	font-size: 20px;
	font-family: 'OPPOSans-M';
	color: #333;
}

.newsLists .item .div-text p.des{
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box!important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;	
}

.newsLists .item:hover .div-img img{
	transform: scale(1.1);
}

.newsLists .item:hover p.title a{
	color: var(--primary);
}



/*底部*/
.mainFooter{
	color: #fff;
	background-color: #313131;
	
}

.mainFooter .main{
	padding: 85px 0;
}

.mainFooter a{
	color: #fff;
}

.mainFooter a:hover{
	color: var(--primary);
}

.mainFooter .flogo{
	max-width: 200px;
}

.mainFooter .flogo .div-logo{
	margin-bottom: 65px;
}

.mainFooter .flogo .div-img{
	max-width: 150px;
	margin: auto;	
}

.mainFooter .info-div{
	margin: 0 65px;
}

.mainFooter .toptel{
	margin-top: 15px;
	margin-bottom: 65px;
}

.mainFooter .infos .item{
	margin-bottom: 15px;
}

.mainFooter .infos .item .s1{
	width: 30px;
	min-width: 30px;
	height: 30px;	
}

.mainFooter .infos .item .s1.tb{
	border-radius: 50%;
	border:1px solid #fff;
	text-align: center;
}

.mainFooter .infos .item .s1.tb svg{
	width: 18px;
	margin-top: 3px;
}

.mainFooter .infos .item .s2{
	margin-left: 10px;
	margin-right: 5px;
}

.mainFooter .infos .item .s3{
	font-size: 18px;
	font-family: 'OPPOSans-B';
}

.mainFooter .menuItem{
	margin-top: 15px;
}

.mainFooter .menuItem dl dt{
	margin-bottom: 15px;
	font-weight: normal;
}

.mainFooter .menuItem dl dd{
	font-size: 14px;
	margin-bottom: 5px;
}

.mainFooter .d2{
	max-width: 650px;
}

.mainFooter .copyright{
	padding: 15px 0 35px 0;
	font-size: 15px;
}

.mainFooter .copyright a img{
	margin-left: 15px;
	margin-right: 10px;
	vertical-align: sub;
    height: 18px;
}

/*内页开始*/
.pageTit{
	position: relative;
	margin-top: 95px;
}

.pageTit .div-text{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}

.pageTit .div-text p{
	text-transform: uppercase;
}

.pageTit .div-text p.p1{
	display: block;
	font-size: 60px;
	text-transform: unset;
}

.pageTit .div-text p.p2{
	font-size: 20px;
	text-transform: unset;
}

.pageTit .div-text p.p2 a{
	color: #fff;
	display: inline-block;
}

.pageTit .div-text p.p2 span{
	display: inline-block;
	margin: 0 5px;
}

.nyDh{
	box-shadow: 0 0 5px rgba(0,0,0,.2);
}

.nyDh a{
	display: inline-block;
	margin-right: 45px;
	padding: 25px 0;
	font-size: 18px;
}

.nyDh a.active,.nyDh a:hover{
	color: var(--primary);
}

.nyAbout .item{
	position: relative;
	overflow: hidden;
}

.nyAbout .item .div-img{
	position: absolute;
	right: 0;
	top: 50%;
	width: 50%;
	height: 100%;
	transform: translateY(-50%);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: -1;
}


.nyAbout .item .wz{
	padding-left: 55px;
	font-size: 20px;
}

.nyAbout .item .wz .title{
	margin-top: 35px;
	margin-bottom: 45px;
}

.nyAbout .item .wz ul li{
	color: var(--main);
	margin-bottom: 10px;
}

.nyAbout .item.item1 .div-img{
	left: 0;
	right: unset;
}

.nyAbout .item .div-text{
	padding-right: 25px;
	padding-top: 45px;
	padding-bottom: 45px;
	background-color: #fff;
	z-index: 1;
}

.nyAbout .item.item1 .div-text{
	padding-right: 0;
	padding-left: 25px;
}

.nyTd{
	padding-bottom: 115px;
}

.nyTd p.title{
	font-size: 40px;
	font-family: 'OPPOSans-M';
	text-align: center;
	margin-bottom: 25px;
	color: var(--primary);
}

.nyTd p.p1,.nyTd p.p2{
	text-align: center;
}

.nyTd p.p2 font{
	font-size: 30px;
	font-weight: bold;
	color: var(--main);
}

.nyTd p.p3{
	font-size: 24px;
	margin-bottom: 15px;
	margin-top: 35px;
	color: var(--primary);
	text-align: center;
	font-family: 'OPPOSans-M';
}

.nyTd p.p4{
	text-align: center;
}

.nyTd .items{
	margin-top: 45px;
}

.nyTd .items .item{
	border:1px solid #cccccc;
	padding: 35px 20px;
	text-align: center;
	margin-bottom: 10px;
	transition: all .3s ease;
}


.nyTd .items .item .tb{
	margin-bottom: 15px;
}

.nyTd .items .item .tb svg{
	width: 55px;
	height: 55px;
	fill: #333;
	transition: all .4s ease;
}

.nyTd .items .item p{
	color: #333;
	transition: all .3s ease;
}

.nyTd .items .col-xl{
	padding-left: 5px;
	padding-right: 5px;
}

.nyTd .items .item:hover .tb svg{
	fill: var(--primary);
	transform: rotateY(180deg);
}

.nyTd .items .item:hover p{
	color: var(--primary);
}


/*联系我们*/
.conInfo .item{
	margin: 10px 0;
	padding: 45px 15px;
	text-align: center;
	color: #000;
	border:1px solid #cccccc;
}

 .conInfo .item .bt{
 	margin-top: 25px;
 	margin-bottom: 15px;
 }


  .conInfo .item .info{
  	font-size: 28px;
  	font-weight: bold;
  	height: 65px;
  }

  .conInfo .item.item-email .info{
  	font-size: 22px;
  	font-weight: normal;
  	
  }

  .conInfo .item.item-add .info{
  	font-size: 20px;
  	font-weight: normal;
  }


  .conLy{
  	padding-top: 65px;
  }

   .conLy p.title{
	   	font-size: 24px;
	   	text-align: center;
	   	margin-top: 25px;
	   	margin-bottom: 35px;
	   	color: var(--primary);
	   	font-family: 'OPPOSans-M';
   }

  .div-form .item{
  	margin-bottom: 20px;
  }

  .div-form .item input, .div-form .item textarea{
  	display: block;
  	width: 100%;
  	padding: 15px 25px;
  	background-color: #f4f4f4;
  	color: #000;
  	border:none;
  }


.div-form .item input::-webkit-input-placeholder,.div-form .item textarea::-webkit-input-placeholder { /* WebKit browsers */
  color: #7e7e7e;
}

.div-form .item input:-moz-placeholder,.div-form .item textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #7e7e7e;
}

.div-form .item input::-moz-placeholder,.div-form .item textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #7e7e7e;
}

.div-form .item input:-ms-input-placeholder,.div-form .item textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #7e7e7e;
}


  .div-form .divBtn{
  	text-align: center;
  	margin-top: 25px;
  }

  .div-form .divBtn button{
  	display: inline-block;
  	padding: 12px 65px;
  	background-color: var(--primary);
  	color: #fff;
  	border:none;
  	margin: 25px auto;
  	border-radius: 25px;
  }


.nyJz{
	background-image: url(../images/jz-bg.jpg);
	background-size: cover;
	background-attachment: fixed;
}

.jzItems{
	margin-top: 65px;
}

.jzItems .item{
	padding: 45px 15px;
	text-align: center;
	border:1px solid rgba(0,0,0,0);
	transition: all .3s ease;

}

.jzItems .item p.p1{
	font-size: 28px;
	font-weight: bold;
	color: var(--main);
	transition: all .3s ease;
}

.jzItems .item p.p2{
	color: var(--main);
	transition: all .3s ease;
}

.jzItems .item p.des{
	margin-top: 25px;
	color: #333333;
}

.jzItems .item:hover{
	background-color: rgba(255,255,255,.8);
	border:1px solid var(--primary);
	cursor: pointer;
}

.jzItems .item:hover p.p1{
	color: var(--primary);
}

.jzItems .item:hover p.p2{
	color: var(--primary);
}

.smItems{
	margin-top: 115px;
}

.smItems .item{
	margin-bottom: 55px;
}

.smItems .item .d1{
	margin-right: 25px;
}

.smItems .item .d1 span{
	display: block;
	width: 80px;
	min-width: 80px;
	max-width: 80px;
	height: 80px;
	line-height: 75px;
	background-color: var(--primary);
	text-align: center;
}

.smItems .item .d1 span svg{
	fill: #fff;
	width: 65%;
}

.smItems .item.item3 .d1 span svg{
	width: 45%;
}

.smItems .item .d2 p.p1{
	font-size: 36px;
	font-family: 'OPPOSans-M';
	color: var(--primary);
	line-height: 1;
	margin-bottom: 10px;
}

.smItems .item .d2 p.p1 font{
	display: inline-block;
	font-size: 20px;
	margin-left: 5px;
}

/*新闻中心*/
.newsTop{
	margin-bottom: 65px;
}

.newsTop .d1{
	min-width: 650px;
	margin-right: 35px;
}

.newsTop .item .d1 a{
	display: block;
}

.newsTop .item .d1 img{
	width: 100%;
}

.newsTop .d2 a{
	display: block;
	color: #111;
}

.newsTop .d2 .time{
	color: var(--primary);	
}

.newsTop .d2 .title{
	font-size: 20px;
	font-family: 'OPPOSans-M';
	padding-bottom: 10px;
	margin-top: 15px;
	margin-bottom: 25px;
	color: #111;
	border-bottom: 1px solid #cccccc;
	position: relative;
}

.newsTop .d2 .title:after{
	position: absolute;
	content: "";
	width: 55%;
	height: 3px;
	background-color: var(--primary);
	left: 0;
	bottom: -2px;
	transition: all .3s ease;
}

.newsTop .d2 .des p,.nynewsLists .item .des p{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box!important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.newsTop .d2 .more span{
	display: inline-block;
	padding: 12px 35px;
	background-color: var(--primary);
	color: #fff;
	border-radius: 25px;
	margin-top: 25px;
	transition: all .3s ease;
}

.newsTop .d2 .more span:hover{
	background-color: var(--main);

}

.newsTop:hover .d1 img{
	transform: scale(1.1);
}

.newsTop:hover .d2 .title{
	color: var(--primary);
}

.newsTop:hover .d2 .title:after{
	width: 100%;
}

.nynewsLists .item{
	margin-bottom: 35px;
}

.nynewsLists .item a{
	display: block;
	color: #111;
}

.nynewsLists .item .d2{
	min-width: 450px;
	margin-left: 35px;
}

.nynewsLists .item .d2 img{
	width: 450px;
}

 
.nynewsLists .item .d1 .time{
	color: var(--primary);	
}

.nynewsLists .item .d1 .title{
	font-size: 20px;
	font-family: 'OPPOSans-M';
	margin-bottom: 15px;
	margin-top: 5px;
	color: #111;
}

.nynewsLists .item .more{
	text-align: right;
	margin-top: 15px;
}

.nynewsLists .item .more span{
	display: inline-block;
	color: var(--primary);
}

.nynewsLists .item:hover .d2 img{
	transform: scale(1.1);
}

.nynewsLists .item:hover .d1 .title{
	color: var(--primary);
}


/*新闻详情*/
.newsDetail h2.title{
	font-size: 26px;
	font-weight: normal;
}

.newsDetail .time{
	color: #666666;
	margin-top: 15px;
	margin-bottom: 25px;
	text-align: center;
}


.newsDetail .content{
	min-height: 300px;
}


.mainSlider .title{
  background-color: var(--primary);
  color: #fff;
  padding: 25px 0;
  font-size: 40px;
  text-transform: uppercase;
}

.mainSlider .title h4{
  font-size: 20px;
  font-family: 'OPPOSans-M';
}

.mainSlider .title p{
    font-size: 16px;
    color: #666;
    font-family: "pop";
    text-transform: uppercase;
    color: #fff;
}

.nproSec{
  background-color: rgba(245, 245, 245, 1);
}

/*公共分类*/
.nproCates{
  transition: all 0.5s;
  background: #fff;
  margin-left: 0;
  border-top:none;
}

.nproCates .tit{
  border-bottom: 1px solid #dbdbdb;
}

.nproCates a.ptit{
  font-size: 16px;
  color: #333;
  padding: 20px 10px;
  transition: all 0.5s;
  text-transform: uppercase;
}

.nproCates .item span.pbtn{
  display: inline-block;
  width: 24px;
  height: 24px;
  position: relative;
  margin-right: 10px;
  cursor: pointer;
}

.nproCates .item span.pbtn svg{
	fill: #434343;
}

.nproCates .item:hover{
	background-color: var(--primary);
}

.nproCates .item:hover a.ptit{
	color: #fff;	
}

.nproCates .item:hover span.pbtn svg{
	fill: #fff;
}


.nproCates .item span.pbtn.on{
 	transform: rotate(90deg); 	
}

.nproCates .item span.pbtn.on svg{
	fill: #fff;
}	

.nproCates .psub{
  display: none;
}

.nproCates .psub a{
    display: block;
    width: 100%;
    transition: all 0.5s;
    background: #f8fafd;
    padding: 10px 10px 10px 25px;
    border-bottom: 1px dashed #dbdbdb;
    font-size: 14px;
    color: #333;
    background-position: 10px center;
    background-repeat: no-repeat;
}

.nproCates .psub a:hover{
  padding: 10px 10px 10px 30px;
}

.nproCates .item.active .tit{
	background-color: var(--primary);
}

.nproCates .item.active  a.ptit{
  color: #fff;
}

.nproCates .item.active.hason a.ptit{
  color: #333;
}

.nproCates .item.active .psub{
	display: block!important;
}

.nyproLists .item{
	margin-bottom: 25px;
}

.nyproLists .item a{
	display: block;
}

.nyproLists .item .div-img{
	position: relative;
	margin-bottom: 10px;
	border:1px solid #cccccc;
}

.nyproLists .item .div-img .more{
	position: absolute;
	top: 0;
	left: 50%;
	width: 0;
	height: 100%;
	background-color: rgba(31,150,84,.4);
	z-index: 1;
	transition: all .3s ease;
}

.nyproLists .item .div-img .more>div{
	height: 100%;
	justify-content: center;
}

.nyproLists .item .div-img .more span{
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	text-align: center;
	background-color: var(--main);
	color: #fff;
	font-size: 26px;
	opacity: 0;
	transform: translateY(100%);
	transition: all .3s ease;
	transition-delay: .3s;
}

.nyproLists .item p.title{
	text-align: center;
}

.nyproLists .item:hover .div-img{
	border:1px solid var(--primary);
}

.nyproLists .item:hover .div-img .more{
	width: 100%;
	left: 0;
}

.nyproLists .item:hover .div-img .more span{
	opacity: 1;
	transform: translateY(0);
}

.nyproLists .item:hover a{
	color: var(--primary);
}


.div-imgs .big-imgs{
  overflow: hidden;
  background-color: #fff;
  text-align: center;
  border:1px solid #ccc;
}

.div-imgs .big-imgs img{
  width: 100%;
}

.div-imgs{
  margin-top: 10px;
/*  padding: 0 35px;*/
  position: relative;
}

.div-imgs .swiper-slide img{
  width: 100%;
}

.div-imgs .pro-btn{
  position: absolute;
  top: 0;
  background-color: #f5f5f5;
  color: var(--primary);
  width: 30px;
  height: 100%;
  text-align: center;
  font-size: 28px;
  font-family: 'DINPRO';
  z-index: 999;
}

.div-imgs .pro-btn>div{
  position: relative;
  height: 100%;
  width: 100%;
}

.div-imgs .pro-btn span{
  display: inline-block;
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translate(-50%);
}

.div-imgs .pro-btn.swiper-button-disabled{
  opacity: .6;
}

.div-imgs .pro-btn.pro-prev{
  left: 0;
} 

.div-imgs .pro-btn.pro-next{
  right: 0;
}

.small-imgs{
  position: relative;
  margin-top: 25px;
  margin-bottom: 15px;
}

.small-imgs .proSmall{
  overflow: hidden;
}

.proSmall .swiper-slide{
  border:1px solid #ccc;
}

.proSmall .swiper-slide-thumb-active{
  border:1px solid var(--primary);
}

.proDetail h2.title{
	font-size: 20px;
    font-family: 'OPPOSans-M';
    padding-bottom: 25px;
    margin-top: 25px;
    margin-bottom: 25px;
    color: #111;
    border-bottom: 1px solid #cccccc;
    position: relative;
}

.proDetail h2.title:after{
/*	position: absolute;
    content: "";
    width: 55%;
    height: 3px;
    background-color: var(--primary);
    left: 0;
    bottom: -2px;
    transition: all .3s ease;*/
}

/*v2*/
.ysBlock{
	background-image: url(../images/advBg.jpg);
	background-size: cover;
	background-position: center;
	color: #fff;
	padding: 65px 0;
}

.ysBlock .item{
	text-align: center;
	max-width: 20%;
	line-height: 1;
}

.ysBlock .item .tb{
	height: 65px;
}

.ysBlock .item .tb img{
	max-height: 100%;
}

.ysBlock .item p.title{
	font-size: 24px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.ysBlock .item p.des{
	font-size: 15px;
	font-weight: lighter;
	line-height: 1.5;
}

.ysBlock .item:hover .tb img{
	transform: rotateY(180deg);
}

/*产品中心*/
.proBlock{
	background-image: url(../images/product-bg.jpg);
	background-size: cover;
}

.proBlock .title{
	text-align: center;
	margin-bottom: 45px;
}

.proBlock .title span{
	display: inline-block;
	font-size: 48px;
	color: #020202;
}

.proBlock .title span.s1{
	margin: 0 25px;
	padding-bottom: 20px;
	color: var(--primary);
	border-bottom: 6px solid var(--primary);
}

.proBlock .prolist1{
	margin-top: 85px;
}

.prolist1 .item a{
	padding: 65px 35px;
	display: block;
	position: relative;
	background-color: #fff;
	color: #313131;
	height: 450px;
	overflow: hidden;
	transition: all .4s ease;

}

.prolist1 .item a .div-text{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 25px 15px;
	height: 110px;
	text-align: center;
	background-color: #e4e4e4;
	transition: all .4s ease;
}

.prolist1 .item a .div-text .d1{
	height: 65px;
	display: flex;
	align-items: center;
    justify-content: center;
}

.prolist1 .item p.p1{
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box!important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.prolist1 .item a .div-text .more{
	opacity: 0;
	transform: translateY(100%);
	transition: all .4s ease;
	
	text-align: center;
} 

.prolist1 .item a .div-text .more span{
	display: inline-block;
	padding: 5px 25px;
	font-size: 18px;
	background-color: #fff;
	color: #313131;
	margin-top: 5px;

}

.prolist1 .item:hover .div-text{
	height: 150px;
	background-color: var(--primary);
}

.prolist1 .item:hover a{
	padding: 85px 35px;
	transform: translateY(-25px);
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	
}

.prolist1 .item:hover p.p1{
	color: #fff;
}

.prolist1 .item:hover .div-img img{
	transform: scale(1.05);
}

.prolist1 .item:hover .div-text .more{
	opacity: 1;
	transform: translateY(0);
}

.aboutBlock{
	
	position: relative;
}

.aboutBlock:after{
	position: absolute;
	content: "";
	width: 100%;
	height: 61%;
	top: 0;
	left: 0;
	background-image: url(../images/aboutBg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	z-index: -1;
}

.aboutBlock .tit{
	text-align: center;
}

.aboutBlock .tit p.p1{
	font-size: 48px;
	color: #fff;
}

.aboutBlock .tit p.p2{
	font-size: 30px;
	font-family: 'Microsoft Yahei';
	font-weight: lighter;
	max-width: 600px;
	margin: auto;
	color: #fff;
	line-height: 1.3;
	margin-top: 5px;
}

.abimgs{
	margin-top: 35px;
	margin-bottom: 35px;
}

.abimgs .div-img:hover img{
	transform: scale(1.1);
}

.abItems .item a{
	display: block;
	color: #636363;
	background-color: #e4e4e4;
	position: relative;
	transition: all .4s ease;
	z-index: 1;
}

.abItems .item a:after{
	position: absolute;
	content: "";
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #ec0101;
	transition: all .4s ease;
	z-index: -1;
}

.abItems .item .div-text{
	padding: 25px 15px 45px 15px;
	background-image: 
}

.abItems .item .div-text p.title{
	font-size: 22px;
	margin-bottom: 5px;
	text-align: center;
}

.abItems .item .div-text .des{
	height: 65px;
}

.abItems .item .div-text .des p{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box!important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	font-size: 14px;
}

.abItems .item .div-img img{
	transition: all 1s ease;
}

.abItems .item:hover a{
	background-color: #ec0101;
	color: #fff;
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
}

.abItems .item:hover a:after{
	width: 100%;
}

.abItems .item:hover .div-img img{
	transform: scale(1.1);
}

.aboutContent{
	margin-top: 35px;
	background-color: #fff;
	padding: 25px;
	overflow: hidden;
}

.aboutContent .div-img{
	min-width: 620px;
	margin-right: 35px;
}

.aboutContent .content .des p{
	font-size: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box!important;
	-webkit-line-clamp: 24;
	-webkit-box-orient: vertical;
}

.aboutContent .content .vmore{
	margin-top: 40px;
}

.vmore a{
	color: #fff;
	display: inline-block;
	padding: 10px 45px 10px 25px;
	background-image: linear-gradient(to right, #ec0606, #fff);
	position: relative;
	z-index: 1;
}

.vmore a:after{
	position: absolute;
	content: "";
	width: 0;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #ec0606;
	z-index: -1;
	transition: all .4s ease;
}

.vmore a:hover:after{
	width: 100%;
}

.equBlock{
	background-image: url(../images/equBg.jpg);
	background-size: cover;
	background-attachment: fixed;
}

.equBlock .title{
	font-size: 58px;
	text-align: center;
	border-bottom: 1px solid #b1b1b1;
	margin-bottom: 65px;
}

.equBlock .title span{
	display: inline-block;
    font-size: 48px;
    padding-bottom: 25px;
    color: #363434;
    text-transform: uppercase;
    position: relative;
}

.equBlock .title span:after{
	position: absolute;
	content: "";
	width: 80%;
	height: 4px;
	background-color: #ec0101;
	left: 10%;
	bottom: -2px;
}

.equItems .d1{
	min-width: 50%;
	margin-right: 25px;
}

 .equItems .d3{
      	margin-top: 25px;
      }

.equItems .d3 .div-img{

	max-width: calc(50% - 10px);
}

.equItems .div-img:hover img{
	transform: scale(1.1);
}

.pro2Block .item{
	padding: 65px 0;
	background-color: var(--primary);
}

.pro2Block .item:nth-child(even){
	background-color: #f6f6f6;
	
}

.pro2Block .item:nth-child(even) .content{
	flex-direction: row-reverse;
}

.pro2Block .item .divImg img{
	max-height: 320px;
}

.pro2Block .item:nth-child(odd) .div-text{
	width: 50%;
	min-width: 50%;
	max-width: 50%;
	text-align: center;
}

.pro2Block .item:nth-child(odd) .div-text>a{
	max-width: 450px;
    display: block;
    margin: auto;
}

.pro2Block .item:nth-child(even) .divImg{
	width: 50%;
	min-width: 50%;
	max-width: 50%;
}

.pro2Block .item:nth-child(even) .divImg>a{
	max-width: 450px;
    display: block;
    margin: auto;
}

/*.pro2Block .item:nth-child(even) .divImg{
	width: 50%;
	min-width: 50%;
	max-width: 50%;
}*/

.pro2Block .item .div-text p.title{
	font-size: 60px;
	text-transform: uppercase;
	color: #fff;
	text-align: left;
	line-height: 1.1;
	margin-bottom: 25px;
}

.pro2Block .item:nth-child(even) .div-text p.title{
	color: var(--primary);
}

.pro2Block .item:nth-child(1) p.title{
	max-width: 200px;
}

.pro2Block .item:nth-child(2) p.title{
	max-width: 200px;
}

.pro2Block .item:nth-child(3) p.title{
	max-width: 500px;
}

.pro2Block .item:nth-child(4) p.title{
	max-width: 800px;
}

.pro2Block .item:nth-child(5) p.title{
	max-width: 200px;
}

.pro2Block .item:nth-child(6) p.title{
	max-width: 600px;
}

.pro2Block .item .div-text .more{
	text-align: left;
}

.pro2Block .item .more span{
	display: inline-block;
	padding: 10px 35px;
	font-size: 25px;
	text-transform: uppercase;
	transition: all .4s ease;
}

.pro2Block .item:nth-child(even) .more span{
	border:1px solid var(--primary);
	color: var(--primary);
}

.pro2Block .item:nth-child(odd) .more span{
	border:1px solid #fff;
	color: #fff;
}

.pro2Block .item:nth-child(even) .more span:hover{
	background-color: var(--primary);
	color: #fff;
}

.pro2Block .item:nth-child(odd) .more span:hover{
	background-color: #fff;
	color: var(--primary);
}


.pro2Block .item .divImg a{
	display: block;
	position: relative;
}

.pro2Block .item .divImg a:hover img{
	transform: scale(1.02);
}

.allNews{
	text-align: center;
	margin-top: 35px;
}

.allNews a{
	display: inline-block;
	padding: 10px 35px;
	color: #3e3e3e;
	transition: all .4s ease;
	font-size: 37px;
}

.allNews a span{
	color: var(--primary);
	transition: all .4s ease;
}

.allNews a:hover{
	background-color: var(--primary);
	color: #fff;
}

.allNews a:hover span{
	color: #fff;
}

.newsBlock{
	background-image: url(../images/newsBg.jpg);
	background-size: cover;
	background-position: bottom;
}

.newsBlock .tit{
	text-align: center;

}

.newsBlock .tit span{
	display: inline-block;
    font-size: 48px;
    padding-bottom: 25px;
    color: #363434;
    text-transform: uppercase;
    position: relative;
}

.newsBlock .tit span:after{
	position: absolute;
    content: "";
    width: 80%;
    height: 4px;
    background-color: #ec0101;
    left: 10%;
    bottom: -2px;
}

.newsBlock .tit p.title{
	border-bottom: 1px solid #b1b1b1;
}

.newsBlock .tit .des{
	font-size: 30px;
    font-family: 'Microsoft Yahei';
    font-weight: lighter;
    max-width: 600px;
    margin: auto;
    color: #383838;
    line-height: 1.3;
    margin-top: 25px;
    
}

.newsBlock .xwList{
	margin-top: 65px;
	min-height: 550px;
}

.xwList .item a{
	display: block;
	position: relative;
	padding: 30px 35px;
	background-color: #fff;
	color: #6e6e6e;
	transition: all .4s ease;
}

.xwList .item .time span{
	display: inline-block;
	background-image: linear-gradient(to right, #ec0606, #fff);
	padding: 5px 55px;
	transform: translateX(-25px);
	color: #fff;
	font-size: 28px;
}

.xwList .item .title{
	margin: 15px 0;
	color: #6e6e6e;
	text-transform: uppercase;
}

.xwList .item .div-img{
	margin-bottom: 25px;
}

.xwList .item .div-text p{
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box!important;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	color: #414141;
}

.xwList .item .detail{
	opacity: 0;
	height: 0;
	margin-top: 0;
	overflow: hidden;
	transition: all .4s ease;
}

.xwList .item .detail img{
	max-width: 25px;
	margin-left: 10px;
}

.xwList .item:hover .detail{
	opacity: 1;
	height: 30px;
	margin-top: 20px;
}

.xwList .item a:hover{
	transform: scale(1.01) translateY(-25px);
	box-shadow: 0 0 25px rgba(0,0,0,.1);
}

.xwList .item a:hover p.title{
	color: var(--primary);

}

.honorBlock{
	background-image: url(../images/honorBg.jpg);
	background-size: cover;
	color: #fff;
}

.honorBlock .tit p.p1{
	font-size: 40px;
	font-weight: bold;
	padding-bottom: 15px;
	margin-bottom: 35px;
	position: relative;
}

.honorBlock .tit p.p1:after{
	position: absolute;
	content: "";
	width: 125px;
	height: 4px;
	background-color: #fff;
	bottom: 0;
	left: 0;
}

.honorBlock .tit p.p2{
	font-size: 20px;
	font-weight: lighter;
	text-transform: uppercase;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box!important;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.honorLists .swiper-slide{
	transform: scale(.8);
	transition: all .6s ease;
	cursor: pointer;
}

.honorLists .swiper-slide img{
	width: 100%;
}

.honorLists .swiper-slide.swiper-slide-active{
	transform: scale(1);
}

.infoBlock{
	background-color: #ffff;
}

.infoBlock .divInfo{
	padding-right: 25px;
}

.infoBlock .divInfo .tit{
	font-size: 45px;
	color: #282828;
}

.infoBlock .divInfo .infos{
	padding: 25px 0;
	border-top: 2px solid #e5e5e5;
	border-bottom: 2px solid #e5e5e5;
	margin-top: 25px;
}

.infoBlock .divInfo .tb{
	min-width: 45px;
	width: 45px;
}

.infoBlock .divInfo .item{
	margin-bottom: 15px;
	font-size: 25px;
}

.infoBlock .divInfo .item:last-child{
	margin-bottom: 0;
}

.divForm input,.divForm textarea{
	display: block;
	width: 100%;
	padding: 20px;
	border-radius: 10px;
	background-color: #f5f6f7;
	margin-bottom: 25px;
	border:none;
}

.divForm button{
	border:none;
	box-shadow: none;
	display: inline-block;
	padding: 5px 25px;
	border-radius: 3px;
	background-color: #da0000;
	color: #fff;
}


.footerBlock{
	background-color: #2f2f2f;
}

.footerBlock .main{
	padding: 65px 0;
	color: #fff;
}

.footerBlock .copyright{
	background-color: #0d0d0d;
	padding: 15px 15px;
	text-align: center;
	color: #fff;
}

.footerBlock  .cname{
	font-size: 24px;
	margin: 25px 0;
}

.footerBlock .d1{
	max-width: 550px;
}

.footerBlock .infos .div-text{
	font-size: 20px;	
}

.footerBlock .infos .div-text font{
	font-size: 30px;
}

.footerBlock .infos .item{
	margin-bottom: 15px;
}

.footerBlock  .infos  .item .tb{
	min-width: 35px;
}

.footerBlock .d2 .items a{
	display: block;
	color: #fff;
	margin-bottom: 5px;
	font-size: 18px;	
} 

.footerBlock .d2 .item{
	margin-left: 65px;
}

.footerBlock .d2 .item .title{
	font-size: 30px;
	margin-bottom: 15px;
}

.footerBlock .d2 a:hover{
	color: var(--primary);
}

.divSearch{
	margin-bottom: 15px;
}

.divSearch form{
	display: block;
	position: relative;
}

.divSearch form input{
	display: block;
	width: 100%;
	height: 45px;
	line-height: 45px;
	padding: 0 20px;
	border-radius: 5px;
	background-color: #ececec;
}

.divSearch form button{
	position: absolute;
	background-color: unset;
	border:none;
	box-shadow: unset;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}

.divSearch form button img{
	max-width: 22px;
}


.prolist2 .item{
	margin-bottom: 35px;
}

.prolist2 .item a{
	display: block;
	position: relative;
	padding: 15px;
	background-color: #fbfbfb;
	color: #313131;
	overflow: hidden;
	transition: all .4s ease;

}

.prolist2 .item a .div-text{
	padding: 25px 15px;
	height: 110px;
	text-align: center;
	background-color: #e4e4e4;
	transition: all .4s ease;
}

.prolist2 .item a .div-text .d1{
	height: 65px;
	display: flex;
	align-items: center;
    justify-content: center;
}

.prolist2 .item p.p1{
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box!important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.prolist2 .item a .div-text .more{
	opacity: 0;
	transform: translateY(100%);
	transition: all .4s ease;
	text-align: center;
} 

.prolist2 .item a .div-text .more span{
	display: inline-block;
	padding: 5px 25px;
	font-size: 18px;
	background-color: #fff;
	color: #313131;
	margin-top: 5px;

}

.prolist2 .item:hover .div-text{
	height: 150px;
	background-color: var(--primary);
}

.prolist2 .item:hover a{
	padding: 0;
	transform: translateY(-15px);
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	
}

.prolist2 .item:hover p.p1{
	color: #fff;
}

.prolist2 .item:hover .div-img img{
	transform: scale(1.05);
}

.prolist2 .item:hover .div-text .more{
	opacity: 1;
	transform: translateY(0);
}

.nyDetail .title{
	margin-top: 45px;
	margin-bottom: 25px;
	border-bottom: 1px solid var(--primary);
}

.nyDetail .title span{
	display: inline-block;
	padding: 10px 35px;
	background-color: var(--primary);
	color: #fff;
	font-size: 30px;
}

.nyDetail .detail table{
	width: 100%;
}
.nyDetail .detail table td{
	vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    border-bottom-width: 2px;
    border: 1px solid #dee2e6;
    padding: 0.75rem;
}

.nyDetail .detail table th{
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    border-bottom-width: 2px;
    border: 1px solid #dee2e6;
    padding: 0.75rem;
}

/*内页 列表分页*/
.pagination{
	margin-top: 50px;
	justify-content: center;
}

.pagination a{
	    min-width: 40px;
    line-height: 1;
    display: inline-block;
    padding: 12px;
    border: 1px solid #dbdbdb;
    text-align: center;
    font-size: 14px;
    margin: 0 5px;
    color: #666;
}

.pagination a.page-num-current,
.pagination a:hover{
	color: #fff;
	background: var(--primary);
	border-color: var(--primary);
}

.pagination a.page-link:hover svg path{
	fill: #ffffff;
}

.equLists li{
	display: block;
	margin-bottom: 25px;
}

.equLists .div-img:hover{
	cursor: pointer;
}

.equLists .div-img:hover img{
	transform: scale(1.1);
}

.infoBlock .divInfo .div-text p span{
	display: inline-block;
	margin-right: 10px;
}















