* {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

html{
	overflow-x: hidden;
}
a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.nav {
	width: 100%;
	height: 960px;
	background: url(../img/about_banner.png) center no-repeat;
	background-size: cover;
}

.container {
	width: 100%;
	height: 100%;
	padding: 0px !important;
	position: relative;
}

.nav_all {
	width: 100%;
	margin: auto;
	position: absolute;
    	top: 64px;
    	left: 0px;
   	transition: all 0.6s;
    	z-index: 999;
}

.naVTop {
	width: 1550px;
	height: 97px;
	margin: auto;
}

.naVTop_left {
	width: 334px;
	height: 100%;
	float: left;
}

.naVTop_left>a{
	display: block;
	width: 100%;
	height: 100%;
}
.naVTop_left>a>img{
	max-width: 334px;
}

.naVTop_right {
	float: right;
	width: 1040px;
	height: 100%;
}

.naVTop_right>ul {
	width: 100%;
	height: 100%;
}

.naVTop_right>ul>li {
	width: 14.28%;
	height: 100%;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgb(254, 252, 252);
	position: relative;
}
.naVTop_right>ul>li::before{
	content: "";
	position: absolute;
	width: 0px;
	height: 2px;
	background: #ffffff;
	top: 65px;
	left: 30%;
	transition: all 0.5s linear;
}
.naVTop_right>ul>li:nth-of-type(1)::before{
	width:0px;
}
.naVTop_right>ul>li:hover::before{
	content: "";
	position: absolute;
	width: 40%;
	height: 2px;
	background: #ffffff;
	top: 65px;
	left: 30%;
	transition: all 0.5s linear;
}
.naVTop_right>ul>li:nth-of-type(6):hover::before{
	width:0px !important;
}
.naVTop_right>ul>li:nth-of-type(4)::before{
	content: "";
	position: absolute;
	width: 40%;
	height: 2px;
	background: #ffffff;
	top: 65px;
	left: 30%;
}
.naVTop_right>ul>li>a {
	color: rgb(254, 252, 252);
	font-size: 16px;
	font-family: "PingFang";
	cursor: pointer;
}

.naVTop_right>ul>li>a:hover {
	text-decoration: none;
}

.naVTop_right>ul>li:last-child>span {
	margin-left: 40px;
	margin-right: 40px;
}

.title_nav {
    display: none;
	width: auto;
	height: auto;
	margin: auto;
	text-align: center;
	padding-top: 400px;
   	box-sizing: border-box;
}

.title_nav>p:nth-of-type(1) {
	font-size: 60px;
	font-family: "zihun100hao";
	color: rgb(254, 252, 252);
	line-height: 0.667;
	letter-spacing: 5px;
}

.title_nav>p:nth-of-type(2) {
	font-size: 30px;
	font-family: "PingFang";
	color: rgb(254, 252, 252);
	line-height: 1.334;
	margin-top: 40px;
	letter-spacing: 5px;
}

.title_nav>p>a {
	cursor: pointer;
	color: #ffffff;
}

.news_content {
	width: 1506px;
	height: auto;
	margin: auto;
	margin-top: 143px;
}

.news_btn {
	width: 100%;
	height: 94px;
}

.news_btn_left,
.news_btn_right {
	width: 298px;
	height: 100%;
	border: 1px solid #cccaca;
	float: left;
	font-size: 30px;
	font-family: "PingFang";
	color: rgb(7, 7, 7);
	line-height: 1.334;
	display: flex;
	align-items: center;
	justify-content: center;	overflow: hidden;
	transition: all 0.6s;
}

.news_btn_left {
	margin-right: 44px;
}

.recommend {
	width: 100%;
	height: 329px;
	margin-top: 69px;
}

.recommend_left {
	width: 459px;
	height: 100%;
	margin-right: 13px;
	float: left;
	position: relative;
}.recommend_left:nth-of-type(2){	width: 560px;	height: 100%;	margin-right: 13px;	float: left;	position: relative;}.recommend_left:nth-of-type(3){	width: 459px;	height: 100%;	margin-right: 0px;	float: left;	position: relative;}

.recommend_left>img,
.recommend_right>img,
.recommend_center>img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	max-width:100%;
	max-height:100%;
}
.time>span::before{
	width:0px;
	height:0px;
}
.dialog {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	height: 100%;
	padding-top: 62px;
	padding-left: 43px;
	box-sizing: border-box;
	background: rgba(22, 23, 23, 0.5);
	opacity:0;
	 transition: all 1s;
}
.recommend_left:hover .dialog{
	 transition: all 1s;
	opacity;1;
}

