/* ny css */
/* nypublic */
.nybanner{
	width: 100%;
	height: auto;
	overflow: hidden;
	display:flex;
	justify-content:center;
	align-items:center;
}
.nybanner img{
	width:1920px;
	height:auto;
}
.nywrapper{
	width: 100%;
	overflow: hidden;
}
.nywrapper .breadcrumb{
	width: 1600px;
	/* border-bottom: 1px #e97236 solid; */
	padding: 10px;
	margin: 0 auto;
	font-size: 14px;
}
.nywrapper .nycontain{
	width: 1600px;
	margin: 20px auto;
	min-height: 400px;
}
@media screen and (max-width:1600px){
	.nywrapper .nycontain{
		width:95%;
		margin: 40px auto;
	}
	.nywrapper .breadcrumb{
		width:95%;
		margin:0 auto;
	}
}
.nycontain .toppagin .subnav{
	display: none;
}
.nycontain .toppagin{
	width: 100%;
}
.nycontain .toppagin .pic-box{
	margin-left: 500px;
	width: 300px;
}
.nycontain .toppagin>ul{
	width: 100%;
	display: flex;
	justify-content: flex-start;
}
.nycontain .toppagin>ul>li{
	width: 12%;
	margin: 0px 2% 10px;
	line-height: 50px;
	text-align: center;
	background: #e8e8e8;
	color: #333;
	font-size: 16px;
	position: relative;
	border-radius: 5px;
}
.nycontain .toppagin>ul>li:hover{
	background-color:#e97236;
	color: #fff;
}
.nycontain .toppagin>ul>li:hover .subnav{
	display: flex;
	background-color:#e97236;
	position: absolute;
	top: 50px;
	flex-wrap: wrap;
	justify-content: flex-start;
	border-top: 1px #fff solid;
	border-radius: 5px;
	width: 200%;
	z-index: 99;
}
.nycontain .toppagin>ul>li:hover .subnav>li{
	border: 1px #ffffff21 solid;
	margin: 5px;
	min-width: 12%;
	margin: 10px 2%;
	line-height: 35px;
	border-radius: 5px;
}
.nycontain .toppagin>ul>li:hover .subnav>li:hover{
	background-color: #e59d14;
}
.nycontain .toppagin>ul>li:hover .subnav>li a{
	color: #fff;
	font-size: 14px;
}
.nycontain .toppagin ul a{
	display: inline-block;
	width: 100%;
	height: 100%;
}
.pagination{
	margin:0 auto;
	display:flex;
	justify-content:center;
	margin-bottom: 40px;
}
.pagination li{
	min-width:30px;
	background:#ccc;
	margin:0 10px;
	line-height:40px;
	text-align:center;
	font-size:16px;
}
.pagination li a,.pagination li span{
	display:block;
	padding:0 20px
}
.pagination li a:hover{
	background:#e97236;
	color:#fff
}
.pagination li.active span{
	background:#e97236;
	color:#fff;
}
/* nypublic end */
.nyproshow{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: space-between;
}
.main-title{
	width:100%;
	margin:20px;
	font-size:16px;
}
.nyproshow .showbox{
	width: 48%;
	margin: 0px 0 30px;
	position: relative;
	box-shadow: 0 0 10px #979292d4;
	background-image: url(../images/probg.jpg);
	background-position: bottom center;
}
.nyproshow .showbox:before{
	content:'';
	background: rgba(60,57,57,0.8);
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	/* background: linear-gradient(130deg,rgba(60,57,57,0.8) 50%, #e97236bd 50%); */
}
.nyproshow .showbox:nth-child(even):before{
	/* background: linear-gradient(130deg, #e97236bd 50%, #32455ee0 50%); */
}
.nyproshow .showbox:after{
	content:'';
	background: #e97236a6;
	width:50%;
	height:100%;
	position:absolute;
	top:0;
	right:0;
	display:none;
}
.nyproshow .showbox .introbox{
	display:flex;
	justify-content:space-between;
	position: relative;
	z-index: 10;
	flex-direction: column;
}
.nyproshow .showbox .introbox{
	flex-direction:row-reverse
}
.nyproshow .showbox .introbox .right{
	padding-bottom: 30px;
	padding-right: 0px;
	width: 100%;
	padding-left: 30px;
}
.nyproshow .showbox:nth-child(even) .right{
	padding-right:0;
}
.nyproshow .showbox .introbox .right .pic-box{
	border:10px #ffffff solid;
	box-shadow:0 0 10px #000000c7;
	position:relative;
}
.nyproshow .showbox .introbox .right .pic-box:before{
	content:'';
	display:block;
	top:0;
	left:-30%;
	background:#ffffff52;
	width:50px;
	height:100%;
	transform: skewX(29deg);
	position:absolute;
	transition: 1s linear;
	z-index: 10;
}
.nyproshow .showbox:hover .introbox .right .pic-box:before{
	left:130%;
}
.nyproshow .showbox .introbox .left{
	font-size: 15px;
	padding: 0 10px;
	line-height: 30px;
	color: #fff;
	padding-left: 30px;
	width: 100%;
	height: 180px;
	overflow: hidden;
}
.nyproshow .showbox .introbox 
.nyproshow .showbox .pic-box{
	width: 100%;
	height: auto;
	position: relative;
	border: 2px #e97236 solid;
}
.nyproshow .showbox .pic-box img{
	height: auto;
	width: 100%;
}
.nyproshow .showbox .textbox{
	display: flex;
	justify-content: space-between;
	padding: 20px 10px;
	font-size:16px;
	margin: 0 auto;
	flex-direction: column;
	margin-left: 20px;
	position: relative;
	z-index: 10;
}
.nyproshow .showbox .textbox span{
	font-size:25px;
	color: #fff;
}
.nyproshow .showbox .iconbox{
	display:flex;
	margin-top:20px;
}
.nyproshow .showbox .iconbox p{
	min-width:150px;
	height: 30px;
	line-height: 30px;
	white-space:nowrap;
	background:#e97236;
	color:#fff;
	text-align:center;
	margin-right: 15px;
	border:1px #ffffffa1 solid;
	line-height:28px;
}
.nyproshow .showbox:nth-child(even) .iconbox p{
}
.nyproshow .showbox .textbox span:nth-child(1){
	font-weight: bold;
}

