.ne-banner {
	width: 100%;
	background: #000;
	overflow: hidden;
	position: relative;
}

.ne-banner img {
	width: 100%;
	animation: changeScale 1 2.5s;
}

.pc-banner {
	display: block;
}

.mobile-banner {
	display: none;
}

.ne-banner .dw {
	width: 100%;
	height: 5rem;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.2);
	z-index: 1;
}

/*  */

.ne_Box {
	width: 100%;
	position: relative;
}

.ne_warp {
	width: 70%;
	margin: 0 auto;
}

.about-padd {
	padding: 5rem 0 7.8125rem 0;
}

.navBox {
	width: 70%;
	left: 15%;
	position: absolute;
	bottom: 2.5rem;
	z-index: 2;
}

.navBox h1 {
	font-size: 2.8rem;
	color: #fff;
	text-shadow: 0 5px 5px #000;
	line-height: 2.8rem;
	margin-bottom: 1.2rem;
}

.ny-list {
	width: 100%;
}

.ny-list ul {
	width: 100%;
}

.ny-list ul li {
	width: 11.875rem;
}

.ny-list ul li a {
	width: 100%;
	display: inline-block;
	line-height: 3.375rem;
	font-size: 1.375rem;
	color: #fff;
	font-weight: bold;
	background: #132c51;
	border-radius: 0.9375rem;
	margin-bottom: 0.8125rem;
	text-align: center;
}

.ny-list ul li .active {
	color: #333333;
	background: #ffc800;
}

.ny-list ul li a:hover {
	color: #333333;
	background: #ffc800;
}

/*  */
.econNav {
	bottom: 0 !important;
}

.econNav .ny-list ul li {
	width: auto;
	margin-right: 3rem;
}

.econNav .ny-list ul li a {
	margin-bottom: 0;
	background: none;
	color: #fff;
	font-weight: normal;
	line-height: 5rem;
}

.econNav .ny-list ul li .active {
	color: #ffc800;
	position: relative;
	font-weight: bold;
}

.econNav .ny-list ul li .active:after {
	position: absolute;
	content: "";
	width: 100%;
	left: 0%;
	bottom: 0;
	height: 3px;
	background: #ffc800;
}

.econNav .ny-list ul {
	width: 100%;
	display: flex;
}

.ne-warp {
	width: 74%;
	margin: 0 auto;
}

.about-padd {
	padding: 4.375rem 0 7.5rem 0;
}

.aboutBit {
	line-height: 5.375rem;
	font-weight: bold;
	font-size: 2.75rem;
	margin-bottom: 0.9375rem;
	position: relative;
	display: table;
	color: #132c51;
	background: url(../images/title-icon.png)no-repeat right center;
	background-size: 45px 32px;
	padding-right: 4.6875rem;
}

.aboutText {
	width: 100%;
	font-size: 1.25rem;
	line-height: 2.25rem;
	padding-bottom: 3.125rem;
}



.aboutPicture {
	width: 100%;
	position: relative;
}

.aboutPicture ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
	z-index: 1;
}

.aboutPicture ul li {
	width: 24%;
	overflow: hidden;
	background: #000;
	cursor: pointer;

}

.aboutPicture ul li img {
	display: block;
	width: 100%;
	transition-duration: .5s;
}

.aboutPicture ul li:hover img {
	transform: scale(1.1);
	opacity: 0.8;
}

.aboutPicture .dw {
	width: 80%;
	position: absolute;
	left: 10%;
	bottom: 4.0625rem;
	background: #132c51;
	color: #fff;
	padding: 0.625rem;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 2;
}

.aboutPicture .dw img {
	width: 27.875rem;
}

.aboutPicture .dw p {
	width: 45%;
	font-size: 1.375rem;
	line-height: 2.125rem;
	padding-left: 1.5%;
}

.aboutDif {
	width: 100%;
	background: url(../images/aboutBg.jpg)no-repeat;
	background-size: 100% 100%;

}

.aboutDif ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.aboutDif li {
	width: 33.333%;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(19, 44, 81, 0.9);
	color: #fff;
	transition-duration: .5s;
	height: 50rem;
	padding: 12.5rem 5% 0 5%;
	cursor: pointer;
}

.aboutDif li:hover {
	background: rgba(255, 200, 0, 0.9);
}

