.index-banner {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.index-banner img {
	width: 100%;
}
.index-banner .banner-txt {
	width: 100%;
	height: 146px;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 2;
	text-align: center;
	color: #FFFFFF;
	font-size: 22px;
	margin: -93px 0 0;
	display: none;
}
.index-banner .banner-txt h2 {
	font-size: 85px;
	font-weight: lighter;
	text-shadow: 0px 5px 9px rgba(0,0,0,0.08);
	margin: 0 0 15px;
}
.index-banner .banner-txt h3 {
	font-size: 134px;
	line-height: 150px;
	font-weight: lighter;
	text-shadow: 0px 5px 9px rgba(0,0,0,0.08);
}
.index-banner .banner-txt span {
	display: block;
	width: calc(50% + 360px);
	width: -moz-calc(50% + 360px);
	width: -webkit-calc(50% + 360px);
	height: 1px;
	background-color: rgba(255,255,255,0.58);
	position: absolute;
	left: 0;
	bottom: -53px;
}
.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    cursor: pointer;
}
.swiper-pagination-bullet-active {
    background: #e62129;
    opacity: 1;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 20px;
}
@media only screen and (max-width: 991px) {
	.index-banner img {
		width: 100%;
	}
	.index-banner .mySwiper1,.index-banner .banner-txt:after,.index-banner .banner-txt h2,.index-banner .banner-txt p {
		display: none;
	}
	.index-banner .banner-txt {
		height: auto;
    	margin: -290px 0 0;
	}
}
@media only screen and (max-width: 750px) {
	.index-banner .banner-txt {
		height: 140px;
		margin: -100px 0 0;
	}
	.index-banner .banner-txt h3 {
	    font-size: 64px;
	    line-height: 70px;
	}
}
@media only screen and (min-width: 992px) {
	.index-banner img {
	    width: 1500px;
	    position: relative;
	    left: 50%;
	    margin-left: -750px;
	}
	.index-banner .mySwiper2,.index-banner .banner-txt h3 {
		display: none;
	}
}
@media only screen and (min-width: 1200px) {
	.index-banner img {
	    width: 100%;
	    left: 0;
	    margin-left: 0px;
	}
}
.index1 {
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
}
.index1 li {
	width: 25%;
	height: 370px;
	overflow: hidden;
	text-align: center;
	float: left;
	border-right: 1px solid #e4e4e4;
	transition: all 0.5s;
}
.index1 li:last-of-type {
	border: none;
}
.index1 li a {
	display: block;
	width: 354px;
	color: #a3a3a3;
	font-size: 14px;
	line-height: 22px;
	padding: 85px 0 0;
	position: relative;
	left: 50%;
	margin-left: -177px;
}
.index1 li a h2 {
	font-size: 22px;
	color: #000000;
	line-height: 25px;
	margin: 30px 0 25px;
	transition: all 0.5s;
}
.index1 li a .index1-img {
	width: 65px;
	height: 60px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}
