.banner {
	width: 100%;
	height: 100vh;
}

.banner .swiper-slide {
	padding-top: 90px;
	background-repeat: no-repeat;
	background-size: cover, cover;
	background-position: center;
	width: 100%;
}

.banner .swiper-slide:nth-of-type(5n-4) {
	background-image: url(../images/banner-1.jpg)
}

.banner .swiper-slide:nth-of-type(5n-3) {
	background-image: url(../images/banner-2.jpg)
}

.banner .swiper-slide:nth-of-type(5n-2) {
	background-image: url(../images/banner-3.jpg)
}


.banner .swiper-slide:nth-of-type(5n-1) {
	background-image: url(../images/banner-4.jpg)
}

.banner .swiper-slide:nth-of-type(5n) {
	background-image: url(../images/banner-5.jpg)
}

.banner .swiper,
.banner .swiper-wrapper,
.banner .swiper-slide {
	height: 100%;
}

.banner .swiper {
	position: relative;
}

.banner .text {
	display: flex;
	flex-flow: wrap;
	height: 100%;
	justify-content: space-between;
	align-items: center;
	align-content: center;
}

.banner .text .text-L {
	width: 50%;
	max-width: 600px;
	transform: translateX(-2000px);
	opacity: 0;
	transition: all .4s;
}

.banner .text .text-L h3 {
	font-size: 48px;
	color: #000000;
	padding-bottom: 25px;
}

.banner .text .text-L p {
	font-size: 24px;
	font-weight: 300;
	color: #000000;
	line-height: 2;
	padding-bottom: 120px;
}

.banner .text .text-img {
	width: 45%;
	transform: translateX(2000px);
	opacity: 0;
	transition: all .4s;
}

.banner .text .text-img img {
	width: 100%;
}

.banner .swiper-slide.swiper-slide-active .text .text-L {
	transform: translateX(0px);
	opacity: 1;
}

.banner .swiper-slide.swiper-slide-active .text .text-img {
	transform: translateX(0px);
	opacity: 1;
}

.more a {
	display: flex;
	width: 120px;
	color: #ffffff;
	font-size: 16px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ffffff;
	justify-content: space-between;
	align-content: center;
	align-items: center;
}

.more a img {
	height: 14px;
}

.banner .more a {
	color: #000000;
	border-bottom: 1px solid #000000;
}

.banner .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	position: relative;
	background-color: #000000;
}

.banner .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
	content: '';
	width: 24px;
	height: 24px;
	background-color: rgba(0, 0, 0, 0.25);
	position: absolute;
	left: 50%;
	top: 50%;
	border-radius: 50%;
	transform: translate(-50%, -50%);
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 8px;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 20px;
}

.banner .swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
	display: inline-block;
}

@media (max-width:1200px) {}

@media (max-width:768px) {
	.banner .text .text-img {
		width: 100%;
		padding-top: 15px;
		padding-bottom: 40px;
	}
	.banner .swiper-slide {}
	.banner .text {}
	.banner .text .text-L {
		width: 100%;
		max-width: none;
	}
	.banner .text .text-L h3 {
		font-size: 24px;
		padding-bottom: 15px;
		text-align: center;
		color: #002d6280;
	}
	.banner .text .text-L p {
		padding-bottom: 20px;
		font-size: 16px;
		display: none;
	}
	.banner .swiper-slide {
		padding-bottom: 90px;
		height: 310px;
	}
	.banner .more {
		display: none;
	}
	.banner .more a {}
	.banner {
		height: auto;
	}


.banner .swiper-slide:nth-of-type(5n-4) {
	background-image: url(../images/banner-11.jpg)
}

.banner .swiper-slide:nth-of-type(5n-3) {
	background-image: url(../images/banner-22.jpg)
}

.banner .swiper-slide:nth-of-type(5n-2) {
	background-image: url(../images/banner-33.jpg)
}


.banner .swiper-slide:nth-of-type(5n-1) {
	background-image: url(../images/banner-44.jpg)
}

.banner .swiper-slide:nth-of-type(5n) {
	background-image: url(../images/banner-55.jpg)
}
}