.aboutDif li .iconfont {
	width: 5.9375rem;
	height: 5.9375rem;
	margin: 0 auto;
	font-size: 4.25rem;
	display: flex;
	justify-content: center;
	align-items: center;
	transition-duration: .3s;
}

.aboutDif li:hover .iconfont {
	transform: rotateY(180deg);
}

.aboutDif li h2 {
	line-height: 5.875rem;
	text-align: center;
	margin-bottom: 1.875rem;
	font-size: 2.25rem;
}

.aboutDif li .pText {
	width: 100%;
	font-size: 1.25rem;
	line-height: 2.25rem;
}

.aboutDif li:hover {
	color: #333333;
}

.aboutBus {
	width: 100%;
	margin-top: 8.125rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.aboutBus dl {
	width: 47.5%;
	overflow: hidden;
	position: relative;
	margin-bottom: 2.8125rem;
	cursor: pointer;
}

.aboutBus dl img {
	display: block;
	width: 100%;
	transition-duration: .5s;
	position: relative;
	z-index: 1;
}

.aboutBus dl:nth-child(2),
.aboutBus dl:nth-child(4) {
	top: -13.125rem;
}

.aboutBus dl:hover img {
	transform: scale(1.1);
}

.aboutBus dl dt {
	position: absolute;
	top: 1.875rem;
	left: 1.5625rem;
	color: #fff;
	font-weight: bold;
	font-size: 1.875rem;
	text-shadow: 0 5px 5px #000;
	transition-duration: .5s;
	z-index: 2;
}

.aboutBus dl dd {
	width: 100%;
	position: absolute;
	z-index: 3;
	height: 100%;
	top: -100%;
	opacity: 1;
	left: 0;
	background: #ffc800;
	color: #333;
	transition-duration: .5s;
	padding: 1.75rem;
}

.aboutBus dl:hover dd {
	top: 0;
	opacity: 1;
}

.aboutBus dl:hover dt {
	opacity: 0;
}

.aboutBus dl dd h2 {
	font-size: 1.8rem;
	line-height: 2rem;
	margin-bottom: 0.9375rem;
}

.aboutBus dl dd .pText {
	width: 100%;
	font-size: 1.2rem;
	line-height: 2rem;
}

/*  */
.educationBox {
	padding-top: 5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-bottom: 1px solid #d1d1d1;
	min-height: 41.25rem;
	margin-bottom: 7.5rem;
	background: url(../images/educationBg.jpg) no-repeat left 90%;
}

.educationBox .left {
	width: 46%;
}

.educationBox .left h2 {
	font-size: 2.75rem;
	line-height: 3.75rem;
	color: #132c51;
}

.educationBox .left h2 span {
	display: inline-block;
	padding-right: 60px;
	background: url(../images/title-icon.png) no-repeat right center;
}

.educationBox .right {
	width: 50%;
	font-size: 20px;
	line-height: 2.25rem;
	padding-top: 0.9375rem;
	text-indent: 2em;
}

.educationSecond {
	width: 100%;
	position: relative;
	padding-bottom: 8.125rem;
}

.educationList {
	position: relative;
	z-index: 2;
}

.educationList dl {
	width: 100%;
	clear: both;
}

.educationList dl dt {
	width: 50%;
	float: left;
	padding: 8.125rem 3.75rem 0 3.75rem;
}

.educationList dl dt .aboutBit {
	margin-bottom: 0;
}

.educationList dl dt .pText {
	width: 100%;
	font-size: 1.25rem;
	line-height: 2.25rem;
	text-indent: 2em;
}

.educationList dl dd {
	width: 50%;
	overflow: hidden;
	float: right;
	position: relative;
	background: #132c51;
}

.educationList dl dd .dw1 {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	background: #132c51;
	z-index: 2;
}

.educationList dl:nth-child(2n) dd .dw1 {
	background: #ffc800;
}

.educationList dl dd img {
	display: block;
	width: 100%;
	position: relative;
	z-index: 1;
	transition-duration: .5s;
}

.educationList dl:hover dd img {
	transform: scale(1.1);
	opacity: 0.8;
}

.educationList dl dd:after {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	-webkit-transform: skewX(-25deg);
	-ms-transform: skewX(-25deg);
	transform: skewX(-25deg);
}


.educationList dl:hover dd:after {
	-webkit-animation: shine2 1s;
	animation: shine2 1s;
}


.educationList dl:nth-child(2n) dt {
	float: right;
	background: #fff;
}

.educationList dl:nth-child(2n) dd {
	float: left;
}

.educationList dl:nth-child(1) dt {
	padding-top: 0;
}

.educationSecond .dw {
	width: 100%;
	height: 46.5625rem;
	position: absolute;
	z-index: 1;
	left: 0;
	background: url(../images/educationBg1.jpg)no-repeat;
	background-size: 100% 100%;
	top: 23rem;
}

.dyhBox {
	width: 100%;
	margin-top: 8.6rem;
	color: #fff;
}

.dyhBox p {
	font-size: 1.25rem;
	line-height: 2.25rem;
	padding-bottom: 1.5rem;
}

/*  */


/* 分页 */
.jianT {
	width: 100%;
	text-align: center;
	margin-top: 3.125rem;
}

.jianT li {
	background: #fff;
	border: 1px solid #ddd;
	line-height: 2.125rem;
	height: 2.25rem;
	min-width: 2.6875rem;
	display: inline-block;
	margin: 0 6px;
/* 	width: 2.6875rem; */
	padding: 0;
}

.jianT li:nth-child(1) {
	width: auto;

}


.jianT li:nth-last-child(1) {
	width: auto;

}

.jianT li:nth-last-child(1) a,
.jianT li:nth-child(1) a {
	padding: 0 10px;
}

.jianT li a {
	font-size: 1.125rem;
	color: #474747;
	display: block;
	padding: 0 6px;
}

.jianT li a:hover {
	text-decoration: none;
	background: #132c51;
	color: #fff;
}

.jianT li .on {
	background: #132c51;
	color: #fff;
	display: block;
}

.searchBox {
	margin-bottom: 40px;
}

.searchBox h2 {
	font-size: 24px;
	font-weight: bold;
	color: #078c38;
	margin-bottom: 20px;
}

/*  */
.economy_padd .ne_warp {
	width: 73%;
}

.economy_padd {
	padding: 6.875rem 0 3.75rem 0;
	background: #f7f7f7;
}

.economyList {
	width: 100%;
	padding-bottom: 5.5rem;
}

.economyBit {
	width: 100%;
	display: flex;
align-items: anchor-center;
	margin-bottom: 3px;
}

.economyBit h2 {
	min-width: 12.5rem;
	display: table;
	background: #132c51;
	color: #ffc800;
	font-size: 2.25rem;
	line-height: 4.5rem;
	padding: 0 1.5625rem;
	margin-right: 0.9375rem;
	text-align: center;
}

.economy_item {
	width: 100%;
}

.itemBox {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.itemBox .left {
	width: 63.357%;
	overflow: hidden;
	background: #000;
}

.itemBox .left img {
	display: block;
	width: 100%;
	transition-duration: .5s;
}

.itemBox:hover .left img {
	transform: scale(1.1);
	opacity: 0.7;
}

.itemBox .right {
	width: 36.643%;
	background: #fff;
	border-top: 0.4375rem solid #132c51;
	padding: 3rem 1.2rem 2rem 1.7rem;
}

.itemBox .right .pText {
	font-size: 1.2rem;
	line-height: 2.25rem;
	color: #333333;
}
.proTab{width: calc(100% -12.5rem); overflow-x: auto;}
.proTab ul {
	    width: inherit;
	    display: -webkit-box;
	padding-top: 0.625rem;
	margin-bottom: 3px;
}

.proTab li {
	width: auto;
	padding: 0 1rem;
	line-height: 3.875rem;
	font-size: 1.5rem;
	
	color: #132c51;
	cursor: pointer;
}

.proTab li.hover {
	background: url(../images/tab_icon.png) no-repeat center bottom;
	background-size: 1.1875rem 0.625rem;
font-weight: bold;
}

.itemBox .right .aboutBit {
	font-size: 2.25rem;
	margin-bottom: 0;
}

.itemBox .right .btn {
	width: 11.5625rem;
	line-height: 3.875rem;
	border-radius: 0.9375rem;
	background: #132c51;
	margin: 1.175rem 0 1.8rem 0;
	transition-duration: .5s;
}

.itemBox .right .btn:hover {
	border-radius: 3.125rem;
}

.itemBox .right .btn a {
	display: inline-block;
	width: 100%;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.375rem;
}

.itemBox .right .btn a img {
	margin-right: 5px;
	width: 2.3125rem;
	height: 2.3125rem;
}

/* 分页 */

.newsList{width: 100%; }
.newsList dl{width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; margin-bottom: 5.625rem; }
.newsList dl dt{width: 50%; border-bottom: 2px solid #e8e8e8; position: relative;}
.newsList dl dt:after{width: 0; height: 2px; background: #ffc800; position: absolute; left: 0; bottom: -2px; content: ""; transition-duration: 1s;}
.newsList dl:hover dt:after{width: 100%;}
.newsList dl dt .time{color:#ffc800; font-size: 2.25rem; line-height: 2.2rem; font-family: "Impact"; margin-bottom: 2.1875rem;}
.newsList dl dt .time span{display: inline-block; width: 100%; font-size: 1.125rem;}
.newsList dl dt h2{font-size: 1.875rem; line-height: 3rem; color: #111111;	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;}
.newsList dl dd{width: 44%; overflow: hidden; background: #000;}
.newsList dl dd img{display: block; width: 100%; transition-duration: .5s; height: 100%;}
.newsList dl:hover dd img{transform: scale(1.1); opacity: 0.8;}
.aboutBtn {
	width: 11.375rem;
	height: 3.875rem;
	border-radius: 0.625rem;
	color: #fff;
	text-align: center;
	background: #132c51;
	line-height: 3.875rem;
	font-size: 1.375rem;
	margin: 2.5rem 0 3.65rem 0;
	cursor: pointer;
	transition-duration: .5s;
	display: inline-block;
}

.aboutBtn:hover {
	border-radius: 3.125rem;
	color: #fff;
}
.detailBox {
	width: 100%;
	background: #fff;
}

.detailTitle {
	width: 100%;
	line-height: 3.625rem;
	position: relative;
	font-size: 1.5625rem;
	font-weight: bold;
	margin: 1.25rem 0 1.875rem 0;
	color: #202020;
}

.detailTitle:after {
	width: 20px;
	height: 3px;
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	background: #2570e8;
}

.detailText {
	width: 100%;
	font-size: 1.3rem;
	line-height: 2.6rem;
	color: #717171;
	padding-bottom: 2.1875rem;
}

.detailText img {
	display: inline-block;
	max-width: 100%;
}

.smallTitle {
	color: #2670E8;
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 3.25rem;
}
.newsTitle {
	width: 100%;
	border-bottom: 1px solid #ebeef3;
	padding-bottom: 1.875rem;
	margin-bottom: 1.875rem;
}

.newsTitle h1 {
	width: 100%;
	text-align: center;
	font-size: 1.75rem;
	line-height: 2.375rem;
	font-weight: bold;
	margin-bottom: 0.625rem;
}

.newsTitle .bur {
	width: 100%;
	display: flex;
	justify-content: center;
	font-size: 1rem;
	color: #717171;
}

.newsTitle .bur p {
	display: flex;
	align-items: center;
	margin: 0 0.9375rem;
	line-height: 2.25rem;
}

@media only screen and (max-width: 1440px) {}

@media only screen and (max-width: 1366px) {}

@media only screen and (max-width: 1280px) {}

@media only screen and (max-width: 1190px) {}

@media only screen and (max-width: 996px) {}

@media only screen and (max-width: 768px) {

	.navBox {
		width: 100%;
		left: 0;
		position: relative;
		border-radius: 0;
		background: #fff;
		bottom: 0;
		animation: none !important;
	}

	.navBox h1 {
		font-size: 24px;
		color: #333;
		text-shadow: 0 5px 5px #fff;
		line-height: 54px;
		margin-bottom: 0;
		padding-left: 8px;
	}

	.ny-list ul {
		width: 100%;
		display: flex;
	}

	.ny-list ul li {
		width: auto;
		margin-right: 5px;
	}

	.ny-list ul li a {
		margin: 0 8px;
		line-height: 38px;
		font-size: 15px;
	}

	.ny-list ul {
		justify-content: left;
	}

	.about-padd {
		padding: 30px 0;
	}

	.ne_warp {
		width: 96%;
		margin: 0 auto;
	}

	.educationBox .left {
		width: 100%;
		margin-bottom: 10px;
	}

	.educationBox .right {
		width: 100%;
	}

	.educationBox .left h2 {
		font-size: 20px;
		line-height: 30px;
	}

	.aboutBit {
		margin-bottom: 20px !important;
		font-size: 20px;
	}

	.aboutText .pText {
		width: 100%;
		margin-bottom: 20px;
	}

	.aboutText .pText h2,
	.DoctorBox h2 {
		line-height: 40px;
		margin-bottom: 5px;
		font-size: 18px;
	}

	.aboutText .pText p {
		font-size: 15px;
		line-height: 26px;
		padding-bottom: 20px;
	}

	.aboutText .picture {
		width: 100%;
	}

	.history dl dt h2 {
		line-height: 40px;
		font-size: 18px;
		padding-right: 50px;
		padding-left: 15px;
	}

	.history dl dd {
		padding-bottom: 15px;
		font-size: 15px;
		line-height: 26px;
		padding-left: 15px;
	}

	.ryzzSwiper {
		width: 90%;
		margin: 0 auto;
	}

	.ryzzSwiper .swiper-slide.active-center {
		transform: scale(1);
	}

	.ryzzSwiper {
		padding-top: 0;
	}

	.ryzz-prev,
	.ryzz-next {
		width: 40px;
		height: 40px;
	}

	.ryzzSwiper .swiper-slide {
		transform: scale(1);
	}

	.equipment dl {
		width: 100%;
		margin-right: 0;
	}

	.equipment dl dd h2 {
		line-height: 26px;
		margin-bottom: 5px;
		font-size: 17px;
	}

	.equipment dl dd .pText,
	.doctor_detail .intro .pText p {
		font-size: 15px;
		line-height: 25px;
	}

	.environmentBox .mySwiper {
		display: none;
	}

	.environment-padd {
		padding: 30px 0 50px 0;
	}

	.environmentBox .mySwiper2 {
		width: 100%;
	}

	.environmentBox .slogan {
		width: 100%;
		position: relative;
		right: 0;
		top: 0;
		height: auto;
		padding: 20px 10px;
		flex-wrap: wrap;
	}

	.environmentBox .slogan p {
		width: 100%;
		text-align: center;
		font-size: 18px;
		line-height: 30px;
	}

	.environmentBox .swiper-button-prev {
		left: 10%;
	}

	.environmentBox .swiper-button-next,
	.environmentBox .swiper-button-prev {
		top: inherit;
		bottom: 10%;
	}

	.DoctorBox .swiper-slide .name p,
	.doctorList dl dd p {
		line-height: 40px;
		font-size: 15px;
	}

	.DoctorBox .swiper-slide .name span,
	.doctorList dl dd span {
		top: -30px;
		width: 50%;
		line-height: 30px;
		font-size: 15px;
	}

	.doctorList dl {
		width: 48%;
		margin: 0 1% 2rem 1%;
	}

	.doctor_detail .name {
		width: 100%;
		font-size: 20px;
		margin-bottom: 20px;
	}

	.doctor_detail .intro {
		width: 100%;
	}

	.doctor_detail .intro .d-job {
		font-size: 16px;
		line-height: 26px;
		font-weight: bold;
		margin-bottom: 15px;
	}

	.doctor_detail .intro .pText h3 {
		font-size: 17px;
		line-height: 28px;
	}

	.doctor_detail .picture {
		width: 50%;
		margin: 0 auto;
	}

	.yyznBox {
		width: 100%;
		height: auto;
		padding: 50px 20px;

	}

	.yyznBox .neirBox {
		width: 90%;
		margin: 0 auto;
	}

	.yyznBox .neirBox .item {
		line-height: 36px;
		font-size: 17px;
		margin-bottom: 15px;
	}

	.yyznBox .neirBox img {
		width: 120px;
	}

	.jzlcBox dl {
		width: 100%;
	}

	.jzlcBox dl dt {
		width: 100%;
		line-height: 40px;
		font-size: 18px;
	}

	.trafficBox dl dt .iconBox p {
		font-size: 17px;
		line-height: 30px;
	}

	.trafficBox dl dd p {
		width: 100%;
		padding-left: 15px;
		line-height: 26px;
		font-size: 15px;
	}

	.trafficBox dl dt {
		width: 100%;
		transform: skewX(0deg);
		left: 0;
	}

	.trafficBox dl dt .iconBox {
		transform: skewX(0deg);
		width: 100%;
		text-align: center;
		padding-left: 0;
	}

	.trafficBox dl dd {
		width: 94%;
		margin: 0 auto;
		padding: 15px 0;
	}

	.trafficBox dl dd p:after {
		top: 8px;
	}

	.new-time {
		width: 50%;
		display: flex;
	}

	.new-list2 li:after {
		display: none;
	}

	.new-list2-fc {
		float: left;
		width: 100%;
		padding-left: 0;
	}

	.new-time h1 {
		font-size: 16px;
		line-height: 26px;
	}

	.new-time span {
		padding-left: 10px;
		font-size: 15px;
		line-height: 26px;
	}

	.new-list2-fc h3 {
		font-size: 16px;
		line-height: 26px;
	}

	.new-list2-nav p {
		line-height: 26px;
		font-size: 15px;
	}

	.newsTitle h1 {
		font-size: 18px;
		line-height: 28px;
	}

	.newsTitle .bur {
		font-size: 14px;
	}

	.detailText {
		font-size: 15px;
		line-height: 26px;
		padding-bottom: 20px;
	}

	.educationBox {
		margin-bottom: 30px;
		background: url(../images/educationBg.jpg) no-repeat right 100%;
		background-size: 86%;
	}

	.educationBox .right {
		font-size: 16px;
		line-height: 30px;
		padding-top: 0.9375rem;
		padding-bottom: 200px;

	}

	.educationList dl dt,
	.educationList dl dd {
		width: 100%;
	}

	.educationList dl dt {
		padding: 20px 0;
	}

	.educationList dl dt .pText,
	.dyhBox p {
		font-size: 15px;
		line-height: 26px;
	}

	.educationSecond .dw {
		height: 64rem;
		top: 12%;
	}

	.aboutBit {
		background-size: 35px 22px;
		padding-right: 50px;
	}

	.aboutText,
	.aboutDif li .pText {
		font-size: 15px;
		line-height: 28px;
	}

	.aboutPicture .dw {
		width: 100%;
		left: 0;
		padding: 5px;
		position: relative;
		margin-top: 10px;
		bottom: 0;
	}

	.aboutPicture .dw p {
		width: 58%;
		font-size: 13px;
		line-height: 22px;
		padding-left: 1.5%;
	}

	.aboutDif li {
		width: 100%;
		height: auto;
		padding: 30px 20px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}

	.aboutDif li .iconfont {
		width: 50px;
		height: 50px;
		font-size: 36px;
	}

	.aboutDif li h2 {
		font-size: 18px;
	}

	.aboutBus dl {
		width: 100%;
	}

	.aboutBus dl:nth-child(2),
	.aboutBus dl:nth-child(4) {
		top: 0;
	}

	.aboutBus dl dd {
		padding: 10px 15px;
	}

	.aboutBus dl dd h2 {
		font-size: 18px;
		line-height: 30px;
	}

	.aboutBus dl dd .pText {
		width: 100%;
		font-size: 12px;
		line-height: 20px;
	}

	.economy_padd .ne_warp {
		width: 96%;
	}

	.proTab li {
		line-height: 32px;
		font-size: 16px;
	}

	.itemBox .left {
		width: 100%;
	}

	.itemBox .right {
		width: 100%;
	}

	.itemBox .right .aboutBit {
		font-size: 19px;
	}

	.itemBox .right .pText {
		font-size: 15px;
		line-height: 26px;
	}

	.itemBox .right .btn {
		width: 160px;
		line-height: 44px;
		margin-top: 25px;
	}

	.itemBox .right .btn a {
		font-size: 16px;
	}

	.itemBox .right .btn a img {
		width: 27px;
		height: 27px;
	}

	.economyBit h2 {
		font-size: 18px;
		line-height: 38px;
	}

	.econNav .ny-list ul li a {
		line-height: 40px;
		font-size: 17px;
		color: #000;
	}
	.newsList dl dt,.newsList dl dd{width: 100%;}
	.newsList dl dt .time {
	    font-size: 20px;
	    line-height: 24px;
	}
	.newsList dl dt .time span {
	    font-size: 15px;
	}
	.newsList dl dt h2 {
	    font-size: 16px;
	    line-height: 26px;}
		.aboutBtn {
		    width: 150px;
		    height: 35px;
		    line-height: 35px;
		    font-size: 15px;
		    margin: 25px 0;
		}
}