.bannerImg{
	height: 100%;
}
.bannerImg > li{
	width: 100%;
	height: 100%;
	background-image: url(../images/banner.png);
	background-size: auto 100%;
	background-position: center;
	background-repeat: no-repeat;
}
.title{
	margin-bottom: 40px;
}
.module1{
	padding: 70px 0;
	background-image: url(../images/module1Bg.png);
	background-size: auto 100%;
	background-position: center;
	background-repeat: no-repeat;
}
.module1Img{
	display: block;
	float: left;
	width: 470px;
}
.module1R{
	float: right;
	width: 688px;
}
.module1R .title{
	margin: 36px 0;
	text-align: left;
}
.module1R p{
	margin-bottom: 26px;
	color: #666666;
	font-size: 20px;
	line-height: 1.5;
}
.module2{
	padding: 90px 0;
}
.module2List{
	padding: 20px;
}
.module2List > li{
	margin: 0 80px 80px 0;
	width: calc((100% - 80px)/2);
	box-shadow:0px 2px 19px 1px rgba(22,22,22,0.1);
	border-radius: 4px;
}
.module2List > li:nth-child(2n){
	margin-right: 0;
}
.module2List > li:nth-child(3),
.module2List > li:nth-child(4){
	margin-bottom: 0;
}
.module2List > li > img{
	display: block;
	float: left;
	width: 170px;
}
.module2List > li > p{
	display: block;
	float: left;
	padding: 24px 30px 0 40px;
	width: calc(100% - 170px);
	height: 170px;
	border-radius: 0 4px 4px 0;
	color: #333333;
	font-size: 30px;
}
.module2List > li > p > span{
	display: block;
	margin-top: 16px;
	font-size: 22px;
	color: #666666;
	line-height: 1.5;
}
.module2List > li:nth-child(3) img,
.module2List > li:nth-child(4) img{
	margin: 37px;
	width: 96px;
}
.module2List > li:nth-child(3) p,
.module2List > li:nth-child(4) p{
	background-image: url(../images/module2LiBg.png);
	background-position: center;
	background-size: auto 100%;
	color: #fff;
}
.module2List > li:nth-child(3) > p > span,
.module2List > li:nth-child(4) > p > span{
	color: rgba(255,255,255,.4);
}
.module3{
	padding: 0px 0 70px;
}
.module3List{
	margin-top: -20px;
	padding: 20px;
}
.module3List > li{
	margin: 0 16px 0px 0;
	width: calc((100% - 48px)/4);
	background-image: url(../images/module3LiBg1.png);
	box-shadow:0px 2px 19px 1px rgba(22,22,22,0.1);
	border-radius: 4px;
}
.module3List > li:nth-child(2){
	background-image: url(../images/module3LiBg2.png);
}
.module3List > li:nth-child(3){
	background-image: url(../images/module3LiBg3.png);
}
.module3List > li:nth-child(4n){
	margin-right: 0;
	background-image: url(../images/module3LiBg4.png);
}
.module3List > li > img{
	display: block;
	margin: 34px auto 24px;
	width: 148px;
}
.module3List > li > p{
	margin-bottom: 68px;
	color: #333333;
	font-size: 30px;
	text-align: center;
}
.module4{
	padding: 40px 0 70px;
	background-image: url(../images/module4Bg.png);
	background-size: auto 100%;
	background-position: center;
	background-repeat: no-repeat;
}
.module4 .title{
	color: #FFDDDD;
}
.module4 .title span{
	color: #fff;
}
.module4List > li{
	margin: 0 20px 0px 0;
	padding: 0 12px 40px;
	width: calc((100% - 80px)/5);
	background-color: rgba(255,255,255,.4);
	border-radius: 4px;
}
.module4List > li:nth-child(5n){
	margin-right: 0;
}
.module4List > li > img{
	display: block;
	margin: 24px auto;
	width: 126px;
}
.module4List > li > p{
	color: #FFFFFF;
	font-size: 20px;
	text-align: center;
}
.module4List > li > p > span{
	display: block;
	margin-top: 12px;
	color: rgba(255,255,255,.8);
	font-size: 14px;
	line-height: 1.5;
}
.module5{
	padding: 90px 0 140px;
}
.module5ListS{
	position: relative;
	margin-top: -20px;
}
.module5ListArrow{
	position: absolute;
	top: calc(18% + 13.8px);
	bottom: calc(18% + 13.8px);
	cursor: pointer;
	width: 45px;
	background-color: rgba(0,0,0,.4);
}
.module5ListArrow img{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 20px;
	height: 40px;
}
.module5ListPre{
	left: 0;
}
.module5ListPre img{
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
	-webkit-transform-origin:25% 25%;
	-ms-transform-origin:25% 25%;
	transform-origin:25% 25%;
}
.module5ListNext{
	right: 0;
}
.module5ListBox{
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	padding: 20px 0;
	width: 100%;
	max-width: 626px;
	height: 430px;
}
.module5List{
	width: 100%;
}
.module5List > li{
	position: absolute;
    top: 20px;
    left: 0;
    bottom: 20px;
    width: 100%;
    transition: all 0.3s ease;
}
.p3{
    transform: translate3d(calc(-46%), 0%, 0) scale(0.64);
    transform-origin: 0 50%;
    opacity: 0.9;
    z-index: 3;
}
.p4 {
    transform: translate3d(0px, 0, 0) scale(1);
    opacity: 1;
    z-index: 4;
	box-shadow:0px 2px 19px 1px rgba(22,22,22,0.3);
}
.p5 {
    transform: translate3d(82%, 0%, 0) scale(0.64);
    transform-origin: 0 50%;
    opacity: 0.9;
    z-index: 3;
}
.p6 {
    transform: translate3d(calc(200%), 0%, 0) scale(0.64);
    transform-origin: 0 50%;
    opacity: 0.9;
    z-index: 2;
}

