body {
	margin: 0;
}

.navOne {
	padding: 1.5rem 0 0 0;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.navOne .logo {
	position: relative;
	width: 26%;
	height: 5rem;
	/*top: 1.75rem;*/
	
}

header .logo img {
	padding-left: 5px;
	padding-top: 5px;
	height: 47px;
}

.logo{
	text-decoration: none;
	color: #6c6c6c;
}
.navOne .logo img {
	position: relative;
	width: 214px;
	height: 76px;
	right: 15%;
}

.navOne a {
	max-height: inherit;
	display: inline-block;
	cursor: pointer;
	color: #6c6c6c;
	text-decoration: none;
	text-align: center;
}

.navOne a:not(:first-child) {
	position: relative;
	width: 7%;
	font-size: 20px;
	font-weight: bolder;
	line-height: 6rem;
}

.navOne .active {
	color: #db3635;
}

.navOne .active-line {
	position: absolute;
	bottom: 0;
	width: 90%;
	height: 5px;
	background-color: #dd123d;
	left: 5%;
}


/* header end */

#banner .swiper-slide {
	/*display: inline-grid;
	display: -ms-inline-grid;
	display: -moz-inline-grid;
	display: -webkit-inline-grid;*/
	cursor: pointer;
}

#banner .swiper-pagination-bullet {
	opacity: 1;
	background-color: #abaaa8;
}

#banner img {
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
}

#banner .swiper-container-horizontal>.swiper-pagination-bullets,
#banner .swiper-pagination-custom,
#banner .swiper-pagination-fraction {
	bottom: 30px;
}

#banner .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
}

#banner .swiper-pagination-bullet-active {
	background: #dc133d;
	animation: myfirst 0.3s alternate;
	animation-fill-mode: forwards;
}

@keyframes myfirst {
	0% {
		padding: 0 1px 0 1px;
	}
	25% {
		padding: 0 2px 0 2px;
	}
	50% {
		padding: 0 3px 0 3px;
		border-radius: 20%;
	}
	75% {
		padding: 0 4px 0 4px;
		border-radius: 25%;
	}
	100% {
		padding: 0 7px 0 7px;
		border-radius: 30%;
	}
}

.title1,
.title2 {
	text-align: center;
	padding: 1rem 0 1rem 0;
	position: relative;
}

.title1 {
	background-color: #87bf28;
}

.title2 {
	background-color: #fad342;
}

.title1 img,
.title2 img {
	width: 42px;
	height: 64px;
	visibility: hidden;
}

.title1 label,
.title2 label {
	font-size: 20px;
	color: white;
	position: relative;
	top: -23px;
}

.title1-triangle,
.title2-triangle {
	height: 0;
	width: 0;
	position: absolute;
	bottom: -20px;
	left: calc(50% - 20px);
	z-index: 99;
	/*此处将左右的边框设置为透明色*/
	border-right: 10px solid transparent;
	border-left: 20px solid transparent;
}

.title1-triangle {
	border-top: 20px solid #87bf28;
}

.title2-triangle {
	border-top: 20px solid #fad342;
}

.news {
	background-color: #f7f7e6;
	padding: 7rem 15% 7rem 15%;
	display: flex;
}

.news .pic-banner,
.news .news-list {
	/*flex: 1;*/
	width: 46%;
	flex-shrink: 1;
	/*overflow-x: hidden;*/
}

.news .news-list {
	margin-left: 2%;
}

.news .pic-banner {
	background-color: #FFFFFF;
	padding: 0.75rem;
	display: inline-block;
	box-shadow: 0px 0px 20px -4px;
	margin-right: 2%;
}

.news .pic-banner img {
	width: 100%;
}

#news_banner .swiper-slide {
	display: inline-grid;
	cursor: pointer;
}

#news_banner .swiper-pagination {
	width: auto;
	left: inherit;
	right: 5%;
}

#news_banner .swiper-pagination .swiper-pagination-bullet {
	background: #FFFFFF;
	opacity: 1;
}

#news_banner .swiper-pagination .swiper-pagination-bullet-active {
	background: #fe9801;
}