.dialog>p:nth-of-type(1) {
	font-size: 30px;
	font-family: "PingFang";
	color: rgb(255, 255, 255);
	line-height: 1.333;
}

.dialog>p:nth-of-type(2) {
	font-size: 24px;
	font-family: "PingFang";
	color: rgb(255, 255, 255);
	line-height: 1.667;
	width: 301px;
	margin-top: 30px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.dialog>a {
	display: block;
	width: 129px;
	height: 47px;
	text-align: center;
	line-height: 47px;
	border: 2px solid #ffffff;
	margin-top: 37px;
	font-size: 18px;
	font-family: "PingFang";
	color: rgb(255, 255, 255);
	line-height: 2.222;
	cursor: pointer;
}


.recommend_center {
	width: 560px;
	height: 100%;
	margin-right: 13px;
	float: left;
	position: relative;
}

.recommend_right {
	width: 460px;
	height: 100%;
	float: left;
	position: relative;
}

.news_page {
	width: 100%;
	height: auto;
	margin-top: 65px;
	position: relative;
}

/* 分页 */
#containet {
	display: inline-block;
	width: 100%;
	height: auto;
}
/*
.containet1,
.containet2,.containet3 {
	position: absolute;
	top: 0px;
	left: 0px;
}
*/


#pageMain {
	width: 100%;
	height: auto;
	overflow: hidden;
}
#pageMain2,#pageBox3 {
	width: 100%;
	height: auto;
	overflow: hidden;
}

#pageMain li,#pageMain2 li,#pageMain3 li{
	list-style: none;
	line-height: 22px;
	height: 278px;
	width: 100%;
	border-bottom: 1px solid #cccaca;
	margin-bottom: 18px;
}
#pageMain li>a,#pageMain2 li>a,#pageMain3 li>a{
	display: block;
	width: 100%;
	height: 100%;
}
#pageBox,#pageBox2,#pageBox3 {
	padding: 10px 0 0 0;
	display: flex;
	justify-content: center;
	margin-top: 102px;
}

#pageBox span,#pageBox2 span,#pageBox3 span {
	display: inline-block;
	width: 135px;
	height: 53px;
	line-height: 24px;
	text-align: center;
	color: #333333;
	background: #ffffff;
	border: 1px solid #eeeeee;
	text-align: center;
	line-height: 53px;
	font-size: 14px;
	font-family: "SourceHanSansCN";
	color: rgb(51, 51, 51);
	margin-right: 29px;
}


#pageNav,#pageNav2,#pageNav3 {
	display: inline-block;
	height: 53px;
}

#pageNav a,#pageNav2 a,#pageNav3 a {
	display: inline-block;
	width: 52px;
	height: 53px;
	line-height: 24px;
	text-align: center;
	color: #3a87ad;
	text-decoration: none;
	font-size: 14px;
	font-family: "SourceHanSansCN";
	color: rgb(51, 51, 51);
	line-height: 53px;
}


#pageNav a.active,
#pageNav a:hover {
	background: #062f72;
	color: #EFEFEF;
}
#pageNav2 a.active,
#pageNav2 a:hover {
	background: #062f72;
	color: #EFEFEF;
}
#pageNav3 a.active,
#pageNav3 a:hover {
	background: #062f72;
	color: #EFEFEF;
}

#prev:hover,#prev2:hover,#prev3:hover {
	cursor: pointer;
}

#next:hover,#next2:hover,#next3:hover {
	cursor: pointer;
}

.time {
	width: 400px;
	height: 100%;
	float: left;
	text-align: center;
	position: relative;
	margin-top:0px;
}

.time>p:nth-of-type(1) {
	display: inline-block;
	font-size: 100px;
	font-family: "Impact";
	color: rgb(78, 77, 76);
	margin-top: 80px;
}

