.bannerImg{
	height: 100%;
}
.bannerImg > li{
	width: 100%;
	height: 100%;
	background-image: url(../images/banner-0215.png);
	background-size: auto 100%;
	background-position: center;
	background-repeat: no-repeat;
}
.module1{
	padding: 68px 0 72px;
}
.module1 .title{
	margin-bottom: 40px;
}
.module1List > li{
	margin: 0 16px 16px 0;
	padding: 30px 20px;
	overflow: hidden;
	width: calc((100% - 48px)/4);
	height: 120px;
	background-size: 288px 120px;
	background-position: center;
	background-repeat: no-repeat;
}
.module1List > li:nth-child(4n){
	margin-right: 0;
}
.module1List > li:nth-child(5),
.module1List > li:nth-child(6),
.module1List > li:nth-child(7),
.module1List > li:nth-child(8){
	margin-bottom: 0;
}
.module1List > li:nth-child(1),
.module1List > li:nth-child(3),
.module1List > li:nth-child(6),
.module1List > li:nth-child(8){
	background-image: url(../images/module1Bg1.png);
}
.module1List > li:nth-child(2),
.module1List > li:nth-child(4),
.module1List > li:nth-child(5),
.module1List > li:nth-child(7){
	background-image: url(../images/module1Bg2.png);
}
.module1List > li > div{
	float: left;
	width: calc(100% - 80px);
	font-size: 24px;
	line-height: 1.5;
	color: #F7F0F0;
}
.module1List > li > div > span{
	color: #fff;
}
.module1List > li > img{
	display: block;
	float: right;
	width: 66px;
	height: auto;
}
.module1IptS{
	overflow: hidden;
	margin-top: 60px;
	width: 100%;
	height:68px;
	border:1px solid rgba(255,144,0,1);
	border-radius:34px;
}
.module1IptS > input{
	display: block;
	margin-top: 14px;
	float: left;
	padding: 2px 0 2px 62px;
	height: 40px;
	font-size: 14px;
	color: #999;
	background-image: url(../images/module1IptIcon1.png);
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: 30px center;
	border:none;
	outline: none;
}
.module1IptS > input.module1Ipt1{
	width: 300px;
	border-right: solid 1px #E0E0E0;
}
.module1IptS > input.module1Ipt2{
	width: calc(100% - 520px);
	background-image: url(../images/module1IptIcon2.png);
}
.module1IptS > input.module1Ipt3{
	float: right;
	margin-top: 0;
	padding-left: 0;
	text-align: center;
	color: #fff;
	font-size: 18px;
	background: none;
	width: 220px;
	height: 100%;
	background-color: #FF9000;
	border-radius: 0 34px 34px 0;
	cursor: pointer;
}
.module2{
	padding: 40px 0 60px;
	width: 100%;
	height: 720px;
	background-image: url(../images/module2Bg.png);
	background-size: auto 100%;
	background-position: center;
	background-repeat: no-repeat;
}
.box.module2 > .con > .title{
	margin-bottom: 40px;
	color: #fff;
}
.module2List > li{
	position: relative;
	margin: 0 40px 30px 0;
	width: calc((100% - 40px)/2);
	height: 162px;
	background-image:url(../images/module2LiBg.png);
	background-size:  100% auto;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 6px;
}
.module2List > li:nth-child(2n){
	margin-right: 0;
}
.module2List > li:nth-child(5),
.module2List > li:nth-child(6){
	margin-bottom: 0;
}
.module2List > li > img{
	display: block;
	position: absolute;
	top: 50%;
	left: 40px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 82px;
}
.module2List > li > p{
	position: absolute;
	top: 30px;
	left: 190px;
	padding-right: 30px;
	color: #FFFFFF;
	font-size: 26px;
}
.module2List > li > p > span{
	display: block;
	margin-top: 16px;
	font-size: 20px;
	color: rgba(255,255,255,.8);
	line-height: 1.5;
}
.module3{
	padding: 70px 0 100px;
}
.module3 .title{
	margin-bottom: 40px;
}
.module3Compare{
	position: relative;
	overflow: hidden;
	height: 175px;
}
.module3Compare > p{
	float: left;
	margin-top: 37.5px;
	width: 50%;
	font-size: 28px;
	line-height: 100px;
	text-align: center;
	color: #FFFFFF;
}
.module3Compare > p.module3Compare1{
	border-radius: 6px 0 0 6px;
	background-color: #EA0F0E;
}
.module3Compare > p.module3Compare2{
	border-radius:  0 6px 6px 0;
	background-color: #FFAC7F;
}
.module3Compare > img{
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 175px;
}
.module3CompareList{
	margin-top: 12px;
}
.module3CompareList > li > ul > li{
	float: left;
	width: 50%;
	height: 100px;
}
.module3CompareList > li > ul > li.F5F5F5{
	background-color: #F5F5F5;
}
.module3CompareList > li > ul > li.FBFBFB{
	background-color: #FBFBFB;
}
.module3CompareList > li > ul > li.FFFFFF{
	border:1px solid rgba(224,224,224,1);
}
.module3CompareList > li > ul > li > p{
	line-height: 100px;
	text-align: center;
	color: #333;
	font-size: 24px;
}
.module3CompareList > li > ul > li > p > span{
	font-size: 32px;
	color: #EA0F0E;
}
.module3CompareList > li > ul > li:nth-child(2) > p{
	color: #999;
}
.module3CompareList > li > ul > li:nth-child(2) > p > span{
	color: #333333;
}
.module4{
	padding: 60px 0 0px;
	height: 590px;
	background-image: url(../images/module4Bg.png);
	background-size:cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: all linear .3s;
}
.module4.move{
	height: 888px;
	background-image: url(../images/module4MoveBg.png);
}
.module4List1{
	width: 100%;
	max-width: 1200px;
}
.module4List1 > li{
	width: 50%;
	text-align: center;
	line-height: 100px;
	font-size: 34px;
	color: #fff;
	cursor: pointer;
	transition: all linear .3s;
}
.module4List1 > li.active{
	background-color: #fff;
	border-radius: 14px 14px 0 0;
	color: #EA0F0E;
}
.module4Box{
	overflow: hidden;
	padding: 70px 0px;
	height: 373px;
	border:solid 4px #fff;
	border-radius: 0 1px 6px 6px;   
	transition: all linear .3s;         
}
.module4Box.move{
	height: 688px;
}
.module4Box > ul{
	position: relative;
	padding: 0 46px;
	width: 100%;
}
.module4Box > ul > li:nth-child(2),
.module4Box > ul > li.liHide{
	display: none;
}
.module4Box > ul > li.liShow{
	display: block;
}
.module4Box > ul > li > ul > li{
	width: 168px;
	text-align: center;
}
.module4Box > ul > li > ul > li.half{
	width: 65px;
}
.module4Box > ul > li > ul > li > img{
	width: 120px;
}
.module4Box > ul > li > ul > li.half > img{
	display: block;
	width: 34px;
	margin: 50px auto 0;
}
.module4Box > ul > li.move > ul > li{
	width: 25%;
	text-align: center;
}
.module4Box > ul > li.move > ul > li:nth-child(5){
	margin-left: 12.5%;
}
.module4Box > ul > li.move > ul > li:nth-child(5),
.module4Box > ul > li.move > ul > li:nth-child(6),
.module4Box > ul > li.move > ul > li:nth-child(7){
	margin-top: 20px;
}
.module4Box > ul > li > ul > li > p{
	margin-top: 30px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	line-height: 1.5;
}
.module5{
	padding: 70px 0;
}
.module5 .title{
	margin-bottom: 60px;
}
.module5List{
	padding: 10px;
}
.module5List > li{
	margin: 0 30px 40px 0;
	padding: 60px 54px 0px;
	height: 400px;
	border-radius:4px;
	box-shadow: 0 0 10px 4px #dcdcdc;
	width: calc((100% - 60px)/3);
}
.module5List > li:nth-child(3n){
	margin-right: 0;
}
.module5List > li:nth-child(4),
.module5List > li:nth-child(5),
.module5List > li:nth-child(6){
	margin-bottom: 0;
}
.module5List > li > img{
	display: block;
	margin: 0 auto 40px;
}
.module5List > li h3{
	margin-bottom: 22px;
	font-size: 24px;
	color: #333;
	text-align: center;
}
.module5List > li p{
	font-size: 20px;
	line-height: 1.5;
	color: #666666;
	text-align: center;
}
.module6{
	padding: 40px 0 0;
	height: 736px;
	background-image: url(../images/module6Bg.png);
	background-size:auto 100%;
	background-position: center;
	background-repeat: no-repeat;
}
.module6 .title{
	margin-bottom: 30px;
}
.module6List{
	padding: 10px;
}
.module6List > li{
	margin: 0 20px 20px 0;
	padding: 38px 60px;
	width: calc((100% - 20px)/2);
	border-radius: 4px;
	background-color: #fff;
	box-shadow: 0 0 10px 4px #dcdcdc;
}
.module6List > li:nth-child(2n){
	margin-right: 0;
}
.module6List > li:nth-child(3),
.module6List > li:nth-child(4){
	margin-bottom: 0;
}
.module6List > li h3{
	margin-bottom: 10px;
	padding: 0 0 20px 45px;
	background-image: url(../images/module6Question.png);
	background-size: 34px 34px;
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom: dashed 1px #999999;
	color: #EA0F0E;
	font-size: 24px;
	line-height: 34px;
}
.module6List > li p{
	font-size: 20px;
	color: #999;
	line-height: 1.5;
}
.module6More{
	display: block;
	margin: 50px auto 0;
	width: 204px;
	height: 52px;
	background-color: #EA0F0E;
	color: #fff;
	font-size: 24px;
	line-height: 52px;
	border-radius: 4px;
	text-align: center;
	cursor: pointer;
}
.module7{
	margin: 50px 0 30px;
	height: 100px;
	background-image: url(../images/module7Bg.png);
	background-size:auto 100%;
	background-position: center;
	background-repeat: no-repeat;
}
.module7More{
	display: block;
	position: absolute;
	top: 50%;
	right: 7px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: 0;
	color: #B70020;
	font-size: 24px;
	border-radius: 4px;
	text-align: center;
	background: -webkit-gradient(linear,left top, left bottom,from(#FFE275),to(#FFEB8E));
	background: -webkit-linear-gradient(top,#FFE275,#FFEB8E);
	background: -ms-linear-gradient(top,#FFE275,#FFEB8E);
	background: -o-linear-gradient(top,#FFE275,#FFEB8E);
	background: linear-gradient(top,#FFE275,#FFEB8E);
	box-shadow:0px 4px 7px 1px rgba(63,0,0,0.79);
}
@media(max-width: 1200px){
	.module1List > li{
		padding: 24px 16px;
	}
	.module1List > li > div{
		font-size: 18px;
	}
	.module2{
		height: 618px;
	}
	.module2 .con{
		width: 970px;
	}
	.module2List > li{
		height: 130px;
	}
	.module2List > li > img{
		left: 6%;
	}
	.module2List > li > p{
		top: 24px;
		left: 32%;
		padding-right: 20px;
		font-size: 18px;
	}
	.module2List > li > p > span{
		font-size: 14px;
	}
	.module3Compare > p{
		font-size: 24px;
	}
	.module3CompareList > li > ul > li > p{
		font-size: 20px;
	}
	.module3CompareList > li > ul > li > p > span{
		font-size: 26px;
	}
	.module4{
		height: 476px;
	}
	.module4 > .con{
		width: 970px
	}
	.module4List1 > li{
		font-size: 28px;
		line-height: 60px;
	}
	.module4Box{
		height: 316px;
	}
	.module4Box.move{
		height: 550px;
	}
	.module4.move{
		height: 710px;
	}
	.module4Box > ul{
		padding: 0 51px;
	}
	.module4Box > ul > li > ul > li{
		width: 120px;
	}
	.module4Box > ul > li > ul > li > img{
		width: 120px;
	}
	.module4Box > ul > li > ul > li.half > img{
		margin-top: 47.5px;
	}
	.module4Box > ul > li > ul > li > p{
		margin-top: 24px;
		font-size: 16px;
	}
	.module5List > li{
		padding: 40px 20px 0;
		height: 320px;
	}
	.module5List > li > img{
		margin-bottom: 30px;
	}
	.module5List > li h3{
		font-size: 20px;
	}
	.module5List > li p{
		font-size: 16px;
	}
	.module6List > li{
		padding: 30px 36px;
	}
	.module6List > li h3{
		font-size: 20px;
	}
	.module6List > li p{
		font-size: 16px;
	}
	.module7{
		height: 90px;
	}
	.module7More{
		height: 50px;
		line-height: 50px;
		font-size: 20px;
	}
}
@media(max-width: 992px){
	.module1List > li{
		margin: 0 1px 1px 0;
		width: calc((100% - 3px)/4)
	}
	.module1List > li > div{
		font-size: 16px;
	}
	.module1IptS > input{
		padding-left: 52px;
		background-position:20px center;
	}
	.module1IptS > input.module1Ipt1{
		width: 200px;
	}
	.module1IptS > input.module1Ipt2{
		width: calc(100% - 400px);
	}
	.module1IptS > input.module1Ipt3{
		width: 200px;
	}
	.module2{
		height: 524px;
	}
	.module2 .con {
	    width: 750px;
	}
	.module2List > li{
		margin-right: 30px;
		width: calc((100% - 30px)/2);
		height: 100px;
	}
	.module2List > li > img{
		width: 60px;
	}
	.module2List > li > p{
		top: 16px;
		padding-right: 7px;
		font-size: 16px;
	}
	.module2List > li > p > span{
		margin-top: 7px;
	}
	.module3 .title {
	    margin-bottom: 30px;
	}
	.module3Compare > p{
		margin-top: 47.5px;
		line-height: 80px;
	}
	.module3CompareList > li > ul > li{
		height: 80px;
	}
	.module3CompareList > li > ul > li > p{
		font-size: 16px;
		line-height: 80px;
	}
	.module3CompareList > li > ul > li > p > span{
		font-size: 22px;
	}
	.module4{
		height: 414px;
	}
	.module4 > .con{
		width: 750px;
	}
	.module4List1 > li{
		font-size: 24px;
		line-height: 52px;
	}
	.module4Box{
		padding: 52px 0;
		height: 254px;
	}
	.module4Box.move{
		height: 456px;
	}
	.module4.move{
		height: 616px;
	}
	.module4Box > ul{
		padding: 0 30px;
	}
	.module4Box > ul > li > ul > li{
		width: 100px;
	}
	.module4Box > ul > li > ul > li.half{
		width: 45.5px;
	}
	.module4Box > ul > li > ul > li > img{
		width: 100px;
	}
	.module4Box > ul > li > ul > li.half > img{
		margin-top: 40px;
		height: 20px;
	}
	.module4Box > ul > li > ul > li > p{
		margin-top: 20px;
		font-size: 14px;
	}
	.module5List > li{
		height: 300px;
	}
	.module5List > li h3{
		font-size: 18px;
	}
	.module5List > li p{
		font-size: 14px;
	}
	.module7{
		height: 72px;
	}
	.module7More{
		width: 160px;
		height: 40px;
		line-height: 40px;
		font-size: 16px;
	}
}
@media(max-width: 767px){
	.module1{
		padding: 30px 0;
	}
	.module1 .title{
		margin-bottom: 24px;
	}
	.module1ListBox{
		overflow-x: scroll;
	}
	.module1List{
		/* width: 2388px; */
		width: 1240px;
	}
	.module1List > li{
		margin: 0 12px 0 0;
		padding: 10px;
		width: 144px;
		height: 60px;
	}
	.module1List > li:nth-child(4){
		margin-right: 12px;
	}
	.module1List > li > div{
		margin-top: 0;
		font-size: 12px;
		width: calc(100% - 46px);
	}
	.module1List > li > img {
    width: 30px;
	}
	.module1IptS{
		margin-top: 16px;
		border: none;
		height: auto;
		border-radius: 0;
	}
	.module1IptS > input{
		margin: 0 10px 20px 0;
		padding-left: 30px;
		border: solid 1px #FF9000;
		border-radius: 4px;
		background-position:7px center;
	}
	.module1IptS > input.module1Ipt1{
		width: calc((100% - 10px)/2);
		border: solid 1px #FF9000;
	}
	.module1IptS > input.module1Ipt2{
		margin-right: 0;
		width: calc((100% - 10px)/2);
	}
	.module1IptS > input.module1Ipt3{
		float: none;
		margin-bottom: 0;
		padding: 0;
		clear: both;
		width: 100%;
		height: 40px;
		line-height: 40px;
		border-radius: 4px;
		font-size: 16px;
	}
	.module2{
		padding: 12px 0 16px;
		height: 544px;
	}
	.module2 .con{
		width: 96%;
	}
	.box.module2 > .con > .title{
		margin-bottom: 24px;
	}
	.module2List > li{
		margin: 0 10px 7px 0;
		width: calc((100% - 10px)/2);
		height: 150px;
		background-image: url(../images/m_module2LiBg.png);
		background-size: 100% 100%;
	}
	.module2List > li > img{
		position: absolute;
		top: 14px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		width: 35px;
	}
	.module2List > li > p{
		top: 76px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		padding: 0 5px;
		font-size: 14px;
		text-align: center;
		width: 100%;
	}
	.module2List > li > p > span{
		margin-top: 4px;
		font-size: 12px;
		line-height: 1.4;
	}
	.module3{
		padding: 40px 0 50px;
	}
	.module3 .title{
		margin-bottom: 0;
	}
	.module3Compare{
		height: 70px;
	}
	.module3Compare > p{
		margin-top: 20px;
		height: 30px;
		line-height: 30px;
		font-size: 12px;
	}
	.module3Compare > img{
		width: 70px;
	}
	.module3CompareList > li > ul > li{
		height: 30px;
	}
	.module3CompareList > li > ul > li > p{
		line-height: 30px;
		font-size: 12px;
	}
	.module3CompareList > li > ul > li > p > span{
		font-size: 14px;
	}
	.module4{
		padding-top: 20px;
		height: 350px;
	}
	.module4 > .con{
		width: 320px;
	}
	.module4List1{
		margin: 0 auto;
		width: 310px;
	}
	.module4List1 > li{
		font-size: 16px;
		line-height: 40px;
	}
	.module4Box{
		margin: 0 auto;
		padding: 24px 0;
		width: 310px;
		height: 270px;
	}
	.module4Box.move{
		height: 370px;
	}
	.module4.move{
		height: 450px;
	}
	.module4Box > ul{
		padding: 0 12px;
	}
	.module4Box > ul > li > ul > li{
		width: 60px;
		height: 108px;
	}
	.module4Box > ul > li.move > ul > li{
		height: 160px;
	}
	.module4Box > ul > li.move > ul > li:nth-child(5), 
	.module4Box > ul > li.move > ul > li:nth-child(6), 
	.module4Box > ul > li.move > ul > li:nth-child(7){
		margin-top: 12px;
	}
	.module4Box > ul > li.move > ul > li:nth-child(6){
		margin-left: 0;
	}
	.module4Box > ul > li > ul > li.half{
		width: 48.5px;
	}
	.module4Box > ul > li > ul > li:nth-child(6){
		margin-left: 25px;
	}
	.module4Box > ul > li > ul > li > img{
		width: 48px;
	}
	.module4Box > ul > li > ul > li.half > img{
		margin-top: 23px;
		width: 18px;
		height: 14px;
	}
	.module4Box > ul > li > ul > li > p{
		margin-top: 10px;
		font-size: 12px;
	}
	.module5{
		padding: 26px 0;
	}
	.module5 .title{
		margin-bottom: 20px;
	}
	.module5List{
		padding: 0;
	}
	.module5List > li{
		margin: 0 2px 10px 0;
		padding: 12px 6px 6px;
		width:calc((100% - 4px)/3);
		height: 168px;
		box-shadow: none;
		border: solid 1px #CCCCCC;
	}
	.module5List > li > img {
	    margin-bottom: 7px;
	    max-height: 60px;
	}
	.module5List > li h3{
		margin-bottom: 7px;
		font-size: 14px;
	}
	.module5List > li p{
		font-size: 12px;
	}
	.module6{
		padding-top: 12px;
		height: 668px;
	}
	.module6 .title{
		margin-bottom: 14px;
	}
	.module6List > li{
		float: none;
		margin: 0 0 8px 0;
		padding: 16px 12px 12px;
		width: 100%;
	}
	.module6List > li:nth-child(3){
		margin-bottom: 8px;
	}
	.module6List > li h3{
		padding: 0 0 10px 28px;
		font-size: 14px;
		background-size: 18px 18px;
		line-height: 18px;
	}
	.module6List > li p{
		font-size: 12px;
	}
	.module6More{
		margin-top: 20px;
		width:152px;
		height:26px;
		font-size: 14px;
		line-height: 30px;
		height: 30px;
	}
	.module7{
		margin: 20px auto 0;
		background-position-x: 30%;
	}
	.module7More{
		display: none;
	}
}
@media(max-width: 640px){
	.bannerImg > li{
		background-image: url(../images/m_banner1-0215.png);
	}
}
@media(max-width: 400px){
	.module7{
		height: 64px;
		background-image: url(../images/m_module7Bg.png);
		background-position-x: center;
	}
}