.web .banner{
	height: 299px;
	line-height: 299px;
	background-repeat: repeat;
	background-image: url(../images/bg_blue.png);
	font-size: 60px;
	color: #fff;
	font-weight: lighter;
	text-align: center;
}
.mobile .banner{
	height: 150px;
	line-height: 150px;
	background-color: #0190dc;
	font-size: 3rem;
	color: #fff;
	font-weight: lighter;
	text-align: center;
}
/*在线订购1*/
.order1 .sec1 .left-part{
	float: left;
	width: 50%;
	overflow: hidden;
	position: relative;
	min-height: 730px;
}
.order1 .sec1 .left-part img{
	position: absolute;
	right: 0;
	top: 0;
	display: none;
}
.order1 .sec1 .left-part img.active{
	display: block;
}
.order1 .sec1 .right-part{
	float: right;
	width: 50%;
	padding-left: 75px;
}
.order1 .sec1 .right-part .content-box{
	max-width: 416px;
}
.order1 .sec1 .right-part .content-box p{
	font-size: 14px;
	color: #84848b;
	line-height: 24px;
}
.order1 .sec1 .right-part .content-box p span{
	color: #0091db;
}
.order1 .sec1 .right-part .content-box h3{
	font-size: 24px;
	color: #323237;
	font-weight: normal;
}
.order1 .sec1 .right-part .content-box h4{
	font-size: 18px;
	color: #323237;
	font-weight: normal;
}
.order1 .sec1 .right-part .content-box p.tip{
	padding: 42px 0 25px;
}
.order1 .sec1 .right-part .content-box .step1{
	border-top: 1px solid #e5e5e5;
	padding-top: 30px;
}
.order1 .sec1 .right-part .content-box .step1 h3{
	margin-bottom: 30px;
}
.order1 .sec1 .right-part .content-box .step1 h4{
	margin-bottom: 20px;
}
.order1 .sec1 .right-part .content-box .step1 .type-box{
	width: 100%;
	border: 1px solid #dcdcdc;
	border-radius: 4px;
	overflow: hidden;
	cursor: pointer;
	margin-bottom: 20px;
	padding: 20px 30px;
}
.order1 .sec1 .right-part .content-box .step1 .type-box:hover{
	border: 1px solid #999;
}
.order1 .sec1 .right-part .content-box .step1 .type-box.active,.order1 .sec1 .right-part .content-box .step1 .type-box.active:hover{
	border: 1px solid #0190dc;
}
.order1 .sec1 .right-part .content-box .step1 .type-box li{
	margin-bottom: 10px;
	font-size: 0;
}
.order1 .sec1 .right-part .content-box .step1 .type-box li:first-child div{
	font-size: 16px;
	color: #323237;
}
.order1 .sec1 .right-part .content-box .step1 .type-box li:last-child{
	margin-bottom: 0;
}
.order1 .sec1 .right-part .content-box .step1 .type-box li:last-child div{
	font-size: 14px;
	color: #84848b;
}
.order1 .sec1 .right-part .content-box .step1 .type-box li .left{
	text-align: left;
	display: inline-block;
	width: 50%;
	vertical-align: top;
}
.order1 .sec1 .right-part .content-box .step1 .type-box li .right{
	text-align: right;
	display: inline-block;
	width: 50%;
	vertical-align: top;
}
.order1 .sec1 .right-part .content-box .step2{
	border-top: 1px solid #e5e5e5;
	padding: 20px 0;
}
.order1 .sec1 .right-part .content-box .step2 h4{
	margin-bottom: 20px;
}
.order1 .sec1 .right-part .content-box .step2 .color-box{
	margin-bottom: 20px;
}
.order1 .sec1 .right-part .content-box .step2 .color-box a{
	border: 1px solid #dcdcdc;
	border-radius: 4px;
	width: 48%;
	height: 90px;
	line-height: 88px;
	color: #323237;
	font-size: 14px;
	display: block;
	text-align: center;
}
.order1 .sec1 .right-part .content-box .step2 .color-box a:hover{
	border: 1px solid #999;
}
.order1 .sec1 .right-part .content-box .step2 .color-box a.active{
	background-color: #e5e5e5;
}
.order1 .sec1 .right-part .content-box .step2 .color-box a:first-child{
	float: left;
}
.order1 .sec1 .right-part .content-box .step2 .color-box a:last-child{
	float: right;
}
.order1 .sec1 .right-part .content-box .step2 .num-box{
	width: 100%;
	height: 90px;
	line-height: 88px;
	border: 1px solid #dcdcdc;
	border-radius: 4px;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}
