.index-swiper {
	width: 100%;
	height: 100%;
	background-color: #000000;
	overflow: hidden;
	position: fixed;
	left: 0px;
	top: 0px;
}
.index-swiper .swiper {
	width: 100%;
	height: 100%;
}
.index-swiper .swiper .swiper-slide {
	overflow: hidden;
}
.index-swiper .swiper-pagination {
	width: 15px;
	position: absolute;
	right: 45px;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 200;
    margin-top: -132px;
}
.index-swiper .swiper-pagination-vertical.swiper-pagination-bullets,.index-swiper .swiper-vertical>.swiper-pagination-bullets {
    top: 50%;
    transform: translate3d(0px,-50%,0);
}
.index-swiper .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 50%;
    border: 2px solid #FFFFFF;
    opacity: 0.3;
    background-color: transparent;
}
.index-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 1;
}
.index-swiper .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.index-swiper .swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 16px 0;
}
@font-face {
  	font-family: "SourceHanSansCN-ExtraLight";
  	src: url("../font/SourceHanSansCN/SourceHanSansCN-ExtraLight.otf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
  	font-family: "SourceHanSansCN-Bold";
  	src: url("../font/SourceHanSansCN/SourceHanSansCN-Bold.otf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@media only screen and (max-width: 991px) {
	.index-swiper .swiper-pagination {
		display: none;
	}
}
@media only screen and (min-width: 992px) {
	.index-swiper .swiper-pagination {
	    margin-top: -85px;
	    right: 25px;
	}
	.index-swiper .swiper-pagination-bullet {
	    width: 10px;
	    height: 10px;
	}
	.index-swiper .swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 10px 0;
	}
}
@media only screen and (min-width: 1200px) {
	.index-swiper .swiper-pagination {
	    margin-top: -106px;
	    right: 35px;
	}
	.index-swiper .swiper-pagination-bullet {
	    width: 12px;
	    height: 12px;
	}
	.index-swiper .swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 13px 0;
	}
}
@media only screen and (min-width: 1600px) {
	.index-swiper .swiper-pagination {
	    margin-top: -132px;
	    right: 45px;
	}
	.index-swiper .swiper-pagination-bullet {
	    width: 15px;
	    height: 15px;
	}
	.index-swiper .swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 16px 0;
	}
}
/*首页底部*/
.index-footer {
	width: 100%;
	line-height: 20px;
	color: rgba(255,255,255,0.5);
	overflow: hidden;
	text-align: center;
	position: fixed;
	left: 0px;
	bottom: 30px;
	z-index: 200;
}
.index-footer a {
	color: rgba(255,255,255,0.5);
}
.index-footer.footer-hei,.index-footer.footer-hei a {
	color: rgba(0,0,0,0.75);
}
.index-footer a:hover {
	color: #d0111b !important;
	text-decoration: underline !important;
}
/*第一页*/
.index-swiper .index1 {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.index1-txt {
	width: 800px;
	overflow: hidden;
	color: #FFFFFF;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: 0;
	z-index: 2;
	opacity: 0;
	transition: all 1s 0.3s;
}
.swiper-slide-active .index1-txt {
	opacity: 1;
}
.index1-txt h2 {
	font-size: 88px;
	line-height: 90px;
  	font-family: "SourceHanSansCN-ExtraLight";
	margin: 0 0 15px;
}
.index1-txt h2 strong {
	font-family: "SourceHanSansCN-Bold";
}
.index1-txt p {
	font-family: "wigrumweb-bold";
	font-size: 32px;
	line-height: 40px;
}
@media only screen and (max-width: 991px) {
	.index-swiper .index1 {
		background-image: url(../bgimg/banner1s.jpg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100%;
	}
	.index1 img {
		display: none;
	}
	.index1-txt {
		width: 610px;
		margin: 0;
		text-align: center;
	}
	.swiper-slide-active .index1-txt {
		margin: -300px 0 0 -305px;
	}
	.index1-txt h2 {
		font-size: 130px;
		line-height: 155px;
		margin: 0 0 15px;
	}
	.index1-txt h2 span {
		display: none;
	}
	.index1-txt p {
		font-size: 38px;
		line-height: 40px;
	}
	.index-footer {
		bottom: 20px;
	}
}
@media only screen and (max-width: 750px) {
	.index1-txt {
		width: 300px;
		margin: 100px 0 0 -150px;
	}
	.swiper-slide-active .index1-txt {
		margin: -200px 0 0 -150px;
	}
	.index1-txt h2 {
		font-size: 64px;
		line-height: 70px;
		margin: 0 0 10px;
	}
	.index1-txt p {
		font-size: 18px;
		line-height: 20px;
	}
	.index-footer {
		bottom: 10px;
	}
}
@media only screen and (min-width: 992px) {
	.index1 img {
		width: 1520px;
		position: relative;
		left: 50%;
		top: 50%;
		margin: -386px 0 0 -760px;
	}
	.index1-txt {
		width: 500px;
		margin: 150px 0 0 -480px;
	}
	.swiper-slide-active .index1-txt {
		margin: -150px 0 0 -480px;
	}
	.index1-txt h2 {
		font-size: 56px;
		line-height: 60px;
	}
	.index1-txt p {
		font-size: 24px;
		line-height: 25px;
	}
}
@media only screen and (min-width: 1200px) {
	.index1 img {
		width: 1800px;
		margin: -457px 0 0 -900px;
	}
	.index1-txt {
		width: 600px;
		margin: 180px 0 0 -575px;
	}
	.swiper-slide-active .index1-txt {
		margin: -180px 0 0 -575px;
	}
	.index1-txt h2 {
		font-size: 64px;
		line-height: 70px;
	}
	.index1-txt p {
		font-size: 26px;
		line-height: 30px;
	}
}
@media only screen and (min-width: 1400px) {
	.index1 img {
		width: 1600px;
		margin: -407px 0 0 -800px;
	}
	.index1-txt {
		width: 700px;
		margin: 170px 0 0 -625px;
	}
	.swiper-slide-active .index1-txt {
		margin: -170px 0 0 -625px;
	}
	.index1-txt h2 {
		font-size: 72px;
		line-height: 75px;
	}
	.index1-txt p {
		font-size: 28px;
	}
}
@media only screen and (min-width: 1600px) {
	.index1 img {
		width: 1800px;
		margin: -457px 0 0 -900px;
	}
	.index1-txt {
		width: 720px;
		margin: 180px 0 0 -700px;
	}
	.swiper-slide-active .index1-txt {
		margin: -180px 0 0 -700px;
	}
	.index1-txt h2 {
		font-size: 81px;
		line-height: 85px;
	}
	.index1-txt p {
		font-size: 30px;
		line-height: 35px;
	}
}
@media only screen and (min-width: 1800px) {
	.index1 img {
		width: 1920px;
		margin: -487.5px 0 0 -960px;
	}
	.index1-txt {
		width: 800px;
		margin: 180px 0 0 -725px;
	}
	.swiper-slide-active .index1-txt {
		margin: -180px 0 0 -725px;
	}
	.index1-txt h2 {
		font-size: 88px;
		line-height: 90px;
	}
	.index1-txt p {
		font-size: 32px;
		line-height: 40px;
	}
}
@media only screen and (min-width: 1921px) {
	.index1 img {
		width: 100%;
		margin: 0;
		left: 0px;
		top: 0px;
	}
}
/*第二页*/
.index-swiper .index2 {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	background-color: #FFFFFF;
}
.index2:before {
	content: '';
	display: block;
	width: 50%;
	height: 100%;
	overflow: hidden;
	background-image: url(../bgimg/index2-1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	right: 0px;
	top: 0px;
}
.index2-right {
	width: 1145px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: 0;
	z-index: 1;
	opacity: 0;
	transition: all 1s 0.2s;
}
.swiper-slide-active .index2-right {
	opacity: 1;
}
.index2-right img {
	width: 100%;
}
.index2-right .video-icon {
	width: 124px;
	height: 124px;
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -62px 0 0 -62px;
	z-index: 1;
	cursor: pointer;
}
.index2-left {
	width: 485px;
	overflow: hidden;
	position: relative;
	left: 50%;
	top: 50%;
	margin: 0;
	z-index: 1;
	opacity: 0;
	transition: all 1s 0s;
}
.swiper-slide-active .index2-left {
	opacity: 1;
}
.index2-left h2 {
	font-family: "wigrumweb-bold";
	color: #d0111b;
}
.index2-left h3 {
	color: #333333;
	font-weight: bold;
	margin: 10px 0 25px;
}
.index2-left p {
	width: 100%;
	font-size: 14px;
	line-height: 26px;
	color: #666666;
	overflow: hidden;
	text-align: justify;
}
.index2-left a {
	display: block;
	width: 210px;
	height: 37px;
	line-height: 37px;
	margin: 125px 0 0;
	padding: 0 15px 0 10px;
	overflow: hidden;
	position: relative;
}
.index2-left a span {
	display: block;
	width: 100%;
	height: 100%;
	color: #d0111b;
	font-family: arial;
	overflow: hidden;
	background-image: url(../bgimg/mrr.png);
	background-repeat: no-repeat !important;
	background-position: right center !important;
	position: relative;
	z-index: 1;
	transition: all 0.5s;
}
.index2-left a:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	overflow: hidden;
	background-color: #d0111b;
	position: absolute;
	left: 0px;
	bottom: 0px;
	transition: height 0.5s;
}
.index2-left a:hover span {
	color: #FFFFFF;
	background-image: url(../bgimg/mrw.png);
}
.index2-left a:hover:after {
	height: 100%;
}
@media only screen and (max-width: 991px) {
	.index2:before {
		width: 100%;
		height: 35%;
		background-image: url(../bgimg/index2-1s.jpg);
		background-position: center;
		top: auto;
		bottom: 0px;
	}
	.index2-right {
		width: 650px;
		position: relative;
		left: 0px;
		top: 0px;
		margin: 0 auto;
		float: none;
	}
	.index2-right .video-icon {
		width: 112px;
		height: 112px;
		margin: -56px 0 0 -56px;
	}
	.index2-left {
		width: 650px;
		position: relative;
		left: 0px;
		top: 0px;
		margin: 0px auto 60px;
	}
	.swiper-slide-active .index2-left {
		margin: 150px auto 60px;
	}
	h2 {
		font-size: 100px;
		line-height: 78px;
	}
	h3 {
		font-size: 42px;
		line-height: 45px;
	}
	.index2-left h3 {
		margin: 20px 0 25px;
	}
	.index2-left p {
		font-size: 16px;
		line-height: 28px;
	}
	.index2-left a {
		margin: 50px 0 0;
	}
}
@media only screen and (max-width: 750px) {
	.index2-right {
		width: 335px;
	}
	.index2-right .video-icon {
		width: 56px;
		height: 56px;
		margin: -28px 0 0 -28px;
	}
	.index2-left {
		width: 335px;
		margin: 0px auto 30px;
	}
	.swiper-slide-active .index2-left {
		margin: 85px auto 30px;
	}
	h2 {
		font-size: 64px;
		line-height: 50px;
	}
	h3 {
		font-size: 30px;
		line-height: 35px;
	}
	.index2-left h3 {
		margin: 10px 0 15px;
	}
	.index2-left p {
		font-size: 12px;
		line-height: 20px;
	}
	.index2-left a {
		width: 140px;
		margin: 25px 0 0;
	}
}
@media only screen and (min-width: 992px) {
	.index2-right {
		width: 600px;
		margin: -160px 0 0 145px;
	}
	.swiper-slide-active .index2-right {
		margin: -160px 0 0 -145px;
	}
	.index2-right .video-icon {
		width: 70px;
		height: 70px;
		margin: -35px 0 0 -35px;
	}
	.index2-left {
		width: 275px;
		margin: -155px 0 0 0;
	}
	.swiper-slide-active .index2-left {
		margin: -155px 0 0 -485px;
	}
	h2 {
		font-size: 56px;
		line-height: 55px;
	}
	h3 {
		font-size: 32px;
		line-height: 35px;
	}
	.index2-left h3 {
		margin: 6px 0 15px;
	}
	.index2-left p {
	    font-size: 12px;
	    line-height: 20px;
	}
	.index2-left a {
		width: 120px;
		margin: 65px 0 0;
	}
}
@media only screen and (min-width: 1200px) {
	.index2-right {
		width: 716px;
		margin: -190px 0 0 145px;
	}
	.swiper-slide-active .index2-right {
		margin: -190px 0 0 -145px;
	}
	.index2-right .video-icon {
		width: 80px;
		height: 82px;
		margin: -40px 0 0 -40px;
	}
	.index2-left {
		width: 305px;
		margin: -190px 0 0 -70px;
	}
	.swiper-slide-active .index2-left {
		margin: -190px 0 0 -570px;
	}
	h2 {
		font-size: 64px;
		line-height: 60px;
	}
	h3 {
		font-size: 34px;
	}
	.index2-left h3 {
		margin: 7px 0 18px;
	}
	.index2-left p {
	    font-size: 14px;
	    line-height: 26px;
	}
	.index2-left a {
		width: 140px;
		margin: 80px 0 0;
	}
}
@media only screen and (min-width: 1400px) {
	.index2-right {
		width: 835px;
		margin: -223px 0 0 160px;
	}
	.swiper-slide-active .index2-right {
		margin: -223px 0 0 -160px;
	}
	.index2-right .video-icon {
		width: 90px;
		height: 90px;
		margin: -45px 0 0 -45px;
	}
	.index2-left {
		width: 355px;
		margin: -210px 0 0 -175px;
	}
	.swiper-slide-active .index2-left {
		margin: -210px 0 0 -675px;
	}
	h2 {
		font-size: 72px;
		line-height: 70px;
	}
	h3 {
		font-size: 36px;
		line-height: 40px;
	}
	.index2-left h3 {
		margin: 8px 0 20px;
	}
	.index2-left a {
		width: 160px;
		margin: 95px 0 0;
	}
}
@media only screen and (min-width: 1600px) {
	.index2 .index2-right {
		width: 1018px;
		margin: -272px 0 0 250px;
	}
	.swiper-slide-active .index2-right {
		margin: -272px 0 0 -250px;
	}
	.index2-right .video-icon {
		width: 110px;
		height: 110px;
		margin: -55px 0 0 -55px;
	}
	.index2 .index2-left {
		width: 432px;
		margin: -240px 0 0 -278px;
	}
	.swiper-slide-active .index2-left {
		margin: -240px 0 0 -778px;
	}
	h2 {
		font-size: 88px;
		line-height: 72px;
	}
	h3 {
		font-size: 38px;
	}
	.index2-left h3 {
		margin: 9px 0 22px;
	}
	.index2-left a {
		width: 188px;
		margin: 110px 0 0;
	}
}
@media only screen and (min-width: 1800px) {
	.index2 .index2-right {
		width: 1145px;
		margin: -305px 0 0 280px;
	}
	.swiper-slide-active .index2-right {
		margin: -305px 0 0 -280px;
	}
	.index2-right .video-icon {
		width: 124px;
		height: 124px;
		margin: -62px 0 0 -62px;
	}
	.index2 .index2-left {
		width: 485px;
		margin: -270px 0 0 -275px;
	}
	.swiper-slide-active .index2-left {
		margin: -270px 0 0 -875px;
	}
	h2 {
		font-size: 100px;
		line-height: 80px;
	}
	h3 {
		font-size: 42px;
		line-height: 45px;
	}
	.index2-left h3 {
		margin: 10px 0 25px;
	}
	.index2-left a {
		width: 210px;
		margin: 125px 0 0;
	}
}
@media only screen and (min-width: 1921px) {
	.index2:before {
	    background-size: 100%;
	}
}
/*第三页*/
.index3 {
	width: 100%;
	height: 100%;
	padding: 100% 0 0;
	overflow: hidden;
	position: relative;
	transition: all 1s;
}
.swiper-slide-active .index3 {
	padding: 0;
}
.index3 li {
	width: 20%;
	height: 100%;
	overflow: hidden;
	background-color: #000000;
	position: relative;
	float: left;
	cursor: pointer;
	transition: all 0.5s;
}
.index3 .index3-img {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	transition: all 0.5s;
}
.index3-img img {
	width: 384px;
	opacity: 0.5;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -487.5px 0 0 -192px;
	transition: all 0.5s;
}
.index3 .index3-bottom {
	width: 100%;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -75px;
	z-index: 1;
	transition: all 0.5s;
}
.index3-bottom .index3-icon {
	width: 75px;
	overflow: hidden;
	margin: 0 auto;
}
.index3-icon img {
	width: 100%;
}
.index3-bottom span {
	display: block;
	width: 28px;
	height: 2px;
	overflow: hidden;
	background-color: #FFFFFF;
	margin: 17px auto 23px;
}
.index3-bottom h4 {
	font-size: 25px;
	line-height: 30px;
	color: #FFFFFF;
	text-align: center;
}
.index3-bottom em {
	display: block;
	width: 65px;
	height: 65px;
	border-radius: 50%;
	border: 2px solid #FFFFFF;
	margin: 50px auto 0;
	overflow: hidden;
	position: relative;
	opacity: 0;
	transition: all 0.5s;
}
.index3-bottom em:before,.index3-bottom em:after {
	content: '';
	display: block;
	width: 20px;
	height: 2px;
	overflow: hidden;
	background-color: #FFFFFF;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -1px 0 0 -10px;
}
.index3-bottom em:after {
	transform: rotate(90deg);
}
.index3 li:hover {
	background-color: #d0111b;
	padding: 7px;
}
.index3 li:hover .index3-img {
	height: 60%;
}
.index3 li:hover .index3-img img,.index3 li:hover .index3-bottom em {
	opacity: 1;
}
.index3 li:hover .index3-bottom {
	margin-top: 140px;
}
@media only screen and (max-width: 991px) {
	.index3 li {
		width: 100%;
		height: -moz-calc(25% - 30px);
		height: -webkit-calc(25% - 30px);
		height: calc(25% - 30px);
		float: none;
	}
	.index3 li:first-of-type {
		margin: 120px 0 0;
	}
	.index3-img img {
		width: 100%;
		top: 0;
		left: 0;
		margin: 0;
	}
	.index3-img img:nth-of-type(1) {
		display: none;
	}
	.index3 .index3-bottom {
		margin-top: -59px;
	}
	.index3-bottom .index3-icon {
		width: 60px;
	}
	.index3-icon img {
		width: 100%;
	}
	.index3-bottom span {
		width: 22px;
		height: 3px;
		margin: 13px auto 17px;
	}
	.index3-bottom h4 {
		font-size: 20px;
		line-height: 25px;
	}
	.index3-bottom em {
		display: none;
	}
}
@media only screen and (max-width: 750px) {
	.index3 li {
		height: -moz-calc(25% - 15px);
		height: -webkit-calc(25% - 15px);
		height: calc(25% - 15px);
	}
	.index3 li:first-of-type {
		margin: 60px 0 0;
	}
	.index3 .index3-bottom {
		margin-top: -39px;
	}
	.index3-bottom .index3-icon {
		width: 40px;
	}
	.index3-bottom span {
		width: 15px;
		height: 2px;
		margin: 7px auto 9px;
	}
	.index3-bottom h4 {
		font-size: 14px;
		line-height: 20px;
	}
}
@media only screen and (min-width: 992px) {
	.index3-img img {
		width: 310px;
		margin: -393.5px 0 0 -155px;
	}
	.index3-img img:nth-of-type(2) {
		display: none;
	}
	.index3 .index3-bottom {
		margin-top: -50px;
	}
	.index3-bottom .index3-icon {
		width: 50px;
	}
	.index3-bottom span {
		width: 20px;
		margin: 10px auto 15px;
	}
	.index3-bottom h4 {
		font-size: 18px;
		line-height: 20px;
	}
	.index3-bottom em {
		width: 40px;
		height: 40px;
		margin: 30px auto 0;
	}
	.index3-bottom em:before,.index3-bottom em:after {
		width: 14px;
		margin: -1px 0 0 -7px;
	}
}
@media only screen and (min-width: 1200px) {
	.index3-img img {
		width: 384px;
		margin: -487.5px 0 0 -192px;
	}
	.index3 .index3-bottom {
		margin-top: -55px;
	}
	.index3-bottom .index3-icon {
		width: 55px;
	}
	.index3-bottom span {
		width: 22px;
		margin: 12px auto 17px;
	}
	.index3-bottom h4 {
		font-size: 20px;
		line-height: 25px;
	}
	.index3-bottom em {
		width: 45px;
		height: 45px;
		margin: 35px auto 0;
	}
	.index3-bottom em:before,.index3-bottom em:after {
		width: 16px;
		margin: -1px 0 0 -8px;
	}
}
@media only screen and (min-width: 1400px) {
	.index3 .index3-bottom {
		margin-top: -60px;
	}
	.index3-bottom .index3-icon {
		width: 60px;
	}
	.index3-bottom span {
		width: 24px;
		margin: 14px auto 18px;
	}
	.index3-bottom h4 {
		font-size: 22px;
	}
	.index3-bottom em {
		width: 50px;
		height: 50px;
		margin: 40px auto 0;
	}
	.index3-bottom em:before,.index3-bottom em:after {
		width: 18px;
		margin: -1px 0 0 -9px;
	}
}
@media only screen and (min-width: 1600px) {
	.index3 .index3-bottom {
		margin-top: -65px;
	}
	.index3-bottom .index3-icon {
		width: 65px;
	}
	.index3-bottom span {
		width: 26px;
		margin: 15px auto 20px;
	}
	.index3-bottom h4 {
		font-size: 24px;
		line-height: 30px;
	}
	.index3-bottom em {
		width: 55px;
		height: 55px;
		margin: 45px auto 0;
	}
	.index3-bottom em:before,.index3-bottom em:after {
		width: 20px;
		margin: -1px 0 0 -10px;
	}
}
@media only screen and (min-width: 1800px) {
	.index3 .index3-bottom {
		margin-top: -75px;
	}
	.index3-bottom .index3-icon {
		width: 75px;
	}
	.index3-bottom span {
		width: 28px;
		margin: 17px auto 23px;
	}
	.index3-bottom h4 {
		font-size: 25px;
	}
	.index3-bottom em {
		width: 65px;
		height: 65px;
		margin: 50px auto 0;
	}
}
@media only screen and (min-width: 1921px) {
	.index3-img img {
		width: 100%;
		margin: 0;
		left: 0px;
		top: 0px;
	}
}
/*第四页*/
.index4 {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	background: #f1f1f1 url(../bgimg/index4.jpg);
	background-repeat: no-repeat !important;
	background-position: right center !important;
	transition: all 1s;
}
.index4:before {
	content: '';
	display: block;
	width: 20%;
	height: 100%;
	overflow: hidden;
	background-color: #d0111b;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}
.index4-left {
	width: 451px;
	overflow: hidden;
	float: left;
	position: relative;
	top: 50%;
	left: 50%;
	margin: -321px 0 0 -738px;
	z-index: 2;
	opacity: 0;
	transition: all 1s;
}
.swiper-slide-active .index4-left {
	opacity: 1;
}
.index4-left img {
	width: 100%;
	transition: all 0.5s;
}
.index4 .index4-left:hover img {
	transform: scale(1.1);
}
.index4-right {
	width: 720px;
	overflow: hidden;
	position: relative;
	top: 50%;
	left: 50%;
	margin: -275px 0 0 -162px;
	z-index: 2;
	float: left;
	opacity: 0;
	transition: all 1s 0.5s;
}
.swiper-slide-active .index4-right {
	opacity: 1;
}
.index4-right h2 {
	font-family: "wigrumweb-bold";
	color: #d0111b;
}
.index4-right h3 {
	color: #333333;
	font-weight: bold;
}
.index4-right p {
	font-size: 14px;
	line-height: 18px;
	color: #979797;
	margin: 25px 0 75px;
}
.index4-right ul {
	width: 100%;
	overflow: hidden;
}
.index4-right ul li {
	width: 210px;
	height: 210px;
	overflow: hidden;
	background-color: #FFFFFF;
	border: 1px solid #d2d2d2;
	float: left;
	text-align: center;
	margin-left: 45px;
	border-radius: 10px;
	cursor: pointer;
	transition: all 0.5s;
}
.index4-right ul li:first-of-type {
	margin-left: 0px;
}
.index4-right .index4-icon {
	width: 64px;
	height: 64px;
	overflow: hidden;
	margin: 47px auto 30px;
	position: relative;
}
.index4-icon img {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all 0.5s;
}
.index4-icon img:nth-of-type(2) {
	opacity: 0;
}
.index4-right ul li h4 {
	color: #333333;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	transition: all 0.5s;
}
.index4-right ul li span {
	display: block;
	width: 18px;
	height: 2px;
	overflow: hidden;
	background-color: #d0111b;
	margin: 7px auto 0;
	transition: all 0.5s;
}
.index4-right ul li:hover {
	background-color: #d0111b;
	border-color: #d0111b;
}
.index4-right ul li:hover .index4-icon img:nth-of-type(1) {
	opacity: 0;
}
.index4-right ul li:hover .index4-icon img:nth-of-type(2) {
	opacity: 1;
}
.index4-right ul li:hover h4 {
	color: #FFFFFF;
}
.index4-right ul li:hover span {
	background-color: #FFFFFF;
}
@media only screen and (max-width: 991px) {
	.index4 {
		background: url(../bgimg/index4s.jpg);
		background-size: 100%;
	}
	.index4:before,.index4 .index4-left {
		display: none;
	}
	.index4-right {
		width: 650px;
		top: 0;
		left: 0;
		margin: 155px auto 0;
		float: none;
	}
	.index4-right h3 {
		margin: 12px 0 0;
	}
	.index4-right p {
		width: 210px;
		font-size: 17px;
		line-height: 26px;
		margin: 100px 0 75px;
	}
	.index4-right ul {
		position: relative;
		top: -280px;
	}
	.index4-right ul li {
		width: 280px;
		height: 280px;
		margin: 0 0 40px;
		border-radius: 10px;
	}
	.index4-right ul li:first-of-type {
		margin: 0 0 40px 370px;
	}
	.index4-right ul li:last-of-type {
		float: right;
	}
	.index4-right .index4-icon {
		width: 80px;
		height: 80px;
		margin: 70px auto 40px;
	}
	.index4-right ul li h4 {
		font-size: 24px;
		line-height: 30px;
	}
	.index4-right ul li span {
		width: 28px;
		height: 4px;
		margin: 8px auto 0;
	}
}
@media only screen and (max-width: 750px) {
	.index4-right {
		width: 335px;
		margin: 85px auto 0;
	}
	.index4-right h3 {
		margin: 6px 0 0;
	}
	.index4-right p {
		width: 150px;
		font-size: 12px;
		line-height: 20px;
		margin: 50px 0;
	}
	.index4-right ul {
		top: -160px;
	}
	.index4-right ul li {
		width: 160px;
		height: 160px;
		margin: 0 0 20px;
		border-radius: 5px;
	}
	.index4-right ul li:first-of-type {
		margin: 0 0 20px 175px;
	}
	.index4-right .index4-icon {
		width: 50px;
		height: 50px;
		margin: 33px auto 20px;
	}
	.index4-right ul li h4 {
		font-size: 16px;
		line-height: 20px;
	}
	.index4-right ul li span {
		width: 15px;
		height: 2px;
		margin: 8px auto 0;
	}
}
@media only screen and (min-width: 992px) {
	.index4-left {
		width: 315px;
		margin: -225px 0 0 520px;
	}
	.swiper-slide-active .index4-left {
		margin: -225px 0 0 -520px;
	}
	.index4-right {
		width: 580px;
		margin: -220px 0 0 130px;
	}
	.swiper-slide-active .index4-right {
		margin: -220px 0 0 -130px;
	}
	.index4-right p {
		margin: 20px 0 60px;
	}
	.index4-right ul li {
		width: 168px;
		height: 168px;
		margin-left: 36px;
		border-radius: 8px;
	}
	.index4-right .index4-icon {
		width: 50px;
		height: 50px;
		margin: 38px auto 24px;
	}
	.index4-right ul li span {
		width: 14px;
		margin: 5px auto 0;
	}
}
@media only screen and (min-width: 1200px) {
	.index4-left {
		width: 385px;
		margin: -273px 0 0 627px;
	}
	.swiper-slide-active .index4-left {
		margin: -273px 0 0 -627px;
	}
	.index4-right {
		width: 620px;
		margin: -234px 0 0 138px;
	}
	.swiper-slide-active .index4-right {
		margin: -220px 0 0 -138px;
	}
	.index4-right p {
		margin: 21px 0 64px;
	}
	.index4-right ul li {
		width: 180px;
		height: 180px;
		margin-left: 38px;
		border-radius: 8.5px;
	}
	.index4-right .index4-icon {
		width: 55px;
		height: 55px;
		margin: 40px auto 26px;
	}
	.index4-right ul li span {
		width: 15px;
		margin: 6px auto 0;
	}
}
@media only screen and (min-width: 1400px) {
	.index4-left {
		width: 406px;
		margin: -290px 0 0 665px;
	}
	.swiper-slide-active .index4-left {
		margin: -290px 0 0 -665px;
	}
	.index4-right {
		width: 648px;
		margin: -248px 0 0 146px;
	}
	.swiper-slide-active .index4-right {
		margin: -248px 0 0 -146px;
	}
	.index4-right p {
		margin: 23px 0 68px;
	}
	.index4-right ul li {
		width: 190px;
		height: 190px;
		margin-left: 40px;
		border-radius: 9px;
	}
	.index4-right .index4-icon {
		width: 58px;
		height: 58px;
		margin: 42px auto 27px;
	}
	.index4-right ul li span {
		width: 16px;
	}
}
@media only screen and (min-width: 1600px) {
	.index4-left {
		width: 430px;
		margin: -305px 0 0 705px;
	}
	.swiper-slide-active .index4-left {
		margin: -305px 0 0 -705px;
	}
	.index4-right {
		width: 690px;
		margin: -265px 0 0 155px;
	}
	.swiper-slide-active .index4-right {
		margin: -265px 0 0 -155px;
	}
	.index4-right p {
		margin: 24px 0 72px;
	}
	.index4-right ul li {
		width: 200px;
		height: 200px;
		margin-left: 43px;
		border-radius: 10px;
	}
	.index4-right .index4-icon {
		width: 61px;
		height: 61px;
		margin: 45px auto 28.5px;
	}
	.index4-right ul li span {
		width: 17px;
		margin: 7px auto 0;
	}
}
@media only screen and (min-width: 1800px) {
	.index4-left {
		width: 451px;
		margin: -321px 0 0 738px;
	}
	.swiper-slide-active .index4-left {
		margin: -321px 0 0 -738px;
	}
	.index4-right {
		width: 720px;
		margin: -275px 0 0 162px;
	}
	.swiper-slide-active .index4-right {
		margin: -275px 0 0 -162px;
	}
	.index4-right p {
		margin: 25px 0 75px;
	}
	.index4-right ul li {
		width: 210px;
		height: 210px;
		margin-left: 45px;
	}
	.index4-right .index4-icon {
		width: 64px;
		height: 64px;
		margin: 47px auto 30px;
	}
	.index4-right ul li span {
		width: 18px;
	}
}
@media only screen and (min-width: 1921px) {
	.index4 {
		background-size: 100%;
	}
}
/*第五页*/
.index5 {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	background: url(../bgimg/index5.jpg);
	background-repeat: no-repeat !important;
	background-position: center !important;
}
.index5-left {
	width: 390px;
	overflow: hidden;
	float: left;
	position: relative;
	left: 50%;
	top: 50%;
	margin: -280px 0 0 -875px;
	opacity: 0;
	transition: all 1s 0.2s;
}
.swiper-slide-active .index5-left {
	opacity: 1;
}
.index5-left h2 {
	font-family: "wigrumweb-bold";
	color: #d0111b;
}
.index5-left h3 {
	font-weight: bold;
	color: #333333;
	margin: 10px 0 195px;
}
.index5-left a {
	display: block;
	width: 210px;
	height: 37px;
	line-height: 37px;
	margin: 125px 0 0;
	padding: 0 15px 0 10px;
	overflow: hidden;
	position: relative;
}
.index5-left a span {
	display: block;
	width: 100%;
	height: 100%;
	color: #d0111b;
	font-family: arial;
	overflow: hidden;
	background-image: url(../bgimg/mrr.png);
	background-repeat: no-repeat !important;
	background-position: right center !important;
	position: relative;
	z-index: 1;
	transition: all 0.5s;
}
.index5-left a:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	overflow: hidden;
	background-color: #d0111b;
	position: absolute;
	left: 0px;
	bottom: 0px;
	transition: height 0.5s;
}
.index5-left a:hover span {
	color: #FFFFFF;
	background-image: url(../bgimg/mrw.png);
}
.index5-left a:hover:after {
	height: 100%;
}
.index5-right {
	width: 1250px;
	height: 640px;
	float: left;
	position: relative;
	left: 50%;
	top: 50%;
	margin: -280px 0 0 -375px;
	opacity: 0;
	transition: all 1s 0.5s;
}
.swiper-slide-active .index5-right {
	opacity: 1;
}
.index5-right a {
	display: block;
	width: 325px;
	height: 307.5px;
	margin: 0 0 25px 25px;
	overflow: hidden;
	background-color: #FFFFFF;
	float: left;
	text-align: center;
	position: relative;
	transition: box-shadow 0.5s;
}
.index5-right a:first-of-type {
	width: 550px;
	height: 640px;
	margin: 0;
}
.index5-right a:before {
	content: '';
	display: block;
	width: 220px;
	height: 154px;
	overflow: hidden;
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -77px;
	background-image: url(../bgimg/index5.png);
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: 100% !important;
	opacity: 0;
	transition: opacity 0.5s;
}
.index5-right a:first-of-type:before {
	width: 440px;
	height: 307px;
	margin-top: -150px;
}
.index5-right a .index5-img {
	width: 100%;
	overflow: hidden;
	padding: 15px 0;
	position: relative;
	z-index: 1;
}
.index5-right a:first-of-type .index5-img {
	padding: 0;
}
.index5-img img {
	width: 170px;
	transition: all 0.5s;
}
.index5-right a:first-of-type .index5-img img {
	width: 100%;
}
.index5-right a p {
	width: 100%;
	line-height: 30px;
	height: 30px;
	font-size: 22px;
	color: #333333;
	overflow: hidden;
	position: absolute;
	left: 0px;
	bottom: 30px;
	transition: all 0.5s;
	z-index: 1;
}
.index5-right a:hover {
	box-shadow: 8.7px 5px 65px 5px rgba(0,0,0,0.17);
}
.index5-right a:hover:before {
	opacity: 1;
}
.index5-right a:hover img {
	transform: scale(1.1);
}
.index5-right a:hover p {
	font-size: 24px;
	font-weight: bold;
}
@media only screen and (max-width: 991px) {
	.index5 {
		background: url(../bgimg/index5s.jpg);
		background-size: 100%;
	}
	.index5-left {
		width: 650px;
		margin: 155px auto 0;
		float: none;
		left: 0px;
		top: 0px;
	}
	.index5-left h3 {
		margin: 20px 0 470px;
	}
	.index5-left a {
		margin: 0;
	}
	.index5-right {
		width: 650px;
		height: 345px;
		float: none;
		position: absolute;
		margin: 280px 0 0 -325px;
	}
	.swiper-slide-active .index5-right {
		margin: -80px 0 0 -325px;
	}
	.index5-right a {
		width: 163px;
		height: 166.5px;
		margin: 0 0 12px 12px;
	}
	.index5-right a:first-of-type {
		width: 300px;
		height: 345px;
	}
	.index5-right a:before {
		width: 110px;
		height: 77px;
		margin-top: -38px;
	}
	.index5-right a:first-of-type:before {
		width: 220px;
		height: 154px;
		margin-top: -77px;
	}
	.index5-right a .index5-img {
		padding: 15px 0;
	}
	.index5-img img {
		width: 85px;
	}
	.index5-right a p {
		line-height: 20px;
		height: 20px;
		font-size: 12px;
		bottom: 12px;
	}
}
@media only screen and (max-width: 750px) {
	.index5-left {
		width: 335px;
		margin: 85px auto 0;
	}
	.index5-left h3 {
		margin: 10px 0 235px;
	}
	.index5-left a {
	    width: 140px;
	}
	.index5-right {
		width: 335px;
		height: 176px;
		margin: 180px 0 0 -167.5px;
	}
	.swiper-slide-active .index5-right {
		margin: -80px 0 0 -167.5px;
	}
	.index5-right a {
		width: 85px;
		height: 85px;
		margin: 0 0 6px 6px;
	}
	.index5-right a:first-of-type {
		width: 153px;
		height: 176px;
	}
	.index5-right a:before {
		width: 55px;
		height: 38px;
		margin-top: -19px;
	}
	.index5-right a:first-of-type:before {
		width: 110px;
		height: 77px;
		margin-top: -38px;
	}
	.index5-right a .index5-img {
		padding: 8px 0;
	}
	.index5-img img {
		width: 40px;
	}
	.index5-right a p {
		bottom: 3px;
	}
}
@media only screen and (min-width: 992px) {
	.index5-left {
		width: 234px;
		margin: -168px 0 0 -480px;
	}
	.index5-left h3 {
		margin: 5px 0 110px;
	}
	.index5-left a {
		width: 130px;
		margin: 125px 0 0;
	}
	.index5-right {
		width: 750px;
		height: 384px;
		margin: -168px 0 0 245px;
	}
	.swiper-slide-active .index5-right {
		margin: -168px 0 0 -245px;
	}
	.index5-right a {
		width: 195px;
		height: 185px;
		margin: 0 0 15px 15px;
	}
	.index5-right a:first-of-type {
		width: 330px;
		height: 384px;
	}
	.index5-right a:before {
		width: 132px;
		height: 93px;
		margin-top: -46px;
	}
	.index5-right a:first-of-type:before {
		width: 264px;
		height: 185px;
		margin-top: -100px;
	}
	.index5-right a .index5-img {
		padding: 10px 0;
	}
	.index5-img img {
		width: 100px;
	}
	.index5-right a p {
		line-height: 18px;
		height: 18px;
		font-size: 14px;
		bottom: 10px;
	}
	.index5-right a:hover p {
		font-size: 16px;
	}
}
@media only screen and (min-width: 1200px) {
	.index5-left {
		width: 273px;
		margin: -196px 0 0 -580px;
	}
	.index5-left h3 {
		margin: 7px 0 135px;
	}
	.index5-left a {
		width: 150px;
		margin: 90px 0 0;
	}
	.index5-right {
		width: 875px;
		height: 448px;
		margin: -196px 0 0 265px;
	}
	.swiper-slide-active .index5-right {
		margin: -196px 0 0 -265px;
	}
	.index5-right a {
		width: 227px;
		height: 215px;
		margin: 0 0 17px 17px;
	}
	.index5-right a:first-of-type {
		width: 385px;
		height: 448px;
	}
	.index5-right a:before {
		width: 154px;
		height: 108px;
		margin-top: -54px;
	}
	.index5-right a:first-of-type:before {
		width: 308px;
		height: 215px;
		margin-top: -120px;
	}
	.index5-right a .index5-img {
		padding: 12px 0;
	}
	.index5-img img {
		width: 120px;
	}
	.index5-right a p {
		line-height: 21px;
		height: 21px;
		bottom: 15px;
	}
}
@media only screen and (min-width: 1400px) {
	.index5-left {
		width: 312px;
		margin: -224px 0 0 -680px;
	}
	.index5-left h3 {
		margin: 8px 0 155px;
	}
	.index5-left a {
		width: 170px;
		margin: 100px 0 0;
	}
	.index5-right {
		width: 1000px;
		height: 512px;
		margin: -224px 0 0 300px;
	}
	.swiper-slide-active .index5-right {
		margin: -224px 0 0 -300px;
	}
	.index5-right a {
		width: 260px;
		height: 246px;
		margin: 0 0 20px 20px;
	}
	.index5-right a:first-of-type {
		width: 440px;
		height: 512px;
	}
	.index5-right a:before {
		width: 180px;
		height: 125px;
		margin-top: -62px;
	}
	.index5-right a:first-of-type:before {
		width: 360px;
		height: 250px;
		margin-top: -130px;
	}
	.index5-right a .index5-img {
		padding: 13px 0;
	}
	.index5-img img {
		width: 140px;
	}
	.index5-right a p {
		line-height: 25px;
		height: 25px;
		font-size: 18px;
		bottom: 20px;
	}
	.index5-right a:hover p {
		font-size: 20px;
	}
}
@media only screen and (min-width: 1600px) {
	.index5-left {
		width: 351px;
		margin: -252px 0 0 -788px;
	}
	.index5-left h3 {
		margin: 8px 0 175px;
	}
	.index5-left a {
		width: 190px;
		margin: 115px 0 0;
	}
	.index5-right {
		width: 1125px;
		height: 580px;
		margin: -252px 0 0 337.5px;
	}
	.swiper-slide-active .index5-right {
		margin: -252px 0 0 -337.5px;
	}
	.index5-right a {
		width: 290px;
		height: 278px;
		margin: 0 0 24px 20px;
	}
	.index5-right a:first-of-type {
		width: 500px;
		height: 580px;
	}
	.index5-right a:before {
		width: 200px;
		height: 138px;
		margin-top: -70px;
	}
	.index5-right a:first-of-type:before {
		width: 400px;
		height: 275px;
		margin-top: -140px;
	}
	.index5-right a .index5-img {
		padding: 14px 0;
	}
	.index5-img img {
		width: 160px;
	}
	.index5-right a p {
		line-height: 27px;
		height: 27px;
		font-size: 20px;
		bottom: 25px;
	}
	.index5-right a:hover p {
		font-size: 22px;
	}
}
@media only screen and (min-width: 1800px) {
	.index5-left {
		width: 390px;
		margin: -280px 0 0 -875px;
	}
	.index5-left h3 {
		margin: 10px 0 195px;
	}
	.index5-left a {
		width: 210px;
		margin: 125px 0 0;
	}
	.index5-right {
		width: 1250px;
		height: 640px;
		margin: -280px 0 0 375px;
	}
	.swiper-slide-active .index5-right {
		margin: -280px 0 0 -375px;
	}
	.index5-right a {
		width: 325px;
		height: 307.5px;
		margin: 0 0 25px 25px;
	}
	.index5-right a:first-of-type {
		width: 550px;
		height: 640px;
	}
	.index5-right a:before {
		width: 220px;
		height: 154px;
		margin-top: -77px;
	}
	.index5-right a:first-of-type:before {
		width: 440px;
		height: 307px;
		margin-top: -150px;
	}
	.index5-right a .index5-img {
		padding: 15px 0;
	}
	.index5-img img {
		width: 170px;
	}
	.index5-right a p {
		line-height: 30px;
		height: 30px;
		font-size: 22px;
		bottom: 30px;
	}
	.index5-right a:hover p {
		font-size: 24px;
	}
}
@media only screen and (min-width: 1921px) {
	.index5 {
		background-size: 100%;
	}
}
/*第六页*/
.index6 {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	transform: scale(1.5);
	opacity: 0;
	background-color: #FFFFFF;
	transition: all 1s;
}
.swiper-slide-active .index6 {
	transform: scale(1);
	opacity: 1;
}
.index6:after {
	content: '';
	display: block;
	width: 80%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	right: 0px;
	top: 0px;
	background: url(../bgimg/index6.jpg);
	background-repeat: no-repeat !important;
	background-position: left center !important;
}
.index6-left {
	width: 510px;
	overflow: hidden;
	float: left;
	position: relative;
	left: 50%;
	top: 50%;
	margin: -280px 0 0 -875px;
	z-index: 1;
}
.index6-left h2 {
	font-family: "wigrumweb-bold";
	color: #d0111b;
}
.index6-left h3 {
	font-weight: bold;
	color: #333333;
	margin: 20px 0 195px;
}
.index6-left a {
	display: block;
	width: 210px;
	height: 37px;
	line-height: 37px;
	margin: 125px 0 0;
	padding: 0 15px 0 10px;
	overflow: hidden;
	position: relative;
}
.index6-left a span {
	display: block;
	width: 100%;
	height: 100%;
	color: #d0111b;
	font-family: arial;
	overflow: hidden;
	background-image: url(../bgimg/mrr.png);
	background-repeat: no-repeat !important;
	background-position: right center !important;
	position: relative;
	z-index: 1;
	transition: all 0.5s;
}
.index6-left a:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	overflow: hidden;
	background-color: #d0111b;
	position: absolute;
	left: 0px;
	bottom: 0px;
	transition: height 0.5s;
}
.index6-left a:hover span {
	color: #FFFFFF;
	background-image: url(../bgimg/mrw.png);
}
.index6-left a:hover:after {
	height: 100%;
}
@media only screen and (max-width: 991px) {
	.index6:after {
		width: 100%;
		background: url(../bgimg/index6s.jpg);
		background-position: center;
		background-size: 100%;
	}
	.index6-left {
		width: 650px;
		left: 0px;
		top: 0px;
		float: none;
		margin: 170px auto 0;
	}
	.index6-left h3 {
		margin: 25px 0 195px;
	}
	.index6-left a {
		margin: 150px 0 0;
	}
}
@media only screen and (max-width: 750px) {
	.index6-left {
		width: 335px;
		margin: 90px auto 0;
	}
	.index6-left h3 {
		margin: 15px 0 100px;
	}
	.index6-left a {
		width: 140px;
		margin: 0;
	}
}
@media only screen and (min-width: 992px) {
	.index6-left {
		margin: -168px 0 0 -480px;
	}
	.index6-left h3 {
		margin: 10px 0 110px;
	}
	.index6-left a {
		width: 130px;
		margin: 65px 0 0;
	}
}
@media only screen and (min-width: 1200px) {
	.index6-left {
		margin: -196px 0 0 -575px;
	}
	.index6-left h3 {
		margin: 12px 0 135px;
	}
	.index6-left a {
		width: 150px;
		margin: 80px 0 0;
	}
}
@media only screen and (min-width: 1400px) {
	.index6-left {
		margin: -224px 0 0 -675px;
	}
	.index6-left h3 {
		margin: 15px 0 155px;
	}
	.index6-left a {
		width: 170px;
		margin: 100px 0 0;
	}
}
@media only screen and (min-width: 1600px) {
	.index6-left {
		margin: -252px 0 0 -775px;
	}
	.index6-left h3 {
		margin: 18px 0 175px;
	}
	.index6-left a {
		width: 190px;
		margin: 115px 0 0;
	}
}
@media only screen and (min-width: 1800px) {
	.index6-left {
		margin: -280px 0 0 -875px;
	}
	.index6-left h3 {
		margin: 20px 0 195px;
	}
	.index6-left a {
		width: 210px;
		margin: 125px 0 0;
	}
}
@media only screen and (min-width: 1921px) {
	.index6:after {
		background-size: 100%;
	}
}
/*第七页*/
.index7 {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #f2f2f2;
	position: relative;
}
.index7:before {
	content: '';
	display: block;
	width: 20%;
	height: 100%;
	overflow: hidden;
	background-color: #ffffff;
	position: absolute;
	left: 0px;
	top: 0px;
}
.index7-left {
	width: 300px;
	overflow: hidden;
	float: left;
	position: relative;
	left: 50%;
	top: 50%;
	margin: -275px 0 0 -875px;
	opacity: 0;
	transition: all 1s 0s;
}
.swiper-slide-active .index7-left {
	opacity: 1;
}
.index7-left h2 {
	font-family: "wigrumweb-bold";
	color: #d0111b;
}
.index7-left h3 {
	font-weight: bold;
	color: #333333;
	margin: 5px 0 0;
}
.index7-left .index7-menu {
	width: 240px;
	overflow: hidden;
	margin: 70px 0 0;
}
.index7-menu a {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	margin: 15px 0 0;
	font-size: 16px;
	color: #666666;
	overflow: hidden;
	background-color: #f2f2f2;
	text-align: center;
	cursor: pointer;
}
.index7-menu a:hover {
	color: #d0111b;
	font-weight: bold;
}
.index7-menu a.active {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #d0111b;
}
.index7-right {
	width: 1300px;
	overflow: hidden;
	float: left;
	position: relative;
	left: 50%;
	top: 50%;
	margin: -273px 0 0 -475px;
	opacity: 0;
	transition: all 1s 0.3s;
}
.swiper-slide-active .index7-right {
	opacity: 1;
}
.index7-right .mySwiper2 {
	display: none;
}
.index7-right a {
	display: block;
	width: 100%;
	height: 545px;
	padding: 37px 30px 30px;
	overflow: hidden;
	background-color: #FFFFFF;
	position: relative;
	transition: all 0.5s;
}
.index7-right .index7-txt {
	width: 100%;
	height: 200px;
	margin: 0 0 30px;
	overflow: hidden;
}
.index7-txt span {
	display: block;
	line-height: 20px;
	font-size: 14px;
	color: #666666;
	font-weight: lighter;
	transition: all 0.5s;
}
.index7-txt .index7-title {
	width: 100%;
	padding: 18px 0 13px;
	overflow: hidden;
	border-bottom: 1px solid #eaeaea;
	transition: all 0.5s;
}
.index7-title h4 {
	width: 100%;
	max-height: 60px;
	line-height: 30px;
	font-size: 24px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
  	display: -webkit-box;
  	-webkit-line-clamp: 2;
  	-webkit-box-orient: vertical;
	transition: all 0.5s;
}
.index7-txt p {
	width: 100%;
	height: 72px;
	line-height: 24px;
	font-size: 14px;
	margin: 15px 0 30px;
	color: #909090;
	overflow: hidden;
	text-overflow: ellipsis;
  	display: -webkit-box;
  	-webkit-line-clamp: 3;
  	-webkit-box-orient: vertical;
	transition: all 0.5s;
}
.index7-right .index7-img {
	width: 207px;
	overflow: hidden;
}
.index7-img img {
	width: 100%;
	transition: all 0.5s;
}
.index7-right a:after {
	content: '';
	display: block;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	right: 26px;
	bottom: 32px;
	background: #f2f2f2 url(../bgimg/nrw.png);
	background-repeat: no-repeat !important;
	background-position: center !important;
	transition: all 0.5s;
}
.index7-right a:hover {
	background-color: #d0111b;
}
.index7-right a:hover .index7-txt span,.index7-right a:hover .index7-title h4,.index7-right a:hover .index7-txt p {
	color: #FFFFFF;
}
.index7-right a:hover .index7-title {
	border-color: #FFFFFF;
}
.index7-right a:hover:after {
	background: #FFFFFF url(../bgimg/nrr.png);
}
.index7-right a:hover .index7-img img {
	transform: scale(1.1);
}
@media only screen and (max-width: 991px) {
	.index7 {
		background-color: #f2f2f2;
	}
	.index7:before {
		width: 100%;
		height: 40%;
	}
	.index7-left {
		width: 650px;
		float: none;
		position: relative;
		left: 0;
		top: 0;
		margin: -300px auto 0;
	}
	.swiper-slide-active .index7-left {
		margin: 155px auto 0;
	}
	.index7-left h3 {
		margin: 15px 0 0;
	}
	.index7-left .index7-menu {
		width: 100%;
		margin: 45px 0 0;
	}
	.index7-menu a {
		width: -moz-calc(50% - 20px);
		width: -webkit-calc(50% - 20px);
		width: calc(50% - 20px);
		height: 50px;
		line-height: 50px;
		border-radius: 25px;
		margin: 0;
		font-size: 20px;
	}
	.index7-menu a {
		float: left;
	}
	.index7-menu a:nth-of-type(2) {
		float: right;
	}
	.index7-right {
		width: 650px;
		float: none;
		left: 0;
		top: 0;
		margin: -450px auto 0;
	}
	.swiper-slide-active .index7-right{
		margin: 50px auto 0;
	}
	.index7-right a {
		height: 515px;
		padding: 35px;
	}
	.index7-right .index7-txt {
		height: 215px;
		margin: 0 0 20px;
	}
	.index7-txt span {
		line-height: 20px;
		font-size: 15px;
	}
	.index7-txt .index7-title {
		padding: 12px 0;
	}
	.index7-title h4 {
		max-height: 80px;
		line-height: 40px;
		font-size: 30px;
	}
	.index7-txt p {
		height: 75px;
		line-height: 25px;
		font-size: 15px;
		margin: 14px 0 0;
	}
	.index7-right .index7-img {
		width: 186px;
	}
	.index7-right a:after {
		width: 50px;
		height: 50px;
		right: 43px;
		bottom: 32px;
	}
}
@media only screen and (max-width: 750px) {
	.index7-left {
		width: 335px;
		margin: -190px auto 0;
	}
	.swiper-slide-active .index7-left {
		margin: 90px auto 0;
	}
	.index7-left h3 {
		margin: 8px 0 0;
	}
	.index7-left .index7-menu {
		margin: 25px 0 0;
	}
	.index7-menu a {
		width: -moz-calc(50% - 10px);
		width: -webkit-calc(50% - 10px);
		width: calc(50% - 10px);
		height: 35px;
		line-height: 35px;
		border-radius: 18px;
		font-size: 14px;
	}
	.index7-right {
		width: 335px;
		margin: -150px auto 0;
	}
	.swiper-slide-active .index7-right {
		margin: 50px auto 0;
	}
	.index7-right a {
		height: 350px;
		padding: 20px;
	}
	.index7-right .index7-txt {
		height: 160px;
		margin: 0 0 20px;
	}
	.index7-txt span {
		font-size: 12px;
	}
	.index7-txt .index7-title {
		padding: 6px 0;
	}
	.index7-title h4 {
		max-height: 60px;
		line-height: 30px;
		font-size: 24px;
	}
	.index7-txt p {
		height: 60px;
		line-height: 20px;
		font-size: 12px;
		margin: 7px 0 0;
	}
	.index7-right .index7-img {
		width: 110px;
	}
	.index7-right a:after {
		width: 35px;
		height: 35px;
		right: 25px;
		bottom: 20px;
		background-size: 7px !important;
	}
}
@media only screen and (min-width: 992px) {
	.index7-left {
		margin: -165px 0 0;
	}
	.swiper-slide-active .index7-left {
		margin: -165px 0 0 -480px;
	}
	.index7-left .index7-menu {
		width: 160px;
		margin: 50px 0 0;
	}
	.index7-menu a {
		font-size: 14px;
		border-radius: 0 20px 20px 0;
	}
	.index7-right {
		width: 740px;
		margin: -180px 0 0 250px;
	}
	.swiper-slide-active .index7-right {
		margin: -180px 0 0 -250px;
	}
	.index7-right a {
		height: 400px;
		padding: 25px 20px 20px;
	}
	.index7-right .index7-txt {
		height: 155px;
		margin: 0 0 15px;
	}
	.index7-txt span {
		font-size: 12px;
	}
	.index7-txt .index7-title {
		padding: 10px 0 7px;
	}
	.index7-title h4 {
		max-height: 50px;
		line-height: 25px;
		font-size: 18px;
	}
	.index7-txt p {
		height: 60px;
		line-height: 20px;
		font-size: 12px;
		margin: 8px 0 0;
	}
	.index7-right .index7-img {
		width: 150px;
	}
	.index7-right a:after {
		width: 30px;
		height: 30px;
		right: 20px;
		bottom: 20px;
		background-size: 7px !important;
	}
}
@media only screen and (min-width: 1200px) {
	.index7-left {
		margin: -195px 0 0;
	}
	.swiper-slide-active .index7-left {
		margin: -195px 0 0 -575px;
	}
	.index7-left .index7-menu {
		width: 180px;
		margin: 55px 0 0;
	}
	.index7-right {
		width: 880px;
		margin: -215px 0 0 300px;
	}
	.swiper-slide-active .index7-right {
		margin: -215px 0 0 -300px;
	}
	.index7-right a {
		height: 430px;
	}
	.index7-right .index7-txt {
		height: 160px;
		margin: 0 0 20px;
	}
	.index7-txt .index7-title {
		padding: 12px 0 8px;
	}
	.index7-title h4 {
		font-size: 20px;
	}
	.index7-txt p {
		margin: 10px 0 0;
	}
	.index7-right .index7-img {
		width: 160px;
	}
	.index7-right a:after {
		width: 35px;
		height: 35px;
	}
}
@media only screen and (min-width: 1400px) {
	.index7-left {
		margin: -220px 0 0;
	}
	.swiper-slide-active .index7-left {
		margin: -220px 0 0 -675px;
	}
	.index7-left .index7-menu {
		width: 200px;
		margin: 60px 0 0;
	}
	.index7-menu a {
		font-size: 16px;
	}
	.index7-right {
		width: 1040px;
		margin: -240px 0 0 350px;
	}
	.swiper-slide-active .index7-right {
		margin: -240px 0 0 -350px;
	}
	.index7-right a {
		height: 480px;
		padding: 30px 25px 25px;
	}
	.index7-right .index7-txt {
		height: 175px;
		margin: 0 0 25px;
	}
	.index7-txt span {
		font-size: 13px;
	}
	.index7-txt .index7-title {
		padding: 15px 0 10px;
	}
	.index7-title h4 {
		max-height: 54px;
		line-height: 27px;
		font-size: 22px;
	}
	.index7-txt p {
		height: 66px;
		line-height: 22px;
		font-size: 13px;
		margin: 12px 0 0;
	}
	.index7-right .index7-img {
		width: 175px;
	}
	.index7-right a:after {
		width: 40px;
		height: 40px;
		right: 25px;
		bottom: 30px;
		background-size: 8px !important;
	}
}
@media only screen and (min-width: 1600px) {
	.index7-left {
		margin: -250px 0 0;
	}
	.swiper-slide-active .index7-left {
		margin: -250px 0 0 -775px;
	}
	.index7-left .index7-menu {
		width: 220px;
		margin: 65px 0 0;
	}
	.index7-right {
		width: 1170px;
		margin: -250px 0 0 390px;
	}
	.swiper-slide-active .index7-right {
		margin: -250px 0 0 -390px;
	}
	.index7-right a {
		height: 500px;
	}
	.index7-right .index7-img {
		width: 190px;
	}
	.index7-right a:after {
		width: 45px;
		height: 45px;
	}
}
@media only screen and (min-width: 1800px) {
	.index7:before {
		width: 384px;
	}
	.index7-left {
		margin: -275px 0 0;
	}
	.swiper-slide-active .index7-left {
		margin: -275px 0 0 -875px;
	}
	.index7-left .index7-menu {
		width: 240px;
		margin: 70px 0 0;
	}
	.index7-right {
		width: 1300px;
		margin: -273px 0 0 475px;
	}
	.swiper-slide-active .index7-right {
		margin: -273px 0 0 -475px;
	}
	.index7-right a {
		height: 545px;
		padding: 37px 30px 30px;
	}
	.index7-right .index7-txt {
		height: 200px;
		margin: 0 0 30px;
	}
	.index7-txt span {
		font-size: 14px;
	}
	.index7-txt .index7-title {
		padding: 18px 0 13px;
	}
	.index7-title h4 {
		max-height: 60px;
		line-height: 30px;
		font-size: 24px;
	}
	.index7-txt p {
		height: 72px;
		line-height: 24px;
		font-size: 14px;
		margin: 15px 0 0;
	}
	.index7-right .index7-img {
		width: 207px;
	}
	.index7-right a:after {
		width: 45px;
		height: 45px;
		right: 26px;
		bottom: 32px;
	}
}
/*第八页*/
.index8 {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #f9f9f9;
	position: relative;
}
.index8:before {
	content: '';
	display: block;
	width: 50%;
	height: 100%;
	overflow: hidden;
	background-color: #ececec;
	position: absolute;
	right: 0px;
	top: 0px;
}
.index8-left {
	width: 750px;
	overflow: hidden;
	float: left;
	position: relative;
	left: 50%;
	top: 50%;
	margin: -280px 0 0 -875px;
	opacity: 0;
	transition: all 1s;
}
.swiper-slide-active .index8-left {
	opacity: 1;
}
.index8-left h2 {
	font-family: "wigrumweb-bold";
	color: #d0111b;
	margin: 0 0 0 -4px;
}
.index8-left h3 {
	font-weight: bold;
	color: #333333;
	margin: 17px 0 30px;
}
.index8-left p {
	color: #666666;
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 6px;
}
.index8-left p strong {
	color: #909090;
}
.index8-left .index8-wx {
	width: 104px;
	overflow: hidden;
	position: absolute;
	right: 45px;
	top: 160px;
}
.index8-wx img {
	width: 100%;
}
.index8-left .index8-map {
	width: 100%;
	height: 315px;
	overflow: hidden;
	border: 2px solid #dddddd;
	margin: 65px 0 0;
}
.index8-right {
	width: 645px;
	overflow: hidden;
	float: left;
	position: relative;
	left: 50%;
	top: 50%;
	margin: -280px 0 0 115px;
	opacity: 0;
	transition: all 1s 0.2s;
}
.swiper-slide-active .index8-right {
	opacity: 1;
}
.index8-right .index8-input {
	width: 100%;
	margin: 0 0 28px;
	overflow: hidden;
}
.index8-input li {
	width: -moz-calc(50% - 20px);
	width: -webkit-calc(50% - 20px);
	width: calc(50% - 20px);
	overflow: hidden;
	float: left;
}
.index8-input li:last-of-type {
	float: right;
}
.index8-input p {
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	margin: 0 0 10px;
	font-weight: bold;
	color: #575757;
	overflow: hidden;
}
.index8-input input {
	display: block;
	width: 100%;
	height: 40px;
	padding: 0 10px;
	color: #575757;
	overflow: hidden;
	border: 2px solid #cbcccd;
	background-color: transparent;
}
.index8-input textarea {
	display: block;
	width: 100%;
	height: 135px;
	padding: 0 10px;
	line-height: 35px;
	color: #575757;
	overflow: hidden;
	border: 2px solid #cbc5c7;
	background-color: transparent;
}
.index8-right button {
	display: block;
	width: 120px;
	height: 35px;
	border-radius: 0 18px 18px 0;
	margin: 0 2px;
	color: #FFFFFF;
	font-weight: bold;
	border: none;
	background-color: #d0111b;
}
@media only screen and (max-width: 991px) {
	.index8:before {
		width: 100%;
		height: 40%;
		top: auto;
		bottom: 0px;
	}
	.index8-left {
		width: 650px;
		float: none;
		left: 0;
		top: 0;
		margin: 555px auto 0;
	}
	.swiper-slide-active .index8-left {
		margin: 155px auto 0;
	}
	.index8-left h2 {
		margin: 0 0 0 -2px;
	}
	.index8-left h3 {
		margin: 17px 0 30px;
	}
	.index8-left p {
		font-size: 14px;
		line-height: 20px;
		margin: 0 0 6px;
	}
	.index8-left p strong {
		display: block;
		float: left;
	}
	.index8-left .index8-wx {
		width: 104px;
		right: -5px;
		top: 160px;
	}
	.index8-left .index8-map {
		height: 130px;
		margin: 35px 0 0;
	}
	.index8-right {
		width: 650px;
		float: none;
		left: 0;
		top: 0;
		margin: 500px auto 0;
	}
	.swiper-slide-active .index8-right {
		margin: 100px auto 0;
	}
	.index8-right .index8-input {
		margin: 0 0 14px;
	}
	.index8-right div.index8-input:nth-of-type(1) {
		width: -moz-calc(50% - 10px);
		width: -webkit-calc(50% - 10px);
		width: calc(50% - 10px);
		float: left;
	}
	.index8-right div.index8-input:nth-of-type(2) {
		width: -moz-calc(50% - 10px);
		width: -webkit-calc(50% - 10px);
		width: calc(50% - 10px);
		float: right;
	}
	.index8-right div.index8-input:nth-of-type(3) {
		display: none;
	}
	.index8-input li {
		width: -moz-calc(50% - 10px);
		width: -webkit-calc(50% - 10px);
		width: calc(50% - 10px);
	}
	.index8-input li:last-of-type {
		float: right;
	}
	.index8-input p {
		height: 16px;
		line-height: 16px;
		font-size: 14px;
		margin: 0 0 5px;
	}
	.index8-input input {
		height: 30px;
		border-width: 1px;
	}
	.index8-input textarea {
		height: 90px;
		line-height: 25px;
		border-width: 1px;
	}
	.index8-right button {
		height: 35px;
		margin: 25px 0 0;
	}
}
@media only screen and (max-width: 750px) {
	.index8 .index8-left {
		width: 335px;
		margin: -85px auto 0;
	}
	.swiper-slide-active .index8-left {
		margin: 85px auto 0;
	}
	.index8-left h3 {
		margin: 8px 0 15px;
	}
	.index8-left p {
		width: 265px;
		font-size: 12px;
		line-height: 16px;
		margin: 0 0 3px;
	}
	.index8-left p:first-of-type strong {
		height: 32px;
	}
	.index8-left .index8-wx {
		width: 58px;
		right: 0px;
		top: 110px;
	}
	.index8-left .index8-map {
		height: 90px;
		margin: 20px 0 0;
		border-width: 1px;
	}
	.index8-right {
		width: 335px;
		margin: -150px auto 0;
	}
	.swiper-slide-active .index8-right {
		margin: 50px auto 0;
	}
	.index8-right .index8-input {
		margin: 0 0 8px;
	}
	.index8-right div.index8-input:nth-of-type(1) {
		width: -moz-calc(50% - 6px);
		width: -webkit-calc(50% - 6px);
		width: calc(50% - 6px);
	}
	.index8-right div.index8-input:nth-of-type(2) {
		width: -moz-calc(50% - 6px);
		width: -webkit-calc(50% - 6px);
		width: calc(50% - 6px);
	}
	.index8-input li {
		width: -moz-calc(50% - 6px);
		width: -webkit-calc(50% - 6px);
		width: calc(50% - 6px);
	}
	.index8-input p {
		height: 15px;
		line-height: 15px;
		font-size: 12px;
		margin: 0 0 5px;
	}
	.index8-input input {
		height: 25px;
		padding: 0 5px;
	}
	.index8-input textarea {
		height: 60px;
		line-height: 20px;
		padding: 0 5px;
	}
	.index8-right button {
		width: 80px;
		height: 30px;
		margin: 13px 0 0;
	}
}
@media only screen and (min-width: 992px) {
	.index8 .index8-left {
		width: 430px;
		margin: -250px 0 0 -480px;
	}
	.swiper-slide-active .index8-left {
		margin: 0 0 0 -480px;
	}
	.index8-left h2 {
		margin: 0 0 0 -2px;
	}
	.index8-left h3 {
		margin: 10px 0 15px;
	}
	.index8-left .index8-wx {
		right: 0px;
		top: 140px;
	}
	.index8-left .index8-map {
		height: 220px;
	}
	.index8-right {
		width: 400px;
		margin: 0 0 0 50px;
	}
	.swiper-slide-active .index8-right {
		margin: -250px 0 0 50px;
	}
	.index8-right .index8-input {
		margin: 0 0 15px;
	}
	.index8-input li {
		width: -moz-calc(50% - 10px);
		width: -webkit-calc(50% - 10px);
		width: calc(50% - 10px);
	}
	.index8-input p {
		margin: 0 0 6px;
	}
	.index8-input input {
		height: 35px;
		border-width: 1px;
	}
	.index8-input textarea {
		height: 100px;
		line-height: 30px;
		border-width: 1px;
	}
}
@media only screen and (min-width: 1200px) {
	.index8 .index8-left {
		width: 500px;
		margin: -270px 0 0 -575px;
	}
	.swiper-slide-active .index8-left {
		margin: 0 0 0 -575px;
	}
	.index8-left p {
		margin: 0 0 7px;
	}
	.index8-left .index8-wx {
		right: -10px;
		top: 160px;
	}
	.index8-right {
		width: 500px;
		margin: 0 0 0 75px;
	}
	.swiper-slide-active .index8-right {
		margin: -270px 0 0 75px;
	}
	.index8-right .index8-input {
		margin: 0 0 18px;
	}
	.index8-input p {
		margin: 0 0 7px;
	}
}
@media only screen and (min-width: 1400px) {
	.index8 .index8-left {
		width: 580px;
		margin: -280px 0 0 -675px;
	}
	.swiper-slide-active .index8-left {
		margin: 0 0 0 -675px;
	}
	.index8-left p {
		margin: 0 0 8px;
	}
	.index8-left .index8-map {
		height: 240px;
	}
	.index8-right {
		width: 550px;
		margin: 0 0 0 100px;
	}
	.swiper-slide-active .index8-right {
		margin: -280px 0 0 100px;
	}
	.index8-right .index8-input {
		margin: 0 0 20px;
	}
	.index8-input li {
		width: -moz-calc(50% - 15px);
		width: -webkit-calc(50% - 15px);
		width: calc(50% - 15px);
	}
	.index8-input p {
		margin: 0 0 8px;
	}
	.index8-input input {
		height: 40px;
	}
	.index8-input textarea {
		height: 120px;
		line-height: 30px;
	}
}
@media only screen and (min-width: 1600px) {
	.index8 .index8-left {
		width: 650px;
		margin: -280px 0 0 -775px;
	}
	.swiper-slide-active .index8-left {
		margin: 0 0 0 -775px;
	}
	.index8-left h2 {
		margin: 0 0 0 -2px;
	}
	.index8-left p {
		margin: 0 0 9px;
	}
	.index8-left .index8-wx {
		right: 45px;
		top: 160px;
	}
	.index8-left .index8-map {
		height: 315px;
		margin: 65px 0 0;
	}
	.index8-right {
		width: 600px;
	}
	.index8-right .index8-input {
		margin: 0 0 28px;
	}
	.index8-input p {
		margin: 0 0 9px;
	}
	.index8-input input {
		height: 40px;
	}
}
@media only screen and (min-width: 1800px) {
	.index8 .index8-left {
		width: 750px;
		margin: 0 0 0 -875px;
	}
	.swiper-slide-active .index8-left {
		margin: -280px 0 0 -875px;
	}
	.index8-left h2 {
		margin: 0 0 0 -4px;
	}
	.index8-left h3 {
		margin: 17px 0 30px;
	}
	.index8-left p {
		margin: 0 0 10px;
	}
	.index8-left .index8-wx {
		right: 45px;
		top: 160px;
	}
	.index8-left .index8-map {
		height: 315px;
		margin: 65px 0 0;
	}
	.index8-right {
		width: 645px;
		margin: 0 0 0 115px;
	}
	.swiper-slide-active .index8-right {
		margin: -280px 0 0 115px;
	}
	.index8-right .index8-input {
		margin: 0 0 28px;
	}
	.index8-input p {
		margin: 0 0 10px;
	}
	.index8-input input {
		height: 40px;
	}
	.index8-input textarea {
		height: 135px;
		line-height: 35px;
	}
}