.time>p:nth-of-type(2) {
	font-size: 20px;
	font-family: "PingFang";
	color: rgb(134, 133, 132);
	margin-top: 42px;
}

.time>span {
	position: absolute;
	width: 1px;
	height: 173px;
	background: #cccaca;
	top: 53px;
	right: 0;
}

.news_txt {
	width: 955px;
	height: 100%;
	float: right;
	padding-top: 58px;
	box-sizing: border-box;
}

.news_txt>p:nth-of-type(1) {
	height: 40px;
	font-size: 30px;
	font-family: "PingFang";
	color: rgb(15, 15, 15);
	font-weight: bold;
	letter-spacing: 4px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 1.333;
}


.news_txt>p:nth-of-type(2) {
	margin-top: 40px;
	font-size: 16px;
	font-family: "PingFang";
	color: rgb(15, 15, 15);
	line-height: 2.5;
	letter-spacing: 4px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}



/* 底部 */
.footer {
	width: 100%;
	height: 1225px;
	margin-top: 15px;
	position: relative;
	padding-top: 230px;
	box-sizing: border-box;
}

.footer_bg {
	position: absolute;
	width: 1378px;
	height: 950px;
	top: 0;
	right: 0;
	background: url(../img/home_img8.png) center no-repeat;
	background-size: cover;
	z-index: -1;
}

.footer_content {
	width: 1529px;
	height: auto;
	margin: auto;
}

.footer_content_left {
	width: 670px;
	height: auto;
	float: left;
}

.footer_content_left>p:nth-of-type(1) {
	font-size: 40px;
	font-family: "PingFangSC";
	color: rgb(18, 18, 18);
	font-weight: bold;
	line-height: 1.667;
	letter-spacing: 5px;
}

.footer_content_left>p:nth-of-type(1)>span {
	color: #e94b0a;
}

.footer_content_left>ul {
	width: 100%;
	height: auto;
	margin-top: 13px;
}

.footer_content_left>ul>li {
	width: 100%;
	display: flex;
	align-items: center;
	margin-bottom:33px;
}
.footer_content_left>ul>li>img{
	max-width:33px;
}
.footer_content_left>ul>li>span {
	font-size: 26.67px;
	font-family: "PingFangSC";
	color: rgb(31, 31, 31);
	line-height: 2.5;
	margin-left: 35px;
}

.footer_content_right {
	width: 859px;
	height: auto;
	float: left;
}

.footer_content_right>form>input {
	width: 416px;
	height: 102px;
	outline: none;
	border: none;
	background-color: rgb(236, 241, 247);
	opacity: 0.502;
	box-shadow: inset 0px 0px 7px 0px rgba(28, 28, 28, 0.46);
	padding-left: 55px;
	box-sizing: border-box;
	font-size: 24px;
	font-family: "PingFangSC";
	color: rgb(169, 164, 164);
	line-height: 1.667;
}

.footer_content_right>form>textarea {
	width: 100%;
	height: 235px;
	outline: none;
	border: none;
	background-color: rgb(236, 241, 247);
	opacity: 0.502;
	box-shadow: inset 0px 0px 7px 0px rgba(28, 28, 28, 0.46);
	padding-left: 55px;
	box-sizing: border-box;
	font-size: 24px;
	font-family: "PingFangSC";
	color: rgb(169, 164, 164);
	line-height: 1.667;
	margin-top: 14px;
}

.footer_content_right>form>button {
	width: 852px;
	height: 103px;
	background-color: rgb(50, 94, 145);
	outline: none;
	border: none;
	margin-top: 14px;
	font-size: 32px;
	font-family: "PingFangSC";
	color: rgb(255, 255, 255);
	line-height: 1.25;
}

.footer_icon {
	width: 1529px;
	margin: auto;
	height: 100px;
	margin-top: 172px;
}

.footer_icon_left {
	float: left;
}

.otherPh {
	float: left;
	width: auto;
	height: 48px;
	text-align: right;
	margin-top: 50px;
	font-size: 26.67px;
	font-family: "PingFangSC";
	color: rgb(31, 31, 31);
	line-height: 2.5;
	display: flex;
	align-items: center;
	justify-content: right;
	margin-left: 564px;
}

