﻿
/*内页公共头部*/
.nyban{
	height: 700px;
	overflow: hidden;
	position: relative;
	z-index: 0;
	background-size: cover !important;
}

.nyban:before{
	content: "";
	width: 100%;
	height: 100%;
	background: url(../images/bot.png) repeat center rgba(5,8,20,0.5);
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
.nyban .content{
	height: 100%;
}
.nyban .content .title{
	margin-top: 110px;
}
.nyban .content .title h3{
	font-size: 48px;
}
.nyban .content .title i {
	display: block;
    width: 40px;
    height: 2px;
    margin: 30px auto 40px;
}
.nyban .content .title p{
    font-size: 22px;
}

/*内页 面包屑*/
.anchor{
	position: sticky;
	top: 80px;
	z-index: 10;
}
.breadtab{
	box-shadow: inset 0 -1px 0 0 #dbdbdb;
}
.breadtab .bread i{
	margin-right: 10px;
}
.breadtab .bread em {
    padding: 0 6px;
}
.breadtab .bread a:hover {
	color: #e50012;
	font-weight: bold;
}

/*内页 锚点跳转*/
.tab-anchor .tab-list .tab-title {
	display: block;
	padding: 0 40px;
	line-height: 70px;
	margin-left: 1px;
	font-size: 16px;
}
.tab-anchor .tab-list .tab-title:first-child {
	margin-left: 0;
}
.tab-anchor .tab-list .tab-title:first-child {
	border-left: none;
}
.tab-anchor .tab-list .tab-title:hover,
.tab-anchor .tab-list .tab-title.click {
	color: #fff;
	background: #e50012;
}

/*内页 分类*/
.nycate .list a{
	display: block;
	padding: 0 40px;
	line-height: 70px;
	margin-left: 1px;
	font-size: 16px;
}
.nycate .list a:first-child{
	margin-left: 0;
}
.nycate .list a.on,
.nycate .list a:hover{
	color: #fff;
	background: #e50012;
}

/*内页标题*/
.ny-title h3{
	font-size: 42px;
	margin-bottom: 16px;
}
.ny-title span{
	display: block;
	font-size: 16px;
	text-transform: capitalize;
}


/*内页 列表分页*/
.pagination{
	margin-top: 70px;
}
.pagination a{
	display: block;
	margin: 0 25px;
	font-size: 18px;
}
.pagination a.page-num.page-num-current,
.pagination a:hover{
	color: #e50012;
}

/*内页详情公共样式*/
.xqcontent{
	position: relative;
	z-index: 10;
	padding-bottom: 90px;
	margin-top: -420px;
}
.xqcontent .catename{
	font-size: 48px;
	margin-bottom: 80px;
}
.xqcontent .nyxq{
	border-radius: 4px;
	padding: 70px 60px;
}

/*内页详情分页*/
.pageturn .item a{
	display: block;
	font-size: 14px;
	line-height: 28px;
}
.pageturn .sitebtn2 span {
    font-size: 14px;
    padding: 0;
    line-height: 56px;
}
.pageturn .sitebtn2 i svg {
    transform: translate(0 , 1px);
}
.pageturn .item a:hover{
	color: #e50012;
}

/*地图信息*/

#mapContainer .info {
	border: 1px solid #ccc;
	width: max-content;
}
#tip {
	height: 30px;
	background-color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	position: absolute;
	font-size: 12px;
	right: 10px;
	bottom: 20px;
	border-radius: 3px;
	line-height: 30px;
	border: 1px solid #ccc;
}
div.info-top {
	position: relative;
	background: none repeat scroll 0 0 #F9F9F9;
	border-bottom: 1px solid #CCC;
}
div.info-top div {
	display: block;
	color: #1a1a1a;
	font-size: 16px;
	line-height: 40px;
	padding: 0 24px;
	text-align: left;
}
div.info-top img {
	position: absolute;
	top: 16px;
	right: 15px;
	transition-duration: 0.25s;
}
div.info-middle {
	height: auto;
	padding: 16px 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}
div.info-middle p {
	font-size: 14px;
	line-height: 24px;
}
div.info-middle p i{
	padding-left: 14px;
}
div.info-bottom {
	height: 0px;
	width: 100%;
	clear: both;
	text-align: center;
}
div.info-bottom img {
	position: relative;
	z-index: 104;
	left: 46%;
}

@media only screen and (max-width: 1600px) {
	/*内页公共头部*/
	.nyban {
    	height: 600px;
    }
    .nyban .content .title h3 {
	    font-size: 42px;
	}
	.nyban .content .title p {
	    font-size: 20px;
	}

	/*内页 列表分页*/
	.pagination{
		margin-top: 60px;
	}
	
	/*内页详情公共样式*/
	.xqcontent{
		margin-top: -360px;
	}
	.xqcontent .catename{
		font-size: 42px;
		margin-bottom: 70px;
	}
	.xqcontent .nyxq {
	    padding: 60px;
	}
}
@media only screen and (max-width: 1440px) {
	/*公共样式*/
	.nycontainer{
		max-width: 1200px;
	}
	/*内页公共头部*/
	.nyban {
    	height: 480px;
    }
    .nyban .content .title h3 {
	    font-size: 36px;
	}
	.nyban .content .title i {
	    margin: 30px auto;
	}
	.nyban .content .title p {
	    font-size: 18px;
	}
	
	/*内页 列表分页*/
	.pagination{
		margin-top: 55px;
	}
	.pagination a{
		margin: 0 20px;
		font-size: 16px;
	}
	
	/*内页标题*/
	.ny-title h3{
		font-size: 36px;
		margin-bottom: 12px;
	}
	.ny-title span{
		font-size: 15px;
	}
	
	/*内页详情公共样式*/
	.xqcontent{
		padding-bottom: 80px;
		margin-top: -260px;
	}
	.xqcontent .catename{
		font-size: 36px;
		margin-bottom: 60px;
	}
	.xqcontent .nyxq {
	    padding: 50px;
	}
}