.index1-img img {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.5s;
}
.index1-img img:nth-of-type(2) {
	opacity: 0;
}
.index1 li a span {
	display: block;
	width: 21px;
	height: 1px;
	margin: 0 auto 15px;
	background-color: #dfdfdf;
	transition: all 0.5s;
}
.index1 li:hover {
	background-color: #e62129;
}
.index1 li:hover a {
	color: #FFFFFF;
}
.index1 li:hover a h2 {
	color: #FFFFFF;
}
.index1 li:hover a span {
	background-color: #FFFFFF;
}
.index1 li:hover a .index1-img img:nth-of-type(1) {
	opacity: 0;
}
.index1 li:hover a .index1-img img:nth-of-type(2) {
	opacity: 1;
}
@media only screen and (max-width: 1199px) {
	.index1 li {
	    width: 50%;
	}
	.index1 li:nth-of-type(1),.index1 li:nth-of-type(2) {
		border-bottom: 1px solid #e4e4e4;
	}
	.index1 li:nth-of-type(2n) {
		border-right: none;
	}
}
@media only screen and (max-width: 991px) {
	.index1 li {
	    width: 100%;
	    height: 580px;
	    float: none;
	    border-right: none !important;
	}
	.index1 li:nth-of-type(3) {
		border-bottom: 1px solid #e4e4e4;
	}
	.index1 li a {
		width: 530px;
		font-size: 24px;
		line-height: 37px;
		padding: 80px 0 0;
		margin-left: -265px;
	}
	.index1 li a h2 {
		font-size: 36px;
		line-height: 38px;
		margin: 55px 0 45px;
	}
	.index1 li a .index1-img {
		width: 117px;
		height: 108px;
	}
	.index1 li a span {
		width: 35px;
		height: 2px;
		margin: 0 auto 30px;
	}
}
@media only screen and (max-width: 750px) {
	.index1 li {
	    height: 280px;
	}
	.index1 li a {
		width: 300px;
		font-size: 12px;
		line-height: 20px;
		padding: 40px 0 0;
		margin-left: -150px;
	}
	.index1 li a h2 {
		font-size: 22px;
		line-height: 25px;
		margin: 25px 0 15px;
	}
	.index1 li a .index1-img {
		width: 60px;
		height: 56px;
	}
	.index1 li a span {
		width: 20px;
		height: 1px;
		margin: 0 auto 15px;
	}
}
@media only screen and (min-width: 1200px) {
	.index1 li a {
		width: 260px;
		padding: 65px 0 0;
		margin-left: -130px;
	}
	.index1 li a h2 {
	    font-size: 18px;
	    line-height: 20px;
	}
	.index1 li a br {
		display: none;
	}
}
@media only screen and (min-width: 1400px) {
	.index1 li a {
		width: 304px;
		padding: 65px 0 0;
		margin-left: -152px;
	}
	.index1 li a h2 {
	    font-size: 22px;
	    line-height: 25px;
	}
}
@media only screen and (min-width: 1600px) {
	.index1 li a {
		width: 354px;
		padding: 85px 0 0;
		margin-left: -177px;
	}
	.index1 li a br {
		display: block;
	}
}
/*多样化产品解决方案  多元化市场应用服务*/
.index2 {
	width: 100%;
	overflow: hidden;
	padding: 80px 0 0;
}
.index-title {
	width: 100%;
	overflow: hidden;
	color: #666666;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
}
.index-title h2 {
	font-size: 36px;
	color: #000000;
	font-weight: bold;
	line-height: 40px;
	margin: 0 0 20px;
}
.index2 .index2-banner {
	width: 100%;
	overflow: hidden;
	margin: 50px 0 0;
}
.index2-banner .index2-left,.index2-banner .index2-right {
	width: 50%;
	overflow: hidden;
	float: left;
	position: relative;
}
.index2-banner .index2-left>img {
	width: 100%;
	transition: all 0.5s;
}
.index2-banner .index2-left:hover>img {
	transform: scale(1.1);
}
.index2-right li {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.index2-right li>img{
	width: 100%;
	transition: all 0.5s;
}
.index2-right li:hover>img {
	transform: scale(1.1);
}
.index2-leftBox {
	width: 810px;
	height: 370px;
	overflow: hidden;
	position: absolute;
	left: 100%;
	bottom: 0;
	z-index: 2;
	margin-left: -810px;
	display:block;
}
.index2-leftBox img {
	margin: 114px 0 37px 24px;
}
.index2-leftBox .index2-leftTxt {
	width: 100%;
	overflow: hidden;
	color: #FFFFFF;
	font-size: 16px;
	border-left: 2px solid #FFFFFF;
	padding: 0 0 0 22px;
	line-height: 21px;
}
.index2-leftTxt h2 {
	font-size: 30px;
	font-weight: bold;
	line-height: 30px;
	margin: 0 0 10px;
	margin-top:10px !important;
}
.index2-right .index2-rightBox {
	width: 50%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
	background-color: rgba(230,33,41,0.78);
	color: #FFFFFF;
	padding: 112px 35px 0 65px;
	display: block;
}
.index2-right li:nth-of-type(2) .index2-rightBox {
	background-color: rgba(0,0,0,0.66);
	left: 0;
	right: auto;
}
.index2-rightBox img {
	margin: 0 0 37px 24px;
}
.index2-rightBox .index2-rightTxt {
	width: 100%;
	height: 82px;
	border-left: 2px solid #FFFFFF;
	padding: 0 0 0 22px;
	font-size: 16px;
	line-height: 21px;
}
.index2-rightTxt h2 {
	font-size: 30px;
	font-weight: bold;
	line-height: 30px;
	margin: 0 0 10px;
}
@media only screen and (max-width: 991px) {
	.index2-banner .index2-left>img:nth-of-type(1),.index2-right li>img:nth-of-type(1) {
		display: none;
	}
	.index2 {
		padding: 95px 0 0;
	}
	.index-title {
		width: 620px;
		margin: 0 auto;
		line-height: 30px;
		font-size: 18px;
	}
	.index-title h2 {
		font-size: 48px;
		line-height: 57px;
		font-weight: bold;
	}
	.index-title p br {
		display: none;
	}
	.index2 .index2-banner {
		margin: 65px 0 0;
	}
	.index2-banner .index2-left, .index2-banner .index2-right {
	    width: 100%;
	    float: none;
	}
	.index2-leftBox {
	    width: 640px;
	    left: 50%;
	    margin-left: -320px;
	}
	.index2-right li:nth-of-type(2) .index2-rightBox {
	   	background-color: rgba(0,0,0,0.29);
	}
	.index2-right .index2-rightBox {
		padding: 112px 0 0 65px;
	}
	.index2-right li .index2-rightBox .index2-rightTxt {
		width: 285px;
	}
	.index2-right li:nth-of-type(2) .index2-rightBox img {
		position: relative;
		left: 100%;
		margin-left: -296px;
	}
	.index2-right li:nth-of-type(2) .index2-rightBox .index2-rightTxt {
		position: relative;
		left: 100%;
		margin-left: -320px;
	}
}
@media only screen and (max-width: 750px) {
	.index2 {
		padding: 45px 0 0;
	}
	.index-title {
		width: 335px;
		line-height: 20px;
		font-size: 12px;
	}
	.index-title h2 {
		font-size: 28px;
		line-height: 35px;
		margin: 0 0 10px;
	}
	.index2 .index2-banner {
		margin: 30px 0 0;
	}
	.index2-leftBox {
	    width: 335px;
	    height: 175px;
	    margin-left: -167.5px;
	}
	.index2-leftBox img {
		width: 48px;
	    margin: 0 0 25px 24px;
	}
	.index2-leftBox .index2-leftTxt {
	    font-size: 13px;
	    line-height: 18px;
	}
	.index2-leftTxt h2 {
	    font-size: 24px;
	    line-height: 24px;
	}
	.index2-leftBox .index2-leftTxt br {
		display: none;
	}
	.index2-right .index2-rightBox {
		padding: 30px 0 0 20px;
	}
	.index2-right li:first-of-type .index2-rightBox {
		padding: 60px 0 0 20px;
	}
	.index2-right li .index2-rightBox .index2-rightTxt {
		width: 165px;
		height: 55px;
		font-size: 12px;
	    line-height: 16px;
	}
	.index2-rightTxt h2 {
	    font-size: 18px;
	    line-height: 20px;
	    margin: 0 0 5px;
	}
	.index2-rightBox img {
		width: 36px;
	    margin: 0 0 15px 24px;
	}
	.index2-right li:nth-of-type(2) .index2-rightBox img {
		margin-left: -143.5px;
	}
	.index2-right li:nth-of-type(2) .index2-rightBox .index2-rightTxt {
		margin-left: -167.5px;
	}
}
@media only screen and (min-width: 992px) {
	.index2-banner .index2-left>img:nth-of-type(2),.index2-right li>img:nth-of-type(2),.index-title h2 br {
		display: none;
	}
	.index2-leftBox {
		width: 485px;
		height: 230px;
		margin-left: -485px;
	}
	.index2-leftBox img {
		width: 48px;
	    margin: 57px 0 20px 22px;
	}
	.index2-leftBox .index2-leftTxt {
	    font-size: 14px;
	    padding: 0 20px;
	    line-height: 20px;
	}
	.index2-leftTxt h2 {
	    font-size: 24px;
	    line-height: 25px;
	}
	.index2-leftBox .index2-leftTxt br {
		display: none;
	}
	.index2-right .index2-rightBox {
		padding: 30px 30px 0 35px;
	}
	.index2-rightBox img {
		width: 50px;
		margin: 0 0 25px 22px;
	}
	.index2-rightBox .index2-rightTxt {
		height: 72px;
		padding: 0 0 0 20px;
		font-size: 14px;
		line-height: 20px;
	}
	.index2-rightTxt h2 {
		font-size: 24px;
		line-height: 25px;
	}
}
@media only screen and (min-width: 1200px) {
	.index2-leftBox {
		width: 550px;
		height: 370px;
		margin-left: -550px;
	}
	.index2-leftBox img {
		width: 64px;
	    margin: 114px 0 37px 24px;
	}
	.index2-leftBox .index2-leftTxt {
	    font-size: 16px;
	    padding: 0 0 0 22px;
	    line-height: 21px;
	}
	.index2-leftTxt h2 {
	    font-size: 30px;
	    line-height: 30px;
	}
	.index2-right .index2-rightBox {
		padding: 45px 40px 0 55px;
	}
	.index2-rightBox img {
		width: auto;
		margin: 0 0 37px 24px;
	}
	.index2-rightBox .index2-rightTxt {
		height: 82px;
		padding: 0 0 0 22px;
		font-size: 16px;
		line-height: 21px;
	}
	.index2-rightTxt h2 {
		font-size: 30px;
		line-height: 30px;
	}
}
@media only screen and (min-width: 1400px) {
	.index2-leftBox {
		width: 650px;
		margin-left: -650px;
	}
	.index2-leftBox .index2-leftTxt br {
		display: block;
	}
	.index2-right .index2-rightBox {
		padding: 75px 35px 0 65px;
	}
}
@media only screen and (min-width: 1700px) {
	.index2-leftBox {
		width: 810px;
		margin-left: -810px;
	}
	.index2-right .index2-rightBox {
		padding: 112px 35px 0 65px;
	}
}
.index3 {
	width: 100%;
	overflow: hidden;
	padding: 90px 0;
}
.index3 .index3-banner {
	width: 100%;
	overflow: hidden;
	margin: 80px 0 0;
}
.index3-banner .container {
	position: relative;
}
.index3-banner .swiper-button-next,.index3-banner .swiper-button-prev {
	width: 45px;
	height: 45px;
	overflow: hidden;
	border-radius: 2px;
	background-color: #c42c31;
	background-position: center center;
	background-repeat: no-repeat;
	margin-top: -65px;
}
.index3-banner .swiper-button-next.swiper-button-disabled,.index3-banner .swiper-button-prev.swiper-button-disabled {
	opacity: 1;
	background-color: #6d6d6d;
}
.index3-banner .swiper-button-next,.index3-banner .swiper-container-rtl .swiper-button-prev {
	background-image: url(../img/index3-right.png);
	right: -65px;
}
.index3-banner .swiper-button-prev,.index3-banner .swiper-container-rtl .swiper-button-next {
	background-image: url(../img/index3-left.png);
    left: -65px;
}
.index3-banner a {
	display: block;
	width: 100%;
	overflow: hidden;
}
.index3-banner a .index3-txt {
	width: 100%;
	overflow: hidden;
	font-size: 14px;
	color: #a2a2a2;
	line-height: 22px;
}
.index3-txt h3 {
	width: 100%;
	font-size: 24px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	color: #333333;
	font-weight: bold;
	margin: 35px 0 5px;
}
.index3-banner a .index3-img {
	width: 100%;
	overflow: hidden;
	position: relative;
	text-align: center;
}
.index3-banner a .index3-img em {
	display: block;
	width: 100%;
	overflow: hidden;
	border: 6px solid #f0f0f0;
}
.index3-banner a .index3-img em img {
	width: 100%;
	transition: all 0.5s;
}
.index3-img .index3-masked {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: rgba(0,0,0,0.51);
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 2;
	font-size: 24px;
	line-height: 30px;
	color: #FFFFFF;
	opacity: 0;
	transition: all 0.5s;
}
.index3-masked img {
	margin: 210px 0 10px;
}
.index3-banner a:hover .index3-img em img {
	transform: scale(1.1);
}
.index3-banner a:hover .index3-img .index3-masked {
	top: 0px;
	opacity: 1;
}
.index3-banner a:hover .index3-txt h3 {
	color: #e62129;
}
@media only screen and (max-width: 991px) {
	.index3 {
	    padding: 80px 0 75px;
	}
	.index3-banner .swiper-button-next,.index3-banner .swiper-button-prev {
		display: none;
	}
	.index3 .index3-banner {
	    margin: 45px 0 0;
	}
	.index3-banner .swiper-container {
		width: 100%;
		height: 4120px;
	}
	.index3-banner .swiper-container .swiper-wrapper {
		display: block;
	}
	.index3-banner .swiper-container .swiper-wrapper .swiper-slide {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 0 0 45px;
	}
	.index3-banner a .index3-txt {
		font-size: 20px;
		line-height: 24px;
	}
	.index3-txt h3 {
		font-size: 36px;
		line-height: 40px;
		height: 40px;
		margin: 25px 0 10px;
	}
}
@media only screen and (max-width: 750px) {
	.index3 {
	    padding: 40px 0 35px;
	}
	.index3 .index3-banner {
	    margin: 30px 0 0;
	}
	.index3-banner .swiper-container {
		height: 2262px;
	}
	.index3-banner .swiper-container .swiper-wrapper .swiper-slide {
		margin: 0 0 30px;
	}
	.index3-banner a .index3-txt {
		font-size: 16px;
		line-height: 20px;
	}
	.index3-txt h3 {
		font-size: 24px;
		line-height: 28px;
		height: 28px;
		margin: 15px 0 5px;
	}
}
@media only screen and (min-width: 992px) {
	.index3 .index3-banner {
	    margin: 50px 0 0;
	}
	.index3-banner .swiper-container {
		width: calc(100% - 100px);
		width: -moz-calc(100% - 100px);
		width: -webkit-calc(100% - 100px);
	}
	.index3-banner .swiper-button-next,.index3-banner .swiper-container-rtl .swiper-button-prev {
		right: -25px;
	}
	.index3-banner .swiper-button-prev,.index3-banner .swiper-container-rtl .swiper-button-next {
	    left: -25px;
	}
	.index3-txt h3 {
	    margin: 25px 0 5px;
	}
}
@media only screen and (min-width: 1200px) {
	.index3 .index3-banner {
	    margin: 80px 0 0;
	}
	.index3-masked img {
		margin: 125px 0 10px;
	}
	.index3-txt h3 {
	    margin: 20px 0 5px;
	}
	.index3-banner .swiper-container {
		width: 100%;
	}
	.index3-banner .swiper-button-next,.index3-banner .swiper-container-rtl .swiper-button-prev {
		right: -65px;
	}
	.index3-banner .swiper-button-prev,.index3-banner .swiper-container-rtl .swiper-button-next {
	    left: -65px;
	}
	.index3-txt h3 {
	    margin: 35px 0 5px;
	}
}
@media only screen and (min-width: 1400px) {
	.index3-masked img {
		margin: 155px 0 10px;
	}
	.index3-txt h3 {
	    margin: 25px 0 5px;
	}
}
@media only screen and (min-width: 1700px) {
	.index3-masked img {
		margin: 210px 0 10px;
	}
	.index3-txt h3 {
	    margin: 35px 0 5px;
	}
}
/*新闻中心*/
.index4 {
	width: 100%;
	overflow: hidden;
	background-color: #f8f8f8;
	padding: 85px 0 100px;
}
.index4 h2 {
	font-size: 48px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	line-height: 50px;
}
.index4 .index4-banner {
	width: 100%;
	overflow: hidden;
	margin: 55px 0 0;
}
.index4-banner a {
	display: block;
	width: calc(33.33% - 47px);
	width: -moz-calc(33.33% - 47px);
	width: -webkit-calc(33.33% - 47px);
	overflow: hidden;
	float: left;
}
.index4-banner a:nth-of-type(2) {
	margin: 0 70.5px;
}
.index4-banner .index4-img {
	width: 100%;
	overflow: hidden;
}
.index4-banner .index4-img img {
	width: 100%;
	transition: all 0.5s;
}
.index4-banner .index4-txt {
	width: 100%;
	overflow: hidden;
	color: #a8a8a8;
	font-size: 16px;
	line-height: 26px;
}
.index4-txt span {
	display: block;
	font-size: 14px;
	line-height: 15px;
	margin: 25px 0 12px;
}
.index4-txt h4 {
	width: 100%;
	font-size: 24px;
	color: #333333;
	line-height: 30px;
	width: 100%;
	height: 30px;
	margin: 0 0 25px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.index4-txt p {
	width: 100%;
	height: 78px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.index4-banner a:hover .index4-img img {
	transform: scale(1.1);
}
.index4-banner a:hover .index4-txt h4 {
	color: #e62129;
}
@media only screen and (max-width: 991px) {
	.index4 {
	    padding: 85px 0 5px;
	}
	.index4 .index4-banner {
	    margin: 75px 0 0;
	}
	.index4-banner a {
	    width: 100%;
	    float: none;
	    margin: 0 0 55px;
	}
	.index4-banner a:nth-of-type(2) {
	    margin: 0 0 55px;
	}
	.index4-banner .index4-txt {
		font-size: 20px;
		line-height: 34px;
	}
	.index4-txt span {
		font-size: 18px;
		line-height: 20px;
		margin: 32px 0 15px;
	}
	.index4-txt h4 {
		font-size: 31px;
		line-height: 35px;
		height: 35px;
		margin: 0 0 30px;
	}
	.index4-txt p {
		height: 102px;
	}
}
@media only screen and (max-width: 750px) {
	.index4 {
	    padding: 40px 0 5px;
	}
	.index4 h2 {
	    font-size: 28px;
	    line-height: 30px;
	}
	.index4 .index4-banner {
	    margin: 35px 0 0;
	}
	.index4-banner a,.index4-banner a:nth-of-type(2) {
	    margin: 0 0 30px;
	}
	.index4-banner .index4-txt {
		font-size: 14px;
		line-height: 20px;
	}
	.index4-txt span {
		font-size: 14px;
		line-height: 16px;
		margin: 15px 0 8px;
	}
	.index4-txt h4 {
		font-size: 20px;
		line-height: 22px;
		height: 22px;
		margin: 0 0 15px;
	}
	.index4-txt p {
		height: 60px;
	}
}
@media only screen and (min-width: 992px) {
	.index4-banner a {
		width: calc(33.33% - 20px);
    	width: -moz-calc(33.33% - 20px);
    	width: -webkit-calc(33.33% - 20px);
	}
	.index4-banner a:nth-of-type(2) {
		margin: 0 30px;
	}
}
@media only screen and (min-width: 1200px) {
	.index4-banner a {
		width: calc(33.33% - 47px);
    	width: -moz-calc(33.33% - 47px);
    	width: -webkit-calc(33.33% - 47px);
	}
	.index4-banner a:nth-of-type(2) {
		margin: 0 70.5px;
	}
}