﻿/*内页公共头部*/
.nytop{
	position: fixed;
    width: 100%;
    height: 740px;
    z-index: -1;
    left: 0;
    top: 0;
}
.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;
	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: 50px;
	margin-bottom: 40px;
}
.nytop .title p{
    font-size: 20px;
    letter-spacing: 3px;
}

/*内页分类和面包屑*/
.breadtab{
	width: 100%;
}
.breadtab .inner{
	position: relative;
	z-index: 0;
}
.breadtab .inner:before{
	content: "";
	width: 100vw;
	height: 100%;
	background: rgba(255,255,255,0.1);
	position: absolute;
	left: 10px;
	bottom: 0;
	z-index: -1;
}
.breadtab .nycate{
	position: relative;
	z-index: 0;
}
.breadtab .nycate .cate-title{
	display: none;
}
.breadtab .nycate .cate-list a{
	display: block;
	text-align: center;
	width: 200px;
	line-height: 80px;
	font-size: 18px;
	position: relative;
	z-index: 0;
}
.breadtab .nycate .cate-list a:before{
	content: "";
    width: 0;
    height: 100%;
    background: linear-gradient(90deg, #0c7e87 , #2fa8b2);
    position: absolute;
    left: 50%;
    top: 0;
    z-index: -1;
    transition: all 0.4s ease;
    opacity: 0;
}
.breadtab .nycate .cate-list a.on:before,
.breadtab .nycate .cate-list a:hover:before{
	width: 100%;
	left: 0;
	opacity: 1;
}
.breadtab .bread{
	font-size: 14px;
	height: 80px;
}
.breadtab .bread i{
	font-size: 15px;
	margin-right: 8px;
}
.breadtab .bread em{
	padding: 0 6px;
}
.breadtab .search form{
	width: 400px;
}
.breadtab .search form input{
	width: calc(100% - 80px);
	display: block;
	line-height: 80px;
	padding: 0 30px;
	color: #fff;
	font-size: 16px;
}
.breadtab .search form button{
	height: 80px;
	width: 80px;
}

.innertop{
	margin-top: 740px;
}

/*内页 标题*/
.ny-title span{
	display: block;
	text-transform: capitalize;
}
.ny-title h2{
	font-size: 50px;
	margin-top: 24px;
}
.ny-title p{
	font-size: 18px;
	margin-top: 40px;
}

/*内页 列表分页*/
.pagination{
	margin-top: 80px;
}
.pagination a{
	display: block;
	margin: 0 25px;
	font-size: 18px;
}
.pagination a.page-num.page-num-current,
.pagination a:hover{
	color: #0c7e87;
}

/*内页详情分页*/
.pageturn .item{
	width: calc(100% - 240px);
}
.pageturn .item a{
	display: block;
	font-size: 16px;
	line-height: 32px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.pageturn .item a:hover{
	color: #0c7e87;
}

@media only screen and (max-width: 1600px) {
	/*内页公共头部*/
	.nytop{
	    height: 600px;
	}
	.nytop .title h2{
		font-size: 45px;
    	margin-bottom: 30px;
	}
	.nytop .title p{
	    font-size: 18px;
	}
	
	/*内页分类和面包屑*/
	.breadtab .nycate .cate-list a {
	    width: 180px;
	    line-height: 70px;
	    font-size: 16px;
	}
	.breadtab .bread {
	    height: 70px;
	}
	
	.breadtab .search form input{
		width: calc(100% - 70px);
		line-height: 70px;
		padding: 0 25px;
		font-size: 15px;
	}
	.breadtab .search form button{
		height: 70px;
		width: 70px;
	}
	
	.innertop{
		margin-top: 600px;
	}

	/*内页 标题*/
	.ny-title h2{
		font-size: 42px;
		margin-top: 20px;
	}
	.ny-title p{
		font-size: 16px;
		margin-top: 30px;
	}
	
	/*内页 列表分页*/
	.pagination{
		margin-top: 70px;
	}
	.pagination a{
		margin: 0 20px;
		font-size: 16px;
	}
	
	/*内页详情分页*/
	.pageturn .item a{
		font-size: 15px;
		line-height: 30px;
	}
	.pageturn .sitebtn{
		line-height: 60px;
	}
}
@media only screen and (max-width: 1440px) {
	/*内页公共头部*/
	.nytop{
	    height: 520px;
	}
	.nytop .title h2{
		font-size: 40px;
    	margin-bottom: 24px;
	}
	.nytop .title p{
	    font-size: 16px;
	}
	
	/*内页分类和面包屑*/
	.breadtab .nycate .cate-list a {
	    width: 150px;
	    line-height: 64px;
	    font-size: 14px;
	}
	.breadtab .bread {
	    height: 64px;
	}
	
	.breadtab .search form {
	    width: 360px;
	}
	.breadtab .search form input{
		width: calc(100% - 64px);
		line-height: 64px;
		padding: 0 20px;
		font-size: 14px;
	}
	.breadtab .search form button{
		height: 64px;
		width: 64px;
	}
	.breadtab .search form button svg{
		height: 18px;
		width: 18px;
	}
	
	.innertop{
		margin-top: 520px;
	}
	
	/*内页 标题*/
	.ny-title h2{
		font-size: 40px;
		margin-top: 18px;
	}
	.ny-title p{
		font-size: 15px;
		margin-top: 25px;
	}
	
	/*内页 列表分页*/
	.pagination{
		margin-top: 60px;
	}
	
	/*内页详情分页*/
	.pageturn .item a{
		font-size: 14px;
		line-height: 28px;
	}
	.pageturn .sitebtn{
		line-height: 56px;
	}
}
@media only screen and (max-width: 1200px) {
	/*内页公共头部*/
	.nytop{
	    height: 420px;
	    position: relative;
	    z-index: 0;
	}
	.nytop .bg{
		position: unset;
	}
	.nytop .title h2{
		font-size: 36px;
    	margin-bottom: 20px;
	}
	.nytop .title p{
	    font-size: 14px;
	}
	
	/*内页分类和面包屑*/
	.breadtab {
	    position: absolute;
	}
	.breadtab .inner:before{
		display: none;
	}
	.breadtab .nycate .cate-title{
		display: flex;
		width: 200px;
		height: 60px;
		padding: 0 0;
		position: relative;
		z-index: 0;
	}
	.breadtab .nycate .cate-title:before{
		content: "";
		width: 100vw;
		height: 100%;
		position: absolute;
		right: 0;
		top: 0;
		background: #0c7e87;
		z-index: -1;
		opacity: 0.8;
		transition: all 0.4s ease;
	}
	.breadtab .nycate .cate-title h3{
		font-size: 14px;
	}
	.breadtab .nycate .cate-title i{
	    display: block;
	    width: 12px;
	    height: 12px;
	    position: relative;
	    margin-right: 20px;
	}
	.breadtab .nycate .cate-title i:before,
	.breadtab .nycate .cate-title i:after {
	    content: "";
	    background: #fff;
	    position: absolute;
	    left: 50%;
	    top: 50%;
	    transform: translate(-50%, -50%);
	    transition: all 0.4s ease;
	}
	.breadtab .nycate .cate-title i:before {
	    width: 100%;
	    height: 2px;
	}
	.breadtab .nycate .cate-title i:after {
	    width: 2px;
	    height: 100%;
	}
	.breadtab .nycate .cate-title.on:before{
		opacity: 1;
	}
	.breadtab .nycate .cate-title.on i{
		transform: rotate(135deg);
	}
	.breadtab .nycate .cate-list{
		position: absolute;
		left: 100%;
		top: 0;
		background: rgba(15,18,22,0.9);
		display: none;
	}
	.breadtab .nycate .cate-list a {
	    line-height: 60px;
	}
	.breadtab .bread {
	    height: 60px;
	    font-size: 12px;
	}
	.breadtab .bread i {
	    font-size: 13px;
	    margin-right: 6px;
	}
	
	.breadtab .search form input{
		width: calc(100% - 60px);
		line-height: 60px;
	}
	.breadtab .search form button{
		height: 60px;
		width: 60px;
	}
	
	.innertop{
		margin-top: 0;
	}
	
	/*内页 标题*/
	.ny-title h2{
		font-size: 36px;
		margin-top: 16px;
	}
	.ny-title p{
		font-size: 14px;
		margin-top: 24px;
	}
	
	/*内页 列表分页*/
	.pagination{
		margin-top: 50px;
	}
	.pagination a{
		margin: 0 15px;
		font-size: 14px;
	}
	
	/*内页详情分页*/
	.pageturn .item {
	    width: calc(100% - 200px);
	}
	.pageturn .item a{
		font-size: 13px;
		line-height: 27px;
	}
	.pageturn .sitebtn{
		line-height: 54px;
	}
}

@media only screen and (max-width: 959px) {
	/*内页公共头部*/
	.nytop{
	    height: 360px;
	}
	.nytop .bg{
		position: unset;
	}
	.nytop .title h2{
		font-size: 32px;
	}
	.nytop .title p{
	    letter-spacing: 0;
	}
	
	/*内页分类和面包屑*/
	.breadtab .nycate .cate-title{
		width: 160px;
		height: 52px;
	}
	.breadtab .nycate .cate-title h3{
		font-size: 14px;
	}
	.breadtab .nycate .cate-list a {
		width: 140px;
	    line-height: 52px;
	}
	.breadtab .bread {
	    height: 52px;
	}
	.breadtab .search form{
		width: 300px;
	}
	.breadtab .search form input{
		width: calc(100% - 52px);
		line-height: 52px;
	}
	.breadtab .search form button{
		height: 52px;
		width: 52px;
	}
	
	/*内页 标题*/
	.ny-title h2{
		font-size: 32px;
		margin-top: 12px;
	}
	.ny-title p{
		margin-top: 20px;
	}
	
	/*内页 列表分页*/
	.pagination{
		margin-top: 40px;
	}
	.pagination a{
		margin: 0 12px;
	}
	
	/*内页详情分页*/
	.pageturn .item {
	    width: calc(100% - 200px);
	}
	.pageturn .item a{
		font-size: 12px;
		line-height: 26px;
	}
	.pageturn .sitebtn{
		line-height: 52px;
	}
}

@media only screen and (max-width: 767px) {
	/*内页公共头部*/
	.nytop{
	    height: 320px;
	}
	.nytop .bg{
		position: unset;
	}
	.nytop .title{
		padding: 0 30px;
		transform: translateY(-75%);
	}
	.nytop .title h2{
		font-size: 24px;
		margin-bottom: 16px;
	}
	.nytop .title p{
		font-size: 12px;
		line-height: 22px;
	}
	
	/*内页分类和面包屑*/
	.breadtab {
	    bottom: 0;
	}
	.breadtab .inner {
	    flex-direction: column-reverse;
	    padding: 0;
	}
	.breadtab .nycate{
		width: 100%;
	}
	.breadtab .nycate .cate-title{
		width: 100%;
		height: 50px;
		padding: 0 16px;
	}
	.breadtab .nycate .cate-title:before{
		background: linear-gradient(90deg, #0c7e87 , #2fa8b2);
	}
	.breadtab .nycate .cate-title h3{
		font-size: 14px;
	}
	.breadtab .nycate .cate-title i {
	    margin-right: 0;
	}
	.breadtab .nycate .cate-list{
		width: 100%;
		left: 0;
		top: 100%;
		padding: 16px;
	}
	.breadtab .nycate .cate-list a {
		width: 100%;
	    line-height: 48px;
	}
	.breadtab .bread {
		width: 100%;
	    height: 50px;
	    padding: 0 16px;
	}
	.breadtab .search,
	.breadtab .search form{
		width: 100%;
	}
	.breadtab .search form input{
		width: calc(100% - 50px);
		line-height: 50px;
		padding: 0 16px;
	}
	.breadtab .search form button{
		height: 50px;
		width: 50px;
	}
	
	/*内页 标题*/
	.ny-title span{
		font-size: 12px;
	}
	.ny-title h2{
		font-size: 24px;
	}
	.ny-title p{
		margin-top: 16px;
		line-height: 24px;
	}
	
	/*内页 列表分页*/
	.pagination{
		margin-top: 30px;
	}
	.pagination a{
		margin: 0 6px;
	}
	
	/*内页详情分页*/
	.pageturn .item {
	    width: 100%;
	}
	.pageturn .item a{
		font-size: 12px;
		line-height: 24px;
	}
	.pageturn .sitebtn{
		margin-top: 16px;
		width: 100%;
		line-height: 46px;
	}
}