.order1 .sec1 .right-part .content-box .step2 .num-box input{
	padding: 0 30px;
	font-size: 30px;
	color: #323237;
	font-weight: lighter;
	height: 88px;
	line-height: 88px;
	border-right: 1px solid #dcdcdc;
	vertical-align: top;
	width: 89%;
}
.order1 .sec1 .right-part .content-box .step2 .num-box a{
	display: block;
	position: absolute;
	right: 0;
	width: 11%;
	height: 44px;
	line-height: 44px;
	text-align: center;
	font-size: 30px;
	font-weight: lighter;
	color: #959595;
}
.order1 .sec1 .right-part .content-box .step2 .num-box .plus{
	top: 0;
	background-color: #f4f4f4;
}
.order1 .sec1 .right-part .content-box .step2 .num-box .minus{
	top: 44px;
	background-color: #e5e5e5;
}
.order1 .sec1 .right-part .content-box .step2 .next-step{
	display: block;
	height: 60px;
	line-height: 60px;
	width: 100%;
	background-color: #0190dc;
	border-radius: 4px;
	text-align: center;
	color: #fff;
	font-size: 14px;
}
.order1 .sec1 .right-part .content-box .describe{
	border-top: 1px solid #dcdcdc;
	padding: 20px 0 50px; 
}
.order1 .sec1 .right-part .content-box .describe div{
	display: none;
}
.order1 .sec1 .right-part .content-box .describe div.active{
	display: block;
}
.order1 .sec1 .right-part .content-box .describe h4{
	margin-bottom: 15px;
}
.order1 .sec1 .right-part .content-box .describe p{
	margin-bottom: 15px;
}
.order1 .sec1 .right-part .content-box .describe ul{
	list-style: disc inside;
}
.order1 .sec1 .right-part .content-box .describe ul li{
	font-size: 14px;
	color: #84848b;
	line-height: 24px;
}
.order1 .sec1 .right-part .content-box .describe ul li span{
	color: #323237;
}
/*在线订购2*/
.order2 .sec1{
	padding-top: 60px;
	margin-bottom: 70px;
}
.order2 .sec1 .inner{
	padding: 0 30px;
}
.order2 .sec1 .title{
	font-size: 18px;
	color: #323237;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.order2 .sec1 .info-box .left-part{
	border: 1px solid #e5e5e5;
	float: left;
	width: 29%;
}
.order2 .sec1 .info-box .left-part img{
	width: 100%;
}
.order2 .sec1 .info-box .right-part{
	float: right;
	width: 68%;	
}
.order2 .sec1 .info-box .right-part .tit{
	font-size: 16px;
	color: #323237;
	border-bottom: 1px solid #e5e5e5;
	padding: 10px 0;
}
.order2 .sec1 .info-box .right-part .tit span{
	color: #84848b;
}
.order2 .sec1 .info-box .right-part .text-box{
	border-bottom: 1px solid #e5e5e5;
	padding: 16px 0 10px;
	margin-bottom: 20px;
}
.order2 .sec1 .info-box .right-part .text-box p{
	font-size: 14px;
	color: #84848b;
	line-height: 24px;
	margin-bottom: 16px;
}
.order2 .sec1 .info-box .right-part .text-box table{
	font-size: 14px;
	color: #323237;
	text-align: left;
	padding: 0;
}
.order2 .sec1 .info-box .right-part .text-box table th{
	font-weight: normal;
	color: #84848b;
	line-height: 34px;
	padding: 0;
}
.order2 .sec1 .info-box .right-part .text-box table tr:last-child td{
	font-size: 16px;
	line-height: 34px;
}
.order2 .sec1 .info-box .right-part .change{
	display: block;
	height: 52px;
	line-height: 52px;
	width: 136px;
	background-color: #0190dc;
	border-radius: 4px;
	text-align: center;
	color: #fff;
	font-size: 14px;
}
.order2 .sec2{
	padding-bottom: 38px;
}
.order2 .sec2 .inner{
	padding: 0 30px;
}
.order2 .sec2 .title{
	font-size: 18px;
	color: #323237;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.order2 .sec2 .content-box > li{
	width: 48%;
	margin-bottom: 20px;
}
.order2 .sec2 .content-box > li:nth-child(odd){
	float: left;
}
.order2 .sec2 .content-box > li:nth-child(even){
	float: right;
}
.order2 .sec2 .content-box > li:last-child{
	float: none;
	clear: both;
	width: 100%;
	margin-bottom: 0;
}
.order2 .sec2 .content-box > li h4{
	font-size: 14px;
	color: #323237;
	font-weight: bold;
	margin-bottom: 20px;
}
.order2 .sec2 .content-box > li p{
	font-size: 14px;
	color: #323237;
	margin-bottom: 10px;
}
.order2 .sec2 .content-box > li .text-box{
	font-size: 0;
}
.order2 .sec2 .content-box > li .text-box.mb10{
	margin-bottom: 10px;
}
.order2 .sec2 .content-box > li .text-box.radio{
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #323237;
}
.order2 .sec2 .content-box > li .text-box input{
	border: 1px solid #d2d2d2;
	padding: 0 20px;
	height: 50px;
	line-height: 48px;
	font-size: 14px;
	color: #323237;
	width: 100%;
}
.order2 .sec2 .content-box > li:last-child .text-box input{
	font-size: 12px;
}
.order2 .sec2 .content-box > li .text-box .jqTransformSelectWrapper{
	display: inline-block;
	margin: 0 1%;
	width: 32%!important;
	border: 1px solid #d2d2d2;
	height: 50px;
	line-height: 48px;
	background-image: none;
	background-color: #fff;
}
.order2 .sec2 .content-box > li .text-box .jqTransformSelectWrapper:nth-child(1){
	margin-left: 0;
}
.order2 .sec2 .content-box > li .text-box .jqTransformSelectWrapper:nth-child(3){
	margin-right: 0;
}
.order2 .sec2 .content-box > li .text-box .jqTransformSelectWrapper div span{
	padding: 0 44px 0 20px;
	height: 48px;
	line-height: 48px;
	left: 0;
	width: 100%!important;
}
.order2 .sec2 .content-box > li .text-box .jqTransformSelectWrapper a.jqTransformSelectOpen{
	height: 48px;
	background-image: url(../images/test_list_01_detail_icon1.png);
	width: 34px;
}
.order2 .sec2 .content-box > li .text-box .jqTransformSelectWrapper ul{
	top: 50px;
	overflow-y: scroll!important;
	max-height: 250px!important;
}
.order2 .sec2 .content-box > li .text-box .jqTransformSelectWrapper li{
	line-height: 30px;
}
.order2 .sec2 .content-box > li .text-box .jqTransformSelectWrapper li a{
	padding: 0 20px;
}
.order2 .sec2 .content-box > li .text-box .jqTransformRadioWrapper{
	margin: 0 10px 0 0;
	vertical-align: middle;
}
.order2 .sec2 .content-box > li .text-box .jqTransformRadioWrapper .jqTransformRadio{
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background-image: none;
	border: 2px solid #d2d2d2;
}
.order2 .sec2 .content-box > li .text-box .jqTransformRadioWrapper .jqTransformRadio.jqTransformChecked{
	background-color: #0190dc;
	border: 2px solid #0190dc;
}
.order2 .sec2 .tip{
	padding: 20px 0 34px;
}
.order2 .sec2 .tip h5{
	font-size: 14px;
	color: #323237;
	font-weight: normal;
	margin-bottom: 16px;
}
.order2 .sec2 .tip ul{
	list-style: disc inside;
}
.order2 .sec2 .tip ul li{
	font-size: 12px;
	color: #84848b;
	line-height: 24px;
}
.order2 .sec2 .submit{
	display: block;
	height: 56px;
	line-height: 56px;
	width: 136px;
	background-color: #0190dc;
	border-radius: 4px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	margin: 0 auto;
}
/*在线订购3*/
.order3 .sec1{
	text-align: center;
	padding: 90px 0 45px;
}
.order3 .sec1 h3{
	font-size: 24px;
	color: #323136;
	margin-bottom: 40px;
	font-weight: normal;
}
.order3 .sec1 p{
	font-size: 14px;
	color: #777;
	text-align: center;
}
@media only screen and (max-width:1366px){
	
}
@media only screen and (max-width:1280px){
	
}
@media only screen and (max-width:1160px){
	
}
@media only screen and (max-width:1024px){
	.order3 #footer2{
		margin-top: -388px;
	}
	.order3 #main{
		padding-bottom: 388px;
	}
}
@media only screen and (max-width:980px){
	/*在线订购1*/
	.order1 .sec1 .right-part{
		padding-left: 0;
	}
}
@media only screen and (max-width:870px){
	
}
@media only screen and (max-width:768px){
	/*在线订购1*/
	.order1 .sec1 .left-part{
		float: none;
		width: 100%;
		min-height: 0;
	}
	.order1 .sec1 .left-part img{
		position: static;
		width: 100%;
	}
	.order1 .sec1 .right-part{
		float: none;
		width: 100%;
	}
	.order1 .sec1 .right-part .content-box{
		width: 100%;
		padding: 0 4.7%;
		margin: 0 auto;
	}
	.order1 .sec1 .right-part .content-box p{
		font-size: 1.1rem;
		line-height: 20px;
	}
	.order1 .sec1 .right-part .content-box h3{
		font-size: 1.5rem;
		text-align: center;
	}
	.order1 .sec1 .right-part .content-box h4{
		font-size: 1.3rem;
	}
	.order1 .sec1 .right-part .content-box p.tip{
		padding: 21px 0 13px;
	}
	.order1 .sec1 .right-part .content-box .step1{
		padding-top: 15px;
	}
	.order1 .sec1 .right-part .content-box .step1 h3{
		margin-bottom: 15px;
	}
	.order1 .sec1 .right-part .content-box .step1 h4{
		margin-bottom: 10px;
	}
	.order1 .sec1 .right-part .content-box .step1 .type-box{
		margin-bottom: 10px;
		padding: 10px 15px;
	}
	.order1 .sec1 .right-part .content-box .step1 .type-box li:first-child div{
		font-size: 1.3rem;
	}
	.order1 .sec1 .right-part .content-box .step1 .type-box li:last-child div{
		font-size: 1.1rem;
	}
	.order1 .sec1 .right-part .content-box .step2{
		padding: 10px 0;
	}
	.order1 .sec1 .right-part .content-box .step2 h4{
		margin-bottom: 10px;
	}
	.order1 .sec1 .right-part .content-box .step2 .color-box{
		margin-bottom: 10px;
	}
	.order1 .sec1 .right-part .content-box .step2 .color-box a{
		height: 46px;
		line-height: 44px;
		font-size: 1.1rem;
	}
	.order1 .sec1 .right-part .content-box .step2 .num-box{
		height: 46px;
		line-height: 44px;
		margin-bottom: 10px;
	}
	.order1 .sec1 .right-part .content-box .step2 .num-box input{
		padding: 0 15px;
		font-size: 1.5rem;
		height: 44px;
		line-height: 44px;
	}
	.order1 .sec1 .right-part .content-box .step2 .num-box a{
		height: 22px;
		line-height: 22px;
		font-size: 1.5rem;
	}
	.order1 .sec1 .right-part .content-box .step2 .num-box .minus{
		top: 22px;
	}
	.order1 .sec1 .right-part .content-box .step2 .next-step{
		height: 30px;
		line-height: 30px;
		font-size: 1.1rem;
	}
	.order1 .sec1 .right-part .content-box .describe{
		padding: 10px 0 25px; 
	}
	.order1 .sec1 .right-part .content-box .describe h4{
		margin-bottom: 10px;
	}
	.order1 .sec1 .right-part .content-box .describe p{
		margin-bottom: 10px;
	}
	.order1 .sec1 .right-part .content-box .describe ul li{
		font-size: 1.1rem;
		line-height: 20px;
	}
	/*在线订购2*/
	.order2 .sec1{
		padding-top: 30px;
		margin-bottom: 35px;
	}
	.order2 .sec1 .inner{
		padding: 0 4.7%;
	}
	.order2 .sec1 .title{
		font-size: 1.5rem;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.order2 .sec1 .info-box .left-part{
		width: 100%;
		float: none;
	}
	.order2 .sec1 .info-box .right-part{
		width: 100%;
		float: none;	
	}
	.order2 .sec1 .info-box .right-part .tit{
		font-size: 1.4rem;
		padding: 5px 0;
	}
	.order2 .sec1 .info-box .right-part .text-box{
		padding: 8px 0 5px;
		margin-bottom: 10px;
	}
	.order2 .sec1 .info-box .right-part .text-box p{
		font-size: 1.1rem;
		line-height: 20px;
		margin-bottom: 8px;
	}
	.order2 .sec1 .info-box .right-part .text-box table{
		font-size: 1.1rem;
	}
	.order2 .sec1 .info-box .right-part .text-box table th{
		line-height: 20px;
	}
	.order2 .sec1 .info-box .right-part .text-box table tr:last-child td{
		font-size: 1.4rem;
		line-height: 20px;
	}
	.order2 .sec1 .info-box .right-part .change{
		font-size: 1.1rem;
		margin: 0 auto;
	}
	.order2 .sec2{
		padding-bottom: 20px;
	}
	.order2 .sec2 .inner{
		padding: 0 4.7%;
	}
	.order2 .sec2 .title{
		font-size: 1.5rem;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.order2 .sec2 .content-box > li{
		width: 100%;
		margin-bottom: 20px;
	}
	.order2 .sec2 .content-box > li:nth-child(odd){
		float: none;
	}
	.order2 .sec2 .content-box > li:nth-child(even){
		float:  none;
	}
	.order2 .sec2 .content-box > li h4{
		font-size: 1.1rem;
		margin-bottom: 10px;
	}
	.order2 .sec2 .content-box > li p{
		font-size: 1.1rem;
		margin-bottom: 10px;
	}
	.order2 .sec2 .content-box > li .text-box.mb10{
		margin-bottom: 10px;
	}
	.order2 .sec2 .content-box > li .text-box.radio{
		font-size: 1.1rem;
	}
	.order2 .sec2 .content-box > li .text-box input{
		font-size: 1.1rem;
	}
	.order2 .sec2 .content-box > li:last-child .text-box input{
		font-size: 1rem;
	}
	.order2 .sec2 .tip{
		padding: 10px 0 17px;
	}
	.order2 .sec2 .tip h5{
		font-size: 1.1rem;
		margin-bottom: 8px;
	}
	.order2 .sec2 .tip ul li{
		font-size: 1rem;
		line-height: 20px;
	}
	.order2 .sec2 .submit{
		display: block;
		height: 40px;
		line-height: 40px;
		width: 136px;
		background-color: #0190dc;
		border-radius: 4px;
		text-align: center;
		color: #fff;
		font-size: 14px;
		margin: 0 auto;
	}
	/*在线订购3*/
	.order3 .sec1{
		text-align: center;
		padding: 45px 4.7%;
	}
	.order3 .sec1 h3{
		font-size: 2rem;
		margin-bottom: 20px;
	}
	.order3 .sec1 p{
		font-size: 1.1rem;
		line-height: 20px;
	}
}
@media only screen and (max-width:588px){
	.order3 #footer2{
		margin-top: -423px;
	}
	.order3 #main{
		padding-bottom: 423px;
	}
}
@media only screen and (max-width:550px){
	.order3 #main{
		padding-bottom: 101px;
	}
	.order3 #footer2{
		margin-top: -101px;
	}
}