@media only screen and (max-width: 1200px) {
	/*公共样式*/
	.nycontainer{
		max-width: 940px;
		padding: 0 20px;
	}
	/*内页公共头部*/
	.nyban {
    	height: 400px;
    }
    .nyban .content .title {
	    margin-top: 95px;
	}
    .nyban .content .title h3 {
	    font-size: 32px;
	}
	.nyban .content .title i {
	    margin: 25px auto;
	}
	.nyban .content .title p {
	    font-size: 16px;
	}
	
	/*内页 分类*/
	.nycate .list a,
	.tab-anchor .tab-list .tab-title{
		padding: 0 30px;
		line-height: 60px;
		font-size: 14px;
	}
	
	/*内页标题*/
	.ny-title h3{
		font-size: 32px;
	}
	.ny-title span{
		font-size: 14px;
	}
	
	/*内页 列表分页*/
	.pagination{
		margin-top: 55px;
	}
	
	/*内页详情公共样式*/
	.xqcontent{
		padding-bottom: 70px;
		margin-top: -220px;
	}
	.xqcontent .catename{
		font-size: 32px;
		margin-bottom: 50px;
	}
	.xqcontent .nyxq {
	    padding: 40px;
	}
	
	/*内页详情分页*/
	.pageturn .item a{
		font-size: 13px;
		line-height: 26px;
	}
	.pageturn .sitebtn2 span {
	    line-height: 52px;
	}
	
	/*地图*/
	div.info-top div {
	    font-size: 14px;
	    line-height: 36px;
	}
	div.info-middle {
    	padding: 12px 15px;
    }
	div.info-middle p {
		font-size: 13px;
	    line-height: 24px;
	}
}

@media only screen and (max-width: 1023px) {
	/*公共样式*/
	.nycontainer{
		max-width: 100%;
		padding: 0 20px;
	}
	/*内页公共头部*/
	.nytop{
		margin-top: 70px;
	}
	.nyban {
    	height: 280px;
    }
    .nyban .content .title {
	    margin-top: 0;
	    width: 100%;
	}
    .nyban .content .title h3 {
	    font-size: 28px;
	}
	.nyban .content .title i {
	    width: 30px;
	}
	.nyban .content .title p {
	    font-size: 14px;
	}
	
	/*内页 分类*/
	.nycate .list a,
	.tab-anchor .tab-list .tab-title{
		line-height: 56px;
	}
	
	/*内页 列表分页*/
	.pagination{
		margin-top: 50px;
	}
	.pagination a{
		margin: 0 15px;
		font-size: 15px;
	}
}

@media only screen and (max-width: 767px) {
	/*公共样式*/
	.nycontainer{
		max-width: 100%;
		padding: 0 16px;
	}
	/*内页公共头部*/
	.nytop{
		margin-top: 60px;
	}
	.nyban {
    	height: 200px;
    }
    .nyban .content .title h3 {
	    font-size: 24px;
	    line-height: 1.5;
	}
	.nyban .content .title i {
	    margin: 16px auto 18px;
	}
	.nyban .content .title p {
	    font-size: 14px;
	    line-height: 24px;
	    padding: 0 20px;
	}
	
	/*内页 分类*/
	.breadtab .bread{
		display: none;
	}
	.breadtab .container{
		padding: 0;
	}
	.nycate{
		width: 100%;
	}
	.nycate .list a{
		line-height: 50px;
		width: calc((100% - 1px) / 2);
		text-align: center;
		padding: 0;
	}
	.tab-anchor{
		display: none;
	}
	
	/*内页标题*/
	.ny-title h3{
		font-size: 24px;
		margin-bottom: 10px;
	}
	.ny-title span{
		font-size: 12px;
	}
	
	/*内页 列表分页*/
	.pagination {
	    margin-top: 30px;
	}
	.pagination a{
		margin: 0 5px;
		font-size: 12px;
	}
	
	/*内页详情公共样式*/
	.xqcontent{
		padding-bottom: 40px;
		margin-top: -140px;
	}
	.xqcontent .catename{
		font-size: 24px;
		margin-bottom: 30px;
	}
	.xqcontent .nyxq {
	    padding: 30px 16px;
	}
	
	/*内页详情分页*/
	.pageturn .item{
		margin-bottom: 16px;
	}
	.pageturn .item a{
		font-size: 12px;
		line-height: 22px;
	}
	.pageturn .sitebtn2 span {
	    line-height: 48px;
	}
	
	/*地图*/
	div.info-top div {
	    font-size: 14px;
	}
	div.info-middle {
    	padding: 12px 16px;
    }
	div.info-middle p {
	    font-size: 12px;
	    line-height: 20px;
	}
}