/*20200608新增0*/

.wrap{
	width: 100%;
	height: 100%;
	font-family: '微软雅黑';
	color: #6d6d6d;
  	overflow: auto;
}


.wrap .cMr{
	margin-right: 0;
}
.wrap .cMt{
	margin-top: 0;
}
.wrap .cMb{
	margin-bottom: 0;
}
.wrap .cBb{
	border-bottom: none;
}
.wrap .cMall{
	margin: 0;
}
.wrap .cPall{
	padding: 0;
}

.wrap .aMb30{
	margin-bottom: 30px;
}
.wrap .aMb20{
	margin-bottom: 20px;
}
.wrap .aMt30{
	margin-top: 30px;
}
.wrap .aMt10{
	margin-top: 10px;
}
.wrap .aMt20{
	margin-top: 20px;
}
.wrap .aMt33{
	margin-top: 33px
}
.wrap .aMt34{
	margin-top: 34px
}
.wrap .aMt40{
	margin-top: 40px
}
.wrap .aMl30{
	margin-left: 30px;
}
.wrap .uStyle1{
	height: 60px;
	margin-top: 10px;
}
.wrap .uStyle1 p{
	line-height: 60px;
}
.wrap .uStyle1 p.on{
	line-height: 60px;
	font-size: 20px;
	padding: 0 11px;
	font-weight: normal;
}

.arrow-down {
	border-left: 2px solid #333333;
	border-bottom: 2px solid #333333;
	height: 10px;
	width: 10px;
	transform: translate(10px, -7px) rotate(-45deg);
	-webkit-transform: translate(10px, -7px) rotate(-45deg);
	border-right: 2px solid transparent;
	border-top: 2px solid transparent;
	display: inline-block;
	-moz-transform: translate(10px, -7px) rotate(-45deg);
	-ms-transform: translate(10px, -7px) rotate(-45deg);
	-o-transform: translate(10px, -7px) rotate(-45deg);
}

/**/
/* -滚动区域样式- */
.slider{
	width:100%;
	/*height:340px;*/
	margin: 0 auto;
	position:relative;
}
.swiper-container {
    width: 339px;
    height: 370px;
}  


/* -展示图片样式- */
.slider_list{
	width: 100%;
	overflow: hidden;
	font-size: 0;
	position: relative;

	-webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate(0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);

	-webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;

    transition-timing-function: linear;
	-moz-transition-timing-function: linear; 
	-webkit-transition-timing-function: linear;
	-o-transition-timing-function: linear;

	/*overflow-x: auto;*/
	/*overflow-y: hidden;*/
}
	.slider_list ul{
		font-size: 0;
		height: auto;
	}
		.slider_list a{
			width: 100%;
			font-size: 0;
			display: inline-block;
			/*cursor: pointer;*/
		}
		/*.slider_list li{
			cursor: -webkit-grab;   
		    cursor: -moz-grab;   
		    cursor: grab;  
		}
		.slider_list li:active{
			cursor: -webkit-grabbing;   
		    cursor: -moz-grabbing;   
		    cursor: grabbing; 
		}*/


/* -小按钮导航样式- */
.slider_nav{
	/*width: 50%;*/
	position:absolute;
	text-align: center;
	z-index:1;
	left:50%;
	bottom:20px;
	transform: translate(-50%,0);
	-webkit-transform:translate(-50%,0);
	font-size:0;
	padding:4px 8px;
	border-radius:12px;
	-webkit-border-radius:12px; 
	background-color:hsla(0,0%,100%,.3);
	display: none;
}
.slider_nav i{
	display:inline-block;
	width:12px; 
	height:12px; 
	border-radius:50%; 
	-webkit-border-radius:50%; 
	margin:0 5px;
	cursor: pointer;
}

