﻿/*公共样式*/
.nycontainer {
	max-width: 1420px;
	margin: 0 auto;
	padding: 0 10px;
	width: 100%;
}
/*内页公共头部*/
.nyban{
	height: 420px;
	overflow: hidden;
	position: relative;
	z-index: 0;
}
.nyban .bg{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	background-size: cover !important;
	overflow: hidden;
	transition: all 5.6s cubic-bezier(.04, .79, 1, 1) !important;
    transform: scale(1.1);
}
.nyban.animated .bg {
    transform: scale(1);
}
.nyban .bg:before{
	content: "";
	width: 100%;
	height: 100%;
	background: url(../images/bot.png) repeat center rgba(5,8,20,0.6);
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
.nyban .content{
	padding: 60px 10px;
}
.nyban .content .title h3{
	font-size: 42px;
	margin-bottom: 40px;
}
.nyban .content .title i {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 2px solid #fff;
}
.nyban .content .title i svg{
	animation: move 1.5s infinite;
}

/*内页 面包屑*/
.nyban .bread{
	line-height: 1;
	height: 14px;
	font-size: 14px;
	font-weight: 300;
}
.nyban .bread i{
	margin-right: 6px;
}
.nyban .bread em {
    padding: 0 6px;
}
.nyban .bread a:hover {
	color: #ef0202;
	font-weight: bold;
}

/*内页 分类*/
.nycate{
    box-shadow: inset 0 -1px 0 0 #dbdbdb;
}
.nycate .catetitle{
	display: none;
}
.nycate .catelist .list a{
	display: block;
	padding: 0 50px;
	line-height: 70px;
	font-size: 16px;
	color: #808080;
	position: relative;
	z-index: 0;
}
.nycate .catelist .list a:before{
	content: "";
	width: 0;
	height: 100%;
	background: #ef0202;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
	transition: all 0.4s ease;
}

.nycate .catelist .list a.on,
.nycate .catelist .list a:hover{
	color: #fff;
}
.nycate .catelist .list a.on:before,
.nycate .catelist .list a:hover:before{
	left: 0;
	width: 100%;
}

/*内页标题*/
.ny-title h3{
	font-size: 36px;
}
.ny-title i{
	display: block;
	width: 40px;
	height: 2px;
	margin-top: 30px;
}
.ny-title i.jz{
	margin: 30px auto 0;
}

/*内页 列表分页*/
.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;
	border-radius: 2px;
	font-size: 16px;
}
.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: #ef0202 !important;
	background: #ef0202;
	color: #fff;
}
.pagination a.page-item:hover i{
	color: #fff;
}

/*内页详情分页*/
.paging a.prev span,
.paging a.next span{
	color: #1a1a1a;
}
.paging a.prev span:hover,
.paging a.next span:hover{
	color: #ef0202;
}

/*留言表单*/
.feedback{
	margin-top: 50px;
}
.feedback form dl dd {
	width: calc((100% - 80px) / 3);
	margin-bottom: 40px;
}
.feedback form dl dd:nth-child(4){
	width: 100% !important;
	margin-bottom: 0;
}
.feedback form dl dd span,
.feedback form dl dd input,
.feedback form dl dd button,
.feedback form dl dd textarea {
	display: block;
	width: 100%;
}
.feedback form dl dd textarea {
	height: 180px;
}
.feedback form dl dd span{
	margin-bottom: 20px;
}
.feedback form dl dd span i{
	color: #ef0202;
}
.feedback form dl dd input,
.feedback form dl dd textarea {
	border: 1px solid #dbdbdb;
	background: #fff;
	font-size: 16px;
	border-radius: 2px;
}
.feedback form dl dd input{
	line-height: 62px;
	padding: 0 20px;
}
.feedback form dl dd textarea{
	line-height: 30px;
	padding: 15px 20px;
}

.feedback form dl dd input:focus,
.feedback form dl dd textarea:focus {
	border-color: #ef0202;
}
.feedback form dl dt {
	margin: 50px auto 0;
}
.feedback form dl dt button {
	cursor: pointer;
}



