﻿/*内页公共头部*/
.nytop{
	margin-top: 100px;
	position: relative;
    width: 100%;
    height: 320px;
    z-index: 0;
}
.nytop .bg{
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	z-index: -1;
	overflow: hidden;
	background-size: cover;
}
.nytop .bg .item{
	width: 100%;
	height: 100%;
	z-index: -1;
	background: url(../images/nyban.jpg) no-repeat center;
	transform: scale(1.1);
	background-size: cover !important;
	overflow: hidden;
	transition: all 5.6s cubic-bezier(.04, .79, 1, 1) !important;
}
.nytop.animated .bg .item{
	transform: scale(1);
}
.nytop .bg:before{
	content: "";
	width: 100%;
	height: 100%;
	background: url(../images/bot.png) repeat center;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.nytop .title{
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.nytop .title h2{
	font-size: 48px;
	margin-bottom: 24px;
}
.nytop .title p{
    font-size: 20px;
}

/*内页分类和面包屑*/
.breadtab{
	width: 100%;
	border-bottom: 1px solid #dbdbdb;
	position: relative;
	z-index: 0;
}
.breadtab .bread i{
	margin-right: 8px;
}
.breadtab .bread em{
	padding: 0 6px;
}
.breadtab .bread a:hover{
	color: #f67817;
}
.nycate .cate-btn{
	display: none;
}
.nycate .cate-list a{
	display: block;
	text-align: center;
	line-height: 90px;
	font-size: 18px;
	position: relative;
	z-index: 0;
	margin-left: 50px;
}
.nycate .cate-list a:before{
	content: "";
    width: 0;
    height: 3px;
    background: #f67817;
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: -1;
    transition: all 0.4s ease;
    opacity: 0;
}
.nycate .cate-list a.on,
.nycate .cate-list a:hover{
	color: #f67817;
}
.nycate .cate-list a.on:before,
.nycate .cate-list a:hover:before{
	width: 100%;
	left: 0;
	opacity: 1;
}

/*内页 列表分页*/
.pagination{
	margin-top: 70px;
}
.pagination a{
	display: block;
	width: 48px;
	height: 48px;
	border:1px solid #dbdbdb;
	line-height: 46px;
	text-align: center;
	margin: 0 5px;
}
.pagination a.page-item{
	display: flex;
	align-items: center;
	justify-content: center;
}
.pagination a i{
	font-size: 20px;
}
.pagination a.page-num.page-num-current,
.pagination a:hover{
	border-color: #f67817 !important;
	background: #f67817;
	color: #fff;
}
.pagination a.page-item:hover i{
	color: #fff;
}

/*内页 详情分页*/
.paging{
	background: #f5f5f5;
}
.paging a{
	display: flex;
	align-items: center;
	font-size: 14px;
	line-height: 50px;
	color: #808080;
}
.paging a i{
	width: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
}
.paging a span{
	padding: 0 20px;
}
.paging a.more{
	width: 50px;
	height: 50px;
}
.paging a.more:hover{
	background: #f67817;
}
.paging a.more:hover svg path{
	fill: #ffffff;
}
.paging a.prev:hover span,
.paging a.next:hover span{
	color: #f67817;
}


@media only screen and (max-width: 1440px) {
	/*内页公共头部*/
	.nytop{
	    height: 260px;
	    margin-top: 90px;
	}
	.nytop .title h2{
		font-size: 42px;
	}
	.nytop .title p{
	    font-size: 16px;
	}
	
	/*内页分类和面包屑*/
	.nycate .cate-list a {
	    line-height: 80px;
	    font-size: 16px;
	    margin-left: 40px;
	}
	
	/*内页 标题*/
	.ny-title h2{
		font-size: 40px;
		margin-top: 18px;
	}
	.ny-title p{
		font-size: 15px;
		margin-top: 25px;
	}
	
	/*内页 列表分页*/
	.pagination{
		margin-top: 60px;
	}
	.pagination a {
	    width: 45px;
	    height: 45px;
	    line-height: 43px;
	}
	

}
@media only screen and (max-width: 1200px) {
	/*内页公共头部*/
	.nytop{
	    height: 200px;
	    margin-top: 80px;
	}
	
	.nytop .title h2{
		font-size: 36px;
    	margin-bottom: 16px;
	}
	.nytop .title p{
	    font-size: 15px;
	}
	.nycate .cate-list a {
	    line-height: 70px;
	    font-size: 15px;
	}
	
	/*内页 列表分页*/
	.pagination{
		margin-top: 50px;
	}
	.pagination a {
	    width: 42px;
	    height: 42px;
	    line-height: 40px;
	}
}


@media only screen and (max-width: 767px) {
	/*内页公共头部*/
	.nytop{
	    height: 160px;
	    margin-top: 60px;
	}
	.nytop .title{
		padding: 0 30px;
	}
	.nytop .title h2{
		font-size: 28px;
		margin-bottom: 12px;
	}
	.nytop .title p{
		font-size: 14px;
	}
	
	/*内页分类和面包屑*/
	.breadtab .inner{
		padding: 0;
	}
	.breadtab .bread {
		width: calc(100% - 80px);
		padding-left: 16px;
		font-size: 13px;
	}
	.nycate{
		width: 50px;
	}
	.nycate .cate-btn{
		display: flex;
		width: 100%;
		height: 50px;
		background: #c92d2c;
	}
	.nycate .cate-btn dl{
		width: 20px;
		height: 20px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.nycate .cate-btn dd{
		width: 28px;
		height: 2px;
		background: #fff;
	}
	.nycate .cate-btn dl dd.line1{
		width: 50%;
		transition: transform 300ms cubic-bezier(0.52,-0.8,0.52,0.52);
    	transform-origin: right;
	}
	.nycate .cate-btn dl dd.line2{
		width: 100%;
	}
	.nycate .cate-btn dl dd.line3{
		width: 50%;
		align-self: flex-end;
	    transition: transform 300ms cubic-bezier(0.52,-0.8,0.52,0.52);
	    transform-origin: left;
	}	
	.nycate .cate-btn.click dl{
		transform: rotate(-45deg);
	}
	.nycate .cate-btn.click dl dd.line1{
		transform: rotate(-90deg) translateX(1px);
	}
	.nycate .cate-btn.click dl dd.line3{
		transform: rotate(-90deg) translateX(-1px);
	}
	
	.nycate .cate-list{
		display: none;
		position: absolute;
		width: 100%;
		top: 100%;
		right: 0;
		padding: 16px;
		background: rgba(8,27,40,0.9);
	}
	.nycate .cate-list a {
		width: 100%;
	    line-height: 48px;
	    margin: 10px 0;
	    color: #fff;
	    background: #f67817;
	}
	.nycate .cate-list a:before{
		height: 100%;
		background: #c92d2c;
	}
	.nycate .cate-list a.on,
	.nycate .cate-list a:hover {
	    color: #fff;
	}
	
	
	/*内页 列表分页*/
	.pagination{
		margin-top: 30px;
	}
	.pagination a {
	    width: 32px;
	    height: 32px;
	    line-height: 32px;
	    font-size: 12px;
	    margin: 0 2px;
	}
	.pagination a i {
	    font-size: 16px;
	}
	
	/*内页详情分页*/

	.paging a{
		font-size: 12px;
		line-height: 40px;
	}
	.paging a i{
		width: 40px;
		line-height: 40px;
		font-size: 18px;
	}
	.paging a span{
		padding: 0 12px;
	}
	.paging a.more{
		width: 40px;
		height: 40px;
	}
}