.otherPh>a:hover {
	text-decoration: none;
	color: #337ab7;
}

.otherPh>span {
	display: inline-block;
	width: 98px;
	height: 1px;
	background: #1f1f1f;
}

.footer_icon>ul {
	width: 244px;
	height: 50px;
	float: right;
	margin-top: 50px;
}

.footer_icon>ul>li {
	width: 33.3333%;
	float: left;
	height: 100%;
	display: flex;
	align-items: center;
}
#nav2{
	display: none;
}
/* 移动端响应 */

@media (max-width:768px) {
	#nav1{
			display: none;
		}
		#nav2{
			display: block !important;
		}
		.naVTop{
			width: 100%;
			margin-top: 0px;
			background: #000;
			text-align: center;
			position: relative;
		}
		.clickIcon{
			position: absolute;
			width: 30px;
			height: 35px;
			top: 10px;
			right: 0;
			margin: 23px 20px;
			padding: 5px 0px;
			box-sizing: border-box;
		}
		.clickIcon>span{
			display: inherit;
			width: 100%;
			height: 5px;
			margin-bottom: 5px;
			background: #ffffff;
		}
		.clickmeng{
			width: 100%;
			height: 100%;
			background: rgba(0,0,0,0.5);
			position: absolute;
			top: 97px;
			left: 0;
			z-index: 999;
			display: none;
			transition: all 0.6s; 
			padding-top: 50px;
			box-sizing: border-box;
		}
		.clickmeng>ul{
			width: 100%;
			height: 100%;
		}
		.clickmeng>ul>li{
			width: 100%;
		}
		.clickmeng>ul>li>a{
			display: block;
			width: 100%;
			padding: 15px 0px;
			box-sizing: border-box;
			text-align: center;
			font-size: 21.336px;
			font-family: "PingFang";
			color: rgb(254, 252, 252);
			line-height: 1.875;
		}
		.container2{
			width: 100%;
			height: 100%;
			margin-top: 0;
		}
		.nav_all{
			width: 100%;
			padding: 0px;
			box-sizing: border-box;
		}
		.news_content{
			width: 100%;
			padding-left: 30px;
			padding-right: 30px;
			box-sizing: border-box;
		}
		.news_btn_left, .news_btn_right{
			width: 40%;
		}
		.recommend{
			height: auto;
		}
		.recommend_left,.recommend_center,.recommend_right{
			width: 33.333%;
			height: auto;
			margin-right: 0px;
			padding: 0px 8px;
			box-sizing: border-box;
		}
		.recommend_left>img, .recommend_right>img, .recommend_center>img{
			position: static;
			width: 100%;
			height: auto;
		}
		.time{
			width: 30%;
		}
		.news_txt{
			width: 60%;
		}
		.time>span{
			top: 34px;
			height: 190px;
		}
		.footer{
			width: 100%;
			height: auto;
		}
		.footer_bg{
			width: 100%;
		}
		.footer_content{
			width: 100%;
			padding-left: 30px;
			padding-right: 30px;
			box-sizing: border-box;
		}
		.footer_content_right{
			width: 100%;
		}
		.footer_content_right>form>input{
			width: 100%;
		}
		.footer_content_right>form>input:nth-of-type(2){
			margin-left: 0px !important;
			margin-top: 14px;
		}
		.footer_content_right>form>button{
			width: 100%;
		}
		.footer_icon{
			width: 100%;
			padding-left: 30px;
			padding-right: 30px;
			box-sizing: border-box;
			height: auto;
		}
		.footer_icon_left{
			width: 100%;
			text-align: center;
		}
		.otherPh{
			margin-left: 0px !important;
		}
}
@media (min-width:768px) and (max-width: 900px){
	#nav1{
			display: none;
		}
		#nav2{
			display: block !important;
		}
		.naVTop{
			width: 100%;
			margin-top: 0px;
			background: #000;
			text-align: center;
			position: relative;
		}
		.clickIcon{
			position: absolute;
			width: 30px;
			height: 35px;
			top: 10px;
			right: 0;
			margin: 23px 20px;
			padding: 5px 0px;
			box-sizing: border-box;
		}
		.clickIcon>span{
			display: inherit;
			width: 100%;
			height: 5px;
			margin-bottom: 5px;
			background: #ffffff;
		}
		.clickmeng{
			width: 100%;
			height: 100%;
			background: rgba(0,0,0,0.5);
			position: absolute;
			top: 97px;
			left: 0;
			z-index: 999;
			display: none;
			transition: all 0.6s; 
			padding-top: 50px;
			box-sizing: border-box;
		}
		.clickmeng>ul{
			width: 100%;
			height: 100%;
		}
		.clickmeng>ul>li{
			width: 100%;
		}
		.clickmeng>ul>li>a{
			display: block;
			width: 100%;
			padding: 15px 0px;
			box-sizing: border-box;
			text-align: center;
			font-size: 21.336px;
			font-family: "PingFang";
			color: rgb(254, 252, 252);
			line-height: 1.875;
		}
		.container2{
			width: 100%;
			height: 100%;
			margin-top: 0;
		}
		.nav_all{
			width: 100%;
			padding: 0px;
			box-sizing: border-box;
		}
		.news_content{
			width: 100%;
			padding-left: 30px;
			padding-right: 30px;
			box-sizing: border-box;
		}
		.news_btn_left, .news_btn_right{
			width: 40%;
		}
		.recommend{
			height: auto;
		}
		.recommend_left,.recommend_center,.recommend_right{
			width: 33.333%;
			height: auto;
			margin-right: 0px;
			padding: 0px 8px;
			box-sizing: border-box;
		}
		.recommend_left>img, .recommend_right>img, .recommend_center>img{
			position: static;
			width: 100%;
			height: auto;
		}
		.time{
			width: 30%;
		}
		.news_txt{
			width: 60%;
		}
		.time>span{
			top: 34px;
			height: 190px;
		}
		.footer{
			width: 100%;
			height: auto;
		}
		.footer_bg{
			width: 100%;
		}
		.footer_content{
			width: 100%;
			padding-left: 30px;
			padding-right: 30px;
			box-sizing: border-box;
		}
		.footer_content_right{
			width: 100%;
		}
		.footer_content_right>form>input{
			width: 100%;
		}
		.footer_content_right>form>input:nth-of-type(2){
			margin-left: 0px !important;
			margin-top: 14px;
		}
		.footer_content_right>form>button{
			width: 100%;
		}
		.footer_icon{
			width: 100%;
			padding-left: 30px;
			padding-right: 30px;
			box-sizing: border-box;
			height: auto;
		}
		.footer_icon_left{
			width: 100%;
			text-align: center;
		}
		.otherPh{
			margin-left: 0px !important;
		}
}
@media (min-width:900px) and (max-width:1440px) {
	#nav1{
			display: block 
		}
		#nav2{
			display: none !important;
		}
		.naVTop{
			width: 100%;
			margin-top: 0px;
			text-align: center;
			position: relative;
		}
		.naVTop_left{
			width:30%;
		}
		.naVTop_left>a>img{
			max-width:100%;
		}
		.naVTop_right{
			width: 70%;
		}
		.clickIcon{
			position: absolute;
			width: 30px;
			height: 35px;
			top: 10px;
			right: 0;
			margin: 23px 20px;
			padding: 5px 0px;
			box-sizing: border-box;
		}
		.clickIcon>span{
			display: inherit;
			width: 100%;
			height: 5px;
			margin-bottom: 5px;
			background: #ffffff;
		}
		.clickmeng{
			width: 100%;
			height: 100%;
			background: rgba(0,0,0,0.5);
			position: absolute;
			top: 97px;
			left: 0;
			z-index: 999;
			display: none;
			transition: all 0.6s; 
			padding-top: 50px;
			box-sizing: border-box;
		}
		.clickmeng>ul{
			width: 100%;
			height: 100%;
		}
		.clickmeng>ul>li{
			width: 100%;
		}
		.clickmeng>ul>li>a{
			display: block;
			width: 100%;
			padding: 15px 0px;
			box-sizing: border-box;
			text-align: center;
			font-size: 21.336px;
			font-family: "PingFang";
			color: rgb(254, 252, 252);
			line-height: 1.875;
		}
		.container2{
			width: 100%;
			height: 100%;
			margin-top: 0;
		}
		.nav_all{
			width: 100%;
			padding-top: 62px;
			box-sizing: border-box;
		}
		.news_content{
			width: 90%;
			padding-left: 30px;
			padding-right: 30px;
			box-sizing: border-box;
		}
		.news_btn_left, .news_btn_right{
			width: 25%;
		}
		.recommend{
			height: 329px;
		}
		.recommend_left,.recommend_center,.recommend_right{
			width: 30%;
			height: 100%;
			margin-right: 0px;
			padding: 0px 8px;
			box-sizing: border-box;
		}
		.recommend_left:nth-of-type(3){
			width:30%;
		}
		.recommend_left:nth-of-type(2){
			width:40%;
			height: 100%;
			margin-right: 0px;
			padding: 0px 8px;
			box-sizing: border-box;
		}
		.recommend_left>img, .recommend_right>img, .recommend_center>img{
			position: static;
			width: 100%;
			height: 100%;
		}
		.time{
			width: 30%;
		}
		.news_txt{
			width: 60%;
		}
		.time>span{
			top: 34px;
			height: 190px;
		}
		.footer{
			width: 100%;
			height: auto;
		}
		.footer_bg{
			width: 100%;
		}
		.footer_content{
			width: 90%;
			padding-left: 30px;
			padding-right: 30px;
			box-sizing: border-box;
		}
		.footer_content_right{
			width: 50%;
		}
		.footer_content_right>form>input{
			width: 100%;
		}
		.footer_content_right>form>input:nth-of-type(2){
			margin-left: 0px !important;
			margin-top: 14px;
		}
		.footer_content_right>form>button{
			width: 100%;
		}
		.footer_icon{
			width: 90%;
			padding-left: 30px;
			padding-right: 30px;
			box-sizing: border-box;
			height: auto;
		}
		.footer_icon_left{
			text-align: center;
		}
		.otherPh{
			margin-left: 200px !important;
			margin-top:25px;
		}
		.footer_content_left{
			width:50%;
		}
		.footer_icon>ul{
			margin-top:25px;
		}
		.naVTop_right>ul>li:last-child>span{
			margin-left:15px;
			margin-right:15px;
		}
}