.nyproshow .showbox .more{
	position: absolute;
	bottom: 30px;
	right: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 10;
}
.nyproshow .showbox:hover .more{
}
.nyproshow .showbox:hover img{
	transform:scale(1.2);
}
.nyproshow .showbox .more p{
	background: #e97236;
	color: #fff;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	border-radius: 5px;
	width: 120px;
}
.nyproshow .showbox:nth-child(even) .more{
	/* left: unset; */
	/* right:70px; */
}
.nyproshow .showbox:hover .more p{
	position:relative;
	top:0;
	animation:moremove 0.7s alternate infinite
}
@keyframes moremove{
	form{top:0}
	to{top:-5px}
}
/* nynews css */
.nynewsshow{
	display: flex;
	flex-wrap: wrap;
}
.nynewsshow .showbox{
	width: 100%;
	margin-bottom: 20px;
	display: flex;
	height: 300px;
	position: relative;
	padding: 15px 10px;
	border-bottom: 1px #ccc solid;
}
.nynewsshow .showbox .pic-box{
	width: 30%;
}
.nynewsshow .showbox .textbox{
	width: 70%;
	color: #000;
	position: relative;
	padding: 0 20px;
}
.nynewsshow .showbox .textbox .newtitle{
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.nynewsshow .showbox .textbox .textshow{
	opacity: 0.7;
	font-size: 16px;
}

.nynewsshow .showbox .textbox .bottomtext{
	display: flex;
	justify-content:space-between;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 10px 0;
	width: 100%;
	align-items: center;
}

.nynewsshow .showbox .textbox .bottomtext .date{
	font-size: 16px;
	background: #e97236;
	color: #fff;
	text-align: center;
	padding: 10px 20px;
}
.nynewsshow .showbox .textbox .bottomtext .date span{
	font-size: 30px;
}

.nynewsshow .showbox .textbox .bottomtext .more{
	padding: 5px 35px;
	font-size:14px;
	border: 1px #b0b0b0 solid;
	text-align: center;
	margin-right: 50px;
	border-radius: 5px;
}
.nynewsshow .showbox:hover .textbox .bottomtext .more{
	background:#e97236;
	color:#fff;
	border:none;
}
/* nynews end */
/* abus css*/
.nyabout h1,.nyabout h2{
	font-size: 30px;
	color: #000;
	text-align: center;
	margin: 30px 0;
	width: 100%;
}
.nyaboutus .textshow{
	display:flex;
	padding:10px;
	box-shadow: 0 0 10px #959595;
	margin-bottom:130px;
	flex-wrap: wrap;
	overflow: hidden;
}
.nyaboutus .servecase{
	width:100%;
	display:flex;
	justify-content:space-around;
	flex-wrap:wrap;
	/* box-shadow: 0 0 10px #959595; */
	overflow: hidden;
}
.nyaboutus .servecase .showbox{
	width: 19.5%;
	margin: 5px 0;
	border-radius: 0px;
	overflow: hidden;
	box-shadow: 0 0 5px #00000094;
}
.nyaboutus .servecase .showbox:nth-child(n+6){
	width: 24.5%;
}
.nyaboutus .servecase .showbox:nth-child(n+10){
	width: 19.5%;
}
.nyaboutus .servecase .showbox:nth-child(n+15){
	width:23%;
}
.surporshow{
	width:100%;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.addusshow{
	display:flex;
	flex-wrap:wrap
}
.addusshow .addtext{
	width:100%;
	font-size:18px;
	line-height:35px;
	padding:0 30px;
	margin-bottom:30px;
	text-indent:36px;
}
.addusshow .right{
	width:35%;
	display:flex;
	font-size:16px;
	line-height:40px;
	align-items:center;
	justify-content:center;
}
.surporshow .showbox{
	width: 23%;
	height: 200px;
	background: linear-gradient(133deg, #e97236, #bf4202);
	padding:20px;
	text-align:center;
	color:#fff;
	margin: 10px 0;
}
.surporshow .showbox:nth-child(n+5){
	width: 31%;
}
.surporshow .showbox .tit{
	font-size:20px;
	font-weight:bold;
	margin:10px 0;
}
.surporshow .showbox .intro{
	font-size:16px
}
.surporshow .showbox .pic-box{
	margin:0 auto;
	background: #fff;
	height: 80px;
	width: 80px;
	border-radius: 50%;
	padding: 10px;
}
.nyaboutus .textshow>.pic-box{
	width:50%;
}
.nyaboutus .textshow .bottomnum{
	width:100%;
	display:flex;
	justify-content:space-around;
	margin-top:30px;
	font-size:16px;
	text-align:center;
}
.nyaboutus .textshow .bottomnum .showbox b{
	font-size:60px;
	color:#e97236;
	
}
.nyaboutus .nyabouttext{
	min-height: 300px;
	padding: 20px 50px;
	font-size: 16px;
	line-height: 40px;
	letter-spacing: 2px;
	width: 50%;
}
.nyaboutus .nyabouttext img{
	max-width:100%;
	height:100%!important;
}
.abcul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.abcul .showbox{
	width: 30%;
	box-shadow: 3px 5px 8px #898989;
	height: 150px;
	display:flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 30px 0;
}
.abcul .showbox:nth-child(5),
.abcul .showbox:nth-child(6){
	width:48%;
	height:250px;
}
.abcul .showbox:nth-child(5) .pic-box,
.abcul .showbox:nth-child(6) .pic-box{
	width: 45%;
}
.abcul .showbox .pic-box{
	width: 40%;
	height: 100%;
}
.abcul .showbox .pic-box img{
	min-height: 100%;
	width: auto;
	height: 100%;
}
.abcul .showbox .textbox{
	width: 55%;
	padding: 10px;
}
.abcul .showbox .textbox .cultit{
	font-size:18px;
	border-bottom: 1px #73737354 solid;
	padding: 0 0 10px;
}
.abcul .showbox .textbox p{
	padding: 10px 0;
	font-size: 14px;
	line-height: 26px;
}
.abcomshow{
	display: flex;
	flex-wrap: wrap;
}
.abcomshow .showbox{
	width: 50%;
	position: relative;
	height: 400px;
}
.abcomshow .showbox .pic-box{
	width: 100%;
	height: 100%;
}
.abcomshow .showbox .textbox{
	width: 100%;
	height: 100%;
	background: #0000009c;
	position: absolute;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
	left: 0;
	flex-direction: column;
}
.abcomshow .showbox:nth-child(4) img,
.abcomshow .showbox:nth-child(5) img{
	height:100%;
	width:auto;
}
.abcomshow .showbox:hover img{
	transform:scale(1.2)
}
.abcomshow .showbox:hover .textbox{
	opacity:0;
}
.abcomshow .showbox:hover .more{
	opacity:1;
}
.abcomshow .showbox .textbox .tit{
	font-size: 25px;
	margin-bottom: 20px;
}
.abcomshow .showbox .textbox p{
	font-size: 16px;
}
.abcomshow .showbox .more{
	width: 40%;
	line-height: 40px;
	height: 40px;
	background: #e97236;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	transition: 0.3s 0.2s linear;
}
/* abus end*/
/* nycase */
.caseintro{
	display: flex;
	justify-content: space-between;
}
.caseintro .left{
	padding:40px 30px 20px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position:relative;
}
.caseintro .left .pic-box{
	position:absolute;
	right:30px;
	bottom:20px;
	width:200px;
}
.caseintro .left h1{
	color:#e97236;
	font-size:35px;
	text-align: center;
	margin-bottom: 20px;
}
.caseintro .left h2{
	font-size: 22px;
	margin-bottom: 10px;
}
.caseintro .left p{
	font-size: 18px;
	margin: 20px;
}
.caseintro .right .pic-box{
	height: 400px;
	width: 100%;
}
.casepagin{margin: 40px 0;}
.casepagin>ul{
	/* height: 50px; */
	align-items: center;
}
.casepagin>ul>li{
	height: 100%;
	background: #fff!important;
	box-shadow: 0 0 10px #a6a6a6;
	line-height: 50px!important;
}
.casepagin>ul>li:hover{
	background:#e97236!important;
}
.nycasebox .caseshow{
	display:flex;
	justify-content: space-between;
	width: 100%;
	flex-wrap:wrap;
	margin: 60px 0;
}
.nycasebox .caseshow .casetitle{
	font-size: 35px;
	width: 100%;
	line-height: 23px;
	border-left: 15px #e97236 solid;
	padding-left: 25px;
	margin-bottom: 20px;
}
.nycasebox .caseshow .casetitle span{
	font-size: 16px;
	letter-spacing: 1.5px;
	opacity: 0.6;
}
.nycasebox .caseshow .showbox{
	width: 19.5%;
	height: 178px;
	margin: 10px 0;
	border: 1px #0000 solid;
	box-shadow: 3px 3px 5px #6969699e;
}
.nycasebox .caseshow .showbox:nth-child(2),
.nycasebox .caseshow .showbox:nth-child(3){
	width: 49.5%;
	height: 303px;
}
.nycasebox .caseshow .showbox:nth-child(4),
.nycasebox .caseshow .showbox:nth-child(5),
.nycasebox .caseshow .showbox:nth-child(6){
	width: 33%;
	height: 255px;
}
.nycasebox .caseshow .showbox .pic-box{
	height:100%;
	width:100%;
}
.nycasebox .caseshow .showbox .pic-box img{
	min-height:100%
}
/* nycase end*/
/* nyhonor */
.nyhonorshow{
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}
.nyhonorshow .showbox{
	width: 23%;
	display: flex;
	margin: 0 1% 40px;
	box-shadow: 0 0 10px #bebebe;
	flex-direction: column;
	justify-content: space-between;
}
.nyhonorshow .showbox .pic-box{
	width: 100%;
	height: 250px;
}
.nyhonorshow .showbox .pic-box img{
	max-width:100%;
	max-height:100%;
	width:auto;
	height:auto;
}
.nyhonorshow .showbox p{
	font-size: 16px;
	text-align: center;
	height: 60px;
	padding: 10px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.nyhonorshow .showbox:hover p{
	background:#e97236;
	color:#fff
}
/* nyhonor end*/
.nyprodetailshow{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
}
.nyprodetailshow .left{
	width: 50%;
	padding:30px
}
.nyprodetailshow .left .pic-box{
	width: 100%;
}
.nyprodetailshow .right{
	padding: 30px;
	position: relative;
}
.nyprodetailshow .right .shorttext{
	font-size: 16px;
	line-height:40px;
	margin-bottom: 80px;
}
.nyprodetailshow .right .arttit{
	font-size: 30px;
	margin-bottom: 30px;
}
.nyprodetailshow .right>p{
	font-size: 18px;
}
.nyprodetailshow .right .contact{
	position: absolute;
	bottom:30px;
	height: 50px;
	width: 85%;
	display: flex;
	justify-content: space-between;
}
.nyprodetailshow .right .contact a{
	background:#e97236;
	width:150px;
	line-height:50px;
	text-align:center;
	color:#fff;
	font-size:16px;
	border-radius:5px
}
.nyprodetailshow .right .contact a:hover{
	background:#fb9e2c
}
.nyprodetailshow .contact .phone{
	width: 250px;
	display: flex;
}
.nyprodetailshow .contact .phone .pic-box{
	width: 50px;
	height: 100%;
}
.nyprodetailshow .contact .phone p{
	font-size: 20px;
	line-height: 25px;
}
.nyprodetailshow .detailtext{
	width: 100%;
}
.nyprodetailshow .detailtext>div{
	font-size:16px;padding:20px;
	line-height:30px
}
.nyprodetailshow .detailtext .tit{
	font-size: 30px;
	width: 100%;
	padding-bottom: 10px;
	border-bottom: 1px #e97236 solid;
}
.nyprodetailshow .detailtext .tit span{
	color:#e97236;
	font-size:16px;
	margin-left:10px
}
/* prodetail end */
.honordetail{
	width: 600px;
	margin: 0 auto;
}
.honordetail .arttit{
	font-size: 30px;
	text-align: center;
	margin: 30px 0;
}
.honordetail .showscreen{
	width: 100%;
	overflow: hidden;
	border: 1px #333 solid;
}
.honordetail .showscreen .pic-box{
	height: auto;
	min-height: unset;
}
.honordetail .showscreen .pic-box img{
	width: 100%;
	height: auto;
	min-width: unset;
	min-height: unset;
}
.honordetail .showitem{
	width: 100%;
	margin-top: 20px;
	overflow: hidden;
	position: relative;
}
.honordetail .showitem .pic-box{
	width: 100%;
	height: 200px;
	border: 1px #9c9c9c solid;
}

.honordetail .showitem .swiper-slide-thumb-active .pic-box{
	border:3px #e97236 solid;
}
/* honordetail end*/
.newsdetail{
	margin: 30px 0;
}
.newsdetail .newscontain{
	font-size:18px;
	line-height:40px
}
.newsdetail .newscontain img{
	display: block;
	width:60%!important;
	height:auto!important;
	margin: 20px auto;
}
.newsdetail .titgroup{
	margin: 30px 0;
	text-align: center;
	width: 100%;
	padding-bottom: 30px;
	border-bottom:1px #e97236 dashed;
}
.newsdetail .titgroup h2{
	font-size: 30px;
	font-weight: bold;
}
.newsdetail .titgroup .subtext{
	font-size: 16px;
	padding: 10px 0;
	color: #333;
	opacity: 0.6;
}
.newsdetail .nextbox{
	display: flex;
	justify-content: space-between;
	font-size: 16px;
	margin-top: 50px;
}
/* newsdetail end*/ 
.nycontact{
	display:flex;
	flex-wrap:wrap;
}
.nycontact .left{
	font-size:18px;
	line-height: 35px;
	text-align: center;
	padding:0 80px;
	width: 100%;
}
.nycontact .right{
	width:100%;
}
/*mobile*/
.m-head,.m-top-menu{
    display:none;
}
.m-footbut{
    display: none;
}