.content {
	overflow: hidden;
	width: 100%;
}

.content .header {
	width: 100%;
	height: 46px;
	position: fixed;
	left: 0;
	top: 0;
	background: #94070a;
	transition: all .3s;
	z-index: 999;
}

.content .header.on {
	height: 0;
}

.null{
	height: 146px;
}

.content .header .m {
	width: 1400px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.fade {
	display: none;
}

.content .header .m ul {
	display: flex;
	align-items: center;
}

.content .header .m ul li {
	font-size: 14px;
	color: #d39797;
}

.content .header .m ul li a {
	position: relative;
	color: #d39797;
}

.content .header .m ul li a::after {
	content: '';
	width: 0%;
	height: 1px;
	transition: all .3s;
	background: #fff;
	position: absolute;
	left: 0;
	top: -3px;
}

.content .header .m ul li:hover a::after {
	width: 100%;
}

.content .header .m ul li div {
	color: #d39797;
	margin: 0 18px;
}

.navbar {
	width: 100%;
	height: 100px;
	background: #fff;
	display: flex;
	align-items: center;
	position: fixed;
	left: 0;
	transition: all .3s;
	top: 46px;
	z-index: 999;
}

.navbar.on {
	top: 0;
}

.navbar .m {
	width: 1400px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
}

.navbar .m>ul {
	height: 100%;
	display: flex;
	align-items: center;
}

.navbar .m>ul>li {
	font-size: 18px;
	color: #000;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 45px;
	margin-left: 40px;
}

.navbar .m>ul>li:hover .showbox {
	display: flex;
	opacity: 1;
}
.showbox{
	display: block;
}
.navbar .m>ul{
	display: flex;
}
.navbar .m>ul>li .showbox {
	overflow: hidden;
	width: 760px;
	position: absolute;
	left: 0;
	z-index: 99999;
	top: 100%;
	padding-top: 28px;
	opacity: 0;
	transition: all .3s;
	display: none;
}

.navbar .m>ul>li .showbox .child{
	height: 160px;
	width: 80%;
	display: flex;
	border-top: 4px solid #94070a;
	background-color: #fff;
	padding: 10px;
	background-image: url(../images/png96.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: bottom;
}

.navbar .m>ul>li .showbox img {
	display: block;
}

.navbar .m>ul>li .showbox ul {
	margin-left: 40px;
	overflow: hidden;
	width: 360px;
}

.navbar .m>ul>li .showbox ul li {
	overflow: hidden;
	width: 33.33%;
	float: left;
	font-size: 18px;
	margin-top: 8px;
	color: #333;
}

.navbar .m>ul>li .showbox ul li:hover a {
	color: #94070a;
}

.navbar .m>ul>li .showbox ul li a {
	color: #333;
}

.navbar .m>ul>li.on::after {
	content: '';
	width: 100%;
	height: 2px;
	background: #94070a;
	position: absolute;
	left: 0;
	bottom: -16px;
}

.navbar .m>ul>li::before {
	content: '';
	width: 2px;
	height: 0px;
	transition: all .3s;
	background: #94070a;
	position: absolute;
	left: 50%;
	margin-left: -1px;
	top: 48px;
}

.navbar .m>ul>li:hover::before {
	height: 25px;
}

.navbar .m>ul>li:hover::after {
	content: '';
	width: 100%;
	height: 2px;
	background: #94070a;
	position: absolute;
	left: 0;
	bottom: -3px;
}

.navbar .m>ul>li>a {
	color: #000;
	display: flex;
	align-items: center;
	position: relative;
}

.banner {
	overflow: hidden;
	width: 100%;
	height: calc(100vh - 146px);
	background-image: url(../images/s60ec29be307a2.jpg);
	background-repeat: no-repeat;
	position: relative;
	background-size: cover;
	background-position: center center;
}

.banner .swiper-container {
	width: 100%;
	height: 100%;
}

.banner .swiper-slide {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	
}

.banner .swiper-slide div {
	overflow: hidden;
	width: 100%;
	z-index: 9999;
	position: absolute;
	left: 0;
	bottom: 0;
	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
	padding: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.banner .swiper-slide div p {
	font-size: 20px;
	color: #fff;
}

.banner .swiper-slide div img {
	display: block;
}

.banner .pgae {
	overflow: hidden;
	display: flex;
	align-items: center;
	position: absolute;
	right: 110px;
	z-index: 99999;
	bottom: 45px;
}

.banner .pgae .item {
	overflow: hidden;
	display: flex;
	align-items: center;
	cursor: pointer;
	margin: 0 10px;
}

.banner .pgae .item.on p {
	font-size: 22px;
}

.banner .pgae .item.on div {
	width: 60px;
}

.banner .pgae .item p {
	font-size: 14px;
	color: #fff;
}

.banner .pgae .item div {
	overflow: hidden;
	height: 1px;
	width: 0px;
	background: #fff;
	transition: all .4s;
	margin-left: 10px;
}

.main_news {
	overflow: hidden;
	padding: 48px 0 26px 0;
	background: #efebea;
}

.main_news h2 {
	text-align: center;
	font-size: 32px;
	color: #333;
	line-height: 1;
}

.main_news .box {
	overflow: hidden;
	width: 1400px;
	margin: 0 auto;
	margin-top: 48px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}

.main_news .box .pic {
	width: 684px;
	
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
}

.main_news .box .pic p {
	width: 100%;
	font-size: 20px;
	color: #fff;
	display: flex;
	align-items: center;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 25px 40px;
	box-sizing: border-box;
	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
}

.main_news .box ul {
	overflow: hidden;
	width: 680px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.main_news .box ul li {
	overflow: hidden;
	width: 330px;
	height: 195px;
	background-color: #fff;
	padding: 45px 30px 0 30px;
	border-bottom: 4px solid #900000;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}

.main_news .box ul li:nth-last-child(1) {
	margin-bottom: 0;
}

.main_news .box ul li:nth-last-child(2) {
	margin-bottom: 0;
}

.main_news .box ul li:first-child {
	background-image: url(../images/bg9a.svg);
	background-size: contain;
}

.main_news .box ul li:last-child {
	background-image: url(../images/bg9a.svg);
	background-size: contain;
}

.main_news .box ul li p {
	font-size: 16px;
	color: #333;
	line-height: 1.5;
}

.mores {
	overflow: hidden;
}

.mores:hover a div {
	background-image: url(../images/more1a.svg);
}

.mores a {
	display: flex;
	align-items: center;
	justify-content: center;
}

.mores a div {
	width: 45px;
	transition: all .3s;
	height: 45px;
	background-image: url(../images/more1.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

.mores a p {
	font-size: 14px;
	color: #94070a;
	margin-left: 15px;
}

.main_cooperation {
	overflow: hidden;
	background: #fff;
	padding: 40px 0 35px 0;
}

.main_cooperation h2 {
	text-align: center;
	font-size: 32px;
	color: #333;
	line-height: 1;
}

.main_cooperation .box {
	overflow: hidden;
	width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
	margin-bottom: 45px;
}

.main_cooperation .box .pic {
	width: 684px;
	overflow: hidden;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
}

.main_cooperation .box .pic .swiper-container {
	width: 100%;
	height: 100%;
}

.main_cooperation .box .pic .swiper-container .swiper-slide {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	background-position: center center;
}

.main_cooperation .box .pic p {
	width: 100%;
	font-size: 20px;
	color: #fff;
	display: flex;
	align-items: center;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 25px 40px;
	box-sizing: border-box;
	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
}

.main_cooperation .box ul {
	overflow: hidden;
	width: 680px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.main_cooperation .box ul li {
	overflow: hidden;
	width: 334px;
	margin-bottom: 22px;
	position: relative;
	height: 331px;
}

.main_cooperation .box ul li:nth-last-child(1) {
	margin-bottom: 0;
}

.main_cooperation .box ul li:nth-last-child(2) {
	margin-bottom: 0;
}

.menu {
	display: none;
}

.main_cooperation .box ul li a {
	display: block;
	width: 100%;
	height: 100%;
}

.main_cooperation .box ul li a img {
	display: block;
	width: 100%;
	height: 100%;
}

.main_cooperation .box ul li a p {
	width: 100%;
	font-size: 20px;
	box-sizing: border-box;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 25px 40px;
	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
}

.main_notice {
	overflow: hidden;
	width: 100%;
	background: #efebea;
	padding: 55px 0 40px 0;
}

.main_notice .m {
	overflow: hidden;
	width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.main_notice .m .title {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 33px;
}

.main_notice .m .title p {
	font-size: 32px;
	color: #333;
}

.main_notice .m .title a {
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #333;
	background: url(../images/png32.svg) center right no-repeat;
	padding-right: 75px;
	color: #333;
	margin-top: 10px;
	line-height: 27px;
}

.main_notice .m .right {
	overflow: hidden;
	width: 820px;
	border-bottom: 4px solid #94070a;
}

.main_notice .m .right ul {
	overflow: hidden;
}

.main_notice .m .right ul li {
	overflow: hidden;
	width: 100%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	height: 90px;
	background: #fff;
	display: flex;
	align-items: center;
	margin-bottom: 6px;
}

.main_notice .m .right ul li:last-child {
	margin-bottom: 0;
}

.main_notice .m .right ul li:hover a .info p {
	color: #94070a;
}

.main_notice .m .right ul li a {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
}

.main_notice .m .right ul li a .info {
	overflow: hidden;
	display: flex;
	width: calc(100% - 200px);
	align-items: center;
}

.main_notice .m .right ul li a .info p {
	font-size: 16px;
	color: #333;
	padding: 0 20px;
	line-height: 1.5;
	box-sizing: border-box;
}

.main_notice .m .right ul li a .icon {
	width: 200px;
	height: 100%;
	display: flex;
	align-items: center;
	background: #ebe6e5;
	justify-content: center;
	border: 4px solid #fff;
	position: relative;
}

.main_notice .m .right ul li a .icon p {
	font-size: 22px;
	color: #a19896;
	position: relative;
	z-index: 999;
}

.main_notice .m .right ul li a .icon::after {
	content: "";
	background: url(../images/png92.png) center center no-repeat;
	width: 110%;
	position: absolute;
	left: 50%;
	animation: cc 20s linear 0s infinite;
	top: 0;
	margin-left: -55%;
	padding-top: 110%;
}

.main_notice .m .left {
	overflow: hidden;
	width: 558px;
}

.main_notice .m .left .box {
	overflow: hidden;
	width: 100%;
	background: #fff;
	border-bottom: 4px solid #920003;
	padding: 0 45px;
	padding-bottom: 28px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.main_notice .m .left .box ul {
	overflow: hidden;
}

.main_notice .m .left .box ul li {
	overflow: hidden;
	margin-top: 30px;
}

.main_notice .m .left .box ul li:hover div::after {
	background: #920003;
}

.main_notice .m .left .box ul li:hover p {
	color: #920003;
}

.main_notice .m .left .box ul li p {
	font-size: 16px;
	margin-bottom: 15px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all .2s;
}

.main_notice .m .left .box ul li div {
	overflow: hidden;
	position: relative;
}

.main_notice .m .left .box ul li div span {
	display: inline-block;
	padding: 0px 7px 0 0;
	background: #fff;
	font-style: italic;
	z-index: 999;
	color: #bf9999;
	font-size: 14px;
	position: relative;
}

.main_notice .m .left .box ul li div::after {
	content: '';
	transition: all .3s;
	width: 100%;
	height: 1px;
	background: #f0f0f0;
	position: absolute;
	left: 0;
	top: 50%;
}

@keyframes cc {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}

.main_partner {
	overflow: hidden;
	height: 160px;
	background: #94070a;
	display: flex;
	align-items: center;
	justify-content: center;
}

.main_partner h3 {
	font-size: 30px;
	font-weight: bold;
	width: 65px;
	color: #fff;
	line-height: 1.5;
}

.main_partner img {
	display: block;
	margin-left: 70px;
}

.main_partner .s {
	margin-left: 25px;
}

.footer {
	overflow: hidden;
	width: 100%;
	padding: 33px 0 38px 0;
	background: #232323;
}

.footer img {
	display: block;
	margin: 0 auto;
}

.footer ul {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 18px;
}

.footer ul li {
	font-size: 14px;
	color: #fff;
	margin: 0 13px;
	opacity: 0.8;
}

.des_banner {
	overflow: hidden;
	width: 100%;
	position: relative;
}

.des_banner img {
	display: block;
	width: 100%;
}

.des_banner .box {
	overflow: hidden;
	width: 1400px;
	position: absolute;
	left: 50%;
	margin-left: -700px;
	bottom: 90px;
}

.des_banner .box p {
	font-size: 32px;
	color: #fff;
}

.des_banner .box div {
	overflow: hidden;
}

.des_banner .box div a {
	display: block;
	font-size: 21px;
	color: #fff;
	float: left;
	opacity: 0.8;
	margin-right: 28px;
	margin-top: 24px;
}

.des_banner .box div a.on {
	opacity: 1;
}

.des_banner .box div a:hover {
	opacity: 1;
}

.main_news_box {
	overflow: hidden;
	width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

.main_news_box .grow {
	overflow: hidden;
	width: calc(100% - 283px);
}

.main_news_box .grow .mb {
	overflow: hidden;
	height: 48px;
	border-bottom: 1px solid #000;
}

.main_news_box .grow .mb ul {
	height: 100%;
	overflow: hidden;
	display: flex;
	align-items: center;
}

.main_news_box .grow .mb ul li {
	font-size: 16px;
	color: #000;
	margin-right: 8px;
}

.main_news_box .grow .mb ul li a {
	color: #000;
}

.main_news_box .grow .list {
	overflow: hidden;
	width: 100%;
}

.main_news_box .grow .list ul {
	overflow: hidden;
}

.main_news_box .grow .list ul li {
	overflow: hidden;
	border-bottom: 1px solid #f4f4f5;
}

.main_news_box .grow .list ul li:hover a .date {
	background: #c6202e;
}

.main_news_box .grow .list ul li:hover a .date p {
	color: #fff;
}

.main_news_box .grow .list ul li:hover a .date span {
	color: #fff;
}

.main_news_box .grow .list ul li:hover a .info p {
	text-decoration: underline;
}

.main_news_box .grow .list ul li a {
	display: flex;
	align-items: center;
	padding: 20px 0;
	justify-content: space-between;
	box-sizing: border-box;
}

.main_news_box .grow .list ul li a .info {
	overflow: hidden;
	width: calc(100% - 100px);
}

.main_news_box .grow .list ul li a .info p {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 6px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #c6202e;
}

.main_news_box .grow .list ul li a .info span {
	display: block;
	font-size: 15px;
	color: #000000;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.main_news_box .grow .list ul li a .date {
	overflow: hidden;
	width: 73px;
	height: 90px;
	transition: all .2s;
	background: #f2f2f3;
	padding-top: 22px;
}

.main_news_box .grow .list ul li a .date p {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #8b7459;
	line-height: 1;
	margin-bottom: 8px;
}

.main_news_box .grow .list ul li a .date span {
	display: block;
	text-align: center;
	font-size: 12px;
	color: #8b7459;
}

.main_news_box .navbars {
	overflow: hidden;
	width: 263px;
}

.main_news_box .navbars h2 {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	font-size: 23px;
	color: #fff;
	background: #cd090c;
}

.main_news_box .navbars a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 61px;
	font-size: 17px;
	transition: all .2s;
	border-bottom: 1px solid #f0f0f0;
	color: #333;
}

.main_news_box .navbars a:hover {
	background: #f2f2f3;
}

.main_news_box .navbars a.on {
	background: #f2f2f3;
}

.main_survey {
	overflow: hidden;
	width: 1400px;
	margin: 0 auto;
	padding: 40px 0 100px 0;
	text-align: center;
}

.main_survey h2 {
	font-size: 30px;
	color: #000000;
	text-align: center;
	display: inline-block;
	position: relative;
	margin-bottom: 50px;
}

.main_survey h2::after {
	width: 100%;
	height: 1px;
	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
	content: '';
	position: absolute;
	left: 0;
	bottom: -10px;
}

.main_survey p {
	font-size: 16px;
	color: #000;
	line-height: 30px;
	text-align: left;
	text-indent: 30px;
}

.main_survey ul {
	overflow: hidden;
	width: 1000px;
}

.main_survey ul li {
	font-size: 16px;
	color: #000;
	text-align: left;
	line-height: 36px;
	width: 50%;
	float: left;
}

.main_survey img {
	margin: 25px 0;
	display: block;
}

.main_info {
	overflow: hidden;
	padding: 0 40px;
	width: 100%;
	padding-bottom: 100px;
}

.main_info .title {
	overflow: hidden;
	margin: 35px 0;
}

.main_info .title p {
	text-align: center;
	font-size: 18px;
	color: #000000;
	margin-bottom: 20px;
}

.main_info .title span {
	display: block;
	font-size: 14px;
	color: #000000;
	text-align: center;
}

.main_info .box {
	overflow: hidden;
}

.main_info .box p {
	font-size: 14px;
	line-height: 30px;
	text-indent: 30px;
	color: #000000;
}

.main_info .box img {
	display: block;
	margin: 25px auto;
}

.page_list {
	overflow: hidden;
	margin: 25px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.page_list div {
	overflow: hidden;
	display: inline-flex;
	align-items: center;
	padding: 0 13px;
	cursor: pointer;
	height: 38px;
	font-size: 15px;
	color: #b1b1af;
	border: 1px solid #e2e2e2;
	margin: 0 6px;
	transition: all .2s;
}

.page_list div.on {
	background: #bb282c;
	border: 1px solid #bb282c;
	color: #fff;
}

.page_list div:hover {
	background: #bb282c;
	border: 1px solid #bb282c;
	color: #fff;
}

.page_list p {
	cursor: pointer;
	font-size: 15px;
	color: #b1b1af;
	margin-left: 6px;
}

.page_list p:hover {
	color: #bb282c;
}

@media (max-width: 1500px) {
	.m,
	.main_news .box,
	.main_cooperation .box,
	.des_banner .box,
	.main_news_box,
	.main_survey {
		width: 100% !important;
		padding: 0 20px;
	}
	.main_survey {
		padding: 40px 20px;
	}
	.des_banner .box {
		margin: 0;
		transform: translateX(-50%);
	}
	.navbar .m>ul>li {
		font-size: 16px;
	}
	.main_news .box .pic {
		width: calc(50% - 10px);
	}
	.main_news .box ul {
		width: calc(50% - 10px);
	}
	.main_news .box ul li {
		width: 48%;
	}
	.main_cooperation .box .pic {
		width: calc(50% - 10px);
	}
	.main_cooperation .box ul {
		width: calc(50% - 10px);
	}
	.main_cooperation .box ul li {
		width: 48%;
		height: 300px;
	}
	.main_notice .m .right {
		width: calc(60% - 30px);
	}
	.main_notice .m .left {
		width: 40%;
	}
}

@media (max-width: 1200px) {
	.navbar .m>ul>li {
		font-size: 15px;
		margin-left: 25px;
	}
	.main_cooperation .box ul li {
		height: 250px;
	}
	.main_partner img {
		margin-left: 30px;
	}
	.main_survey img {
		display: block;
		width: 90%;
	}
}

@media (max-width: 1050px) {
	.m,
	.main_news .box,
	.main_cooperation .box,
	.des_banner .box,
	.main_news_box,
	.main_survey {
		width: 100% !important;
		padding: 0 .3rem;
	}
	.content .header {
		display: none;
	}
	.navbar {
		height: 1rem;
		width: 100%;
		box-shadow: 0 0 20px rgba(0,0,0,.1);
	}
	.navbar .m>ul {
		display: none;
	}
	.navbar .m {
		padding: 0 .3rem;
	}
	.logo {
		width: 3rem;
	}
	.banner {
		height: 4rem;
	}
	.banner .pgae {
		display: none;
	}
	.banner .swiper-slide div {
		padding: .3rem;
	}
	.banner .swiper-slide div p {
		font-size: .3rem;
		line-height: .45rem;
		width: 80%;
	}
	.banner .swiper-slide div img {
		width: .5rem;
	}
	.main_news {
		padding: .5rem 0;
	}
	.main_news h2 {
		font-size: .4rem;
	}
	.main_news .box {
		margin-top: .5rem;
		display: block;
		margin-bottom: .5rem;
	}
	.main_news .box .pic {
		width: 100%;
		height: 4rem;
	}
	.main_news .box .pic p {
		padding: .3rem;
		font-size: .28rem;
	}
	.main_news .box ul {
		width: 100%;
		margin-top: .3rem;
	}
	.main_news .box ul li {
		width: 48%;
		padding: .3rem;
		height: 2.5rem;
		margin-bottom: .3rem;
	}
	.main_news .box ul li p {
		font-size: .28rem;
		line-height: 1.5;
	}
	.mores a div {
		width: .55rem;
		height: .55rem;
	}
	.main_cooperation {
		padding: .5rem 0;
	}
	.main_cooperation h2 {
		font-size: .4rem;
	}
	.main_cooperation .box {
		display: block;
		margin-top: .5rem;
		margin-bottom: .5rem;
	}
	.main_cooperation .box .pic {
		width: 100%;
		height: 7rem;
	}
	.main_cooperation .box .pic p {
		padding: .3rem;
		font-size: .28rem;
	}
	.main_cooperation .box ul {
		width: 100%;
		margin-top: .3rem;
	}
	.main_cooperation .box ul li {
		height: 3.3rem;
		margin-bottom: .3rem;
	}
	.main_cooperation .box ul li a p {
		padding: .3rem;
		font-size: .28rem;
	}
	.main_notice {
		padding: .5rem 0;
		display: block;
	}
	.main_notice .m {
		display: block;
	}
	.main_notice .m .left {
		width: 100%;
	}
	.main_notice .m .title p {
		font-size: .4rem;
	}
	.main_notice .m .title a {
		margin-top: 0;
	}
	.main_notice .m .title {
		margin-bottom: .4rem;
	}
	.main_notice .m .left .box {
		padding: 0 .3rem;
	}
	.main_notice .m .left .box ul li {
		margin: .3rem 0;
	}
	.main_notice .m .left .box ul li p {
		font-size: .28rem;
		margin-bottom: .2rem;
	}
	.main_notice .m .right {
		width: 100%;
		margin-top: .6rem;
	}
	.main_notice .m .right ul li {
		height: 1.4rem;
	}
	.main_notice .m .right ul li a .icon {
		width: 2.2rem;
		overflow: hidden;
	}
	.main_notice .m .right ul li a .icon p {
		font-size: .3rem;
	}
	.main_notice .m .right ul li a .info p {
		font-size: .26rem;
	}
	.main_notice .m .right ul li a .info {
		width: calc(100% - 2.2rem);
	}
	.main_notice .m .right ul li a .icon::after {
		width: 100%;
	}
	.main_partner {
		height: auto;
		padding: .5rem .3rem;
		display: block;
	}
	.main_partner h3 {
		font-size: .35rem;
		text-align: center;
		margin-bottom: .5rem;
		width: 100%;
	}
	.main_partner .s {
		display: none;
	}
	.main_partner img {
		width: 1rem;
		float: left;
		margin: .2rem .65rem;
	}
	.footer {
		padding: .3rem;
	}
	.footer img {
		width: 4rem;
	}
	.footer ul {
		display: block;
	}
	.footer ul li {
		text-align: center;
		font-size: .24rem;
		line-height: .5rem;
	}
	.footer ul li:nth-child(even) {
		display: none;
	}
	.des_banner .box {
		bottom: .2rem;
	}
	.des_banner .box p {
		font-size: .33rem;
	}
	.des_banner .box div a {
		font-size: .26rem;
		margin-top: .3rem;
		margin-right: .3rem
	}
	.main_news_box {
		display: block;
		padding: .3rem;
		margin-top: 0;
	}
	.main_news_box .navbars {
		width: 100%;
	}
	.main_news_box .navbars h2 {
		height: .8rem;
		font-size: .3rem;
	}
	.main_news_box .navbars a {
		height: .8rem;
		font-size: .28rem;
	}
	.main_news_box .grow {
		width: 100%;
		padding: .5rem 0;
	}
	.main_news_box .grow .mb {
		height: .8rem;
		border-bottom: 1px solid #f0f0f0;
	}
	.main_news_box .grow .mb ul li {
		font-size: .26rem;
	}
	.main_info {
		padding: 0;
	}
	.main_info .title {
		margin: .3rem 0;
		margin-bottom: .6rem;
	}
	.main_info .title p {
		font-size: .3rem;
		line-height: .5rem;
		margin-bottom: .2rem;
	}
	.main_info .title span {
		font-size: .24rem;
	}
	.main_info .box p {
		font-size: .28rem;
		text-indent: .3rem;
		line-height: .5rem;
	}
	.main_info .box img {
		width: 100%;
		margin: .3rem 0;
	}
	.page_list {
		flex-wrap: wrap;
	}
	.page_list div {
		font-size: .2rem;
		height: .55rem;
		padding: 0 .2rem;
		margin: .1rem;
	}
	.main_news_box .grow .list ul li a .date {
		width: 1.5rem;
		height: 1.5rem;
		padding-top: .35rem;
	}
	.main_news_box .grow .list ul li a .date span {
		font-size: .26rem;
	}
	.main_news_box .grow .list ul li a .date p {
		font-size: .4rem;
	}
	.main_news_box .grow .list ul li a .info {
		width: calc(100% - 1.8rem);
	}
	.main_news_box .grow .list ul li a .info p {
		font-size: .28rem;
		margin-bottom: .1rem;
	}
	.main_news_box .grow .list ul li a .info span {
		font-size: .26rem;
		line-height: .45rem;
	}
	.main_survey {
		padding: .5rem .3rem;
	}
	.main_survey h2 {
		font-size: .45rem;
		margin-bottom: .6rem;
	}
	.main_survey p {
		font-size: .28rem;
		line-height: .5rem;
	}
	.main_survey ul {
		margin-top: .3rem;
		width: 100%;
	}
	.main_survey ul li {
		width: 100%;
		font-size: .28rem;
		line-height: .55rem;
	}
	.main_survey img {
		width: 100%;
	}
	.menu {
		width: .6rem;
		display: block;
	}
	.navbar .m>ul {
		display: block;
		position: fixed;
		left: 0;
		top: 1rem;
		border-top: 1px solid rgba(0, 0, 0, 0.08);
		background: #fff;
		z-index: 9999;
		height: auto;
		display: none;
		width: 100%;
	}
	.navbar .m>ul>li {
		width: 50%;
		margin: 0;
		border-right: 1px solid rgba(0, 0, 0, 0.08);
		padding-left: .3rem;
		font-size: .28rem;
		border-bottom: 1px solid rgba(0, 0, 0, 0.08);
		height: .8rem;
		float: left;
	}
	.navbar .m>ul>li:nth-child(even) {
		border-right: none;
	}
	.content .header {
		display: block;
		width: 100%;
		height: auto;
		position: fixed;
		left: 0;
		display: none;
		top: 4.2rem;
		z-index: 9999;
	}
	.content .header .m {
		height: auto;
		display: block;
		padding: .2rem 0;
	}
	.content .header .m ul {
		justify-content: center;
	}
	.content .header .m ul li {
		font-size: .26rem;
		width: 33.33%;
		margin: .1rem 0;
		text-align: center;
	}
	.content .header .m ul li:nth-child(even) {
		display: none;
	}
	.fade {
		width: 100%;
		height: 100%;
		position: fixed;
		left: 0;
		top: 0;
		display: block;
		background: rgba(0, 0, 0, .5);
		z-index: 9;
		display: none;
	}
	.navbar{
		top: 0;
	}
	.null{
	height: 1rem;
}
.content .header.on{
	height: auto;
}
}