#news_banner .banner-content {
	width: 70%;
	position: absolute;
	bottom: -5rem;
	color: #fe9801;
	font-size: 14px;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 1rem 30% 1rem 1rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	animation: b_content 1s alternate;
	animation-fill-mode: forwards;
}

@keyframes b_content {
	0% {
		bottom: -4rem;
	}
	25% {
		bottom: -3rem;
	}
	50% {
		bottom: -2rem;
	}
	75% {
		bottom: -1rem;
	}
	100% {
		bottom: 0;
	}
}

.news-list {
	position: relative;
}

.news-list ul li {
	list-style: none;
	display: -webkit-box;
	border-bottom: 1px solid #d3d3d3;
	padding: 1rem 0;
	cursor: pointer;
}

.news-list ul {
	margin: 0;
}

.news-list ul li:first-child {
	padding-top: 0;
}

.news-list article {
	display: grid;
}

.news-list article,
.news-list img {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
}

.news-list article h5 {
	font-size: 16px;
	margin: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #262520;
	/*display: -webkit-box;
	text-overflow:ellipsis; 
	white-space: nowrap;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;*/
}

.news-list article p {
	position: relative;
	font-size: 12px;
	margin: 10px 0 0 0;
	height: 2.5rem;
	line-height: 1.2rem;
	color: #5e483a;
	/*	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	*/
	overflow: hidden;
}

.news-list img {
	width: 97px;
	height: 72px;
	margin: 0 1rem 0 0;
}

.news-list .more {
	position: absolute;
	right: 10%;
	bottom: 0;
	width: auto;
	height: 25px;
	background-color: #fe9801;
	color: #FFFFFF;
	border: 0;
	font-size: 14px;
	margin-top: 5px;
	cursor: pointer;
}

.gongYi {
	padding: 7rem 15%;
}

.gongYi .gyList {
	display: inline-block;
	width: 100%;
	padding: 0;
	margin-bottom: 0;
	margin-top: 0;
}

.gongYi .gyList .item {
	float: left;
	width: 32.3%;
	list-style: none;
	margin-right: 1%;
	margin-bottom: 1rem;
	display: table;
	font-size: 12px;
	cursor: pointer;
}

.item .photo {
	overflow: hidden;
	display: grid;
	display: -webkit-grid;
}

.item .photo img {
	width: 100%;
}

.item .photo:hover img {
	transform: scale(1.3);
	transition: all 1s ease 0s;
	-webkit-transform: scale(1.3);
	-webkit-transform: all 1s ease 0s;
}

.item .explainBox {
	padding: 1rem 2rem;
}

.item .bc1 {
	background-color: #49caf2;
}

.item .bc2 {
	background-color: #ef7e41;
}

.item .bc3 {
	background-color: #9bca43;
}

.item .bc4 {
	background-color: #ee557b;
}

.item .explainBox h2 {
	position: relative;
	color: white;
	text-align: center;
	font-size: 20px;
}

.item .line-left,
.item .line-right {
	position: absolute;
	width: 30px;
	height: 2px;
	background-color: white;
	top: 13px;
}

.item .line-left {
	left: 28%;
}

.item .line-right {
	right: 28%;
}

.item .explainBox p {
	color: white;
	text-align: center;
	font-size: 12px;
}


/* footer */

footer {
	background-color: #d7e0e1;
	padding: 5rem 15% 3rem 15%;
	color: #707070;
	display: -webkit-box;
}

footer .footer-left h2 {
	font-size: 20px;
}

footer .footer-left p {
	font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}

footer .footer-left h5 {
	font-size: 16px;
}
footer .footer-left h5 a{
		font-size: 14px;
	}

.footer-left,
.footer-right {
	-webkit-box-flex: 1;
}

.footer-right {
	display: none;
}

.footer-right .erWeiMa {
	background-color: white;
	width: 200px;
	height: 200px;
	margin-left: 30%;
}

.ewm_lab {
	text-align: center;
	width: 200px;
	margin-left: 30%;
}


/* about begin */

.about-menu,
.PWP,
.information_main {
	padding: 5rem 15%;
}

.about-menu .main-menu,
.information_main .main-menu {
	text-align: center;
	margin-top: 2rem;
}