@media only screen and (max-width: 1600px) {
	/*内页公共头部*/
	.nyban {
    	height: 380px;
    }
	
	/*留言表单*/
	.feedback form dl dd input,
	.feedback form dl dd textarea {
		font-size: 15px;
	}
	
	/*内页 列表分页*/
	.pagination{
		margin-top: 60px;
	}
}
@media only screen and (max-width: 1440px) {
	/*公共样式*/
	.nycontainer{
		max-width: 1200px;
	}
	/*内页公共头部*/
	.nyban {
    	height: 320px;
    }
	.nyban .content {
	    padding: 50px 10px;
	}
	.nyban .content .title h3 {
	    font-size: 36px;
	    margin-bottom: 30px;
	}
	
	/*内页 分类*/
	.nycate .catelist .list a{
		padding: 0 40px;
		line-height: 65px;
		font-size: 15px;
	}
	
	/*内页标题*/
	.ny-title h3{
		font-size: 32px;
	}
	
	/*留言表单*/
	.feedback{
		margin-top: 40px;
	}
	.feedback form dl dd {
		width: calc((100% - 60px) / 3);
		margin-bottom: 30px;
	}
	.feedback form dl dd textarea {
		height: 160px;
	}
	.feedback form dl dd span{
		margin-bottom: 16px;
	}
	.feedback form dl dd input,
	.feedback form dl dd textarea {
		font-size: 14px;
	}
	.feedback form dl dd input{
		line-height: 58px;
		padding: 0 15px;
	}
	.feedback form dl dd textarea{
		line-height: 28px;
		padding: 15px;
	}
	.feedback form dl dt {
		margin: 40px auto 0;
	}
	
	/*内页 列表分页*/
	.pagination a{
		width: 44px;
		height: 44px;
		line-height: 42px;
		font-size: 14px;
		margin: 0 3px;
	}
	.pagination a i{
		font-size: 20px;
	}

}


@media only screen and (max-width: 1200px) {
	/*公共样式*/
	.nycontainer{
		max-width: 940px;
		padding: 0 20px;
	}
	/*内页公共头部*/
	.nyban .content {
	    padding: 50px 20px;
	}
	.nyban .content .title h3 {
	    font-size: 32px;
	    margin-bottom: 24px;
	}
	.nyban .content .title i {
	    width: 40px;
	    height: 40px;
	    border: 1px solid #fff;
	}
	.nyban .content .title i svg{
	    width: 12px;
	    height: 12px;
	}
	
	/*内页 分类*/
	.nycate .catelist .list a{
		line-height: 60px;
		font-size: 14px;
	}
	
	/*内页标题*/
	.ny-title h3 {
	    font-size: 28px;
	}
	.ny-title i {
	    margin-top: 24px;
	}
	.ny-title i.jz {
	    margin: 24px auto 0;
	}
	
	/*留言表单*/
	.feedback form dl dd {
		width: calc((100% - 40px) / 3);
		margin-bottom: 24px;
	}
	.feedback form dl dd input{
		line-height: 52px;
	}
	.feedback form dl dd textarea{
		line-height: 26px;
	}
	.feedback form dl dt {
		margin: 30px auto 0;
	}
	
	/*内页 列表分页*/
	.pagination{
		margin-top: 50px;
	}
	.pagination a{
		width: 42px;
		height: 42px;
		line-height: 40px;
	}
	.pagination a i{
		font-size: 18px;
	}
}