/* -左右按钮- */
.slider_arrow{
	display:none;
	width:30px;
	height:60px;
	background-color: rgba(0,0,0,.2);
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
}
.slider_prve{left:2%;}
.slider_next{right:2%;}
.slider_arrow span{display:block; width:10px; height:10px; border-bottom:2px solid #fff; border-left:2px solid #fff; cursor: pointer;}
.slider_prve span{margin:25px 0 0 10px;transform:rotate(45deg);}
.slider_next span{margin:25px 0 0 10px;transform:rotate(-135deg);}


/* -默认下按钮颜色- */
.btn{
	background:#fff;
}
/* -选中下按钮颜色- */
.btn_act{
	background:#db192a;
}

.slider_arrow:hover{background:#444;}
.slider:hover .slider_arrow{display:block;}


/*  头部  */
.qk_header{
	width: 1200px;
	height: 110px;
	margin: 0 auto;
	display: block;	

	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
	.log{
		width: auto;
		height: 110px;
	}

	.qk_header_right{
		flex: 1;
		display: flex;
		display: -webkit-flex;
		flex-direction: row;
		justify-content: flex-end;
		align-items: center;

		color: #333333;
	}
		.qk_header_p1{
			font-size: 12px;
			border: 1px solid #e1e1e1;
			padding: 6px 17px;
			border-radius: 18px;
			margin-right: 10px;
			cursor: pointer;
		}
		.qk_header_p1:hover{
			border: 1px solid #f0003d;
			color: #f0003d;
		}
		.qk_header_p1.on{
			border: 1px solid #f0003d;
			color: #f0003d;
		}
		.qk_header_div1{
			font-size: 12px;
			margin-left: 18px;
			display: flex;
			display: -webkit-flex;
			flex-direction: row;
			justify-content: center;
			align-items: center;
			position: relative;
			cursor: pointer;
		}
    	.qk_header_div1_complaint{
    		border: 1px solid #f0003d;
    		color: #f0003d !important;
    		padding: 2px;
    		border-radius: 4px;
    	}
		.qk_header_div1 > img{
			width: 10px;
			height: auto;
			margin-left: 8px;
		}
		.qk_header_div1:hover .qk_header_absolute{
			display: block;
		}
		.qk_header_div1 > .qk_header_absolute{
            position: absolute;
            left: 38%;
            top: 200%;
            transform: translate(-50%,0);
            -webkit-transform:translate(-50%,0);
			display: none;
            
            padding: 10px;
            border-radius: 4px;
            background: #fff;
            font-size: 0;
			z-index: 10;
            -moz-box-shadow:0 0 10px rgba(0,0,0,0.3); 
            -webkit-box-shadow:0 0 10px rgba(0,0,0,0.3); 
            box-shadow:0 0 10px rgba(0,0,0,0.3);
        }
        .qk_header_absolute > img{
        	width: 100px;
        	height: auto;
        }
        .qk_header_absolute p{
        	font-size: 12px;
        	text-align: center;
        }
        .qk_header_absolute:after{
        	content: '';
        	width: 0;
		    height: 0;
		    border-bottom: 10px solid #fff;
		    border-right: 10px solid transparent;
		    border-left: 10px solid transparent;
		    position: absolute;
		    left: 50%;
            top: -10px;
            transform: translate(-50%,0);
            -webkit-transform:translate(-50%,0);

        }

	.qk_header_search{
		margin-left: 38px;
		overflow: hidden;
		font-size: 0;
		border-radius: 6px;
	}
		.qk_header_search input{
			width: 206px;
			height: 32px;
			display: inline-block;
			vertical-align: top;
			text-indent: 10px;
			font-size: 12px;
			color: #333;
			border: 1px solid #d9d9d9;
			border-right: none;
			border-top-left-radius: 6px;
			border-bottom-left-radius: 6px;
		}
		.qk_header_search p{
			width: 64px;
			height: 34px;
			line-height: 34px;
			display: inline-block;
			vertical-align: top;
			font-size: 15px;
			color: #333;
			text-align: center;
			background: #8b888f;
			color: #fff;
			cursor: pointer;
		}

/* 导航栏 */
.qk_navigation{
	width: 100%;
	height: 50px;
	background: #f2003d;
	font-size: 0;
	margin: 0 auto;
}
	.qk_navigation ul{
		width: 1250px;
		margin: 0 auto;

		display: flex;
		display: -webkit-flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
	}
		.qk_navigation ul li, .qk_navigation ul a{
			width: auto;
			display: inline-block;
			line-height: 50px;
			padding: 0 24px;
			color: #fff;
			font-size: 16px;
			cursor: pointer;
		}
		.qk_navigation ul li.on, .qk_navigation ul a.on{
			background: #d20041;
		}
		.qk_navigation ul li:hover, .qk_navigation ul a:hover{
			background: #d20041;
		}

/* 导航栏2 */
.qk_navigation_list{
	width: 100%;
	height: 50px;
	background: #eeeeee;
	font-size: 0;
	    position: relative;
	overflow: hidden;
}
	.qk_navigation_list ul{
		width: 1200px;
		margin: 0 auto;

	}
		.qk_navigation_list ul li, .qk_navigation_list ul a{
			width: auto;
			display: inline-block;
			line-height: 50px;
			color: #333333;
			font-size: 16px;
			cursor: pointer;
			margin-right: 20px;
		}
		.qk_navigation_list ul li.on, .qk_navigation_list ul a.on{
			/*background: #d20041;*/
		}
		.qk_navigation_list ul li:hover, .qk_navigation_list ul a:hover{
			/*background: #d20041;*/
			text-decoration: underline;
		}
		
		.qk_navigation_list .icon2{
	width: 24px;
	height: 16px;
	cursor: pointer;
	position: absolute;
	top: 17px;
	right: calc( (100% - 1200px) / 2 );
	transform:rotate(180deg);
	-ms-transform:rotate(180deg); 	/* IE 9 */
	-moz-transform:rotate(180deg); 	/* Firefox */
	-webkit-transform:rotate(180deg); /* Safari 和 Chrome */
	-o-transform:rotate(180deg); 	/* Opera */
}
.qk_navigation_list .icon2.active{
	transform:rotate(0deg);
	-ms-transform:rotate(0deg); 	/* IE 9 */
	-moz-transform:rotate(0deg); 	/* Firefox */
	-webkit-transform:rotate(0deg); /* Safari 和 Chrome */
	-o-transform:rotate(0deg);	/* Opera */
}


/* 右侧推荐栏 */
.qk_recommend_title{
	width: 100%;
	padding-bottom: 10px;
	border-bottom: 1px solid #e1e1e1;

	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
	.qk_recommend_title span{
		font-size: 20px;
		font-weight: bold;
		color: #f3003d;
	}
	.qk_recommend_title p{
		width: 80px;
		height: 30px;
		line-height: 30px;
		border: 1px solid #c9c9cb;
		color: #333;
		background: #e1e1e1;
		text-align: center;
		font-size: 16px;
		border-radius: 4px;
		cursor: pointer;
		box-sizing: border-box;
	}

.qk_recommend_img{
	width: 100%;
	height: auto;
}

.qk_recommend_div1{
	width: 100%;
	padding-top: 20px;
}
	.qk_recommend_div1 a{
		width: calc((339px - 60px) / 3);
		margin-right: 30px;
		margin-bottom: 40px;
	}
	.qk_recommend_div1 a:nth-child(3n){
		margin-right: 0;
	}
	.qk_recommend_div1 a img{
		width: 100%;
		height: calc((339px - 60px) / 3);
		border-radius: 50%;
	}
	.qk_recommend_div1 a p{
		font-size: 14px;
		color: #333;
		text-align: center;
		margin-top: 12px;
	}

.qk_recommend_div2{
	width: 100%;
	padding-top: 20px;
}
	.qk_recommend_div2 a{
		width: 100%;
		height: 22px;
		line-height: 22px;
		font-size: 16px;
		color: #333;
		margin-bottom: 30px;
		cursor: pointer;

		display: flex;
		display: -webkit-flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
	}
	.qk_recommend_div2 p{
		width: 22px;
		height: 22px;
		text-align: center;
		/*color: #f3003d;*/
		margin-right: 10px;
	}
	.qk_recommend_div2 p.b{
		border: 1px solid #ececec;
		box-sizing: border-box;
		border-radius: 4px;
	}
	.qk_recommend_div2 p.c{
		color: #f3003d;
	}
	.qk_recommend_div2 font{
		flex: 1;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.qk_recommend_div2 span{
		border: 1px solid #f3003d;
		font-size: 14px;
		color: #f3003d;
		padding: 2px 3px;
		border-radius: 4px;
	}
	.qk_recommend_div2 a:hover{
		color: #f3003d;
	}

.qk_recommend_div3{
	width: 100%;
	padding-top: 20px;
	    overflow: hidden;
}
	.qk_recommend_div3 a{
		margin-bottom: 20px;
	}
	.qk_recommend_div3 img{
		width: 154px;
		height: 90px;
		display: inline-block;
		margin-right: 20px;
	}
	.qk_recommend_div3 .qk_recommend_div3_r{
		width: calc(100% - 174px);
		height: 90px;
		display: inline-block;
		vertical-align: top;
	}
		.qk_recommend_div3 .qk_recommend_div3_r span{
			font-size: 16px;
			color: #333;
			font-weight: bold;
			margin-top: 3px;
			display: block;

			overflow: hidden;
			white-space: nowrap;
			text-overflow: ellipsis;
		}
		.qk_recommend_div3 .qk_recommend_div3_r p{
			font-size: 15px;
			color: #333;
			line-height: 2.3;

			display: -webkit-box; 
			-webkit-line-clamp: 2; 
			-webkit-box-orient: vertical; 
			overflow: hidden;
		}

.qk_recommend_div4{
	width: 100%;
	padding-top: 20px;
}
	.qk_recommend_div4 li{
		width: 100%;
		margin-bottom: 20px;
	}
	/*.qk_recommend_div4 li > *{
		width: calc((100% - 26px) / 3);
	}*/
		.qk_recommend_div4 select{
			width: calc((100% - 26px) / 3);
			height: 30px;
			border: 1px solid #e1e1e1;
			margin-right: 13px;
			border-radius: 4px;
		}
		.qk_recommend_div4 select.s1{
			width: calc(((100% - 26px) / 3 * 2) + 13px);

		}
		.qk_recommend_div4 select.s3{
			width: calc((100% - 26px) / 3 * 2 / 3);
			margin-right: calc(13px *2  / 3);
		}
		.qk_recommend_div4 select.s4{
			width: calc(((100% - 26px) / 3) - 29px);
			margin-right: 13px;
		}
		.qk_recommend_div4 input{
			width: calc((100% - 26px) / 3);
			height: 30px;
			border: 1px solid #e1e1e1;
			box-sizing: border-box;
			margin-right: 13px;
			text-indent: 10px;
			border-radius: 4px;
		}
		.qk_recommend_div4 input.i1{
			width: calc(((100% - 26px) / 3 * 2) + 13px);
		}
		.qk_recommend_div4 p{
			width: calc((100% - 26px) / 3);
			display: inline-block;
			height: 30px;
			vertical-align: top;
		    line-height: 30px;
		    border: 1px solid #c9c9cb;
		    color: #333;
		    background: #e1e1e1;
		    text-align: center;
		    font-size: 16px;
		    border-radius: 4px;
		    cursor: pointer;
		    box-sizing: border-box;
		}

		.qk_recommend_div4 span{
			font-size: 16px;
			margin-right: 13px;
		}

.qk_recommend_div5{
	width: 100%;
	border-left: 1px solid #e1e1e1;
	border-top: 1px solid #e1e1e1;
	box-sizing: border-box;
	margin-bottom: 20px;
}
	.qk_recommend_div5 a{
		width: 50%;
		line-height: 50px;
		border-right: 1px solid #e1e1e1;
		border-bottom: 1px solid #e1e1e1;
		display: inline-block;
		box-sizing: border-box;
		font-size: 16px;
		text-align: center;
	}
	.qk_recommend_div5 a.on{
		color: #f3003d;
	}

.qk_recommend_div6{
	width: 100%;
	padding-top: 20px;
	margin-bottom: 36px;
}
	.qk_recommend_div6 img{
		width: 100%;
		height: auto;
		margin-bottom: 20px;
	}
	.qk_recommend_div6 .btn1{
		width: 144px;
		height: 40px;
		line-height: 38px;
		font-size: 17px;
		color: #f3003d;
		margin-right: calc(100% - 288px);
		border: 1px solid #e1e1e1;
		text-align: center;
		box-sizing: border-box;
		border-radius: 40px;
		cursor: pointer;
	}
	.qk_recommend_div6 .btn2{
		width: 144px;
		height: 40px;
		line-height: 38px;
		font-size: 17px;
		color: #f3003d;
		text-align: center;
		box-sizing: border-box;
		border: 1px solid #e1e1e1;
		box-sizing: border-box;
		border-radius: 40px;
		cursor: pointer;
	}

.qk_recommend_div7{
	width: 100%;
	padding-top: 20px;
	margin-bottom: 15px;
}
	.qk_recommend_div7 img{
		width: 100%;
		height: auto;
		margin-bottom: 5px;
	}

.qk_recommend_div8{
	width: 100%;
	/*padding-top: 20px;*/
	margin-bottom: 20px;
}
	.qk_recommend_div8_ul1{
		width: 100%;
	}
		.qk_recommend_div8_ul1 a{
			width: calc(100% / 6);
			text-align: center;
			height: 54px;
			font-size: 15px;
			color: #333;
			border-bottom: 1px solid #edebec;
			cursor: pointer;

			display: inline-flex;
			display: -webkit-inline-flex;
			flex-direction: row;
			justify-content: center;
			align-items: center;
		}
		.qk_recommend_div8_ul1 a.on{
			color: #f3003d;
			border-bottom: 1px solid #f3003d;
		}
	.qk_recommend_div8_ul2{
		width: 100%;
	}
		.qk_recommend_div8_ul2 a{
			width: 70px;
			height: 70px;
			margin-right: calc((100% - 280px) / 3);
			margin-top: 20px;
			cursor: pointer;
			position: relative;
		}
		.qk_recommend_div8_ul2 a:nth-child(4n){
			margin-right: 0;
		}
		.qk_recommend_div8_ul2 p{
			width: 70px;
			height: 70px;
			font-size: 18px;
			color: #f3003d;
			border: 2px solid #f3003d;
			border-radius: 50%;
			text-align: center;
			line-height: 66px;
			box-sizing: border-box;
			display: none;
			vertical-align: top;
			background: #fff;
			position: absolute;
			top: 0;
			left: 0;
			z-index: 3;
		}
		.qk_recommend_div8_ul2 a:hover p{
			display: block;
		}
.qk_recommend_div9{
	width: 100%;
	padding: 16px;
	box-sizing: border-box;
	background: #ffe7ed;
}
	.qk_recommend_div9_li{
		background: #fff;
		padding: 0 10px 15px;
		border-radius: 10px;
	}
	.qk_recommend_div9_li p{
		width: 100%;
		font-size: 16px;
		color: #f3003d;
		font-weight: bold;
		padding-top: 26px;
		margin-bottom: 20px;
	}
	.qk_recommend_div9_li span{
		width: auto;
		font-size: 16px;
		color: #333;
		display: inline-block;
	}
	.qk_recommend_div9_li .inp1{
		width: 75px;
		margin-right: 16px;
		margin-left: 5px;
	}
	.qk_recommend_div9_li .inp2{
		width: 113px;
		margin-right: 0;
		margin-left: 5px;
	}
	.qk_recommend_div9_li .inp3{
		width: 246px;
		margin-left: 5px;
		margin-right: 0;
	}
	.qk_recommend_div9_li .mt1{
		margin-top: 20px;
	}
	.qk_recommend_div9_li .btn{
		width: 100%;
		line-height: 44px;
		background: #f3003d;
		text-align: center;
		font-size: 16px;
		color: #fff;
		border-radius: 4px;
		margin-top: 20px;
	}


.qk_recommend_div10{
	width: 100%;
	border: 1px solid #e1e1e1;
	box-sizing: border-box;
	position: relative;
}
	.qk_recommend_div10_d1{
		line-height: 48px;
		font-size: 20px;
		font-weight: bold;
		color: #f2003f;
		padding: 0 10px;
		border-bottom: 1px solid #e1e1e1;
	}
	.qk_recommend_div10_d2{
		/*width: 100%;*/
		padding: 25px 10px;

		display: flex;
		display: -webkit-flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
		.qk_recommend_div10_d2 p{
			width: auto;
			height: 26px;
			line-height: 26px;
			text-align: center;
			color: #323232;
			border: 1px solid transparent;
			/*box-sizing: border-box;*/
			font-size: 15px;
			padding: 0 12px;
			display: inline-block;
			cursor: pointer;
			border-radius: 4px;
		}
		.qk_recommend_div10_d2 p.on{
			border: 1px solid #f3003d;
			color: #f3003d;
		}
	.qk_recommend_div10_d3{
		width: 100%;
	}
		.qk_recommend_div10_d3 > img{
			width: 144px;
			height: 144px;
			display: block;
			margin: 20px auto 0;
		}
		.qk_recommend_div10_d3 > p{
			font-size: 20px;
			color: #c500db;
			padding-top: 15px;
			cursor: pointer;

			display: flex;
			display: -webkit-flex;
			flex-direction: row;
			justify-content: center;
			align-items: center;
		}
		.qk_recommend_div10_d3 > p img{
			width: 32px;
			height: auto;
			display: inline-block;
			margin-left: 20px;
		}
	.qk_recommend_div10_d4{
		width: 100%;
		padding-top: 40px;
		padding-bottom: 15px;
		color: #333;
	}
		.qk_recommend_div10_d4 p{
			width: 100%;
			padding: 0 10px;
			box-sizing: border-box;
			font-size: 15px;
			line-height: 2.4;
		}
		.qk_recommend_div10_d4 span{
			width: 100%;
			padding: 0 10px;
			display: inline-block;
			box-sizing: border-box;
			font-size: 15px;
			line-height: 2.4;
		}
		.qk_recommend_div10_d4 a{
			width: auto;
			cursor: pointer;
			color: #f2003f;
		}

	.qk_recommend_div10_d5{
		width: 100%;
		margin-top: 20px;
		padding: 0 10px;
		box-sizing: border-box;
	}
		.qk_recommend_div10_d5 p{
			width: 64px;
			font-size: 16px;
			height: 30px;
			line-height: 30px;
			color: #333;
			display: inline-block;
			vertical-align: top;
		}
		.qk_recommend_div10_d5 > div{
			width: calc(100% - 64px);
			display: inline-block;
		}
		.qk_recommend_div10_d5 select{
			width: 84px;
			height: 30px;
			border: 1px solid #e1e1e1;
			font-size: 15px;
			border-radius: 4px;
			margin: 0 10px;
			text-indent: 4px;
		}
		.qk_recommend_div10_d5 span{
			font-size: 15px;
			color: #333;
			display: inline-block;
		}
		.qk_recommend_div10_d5 input {
		    width: 218px;
		    height: 30px;
		    display: inline-block;
		    box-sizing: border-box;
		    position: relative;
		    border: 1px solid #e1e1e1;
		    border-radius: 4px;
		    margin-left: 10px;
		    text-indent: 10px;
		}
	.qk_recommend_div10_d6{
		padding:0 10px;
		font-size: 16px;
		line-height: 2.2;
		color: #333;
		padding-top: 10px;
		text-indent:2em;
	}

	.qk_recommend_div10_absolute{
		width: 300px;
		position: absolute;
		z-index: 9;
		position: absolute;
		left: 50%;
		top: 65%;
		transform: translate(-50%,0);
		-webkit-transform:translate(-50%,0);
		display: none;

		/*padding: 10px;*/
		padding-top: 14px;
        border-radius: 4px;
        background: #fff;
        font-size: 0;
        -moz-box-shadow:0 0 10px rgba(0,0,0,0.3); 
        -webkit-box-shadow:0 0 10px rgba(0,0,0,0.3); 
        box-shadow:0 0 10px rgba(0,0,0,0.3);
	}
	.qk_recommend_div10_absolute:after{
		content: '';
    	width: 0;
	    height: 0;
	    border-bottom: 10px solid #fff;
	    border-right: 10px solid transparent;
	    border-left: 10px solid transparent;
	    position: absolute;
	    left: 50%;
        top: -10px;
        transform: translate(-50%,0);
        -webkit-transform:translate(-50%,0);
	}
	.qk_recommend_div10_absolute span{
		display: block;
		width: 100%;
		font-size: 18px;
		text-align: center;
		margin-bottom: 14px;
	}
	.qk_recommend_div10_absolute li.al1 > img{
		width: 46px;
		height: 46px;
		border: 2px solid transparent;
		border-radius: 50%;
	}
	.qk_recommend_div10_absolute li.al1 p{
		font-size: 14px;
		text-align: center;
		margin-top: 0;
		color: #999;
	}
	.qk_recommend_div10_absolute li.al1{
		display: inline-block;
		margin-left: 20px;
			margin-bottom: 24px;
			cursor: pointer;
	}
	.qk_recommend_div10_absolute li.al1:hover img{
		border: 2px solid #f2003f;
	}
	.qk_recommend_div10_absolute li.al1:hover p{
		color: #000;
	}

.qk_recommend_div11{
	width: 100%;
	border: 1px solid #e1e1e1;
	box-sizing: border-box;
}
	.qk_recommend_div11_d1{
		width: 100%;
		text-align: center;
		padding: 12px 0 32px;
	}
	.qk_recommend_div11_d1 a{
		width: 92px;
		font-size: 0;
		margin: 0 25px;
	}
		.qk_recommend_div11_d1 p{
			font-size: 16px;
			color: #333;
			text-align: center;
		}
	.qk_recommend_div11_d2{
		width: 100%;
		text-align: center;
		padding: 10px 0;
		border-top: 1px solid #e1e1e1;
		border-bottom: 1px solid #e1e1e1;
	}
		.qk_recommend_div11_d2 a{
			width: auto;
			font-size: 16px;
			color: #333;
			padding: 0 20px;
			line-height: 1;
			border-right: 1px solid #e1e1e1;
			cursor: pointer;
		}
		.qk_recommend_div11_d2 a:last-child{
			border-right: none;
		}
		.qk_recommend_div11_d2 a.on{
			color: #f3003d;
		}
	.qk_recommend_div11_d3{
		padding: 0 10px 10px;
	}
		.qk_recommend_div11_d3_l1{
			width: 100%;
			margin-top: 30px;
		}
			.qk_recommend_div11_d3_l1 span{
				font-size: 16px;
				margin-right: 8px;
				color: #333;
			}
			.qk_recommend_div11_d3_l1 input{
			    height: 30px;
				display: inline-block;
			    box-sizing: border-box;
			    position: relative;
			    border: 1px solid #e1e1e1;
			    border-radius: 4px;
			    margin-right: 10px;
			    text-indent: 10px;
			}
			.qk_recommend_div11_d3_l1 input.inp1{
				width: 80px;
			}
			.qk_recommend_div11_d3_l1 input.inp2{
				width: 120px;
			}

	.qk_recommend_div11_d3_l2{
		width: 100%;
		margin-top: 22px;
	}
		.qk_recommend_div11_d3_l2 label{
			font-size: 16px;
			color: #333;
			display: inline-block;
			margin-right: 42px;
		}
		.qk_recommend_div11_d3_l2 label input{
			width: 16px;
			height: 16px;
			-webkit-appearance: radio;
			display: inline-block;
			vertical-align: top;
			margin-top: 4px;
			margin-right: 4px;
		}

	.qk_recommend_div11_d3_l3{
		width: 100%;
		margin-top: 20px;
	}
		.qk_recommend_div11_d3_l3 p{
			width: 32px;
			font-size: 16px;
			height: 30px;
			line-height: 30px;
			color: #333;
			display: inline-block;
			vertical-align: top;
		}
		.qk_recommend_div11_d3_l3 > div{
			width: calc(100% - 32px);
			display: inline-block;
		}
		.qk_recommend_div11_d3_l3 select{
			width: 84px;
			height: 30px;
			border: 1px solid #e1e1e1;
			font-size: 15px;
			border-radius: 4px;
			margin: 0 10px 10px;
			text-indent: 4px;
		}
		.qk_recommend_div11_d3_l3 span{
			font-size: 15px;
			color: #333;
			display: inline-block;
		}

	.qk_recommend_div11_d5{
		padding: 0 10px 10px;
	}
		.qk_recommend_div11_d5_l1{
			width: 100%;
			margin-top: 50px;
		}
			.qk_recommend_div11_d5_l1 span{
				width: 64px;
				display: inline-block;
				font-size: 16px;
				margin-right: 8px;
				color: #333;
			}
			.qk_recommend_div11_d5_l1 input{
				width: 244px;
			    height: 30px;
				display: inline-block;
			    box-sizing: border-box;
			    position: relative;
			    border: 1px solid #e1e1e1;
			    border-radius: 4px;
			    text-indent: 10px;
			}
		.qk_recommend_div11_d5_l2{
			width: 100%;
			margin-top: 50px;
		}
			.qk_recommend_div11_d5_l2 p{
				width: 64px;
				display: inline-block;
				font-size: 16px;
				margin-right: 8px;
				color: #333;
			}
			.qk_recommend_div11_d5_l2 label{
				width: 55px;
				font-size: 16px;
				color: #333;
				display: inline-block;
				margin-right: 25px;
			}
			.qk_recommend_div11_d5_l2 label input{
				width: 16px;
				height: 16px;
				-webkit-appearance: radio;
				display: inline-block;
				vertical-align: top;
				margin-top: 4px;
				margin-right: 4px;
			}
		
	.qk_recommend_div12{
		width: 100%;
		font-size: 0;
		margin-top: 20px;
	}
		.qk_recommend_div12 a{
			width: 105px;
			height: 38px;
			line-height: 38px;
			border: 1px solid #e0e0e0;
			text-align: center;
			font-size: 16px;
			color: #333;
			border-radius: 4px;
			margin-bottom: 40px;
			cursor: pointer;
			margin-right: calc((100% - 321px) / 2);
		}
		.qk_recommend_div12 a:nth-child(3n){
			margin-right: 0
		}

	.qk_recommend_div13{
		width: 100%;
		padding-top: 10px;
	}
		.qk_recommend_div13 a{
			width: 50%;
			font-size: 16px;
			color: #333;
			line-height: 1.5;
			margin-bottom: 20px;
			cursor: pointer;

			overflow: hidden;
			white-space: nowrap;
			text-overflow: ellipsis;
		}
		.qk_recommend_div13 a:hover{
			color: #f3003d;
			text-decoration: underline;
		}

	.qk_recommend_div11_btn{
		width: 100%;
		line-height: 42px;
		text-align: center;
		color: #fff;
		background: #f3003d;
		font-size: 17px;
		border-radius: 4px;
		margin-top: 36px;
		cursor: pointer;
	}

	.qk_recommend_div11_btn2{
		width: 100%;
		line-height: 42px;
		text-align: center;
		color: #fff;
		background: #f3003d;
		font-size: 17px;
		border-radius: 4px;
		margin-top: 55px;
		cursor: pointer;
	}

	.qk_recommend_div11_btn3{
		width: calc(100% - 20px);
		line-height: 42px;
		text-align: center;
		color: #fff;
		background: #f3003d;
		font-size: 17px;
		border-radius: 4px;
		margin: 55px 10px 10px;
		cursor: pointer;
	}
	.qk_recommend_div11_btn4{
		width: calc(100% - 20px);
		line-height: 42px;
		text-align: center;
		color: #fff;
		background: #f3003d;
		font-size: 17px;
		border-radius: 4px;
		margin: 25px 10px 10px;
		cursor: pointer;
	}

/*  */
.qk_conditionDiv{
	width: calc(100% - 288px);
	display: inline-block;
}
.qk_conditionDiv_close{
	width: 25px;
	height: 25px;
	position: absolute;
	top: 3px;
	right: 3px;
	z-index: 9;
	cursor: pointer;
}
.qk_condition1{
	width: 591px;
	height: 248px;
	border: 1px solid #e1e1e1;
	padding: 15px 20px;
	margin-bottom: 16px;
	margin-right: 16px;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}
.qk_condition2{
	width: 288px;
	height: 248px;
	overflow: hidden;
	border: 1px solid #e1e1e1;
	box-sizing: border-box;
	margin-right: 16px;
	display: inline-block;
	vertical-align: top;
	position: relative;

	padding-top: 30px;
}
.qk_condition2:nth-child(2){
	margin-bottom: 16px;
}
	.qk_condition2.c1{
		background: #c0a367;
		border: none;
	}
	.qk_condition2.c2{
		background: #0081dc;
		border: none;
	}
	.qk_condition2.c3{
		background: #f2003d;
		border: none;
	}
	.qk_condition2.c4{
		background: #ffa823;
		border: none;
	}
	.qk_condition2.c1 > p, .qk_condition2.c2 > p, .qk_condition2.c3 > p, .qk_condition2.c4 > p{
		font-weight: bold;
		font-size: 28px;
		color: #fff;
		padding: 0 20px 0;
	}
	.qk_condition2.c1 > span, .qk_condition2.c2 > span, .qk_condition2.c3 > span, .qk_condition2.c4 > span{
		font-size: 18px;
		color: #fff;
		line-height: 1.5;
		padding: 30px 20px 0;
		display: inline-block;
		text-indent: 36px;
	}
	.qk_condition2_position{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 3;
		background: #fff;
	    padding-top: 30px;
	    border: 1px solid #e1e1e1;
	    box-sizing: border-box;
		/*transition: all 0.4s;*/
	}
	/*.qk_condition2:hover .qk_condition2_position{
		top: 0;
	}*/

	.qk_condition2_position2{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 3;
		background: #fff;
	    border: 1px solid #e1e1e1;
	    box-sizing: border-box;
		/*transition: all 0.4s;*/
	}
	/*.qk_condition3:hover .qk_condition2_position2{
		top: 0;
	}*/

.qk_condition3{
	width: 288px;
	height: 512px;
	border: 1px solid #e1e1e1;
	display: inline-block;
	box-sizing: border-box;
	vertical-align: top;
	position: relative;
	overflow: hidden;
}
	.qk_condition3.c5{
		background: #00d084;
		border: none;
	}
	.qk_condition3.c6{
		background: #98bb45;
		border: none;
	}
	.qk_condition3.c7{
		background: #00d084;
		border: none;
	}

	.qk_condition3.c5 > p,.qk_condition3.c6 > p, .qk_condition3.c7 > p{
		font-weight: bold;
		font-size: 28px;
		color: #fff;
		padding: 0 20px 0;
	}
	.qk_condition3.c5 > span,.qk_condition3.c6 > span, .qk_condition3.c7 > span{
		font-size: 18px;
		color: #fff;
		line-height: 1.5;
		padding: 30px 20px 0;
		display: inline-block;
		text-indent: 36px;
	}
	.qk_condition3.c5 > img{
		width: 210px;
		height: auto;
		display: block;
		margin: 18px auto;
	}
	.qk_condition3.c6 > img{
		width: 170px;
		height: auto;
		display: block;
		margin: 35px auto 26px;
	}
	.qk_condition3.c7 > img{
		width: 202px;
		height: auto;
		display: block;
		margin: 17px auto 22px;
	}

.qk_condition_title1{
	width: 100%;
	margin-bottom: 28px;

	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}
	.qk_condition_title1 p{
		font-size: 18px;
		font-weight: bold;
		color: #333;
		margin-right: 18px;
	}
	.qk_condition_title1 font{
		font-size: 16px;
		color: #333;
	}
	.qk_condition_title1 a{
		width: auto;
		font-size: 16px;
		color: #f3003d;
		cursor: pointer;
	}

.qk_condition_title2{
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	margin-top: 70px;
	margin-bottom: 50px;
	padding-left: 20px;
	box-sizing: border-box;
}
.qk_condition_title3{
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	margin-bottom: 25px;
	box-sizing: border-box;
}
.qk_condition_title4{
	width: 100%;
	font-size: 16px;
	color: #f3003d;
	margin-top: 30px;
	padding: 0 20px;
	box-sizing: border-box;

	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
	.qk_condition_title4 a{
		cursor: pointer;
		width: auto;
		height: auto;
		color: #777777;
		font-size: 16px;
	}

.qk_condition_title5{
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	margin-top: 70px;
	margin-bottom: 11px;
	padding-left: 20px;
	box-sizing: border-box;
}
.qk_condition_title6{
	width: 100%;
	font-size: 16px;
	padding: 0 20px;
	line-height: 2;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.qk_condition_title7{
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 20px;
	box-sizing: border-box;
}

.qk_condition_div1{
	width: 100%;
	margin-bottom: 28px;
}
	.qk_condition_div1 select{
		width: 72px;
		height: 30px;
		border: 1px solid #e1e1e1;
		font-size: 15px;
		border-radius: 4px;
	}
	.qk_condition_div1 p{
		font-size: 15px;
		color: #333;
		display: inline-block;
		margin-left: 7px;
		margin-right: 15px;
	}
.qk_condition_div2{
	width: 100%;
	margin-bottom: 28px;
}
	.qk_condition_div2 div{
		font-size: 16px;
		color: #333;
		display: inline-block;
	}
	.qk_condition_div2 .input1{
		width: 73px;
		height: 30px;
		display: inline-block;
		border: 1px solid #e1e1e1;
		text-indent: 10px; 
		margin-right: 28px;
		border-radius: 4px;
	}
	.qk_condition_div2 .input2{
		width: 114px;
		height: 30px;
		display: inline-block;
		border: 1px solid #e1e1e1;
		text-indent: 10px; 
		border-radius: 4px;
		margin-right: 35px;
	}
	.qk_condition_div2 label{
		font-size: 16px;
		color: #333;
		display: inline-block;
		margin-right: 30px;
	}
	.qk_condition_div2 label input{
		width: 16px;
		height: 16px;
		-webkit-appearance: radio;
		display: inline-block;
		vertical-align: top;
		margin-top: 4px;
		margin-right: 4px;
	}
.qk_condition_div3{
	width: 100%;
	margin-bottom: 48px;
}
	.qk_condition_div3 p{
		font-size: 16px;
		color: #333;
	    display: inline-block;
	}

	.qk_condition_div3 input{
		height: 30px;
	    display: inline-block;
	    box-sizing: border-box;
	    position: relative;
	    border: 1px solid #e1e1e1;
	    border-radius: 4px;
	    text-indent: 10px;
	}
	.qk_condition_div3 input.inp1{
		width: 330px;
		margin-right: 30px;
	}
	.qk_condition_div3 input.inp2{
		width: 85px;
		margin-right: 55px;
	}
	.qk_condition_div3 input.inp3{
		width: 206px;
		margin-right: 30px;

	}

	.qk_condition_div3 a{
		width: 100px;
	    line-height: 30px;
	    background: #f2003d;
	    color: #fff;
	    font-size: 16px;
	    text-align: center;
	    border-radius: 4px;
	    display: inline-block;
	    cursor: pointer;
	}

.qk_condition_div4{
	width: 100%;
	margin-top: 26px;
	padding: 0 20px;
	box-sizing: border-box;
}
	.qk_condition_div4 p{
		width: 35px;
		text-align: center;
		font-size: 16px;
		line-height: 1;
		color: #333;
	    display: inline-block;
	    margin-right: calc((100% - 140px) / 3);
	    margin-bottom: 16px;
	}
	.qk_condition_div4 p:nth-child(4n){
		margin-right: 0;
	}

.qk_condition_div5{
	width: 100%;
	margin-bottom: 29px;
}
	.qk_condition_div5 p {
	    font-size: 18px;
	    font-weight: bold;
	    color: #333;
	    margin-right: 25px;
	    display: inline-block;
	}
	.qk_condition_div5 span{
		font-size: 16px;
		color: #333;
		display: inline-block;
	}
	.qk_condition_div5 > input{
		width: 130px;
	    height: 30px;
	    display: inline-block;
	    border: 1px solid #e1e1e1;
	    text-indent: 10px;
	    border-radius: 4px;
	    margin-right: 35px;
	    margin-left: 12px;
	}
	.qk_condition_div5 label{
		font-size: 16px;
		color: #333;
		display: inline-block;
		margin-right: 17px;
		margin-left: 12px;
	}
	.qk_condition_div5 label input{
		width: 16px;
		height: 16px;
		-webkit-appearance: radio;
		display: inline-block;
		vertical-align: top;
		margin-top: 4px;
		margin-right: 4px;
	}

.qk_condition_div6{
	width: 100%;
	margin-bottom: 29px;
}
	.qk_condition_div6 select{
		width: 60px;
		height: 30px;
		border: 1px solid #e1e1e1;
		font-size: 15px;
		border-radius: 4px;
	}
	.qk_condition_div6 p{
		font-size: 15px;
		color: #333;
		display: inline-block;
		margin-left: 7px;
		margin-right: 15px;
	}
	.qk_condition_div6 p:last-child{
		margin-right: 0;
	}
	.qk_condition_div6 span{
		font-size: 16px;
		color: #333;
		margin-right: 5px;
	}

.qk_condition_div7{
	width: 100%;
	margin-bottom: 29px;
}	
	.qk_condition_div7 span {
	    font-size: 16px;
	    color: #333;
	    margin-right: 5px;
	}
	.qk_condition_div7 select{
		width: 114px;
		height: 30px;
		border: 1px solid #e1e1e1;
		font-size: 15px;
		border-radius: 4px;
		margin-right: 18px;
	}
	.qk_condition_div7 label{
		font-size: 16px;
		color: #333;
		display: inline-block;
		margin-right: 17px;
		margin-left: 12px;
	}
	.qk_condition_div7 label input{
		width: 16px;
		height: 16px;
		-webkit-appearance: checkbox;
		display: inline-block;
		vertical-align: top;
		margin-top: 4px;
		margin-right: 4px;
	}
	.qk_condition_div7_btn1{
		width: 140px;
		line-height: 30px;
	    background: #f2003d;
	    color: #fff;
	    font-size: 16px;
	    text-align: center;
	    border-radius: 4px;
	    display: inline-block;
	}
	.qk_condition_div7_btn2{
		font-size: 16px;
		color: #333;
	    display: inline-block;
	    margin-left: 20px;
	}

.qk_condition_btnD1{
	width: 100%;
}
	.qk_condition_btnD1 .btn1{
		width: 300px;
		text-align: center;
		line-height: 42px;
		font-size: 16px;
		display: inline-block;
		background: #f2003d;
		color: #fff;
		margin-right: 20px;
		border-radius: 4px;
		cursor: pointer;
	}
	.qk_condition_btnD1 .btn2{
		width: 214px;
		text-align: center;
		line-height: 42px;
		font-size: 16px;
		display: inline-block;
		background: #f2f2f2;
		color: #333;
		border-radius: 4px;
		cursor: pointer;
	}



.qk_condition_li{
	width: 100%;
	margin-bottom: 20px;
}
	.qk_condition_li > p{
		width: 54px;
		font-size: 16px;
		color: #000;
		display: inline-block;
		text-align: right;
		margin-right: 6px;
	}
	.qk_condition_li_input{
		width: calc(100% - 80px);
		height: 30px;
		margin-right: 20px;
		display: inline-block;
		box-sizing: border-box;
		position: relative;
		border: 1px solid #e1e1e1;
		border-radius: 4px;
	}
	.qk_condition_li_input input{
		width: 100%;
		height: 100%;
		text-indent: 10px; 
	}
	.qk_condition_li_input img{
		position: absolute;
		width: 18px;
		height: auto;
		top: 5px;
		right: 5px;
	}

.qk_condition_li2{
	width: 100%;
	margin-bottom: 20px;
}
	.qk_condition_li2 p{
		width: 54px;
		font-size: 16px;
		color: #000;
		display: inline-block;
		text-align: right;
		margin-right: 6px;
	}

	.qk_condition_li2 select{
		width: 84px;
		height: 30px;
		border: 1px solid #e1e1e1;
		border-radius: 4px;
		font-size: 16px;
		text-indent: 4px;
		margin-right: 15px;
	}
	.qk_condition_li2 .qk_condition_li2_btn{
		width: 100px;
		line-height: 30px;
		display: inline-block;
		font-size: 15px;
		background: #f2003d;
		color: #fff;
		text-align: center;
		border-radius: 4px;
		cursor: pointer;
	}

.qk_condition_li3{
	width: 100%;
	margin-bottom: 20px;
}	
	.qk_condition_li3 p{
		width: 54px;
		font-size: 16px;
		color: #000;
		display: inline-block;
		text-align: right;
		margin-right: 6px;
	}
	.qk_condition_li3 label{
		font-size: 16px;
		color: #333;
		display: inline-block;
		margin-right: 30px;
	}
	.qk_condition_li3 label input{
		width: 16px;
		height: 16px;
		-webkit-appearance: radio;
		display: inline-block;
		vertical-align: top;
		margin-top: 4px;
		margin-right: 4px;
	}

.qk_condition_li4{
	width: 100%;
	margin-bottom: 20px;
}
	.qk_condition_li4 p{
		width: 54px;
		font-size: 16px;
		color: #000;
		display: inline-block;
		text-align: right;
		margin-right: 6px;
		margin-left: 16px;
	}
	.qk_condition_li4_input{
		width: calc(100% - 96px);
		height: 30px;
		margin-right: 20px;
		display: inline-block;
		box-sizing: border-box;
		position: relative;
		border: 1px solid #e1e1e1;
		border-radius: 4px;
	}
	.qk_condition_li4_input input{
		width: 100%;
		height: 100%;
		text-indent: 10px; 
	}

.qk_condition_li5{
	width: 100%;
	margin-bottom: 20px;
	padding: 0 20px;
	box-sizing: border-box;
}
	.qk_condition_li5 select{
		width: 100px;
		height: 30px;
		border: 1px solid #e1e1e1;
		border-radius: 4px;
		font-size: 16px;
		text-indent: 4px;
		margin-right: 18px;
	}
	.qk_condition_li5 input{
		width: 128px;
		height: 30px;
		display: inline-block;
		box-sizing: border-box;
		position: relative;
		border: 1px solid #e1e1e1;
		border-radius: 4px;
		text-indent: 10px;
	}

.qk_condition_btn{
	width: 100px;
	line-height: 30px;
	background: #f2003d;
	color: #fff;
	font-size: 16px;
	text-align: center;
	border-radius: 4px;
	margin: 30px auto 0;
}
.qk_condition_btn2{
	width: 240px;
	line-height: 42px;
	background: #f2003d;
	color: #fff;
	font-size: 16px;
	text-align: center;
	border-radius: 4px;
	margin: 30px auto 0;
}

.qk_condition_list1{
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
	margin-top: 18px;
}
	.qk_condition_list1 a{
		width: 50%;
		text-align: left;
		font-size: 15px;
		color: #333;
		display: inline-block;
		padding-top: 22px;
		cursor: pointer;
	}
	.qk_condition_list1 a:nth-child(2n){
		text-align: right;
	}

.qk_condition_list2{
	width: 100%;
	height: 100%;
	padding: 0 20px 30px;
	box-sizing: border-box;

	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;

	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}
	.qk_condition_list2 p{
		width: 100%;
		font-size: 16px;
		color: #333;
	}
	.qk_condition_list2 font{
		color: #787878;
	}
	.qk_condition_list2 a{
		width: auto;
		height: auto;
		cursor: pointer;
	}

.qk_condition_input{
	width: calc(100% - 40px);
	height: 30px;
	margin: 0 20px 20px;
	display: inline-block;
	box-sizing: border-box;
	position: relative;
	border: 1px solid #e1e1e1;
	border-radius: 4px;
	text-indent: 10px;
}

.qk_condition_list3{
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
}
	.qk_condition_list3 a{
		width: 100%;
		font-size: 16px;
		line-height: 1;
		color: #333;
		margin-bottom: 25px;
		cursor: pointer;

		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.qk_condition_list3 a:last-child{
		margin-bottom: 0;
	}
.qk_condition_list4{
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
}
	.qk_condition_list4 a{
		width: 50%;
		font-size: 16px;
		line-height: 1;
		color: #333;
		margin-bottom: 25px;
		display: inline-block;
		text-align: left;
		vertical-align: top;
		cursor: pointer;

		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.qk_condition_list4 a:last-child{
		margin-bottom: 0;
	}
	.qk_condition_list4 a:nth-last-child(2){
		margin-bottom: 0;
	}
	.qk_condition_list4 a:nth-child(2n){
		text-align: right;
	}


/* 详情 */
.qk_details{
	width: 100%;
	border: 1px solid #e1e1e1;
	padding: 20px;
	box-sizing: border-box;
}
	.qk_details_t{
		width: 100%;
		font-size: 0;
	}
		.qk_details_t p{
			font-weight: bold;
			font-size: 28px;
			color: #333;
			text-align: center;
		}
		.qk_details_t span{
			display: block;
			text-align: center;
			font-size: 14px;
			color: #333;
			padding-top: 24px;
			padding-bottom: 20px;
			border-bottom: 1px dashed #e1e1e1;
		}
		.qk_details_t span font{
			padding: 0 4px;
		}
	.qk_details_c{
		width: 100%;
		font-size: 0;
		padding: 34px 0;
	}
	
	.qk_details_c section section{
		
		border:none !important;
		padding:0 !important;
	}
	.qk_details_c section{
		border-color:#fff !important;
	}
		.qk_details_c img{
			width: 80%;
			height: auto;
			display: block;
			margin: 0 auto;
		}
		.qk_details_c p{
			width: 100%;
			font-size: 14px;
			color: #333;
			line-height: 2;
			text-indent: 28px;
		}
	.qk_details_b{
		width: 100%;
		font-size: 0;
		padding: 10px 0;
		border-top: 1px dashed #e1e1e1;
	}
		.qk_details_b a{
			width: auto;
			max-width: calc(100% - 28px);
			/*display: block;*/
			margin-left: 28px;
			font-weight: bold;
			font-size: 14px;
			margin-top: 20px;
			color: #333;
			cursor: pointer;
		}

	.qk_details_list1{
		width: 100%;
		font-size: 0;
		margin-top: 40px;
	}
		.qk_details_list1 p{
			width: 100%;
			font-size: 14px;
			color: #333;
			font-weight: bold;
		}
		.qk_details_list1 a{
			width: calc((100% - 20px) / 2);
			font-size: 14px;
			line-height: 1;
			color: #333;
			padding: 10px 0;
			margin-top: 10px;
			border-bottom: 1px solid #e1e1e1;
			margin-right: 20px;
			cursor: pointer;
		}
		.qk_details_list1 a:nth-child(2n-1){
			margin-right: 0;
		}

	.qk_details_title1{
		background: #f6f6f6;
		margin-top: 43px;
		position: relative;
	}
		.qk_details_title1 span{
			background: #f2003d;
			color: #fff;
			font-size: 16px;
			padding: 9px 8px;
			display: inline-block;
		}
		.qk_details_title1:after{
			content: "";
			width: 100%;
			position: absolute;
			top: -5px;
			left: 0;
			border-bottom: 2px solid #f2003d;
		}

	.qk_details_title2{
		font-size: 14px;
		font-weight: bold;
		color: #333;
		margin-top: 20px;
	}
	.qk_details_list2 {
		width: 100%;
		font-size: 0;
	}
		.qk_details_list2 a{
			width: calc((100% - 100px) / 6 - 1px);
			line-height: 40px;
			border: 1px solid #e1e1e1;
			font-size: 14px;
			text-align: center;
			margin-right: 20px;
			margin-top: 20px;
			color: #333;
			box-sizing: border-box;
			cursor: pointer;
		}
		.qk_details_list2 a:hover{
			border: 1px solid #f2003d;
			color: #f2003d;
		}
		.qk_details_list2 a:nth-child(6n){
			margin-right: 0;
		}

/* 标题 */
.qk_title{
	max-width: 1200px;
	height: auto;
	margin: 30px auto 0;

	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}
	.qk_title img{
		width: 134px;
		height: auto;
		margin-right: 16px;
	}
	.qk_title a{
		width: auto;
		font-size: 16px;
		color: #333333;
		margin-bottom: 6px;
		cursor: pointer;
	}
	.qk_title p{
		font-size: 16px;
		padding: 0 15px;
		color: #333333;
		margin-bottom: 6px;
	}
	.qk_title p:last-child{
		display: none;
	}

/* 底部 */
.qk_footer{
	width: 100%;
	margin-top: 40px;
	font-size: 0;
}

@media screen and (max-width: 724px) {
.qk_footer{
	width: 100%;
	margin-top: 0px;
	font-size: 0;
}
}
	.qk_footer_img{
		width: 1200px;
		height: auto;
		display: block;
		margin: 0 auto 40px;
		cursor: pointer;
		font-size: 0;
	}
	.qk_footer_div1{
		width: 1200px;
		height: auto;
		display: block;
		margin: 20px auto 20px;
	}
		.qk_footer_div1 p{
			width: 100%;
			font-size: 16px;
			line-height: 1;
			padding-bottom: 20px;
			margin-bottom: 20px;
			border-bottom: 1px solid #e1e1e1;
		}
		.qk_footer_div1 a{
			width: auto;
			display: inline-block;
			font-size: 14px;
			margin-right: 20px;
			margin-bottom: 15px;
			cursor: pointer;
		}

	.qk_footer_div2{
		width: 1200px;
		height: 112px;
		padding: 20px calc((100% - 1200px) / 2);
		background: #ececec;
		display: block;
	}
		.qk_footer_d2_d1{
			width: 300px;
			display: inline-block;
			vertical-align: top;
			margin-right: 80px;
		}
			.qk_footer_d2_d1 p{
				width: 100%;
				font-size: 17px;
			}
			.qk_footer_d2_d1 a{
				width: auto;
				font-size: 15px;
				margin-right: 35px;
				cursor: pointer;
				margin-top: 10px;
			}
			.qk_footer_d2_d1 a:nth-child(4n+1){
				margin-right: 0;
			}
		.qk_footer_d2_d2{
			width: 240px;
			display: inline-block;
			vertical-align: top;
			margin-right: 80px;
		}
			.qk_footer_d2_d2 p{
				width: 100%;
				font-size: 17px;
			}
			.qk_footer_d2_d2 a{
				width: auto;
				font-size: 15px;
				margin-right: 35px;
				cursor: pointer;
				margin-top: 10px;
			}
			.qk_footer_d2_d2 a:nth-child(4n+1){
				margin-right: 0;
			}
		.qk_footer_d2_d3{
			width: 160px;
			display: inline-block;
			vertical-align: top;
			margin-right: 100px;
		}
			.qk_footer_d2_d3 p{
				width: 100%;
				font-size: 17px;
			}
			.qk_footer_d2_d3 a{
				width: auto;
				font-size: 15px;
				margin-right: 35px;
				cursor: pointer;
				margin-top: 10px;
			}
			.qk_footer_d2_d3 a:nth-child(2n+1){
				margin-right: 0;
			}
		.qk_footer_d2_d4{
			width: auto;
			display: inline-block;
			vertical-align: top;
			font-size: 0;
		}
			.qk_footer_d2_d4_li{
				width: auto;
				display: inline-block;
				margin-right: 50px;
				padding-top: 4px;
			}	
			.qk_footer_d2_d4_li:last-child{
				margin-right: 0;
			}
				.qk_footer_d2_d4_li .qk_footer_d2_d4_li_img{
					width: 60px;
					padding: 5px;
					border-radius: 4px;
					background: #fff;
				}
				.qk_footer_d2_d4_li p{
					font-size: 16px;
					text-align: center;
					margin-top: 12px;
				}
	.qk_footer_div3{
		width: 100%;
		text-align: center;
		padding: 40px 0 30px;
	}
		.qk_footer_div3 p{
			text-align: center;
			font-size: 14px;
			line-height: 1;
			margin-bottom: 14px;
		}
		.qk_footer_div3 p:last-child{
			margin-bottom: 0;
		}
		.qk_footer_div3 a{
			width: auto;
			height: auto;
			display: inline-block;
			cursor: pointer;
		}

/**/
.qk_introduce{
	width: 100%;
}

/**/
.qk_introduce1{
	width: 100%;
	border: 1px solid #e0e0e0;
	box-sizing: border-box;
	padding: 20px 10px;
}
	.qk_introduce1_d1{
		width: 100%;
		padding-bottom: 20px;
		border-bottom: 1px dashed #e0e0e0;

		display: flex;
		display: -webkit-flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
	}
		.qk_introduce1_d1 img{
			width: 120px;
			height: 120px;
			margin-left: 10px;
		}
		.qk_introduce1_d1 .qk_introduce1_d1_r{
			flex: 1;
			margin-left: 20px;
		}
			.qk_introduce1_d1 .qk_introduce1_d1_r p{
				font-size: 16px;
				color: #ee003c;
				font-weight: bold;
			}
			.qk_introduce1_d1 .qk_introduce1_d1_r p font{
				font-size: 12px;
				color: #6d6d6d;
				font-weight: normal;
			}
			.qk_introduce1_d1 .qk_introduce1_d1_r span{
				font-size: 15px;
				color: #333;
				line-height: 1.7;
				margin-top: 14px;
				display: block;

				display: -webkit-box; 
				-webkit-line-clamp: 2; 
				-webkit-box-orient: vertical; 
				overflow: hidden;
			}
	.qk_introduce1_d2{
		width: 100%;
		font-size: 0;
	}
		.qk_introduce1_d2 p{
			width: 25%;
			font-size: 14px;
			color: #333;
			line-height: 1;
			display: inline-block;
			margin-top: 20px;
		}
		.qk_introduce1_d2 font{
			font-weight: bold;
		}

/**/
.qk_introduce2{
	width: 100%;
	border: 1px solid #e0e0e0;
	box-sizing: border-box;
	padding: 20px 10px;
}
	.qk_introduce2_d1{
		padding-bottom: 17px;
		border-bottom: 1px dashed #e0e0e0;
	}
	.qk_introduce2_d2{
		padding-top: 17px;
	}
	.qk_introduce2_img{
		width: 100%;
		font-size: 16px;

		display: flex;
		display: -webkit-flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
	}
	.qk_introduce2_img.c1{
		color: #f1023b;
		font-weight: bold;
	}
	.qk_introduce2_img.c2{
		color: #4886ff;
		font-weight: bold;
	}
		.qk_introduce2_img img{
			width: 28px;
			height: 28px;
			margin-right: 3px;
		}
	.qk_introduce2_text{
		width: 100%;
		font-size: 14px;
		color: #333;
		margin-top: 10px;
		line-height: 1.5;
		padding-left: 30px;
		box-sizing: border-box;

		display: flex;
		display: -webkit-flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.qk_introduce2_text font{
		font-weight: bold;
	}
	.qk_introduce2_text span{
		flex: 1;
	}

.qk_introduce3{
	width: 100%;
	height: 351px;
	border: 1px solid #e0e0e0;
	box-sizing: border-box;
	padding: 20px 10px;
}
	.qk_introduce3_d1{
		width: 100%;
		padding-bottom: 20px;
		border-bottom: 1px dashed #e0e0e0;

		display: flex;
		display: -webkit-flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
	}
		.qk_introduce3_d1 img{
			width: 120px;
			height: 120px;
			margin-left: 10px;
		}
		.qk_introduce3_d1 .qk_introduce3_d1_r{
			flex: 1;
			margin-left: 20px;
		}
			.qk_introduce3_d1 .qk_introduce3_d1_r p{
				font-size: 16px;
				color: #ee003c;
				font-weight: bold;
			}
			.qk_introduce3_d1 .qk_introduce3_d1_r p font{
				font-size: 14px;
				color: #ee003c;
				font-weight: normal;
				margin-left: 20px;
			}
			.qk_introduce3_d1_r span{
				width: 50%;
				display: inline-block;
				font-size: 12px;
				color: #333;
				line-height: 1;
				padding-top: 14px;
			}
	.qk_introduce3_d2{
		font-size: 15px;
		color: #333;
		text-align: justify;
		text-indent: 24px;
		line-height: 1.7;
		padding: 20px 0;
		border-bottom: 1px dashed #e0e0e0;
	}
	.qk_introduce3_d3{
		font-size: 14px;
		padding-top: 20px;

		display: flex;
		display: -webkit-flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
		flex-wrap: wrap;
	}
		.qk_introduce3_d3 img{
			width: 16px;
			margin-right: 15px;
			color: #333;
		}
		.qk_introduce3_d3 a{
			width: auto;
			height: auto;
			cursor: pointer;
			color: #f3003d;
		}


.qk_introduce4{
	width: 100%;
	height: 351px;
	border: 1px solid #e0e0e0;
	box-sizing: border-box;
	padding: 15px 10px;
}
	.qk_introduce4_text{
		width: 100%;
		font-size: 14px;
		color: #333;
		margin-top: 5px;
		line-height: 1.5;

		display: flex;
		display: -webkit-flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.qk_introduce4_text font{
		font-weight: bold;
	}
	.qk_introduce4_text span{
		flex: 1;
	}
	.qk_introduce4_text:first-child{
		margin: 0;
	}
	.qk_introduce4 > a{
		font-size: 14px;
		line-height: 1.5;
		color: #f3003d;
		margin-top: 10px;
		cursor: pointer;
	}


/* 布局  */
.qk_all{
	width: 1200px;
	display: block;
	margin: 30px auto 0;
	font-size: 0;
}
	.qk_div1{
		width: 339px;
		display: inline-block;
		vertical-align: top;
	}
	.qk_div2{
		width: 460px;
		display: inline-block;
		vertical-align: top;
		margin: 0 31px;
	}
	.qk_div3{
		width: 830px;
		display: inline-block;
		vertical-align: top;
		margin-right: 31px;
		/*margin-top: 30px;*/
	}

	.qk_div4{
		width: 790px;
		display: inline-block;
		margin-right: 30px;
		vertical-align: top;
	}
	.qk_div5{
		width: 380px;
		height: 310px;
		display: inline-block;
		vertical-align: top;
		background: #eeeeee;
		padding: 30px 45px;
		box-sizing: border-box;
	}
		.qk_div5 p{
			width: 118px;
			height: 34px;
			line-height: 34px;
			text-align: center;
			font-size: 15px;
			background: #f3003d;
			color: #fff;
			position: relative;
		}
		.qk_div5 p:after{
			content: '';
			border-top: 9px transparent dashed;
			border-left: 9px transparent dashed;
			border-bottom: 9px transparent dashed;
			border-right: 9px #f3003d solid;
			transform: rotate(45deg); /*顺时针旋转90°*/
			position: absolute;
			bottom: -9px;
			left: -9px;
		}
		.qk_div5 span{
			font-size: 30px;
			font-weight: bold;
			color: #333;
			text-align: justify;
			line-height: 1.8;
			margin-top: 30px;
			display: inline-block;
		}

	.qk_div1_t1{
		width: 100%;
		font-size: 16px;
		color: #333333;
		margin-top: 23px;
		cursor: pointer;
	}
		.qk_div1_t1:hover{
			color: #f3003d;
			text-decoration: underline;
		}

	.qk_div1_d1{
		width: 100%;
		/*height: 90px;*/
		display: flex;
		display: -webkit-flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
		overflow: hidden;
		cursor: pointer;
		margin-top: 20px;
	}
		.qk_div1_d1 a{
			width: auto;
			font-size: 16px;
			color: #333333;
		}
		.qk_div1_d1 a.on{
			color: #f3003d;
		}
		.qk_div1_d1 span{
			font-size: 16px;
			color: #e1e1e1;
			padding: 0 15px;
			line-height: 1;
			margin-bottom: 2px;
		}
		.qk_div1_d1 span:last-child{
			display: none;
		}

	.qk_div2_d1{
		width: 100%;
		height: 90px;
		display: flex;
		display: -webkit-flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		overflow: hidden;
		margin-bottom: 20px;
		cursor: pointer;
	}
	.qk_div2_d1:last-child{
		margin-bottom: 0;
	}
		.qk_div2_d1 img{
			width: 154px;
			height: 90px;
			margin-right: 20px;
		}
		.qk_div2_d1 > div{
			width: calc(100% - 174px);
			height: 100%;
			display: flex;
			display: -webkit-flex;
			flex-direction: column;
			justify-content: space-between;
			align-items: flex-start;
		}
		
			.qk_div2_d1 > div p{
				width: 100%;
				font-size: 17px;
				font-weight: bold;
				color: #343434;
				overflow: hidden;
				white-space: nowrap;
				text-overflow: ellipsis;
			}
			.qk_div2_d1 > div span{
				width: 100%;
				font-size: 14px;
				color: #6d6d6d;
				line-height: 30px;
				height: 60px;
				margin-bottom: -7px;
				display: -webkit-box; 
				-webkit-line-clamp: 2; 
				-webkit-box-orient: vertical; 
				overflow: hidden;
			}

	.img1{
		width: 100%;
		cursor: pointer;
		font-size: 0;
		/*margin-bottom: 30px;*/
		position: relative;
	}
		.img1 p{
			width: 100%;
			font-size: 16px;
			line-height: 1.8;
			position: absolute;
			bottom: 0;
			left: 0;
			background: rgba(0,0,0,0.4);
			color: #fff;
			padding: 4px 6px;
			box-sizing: border-box;
		}
	/*.img2{
		width: 100%;
		cursor: pointer;
	}*/

	.img3{
		width: 100%;
		/*height: 200px;*/
		height: 160px;
		overflow: hidden;
		position: relative;
		cursor: pointer;
	}
		.img3 p{
			width: 100%;
			font-size: 16px;
			line-height: 1.2;
			position: absolute;
			bottom: 0;
			left: 0;
			background: rgba(0,0,0,0.4);
			color: #fff;
			padding: 4px;
			box-sizing: border-box;
			overflow: hidden;
			white-space: nowrap;
			text-overflow: ellipsis;
		}
		.img3:hover p{
			overflow: visible;
			white-space: normal;
		}
		.img3 img{
			 transition:all 0.5s;
		}
		.img3:hover img{
			 transform: scale(1.1); 
		}

	.img4{
		width: 154px;
		height: 90px;
		overflow: hidden;
		position: relative;
		margin-top: 20px;
		margin-right: 31px;
		cursor: pointer;
	}
	.img4:nth-child(2n+1){
		margin-right: 0;
	}
		.img4 p{
			width: 100%;
			font-size: 16px;
			line-height: 1.2;
			position: absolute;
			bottom: 0;
			left: 0;
			background: rgba(0,0,0,0.4);
			color: #fff;
			padding: 4px;
			box-sizing: border-box;
			/*display: none;*/

			overflow: hidden;
			white-space: nowrap;
			text-overflow: ellipsis;
		}
		.img4:hover p{
			overflow: visible;
			white-space: normal;
		}
		.img4 img{
			 transition:all 0.5s;
		}
		.img4:hover img{
			 transform: scale(1.1); 
		}

	.qk_list1{
		width: 100%;
		padding: 6px 0 20px;
		margin-bottom: 16px;
		border-bottom: 1px solid #eee;
	}
		.qk_list1 .p{
			width: 100%;
			line-height: 1;
			font-size: 22px;
			color: #ef003e;
			font-weight: bold;
			padding-bottom: 3px;
			cursor: pointer;
		}
		.qk_list1 .p:hover{
			text-decoration: underline;
		}
		.qk_list1 .span{
			width: 50%;
			font-size: 15px;
			line-height: 1;
			display: inline-block;
			color: #343434;
			margin-top: 15px;
			cursor: pointer;

			overflow: hidden;
			white-space: nowrap;
			text-overflow: ellipsis;
		}
		.qk_list1 .span:hover{
			color: #f3003d;
			text-decoration: underline;
		}

	.qk_list2{
		width: 100%;
		margin-top: 30px;
	}
		.qk_list2 li{
			width: 100%;
			line-height: 1.2;
			font-size: 15px;
			padding-bottom: 21px;
		}
		.qk_list2 li:last-child{
			padding-bottom: 0;
		}
		.qk_list2 li > *{
			display: inline-block;
			line-height: 17px;
			vertical-align: top;
		}
		.qk_list2 li .p{
			width: 40px;
			border-right: 2px solid #5d5d5d;
			box-sizing: border-box;
			margin-right: 8px;
			color: #ef003e;
			cursor: pointer;
		}
		.qk_list2 li .span{
			width: calc((100% - 48px) / 2);
			cursor: pointer;

			overflow: hidden;
			white-space: nowrap;
			text-overflow: ellipsis;
		}
		.qk_list2 li .span:hover{
			text-decoration: underline;
			color: #ef003e;
		}


	.qk_list3{
		width: 100%;
		vertical-align: top;
		/*display: flex;
		display: -webkit-flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;*/
	}
		.qk_list3_img{
			width: 144px;
			cursor: pointer;
			margin-right: 32px;
		}
		.qk_list3_img:last-child{
			margin-right: 0;
		}

		.qk_list3_img2{
			width: 79px;
			cursor: pointer;
			padding: 15px 0 5px;
			margin-right: 22.9px;
		}
		.qk_list3_img2:last-child{
			margin-right: 0;
		}
			.qk_list3_img2 p{
				text-align: center;
				line-height: 1;
				padding-top: 10px;
				font-size: 12px;
				color: #333;
			}
			.qk_list3_img2:hover p{
				color: #f3003c;
			}

		.qk_list3_img3{
			width: 79px;
			cursor: pointer;
			padding: 12px 0;
			margin-right: 22.9px;
		}
		.qk_list3_img3:nth-child(12n){
			margin-right: 0;
		}
			.qk_list3_img3 p{
				text-align: center;
				line-height: 1;
				padding-top: 10px;
				font-size: 16px;
				color: #333;
			}
			.qk_list3_img3:hover p{
				color: #ef003e;
			}

	.qk_list4{
		width: 100%;
		height: 66px;
		vertical-align: top;
		display: flex;
		display: -webkit-flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		margin-top: 55px;
		border-bottom: 1px solid #dfdfdf;
	}
		.qk_list4_l{
			font-size: 0;
		}
			.qk_list4_l p, .qk_list4_l a{
				display: inline-block;
				width: auto;
				/* padding: 0 16px; */
				padding:0 6px;
				/* line-height: 66px; */
				line-height: 55px;
				vertical-align: top;
				text-align: center;
				/* font-size: 18px; */
				font-size:14px;
				color: #333;
				cursor: pointer;
			}
			.qk_list4_l p.on, .qk_list4_l a.on{
				font-size: 20px;
				font-weight: bold;
				color: #ef003e;
				position: relative;
			}
			.qk_list4_l p.on:after, .qk_list4_l a.on:after{
				content: '';
				width: 100%;
				height: 3px;
				background: #ef003e;
				position: absolute;
				bottom: -3px;
				left: 0;
			}
		.qk_list4_r{
			
		}
			.qk_list4_r p{
				font-size: 14px;
				color: #343434;
				cursor: pointer;
				display: inline-block;
			}
			.qk_list4_r p.on{
				font-size: 14px;
				color: #f3003c;
			}
			.qk_list4_r a{
				font-size: 14px;
				color: #343434;
				cursor: pointer;
				display: inline-block;
			}
			.qk_list4_r a.on{
				font-size: 14px;
				color: #f3003c;
			}
			.qk_list4_r span{
				font-size: 14px;
				color: #343434;
				cursor: pointer;
				padding: 0 16px;
			}
			.qk_list4_r span:last-child{
				display: none;
			}


		.qk_list5{
			width: 100%;
			height: 153px;
			vertical-align: top;
			display: flex;
			display: -webkit-flex;
			flex-direction: row;
			justify-content: space-between;
			align-items: center;
			margin-top: 20px;
			font-size: 0;
		}
			.qk_list5 img{
				width: 260px;
				height: 153px;
				display: inline-block;
				margin-right: 30px;
			}
			.qk_list5_r{
				width: calc(100% - 260px);	
				height: 100%;			
			}
				.qk_list5_r > p{
					font-size: 16px;
					color: #333333;
					font-weight: bold;
					margin-bottom: 7px;
				}
				.qk_list5_r > span{
					font-size: 14px;
					line-height: 2;
					text-align: justify;

					display: -webkit-box; 
					-webkit-line-clamp: 2; 
					-webkit-box-orient: vertical; 
					overflow: hidden;
				}
				.qk_list5_r_b{
					width: 100%;
					margin-top: 35px;

					display: flex;
					display: -webkit-flex;
					flex-direction: row;
					justify-content: space-between;
					align-items: center;
				}
					.qk_list5_r_b p{
						font-size: 14px;
						color: #ef013d;
						padding: 6px 25px;
						border: 1px solid #e1e1e1;
						border-radius: 4px;
						/* width: 67px; */
						width:75px;
                        text-align: center;
					}
					.qk_list5_r_b font{
						width: auto;
						font-size: 14px;
					}


	.qk_list6{
		width: 100%;
		vertical-align: top;
		border-bottom: 1px solid #eeeeee;
	}
		.qk_list6 p{
			font-size: 22px;
			color: #f3003d;
			font-weight: bold;
		}
		.qk_list6 span{
			font-size: 16px;
			color: #333333;
			line-height: 1.8;
			margin-top: 6px;
			display: block;
			margin-bottom: 18px;
		}

	.qk_list7{
		width: width: 100%;
		vertical-align: top;
		font-size: 0;
	}
		.qk_list7 a{
			width: 48.5%;
			height: auto;
			margin-right: 3%;
			margin-top: 3%;
			font-size: 16px;
			color: #333333;
			display: inline-block;
			cursor: pointer;

			overflow: hidden;
			white-space: nowrap;
			text-overflow: ellipsis;
		}
		.qk_list7 a:nth-child(2n){
			margin-right: 0;
		}

	.qk_list8{
		width: 100%;
		font-size: 0;

	}
		.qk_list8 a{
			width: 31.6%;
			margin-right: 2.6%;
			height: auto;
			margin-top: 2%;
			font-size: 16px;
			color: #333333;
			display: inline-block;
			cursor: pointer;
			padding-bottom: 10px;
			border-bottom: 1px solid #ececec;

			overflow: hidden;
			white-space: nowrap;
			text-overflow: ellipsis;
		}
		.qk_list8 a:nth-child(3n){
			margin-right: 0;
		}

	.qk_list9{
		width: 100%;
		font-size: 0;
	}
		.qk_list9 > *{
			width: calc((100% - 60px) / 3);
			margin-right: 30px;
			height: auto;
			margin-top: 30px;              
			display: inline-block;
			cursor: pointer;
			border: 1px solid #ececec;
			padding: 20px 10px;
			box-sizing: border-box;
			
		}
		.qk_list9 > *:nth-child(3n){
			margin-right: 0;
		}
		.qk_list9 > * > div{
			width: 100%;

			display: flex;
			display: -webkit-flex;
			flex-direction: row;
			justify-content: flex-start;
			align-items: center;
		}
			.qk_list9 > * > div img{
				width: 110px;
			}
			.qk_list9 > * > div p{
				font-size: 20px;
				color: #333;
				margin-left: 20px;
			}
			.qk_list9 > * > div font{
				font-size: 14px;
				color: #6d6d6d;
			}
		.qk_list9 > * > span{
			width: 100%;
			line-height: 2;
			font-size: 12px;
			text-align: justify;
			text-indent: 24px;
			margin-top: 12px;

			display: -webkit-box; 
			-webkit-line-clamp: 3; 
			-webkit-box-orient: vertical; 
			overflow: hidden;
		}
		.qk_list9 > * > p{
			width: 100%;
			font-size: 15px;
			color: #333333;
			margin-top: 26px;
		}
		
		.user-article-title:hover{
			
			color:#f2003d;
			
		}


	.qk_list10{
		width: 100%;
		font-size: 0;
	}
		.qk_list10 ul{
			width: calc((100% - 60px) / 3);
			margin-right: 30px;
			height: auto;
			/*margin-bottom: 30px;*/
			display: inline-block;
			/*cursor: pointer;*/
			/*border: 1px solid #ececec;*/
			padding: 20px 10px;
			box-sizing: border-box;
		}
		.qk_list10 ul:nth-child(3n){
			margin-right: 0;
		}
			.qk_list10_t{
				width: 100%;
				border-bottom: 1px solid #ececec;
				padding-bottom: 15px;
				margin-bottom: 12px;

				display: flex;
				display: -webkit-flex;
				flex-direction: row;
				justify-content: space-between;
				align-items: center;
			}
				.qk_list10_t p{
					font-size: 20px;
					color: #f2003f;
				}
				.qk_list10_t span, .qk_list10_t a{
					font-size: 15px;
					color: #323232;
					cursor: pointer;
				}
			.qk_list10_d{
				width: 100%;
				margin-bottom: 12px;
				cursor: pointer;

				display: flex;
				display: -webkit-flex;
				flex-direction: row;
				justify-content: space-between;
				align-items: center;
			}
				.qk_list10_d p{
					width: 70%;
					font-size: 15px;
					color: #323232;
				}
				.qk_list10_d p.on{
					color: #f2003f;
				}
				.qk_list10_d span{
					font-size: 15px;
					color: #f2003f;
					line-height: 1;
					padding: 4px 4px;
					border: 1px solid #f2003f;
					border-radius: 4px;
				}

	.qk_list11{
		width: 100%;
		font-size: 0;
	}
		.qk_list11_div_absolute{
			width: 300px;
			position: absolute;
			top: 95%;
			z-index: 9;

			/*padding: 10px;*/
			padding-top: 14px;
            border-radius: 4px;
            background: #fff;
            font-size: 0;
            -moz-box-shadow:0 0 10px rgba(0,0,0,0.3); 
            -webkit-box-shadow:0 0 10px rgba(0,0,0,0.3); 
            box-shadow:0 0 10px rgba(0,0,0,0.3);
		}
		.qk_list11_div_absolute:after{
			content: '';
        	width: 0;
		    height: 0;
		    border-bottom: 10px solid #fff;
		    border-right: 10px solid transparent;
		    border-left: 10px solid transparent;
		    position: absolute;
		    left: 50%;
            top: -10px;
            transform: translate(-50%,0);
            -webkit-transform:translate(-50%,0);
		}
		.qk_list11_div_absolute.a1{
			left: 150px;
			display: none;
		}
		.qk_list11_div_absolute.a2{
			right: 150px;
			display: none;
		}
		.qk_list11_div_absolute span{
			display: block;
			width: 100%;
			font-size: 18px;
			text-align: center;
			margin-bottom: 14px;
		}
		.qk_list11_div_absolute li.al1 > img{
			width: 46px;
			height: 46px;
			border: 2px solid transparent;
			border-radius: 50%;
		}
		.qk_list11_div_absolute li.al1 p{
			font-size: 14px;
			text-align: center;
			margin-top: 0;
			color: #999;
		}
		.qk_list11_div_absolute li.al1{
			display: inline-block;
			margin-left: 20px;
   			margin-bottom: 24px;
   			cursor: pointer;
		}
		.qk_list11_div_absolute li.al1:hover img{
			border: 2px solid #666;
		}
		.qk_list11_div_absolute li.al1:hover p{
			color: #000;
		}

		.qk_list11_div{
			width: 100%;
			border: 1px solid #e1e1e1;
			box-sizing: border-box;
			padding-top: 20px;
			padding-bottom: 40px;
			position: relative;

			display: flex;
			display: -webkit-flex;
			flex-direction: row;
			justify-content: center;
			align-items: center;
		}
			.qk_list11_div li{
				width: auto;
			}
				.qk_list11_div > img{
					width: 208px;
					padding: 0 94px;
				}
				.qk_list11_div li > img{
					width: 166px;
					margin: 0 auto;
					display: block;
				}
				.qk_list11_div li > p{
					font-size: 28px;
					color: #333;
					text-align: center;
					margin-top: 14px;
					cursor: pointer;
				}

				.qk_list11_btn{
					width: 172px;
					height: 48px;
					line-height: 48px;
					font-size: 28px;
					text-align: center;
					color: #fff;
					background: #fd4d3e;
					border-radius: 30px;
					cursor: pointer;

					position: absolute;
					bottom: -24px;
					left: 50%;
					margin-left: -86px;
				}

	.qk_list12{
		width: 100%;
		font-size: 0;
		padding-top: 20px;
	}
		.qk_list12 a{
			width: 33.33%;
			margin-top: 20px;
			/* font-size: 14px; */
			font-size:16px;
			color: #333;
			position: relative;
			cursor: pointer;
			text-indent: 11px;
		}
		.qk_list12 a:after{
			content: '';
			border: 2px solid #000;
			border-radius: 50%;
			position: absolute;
			left: 0;
			top: 50%;
			transform: translate(0,-50%);
			-webkit-transform:translate(0,-50%);
		}
		.qk_list12 a:nth-child(1){
			margin-top: 0;
		}
		.qk_list12 a:nth-child(2){
			margin-top: 0;
		}
		.qk_list12 a:nth-child(3){
			margin-top: 0;
		}
		.qk_list12 a:hover{
			color: #f3003d;
		}

	.qk_list13{
		width: 100%;
		font-size: 0;
		/*padding-top: 20px;*/
	}
		.qk_list13_li{
			width: calc((100% - 30px) / 2);
			height: 129px;
			margin-right: 30px;
			margin-top: 30px;

			display: inline-flex;
			display: -webkit-inline-flex;
			flex-direction: row;
			justify-content: flex-start;
			align-items: flex-start;
		}
		.qk_list13_li:nth-child(2n){
			margin-right: 0;
		}
			.qk_list13_li_l{
				width: auto;
				height: 100%;
				position: relative;
			}
				.qk_list13_li_l img{
				/* 	width: auto;
					height: 100%; */
					width: 154px;
    height: 129px;
				}
				.qk_list13_li_l p{
					width: 100%;
				    font-size: 16px;
				    line-height: 1.2;
				    position: absolute;
				    bottom: 0;
				    left: 0;
				    background: rgba(0,0,0,0.4);
				    color: #fff;
				    padding: 4px;
				    box-sizing: border-box;
				    

				    overflow: hidden;
					white-space: nowrap;
					text-overflow: ellipsis;
				}
				.qk_list13_li_l:hover p{
					overflow: visible;
					white-space: normal;
				}
			.qk_list13_li_r{
				flex: 1;
				height: 100%;
				margin-left: 20px;

				display: inline-flex;
				display: -webkit-inline-flex;
				flex-direction: column;
				justify-content: space-between;
				align-items: center;

				overflow: hidden;
				white-space: nowrap;
				text-overflow: ellipsis;
			}
				.qk_list13_li_r a{
					width: 100%;
					height: auto;
					font-size: 15px;
					line-height: 1;
				}

	.qk_list14{
		width: 100%;
		font-size: 0;
	}
		.qk_list14 a{
			width: calc((100% - 30px) / 2);
			margin-right: 30px;
			margin-top: 40px;

			display: inline-flex;
			display: -webkit-inline-flex;
			flex-direction: row;
			justify-content: flex-start;
			align-items: center;
		}
		.qk_list14 a:nth-child(1){
			margin-top: 20px;
		}
		.qk_list14 a:nth-child(2){
			margin-top: 20px;
		}
		.qk_list14 a:nth-child(2n){
			margin-right: 0;
		}
			.qk_list14 a img{
				width: 58px;
				height: auto;
				margin-right: 10px;
			}
			.qk_list14 .qk_list14_r{
				flex: 1;

				display: inline-flex;
				display: -webkit-inline-flex;
				flex-direction: column;
				justify-content: center;
				align-items: flex-start;
			}
				.qk_list14 .qk_list14_r p{
					font-size: 20px;
					font-weight: bold;
					color: #333;

					overflow: hidden;
					white-space: nowrap;
					text-overflow: ellipsis;
				}
				.qk_list14 .qk_list14_r span{
					font-size: 15px;
					color: #333;
					margin-top: 6px;

					overflow: hidden;
					white-space: nowrap;
					text-overflow: ellipsis;
				}

	.qk_list15{
		width: 100%;
		font-size: 0;
		overflow: hidden;
	}
		.qk_list15 a{
			width: calc((100% - 60px) / 3);
			margin-right: 30px;
			margin-top: 30px;
			display: inline-block;
			position: relative;
			cursor: pointer;
			overflow: hidden;
		}
		.qk_list15 a img{
			transition: all 0.5s;
		}
		.qk_list15 a:hover img{
			transform: scale(1.05);
		}
		.qk_list15 a:nth-child(3n){
			margin-right: 0;
		}
		.qk_list15 a p{
			display: none;
		}
		.qk_list15 .qk_list15_d{
			width: 100%;
			background: rgba(0,0,0,0.5);
			color: #fff;
			padding: 10px;
			box-sizing: border-box;

			position: absolute;
			bottom: 0;
			left: 0;
		}
			.qk_list15_d > p{
				width: 100%;
				text-align: center;
				font-weight: bold;
				font-size: 16px;
				margin-bottom: 12px;
				margin-top: 4px;
			}
			.qk_list15_d > span{
				font-size: 14px;
				display: flex;
				display: -webkit-flex;
				flex-direction: row;
				justify-content: space-between;
				align-items: center;
			}

	.qk_list16{
		width: 100%;
		font-size: 0;
	}
		.qk_list16 a{
			width: calc((100% - 50px) / 6);
			font-size: 15px;
			line-height: 36px;
			text-align: center;
			border: 1px solid #e1e1e1;
			box-sizing: border-box;
			margin-right: 10px;
			margin-bottom: 10px;
			display: inline-block;
			position: relative;
			cursor: pointer;
		}
		.qk_list16 a:nth-child(6n){
			margin-right: 0;
		}
		.qk_list16 a:hover{
			background: #f3003d;
			color: #fff;
			border: 1px solid #f3003d;
		}

	.qk_list17{
		width: 750px;
		display: block;
		margin: 0 auto;
		font-size: 0;
	}
		.qk_list17 img{
			width: auto;
			height: 45px;
			margin: 0 auto;
			display: block;
		}
		.qk_list17 .qk_list17_div1{
			width: 100%;
			border: 1px solid #f3003d;
			box-sizing: border-box;
			font-size: 20px;
			margin-top: 30px;
			margin-bottom: 20px;

			display: flex;
			display: -webkit-flex;
			flex-direction: row;
			justify-content: center;
			align-items: center;
		}
			.qk_list17 .qk_list17_div1 span{
				color: #f3003d;
				width: 80px;
				line-height: 58px;
				text-align: center;
				border-right: 1px solid #f3003d;
			}
			.qk_list17 .qk_list17_div1 input{
				width: calc(100% - 210px);
				line-height: 58px;
				color: #f3003d;
				text-indent: 18px;
				font-size: 20px;
			}
			.qk_list17 .qk_list17_div1 p{
				width: 130px;
				color: #fff;
				background: #f3003d;
				text-align: center;
				line-height: 58px;

			}


		.qk_list17 .qk_list17_div2{
			width: 100%;
			font-size: 16px;
			text-align: center;

			/*display: flex;
			display: -webkit-flex;
			flex-direction: row;
			justify-content: center;
			align-items: center;*/
		}
		.qk_list17_div2 > *{
			width: auto;
			height: auto;
			line-height: 1;
			display: inline-block;
		}
		.qk_list17_div2 p{
			color: #f3003d;
		}
		.qk_list17_div2 a{
			margin-right: 20px;
			cursor: pointer;
		}
		.qk_list17_div2 a:hover{
			color: #f3003d;
		}

.qk_list18{
	width: 100%;
	font-size: 0;
}
	.qk_list18 li{
		width: 100%;
	}

	.qk_list18 li > a{
		width: calc( (100% / 7 ) - 32px);
		font-size: 16px;
		height: 48px;
		line-height: 48px;
		color: #333;
		margin-left: 32px;
		cursor: pointer;

		display: inline-flex;
		display: -webkit-inline-flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
	}
	.qk_list18 li > a.f_hh{
		margin-left: calc( (100% / 7 ) + 32px);
	}

	.qk_list18 li a:hover{
		color: #ef003e;
	}

	.qk_list18 li a.f_wB{
		font-weight: bold;
	}
	.qk_list18 li a.t_cRed{
		color: #f3003d;
	}
	.qk_list18 li a.t_cRed > p{
		color: #f3003d;
		border-radius: 50%;
		line-height: 1;
		display: inline-block;
		padding: 3px;
		font-size: 12px;
		border: 1px solid #f3003d;
		margin-bottom: 16px;
		margin-left: 3px;
	}

	.qk_introduce_table{
		width: 100%;
		box-sizing: border-box;
		border: 1px solid #e1e1e1;
		border-bottom: none;
		border-top: none;
	}
		.qk_introduce_table > *, .qk_introduce_table_title{
			width: 100%;
			height: 78px;
			font-size: 20px;
			font-weight: bold;
			text-align: center;
			color: #333;
			border-bottom: 1px solid #e1e1e1;
			cursor: pointer;

			display: flex;
			display: -webkit-flex;
			flex-direction: column;
			justify-content: center;
			align-items: center;
		}
		.qk_introduce_table > *.on{
			color: #f2003d;
		}
		.qk_introduce_table_title{
			background: #f2003d;
			color: #fff;
			border: none;
		}

	.qk_introduce_text{
		width: 100%;
		padding: 25px;
		border: 1px solid #e1e1e1;
		box-sizing: border-box;
	}
		.qk_introduce_text p{
			font-size: 30px;
			font-weight: bold;
			color: #333;
			text-align: center;
			margin-bottom: 6px;
		}
		.qk_introduce_text span{
			display: block;
			font-size: 16px;
			color: #333;
			text-indent: 32px;
			line-height: 2.2;
		}
	.slider img{
        width: 790px;
        vertical-align: top;
        margin-right: 30px;
    }
	.swiper-container2 {
    width: 1200px;
    height: 310px;
}  
	
.slider img{
    transition:all 0.5s ease-out;
}
.slider img:hover{
    transform:scale(1.1);
}
.slider .img1{
    width: 790px;
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
    overflow: hidden;
}

.qk_div5 span:hover{
    color: #f3003d;
}
/* --------------------------------------------------------- */
.qk_gn1{
	width: 100%;
	border: 1px solid #e1e1e1;
	box-sizing: border-box;
	background: #fef2da;
	font-size: 0;
}
	.qk_gn1_l{
		width: calc(100% - 610px - 80px);
		display: inline-block;
		vertical-align: top;
		padding: 10px 0;
	}
		.qk_gn1_l > a{
			width: 100%;
			text-align: center;
			padding: 14px 0;
		}
			.qk_gn1_l > a > img{
				width: 60px;
				margin-bottom: 10px;
				display: none;
			}
			
			.qk_gn1_l > a > .qk_gn1_l_d1{
				display: flex;
				display: -webkit-flex;
				flex-direction: row;
				justify-content: center;
				align-items: center;

				font-size: 16px;
				color: #541f00;
			}
			.qk_gn1_l > a > .qk_gn1_l_d1:hover{
				color: #f52650;
			}
				.qk_gn1_l > a > .qk_gn1_l_d1 img{
					width: 12px;
					margin-right: 13px;
				}
				.qk_gn1_l > a > .qk_gn1_l_d1 font{
					opacity: 0;
				}

				.qk_gn1_l > a.active > img{
					display: inline-block;
				}
				.qk_gn1_l > a.active > .qk_gn1_l_d1{
					color: #f52650;
				}
				.qk_gn1_l > a.active > .qk_gn1_l_d1 font{
					opacity: 1;
				}

	.qk_gn1_r{
		width: 610px;
		padding: 0 40px;
		display: inline-block;
		vertical-align: top;

		font-size: 14px;
	}

	.qk_gn1_r_d1{
		width: 100%;
		font-size: 15px;
		color: #333;
		padding-top: 34px;

		display: flex;
		display: -webkit-flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
	}
		.qk_gn1_r_d1 a{
			padding: 4px 28px;
			border-right: 1px solid rgba(0,0,0,0.2);
		}
		.qk_gn1_r_d1 a:hover{
			color: #f52650;
		}
		.qk_gn1_r_d1 a:last-child{
			border-right: none;
		}
	.qk_gn1_r_d2{
		width: 100%;
		color: #333;
		padding-bottom: 17px;
		border-bottom: 1px solid rgba(0,0,0,0.2);
		overflow: hidden;
	}
		.qk_gn1_r_d2 .p1{
			width: 100%;
			font-size: 20px;
			text-align: center;
			font-weight: bold;
			margin-top: 30px;
		}
		.qk_gn1_r_d2 .p2{
			width: 100%;
			font-size: 14px;
			text-align: center;
			margin-top: 4px;
		}

	.qk_gn1_r_d3{
		width: 100%;
		font-size: 0;
	}
		.qk_gn1_r_d3 li{
			width: 48%;
			margin-right: 4%;
			display: inline-flex;
			display: -webkit-inline-flex;
			flex-direction: row;
			justify-content: flex-start;
			align-items: center;
			margin-top: 16px;
		}
		.qk_gn1_r_d3 li:nth-child(2n){
			margin-right: 0;
		}
		.qk_gn1_r_d3 li p{
			font-size: 14px;
			color: #333;
		}
		.qk_gn1_r_d3 li > div{
			width: 70%;
			height: 16px;
			border-radius: 16px;
			overflow: hidden;
			margin: 0 13px;
			background: #fff;
		}
		.qk_gn1_r_d3 li > div span{
			display: block;
			height: 100%;
			background: #ff8262;
		}
		.qk_gn1_r_d3 li:nth-child(3n - 1) > div span{
			background: #fdcbfe;
		}
		.qk_gn1_r_d3 li:nth-child(3n) > div span{
			background: #f0e29b;
		}

	.qk_gn1_r_d4{
		text-indent: 32px;
		font-size: 16px;
		line-height: 2;
		color: #333;
		margin-top: 16px;
	}

	.qk_gn1_r_d5{
		width: 100%;
		margin-top: 25px;

		display: flex;
		display: -webkit-flex;
		flex-direction: row;
		justify-content: space-around;
		align-items: center;
	}
		.qk_gn1_r_d5 li{
			width: 116px;
			height: 116px;
			border: 1px solid rgba(0,0,0,0.2);
			overflow: hidden;
			border-radius: 50%;
			text-align: center;
		}
		.qk_gn1_r_d5 li p{
			height: 70px;
			line-height: 80px;
			background: #ffefce;
			font-size: 22px;
			color: #522000;
		}
		.qk_gn1_r_d5 li span{
			display: block;
			height: 46px;
			line-height: 40px;
			background: #fedd9a;
			font-size: 16px;
			color: #522000;
		}

	.qk_gn1_bg1{
		background: #fff;
		overflow: hidden;
	}
	.qk_gn1_b{
		width: calc(100% - 40px);
		margin: 0 20px;
		margin-top: 40px;
		border-top: 1px dashed rgba(0,0,0,0.2);
		box-sizing: border-box;

		padding: 38px 30px;
	}
		.qk_gn1_b a{
			font-size: 14px;
			color: #333;
			display: block;
			margin-bottom: 20px;
			font-weight: bold;
		}
		.qk_gn1_b a:last-child{
			margin-bottom: 0;
		}

	.qk_gn2{
		width: 100%;
		font-size: 0;
	}
		.qk_gn2_l{
			width: 175px;
			height: 610px;
			margin-right: 22px;
			background: #fef2da;
			display: inline-block;
		}
		.qk_gn2_l > a:first-child{
			margin-top: 60px;
		}
		.qk_gn2_l > a{
			width: 100%;
			text-align: center;
			padding: 16px 0;
		}
			
			.qk_gn2_l > a > .qk_gn2_l_d1{
				display: flex;
				display: -webkit-flex;
				flex-direction: row;
				justify-content: center;
				align-items: center;

				font-size: 16px;
				color: #541f00;
			}
				.qk_gn2_l > a > .qk_gn2_l_d1:hover{
					color: #f52650;
				}
				.qk_gn2_l > a > .qk_gn2_l_d1 img{
					width: 12px;
					margin-right: 13px;
				}
				.qk_gn2_l > a > .qk_gn2_l_d1 font{
					opacity: 0;
				}

				.qk_gn2_l > a.active > .qk_gn2_l_d1{
					color: #f52650;
				}
				.qk_gn2_l > a.active > .qk_gn2_l_d1 font{
					opacity: 1;
				}

		.qk_gn2_r{
			width: calc(100% - 197px);
			height: 610px;
			display: inline-block;
			vertical-align: top;
			background: #fef2da;
		}
			.qk_gn2_r_d{
				width: 660px;
				height: 550px;
				padding: 10px;
				box-sizing: border-box;
				background: #c9c9c9;
				margin-left: 230px;
				margin-top: 36px;
				/*overflow: hidden;*/
				z-index: 1;
				position: relative;
			}
			.qk_gn2_r_d:after{
				content: "";
				background: #fff;
				position: absolute;
				top: -8px;
				left: -8px;
				z-index: -1;
				width: 100%;
				height: 100%;
			}
				.qk_gn2_r_d form{
					width: 100%;
					height: 100%;
					margin-top: -8px;
					margin-left: -8px;
					box-sizing: border-box;
					border: 1px solid #e0e0e0;
					padding: 20px 40px;
					position: relative;
					z-index: 2;
					background: #fff;
				}
				.qk_gn2_r_d form > div{
					width: 100%;
					text-align: right;
					font-size: 0;
				}

				.qk_gn2_r_d form > div a{
					width: 100px;
					font-size: 16px;
					color: #01c0dc;

					display: inline-flex;
					display: -webkit-inline-flex;
					flex-direction: row;
					justify-content: flex-start;
					align-items: center;
				}
				.qk_gn2_r_d form > div img{
					width: 30px;
				}
				.qk_gn2_r li{
					display: inline-block;
					font-size: 16px;
    				color: #333;
    				margin-top: 25px;
				}
				.qk_gn2_r li.li1{
					width: 250px;
				}
				.qk_gn2_r li.li2{
					width: 300px;
				}
				.qk_gn2_r li.li2 input{
					width: 236px;
				}
				.qk_gn2_r li > input{
					flex: 1;
				    height: 30px;
				    margin-left: 12px;
				    display: inline-block;
				    box-sizing: border-box;
				    position: relative;
				    border: 1px solid #e1e1e1;
				    border-radius: 4px;
				    text-indent: 10px;
				}

				.qk_gn2_r li.li3{
					margin-right: 150px;
				}
				.qk_gn2_r li.li3 label {
				    font-size: 16px;
				    color: #333;
				    display: inline-block;
				    margin-right: 12px;
				    margin-left: 8px;
				}
				.qk_gn2_r li.li3 label input{
					width: 16px;
				    height: 16px;
				    -webkit-appearance: radio;
				    display: inline-block;
				    vertical-align: top;
				    margin-top: 3px;
				    margin-right: 4px;
				}

				.qk_gn2_r li.li4 label {
				    font-size: 16px;
				    color: #333;
				    display: inline-block;
				    margin-right: 12px;
				    margin-left: 8px;
				}
				.qk_gn2_r li.li4 label input{
					width: 16px;
				    height: 16px;
				    -webkit-appearance: radio;
				    display: inline-block;
				    vertical-align: top;
				    margin-top: 3px;
				    margin-right: 4px;
				}

				.li5{
					width: 100%;
				}
					.li5 > div{
						width: 100%;
						margin-top: 12px;
					}

					.li5 > div select {
					    width: 74px;
					    height: 30px;
					    border: 1px solid #e1e1e1;
					    font-size: 15px;
					    border-radius: 4px;
					    margin-right: 4px;
					    text-indent: 4px;
					}

					.li5 > div span {
					    font-size: 15px;
					    color: #333;
					    display: inline-block;
					    margin-right: 10px;
					}
				
				.qk_gn2_r li.li6{
					width: 100%;
					font-size: 0;
				}
				.li6 > p{
					width: 100px;
					font-size: 16px;
					display: inline-block;
					vertical-align: top;
				}
				.li6 > div{
					width: calc(100% - 100px);
					display: inline-block;
				}

				.qk_gn2_r li.li6 label {
					width: 30%;
				    font-size: 16px;
				    color: #333;
				    display: inline-block;
				    margin-right: 30px;
				    margin-bottom: 12px;
				}
				.qk_gn2_r li.li6 label input{
					width: 16px;
				    height: 16px;
				    -webkit-appearance: radio;
				    display: inline-block;
				    vertical-align: top;
				    margin-top: 3px;
				    margin-right: 4px;
				}

				.qk_gn2_r li.li7{
					width: 100%;
					font-size: 0;
					margin-top: 40px;
				}
				.qk_gn2_r li.li7 *:nth-child(1){
					width: 320px;
					height: 44px;
					line-height: 44px;
					text-align: center;
					color: #fff;
					border-radius: 6px;
					background: #f2003d;
					font-size: 16px;
					margin-right: 27px;
					cursor: pointer;
					margin-left: 0;
				}
				.qk_gn2_r li.li7 *:nth-child(2){
					width: 210px;
					line-height: 44px;
					text-align: center;
					color: #323232;
					border-radius: 6px;
					background: #dadada;
					font-size: 16px;
					cursor: pointer;
				}

				.qk_gn2_r li.li8{
					width: 100%;
					margin-top: 55px;
					color: #f2003d;
					/*text-align: center;*/
				}
	.qk_gn3{

	}
		.qk_gn3_t1{
			width: 100%;
			padding: 0 30px;
			box-sizing: border-box;
			color: #f2003d;
			font-size: 24px;
			font-weight: bold;
			margin-top: 42px;
		}
		.qk_gn3_t2{
			width: 100%;
			padding: 0 30px;
			box-sizing: border-box;
			color: #333;
			font-size: 16px;
			margin-top: 15px;
			line-height: 1.9;
			text-indent: 32px;
		}

		.qk_gn3_d1{
			width: 100%;
			color: #fff;
			background: #b6b6b6;
			margin: 40px 0;
		}
			.qk_gn3_d1 a{
				width: 10%;
				font-size: 20px;
				line-height: 50px;
				text-align: center;
				cursor: pointer;
			}
			.qk_gn3_d1 a.active{
				background: #f2003d;
			}
			.qk_gn3_d1 a:hover{
				background: #f2003d;
			}
		.qk_gn3_d2{
			width: 100%;
			margin-bottom: 28px;
		}
		.qk_gn3_d2:last-child{
			margin-bottom: 0;
		}

			.qk_gn3_d2 .p {
			    width: 100%;
			    line-height: 1;
			    font-size: 22px;
			    color: #ef003e;
			    font-weight: bold;
			    padding: 20px 0;
			    text-align: center;
			    cursor: pointer;
			}
			.qk_gn3_d2 .p:hover{
				color: #ef003e;
				text-decoration: underline;
			}
			.qk_gn3_d2 .span {
			    width: 47%;
			    font-size: 15px;
			    line-height: 1;
			    display: inline-block;
			    color: #343434;
			    margin-top: 15px;
			    cursor: pointer;
			    overflow: hidden;
			    white-space: nowrap;
			    text-overflow: ellipsis;
			}
			.qk_gn3_d2 .span:nth-child(2n-1){
				margin-right: 4%;
			}
			.qk_gn3_d2 .span:hover{
				color: #ef003e;
				text-decoration: underline;
			}

@media screen and (min-width:100px) and (max-width:750px){
    .slider .img1 {
    width: 100%;
    vertical-align: top;
    margin-right: 0;
    }
	.slider img{
        width: 100%;
        vertical-align: top;
        margin-right: 0;
    }

  	.wrap{
  		width: 100%;
 	}
	/* 头部 */
	.qk_header{
		width: 100%;
		height: 1.333333rem;
		margin: 0 auto;
		display: block;	

		display: flex;
		display: -webkit-flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}

	.wrap .aMb30{
		margin-bottom: 15px;
	}

	.wrap .aMt30{
		margin-top: 15px;
	}

	.wrap .aP10{
		padding: 10px;
		box-sizing: border-box;
	}
	.wrap .aPb20{
		padding-bottom: 20px;
	}
	.wrap .aMt20{
		margin-top: 20px;
	}

	.wrap .aMl30{
		margin-left: 0;
	}

	.wrap .aMt33{
		margin-top: 0;
	}
	.wrap .aMt34{
		margin-top: 0;
	}
	.wrap .aMt40{
		margin-top: 0;
	}

	.wrap .uStyle1{
		height: 44px;
		margin-top: 10px;
	}
	.wrap .uStyle1 p{
		line-height: 44px;
	}
	.wrap .uStyle1 p.on{
		line-height: 44px;
		font-size: 20px;
		padding: 0 11px;
		font-weight: normal;
	}

	.log{
		width: auto;
		height: 100%;
		margin-left: 10px;
	}

	.qk_header_right{
		flex: 1;
		display: flex;
		display: -webkit-flex;
		flex-direction: row;
		justify-content: flex-end;
		align-items: center;

		color: #333333;
	}
		.qk_header_p1{
			font-size: 12px;
			border: 1px solid #e1e1e1;
			padding: 6px 17px;
			/*padding: 6px 7px;*/
			border-radius: 18px;
			margin-right: 10px;
		}
		.qk_header_div1{
			/*display: none;*/
			margin-right: 10px;
			margin-left: 0;
		}
    	.qk_header_div1_complaint{
    		border: 1px solid #f0003d;
    		color: #f0003d;
    		padding: 2px;
    		border-radius: 4px;
    	}
	.qk_header_search{
		display: none;
	}

	.qk_introduce1_d2{
		width: 100%;
		font-size: 0;
	}
		.qk_introduce1_d2 p{
			width: 50%;
			font-size: 14px;
			color: #333;
			line-height: 1;
			display: inline-block;
			margin-top: 20px;
		}
		.qk_introduce1_d2 font{
			font-weight: bold;
		}


	/* 导航栏 */
	.qk_navigation{
		width: 100%;
		height: auto;
		margin: 0 auto;
		/*max-height: 100px;*/
		background: #f2003d;
		font-size: 0;
	}
		.qk_navigation ul{
			width: 100%;
			margin: 0 auto;
			position: relative;

			height: 100px;
			overflow: hidden;

			display: flex;
			display: -webkit-flex;
			flex-direction: row;
			justify-content: flex-start;
			align-items: center;
			flex-wrap: wrap;
		}
			.qk_navigation ul li, .qk_navigation ul a{
				min-width: 16.66%;
				text-align: center;
				display: inline-block;
				line-height: 50px;
				height: 50px;
				padding: 0;
				color: #fff;
				font-size: 16px;
			}
			.qk_navigation ul li.on, .qk_navigation ul a.on{
				background: #d20041;
			}
	.qk_navigation ul li.icon1{
		display: inline-flex;
		display: -webkit-inline-flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;

		transform:rotate(180deg);
        -webkit-transform:rotate(180deg); 
        -moz-transform:rotate(180deg);

		position: absolute;
		bottom: 0;
		right: 0;
	}
	.qk_navigation ul li.icon1.on{
		transform:rotate(0deg);
        -webkit-transform:rotate(0deg); 
        -moz-transform:rotate(0deg);
	}
	.qk_navigation ul li.icon1 img{
		width: 26px;
		height: auto;
	}


	/* 导航栏2 */
	.qk_navigation_list{
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
		height: 50px;
		background: #eeeeee;
		font-size: 0;
	}
		.qk_navigation_list ul{
			width: 100%;
			margin: 0 auto;
		    overflow: scroll;
		    white-space: nowrap;
		}
			.qk_navigation_list ul li, .qk_navigation_list ul a{
				width: auto;
				display: inline-block;
				line-height: 50px;
				color: #333333;
				font-size: 16px;
				cursor: pointer;
				margin-right: 20px;
			}
			.qk_navigation_list ul li.on, .qk_navigation_list ul a.on{
				/*background: #d20041;*/
			}
			.qk_navigation_list ul li:hover, .qk_navigation_list ul a:hover{
				/*background: #d20041;*/
				text-decoration: underline;
			}

	/* 标题 */
	.qk_title{
		width: 100%;
		height: auto;
		margin: 15px auto 0;

		display: flex;
		display: -webkit-flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
	}
		.qk_title img{
			width: 116px;
			height: auto;
			margin-right: 16px;
		}
		.qk_title a{
			width: auto;
			font-size: 14px;
			color: #333333;
			margin-bottom: 6px;
			cursor: pointer;
		}
		.qk_title p{
			font-size: 14px;
			padding: 0 10px;
			color: #333333;
			margin-bottom: 6px;
		}
		.qk_title p:last-child{
			display: none;
		}

	/* */
	.qk_footer_div1 {
	    width: 100%;
	    height: auto;
	    display: block;
	    margin: 20px auto 20px;
	    padding: 0 10px;
    	box-sizing: border-box;
	}
	.qk_footer_div2 {
	    width: 100%;
	    height: auto;
	    padding: 20px 10px;
	    background: #ececec;
    	box-sizing: border-box;
	    display: block;
	}
		.qk_footer_d2_d1{
			width: 100%;
		    display: inline-block;
		    vertical-align: top;
		    margin-right: 0;
		    margin-bottom: 20px;
		}
			.qk_footer_d2_d1 p{
				width: 100%;
				font-size: 17px;
			}
			.qk_footer_d2_d1 a{
				width: calc(100% / 6);
				font-size: 15px;
				margin-right: 0;
				cursor: pointer;
				margin-top: 10px;
			}
			.qk_footer_d2_d1 a:nth-child(4n+1){
				margin-right: 0;
			}
		.qk_footer_d2_d2{
			width: 100%;
			display: inline-block;
			vertical-align: top;
			margin-right: 0;
		    margin-bottom: 20px;
		}
			.qk_footer_d2_d2 p{
				width: 100%;
				font-size: 17px;
			}
			.qk_footer_d2_d2 a{
				width: calc(100% / 6);
				font-size: 15px;
				margin-right: 0;
				cursor: pointer;
				margin-top: 10px;
			}
			.qk_footer_d2_d2 a:nth-child(4n+1){
				margin-right: 0;
			}
		.qk_footer_d2_d3{
			width: 100%;
			display: inline-block;
			vertical-align: top;
			margin-right: 0;
		    margin-bottom: 20px;
		}
			.qk_footer_d2_d3 p{
				width: 100%;
				font-size: 17px;
			}
			.qk_footer_d2_d3 a{
				width: auto;
				font-size: 15px;
				margin-right: 35px;
				cursor: pointer;
				margin-top: 10px;
				margin-right: 15px;
			}
			.qk_footer_d2_d3 a:nth-child(2n+1){
				margin-right: 15px;
			}
		.qk_footer_d2_d4{
			width: 100%;
			text-align: center;
			display: inline-block;
			vertical-align: top;
			font-size: 0;
		}
			.qk_footer_d2_d4_li{
				width: auto;
				display: inline-block;
				margin-right: 50px;
				padding-top: 4px;
			}	
			.qk_footer_d2_d4_li:last-child{
				margin-right: 0;
			}
				.qk_footer_d2_d4_li .qk_footer_d2_d4_li_img{
					width: 60px;
					padding: 5px;
					border-radius: 4px;
					background: #fff;
				}
				.qk_footer_d2_d4_li p{
					font-size: 16px;
					text-align: center;
					margin-top: 12px;
				}
	.qk_footer_div3{
		width: 100%;
		text-align: center;
		padding: 10px;
		box-sizing: border-box;
	}
		.qk_footer_div3 p{
			text-align: center;
			font-size: 14px;
			line-height: 1;
			margin-bottom: 14px;
		}
		.qk_footer_div3 p:last-child{
			margin-bottom: 0;
		}
		.qk_footer_div3 a{
			width: auto;
			height: auto;
			display: inline-block;
			cursor: pointer;
		}

	/**/
	.qk_details_list1{
		width: 100%;
		font-size: 0;
		margin-top: 20px;
	}
		.qk_details_list1 p{
			width: 100%;
			font-size: 14px;
			color: #333;
			font-weight: bold;
		}
		.qk_details_list1 a{
			width: 100%;
			font-size: 14px;
			line-height: 1;
			color: #333;
			padding: 10px 0;
			margin-top: 10px;
			border-bottom: 1px solid #e1e1e1;
			margin-right: 0;
			cursor: pointer;

			overflow: hidden;
			white-space: nowrap;
			text-overflow: ellipsis;
		}
		.qk_details_list1 a:nth-child(2n-1){
			margin-right: 0;
		}

	.qk_details_title1{
		margin-top: 23px;
	}

	.qk_details_list2 {
		width: 100%;
		font-size: 0;
	}
		.qk_details_list2 a{
			width: calc((100% - 40px) / 3);
			line-height: 40px;
			border: 1px solid #e1e1e1;
			font-size: 14px;
			text-align: center;
			margin-right: 20px;
			margin-top: 20px;
			color: #333;
			box-sizing: border-box;
		}
		.qk_details_list2 a:nth-child(3n){
			margin-right: 0;
		}
		.qk_details_list2 a:nth-child(6n){
			margin-right: 0;
		}


	/* 布局 */
	.qk_all{
		width: 100%;
		display: block;
		margin: 0 auto 0;
		font-size: 0;
	}
		.qk_div1{
			width: 100%;
			padding: 10px;
			box-sizing: border-box;
			display: inline-block;
			vertical-align: top;
		}
		.qk_div2{
			width: 100%;
			display: inline-block;
			vertical-align: top;
			margin: 0;
			padding: 10px;
			box-sizing: border-box;
		}
		.qk_div3{
			width: 100%;
			display: inline-block;
			vertical-align: top;
			margin-right: 0;
			padding: 10px;
			box-sizing: border-box;
		}
		
		.img1{
			width: 100%;
			cursor: pointer;
			/*margin-bottom: 10px;*/
		}
		.img1 p{
			width: 100%;
			font-size: 16px;
			line-height: 1.8;
			position: absolute;
			bottom: 0;
			left: 0;
			background: rgba(0,0,0,0.4);
			color: #fff;
			padding: 4px 6px;
			box-sizing: border-box;
			display: block;
		}
		.img1:hover p{
			display: block;
		}

		.img3{
			height: auto;
			margin-bottom: 10px;
		}
		.img3 p{
			/*overflow: visible;
			white-space: normal;*/
		}

		.img4{
			width: 47%;
			/*height: auto;*/
			overflow: hidden;
			position: relative;
			margin-top: 20px;
			margin-right: 6%;
			cursor: pointer;
		}
		.img4:nth-child(2n+1){
			margin-right: 0;
		}
			.img4 p{
				width: 100%;
				font-size: 16px;
				line-height: 1.2;
				position: absolute;
				bottom: 0;
				left: 0;
				background: rgba(0,0,0,0.4);
				color: #fff;
				padding: 4px;
				box-sizing: border-box;
				/*overflow: visible;
				white-space: normal;*/
			}
			.img4:hover p{
				display: block;

			}

		.qk_div2_d1 > div span{
			margin-bottom: 0;
		}

		.qk_list1{
			width: 100%;
			padding: 6px 0 20px;
			margin-bottom: 16px;
			border-bottom: 1px solid #eee;
		}
			.qk_list1 .p{
				width: 100%;
				line-height: 1;
				font-size: 20px;
				text-align: center;
				color: #ef003e;
				font-weight: normal;
				padding-bottom: 3px;
				cursor: pointer;
			}
			.qk_list1 .span{
				width: 49%;
				font-size: 15px;
				line-height: 1;
				display: inline-block;
				color: #343434;
				margin-top: 15px;
				cursor: pointer;
				margin-right: 2%;
				overflow: hidden;
				white-space: nowrap;
				text-overflow: ellipsis;
			}
			.qk_list1 .span:nth-child(2n-1){
				margin-right: 0;
			}
			

		.qk_list2{
			width: 100%;
			margin-top: 30px;
		}
			.qk_list2 li{
				width: 100%;
				line-height: 1.2;
				font-size: 15px;
				padding-bottom: 21px;
			}
			.qk_list2 li:last-child{
				padding-bottom: 0;
			}
			.qk_list2 li > *{
				display: inline-block;
				line-height: 17px;
			}
			.qk_list2 li .p{
				width: 40px;
				border-right: 2px solid #5d5d5d;
				box-sizing: border-box;
				margin-right: 8px;
				color: #ef003e;
				cursor: pointer;
			}
			.qk_list2 li .span{
				width: calc((100% - 48px) / 2);
				cursor: pointer;

				overflow: hidden;
				white-space: nowrap;
				text-overflow: ellipsis;
			}


		.qk_list3{
			width: calc(100% - 20px);
			margin: 0 10px;
			vertical-align: top;
			overflow: scroll;
   			 white-space: nowrap;
			/*display: flex;
			display: -webkit-flex;
			flex-direction: row;
			justify-content: space-between;
			align-items: center;*/
		}
			.qk_list3_img{
				width: 144px;
				cursor: pointer;
				margin-right: 32px;
			}
			.qk_list3_img:last-child{
				margin-right: 0;
			}

			.qk_list3_img2{
				width: 79px;
				cursor: pointer;
				padding: 15px 0 5px;
				margin-right: 22.9px;
			}
			.qk_list3_img2:last-child{
				margin-right: 0;
			}
				.qk_list3_img2 p{
					text-align: center;
					line-height: 1;
					padding-top: 10px;
					font-size: 12px;
					color: #333;
				}

			.qk_list3_img3{
				width: 79px;
				cursor: pointer;
				padding: 15px 0 5px;
				margin-right: 22.9px;
			}
			.qk_list3_img3:nth-child(12n){
				margin-right: 0;
			}
				.qk_list3_img2 p{
					text-align: center;
					line-height: 1;
					padding-top: 10px;
					font-size: 12px;
					color: #333;
				}

		.qk_list4{
			width: 100%;
			height: 44px;
			vertical-align: top;
			display: flex;
			display: -webkit-flex;
			flex-direction: row;
			justify-content: space-between;
			align-items: center;
			margin-top: 20px;
			border-bottom: 1px solid #dfdfdf;
		}
			.qk_list4_l{
				font-size: 0;
				height: 44px;
				overflow: scroll;
		    	white-space: nowrap;
		    	padding-bottom: 3px;
			}
				.qk_list4_l p{
					display: inline-block;
					width: auto;
					line-height: 44px;
					vertical-align: top;
					text-align: center;
					font-size: 18px;
					color: #333;
					cursor: pointer;
				}
				.qk_list4_l p.on{
					font-size: 24px;
					font-weight: bold;
					color: #ef003e;
					position: relative;
				}
				.qk_list4_l p.on:after{
					content: '';
					width: 100%;
					height: 3px;
					background: #ef003e;
					position: absolute;
					bottom: -3px;
					left: 0;
				}
			.qk_list4_r{
				
			}
				.qk_list4_r p{
					font-size: 14px;
					color: #343434;
					cursor: pointer;
					display: inline-block;
				}
				.qk_list4_r p.on{
					font-size: 14px;
					color: #f3003c;
				}
				.qk_list4_r span{
					font-size: 14px;
					color: #343434;
					cursor: pointer;
					padding: 0 16px;
				}
				.qk_list4_r span:last-child{
					display: none;
				}


		.qk_list5{
			width: 100%;
			height: auto;
			vertical-align: top;
			display: flex;
			display: -webkit-flex;
			flex-direction: row;
			justify-content: space-between;
			align-items: center;
			margin-bottom: 20px;
			font-size: 0;
		}
			.qk_list5 img{
				/* width: auto; */
				width:160px;
				height: 100px;
				display: inline-block;
				margin-right: 10px;
			}
			.qk_list5_r{
				flex: 1;
				width: auto;	
				height: 100%;			
			}
				.qk_list5_r > p{
					font-size: 16px;
					color: #333333;
					font-weight: bold;
					margin-bottom: 7px;

					display: -webkit-box; 
					-webkit-line-clamp: 1; 
					-webkit-box-orient: vertical; 
					overflow: hidden;
				}
				.qk_list5_r > span{
					font-size: 14px;
					line-height: 2;
					text-align: justify;

					display: -webkit-box; 
					-webkit-line-clamp: 1; 
					-webkit-box-orient: vertical; 
					overflow: hidden;
				}
				.qk_list5_r_b{
					width: 100%;
					margin-top: 12px;

					display: flex;
					display: -webkit-flex;
					flex-direction: row;
					justify-content: space-between;
					align-items: center;
				}
					.qk_list5_r_b p{
						font-size: 14px;
						color: #ef013d;
						/* padding: 6px 25px; */
						padding:6px 0px;
						border: 1px solid #e1e1e1;
						border-radius: 4px;
						/* width:67px; */
						width:75px;
						text-align:center;
					}
					.qk_list5_r_b font{
						width: auto;
						font-size: 14px;
					}
	

	  .qk_list9{
			width: 100%;
			font-size: 0;
		}
			.qk_list9 > *{
				width: 100%;
				margin-right: 0;
				height: auto;
				margin-top: 15px;
				display: inline-block;
				cursor: pointer;
				border: 1px solid transparent;
				padding: 0;
				box-sizing: border-box;
		}
		.qk_list9 > *:nth-child(3n){
			margin-right: 0;
		}
		.qk_list9 > * > div{
			width: 100%;

			display: flex;
			display: -webkit-flex;
			flex-direction: row;
			justify-content: flex-start;
			align-items: center;
		}
			.qk_list9 > * > div img{
				width: 110px;
			}
			.qk_list9 > * > div p{
				font-size: 20px;
				color: #333;
				margin-left: 20px;
			}
			.qk_list9 > * > div font{
				font-size: 14px;
				color: #6d6d6d;
			}
		.qk_list9 > * > span{
			width: 100%;
			line-height: 2;
			font-size: 12px;
			text-align: justify;
			text-indent: 24px;
			margin-top: 12px;

			display: -webkit-box; 
			-webkit-line-clamp: 3; 
			-webkit-box-orient: vertical; 
			overflow: hidden;
		}
		.qk_list9 > * > p{
			width: 100%;
			font-size: 15px;
			color: #333333;
			margin-top: 26px;
		}



		.qk_list10{
			width: 100%;
			font-size: 0;
		}
			.qk_list10 ul{
				width: 100%;
				margin-right: 0;
				height: auto;
				/*margin-bottom: 30px;*/
				display: inline-block;
				cursor: pointer;
				/*border: 1px solid #ececec;*/
				padding: 0 10px;
				box-sizing: border-box;
			}
			.qk_list10 ul:nth-child(3n){
				margin-right: 0;
			}

	
        .qk_list12{
	width: 100%;
	font-size: 0;
	padding-top: 20px;
}
	.qk_list12 a{
		width: 32%;
		margin-top: 20px;
		font-size: 14px;
		color: #333;
		position: relative;
		cursor: pointer;
		text-indent: 11px;
		margin-right: 2%;

		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.qk_list12 a:after{
		content: '';
		border: 2px solid #000;
		border-radius: 50%;
		position: absolute;
		left: 0;
		top: 50%;
		transform: translate(0,-50%);
		-webkit-transform:translate(0,-50%);
	}
	.qk_list12 a:nth-child(1){
		margin-top: 0;
	}
	.qk_list12 a:nth-child(2){
		margin-top: 0;
	}
	.qk_list12 a:nth-child(3){
		margin-top: 0;
	}
	.qk_list12 a:nth-child(3n){
		margin-right: 0;
	}
	.qk_list12 a:hover{
		color: #f3003d;
	}
	
	
		.qk_list13{
			width: 100%;
			font-size: 0;
			/*padding-top: 20px;*/
		}
			.qk_list13_li{
				width: 100%;
				height: 129px;
				margin-right: 0;
				margin-top: 20px;

				display: inline-flex;
				display: -webkit-inline-flex;
				flex-direction: row;
				justify-content: flex-start;
				align-items: flex-start;
			}

			.qk_list13_li_l p {
			    display: block;
			}


		.qk_list14{
			width: 100%;
			font-size: 0;
			/*padding-top: 20px;*/
		}
			.qk_list14 a{
				width: 100%;
				margin-right: 0;
				/* margin-top: 40px; */
                margin-top:20px;
				display: inline-flex;
				display: -webkit-inline-flex;
				flex-direction: row;
				justify-content: flex-start;
				align-items: center;
			}
	
		.qk_list16{
			width: 100%;
			font-size: 0;
		}
			.qk_list16 a{
				width: calc((100% - 20px) / 3);
				font-size: 15px;
				line-height: 36px;
				text-align: center;
				border: 1px solid #e1e1e1;
				box-sizing: border-box;
				margin-right: 10px;
				margin-bottom: 10px;
				display: inline-block;
				position: relative;
				cursor: pointer;
			}
			.qk_list16 a:nth-child(3n){
				margin-right: 0;
			}
			.qk_list16 a:nth-child(6n){
				margin-right: 0;
			}

		.qk_list17{
			width: 100%;
			display: block;
			margin: 0 auto;
			font-size: 0;
		}
			.qk_list17 img{
				width: auto;
				height: 45px;
				margin: 0 auto;
				display: block;
			}
			.qk_list17 .qk_list17_div1{
				width: 100%;
				border: 1px solid #f3003d;
				box-sizing: border-box;
				font-size: 16px;
				margin-top: 15px;
				margin-bottom: 10px;

				display: flex;
				display: -webkit-flex;
				flex-direction: row;
				justify-content: center;
				align-items: center;
			}
				.qk_list17 .qk_list17_div1 span{
					color: #f3003d;
					width: 70px;
					line-height: 40px;
					text-align: center;
					border-right: 1px solid #f3003d;
				}
				.qk_list17 .qk_list17_div1 input{
					width: calc(100% - 170px);
					line-height: 40px;
					color: #f3003d;
					text-indent: 18px;
					font-size: 16px;
				}
				.qk_list17 .qk_list17_div1 p{
					width: 100px;
					color: #fff;
					background: #f3003d;
					text-align: center;
					line-height: 40px;

				}


			.qk_list17 .qk_list17_div2{
				width: 100%;
				font-size: 16px;
				text-align: left;

				/*display: flex;
				display: -webkit-flex;
				flex-direction: row;
				justify-content: center;
				align-items: center;*/

				overflow: hidden;
				white-space: nowrap;
				text-overflow: ellipsis;
			}
			.qk_list17_div2 > *{
				width: auto;
				height: auto;
				line-height: 1;
			}
			.qk_list17_div2 p{
				color: #f3003d;
			}
			.qk_list17_div2 a{
				margin-right: 20px;
				cursor: pointer;
			}

	.qk_list18{
	width: 100%;
	font-size: 0;
}
	.qk_list18 li{
		width: 100%;

	}

	.qk_list18 li > a{
		width: 33%;
		font-size: 16px;
		height: 48px;
		line-height: 48px;
		color: #333;
		cursor: pointer;
		margin: 0;
		justify-content: center;
	}
	.qk_list18 li a.f_hh{
		margin-left: 0;
	}

	.qk_list18 li a.f_wB{
		font-weight: bold;
	}
	.qk_list18 li a.t_cRed{
		color: #f3003d;
	}
	.qk_list18 li a.t_cRed > p{
		color: #f3003d;
		border-radius: 50%;
		line-height: 1;
		display: inline-block;
		padding: 3px;
		font-size: 12px;
		border: 1px solid #f3003d;
		margin-bottom: 16px;
		margin-left: 3px;
	}

	.qk_list11{
		width: 100%;
		font-size: 0;
	}
		.qk_list11_div{
			width: 100%;
			border: 1px solid #e1e1e1;
			box-sizing: border-box;
			padding-top: 40px;
			padding-bottom: 60px;
			position: relative;

			display: flex;
			display: -webkit-flex;
			flex-direction: row;
			justify-content: center;
			align-items: center;
		}
			.qk_list11_div li{
				width: auto;
			}
				.qk_list11_div > img{
					width: 100px;
					padding: 0 30px;
				}
				.qk_list11_div li > img{
					width: 90px;
					margin: 0 auto;
					display: block;
				}
				.qk_list11_div li > p{
					font-size: 16px;
					color: #333;
					text-align: center;
					margin-top: 10px;
					cursor: pointer;
				}

				.qk_list11_btn{
					width: 110px;
					height: 30px;
					line-height: 30px;
					font-size: 16px;
					text-align: center;
					color: #fff;
					background: #fd4d3e;
					border-radius: 30px;
					cursor: pointer;

					position: absolute;
					bottom: 10px;
					left: 50%;
					margin-left: -55px;
				}

		.arrow-down {
		    border-left: 2px solid #333333;
		    border-bottom: 2px solid #333333;
		    height: 5px;
		    width: 5px;
		    transform: translate(5px, -4px) rotate(-45deg);
		    -webkit-transform: translate(5px, -4px) rotate(-45deg);
		    border-right: 2px solid transparent;
		    border-top: 2px solid transparent;
		    display: inline-block;
		    -moz-transform: translate(5px, -4px) rotate(-45deg);
		    -ms-transform: translate(5px, -4px) rotate(-45deg);
		    -o-transform: translate(5px, -4px) rotate(-45deg);
		}

	.qk_div4{
		width: 100%;
	}

	.qk_footer_img{
		width: 100%;
		height: auto;
		display: block;
		margin: 0 auto 15px;
		cursor: pointer;
		font-size: 0;
	}

	.qk_list15 a{
		width: calc((100% - 40px) / 3);
		margin: 0 10px;
		box-sizing: border-box;
		margin-right: 0;
		margin-top: 10px;
		display: inline-block;
		position: relative;
		cursor: pointer;
	}
	.qk_list15_d{
		display: none;
	}

	.qk_list15 a p{
		display: block;
		font-size: 13px;
		color: #333;
		margin-top: 5px;
		font-weight: bold;
		text-align: center;
	}

	.qk_introduce_table{
		width: 100%;
		box-sizing: border-box;
		border: 1px solid transparent;
		border-bottom: none;
		border-top: none;
	}
		.qk_introduce_table > *, .qk_introduce_table_title{
			width: 20%;
			height: 34px;
			font-size: 15px;
			font-weight: bold;
			text-align: center;
			color: #333;
			border-bottom: 1px solid #e1e1e1;
			cursor: pointer;

			display: inline-flex;
			display: -webkit-inline-flex;
			flex-direction: column;
			justify-content: center;
			align-items: center;
		}
		.qk_introduce_table > *.on{
			color: #f2003d;
			border-bottom: 1px solid #f2003d;
		}
		.qk_introduce_table_title{
			background: #f2003d;
			color: #fff;
			border: none;
		}
	.qk_introduce_text{
		width: 100%;
		padding: 0px;
		border: 1px solid transparent;
		box-sizing: border-box;
	}
		.qk_introduce_text p{
			font-size: 30px;
			font-weight: bold;
			color: #333;
			text-align: center;
			margin-bottom: 6px;
		}
		.qk_introduce_text span{
			display: block;
			font-size: 16px;
			color: #333;
			text-indent: 32px;
			line-height: 2.2;
		}

	.qk_details {
	    width: 100%;
	    border: 1px solid transparent;
	    padding: 0;
	    box-sizing: border-box;
	}

	.qk_recommend_div7{
		width: 100%;
		padding-top: 20px;
		margin-bottom: 15px;
	}
		.qk_recommend_div7 a{
			width: 49%;
			height: auto;
			margin-bottom: 5px;
			margin-right: 2%;
			display: inline-block;
		}
		.qk_recommend_div7 a:nth-child(2n){
			margin-right: 0;
		}

	.qk_introduce3, .qk_introduce4{
		height: auto;
	}

	.qk_list11_div_absolute{
		width: 300px;
		position: fixed;
		top: 50%;
		z-index: 9;

		/*padding: 10px;*/
		padding-top: 14px;
        border-radius: 4px;
        background: #fff;
        font-size: 0;
        -moz-box-shadow:0 0 10px rgba(0,0,0,0.3); 
        -webkit-box-shadow:0 0 10px rgba(0,0,0,0.3); 
        box-shadow:0 0 10px rgba(0,0,0,0.3);
	}
	.qk_list11_div_absolute:after{
		content: '';
    	width: 0;
	    height: 0;
	    border-bottom: 0 solid #fff;
	    border-right: 0 solid transparent;
	    border-left: 0 solid transparent;
	    position: absolute;
	    left: 50%;
        top: -10px;
        transform: translate(-50%,0);
        -webkit-transform:translate(-50%,0);
	}
	.qk_list11_div_absolute.a1{
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		-webkit-transform:translate(-50%,-50%);

		display: none;
	}
	.qk_list11_div_absolute.a2{
		right: unset;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		-webkit-transform:translate(-50%,-50%);

		display: none;
	}
	.qk_list11_div_absolute span{
		display: block;
		width: 100%;
		font-size: 18px;
		text-align: center;
		margin-bottom: 14px;
	}
	.qk_list11_div_absolute li.al1 > img{
		width: 46px;
		height: 46px;
		border: 2px solid transparent;
		border-radius: 50%;
	}
	.qk_list11_div_absolute li.al1 p{
		font-size: 14px;
		text-align: center;
		margin-top: 0;
		color: #999;
	}
	.qk_list11_div_absolute li.al1{
		display: inline-block;
		margin-left: 20px;
			margin-bottom: 24px;
			cursor: pointer;
	}
	.qk_list11_div_absolute li.al1:hover img{
		border: 2px solid #666;
	}
	.qk_list11_div_absolute li.al1:hover p{
		color: #000;
	}


	.qk_recommend_div10_absolute{
		width: 300px;
		position: absolute;
		z-index: 9;
		position: fixed;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		-webkit-transform:translate(-50%,-50%);
		display: none;

		/*padding: 10px;*/
		padding-top: 14px;
        border-radius: 4px;
        background: #fff;
        font-size: 0;
        -moz-box-shadow:0 0 10px rgba(0,0,0,0.3); 
        -webkit-box-shadow:0 0 10px rgba(0,0,0,0.3); 
        box-shadow:0 0 10px rgba(0,0,0,0.3);
	}
	.qk_recommend_div10_absolute:after{
		content: '';
    	width: 0;
	    height: 0;
	    border-bottom: 0 solid #fff;
	    border-right: 0 solid transparent;
	    border-left: 0 solid transparent;
	    position: absolute;
	    left: 50%;
        top: -10px;
        transform: translate(-50%,0);
        -webkit-transform:translate(-50%,0);
	}
	.qk_recommend_div10_absolute span{
		display: block;
		width: 100%;
		font-size: 18px;
		text-align: center;
		margin-bottom: 14px;
	}
	.qk_recommend_div10_absolute li.al1 > img{
		width: 46px;
		height: 46px;
		border: 2px solid transparent;
		border-radius: 50%;
	}
	.qk_recommend_div10_absolute li.al1 p{
		font-size: 14px;
		text-align: center;
		margin-top: 0;
		color: #999;
	}
	.qk_recommend_div10_absolute li.al1{
		display: inline-block;
		margin-left: 20px;
			margin-bottom: 24px;
			cursor: pointer;
	}
	.qk_recommend_div10_absolute li.al1:hover img{
		border: 2px solid #f2003f;
	}
	.qk_recommend_div10_absolute li.al1:hover p{
		color: #000;
	}

	.swiper-container{
		width: 100%;
		height: 10.34rem;
	}
    
	   .swiper-container2{
        width: 100%;
        height: auto;
    }

	.hide{
		display: none;
	}
  
  		/* --------------------------------------------------------- */
	.qk_gn1{
		width: 100%;
		border: 1px solid #e1e1e1;
		box-sizing: border-box;
		background: #fef2da;
		font-size: 0;
	}
		.qk_gn1_l{
			width: calc(100% - 20px);
			display: inline-block;
			vertical-align: top;
			padding: 10px 0;
			margin: 0 10px;

			overflow: scroll;
    		white-space: nowrap
		}
			.qk_gn1_l > a{
				width: auto;
				text-align: center;
				padding: 14px 10px`;
			}
				.qk_gn1_l > a > img{
					width: 60px;
					margin-bottom: 10px;
					display: inline-block;
				}
				
				.qk_gn1_l > a > .qk_gn1_l_d1{
					display: flex;
					display: -webkit-flex;
					flex-direction: row;
					justify-content: center;
					align-items: center;

					font-size: 16px;
					color: #541f00;
				}
					.qk_gn1_l > a > .qk_gn1_l_d1 img{
						width: 12px;
						margin-right: 13px;
					}
					.qk_gn1_l > a > .qk_gn1_l_d1 font{
						opacity: 0;
					}

					.qk_gn1_l > a.active > img{
						display: inline-block;
					}
					.qk_gn1_l > a.active > .qk_gn1_l_d1{
						color: #f52650;
					}
					.qk_gn1_l > a.active > .qk_gn1_l_d1 font{
						opacity: 0;
					}

		.qk_gn1_r{
			width: 100%;
			padding: 0 0.3rem;
			box-sizing: border-box;
			display: inline-block;
			vertical-align: top;

			font-size: 14px;
		}

		.qk_gn1_r_d1{
			width: 100%;
			font-size: 15px;
			color: #333;
			padding-top: 0;

			display: flex;
			display: -webkit-flex;
			flex-direction: row;
			justify-content: center;
			align-items: center;
		}
			.qk_gn1_r_d1 a{
				padding: 4px 0.373333rem;
				text-align: center;
				border-right: 1px solid rgba(0,0,0,0.2);
			}
			.qk_gn1_r_d1 a:last-child{
				border-right: none;
			}
		.qk_gn1_r_d2{
			width: 100%;
			color: #333;
			padding-bottom: 17px;
			border-bottom: 1px solid rgba(0,0,0,0.2);
			overflow: hidden;
		}
			.qk_gn1_r_d2 .p1{
				width: 100%;
				font-size: 20px;
				text-align: center;
				font-weight: bold;
				margin-top: 30px;
			}
			.qk_gn1_r_d2 .p2{
				width: 100%;
				font-size: 14px;
				text-align: center;
				margin-top: 4px;
				display: none;
			}

		.qk_gn1_r_d3{
			width: 100%;
			font-size: 0;
		}
			.qk_gn1_r_d3 li{
				width: 100%;
				margin-right: 0;
				display: inline-flex;
				display: -webkit-inline-flex;
				flex-direction: row;
				justify-content: center;
				align-items: center;
				margin-top: 16px;
			}
			.qk_gn1_r_d3 li:nth-child(2n){
				margin-right: 0;
			}
			.qk_gn1_r_d3 li p{
				font-size: 14px;
				color: #333;
			}
			.qk_gn1_r_d3 li > div{
				width: 70%;
				height: 16px;
				border-radius: 16px;
				overflow: hidden;
				margin: 0 13px;
				background: #fff;
			}
			.qk_gn1_r_d3 li > div span{
				display: block;
				height: 100%;
				background: #ff8262;
			}
			.qk_gn1_r_d3 li:nth-child(3n - 1) > div span{
				background: #fdcbfe;
			}
			.qk_gn1_r_d3 li:nth-child(3n) > div span{
				background: #f0e29b;
			}

		.qk_gn1_r_d4{
			text-indent: 32px;
			font-size: 16px;
			line-height: 2;
			color: #333;
			margin-top: 16px;
		}

		.qk_gn1_r_d5{
			width: 100%;
			margin-top: 25px;
			margin-bottom: 25px;

			display: flex;
			display: -webkit-flex;
			flex-direction: row;
			justify-content: space-around;
			align-items: center;
		}
			.qk_gn1_r_d5 li{
				width: 2.2rem;
				height: 2.2rem;
				border: 1px solid rgba(0,0,0,0.2);
				overflow: hidden;
				border-radius: 50%;
				text-align: center;
			}
			.qk_gn1_r_d5 li p{
				height: 1.3rem;
				line-height: 1.5rem;
				background: #ffefce;
				font-size: 0.46rem;
				color: #522000;
			}
			.qk_gn1_r_d5 li span{
				display: block;
				height: 0.9rem;
				line-height:0.8rem;
				background: #fedd9a;
				font-size: 0.3rem;
				color: #522000;
			}

		.qk_gn1_bg1{
			background: #fff;
			overflow: hidden;
		}
		.qk_gn1_b{
			width: calc(100% - 40px);
			margin: 0 20px;
			margin-top: 40px;
			border-top: 1px dashed rgba(0,0,0,0.2);
			box-sizing: border-box;

			padding: 38px 30px;
		}
			.qk_gn1_b a{
				font-size: 14px;
				color: #333;
				display: block;
				margin-bottom: 20px;
			}
			.qk_gn1_b a:last-child{
				margin-bottom: 0;
			}


		.qk_gn2{
			width: 100%;
			font-size: 0;
		}
			.qk_gn2_l{
				width: 100%;
				height: auto;
				margin-right: 0;
				background: #fef2da;
				box-sizing: border-box;

				display: inline-block;
			    vertical-align: top;
			    padding: 0 10px;
			    margin-bottom: 15px;
			    overflow: scroll;
			    white-space: nowrap;
			}
			.qk_gn2_l > a:first-child{
				margin-top: 0;
			}
			.qk_gn2_l > a{
				width: auto;
				display: inline-block;
				text-align: center;
				padding: 16px 0;
				margin-right: 12px;
			}
			.qk_gn2_l > a:last-child{
				margin-right: 0;
			}
				
				.qk_gn2_l > a > .qk_gn2_l_d1{
					display: flex;
					display: -webkit-flex;
					flex-direction: row;
					justify-content: center;
					align-items: center;

					font-size: 16px;
					color: #541f00;
				}
					.qk_gn2_l > a > .qk_gn2_l_d1 img{
						width: 12px;
						margin-right: 13px;
					}
					.qk_gn2_l > a > .qk_gn2_l_d1 font{
						opacity: 0;
					}

					.qk_gn2_l > a.active > .qk_gn2_l_d1{
						color: #f52650;
					}
					.qk_gn2_l > a.active > .qk_gn2_l_d1 font{
						opacity: 1;
					}

			.qk_gn2_r{
				width: 100%;
				height: auto;
				display: inline-block;
				vertical-align: top;
				background: #fef2da;
			}
				.qk_gn2_r_d{
					width: 100%;
					height: auto;
					padding: 10px;
					box-sizing: border-box;
					background: transparent;
					margin-left: 0;
					margin-top: 0;
					/*overflow: hidden;*/
					z-index: 1;
					position: relative;
				}
				.qk_gn2_r_d:after{
					content: "";
					background: #fff;
					position: absolute;
					top: -8px;
					left: -8px;
					z-index: -1;
					width: 100%;
					height: 100%;
					display: none;
				}
					.qk_gn2_r_d form{
						width: 100%;
						height: auto;
						margin-top: 0;
						margin-left: 0;
						box-sizing: border-box;
						border: 1px solid #e0e0e0;
						padding: 15px;
						position: relative;
						z-index: 2;
						background: #fff;
					}
					.qk_gn2_r_d form > div{
						width: 100%;
						text-align: right;
						font-size: 0;
					}

					.qk_gn2_r_d form > div a{
						width: 100px;
						font-size: 16px;
						color: #01c0dc;

						display: inline-flex;
						display: -webkit-inline-flex;
						flex-direction: row;
						justify-content: flex-start;
						align-items: center;
					}
					.qk_gn2_r_d form > div img{
						width: 30px;
					}
					.qk_gn2_r li{
						width: 100%;
						display: inline-block;
						font-size: 16px;
	    				color: #333;
	    				margin-top: 25px;
					}
					.qk_gn2_r li.li1{
						width: 100%;
					}
					.qk_gn2_r li.li2{
						width: 100%;
					}
					.qk_gn2_r li.li2 input{
						width: 76%;
					}
					.qk_gn2_r li > input{
						flex: 1;
					    height: 30px;
					    margin-left: 12px;
					    display: inline-block;
					    box-sizing: border-box;
					    position: relative;
					    border: 1px solid #e1e1e1;
					    border-radius: 4px;
					    text-indent: 10px;
					}

					.qk_gn2_r li.li3{
						margin-right: 0;
					}
					.qk_gn2_r li.li3 label {
					    font-size: 16px;
					    color: #333;
					    display: inline-block;
					    margin-right: 12px;
					    margin-left: 8px;
					}
					.qk_gn2_r li.li3 label input{
						width: 16px;
					    height: 16px;
					    -webkit-appearance: radio;
					    display: inline-block;
					    vertical-align: top;
					    margin-top: 3px;
					    margin-right: 4px;
					}

					.qk_gn2_r li.li4 label {
					    font-size: 16px;
					    color: #333;
					    display: inline-block;
					    margin-right: 12px;
					    margin-left: 8px;
					}
					.qk_gn2_r li.li4 label input{
						width: 16px;
					    height: 16px;
					    -webkit-appearance: radio;
					    display: inline-block;
					    vertical-align: top;
					    margin-top: 3px;
					    margin-right: 4px;
					}

					.li5{
						width: 100%;
					}
						.li5 > div{
							width: 100%;
							margin-top: 12px;
						}

						.li5 > div select {
						    width: 24%;
						    height: 30px;
						    border: 1px solid #e1e1e1;
						    font-size: 15px;
						    border-radius: 4px;
						    margin-right: 4px;
						    text-indent: 4px;
						    margin-bottom: 12px;
						}

						.li5 > div span {
						    font-size: 15px;
						    color: #333;
						    display: inline-block;
						    margin-right: 10px;
						}
					
					.qk_gn2_r li.li6{
						width: 100%;
						font-size: 0;
					}
					.li6 > p{
						width: 100px;
						font-size: 16px;
						display: inline-block;
						vertical-align: top;
					}
					.li6 > div{
						width: calc(100% - 100px);
						display: inline-block;
					}

					.qk_gn2_r li.li6 label {
						width: 100%;
					    font-size: 16px;
					    color: #333;
					    display: inline-block;
					    margin-right: 0;
					    margin-bottom: 12px;
					}
					.qk_gn2_r li.li6 label input{
						width: 16px;
					    height: 16px;
					    -webkit-appearance: radio;
					    display: inline-block;
					    vertical-align: top;
					    margin-top: 3px;
					    margin-right: 4px;
					}

					.qk_gn2_r li.li7{
						width: 100%;
						font-size: 0;
						margin-top: 30px;
					}
					.qk_gn2_r li.li7 *:nth-child(1){
						width: 100%;
						height: 44px;
						line-height: 44px;
						text-align: center;
						color: #fff;
						border-radius: 6px;
						background: #f2003d;
						font-size: 16px;
						margin-right: 27px;
						cursor: pointer;
						margin-bottom: 15px;
						margin-left: 0;
					}
					.qk_gn2_r li.li7 *:nth-child(2){
						width: 100%;
						line-height: 44px;
						text-align: center;
						color: #323232;
						border-radius: 6px;
						background: #dadada;
						font-size: 16px;
						cursor: pointer;
					}

					.qk_gn2_r li.li8{
						width: 100%;
						margin-top: 30px;
						color: #f2003d;
						/*text-align: center;*/
					}
	.qk_gn3_t1{
		padding: 0;
	}
	.qk_gn3_t2{
		padding: 0;
	}
	.qk_gn3_d1{
		width: 100%;
		color: #fff;
		background: #b6b6b6;
		margin: 20px 0;
		overflow: scroll;
    	white-space: nowrap;
	}
		.qk_gn3_d1 a{
			width: auto;
			padding: 0 30px;
			font-size: 20px;
			line-height: 50px;
			text-align: center;
			cursor: pointer;
		}
		.qk_gn3_d1 a.active{
			background: #f2003d;
		}
}


.qk_div1 > ul{
	display: none;
}
.qk_div1 > ul:first-child{
	display: block;
}

.qk_div1 > ul ul li{
	display: none;
}
.qk_div1 > ul ul li:first-child{
	display: block;
}

.qk_div2 > ul{
	display: none;
}
.qk_div2 > ul:first-child{
	display: block;
}

.qk_div3 > ul{
	display: none;
}
.qk_div3 > ul:first-child{
	display: block;
}