.about-menu .main-menu .item-menu,
.information_main .main-menu .item-menu {
	padding: 10px 12px;
	text-align: center;
	border: 1px solid #616161;
	margin-right: 1rem;
	cursor: pointer;
	white-space: nowrap;
	line-height: 4rem;
	font-size: 16px;
	border-radius: 4px;
}

.about-menu .main-menu .menu-active,
.information_main .main-menu .menu-active {
	background-color: #df1142;
	color: white;
	border: 1px solid #df1142;
}


.about-menu .content {
	padding: 5rem 0;
}

.about-menu .content img{
	width: 100%;
	}


/* about end */


/* public start */

ul {
	padding: 0;
}

ul li {
	list-style: none;
}

.bannerBox img {
	width: 100%;
}

header .logo {
	display: none;
}

footer {
	margin-top: 3rem;
}
a{
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-user-select: none;
	-moz-user-focus: none;
	-moz-user-select: none;
}


/*分页 */

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
}

.pagination .current.prev,
.pagination .current.next {
	color: #999;
	border-color: #ddd;
	background: #fff;
}

.pagination .current {
	background: #d42b30;
	color: #fff;
	border: 1px solid #d42b30;
}

.pagination a,
.pagination span {
	position: relative;
	float: left;
	padding: 0 12px;
	margin-left: -1px;
	line-height: 1.428571429;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}

.pagination a {
	text-decoration: none;
	border: 1px solid #d42b30;
	color: #d42b30;
}

.product-pagination {
	text-align: center;
}


/*分页 */


/* public end */


/* public_welfare_project start */

.PWP .abstract h3 {
	color: #df1142;
}

.PWP .abstract p {
	color: #838383;
	font-size: 14px;
}

.PWP #project_banner {
	padding: 60px 0;
}

.PWP #project_banner img {
	width: 100%;
}

.PWP #project_banner .swiper-slide {
	width: 55%;
	padding: 5px;
	background: #fff;
	box-shadow: 0 8px 30px #ddd;
	cursor: pointer;
	width: -moz-calc(100%-100px);
}

.PWP .school_list {
	display: inline-block;
	width: 100%;
}

.PWP .school_list li {
	position: relative;
	display: -webkit-box;
	padding: 0 1rem;
	line-height: 2rem;
	cursor: pointer;
	font-size: 14px;
}

.PWP .school_list li:nth-child(even) {
	background-color: #eaeaea;
}

.PWP .school_list li:hover {
	color: #d22e2c;
}

.PWP .school_list .details {
	-webkit-box-flex: 1;
	position: absolute;
	right: 1rem;
	bottom: 0;
}

.PWP .more {
	font-size: 14px;
	color: #dc133d;
	cursor: pointer;
	text-decoration: none;
}
.PWP .more a{
	color: #dc133d;
	text-decoration: none;
}


/* public_welfare_project end */


/* public_information start */

.information_main .information {
	width: 100%;
	border-collapse: collapse;
	text-align: center;
	line-height: 2rem;
	height: 500px !important;
	overflow: hidden;
}

.information_main .information thead {
	background-color: #f1deda;
}

.information_main .information thead th {
	width: 33.3%;
}

.information_main .information tbody {
	display: block;
	height: 500px;
	overflow-y: scroll;
}

.information_main .information tbody tr:nth-child(even) {
	background-color: #f1deda;
}

.information_main .content {
	margin: 3rem 0;
}