/*首页优势*/

.index-advantage h2 {
	text-align: center;
	font-size: 36px;
	font-weight: 600;
	color: #002D62;
	margin: 0;
	padding-bottom: 10px;
}

.index-advantage h2+p {
	font-size: 20px;
	color: #555555;
	text-align: center;
}

.index-advantage ul {
	display: flex;
	flex-flow: wrap;
	padding-top: 50px;
}

.index-advantage ul li {
	width: 25%;
	padding: 30px 30px;
	text-align: center;
}

.index-advantage ul li+li {
	border-left: 1px solid #dddddd;
}

.index-advantage ul li:hover {
	box-shadow: 0 0 6px #dddddd;
}

.index-advantage ul li .img img {
	width: 50%;
	max-width: 90px;
	padding-bottom: 20px;
}

.index-advantage ul li h4 {
	font-size: 24px;
	margin: 0;
	padding-bottom: 10px;
}

.index-advantage ul li p {
	font-size: 16px;
	color: #666666;
}

@media (max-width:768px) {
	.index-advantage h2 {
		font-size: 24px;
		padding-bottom: 5px;
	}
	.index-advantage h2+p {
		font-size: 15px;
	}
	.index-advantage ul {
		padding-top: 30px;
	}
	.index-advantage ul li {
		padding: 35px 15px;
		width: 50%;
	}
	.index-advantage ul li:nth-of-type(3) {
		border-top: 1px solid #dddddd;
		border-left: 0px solid #dddddd;
	}
	.index-advantage ul li:nth-of-type(4) {
		border-top: 1px solid #dddddd;
	}
	.index-advantage ul li .img img {
		max-width: 50px;
		padding-bottom: 15px;
	}
	.index-advantage ul li h4 {
		font-size: 18px;
	}
	.index-advantage ul li p {
		font-size: 14px;
	}
}


/*首页关于我们*/

.index-about-bj {
	background-image: url(../images/about.jpg);
	width: 100%;
	height: 650px;
	background-repeat: no-repeat;
	background-size: cover, cover;
	background-position: top, center;
}

@media (max-width:1200px) {
	.index-about-bj {
		height: 400px;
	}
}

@media (max-width:768px) {
	.index-about-bj {
		height: 250px;
	}
}

.index-about {
	padding: 80px 100px;
	background-color: #002d62;
	margin: 0 150px;
	margin-top: -200px;
	color: #ffffff;
	display: flex;
	flex-flow: wrap;
}

.index-about .index-about-L {
	width: 50%;
}

.index-about .index-about-R {
	width: 50%
}

.index-about .logo {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-content: flex-end;
	align-items: flex-end;
	padding-bottom: 35px;
}

.index-about .logo .img {
	flex: 0 0 auto;
	align-self: center;
}

.index-about .logo img {
	height: 50px;
}

.index-about .logo h3 {
	flex: 0 0 auto;
	align-self: center;
	margin: 0;
	padding: 0;
	padding-left: 25px;
	font-size: 24px;
	font-weight: 600;
}

.index-about h4.h4-1 {
	font-size: 42px;
	padding-bottom: 5px;
	margin-bottom: 0;
}

.index-about h4.h4-2 {
	font-size: 42px;
	font-weight: 600;
}

.index-about .more {
	padding-top: 100px;
}

.index-about .main h5 {
	font-size: 24px;
	font-weight: 900;
	margin-bottom: 0;
	line-height: 2.4;
	padding-bottom: 10px;
}

.index-about .main p {
	font-size: 16px;
	line-height: 2;
	margin-bottom: 25px;
}

.index-about .main p:nth-of-type(3) {
	margin-bottom: 0;
}

@media (max-width:1200px) {
	.index-about {
		width: calc(100% - 200px);
		margin: 0 100px;
		margin-top: -150px;
		padding: 30px 50px;
	}
	.index-about h4.h4-1 {
		font-size: 32px;
	}
	.index-about h4.h4-2 {
		font-size: 32px;
	}
}