@media only screen and (max-width: 840px) {
	/*公共样式*/
	.nycontainer{
		max-width: 100%;
		padding: 0 20px;
	}
	/*内页公共头部*/
	.nytop{
		margin-top: 70px;
	}
	.nyban {
	    height: 240px;
	}
	.nyban .content {
	    padding: 40px 20px;
	}
	
	/*内页 分类*/
	.nycate {
	    box-shadow: none;
	    position: relative;
	}
	.nycate .nycontainer{
		padding: 0;
	}
	.nycate .catetitle{
		display: flex;
		background: linear-gradient(90deg, #ef0202 , #ff4800);
		padding: 0 20px;
	}
	.nycate .catetitle h3{
		font-size: 16px;
		line-height: 60px;
		color: #fff;
	}
	.nycate .catetitle i{
		display: block;
		width: 14px;
	    height: 14px;
	    position: relative;
	}
	.nycate .catetitle i:before,
	.nycate .catetitle i:after {
	    content: "";
	    background: #fff;
	    position: absolute;
	    left: 50%;
	    top: 50%;
	    transform: translate(-50%, -50%);
	    transition: all 0.4s;
	}
	.nycate .catetitle i:before {
	    width: 100%;
	    height: 2px;
	}
	.nycate .catetitle i:after {
	    width: 2px;
	    height: 100%;
	}
	.nycate .catetitle.on i{
		transform: rotate(135deg);
	}
	.nycate .catelist{
		width: 100%;
		position: absolute;
		left: 0;
		top: 100%;
		z-index: 50;
		background: #fff;
		padding: 25px 16px;
		box-shadow: 0 0 40px 0 rgba(0,0,0,0.1);
		display: none;
	}
	.nycate .catelist .list a{
		border: none !important;
		color: #333;
		width: 100%;
		line-height: 50px;
		font-size: 14px;
		margin: 5px 0;
		background: #f5f5f5;
		border-radius: 2px;
	}
	.nycate .catelist .list a:before {
	    display: none;
	}
	.nycate .catelist .list a.on,
	.nycate .catelist .list a:hover {
		background: #0c0f1a;
	    color: #fff;
	}
}

@media only screen and (max-width: 767px) {
	/*公共样式*/
	.nycontainer{
		max-width: 100%;
		padding: 0 16px;
	}
	/*内页公共头部*/
	.nytop{
		margin-top: 60px;
	}
	.nyban {
	    height: 160px;
	}
	.nyban .content {
	    padding: 20px 16px;
	}
	.nyban .content .title h3 {
	    font-size: 24px;
	    margin-bottom: 16px;
	}
	.nyban .content .title i {
	    width: 34px;
	    height: 34px;
	}
	.nyban .bread {
	    height: 12px;
	    font-size: 12px;
	}
	.nyban .bread i svg{
		width: 12px;
	    height: 12px;
	}
	
	/*内页标题*/
	.ny-title h3{
		font-size: 24px;
	}
	.ny-title i {
		width: 30px;
	    margin-top: 16px;
	}
	.ny-title i.jz {
	    margin: 16px auto 0;
	}
	
	/*内页 分类*/
	.nycate .catetitle h3 {
	    font-size: 14px;
	    line-height: 48px;
	}
	.nycate .catetitle {
	    padding: 0 16px;
	}
	.nycate .catetitle i {
	    width: 12px;
	    height: 12px;
	}
	.nycate .catelist .list a{
		line-height: 44px;
	}
	
	/*留言表单*/
	.feedback {
	    margin-top: 24px;
	}
	.feedback form dl dd {
		width: 100%;
		margin-bottom: 20px;
	}
	.feedback form dl dd span {
	    margin-bottom: 12px;
	}
	.feedback form dl dd input{
		line-height: 48px;
		padding: 0 12px;
	}
	.feedback form dl dd textarea{
		line-height: 24px;
		padding: 12px;
		height: 140px;
	}
	.feedback form dl dt {
		width: 100%;
		margin: 20px auto 0;
	}
	.feedback form dl dt button{
		width: 100%;
	}
	.feedback form dl dt button:hover:before {
	    transform: translate(-50%,-50%) scale(10);
	}
	
	/*内页 列表分页*/
	.pagination{
		margin-top: 30px;
	}
	.pagination a{
		width: 32px;
		height: 32px;
		line-height: 32px;
		font-size: 12px;
	}
	.pagination a i{
		font-size: 16px;
	}
	
	/*内页详情分页*/
	.paging a.prev,
	.paging a.next{
		font-size: 12px;
		line-height: 22px;
		margin: 2px 0;
	}
	
}