.information_main table thead,
.information_main tbody tr {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.annual_Work_Report {
	display: none;
}

.report_list {
	display: inline-block;
	width: 100%;
	margin-top: 5rem;
}

.report_item {
	width: 26%;
	float: left;
	margin-right: 7%;
	margin-bottom: 2rem;
	text-align: center;
	/*cursor: pointer;*/
}

.report_item .imgBox {
	position: relative;
	overflow: hidden;
}

.report_item img {
	width: 100%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.report_item p {
	font-size: 12px;
	color: #777;
	padding: 5px 5px 0;
	min-height: 35px;
	margin-bottom: 0;
}

.open_download {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.6);
}

.btn_open {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -22px 0 0 -65px;
	padding: 8px 30px;
	font-size: 16px;
	background-color: #df1142;
	cursor: pointer;
	color: white;
	border: 1px solid white;
	border-radius: 5px;
}

.report_item:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.report_item:hover .open_download {
	opacity: 1;
}


/* public_information end */


/*  public_welfare  begin */

.welfareProject .projectBox {
	display: flex;
	margin-bottom: 0;
}

.welfareProject .project:nth-child(odd) {
	margin-right: 5%;
}

.welfareProject .project:nth-child(even) {
	margin-left: 5%;
}

.welfareProject .project {
	-webkit-box-flex: 1;
	width: 45%;
	margin: 2rem 0 0;
	color: #333;
}

.welfareProject .project a {
	height: 100%;
	width: 100%;
	text-decoration: none;
	color: #333;
}

.welfareProject .imgBox {
	background-color: #f7f7e6;
	width: 100%;
	text-align: center;
	border-radius: 10%;
	padding: 3rem 0;
	opacity: 0.5;
	cursor: pointer;
}

.welfareProject .imgBox img {
	border-radius: 50%;
}

.welfareProject .imgBox:hover {
	opacity: 1;
}

.welfareProject .imgBox img:hover {
	transform: scale(1.3);
	transition: all 1s ease 0s;
	-webkit-transform: scale(1.3);
	-webkit-transform: all 1s ease 0s;
}

.welfareProject .imgBox:hover img {
	transform: scale(1.3);
	transition: all 1s ease 0s;
	-webkit-transform: scale(1.3);
	-webkit-transform: all 1s ease 0s;
}

.welfareProject .project h2 {
	text-align: center;
}


/*  public_welfare  end */


/* productDetail begin */

	.PWP .school_title{
		display: block;
		width: 70%;
		overflow: hidden;
	    white-space: nowrap;
	    text-overflow: ellipsis;
	}
   
    
    
/* productDetail end */

/* 适配 begin */

@media screen and (min-width: 640px) {
	.information_main tbody::-webkit-scrollbar {
		width: 8px;
	}
	.information_main tbody::-webkit-scrollbar-track {
		-webkit-border-radius: 2em;
		-moz-border-radius: 2em;
		border-radius: 2em;
	}
	.information_main tbody::-moz-scrollbar-thumb {
		background-color: #9c9c9c;
	}
	.information_main tbody::-webkit-scrollbar-thumb {
		background-color: #9c9c9c;
		-webkit-border-radius: 2em;
		-moz-border-radius: 2em;
		border-radius: 2em;
	}
	.news-list article p::after {
		content: "...";
		font-weight: bold;
		position: absolute;
		bottom: 0;
		right: 0;
		padding: 0 20px 1px 45px;
		background: linear-gradient(to right, rgba(255, 255, 255, 0), #f7f7e6 50%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	}
}

@media screen and (max-width: 1600px) {
	.news-list ul li {
		padding: 0.5rem 0;
	}
}

@media screen and (max-width: 1400px) {
	.navOne a:not(:first-child),
	.title1 label,
	.title2 label,
	.item .explainBox h2,
	.welfareProject .project h2 ,
	footer .footer-left h2 {
		font-size: 18px;
	}
	.PWP .abstract h3{
		font-size: 16px;
	}
	footer .footer-left h5 {
		font-size: 14px;
	}
	footer .footer-left p,footer .footer-left h5 a{
		font-size: 13px;
	}
	.news-list ul li {
		padding: 0.5rem 0 0.3rem;
	}
	.news-list article p {
		margin-top: 5px;
	}
	
}

@media (min-width: 1300px) and (max-width: 1400px) {
	.news,
	.gongYi,
	.about-menu,
	.PWP,
	.information_main {
		padding: 7rem 10%;
	}
	.navOne a:not(:first-child) {
		width: 8.5%;
	}
	.welfareProject .imgBox:hover img {
		transform: scale(1.15);
		-webkit-transform: scale(1.15);
	}
	.title1,
	.title2 {
		padding: 1rem 0;
	}
}

@media (min-width: 1070px) and (max-width: 1300px) {
	.news,
	.gongYi,
	.about-menu,
	.PWP,
	.information_main {
		padding: 7rem 7%;
	}
	.navOne a:not(:first-child) {
		width: 8.5%;
	}
	.welfareProject .imgBox:hover img {
		transform: scale(1.15);
		-webkit-transform: scale(1.15);
	}
	.title1,
	.title2 {
		padding: 0.5rem 0;
	}
}

@media (min-width: 930px) and (max-width: 1070px) {
	.news,
	.gongYi,
	.about-menu,
	.PWP,
	.information_main {
		padding: 5rem 5%;
	}
	.news .news-list {
		margin-left: 2%;
	}
	.navOne a:not(:first-child),
	.title1 label,
	.title2 label,
	.item .explainBox h2,
	.welfareProject .project h2 ,
	footer .footer-left h2 {
		font-size: 16px;
	}
	footer .footer-left h5 {
		font-size: 14px;
	}
	footer .footer-left p,footer .footer-left h5 a{
		font-size: 13px;
	}
	.title1 label,
	.title2 label {
		top: -16px;
	}
	.title1,
	.title2 {
		padding: 0.3rem 0 0;
	}
	.title1 img,
	.title2 img {
		width: 32px;
		height: 49px;
	}
	.navOne a:not(:first-child) {
		width: 9.5%;
	}
	.welfareProject .imgBox:hover img {
		transform: scale(1.1);
		-webkit-transform: scale(1.1);
	}
	.news .news-list {
		margin-left: 1%;
		width: 48%;
	}
	.news .pic-banner {
		margin-right: 1%;
		width: 48%;
	}
	.news-list .more {
		font-size: 12px;
		height: 20px;
		bottom: -10px;
	}
	.item .line-left {
		left: 20%;
	}
	.item .line-right {
		right: 20%;
	}
}

@media (min-width: 800px) and (max-width: 930px) {
	.news,
	.gongYi,
	.about-menu,
	.PWP,
	.information_main {
		padding: 5rem 5%;
	}
	.navOne a:not(:first-child),
	.title1 label,
	.title2 label,
	.item .explainBox h2,
	.welfareProject .project h2 ,
	footer .footer-left h2 {
		font-size: 16px;
	}
	footer .footer-left h5 {
		font-size: 13px;
	}
	footer .footer-left p,footer .footer-left h5 a{
		font-size: 12px;
	}
	.title1 label,
	.title2 label {
		top: -16px;
	}
	.title1,
	.title2 {
		padding: 0.2rem 0 0;
	}
	.title1 img,
	.title2 img {
		width: 32px;
		height: 49px;
	}
	.navOne a:not(:first-child) {
		width: 9.5%;
	}
	.news .news-list {
		margin-left: 2%;
	}
	.news-list img {
		margin-right: 0.5rem;
		width: 77px;
		height: 52px;
	}
	.welfareProject .imgBox:hover img {
		transform: scale(1.07);
		-webkit-transform: scale(1.07);
	}
	.welfareProject .project {
		width: 48%;
	}
	.welfareProject .project:nth-child(even) {
		margin-left: 2%;
	}
	.welfareProject .project:nth-child(odd) {
		margin-right: 2%;
	}
	.item .line-left {
		left: 20%;
	}
	.item .line-right {
		right: 20%;
	}
}

@media (min-width: 640px) and (max-width: 770px) {
	.news-list .more {
		right: 5%;
		margin-bottom: -25px;
		height: 20px;
		font-size: 12px;
	}
}

@media screen and (max-width: 800px) {
	.navOne a:not(:first-child),
	.title1 label,
	.title2 label,
	.item .explainBox h2,
	footer .footer-left h2,
	.welfareProject .project h2 {
		font-size: 16px;
	}
	.PWP .abstract h3{
		font-size: 14px;
	}
	footer .footer-left h5 {
		font-size: 13px;
	}
	footer .footer-left p,footer .footer-left h5 a{
		font-size: 12px;
	}
	.title1 label,
	.title2 label {
		top: -16px;
	}
	/*header .logo {
		display: block;
	}*/
	.title1,
	.title2 {
		padding: 0.2rem 0 0;
	}
	.title1 img,
	.title2 img {
		width: 32px;
		height: 49px;
		
	}
	.navOne {
		padding-top: 0;
	}
	.navOne .logo {
		display: none;
	}
	.navOne a:not(:first-child) {
		width: 12%;
		line-height: 4rem;
	}
	.news,
	.gongYi {
		padding: 2rem 3%;
	}
	.title1-triangle,
	.title2-triangle {
		bottom: -10px;
		left: calc(50% - 10px);
		border-right: 10px solid transparent;
		border-left: 20px solid transparent;
	}
	.news .news-list {
		margin-left: 1%;
		width: 48%;
	}
	.news .pic-banner {
		margin-right: 1%;
		width: 48%;
	}
	.news-list ul li {
		padding-bottom: 0.5rem;
	}
	.news-list article p {
		margin-top: 5px;
	}
	.news-list img {
		margin-right: 0.5rem;
		width: 77px;
		height: 52px;
	}
	.news-list article h5 {
		font-size: 13px
	}
	.item .line-left {
		left: 15%;
	}
	.item .line-right {
		right: 15%;
	}
	footer {
		padding: 2rem 5% 0rem 5%;
	}
	.footer-right .erWeiMa {
		width: 150px;
		height: 150px;
	}
	.ewm_lab {
		width: 150px;
	}
	/* about */
	.about-menu,
	.PWP,
	.information_main {
		padding: 2rem 3% 0;
	}
	/* public_welfare */
	.welfareProject .imgBox:hover img {
		transform: scale(1.1);
		-webkit-transform: scale(1.1);
	}
	.welfareProject .project {
		width: 48%;
	}
	.welfareProject .project:nth-child(even) {
		margin-left: 2%;
	}
	.welfareProject .project:nth-child(odd) {
		margin-right: 2%;
	}
	.welfareProject .imgBox img {
		width: 80%;
	}
}

@media screen and (max-width: 640px) {
	.news {
		display: block;
	}
	.news .pic-banner,
	.news .news-list {
		flex: none;
	}
	.news .pic-banner {
		display: none;
	}
	.news .news-list {
		width: 96%;
	}
	.news .news-list {
		padding-bottom: 3rem;
	}
	.news-list img {
		width: 97px;
		height: 72px;
	}
	.news-list article p {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}
	.news-list .more {
		width: auto;
	}
	.gongYi .gyList .item {
		width: 49%;
		margin-right: 0;
	}
	.gongYi .list1 .item:nth-child(3) {
		display: none;
	}
	.gongYi .list2 .item:nth-child(1) {
		display: none;
	}
	.gongYi .list1 .item:nth-child(odd) {
		margin-right: 2%;
	}
	.gongYi .list2 .item:nth-child(even) {
		margin-right: 2%;
	}
	footer {
		padding: 2rem 2% 0rem 2%;
	}
	.footer-right .erWeiMa,
	.ewm_lab {
		margin-left: 20%;
	}
	.about-menu h1,.PWP h1{
		font-size: 20px;
	}
	/* public_information */
	.report_item p {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}
	/* public_welfare */
	.welfareProject .imgBox:hover img {
		transform: scale(1.1);
		-webkit-transform: scale(1.1);
	}
	.welfareProject .project {
		width: 49%;
		margin: 1rem 0;
	}
	.welfareProject .project .imgBox {
		opacity: 1;
		padding: 2rem 0;
	}
	.welfareProject .project:nth-child(even) {
		margin-left: 1%;
	}
	.welfareProject .project:nth-child(odd) {
		margin-right: 1%;
	}
	.welfareProject .imgBox img {
		width: 80%;
	}
	.welfareProject .project h2 {
		font-size: 16px;
	}
	.title1 img,
	.title2 img {
		width: 32px;
		height: 49px;
	}
	
	.PWP .school_list li{
		padding: 0 5px;
	}
	.footer-left {
		text-align: center;
	}
	
	.navOne a:not(:first-child){
		width: auto;
		margin-right: 5%;
		line-height: 3rem;
	}
	.navOne a:nth-child(2){
		margin-left: 5%;
	}
}

@media screen and (max-width: 480px) {
	header .logo img{
		height: 30px;
	    position: relative;
	    top: 9px;
	    left: 9%;
	 }
	.navOne {
		overflow-x: auto;
		white-space: nowrap;
	}
	.line {
		display: none;
	}
	.navOne a:not(:first-child){
		
	}
	.news .pic-banner {
		width: 94.5%;
	}
	.title1,
	.title2 {
		padding: 0.2rem 0 0
	}

	.item .line-left,
	.item .line-right {
		width: 25px;
	}
	footer {
		padding-top: 1rem;
	}
	.footer-left {
		font-size: 10px;
	}
	.footer-left h1 {
		font-size: 14px;
	}
	.footer-left h5,
	.footer-right h5 {
		font-size: 12px;
	}
	.footer-right .erWeiMa,
	.ewm_lab {
		margin-left: 5%;
	}
	.footer-right .erWeiMa {
		width: 100px;
		height: 100px;
	}
	.ewm_lab {
		width: 100px;
	}
	/* about */
	.about-menu .main-menu .item-menu,
	.information_main .main-menu .item-menu {
		margin-right: 0.5rem;
		line-height: 3rem;
	}
	.about-menu .content {
		padding: 2rem 0;
	}
	/* public_information */
	.report_item {
		width: 49%;
		margin-right: 0;
		margin-bottom: 1rem;
	}
	.report_item:nth-child(even) {
		margin-left: 1%;
	}
	.report_item:nth-child(odd) {
		margin-right: 1%;
	}
	.information_main h1 {
		font-size: 18px;
	}
	.information_main .information thead th {
		font-size: 14px;
	}
	.information_main .information tbody {
		font-size: 12px;
	}
	header .logo img{
		padding-left: 0;
	}
}

@media screen and (max-width: 414px) {
	.navOne a:not(:first-child),
	.title1 label,
	.title2 label,
	.item .explainBox h2,
	footer .footer-left h2,
	.welfareProject .project h2 ,
	.about-menu .main-menu .item-menu, 
	.information_main .main-menu .item-menu {
		font-size: 14px;
	}
	.PWP .abstract h3{
		font-size: 13px;
	}
	/*footer .footer-left h5,*/.news-list article h5{
		font-size: 12px;
	}
	footer .footer-left p{
		line-height: 15px;
	}
	/*footer .footer-left p, footer .footer-left h5 a{
		font-size: 10px;
	}*/
	.title1 img, .title2 img{
		width: 22px;
		height: 33px;
	}
	.title1 label,
	.title2 label {
		top: -9px;
	}
	header .logo img{
		top: 8px;
	    left: 9%;
	}
	.news .pic-banner {
		width: 93.7%;
	}
	.item .explainBox {
		padding: 0.5rem;
	}
	.item .explainBox h2 {
		margin: 0;
	}
	.item .explainBox p {
		margin-bottom: 0;
	}
	#banner .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
	}
	.item .line-left, .item .line-right{
		top: 10px;
	}
}

@media screen and (max-width: 384px) {
	header .logo img{
	    left: 6%;
	}
	.news .pic-banner {
		width: 93%;
	}
	.PWP .school_list li,
	.PWP .more,
	.PWP .abstract p {
		font-size: 12px;
	}
	.news-list article p,.item .explainBox p{
		font-size: 10px;
	}
	
	.about-menu .main-menu .item-menu, 
	.information_main .main-menu .item-menu {
		padding: 5px 6px;
		margin-right: 0.2rem;
	}
	
}

@media screen and (max-width: 360px) {
	header .logo img{
	    left: 4%;
	}
	
}

@media screen and (max-width: 320px) {
	header .logo img {
		height: 30px;
		 left: 4%;
		 padding: 0;
	}
	.navOne a:not(:first-child) {
		font-size: 14px;
		margin-right: 3%;
	}
	.navOne a:nth-child(2){
		margin-left: 3%;
	}
	.news .pic-banner {
		width: 91.7%;
	}
	.item .line-left,
	.item .line-right {
		top: 8px;
		width: 20px;
	}
	.item .explainBox h2 {
		font-size: 14px;
		margin: 0;
	}
	.item .explainBox p {
		font-size: 12px;
		margin-bottom: 0;
	}
	.footer-left h2 {
		font-size: 14px;
	}
	.PWP .school_list li,
	.PWP .more,
	.PWP .abstract p {
		font-size: 10px;
	}
	/* public_information */
	.information_main h1 {
		font-size: 16px;
	}
	.information_main .information thead th {
		font-size: 12px;
	}
	.information_main .information tbody {
		font-size: 10px;
	}
}


/* 适配 end */