@media (max-width:980px) {
	.index-about .index-about-L {
		width: 100%;
	}
	.index-about .index-about-R {
		width: 100%
	}
	.index-about .more {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.index-about h4.h4-1 {
		font-size: 24px;
	}
	.index-about h4.h4-2 {
		font-size: 24px;
	}
	.index-about .main h5 {
		font-size: 20px;
	}
}

@media (max-width:768px) {
	.index-about {
		width: 100%;
		margin: 0;
		padding: 40px 20px;
	}
	.index-about .logo {
		padding-bottom: 20px;
	}
	.index-about h4.h4-1 {
		font-size: 20px;
	}
	.index-about h4.h4-2 {
		font-size: 20px;
	}
	.index-about .main h5 {
		font-size: 16px;
	}
	.index-about .main p {
		line-height: 1.8;
	}
}


/*首页产品*/

.index-product h2 {
	text-align: center;
	font-size: 36px;
	font-weight: 600;
	color: #002D62;
	margin: 0;
	padding-bottom: 30px;
}

.index-product h2+p {
	font-size: 16px;
	line-height: 1.6;
	color: #555555;
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	padding-bottom: 50px;
	text-align: center;
}

.index-product ul {
	display: flex;
	flex-flow: wrap;
	gap: 30px;
}

.index-product ul li {
	width: calc(25% - (90px/4));
	background-color: #f1f1f1;
	padding: 15px;
	padding-bottom: 0;
	transition: all 0.5s ease 0s;
}

.index-product ul li .img {
	overflow: hidden;
}

.index-product ul li .img img {
	width: 100%;
	display: block;
	transition: all 0.5s ease 0s;
}

.index-product ul li h6 {
	font-size: 16px;
	margin: 0;
	padding: 30px 0;
	color: #000000;
	position: relative;
}

.index-product ul li h6:after {
	content: "";
	display: block;
	position: absolute;
	right: -15px;
	top: 20px;
	width: 44px;
	height: 40px;
	border-radius: 20px 0 0 20px;
	transition: 0.5s;
	background: url(../picture/left.png) 15px center no-repeat #002D62;
}

.index-product ul li:hover {
	background-color: #002D62;
}

.index-product ul li:hover h6:after {
	right: 0px;
	background: url(../picture/left1.png) 15px center no-repeat #ffffff;
}

.index-product ul li:hover .img img {
	transform: scale(1.2);
}

.index-product ul li:hover h6 {
	color: #ffffff;
}

@media (max-width:980px) {
	.index-product ul {
		gap: 20px
	}
	.index-product ul li {
		width: calc(50% - (20px/2));
	}
}

@media (max-width:768px) {
	.index-product h2 {
		font-size: 24px;
		padding-bottom: 10px;
	}
	.index-product h2+p {
		font-size: 14px;
		padding-bottom: 20px;
	}
	.index-product ul {
		gap: 10px;
	}
	.index-product ul li {
		width: 100%;
		padding: 10px;
		padding-bottom: 0;
	}
	.index-product ul li h6 {
		font-size: 15px;
		padding: 15px 0;
	}
	.index-product ul li h6:after {
		right: -10px;
		top: 10px;
		width: 44px;
		height: 30px;
		border-radius: 20px 0 0 20px;
		transition: 0.5s;
		background: url(../picture/left.png) 10px center no-repeat #002D62;
	}
}


/*行业应用*/

.index-case h2 {
	text-align: center;
	font-size: 36px;
	font-weight: 600;
	color: #002D62;
	margin: 0;
	padding-bottom: 10px;
}

.index-case h2+p {
	font-size: 20px;
	text-align: center;
	line-height: 1.6;
	color: #555555;
	padding-bottom: 50px;
}

.index-case .swiper-list {
	width: 100%;
	background-color: #ffffff;
}

.index-case .swiper-slide-active .swiper-list {
	background-color: #002D62;
}

.index-case .swiper-list .img {
	padding: 25px;
	border: 1px solid #dddddd;
	overflow: hidden;
}

.index-case .swiper-slide-active .swiper-list .img {
	border: 1px solid #002D62;
}

.index-case .swiper-list .img .img-b {
	overflow: hidden;
	width: 100%;
}

.index-case .swiper-list .img .img-b img {
	width: 100%;
	transition: all 0.5s ease 0s;
	display: block;
}

.index-case .swiper-list:hover .img .img-b img {
	transform: scale(1.2);
}

.index-case .swiper-list h6 {
	font-size: 20px;
	margin: 0 20px;
	padding: 25px 0;
	border-bottom: 1px solid #dddddd;
	color: #000000;
}

.index-case .swiper-slide-active .swiper-list h6 {
	color: #ffffff;
	border-bottom: 1px solid #002D62;
	border-top: 1px solid #ffffff;
}

.index-case .swiper-slide {
	transition: 300ms;
	transform: scale(0.9);
}

.index-case .swiper-slide-active,
.swiper-slide-duplicate-active {
	transform: scale(1);
}

.index-case .swiper-container {
	position: relative;
}

.index-case .swiper-button-prev,
.index-case .swiper-button-next {
	width: 50px;
	height: 50px;
	border-radius: 50px;
	padding: 10px;
	background-color: #002D62;
	color: #ffffff;
}

.index-case .swiper-button-prev:after,
.index-case .swiper-button-next:after {
	font-size: 16px;
}

.index-case .swiper-pagination-bullet {
	opacity: 0.4;
	background-color: #ffffff;
}

.index-case .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #ffffff;
	opacity: 1;
}