@media (min-width:320px) and (max-width:768px){
	#nav1{
			display: none;
		}
		#nav2{
			display: block !important;
		}
		
		.clickIcon{
			position: absolute;
			width: 30px;
			height: 35px;
			top: 10px;
			right: 0;
			margin: 23px 20px;
			padding: 5px 0px;
			box-sizing: border-box;
		}
		.clickIcon>span{
			display: inherit;
			width: 100%;
			height: 5px;
			margin-bottom: 5px;
			background: #ffffff;
		}
		.clickmeng{
			width: 100%;
			height: 100%;
			background: rgba(0,0,0,0.5);
			position: absolute;
			top: 97px;
			left: 0;
			z-index: 999;
			display: none;
			transition: all 0.6s; 
			padding-top: 50px;
			box-sizing: border-box;
		}
		.clickmeng>ul{
			width: 100%;
			height: 100%;
		}
		.clickmeng>ul>li{
			width: 100%;
		}
		.clickmeng>ul>li>a{
			display: block;
			width: 100%;
			padding: 15px 0px;
			box-sizing: border-box;
			text-align: center;
			font-size: 21.336px;
			font-family: "PingFang";
			color: rgb(254, 252, 252);
			line-height: 1.875;
		}
		.container2{
			width: 100%;
			height: 100%;
			margin-top: 0;
		}
		.nav_all{
			width: 100%;
			padding: 0px;
			box-sizing: border-box;
		}
		.news_content{
			width: 100%;
			padding-left: 30px;
			padding-right: 30px;
			box-sizing: border-box;
			margin-top: 50px;
		}
		.news_btn_left, .news_btn_right{
			width: 40%;
			font-size: 22px;
		}
		.recommend{
			height: auto;
			margin-top: 50px;
		}
		.recommend_left,.recommend_center,.recommend_right{
			width: 100%;
			height: auto;
			margin-right: 0px;
			padding: 0px 8px;
			box-sizing: border-box;
			margin: 8px 0px;
		}
		.recommend_left>img, .recommend_right>img, .recommend_center>img{
			position: static;
			width: 100%;
			height: auto;
		}
		.time{
			width: 30%;
		}
		.news_txt{
			width: 60%;
			padding-top: 40px;
			box-sizing: border-box;
		}
		.time>span{
			top: 46px;
			height: 132px;
		}
		
		/* 单独 */
		.naVTop{
			width: 100%;
			margin-top: 0px;
			background: #000;
			text-align: center;
			position: relative;
			display: flex;
			align-items: center;
			justify-content: center;
		}
		.naVTop>img{
			height: 50%;
			width: auto;
		}
		.title_nav>p:nth-of-type(1){
			font-size: 30px;
		}
		.title_nav>p:nth-of-type(2){
			font-size: 24px;
		}
		.news_btn{
			height: 50px;
			font-size: 20px;
		}
		.news_page{
			margin-top: 50px;
			height: 1085px;
		}
		.time>p:nth-of-type(1){
			font-size: 50px;
		}
		.time>p:nth-of-type(2){
			font-size: 16px;
		}
		.news_txt>p:nth-of-type(1){
			font-size: 20px;
		}
		.news_txt>p:nth-of-type(2){
			font-size: 14px;
		}
		#pageMain li, #pageMain2 li, #pageMain3 li{
			height: 210px;
		}
		#pageBox span, #pageBox2 span, #pageBox3 span, #pageBox4 span, #pageBox5 span, #pageBox6 span{
			    margin-right: 0px;
			    width: 60px;
				height: 40px;
			    line-height: 40px;
		}
		#pageNav3 a.active, #pageNav3 a:hover{
			width: 30px;
			height: 40px;
			line-height: 40px;
		}
		#pageNav, #pageNav2, #pageNav3{
			margin-bottom: 0px;
			height: 40px;
		}
		#pageNav a, #pageNav2 a, #pageNav3 a{
			line-height: 40px;
			width: 30px;
			height: 100%;
		}
		.footer{
		width: 100%;
		padding-top: 100px;
		box-sizing: border-box;
	}
	.footer_bg{
		width: 100%;
	}
	.footer_content{
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
		box-sizing: border-box;
	}
	.footer_content_left{
		width: 100%;
	}
	.footer_content_left>p:nth-of-type(1){
		font-size: 24px;
	}
	.footer_content_right{
		width: 100%;
	}
	
	.footer_content_right>form>input{
		width: 100%;
		padding-left: 26px;
		box-sizing: border-box;
		font-size: 14px;
		height: 62px;
	}
	.footer_content_right>form>input:nth-of-type(2){
		margin-left: 0px !important;
		margin-top: 14px;
	}
	.footer_content_left>ul>li>span{
		font-size: 14px;
	}
	.footer_content_right>form>button{
		width: 100%;
	}
	.footer_content_right>form>textarea{
		padding-left: 26px;
		box-sizing: border-box;
		font-size: 14px;
	}
	.footer_icon{
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
		box-sizing: border-box;
		height: auto;
		margin-top: 50px;
	}
	.footer_icon_left{
		width: 100%;
		margin:auto;
		display:flex;
		justify-content: center;
	}
	.otherPh{
		margin-left: 0px !important;
		font-size:18px;
		width:100%;
		justify-content: center;
	}
	.footer_icon_left>img{
		width: 55%;
	}
	.footer_icon>ul{
		width: 100%;
		margin-bottom: 50px;
	}
	.footer_icon>ul>li{
		justify-content: center;
	}
	.footer_content_right>form>button{
		width: 100%;
		font-size: 26px;
		height: 62px;
	}
	.footer_icon>ul>li>img{
		width:30px;
	}
		.dialog{
			padding: 8px;
			box-sizing: border-box;
		}
		.dialog>p:nth-of-type(1){
			font-size: 22px;
		}
		.dialog>p:nth-of-type(2){
			font-size: 16px;
			margin-top: 15px;
		}
		.dialog>a{
			margin-top: 15px;
			font-size: 14px;
			width: 110px;
			height: 36px;
		}
	.nav_all{
		top:0px;
	}
}
