
.mbxDh{
	padding: 15px 0;
	border-bottom: 1px solid #eee;
	line-height: 1;
	font-size: 14px;
}

.mbxDh span,.mbxDh a,.mbxDh i{
	display: inline-block;
	vertical-align: middle;
	color: #333;
}

.mbxDh i{
	margin: 0 3px;
}

.mbxDh svg{
	fill: var(--primary);
	width: 16px;
	height: 16px;
	margin-right: 5px;
}

.mbxDh a:hover{
	color: var(--primary);
}


.syAbout{
	background-image: url(../images/nyAboutbg.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

.nyYg{
	background-color: #f1f2f3;
}

.ygLists{
	margin-top: 35px;
}

.ygLists .item{
	display: block;
	position: relative;
	cursor: pointer;
}

.ygLists .row>div{
	margin-bottom: 25px;
} 

.ygLists .item .mask{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(249,98,39,.45);
	display: flex;
	align-items: center;
	justify-content: center;
	transform: scale(0);
	transform-origin: center;
	transition: all .4s ease;
}

.ygLists .item .mask span.tb{
	display: inline-block;
}

.ygLists .item .mask span.tb svg{
	width: 55px;
	height: 55px;
	fill: #fff;
}

.ygLists .item:hover .mask{
	transform: scale(1);
}

.nyHonor{
	/*background-color: #f1f2f3;*/
}

.nyHonor .commonTit{
	margin-bottom: 35px;
}

.nyHonor .honorLists{
	max-width: 1200px;
	margin:auto;
}

.honorLists a.item{
	display: block;
	padding: 15px;
	background-color: #f5f5f5;
	width: 100%;
	height: 100%;
	cursor: pointer;
	transition: all .3s ease;
}


.honorLists a.item .div-img{
	height: 260px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;

}

.honorLists a.item .div-img img{
	max-width: 100%;
	max-height: 100%;
	transition: all .3s;
}

.honorLists a.item .div-text{
	padding: 15px;
	border-top:1px solid #ccc;
	margin-top: 25px;
}

.honorLists a.item .div-text p{
	text-align: center;
}

.nyHonor .honorLists .swiper .swiper-slide{
	background-color: #fff;
}

.honorLists a.item:hover .div-img img{
	transform: scale(1.1);
}


.honorLists a.item:hover{
	color: var(--primary);
}

.honorLists a.item:hover .div-text{
	border-top: 1px solid var(--primary);
}


.nyproLists .proLists .item{
	margin-bottom: 25px;
}


.sliderLeft{
	display: block;
}

.sliderLeft .item{
	padding: 45px 25px;
	margin-bottom: 25px;
	box-shadow: 0 0 15px #eeeeeedb;
}

.sliderLeft .item p.p1{
	font-size: 30px;
    text-transform: uppercase;
    color: #333;
    font-family: 'SourceHanSansCN-Bold';
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.sliderLeft .item p.p1:after{
	position: absolute;
	content: "";
	width: 65px;
	height: 3px;
	left: 0;
	bottom: 0;
	background-color: var(--primary);
}

.sliderLeft .item p.p1:before{
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	background-color: var(--primary);
	left: 0;
	bottom: -3px;
	border-radius: 50%;

}

.sliderLeft .item .fls li{
	display: block;
	margin-bottom: 5px;
}

.sliderLeft .item .fls a{
	background-color: #f3f3f3;
	color: #888;
	border: 1px solid #dddddd;
	padding: 10px 15px;
	align-items: center;
	transition: all .4s ease;
} 


.sliderLeft .item .fls a i{
	font-size: 12px;
}

.sliderLeft .item .fls li.on a,.sliderLeft .item .fls li:hover a{
	color: #fff;
	background-color: var(--primary);
	border: 1px solid var(--primary);
}


.conItem{
	padding: 45px 25px;
	background-size: cover;
	background-position: center;
	color: #fff;
	background-color: var(--primary);
	text-align: center;
}

.conItem .tb{
	display: inline-block;
	padding: 10px;
	border: 2px solid #fff;
	margin-bottom: 15px;
}

.conItem .tb span{
	display: inline-block;
	width: 85px;
	height: 85px;
	line-height: 85px;
	text-align: center;
	background-color: var(--primary);
}

.conItem .tb span svg{
	fill: #fff;
	width: 85%;
}

.conItem .p1{
	font-size: 18px;
	/*margin-top: 15px;*/
}

.conItem .p2{
	font-size: 24px;
	margin-bottom: 10px;
	font-family: 'AlibabaPuHuiTi-3-85-Bold';
}

.conItem .email{
	margin-bottom: 25px;
}

.conItem .email .s1{
	width: 20px;
	margin-right: 10px;	
}

.conItem .email .s1 svg{
	fill: var(--primary);
}


.nyContact{
	background-color: #fff;
}

.conForm .commonTit{
	margin-bottom: 35px;
}


.conForm p.p2{
	font-size: 32px;
    font-family: 'SourceHanSansCN-Bold';
    color: #000;
    margin-bottom: 45px;
    margin-top: 15px;
    line-height: 1.4;

}

.divForm .item{
	margin-bottom: 15px;
	padding-right: 10%;
}

.divForm input,.divForm textarea{
	display: block;
	width: 100%;
	padding: 15px 25px;
	border: 1px solid #eee;
	color: #999;
	border-radius: 5px;
	outline: none;
}

.divForm button{
	border: none;
	padding: 12px 55px;
	color: #fff;
	background-color: var(--primary);
	display: inline-block;
	transition: all .3s ease;
}

.divForm button:hover{
	background-color: #333;
	text-shadow: unset;
}

.conInfos .item{
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #eee;
}

.conInfos .item .tb{
	min-width: 26px;
	width: 26px;
	margin-right: 25px;
}

.conInfos .item .tb span{
	display: block;
}

.conInfos .item .tb svg{
	fill: var(--primary);
}

.conInfos .item p.p1{
	color: #999;
	line-height: 1;
	margin-top: 3px;
	margin-bottom: 5px;
}

.conInfos .item p.p2{
	font-size: 24px;
	font-family: 'AlibabaPuHuiTi-3-85-Bold';
}

.conInfos .item a{
	color: #333;
}

.conInfos .item a:hover{
	color: var(--primary);
}

.nyryLists .bitem{
	margin-bottom: 25px;
}

.nyryLists .bttitle{
	font-size: 28px;
    line-height: 1;
    font-family: 'AlibabaPuHuiTi-3-85-Bold';
    color: #333;
    margin-bottom: 25px;
    padding-left: 15px;
    border-left: 6px solid var(--primary);
}

.nyryLists .row>li{
	display: block;
	margin-bottom: 25px;

}

.nyryLists .item{
	position: relative;
	cursor: pointer;
	padding: 8px;
	box-shadow: 0 0 15px rgba(0,0,0,.08);
}

.nyryLists .item .div-img .mask{
	position: absolute;
	width: 0;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,.35);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: all .3s ease;
}

.nyryLists .item .div-img .mask svg{
	width: 46px;
	fill: #fff;
	transition: all .8s ease;
	
}

.nyryLists .item .div-text{
	padding: 15px 15px 15px 15px;
    text-align: center;
}

.nyryLists .item:hover .mask{
	width: 100%;
	opacity: 1;
}

.paerfl{
	text-align: center;
	margin-bottom: 35px;
}

.paerfl ul li{
	display: inline-block;
}


.paerfl ul li a{
	display: inline-block;
	padding: 6px 15px;
	margin: 0 5px;
	color: #333;
	transition: all .3s ease;
	border-radius: 1px;
}

.paerfl ul li.on a,.paerfl ul li a:hover{
	background-color: var(--primary);
	color: #fff;
}


.partLists .div-img{
	padding: 65px 15px;
    margin-bottom: 15px;
    position: relative;
    overflow: visible;
    z-index: 1;
  /*  border-top-left-radius: 35px;
    border-bottom-right-radius: 35px;*/
}

.partLists .div-img:after{
	position: absolute;
	content: "";
	width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(to bottom,#fff 5% , #f9622796);
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    box-shadow: 0px 0px 15px rgba(0,0,0,.4);
    z-index: -1;
	/*width: 100%;
	height: 100%;
	border: 12px solid var(--primary);
	left: 0;
	top: 0;*/
}

.nyPartners{
	background-image: url(../images/nypBg.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}




.accordion>.card{
  border:none;
  border-radius: inherit;
  margin-bottom: 25px;
}

.accordion .card-body{
  background-color: #f5f5f5;
}


.card-header{
  background-color: var(--primary);
  color: #fff;
}

.card-header .btn{
  color: #fff;
  box-shadow: none;
}


.card-header .btn span{
  margin-right: 15px;
  display: inline-block;
  color: #ffffff;
}


.caseLists .item{
	box-shadow: 0 0 15px rgba(0,0,0,.08);
	margin-bottom: 25px;
	cursor: pointer;
}

.caseLists .div-img img{
	transition: all .3s ease;
}

.caseLists p.title{
	height: 55px;
	line-height: 55px;
	font-size: 16px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box!important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	transition: all .3s ease;
}


.caseLists .item:hover .div-img img{
	transform: scale(1.1);
}

.caseLists .item:hover p.title{
	background-color: var(--primary);
	color: #fff;
}

.divSearch{
	margin-bottom: 35px;
}

.divSearch form{
	display: block;
	width: 375px;
	margin: auto;
	border: 1px solid #eee;
}

.divSearch form input{
	padding: 10px 15px;
	border: none;
	text-shadow: unset;
	width: 100%;

}

.divSearch form button{
	border: none;
	min-width: 100px;
	font-size: 14px;
	text-shadow: unset;
	background-color: #eee;
	transition: all .3s ease;
}

.divSearch form button:hover{
	background-color: var(--primary);
	color: #fff;
}


.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: 991.98px) { 
	.paerfl ul li a{
		padding: 6px 5px;
		font-size: 12px;
	}




}

@media (max-width: 575.98px) { 
	.partLists .div-img{
		padding: 25px 15px;
	}

	.nyryLists .row{
		margin-left: 0;
	}


}