@media (max-width:768px) {
	.index-case h2 {
		font-size: 24px;
	}
	.index-case h2+p {
		font-size: 15px;
		padding-bottom: 20px;
	}
	.index-case .swiper-list h6 {
		font-size: 18px;
		padding-top: 15px;
		padding-bottom: 35px;
		text-align: center;
	}
}


/*首页设备设施*/

.index-device {
	background-image: url(../images/index-device.jpg);
	background-repeat: no-repeat;
	background-size: cover, cover;
	background-position: center;
	width: 100%;
	overflow: hidden;
}

.index-device h2 {
	text-align: center;
	font-size: 36px;
	font-weight: 600;
	color: #ffffff;
	margin: 0;
	padding-bottom: 10px;
}

.index-device h2+p {
	font-size: 20px;
	text-align: center;
	line-height: 1.6;
	color: #ffffff;
	padding-bottom: 50px;
}

.index-device .swiper-slide {
	display: flex;
	flex-flow: wrap;
}

.index-device .swiper-slide .index-device-text {
	width: 200px;
	background-color: #ffffff;
	padding: 50px;
}

.index-device .swiper-slide .index-device-text h5.L-H {
	height: 250px;
}

.index-device .swiper-slide .img {
	width: calc(100% - 200px);
	background-repeat: no-repeat;
	background-size: cover, cover;
	background-position: center;
}

.index-device .swiper-slide .index-device-text h6 {
	font-size: 60px;
	font-family: 'Swis721WGL4BTRoman';
	padding-bottom: 20px;
	margin: 0;
	line-height: 1;
	color: #002D62;
}

.index-device .swiper-slide .index-device-text h5 {
	writing-mode: vertical-lr;
	font-size: 36px;
	font-weight: 600;
	color: #002D62;
}

.L-S {
	letter-spacing: 10px;
}

.index-device .swiper-slide .img img {
	width: 100%;
	display: block;
}

.swiper-button {
	width: 100%;
	height: 80px;
	margin: 0 auto;
	margin-top: -1px;
	padding: 0 20px;
	background-color: #ffffff;
	position: relative;
	z-index: 2;
}

.swiper-button .swiper-button-prev,
.swiper-button .swiper-button-next {
	color: #002D62;
	background-color: rgba(114, 150, 192, 0.05);
	border-radius: 5px;
	display: inline-block;
	width: 40px;
	height: 40px;
	display: flex;
	z-index: 11;
}

.swiper-button .swiper-button-prev:hover,
.swiper-button .swiper-button-next:hover {
	background-color: rgba(114, 150, 192, 1.05);
	color: #ffffff;
}

.swiper-button .swiper-button-prev:after,
.swiper-button .swiper-button-next:after {
	font-size: 16px;
}

