.index-banner {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0.6rem;
}
.swiper-pagination-bullet {
    width: 1.5rem;
    height: 1.5rem;
}
.swiper-pagination-bullet-active {
    background-color: #ea5504;
}
.index-banner .banner-txt {
	top: 0;
	left: 50%;
	z-index: 2;
	width: 130rem;
	padding: 32rem 0;
	overflow: hidden;
	position: absolute;
}
.banner-txt h2 {
	color: #FFFFFF;
	font-size: 6rem;
	line-height: 7.2rem;
	font-weight: lighter;
}
.banner-txt:after {
	content: '';
	width: 5.7rem;
	height: 0.5rem;
	display: block;
	overflow: hidden;
	margin: 1rem 0 0;
	position: relative;
	background-color: #FFFFFF;
}
@media only screen and (max-width: 991px) {
	.index-banner img:nth-of-type(1) {
		display: none;
	}
	.index-banner img {
		width: 100%;
	}
	.index-banner .banner-txt {
		width: 65rem;
		padding: 25rem 0;
    	margin-left: -32.5rem;
	}
}
@media only screen and (max-width: 720px) {
	.index-banner .banner-txt {
		width: 32.5rem;
		padding: 15rem 0;
    	margin-left: -16.25rem;
	}
	.banner-txt h2 {
		font-size: 3rem;
		line-height: 3.6rem;
	}
	.banner-txt:after {
		width: 2.8rem;
		height: 0.3rem;
	}
}
@media only screen and (min-width: 992px) {
	.index-banner img:nth-of-type(2) {
		display: none;
	}
	.index-banner img {
		left: 50%;
		width: 140rem;
		position: relative;
		margin-left: -70rem;
	}
	.index-banner .banner-txt {
		width: 97rem;
		padding: 28rem 0;
    	margin-left: -48.5rem;
	}
	.banner-txt h2 {
		font-size: 4rem;
		line-height: 4.8rem;
	}
	.banner-txt:after {
		width: 3.8rem;
    	height: 0.3rem;
	}
}
@media only screen and (min-width: 1200px) {
	.index-banner img {
		width: 160rem;
		margin-left: -80rem;
	}
	.index-banner .banner-txt {
		width: 110rem;
    	margin-left: -55rem;
	}
	.banner-txt h2 {
		font-size: 4.5rem;
		line-height: 5.5rem;
	}
	.banner-txt:after {
		width: 4.5rem;
    	height: 0.4rem;
	}
}
@media only screen and (min-width: 1550px) {
	.index-banner img {
		width: 192rem;
		margin-left: -96rem;
	}
	.index-banner .banner-txt {
		width: 128rem;
		padding: 32rem 0;
    	margin-left: -64rem;
	}
	.banner-txt h2 {
		font-size: 6rem;
		line-height: 7.2rem;
	}
	.banner-txt:after {
		width: 5.7rem;
    	height: 0.5rem;
	}
}
@media only screen and (min-width: 1920px) {
	.index-banner img {
		left: 0;
		width: 100%;
		margin-left: 0px;
	}
}
/*盛通四海共携手　誉满天下占鳌头*/
.index1 {
	width: 100%;
	overflow: hidden;
	padding: 7rem 0 9.5rem;
	background-repeat: no-repeat;
	background-position: bottom right;
	background: #f8f8f8 url(../img/index1.png);
}
.index1 .index1-title {
	width: 100%;
	color: #969697;
	overflow: hidden;
	font-size: 1.6rem;
	text-align: center;
	line-height: 2.9rem;
}
.index1-title h2 {
	color: #333333;
	font-size: 4rem;
	margin: 0 0 3.8rem;
	line-height: 5.5rem;
}
.index1 .index1-list {
	width: 100%;
	height: 18.8rem;
	margin: 8rem 0 0;
}
.index1-list a {
	float: left;
	width: 35rem;
	padding: 1px;
	display: block;
	margin: 0 2rem;
	cursor: pointer;
	transition: all 0.5s;
	background-color: #FFFFFF;
}
.index1-list .list-img {
	width: 100%;
	overflow: hidden;
	position: relative;
	background-color: #000000;
}
.list-img img {
	width: 100%;
	opacity: 0.5;
	transition: all 0.5s;
}
.list-img:after {
	top: 50%;
	left: 50%;
	z-index: 1;
	content: '';
	width: 5rem;
	height: 5rem;
	display: block;
	overflow: hidden;
	border-radius: 50%;
	position: absolute;
	transition: all 0.5s;
	margin: -2.5rem 0 0 -2.5rem;
	background: rgba(0,0,0,0.5) url(../img/index1-ico.png);
	background-repeat: no-repeat;
	background-position: center;
}
.index1-list a p {
	width: 100%;
	color: #666666;
	padding: 1.5rem;
	font-size: 1.4rem;
	transition: all 0.5s;
}
.index1-list a:hover .list-img:after {
	opacity: 0;
}
.index1-list a:hover .list-img img  {
	opacity: 1;
	transform: scale(1.1);
}
.index1-list a:hover {
	background-color: #ea5504;
	box-shadow: 0px 0px 2.5rem rgba(0,0,0,0.3);
}
.index1-list a:hover p {
	color: #FFFFFF;
}
.index1 .index1-more {
	width: 17rem;
	height: 4.5rem;
	display: block;
	color: #FFFFFF;
	overflow: hidden;
	font-size: 1.6rem;
	text-align: center;
	line-height: 4.5rem;
	transition: all 0.5s;
	border-radius: 2.3rem;
	margin: 6.5rem auto 0;
	background-color: #ea5504;
	box-shadow: 0px 0.3rem 1.3rem rgba(234,85,4,0.38);
}
.index1 .index1-more:hover {
	transform: scale(1.1);
}
@media only screen and (max-width: 991px) {
	.index1 {
		padding: 7rem 0 8rem;
	}
	.index1 .index1-title {
		font-size: 2.4rem;
		line-height: 3.6rem;
	}
	.index1-title h2 {
		font-size: 4rem;
		line-height: 5rem;
		margin: 0 0 2.4rem;
	}
	.index1 .index1-list {
		height: auto;
		overflow: hidden;
		margin: 7rem 0 0;
	}
	.index1-list a {
		width: 30.7rem;
	}
	.index1-list a:nth-of-type(2n+1){
		margin: 0 3.6rem 3.6rem 0;
	}
	.index1-list a:nth-of-type(2n){
		margin: 0 0 3.6rem;
	}
	.list-img:after {
		width: 7rem;
		height: 7rem;
		background-size: 2.6rem;
		margin: -3.5rem 0 0 -3.5rem;
	}
	.index1-list a p {
		padding: 2.2rem;
		font-size: 1.9rem;
		line-height: 2rem;
	}
	.index1 .index1-more {
		width: 20rem;
		height: 5.3rem;
		font-size: 2.4rem;
		line-height: 5.3rem;
		border-radius: 2.7rem;
		margin: 3.6rem auto 0;
	}
}
@media only screen and (max-width: 720px) {
	.index1 {
		padding: 3.5rem 0 4rem;
	}
	.index1 .index1-title {
		font-size: 1.3rem;
		line-height: 2.2rem;
	}
	.index1-title h2 {
		font-size: 2rem;
		margin: 0 0 1.5rem;
		line-height: 2.5rem;
	}
	.index1 .index1-list {
		margin: 3rem 0 0;
	}
	.index1-list a {
		width: 15.5rem;
	}
	.index1-list a:nth-of-type(2n+1){
		margin: 0 1.5rem 1.5rem 0;
	}
	.index1-list a:nth-of-type(2n){
		margin: 0 0 1.5rem;
	}
	.list-img:after {
		width: 4rem;
		height: 4rem;
		background-size: 1.5rem;
		margin: -2rem 0 0 -2rem;
	}
	.index1-list a p {
		padding: 0.8rem;
		font-size: 1.2rem;
		line-height: 1.3rem;
	}
	.index1 .index1-more {
		width: 10rem;
		height: 3rem;
		font-size: 1.4rem;
		line-height: 3rem;
		margin: 2rem auto 0;
		border-radius: 1.5rem;
	}
}
@media only screen and (min-width: 992px) {
	.index1 {
		padding: 4.2rem 0 5.7rem;
		background-size: 68.5rem;
	}
	.index1 .index1-title {
		font-size: 1.4rem;
		line-height: 2.2rem;
	}
	.index1 .index1-title br {
		display: none;
	}
	.index1-title h2 {
		font-size: 2.8rem;
		margin: 0 0 2.1rem;
		line-height: 3.8rem;
	}
	.index1 .index1-list {
		width: 160rem;
		height: 26.5rem;
		margin: 4.4rem auto 0;
	}
	.index1-list a {
		width: 35rem;
		margin: 0 2rem;
	}
	.list-img:after {
		width: 3.6rem;
		height: 3.6rem;
		background-size: 1.3rem;
		margin: -1.8rem 0 0 -1.8rem;
	}
	.index1-list a p {
		padding: 1rem;
		font-size: 1.2rem;
		line-height: 1.3rem;
	}
	.index1 .index1-more {
		width: 12rem;
		height: 3rem;
		font-size: 1.2rem;
		line-height: 3rem;
		border-radius: 1.5rem;
		margin: 4.5rem auto 0;
	}
}
@media only screen and (min-width: 1200px) {
	.index1 {
		background-size: 78rem;
		padding: 5.6rem 0 7.5rem;
	}
	.index1 .index1-title {
		font-size: 1.4rem;
		line-height: 2.3rem;
	}
	.index1-title h2 {
		margin: 0 0 3rem;
		font-size: 3.2rem;
		line-height: 4.4rem;
	}
	.index1 .index1-list {
		margin: 6.4rem auto 0;
	}
	.index1-list a {
		width: 35rem;
		margin: 0 2rem;
	}
	.list-img:after {
		width: 4rem;
		height: 4rem;
		background-size: 1.6rem;
		margin: -2rem 0 0 -2rem;
	}
	.index1-list a p {
		padding: 1rem;
	}
	.index1 .index1-more {
		height: 4rem;
		width: 13.6rem;
		font-size: 1.4rem;
		line-height: 4rem;
		border-radius: 2rem;
		margin: 5.2rem auto 0;
	}
}
@media only screen and (min-width: 1550px) {
	.index1 {
		padding: 7rem 0 9.5rem;
		background-size: 97.6rem;
	}
	.index1 .index1-title {
		font-size: 1.6rem;
		line-height: 2.9rem;
	}
	.index1-title h2 {
		font-size: 4rem;
		margin: 0 0 3.8rem;
		line-height: 5.5rem;
	}
	.index1 .index1-list {
		margin: 8rem auto 0;
	}
	.list-img:after {
		width: 5rem;
		height: 5rem;
		background-size: 1.9rem;
		margin: -2.5rem 0 0 -2.5rem;
	}
	.index1-list a p {
		padding: 1.5rem;
		font-size: 1.4rem;
		line-height: 1.5rem;
	}
	.index1 .index1-more {
		width: 17rem;
		height: 4.5rem;
		font-size: 1.6rem;
		line-height: 4.5rem;
		border-radius: 2.3rem;
		margin: 6.5rem auto 0;
	}
}
/*弹出视频*/
.video-masked {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 110;
	display: none;
	position: fixed;
	overflow: hidden;
	background-color: rgba(0,0,0,0.8);
}
.video-masked ul {
	top: 0px;
	right: 0px;
	width: 12rem;
	height: 12rem;
	overflow: hidden;
	position: absolute;
	border-radius: 0 0 0 12rem;
	background-color: rgba(0,0,0,0.8);
}
.video-masked ul li {
	width: 4.4rem;
	height: 4.4rem;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	margin: 2rem 4.5rem;
}
.video-masked ul li:before,.video-masked ul li:after {
	top: 50%;
	left: 50%;
	content: '';
	width: 4.4rem;
	height: 0.6rem;
	display: block;
	overflow: hidden;
	position: absolute;
	border-radius: 0.3rem;
	transform: rotate(45deg);
	background-color: #ffffff;
	margin: -0.3rem 0 0 -2.2rem;
}
.video-masked ul li:after {
	transform: rotate(-45deg);
}
.video-masked .video-box {
	top: 50%;
	left: 50%;
	width: 80rem;
	overflow: hidden;
	position: relative;
	margin: -25rem 0 0 -40rem;
}
.video-box video {
	width: 100%;
	display: none;
}
@media only screen and (max-width: 991px) {
	.video-masked .video-box {
		width: 70rem;
		margin: -20rem 0 0 -35rem;
	}
}
@media only screen and (max-width: 720px) {
	.video-masked ul {
		width: 0.6rem;
		height: 0.6rem;
		border-radius: 0 0 0 0.6rem;
	}
	.video-masked ul li {
		width: 2.4rem;
		height: 2.4rem;
		margin: 1rem 2.2rem;
	}
	.video-masked ul li:before,.video-masked ul li:after {
		width: 2.4rem;
		height: 0.2rem;
		border-radius: 0.1rem;
		margin: -0.1rem 0 0 -1.2rem;
	}
	.video-masked .video-box {
		top: 0px;
		left: 0px;
		width: 100%;
		margin: 15rem 0;
		padding: 0 1.5rem;
	}
}
/*技术研发*/
.index2 {
	width: 100%;
	overflow: hidden;
}
.index2 a {
	width: 25%;
	float: left;
	display: block;
	overflow: hidden;
	position: relative;
}
.index2 a img {
	left: 50%;
	width: 48rem;
	display: block;
	position: relative;
	margin-left: -24rem;
	transition: all 0.5s;
}
.index2 a:before {
	top: 50%;
	left: 50%;
	z-index: 1;
	opacity: 0;
	width: 5rem;
	height: 5rem;
	content: '+';
	display: block;
	color: #333333;
	font-size: 3rem;
	overflow: hidden;
	line-height: 5rem;
	font-weight: bold;
	text-align: center;
	font-family: arial;
	border-radius: 50%;
	position: absolute;
	transition: all 0.5s;
	background-color: #FFFFFF;
	margin: -2.5rem 0 0 -2.5rem;
}
.index2 a .index2-txt {
	left: 0;
	bottom: 0;
	z-index: 1;
	opacity: 0;
	width: 100%;
	height: 20rem;
	color: #878787;
	overflow: hidden;
	font-size: 1.6rem;
	position: absolute;
	transition: all 0.5s;
	padding: 0 0 0 6.5rem;
	background-color: #f9f8f6;
}
.index2 a strong {
	color: #333333;
}
.index2 a:hover img {
	transform: scale(1.1);
}
.index2 a:hover:before {
	opacity: 1;
}
.index2 a:hover .index2-txt {
	opacity: 1;
	height: 7rem;
	line-height: 7rem;
}
@media only screen and (max-width: 991px) {
	.index2 a {
	    width: 100%;
	    float: none;
	}
	.index2 a img {
		left: 0;
		margin: 0;
		width: 100%;
	}
	.index2 a .index2-txt {
	    opacity: 1;
	    height: auto;
	    padding: 4rem 0;
	    font-size: 2.4rem;
	    position: relative;
	}
	.index2-txt p {
		width: 65rem;
		margin: 0 auto;
		overflow: hidden;
	    line-height: 4.5rem;
	}
	.index2 a strong {
		float: left;
		display: block;
		font-size: 3.6rem;
		margin-right: 1rem;
	}
	.index2-txt p span {
		float: left;
		display: block;
		margin-right: 1rem;
	}
}
@media only screen and (max-width: 720px) {
	.index2 a .index2-txt {
	    padding: 1.5rem 0;
	    font-size: 1.4rem;
	}
	.index2-txt p {
		width: 32.5rem;
	    line-height: 2.5rem;
	}
	.index2 a strong {
		font-size: 1.8rem;
		margin-right: 0.5rem;
	}
	.index2-txt p span {
		margin-right: 0.5rem;
	}
}
@media only screen and (min-width: 992px) {
	.index2 a img {
		width: 30rem;
		margin-left: -15rem;
	}
	.index2 a .index2-txt {
		font-size: 1.2rem;
		padding: 0 0 0 2rem;
	}
}
@media only screen and (min-width: 1200px) {
	.index2 a img {
		width: 40rem;
		margin-left: -20rem;
	}
	.index2 a .index2-txt {
		font-size: 1.4rem;
		padding: 0 0 0 3.5rem;
	}
}
@media only screen and (min-width: 1550px) {
	.index2 a img {
		width: 48rem;
		margin-left: -24rem;
	}
	.index2 a .index2-txt {
		font-size: 1.6rem;
		padding: 0 0 0 6.5rem;
	}
}
@media only screen and (min-width: 921px) {
	.index2 a img {
		left: 0px;
		width: 100%;
		margin-left: 0px;
	}
}
/*应用领域  售后服务*/
.index3 {
	width: 100%;
	overflow: hidden;
}
.index3 a {
	width: 50%;
	float: left;
	display: block;
	overflow: hidden;
	position: relative;
	text-align: center;
}
.index3 a:before {
	top: 0px;
	left: 0px;
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	position: absolute;
	transition: all 0.5s;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.index3 a .index3-txt {
	z-index: 2;
	width: 57rem;
	margin: 0 auto;
	color: #f5f5f5;
	font-size: 1.4rem;
	position: relative;
	line-height: 2.4rem;
}
.index3-txt h2 {
	font-size: 4.2rem;
	margin: 0 0 3rem;
	line-height: 5rem;
}
.index3-txt p {
	height: 7.2rem;
	overflow: hidden;
}
.index3-txt span {
	padding: 1rem;
	color: #f9f8f6;
	min-width: 15rem;
	overflow: hidden;
	line-height: 2rem;
	border-radius: 2rem;
	margin: 9rem auto 0;
	display: inline-block;
	border: 2px solid #FFFFFF;
}
.index3 a:nth-of-type(2) .index3-txt {
	color: #858585;
}
.index3 a:nth-of-type(2) .index3-txt h2 {
	color: #333333;
}
.index3 a:nth-of-type(2) .index3-txt span {
	color: #004098;
	border-color: #004098;
}
.index3 a:hover:before {
	transform: scale(1.1);
}
.index3 a:hover span {
	background-color: #ea5504;
	color: #FFFFFF !important;
	border-color: #ea5504 !important;
	box-shadow: 0px 0.3rem 1.3rem rgba(234,85,4,0.38);
}
@media only screen and (max-width: 991px) {
	.index3 a {
		width: 100%;
		float: none;
		padding: 12.2rem 0;
	}
	.index3 a:first-of-type:before {
		background-image: url(../img/index3-1s.jpg);
	}
	.index3 a:last-of-type:before {
		background-image: url(../img/index3-2s.jpg);
	}
	.index3 a .index3-txt {
		width: 65rem;
		font-size: 2rem;
		line-height: 3.2rem;
	}
	.index3-txt h2 {
		font-size: 4.2rem;
		margin: 0 0 3.5rem;
		line-height: 5rem;
	}
	.index3-txt p {
		height: auto;
	}
	.index3-txt span {
		min-width: 20rem;
		font-size: 2.4rem;
		padding: 1rem 4rem;
		line-height: 3.4rem;
		border-radius: 2.7rem;
		margin: 10.5rem auto 0;
	}
}
@media only screen and (max-width: 720px) {
	.index3 a {
		width: 100%;
		float: none;
		padding: 4.8rem 0;
	}
	.index3 a .index3-txt {
		width: 32.5rem;
		font-size: 1.2rem;
		line-height: 2rem;
	}
	.index3-txt h2 {
		font-size: 2.4rem;
		margin: 0 0 2rem;
		line-height: 3rem;
	}
	.index3-txt span {
		min-width: 10rem;
		font-size: 1.4rem;
		line-height: 2rem;
		margin: 3rem auto 0;
		border-radius: 3rem;
		border-width: 0.1rem;
		padding: 0.5rem 2.5rem;
	}
}
@media only screen and (min-width: 992px) {
	.index3 a {
		padding: 6.5rem 0;
	}
	.index3 a:first-of-type:before {
		background-image: url(../img/index3-1.jpg);
	}
	.index3 a:last-of-type:before {
		background-image: url(../img/index3-2.jpg);
	}
	.index3 a .index3-txt {
		width: 40rem;
		font-size: 1.2rem;
		line-height: 2rem;
	}
	.index3-txt h2 {
		font-size: 3.2rem;
		margin: 0 0 2.2rem;
		line-height: 4rem;
	}
	.index3-txt span {
		padding: 0.3rem;
		min-width: 11rem;
		line-height: 2rem;
		margin: 4rem auto 0;
		border-radius: 1.5rem;
		border: 0.1rem solid #FFFFFF;
	}
}
@media only screen and (min-width: 1200px) {
	.index3 a {
		padding: 6.8rem 0;
	}
	.index3 a .index3-txt {
		width: 50rem;
		font-size: 1.4rem;
		line-height: 2.4rem;
	}
	.index3-txt h2 {
		font-size: 3.8rem;
		margin: 0 0 2.7rem;
		line-height: 4.5rem;
	}
	.index3-txt p {
		height: 7.2rem;
	}
	.index3-txt span {
		padding: 0.6rem;
		min-width: 13.5rem;
		margin: 6rem auto 0;
		border-radius: 1.8rem;
		border: 0.2rem solid #FFFFFF;
	}
}
@media only screen and (min-width: 1550px) {
	.index3 a {
		padding: 9.7rem 0;
	}
	.index3 a .index3-txt {
		width: 57rem;
	}
	.index3-txt h2 {
		font-size: 4.2rem;
		margin: 0 0 3rem;
		line-height: 5rem;
	}
	.index3-txt span {
		padding: 0.8rem;
		min-width: 15rem;
		border-radius: 2rem;
		margin: 9rem auto 0;
	}
}
@media only screen and (min-width: 1921px) {
	.index3 a img {
		left: 0px;
		width: 100%;
		margin-left: 0px;
	}
}
/*厂房面积（平方米） 我们的客户  企业员工人数  拥有发明专利*/
.index4 {
	width: 100%;
	color: #FFFFFF;
	padding: 35px 0;
	overflow: hidden;
	background-color: #004098;
}
.index4 li {
	width: 25%;
	float: left;
	font-size: 14px;
	overflow: hidden;
	line-height: 18px;
	text-align: center;
	position: relative;
}
.index4 li:after {
	top: 50%;
	width: 1px;
	content: '';
	height: 30px;
	display: block;
	margin-top: -15px;
	position: absolute;
	background-color: #e8e8e8;
}
.index4 li:first-of-type:after {
	display: none;
}
.index4 li:nth-of-type(1) p {
	padding-left: 80px;
}
.index4 li:nth-of-type(2) p {
	padding-left: 50px;
}
.index4 li:nth-of-type(3) p {
	padding-left: 90px;
}
.index4 li:nth-of-type(4) p {
	padding-left: 95px;
}
@media only screen and (max-width: 991px) {
	.index4 {
		padding: 42px 0;
		position: relative;
	}
	.index4:before {
		top: 50%;
		left: 50%;
		content: '';
		height: 2px;
		width: 650px;
		display: block;
		position: absolute;
		margin: -1px 0 0 -325px;
		background-color: #e8e8e8;
	}
	.index4 li {
		width: 50%;
		padding: 40px 0;
		font-size: 17px;
		overflow: hidden;
		text-align: left;
		line-height: 28px;
	}
	.index4 li:nth-of-type(1) img {
		width: 182px;
		margin: 0 0 0 20px;
	}
	.index4 li:nth-of-type(2) img {
		width: 173px;
		margin: 0 0 0 104px;
	}
	.index4 li:nth-of-type(3) img {
		width: 154px;
		margin: 0 0 0 15px;
	}
	.index4 li:nth-of-type(4) img {
		width: 130px;
		margin: 0 0 0 104px;
	}
	.index4 li:after {
		width: 1px;
		height: 52px;
		margin-top: -26px;
	}
	.index4 li:nth-of-type(2n+1):after {
		display: block;
		width: 1px;
		height: 52px;
		margin-top: -26px;
		left: auto;
		right: 0px;
	}
	.index4 li:nth-of-type(1) p {
		padding-left: 89px;
	}
	.index4 li:nth-of-type(2) p {
		padding-left: 180px;
	}
	.index4 li:nth-of-type(3) p {
		padding-left: 93px;
	}
	.index4 li:nth-of-type(4) p {
		padding-left: 176px;
	}
}
@media only screen and (max-width: 720px) {
	.index4 {
		padding: 20px 0;
	}
	.index4:before {
		width: 325px;
		margin: -1px 0 0 -162.5px;
	}
	.index4 li {
		padding: 25px 0;
		font-size: 12px;
		line-height: 20px;
	}
	.index4 li:nth-of-type(1) img {
		width: 121px;
		margin: 0 0 0 4px;
	}
	.index4 li:nth-of-type(2) img {
		width: 115px;
		margin: 0 0 0 35px;
	}
	.index4 li:nth-of-type(3) img {
		width: 103px;
		margin: 0 0 0 4px;
	}
	.index4 li:nth-of-type(4) img {
		width: 87px;
		margin: 0 0 0 35px;
	}
	.index4 li:after {
		height: 26px;
		margin-top: -13px;
	}
	.index4 li:nth-of-type(2n+1):after {
		height: 26px;
		margin-top: -13px;
	}
	.index4 li:nth-of-type(1) p {
		padding-left: 50px;
	}
	.index4 li:nth-of-type(2) p {
		padding-left: 86px;
	}
	.index4 li:nth-of-type(3) p {
		padding-left: 57px;
	}
	.index4 li:nth-of-type(4) p {
		padding-left: 83px;
	}
}
/*新闻资讯*/
.index5 {
	width: 100%;
	overflow: hidden;
	padding: 95px 0 90px;
}
.index5 h2 {
	font-size: 42px;
	line-height: 50px;
	color: #333333;
	text-align: center;
}
.index5 .index5-list {
	width: 100%;
	height: 280px;
	margin: 55px 0 0;
}
.index5-list a {
	display: block;
	width: 455px;
	overflow: hidden;
	float: left;
	margin-right: 57.5px;
	position: relative;
}
.index5-list a:nth-of-type(3) {
	margin: 0;
}
.index5-list a img {
	width: 100%;
	transition: all 0.5s;
}
.index5-list a .index5-txt {
	left: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	height: 70px;
	overflow: hidden;
	position: absolute;
	padding: 12px 30px;
	transition: all 0.5s;
	background-color: rgba(89,89,89,0.85);
}
.index5-txt h4 {
	width: 100%;
	height: 44px;
	color: #FFFFFF;
	font-size: 18px;
	overflow: hidden;
	line-height: 22px;
}
.index5-txt:before {
	content: '';
	display: block;
	width: 18px;
	height: 18px;
	position: absolute;
	right: 8px;
	bottom: 12px;
	background: url(../img/nico.png) no-repeat center;
	background-size: 100%;
}
.index5-list a:hover {
	box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
}
.index5-list a:hover img {
	transform: scale(1.1);
}
.index5-list a:hover .index5-txt {
	background-color: rgba(234,85,4,0.85);
}
@media only screen and (max-width: 991px) {
	.index5 {
		padding: 95px 0 70px;
	}
	.index5 h2 {
		font-size: 42px;
		line-height: 50px;
	}
	.index5 .index5-list {
		height: auto;
		overflow: hidden;
		margin: 105px 0 0;
	}
	.index5-list a {
		width: 100%;
		margin: 0 0 43px;
	}
	.index5-list a .index5-txt {
		height: auto;
		padding: 13px 90px 13px 28px;
	}
	.index5-txt h4 {
		height: auto;
		font-size: 26px;
		line-height: 36px;
	}
	.index5-txt:before {
		right: 24px;
		width: 30px;
		height: 30px;
		bottom: 35px;
	}
}
@media only screen and (max-width: 720px) {
	.index5 {
		padding: 45px 0 40px;
	}
	.index5 h2 {
		font-size: 28px;
		line-height: 35px;
	}
	.index5 .index5-list {
		margin: 35px 0 0;
	}
	.index5-list a {
		margin: 0 0 25px;
	}
	.index5-list a .index5-txt {
		padding: 10px 40px 10px 15px;
	}
	.index5-txt h4 {
		font-size: 14px;
		line-height: 20px;
	}
	.index5-txt:before {
		width: 15px;
		right: 12px;
		height: 15px;
		bottom: 18px;
	}
}
@media only screen and (min-width: 992px) {
	.index5 {
		padding: 62px 0 59px;
	}
	.index5 h2 {
		font-size: 32px;
		line-height: 40px;
	}
	.index5 .index5-list {
		height: 190px;
		margin: 42px 0 0;
	}
	.index5-list a {
		width: 310px;
		margin-right: 20px;
	}
	.index5-list a .index5-txt {
		height: 60px;
		padding: 10px 25px;
	}
	.index5-txt h4 {
		font-size: 14px;
		height: 40px;
		line-height: 20px;
	}
	.index5-txt:before {
		width: 14px;
		height: 14px;
		right: 8px;
		bottom: 12px;
	}
}
@media only screen and (min-width: 1200px) {
	.index5 {
		padding: 70px 0 67px;
	}
	.index5 h2 {
		font-size: 38px;
		line-height: 45px;
	}
	.index5 .index5-list {
		height: 215px;
		margin: 50px 0 0;
	}
	.index5-list a {
		width: 350px;
		margin-right: 25px;
	}
	.index5-list a .index5-txt {
		height: 70px;
		padding: 12px 30px;
	}
	.index5-txt h4 {
		height: 44px;
		line-height: 22px;
		font-size: 16px;
	}
	.index5-txt:before {
		width: 16px;
		height: 16px;
		right: 8px;
		bottom: 12px;
	}
}
@media only screen and (min-width: 1550px) {
	.index5 {
		padding: 95px 0 90px;
	}
	.index5 h2 {
		font-size: 42px;
		line-height: 50px;
	}
	.index5 .index5-list {
		height: 280px;
		margin: 55px 0 0;
	}
	.index5-list a {
		width: 455px;
		margin-right: 57.5px;
	}
	.index5-txt h4 {
		font-size: 18px;
	}
	.index5-txt:before {
		width: 18px;
		height: 18px;
	}
}