﻿/*内页公共头部*/
.nytop{
    height: 400px;
    position: relative;
    z-index: 0;
    margin-top: 100px;
}
.nytop .bg{
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	z-index: -1;
	overflow: hidden;
}
.nytop .bg .item{
	width: 100%;
	height: 100%;
	z-index: -1;
	background-attachment: fixed !important; 
	transform: scale(1.1);
	background-size: cover !important;
	overflow: hidden;
}

.nytop .title{
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.nytop .title h2{
	font-size: 40px;
	margin-bottom: 30px;
}
.nytop .title p{
	font-size: 20px;
}

/*内页 列表分页*/
.pagination{
	margin-top: 70px;
}
.pagination a{
	display: block;
	margin: 0 20px;
	font-size: 16px;
}
.pagination a.page-num{
	font-size: 16px;
}
.pagination a.page-num.page-num-current,
.pagination a:hover{
	color: #1d4c78;
}

/*内页详情分页*/
.pageturn .item{
	width: calc(100% - 200px);
}
.pageturn .item a{
	display: block;
	font-size: 15px;
	line-height: 28px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.pageturn .item a:hover{
	color: #1d4c78;
}

@media only screen and (max-width: 1600px) {
	/*内页公共头部*/
	.nytop{
	    height: 360px;
	    margin-top: 90px;
	}
}
@media only screen and (max-width: 1440px) {
	/*内页公共头部*/
	.nytop{
	    height:280px;
	    margin-top: 80px;
	}
	.nytop .title h3{
		font-size: 36px;
	}
	
	/*内页公共头部*/
	.nytop{
	    height: 320px;
	    margin-top: 80px;
	}
	.nytop .title h2{
		font-size: 36px;
		margin-bottom: 30px;
	}
	.nytop .title p{
		font-size: 18px;
	}
	
	/*内页 列表分页*/
	.pagination{
		margin-top: 60px;
	}
	.pagination a,
	.pagination a.page-num{
		font-size: 15px;
	}
	
	/*内页详情分页*/
	.pageturn .item a{
		font-size: 14px;
		line-height: 26px;
	}
	.pageturn .sitebtn{
		line-height: 50px;
	}
}
@media only screen and (max-width: 1200px) {
	/*内页公共头部*/
	.nytop{
	    height: 240px;
	}
	.nytop .title h2{
		font-size: 32px;
		margin-bottom: 24px;
	}
	.nytop .title p{
		font-size: 16px;
	}
	
	/*内页 列表分页*/
	.pagination{
		margin-top: 50px;
	}
	.pagination a,
	.pagination a.page-num{
		font-size: 14px;
	}
	
}

@media only screen and (max-width: 959px) {
	/*内页公共头部*/
	.nytop{
	    height: 200px;
	    margin-top: 70px;
	}
	.nytop .title h2{
		font-size: 28px;
		margin-bottom: 20px;
	}
	.nytop .title p{
		font-size: 14px;
	}
}

@media only screen and (max-width: 767px) {
	/*内页公共头部*/
	.nytop{
	    height: 160px;
	    margin-top: 60px;
	}
	.nytop .title h2{
		font-size: 24px;
		margin-bottom: 16px;
	}
	.nytop .title p{
		font-size: 12px;
	}
	
	
	
	/*内页 分类*/
	.nycate .cate-title {
	    height: 48px;
	    padding: 0 16px;
	}
	.nycate .cate-title h3 {
	    font-size: 14px;
	}
	.nycate .cate-list {
	    padding: 19px 16px;
	}
	.nycate .cate-list a {
	    line-height: 44px;
	}
	
	/*内页 列表分页*/
	.pagination{
		margin-top: 30px;
	}
	.pagination a,
	.pagination a.page-num{
		font-size: 12px;
	}
	.pagination a {
	    margin: 0 8px;
	}
	
	/*内页详情分页*/
	.pageturn .item {
	    width: 100%;
	}
	.pageturn .item a{
		font-size: 12px;
		line-height: 24px;
	}
	.pageturn .sitebtn{
		margin-top: 16px;
		width: 100%;
		line-height: 46px;
	}
}