.swiper-button .swiper-pagination-bullet {
	background-color: #002D62;
}

.swiper-button .swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: 30px;
}

.swiper-button .swiper-pagination {
	display: flex;
	flex-flow: wrap;
	gap: 5px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%);
	bottom: 10px;
}

@media (max-width:1600px) {
	.index-device .swiper-slide .index-device-text {
		width: 180px;
	}
	.index-device .swiper-slide .img {
		width: calc(100% - 180px);
	}
}

@media (max-width:1400px) {
	.index-device .swiper-slide .index-device-text {
		width: 160px;
	}
	.index-device .swiper-slide .img {
		width: calc(100% - 160px);
	}
}

@media (max-width:1200px) {
	.index-device .swiper-slide .index-device-text {
		width: 100px;
		padding: 30px;
	}
	.index-device .swiper-slide .img {
		width: calc(100% - 100px);
	}
	.index-device .swiper-slide .index-device-text h6 {
		font-size: 32px;
	}
	.index-device .swiper-slide .index-device-text h5 {
		font-size: 24px;
	}
	.index-device .swiper-slide .index-device-text h5.L-H {
		height: 160px;
	}
}

@media (max-width:768px) {
	.swiper-button {
		height: 60px;
	}
	.swiper-button .swiper-button-prev,
	.swiper-button .swiper-button-next {
		width: 35px;
		height: 35px;
	}
	.index-device h2 {
		font-size: 24px;
	}
	.index-device h2+p {
		font-size: 15px;
		padding: 0 20px;
		padding-bottom: 30px;
	}
}


/*首页新闻*/

.index-new h2 {
	text-align: center;
	font-size: 36px;
	font-weight: 600;
	color: #002D62;
	margin: 0;
	padding-bottom: 10px;
}

.index-new h2+p {
	font-size: 20px;
	text-align: center;
	line-height: 1.6;
	color: #555555;
	padding-bottom: 50px;
}

.index-new .index-new-list {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}

.index-new .index-new-L {
	width: 45%;
	background-color: #002D62;
	padding: 40px;
}

.index-new .index-new-R {
	width: 52%;
}

.index-new .index-new-L time {
	font-size: 20px;
	color: #FFFFFF;
}

