/*全局样式*/
*{margin:0;padding:0;list-style:none;}
li{list-style:none;}
img{border:0;}

a:link, a:visited {text-decoration: none;color: #222;}
a:hover{color:#333;text-decoration: none;}

body{font-size:16px;
	font-family: Arial,"Microsoft YaHei";
	background:#f8f8f8;
}

.main{width:100%;position: relative;}

.container{
	position: absolute;
	width:100%;
	height:360px;
	left:50%;
	top:50%;
	transform: translate(-50%, -50%);
}
.qk-list{
	width: 1300px;
	margin: auto;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	
}
.qk-list li{
	width:25%;
	padding: 0 2%;
	text-align: center;
}

.linx{background:url(../images/linex.jpg) no-repeat right center;}

.qk-title{
	overflow: hidden;
}

.qk-title img{
	width: 85%;
	margin: auto;
}

.buttan{    
	display: inline-block;
    background: #dcdddd;
    padding: 6px 45px;
    border-radius: 20px;
    font-size: 17px;
    font-weight: bold;
    margin-top: 70px;
    box-shadow:0px 3px 10px #bebebe;
}
a.buttan:link, a.buttan:visited{    
	color:#333;
}
a.buttan:hover{background:#ebebeb;}

