@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');
@import url('jquery.fancybox.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: 115px 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: 42px;
	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: 28px;
}

.inaboutContent .item.item1 .divRight p{
	margin-bottom: 10px;
	line-height: 1.8;
        font-size: 22px;

}

.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: 36px;
	font-family: 'OPPOSans-M';
}

.pageTit .div-text p.p2{
	font-size: 20px;
}

.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{
	max-width: 450px;
	margin-left: 35px;
}

.nynewsLists .item .d2 img{
	width: 100%;
}

 
.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;
}

.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;
}

.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 span.pbtn.on{
 	transform: rotate(90deg); 	
}

.nproCates .item span.pbtn.on svg{
	fill: var(--primary);
}	

.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  a.ptit{
  color: var(--primary);
}

.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;
}

#china-map{
	background-color: #fff!important;
}

#china-map,#world-map{
  width:100%;
  height:800px;
  min-height: 600px!important;
  min-width: 100%!important;
  
}

.dt2{
	padding: 65px 0;
	background-color: #fafafa;
}

.dt h3.title{
	font-size: 46px;
	font-weight: bold;
	text-align: center;
	color: #333;
	margin-bottom: 35px;
}

/*内页 列表分页*/
.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;
}

.divSearch{
	display: block;	
	margin-bottom: 35px;
	text-align: right;
}

.divSearch input{
	min-width: 300px;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding: 0 25px;
	border:unset;
	background-color: #eee;
}

.divSearch button{
	display: inline-block;
	border:unset;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	background-color: var(--primary);
	color: #fff;
}

