.index-new .index-new-L h6 {
	margin: 0;
	padding: 10px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index-new .index-new-L h6 a {
	font-size: 20px;
	color: #FFFFFF;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index-new .index-new-L p {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.75);
	margin: 0;
	line-height: 1.6;
	border-left: 1px solid rgba(255, 255, 255, 0.85);
	padding-left: 20px;
	margin: 5px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.index-new .index-new-L .img {
	width: 100%;
	overflow: hidden;
	margin: 30px 0;
}

.index-new .index-new-L .img .img-b {
	background-repeat: no-repeat;
	background-size: cover, cover;
	background-position: center;
	width: 100%;
	height: 250px;
	transition: all 0.3s ease 0s;
}

.index-new .index-new-L:hover .img .img-b {
	transform: scale(1.2);
}

.index-new .index-new-L .more {
	display: inline-block;
	font-size: 16px;
	color: #002D62;
	font-size: 14px;
	background-color: #ffffff;
	padding: 12px 50px;
}

.index-new .index-new-L:hover .more {
	color: #ffffff;
	background-color: #d31e1e;
}

.index-new .index-new-R ul li {
	border-bottom: 1px solid #dddddd;
	padding: 30px 0;
}

.index-new .index-new-R ul li:first-child {
	border-top: 1px solid #dddddd;
}

.index-new .index-new-R ul li .li-L {
	display: flex;
	flex-flow: wrap;
	margin-bottom: 10px;
}

.index-new .index-new-R ul li .li-L h6 {
	width: calc( 100% - 100px);
	color: #333333;
	font-size: 20px;
	margin: 0;
}

.index-new .index-new-R ul li:hover .li-L h6 {
	color: #002D62;
}

.index-new .index-new-R ul li .li-L time {
	font-size: 24px;
	color: #999999;
	line-height: 1;
	margin: 0;
	text-align: right;
	width: 100px;
}

.index-new .index-new-R ul li:hover .li-L time {
	color: #555555;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index-new .index-new-R ul li .li-R {
	display: flex;
	flex-flow: wrap;
	align-items: center;
}

.index-new .index-new-R ul li .li-R p {
	width: calc( 100% - 100px);
	color: #555555;
	font-size: 16px;
	line-height: 1.6;
	margin: 0;
	height: 52px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.index-new .index-new-R ul li:hover .li-R p {
	color: #000000;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.index-new .index-new-R ul li .li-R .img {
	width: 100px;
	padding-left: 60px;
	transition: all 0.3s ease 0s;
}

.index-new .index-new-R ul li .li-R .img img {
	height: 14px;
}

.index-new .index-new-R ul li:hover .li-R .img {
	text-align: left;
	padding-left: 40px;
}

@media (max-width:980px) {
	.index-new .index-new-L,
	.index-new .index-new-R {
		width: 100%;
	}
}

@media (max-width:768px) {
	.index-new h2 {
		font-size: 24px;
		padding-bottom: 5px;
	}
	.index-new h2+p {
		font-size: 15px;
		padding-bottom: 20px;
	}
	.index-new .index-new-L {
		padding: 25px 15px;
	}
	.index-new .index-new-L time {
		font-size: 15px;
	}
	.index-new .index-new-L h6 {
		padding: 5px 0;
	}
	.index-new .index-new-L h6 a {
		font-size: 16px;
	}
	.index-new .index-new-L p {
		font-size: 14px;
		padding-left: 10px;
	}
	.index-new .index-new-L .img {
		margin: 15px 0;
	}
	.index-new .index-new-L .img .img-b {
		height: 200px;
	}
	.index-new .index-new-L .more {
		padding: 8px 25px;
	}
	.index-new .index-new-R ul li {
		padding: 15px 0;
	}
	.index-new .index-new-R ul li .li-L {
		margin-bottom: 5px;
	}
	.index-new .index-new-R ul li .li-L h6 {
		font-size: 16px;
	}
	.index-new .index-new-R ul li .li-L time {
		font-size: 16px;
	}
	.index-new .index-new-R ul li .li-R p {
		font-size: 14px;
		height: 45px;
		width: calc(100% - 50px);
	}
	.index-new .index-new-R ul li .li-R .img {
		width: 50px;
		padding-left: 30px;
	}
}

.index-device ul {
	display: flex;
	flex-flow: wrap;
	align-content: flex-start;
	align-items: flex-start;
	position: relative;
}

.index-device ul li {
	display: flex;
	flex-flow: wrap;
	padding: 50px;
	width: 50%;
}

.index-device ul li .l-L {
	width: 60%;
}

.index-device ul li .l-R {
	width: 40%;
	padding-left: 30px;
}

.index-device ul li img {
	width: 100%;
	display: block;
}

.index-device ul li h5 {
	font-size: 27px;
	padding-bottom: 20px;
	color: #ffffff;
}

.index-device ul li p {
	font-size: 15px;
	padding-bottom: 0px;
	line-height: 2;
	color: #ffffff;
}

.index-device ul li p span {
	color: #b81c22;
	font-size: 32px;
	font-weight: 600;
	padding: 0 5px;
	color: #ffffff;
}

.index-device .more-text {
	padding-top: 20px;
}

.index-device .more-text a {
	margin: 0 auto;
}

@media (max-width:1600px) {
	.index-device ul li {
		width: 100%;
		max-width: 980px;
		margin: 0 auto;
		padding: 25px 50px;
	}
}

@media (max-width:768px) {
	.index-device ul li {
		padding: 10px 10px;
	}
	.index-device ul li h5 {
		font-size: 18px;
		padding-bottom: 10px;
	}
	.index-device ul li p {
		line-height: 1.8;
	}
	.index-device ul li p span {
		font-size: 18px;
	}
}

@media (max-width:500px) {
	.index-device ul li .l-L {
		width: 100%;
	}
	.index-device ul li .l-R {
		width: 100%;
		padding-left: 0px;
		padding-top: 15px;
	}
}