.module6{
	padding: 0px 0 90px;
}
.module6Img{
	display: block;
	float: left;
	width: 701px;
}
.module6R{
	float: right;
	width: calc(100% - 701px);
}
.module6R .title{
	margin-bottom: 20px;
	padding:0 0 8px 70px;
	/* border-bottom: solid 1px #CCCCCC; */
	text-align: left;
}
.module6R p{
	margin-bottom: 16px;
	padding-left: 70px;
	color: #666666;
	font-size: 20px;
	line-height: 1.5;
}
.module6R p.module6RP1 > span{
	color: #333;
}
.module6R p.module6RP2{
	padding-bottom: 16px;
	/* border-bottom: solid 1px #CCCCCC; */
}
.module6R p.module6RP3{
	margin-top: 26px;
	margin-bottom: 0;
}
.module6R p.module6RP3 > span{
	color: #EA0F0E;
}
.module7{
	padding-bottom: 90px;
}
.module7ListBox{
	padding: 20px;
}
.module7List{
	box-shadow:0px 2px 19px 1px rgba(22,22,22,0.06);	
}
.module7List > li{
	width: calc((100% - 3px)/4);
	border-right: solid 1px rgba(204,204,204,.3);
	border-bottom: solid 1px rgba(204,204,204,.3);
	background-color: #fff;
}
.module7List > li:nth-child(4n){
	border-right: none;
}
.module7List > li:nth-child(5),
.module7List > li:nth-child(6),
.module7List > li:nth-child(7),
.module7List > li:nth-child(8){
	border-bottom: none;
}
.module7List > li > img{
	display: block;
	margin: 36px auto;
	height: 48px;
}
@media(max-width: 1200px){
	.module1{
		padding: 56px 0;
	}
	.module1Img{
		width: 300px;
	}
	.module1R{
		width: calc(100% - 320px);
	}
	.module1R .title{
		margin: 10px 0 14px;
	}
	.module1R p{
		margin-bottom: 16px;
		font-size: 16px;
	}
	.module1R p:last-child{
		margin-bottom: 0;
	}
	.module2{
		padding: 56px 0;
	}
	.module2List > li{
		margin: 0 36px 36px 0;
		width: calc((100% - 36px)/2);
	}
	.module2List > li > p{
		font-size: 24px;
	}
	.module2List > li > p > span{
		font-size: 18px;
	}
	.module3List > li > p{
		margin-bottom: 56px;
		font-size: 24px;
	}
	.module4List > li{
		margin-right: 9px;
		padding: 0 7px 30px;
		width: calc((100% - 36px)/5);
		height: 296px;
	}
	.module4List > li > p{
		font-size: 16px;
		line-height: 1.3;
	}
	.module5{
		padding: 56px 0 60px;
	}
	.module6,
	.module7{
		padding-bottom: 56px;
	}
	.module6Img{
		width: 400px;
	}
	.module6R{
		width: calc(100% - 400px);
	}
	.module6R .title{
		padding-left: 32px;
	}
	.module6R p{
		margin-bottom: 12px;
		padding-left: 32px;
		font-size: 16px;
	}
	.module6R p.module6RP3{
		margin-top: 18px;
	}
	.module7ListBox{
		margin-top: -20px;
	}
}
@media(max-width: 992px){
	.title{
		margin-bottom: 32px;
	}
	.module1R p{
		margin-bottom: 10px;
		font-size: 14px;
	}
	.module2{
		padding: 40px 0;
	}
	.module2List{
		margin-top: -20px;
	}
	.module2List > li{
		margin: 0 20px 20px 0;
		width: calc((100% - 20px)/2);
	}
	.module2List > li > img{
		width: 140px;
	}
	.module2List > li:nth-child(3) img, 
	.module2List > li:nth-child(4) img{
		margin: 32px;
		width: 76px;
	}
	.module2List > li > p{
		padding: 24px 20px 0;
		font-size: 20px;
		width: calc(100% - 140px);
		height: 140px;
	}
	.module2List > li > p > span{
		font-size: 16px;
	}
	.module3{
		padding-bottom: 40px;
	}
	.module3List > li{
		margin-right: 12px;
		width: calc((100% - 36px)/4);
	}
	.module4{
		padding-bottom: 40px;
	}
	.module4List > li{
		margin-right: 7px;
		width: calc((100% - 28px)/5);
	}
	.module4List > li > img{
		width: 110px;
	}
	.module5ListBox{
		max-width: 560px;
		height: 389px;
	}
	.module6, .module7{
		padding-bottom: 40px;
	}
	.module6R .title{
		margin-bottom: 14px;
		padding-left: 14px;
	}
	.module6R p{
		margin-bottom: 7px;
		padding-left: 14px;
		font-size: 14px;
	}
	.module6R p.module6RP2{
		margin-bottom: 12px;
	}
	.module6R p.module6RP3{
		margin-top: 12px;
	}
	.module7List > li > img{
		margin: 18px auto;
		height: 40px;
	}
}
@media(max-width: 767px){
	.module1{
		padding: 24px 0;
	}
	.module1Img{
		float: none;
		width: auto;
		margin: 0 auto 24px;
	}
	.module1R{
		float: none;
		margin: 0 auto;
		width: 100%;
		max-width: 580px;
	}
	.module1R p span{
		color: #EA0F0E;
	}
	.module2 {
	    padding: 20px 0;
	}
	.module2List > li {
	    margin: 0 12px 20px 0;
	    width: calc((100% - 12px)/2);
	}
	.module2List > li > img{
		float: none;
		margin: 18px auto 12px;
		width: 40px;
	}
	.module2List > li > img.m_module2Img1{
		display: block;
		margin: 0!important;
		width: 100%!important;
	}
	.module2List > li:nth-child(3) img, 
	.module2List > li:nth-child(4) img{
		margin: 18px auto 12px;
		width: 40px;
	}
	.module2List > li > p{
		float: none;
		margin: 0 auto;
		padding: 0 12px;
		width: 100%;
		height: 100px;
		text-align: center;
		font-size: 16px;
	}
	.module2List > li:nth-child(3) p, 
	.module2List > li:nth-child(4) p{
		background: no-repeat;
		color: #333;
		font-size: 16px;
	}
	.module2List > li p span{
		margin-top: 10px!important;
		color: #666!important;
		font-size: 12px!important;
	}
	.module3{
		padding-bottom: 20px;
	}
	.module3List {
    padding: 10px;
	}
	.module3List > li{
		margin-right: 0;
    	width: 25%;
		background: none!important;
		box-shadow: none;
	}
	.module3List > li > img{
		margin: 0 auto 10px;
		max-width: 72px;
		width: 40px;
	}
	.module3List > li > p{
		margin-bottom: 0;
		font-size: 14px;
	}
	.module4{
		padding: 16px 0;
	}
	.module4List > li{
		margin: 0 12px 12px 0;
		padding-bottom: 0;
		height: 200px;
		width: calc((100% - 12px)/2);
	}
	.module4List > li:nth-child(1){
		clear: both;
		margin-right: 0;
		width: 100%;
		height: 180px;
		background-image: url(../images/module4LiBg.png);
		background-size: auto 100%;
		background-repeat: repeat-x;
		background-color: transparent;
	}
	.module4List > li:nth-child(3),
	.module4List > li:nth-child(5){
		margin-right: 0;
	}
	.module4List > li:nth-child(4),
	.module4List > li:nth-child(5){
		margin-bottom: 0;
	}
	.module4List > li > img{
		margin: 16px auto 10px;
		width: 50px;
	}
	.module4List > li:nth-child(1) > img{
		width: 85px;
	}
	.module4List > li > p {
		font-size: 14px;
	}
	.module4List > li > p > span{
		margin-top: 8px;
		font-size: 12px;
	}
	.module5{
		padding: 36px 0;
	}
	.module5ListBox {
	    max-width: 320px;
	    height: 367px;
	}
	.module5ListArrow{
		display: none;
	}
	.module6Img{
		float: none;
		margin: 0 auto 20px;
		width: 100%;
		max-width: 640px;
	}
	.module6R{
		float: none;
		margin: 0 auto;
		width: 100%;
		max-width: 640px;
	}
	.module6R p{
		margin-bottom: 12px;
		padding-left: 0;
	}
	.module6R p.module6RP2{
		padding-bottom: 0;
		border-bottom: none;
	}
	.module7{
		padding-bottom: 16px;
	}
	.module7ListBox{
		padding: 20px 0;
	}
	.module7List > li > img{
		margin: 7px auto;
		height: auto;
	}
}
@media(max-width: 640px){
	.bannerImg > li{
		background-image: url(../images/m_banner.png);
	}
}
@media(max-width: 400px){
	.module4List > li{
		height: 180px;
	}
}
@media(max-width: 360px){
	.module3List > li > img{
		margin: 0 auto 10px;
		max-width: 64px;
	}
	.module5ListBox {
		max-width: 280px;
		height: 303px;
	}
}