@media only screen and (max-width : 767px) {
	html,
	body {
		width: 100%;
		margin: 0;
		padding: 0;
		font-family: "microsoft yahei";
		background-color: #eff4fb;
	}
	
	ul,
	p {
		margin: 0;
		padding: 0;
	}
	
	/* 鍥㈤槦鍒楄〃 */
	.kytdBox {
		display: flex;
		justify-content: space-around;
		flex-wrap: wrap;
		padding: 30px 0px 0px 0px;
	}
	
	.kytdBox a {
		display: block;
		width: auto;
		height: auto;
		margin-bottom: 30px;
		overflow: hidden;
		border-radius: 6px;
	}
	
	.kytdBox a img {
		display: block;
		width: 290px;
		height: 55px;
		transition: all 0.5s;
	}
	
	.kytdBox a img:hover {
		display: block;
		width: 290px;
		height: 55px;
		transform: scale(1.2);
	}
	
	/* 鍥㈤槦涓婚〉 */
	.header {
		display: none;
		width: 100%;
		height: auto;
		box-shadow: 0px 10px 10px #bfcad4;
	}
	
	.header img {
		display: block;
	}
	
	.container {
		width: 100%;
		height: auto;
		margin: 0 auto;
		position: inherit;
		top: 0;
		left: 0%;
		margin-left: 0px;
	}
	
	.teamName {
		width: 100%;
		height: auto;
		min-height: 50px;
		font-size: 16px;
		color: #fff;
		line-height: 50px;
		font-weight: bold;
		font-family:  cursive;
		padding: 0px 10px;
		box-sizing: border-box;
		background: url(../kytd/kytd_head_bg.png);
		background-size: 100% 100%;
	}
	
	.nav {
		width: 100%;
		height: auto;
		    background-color: #666;
		    overflow: hidden;
	}
	
	.nav ul {
		width: 100%;
		padding: 0;
		height: 40px;
	}
	
	.nav ul li {
		float: left;
		width: 20%;
		height: 40px;
		border-right: 1px #555 solid;
		list-style: none;
		box-sizing: border-box;
	}
	
	.nav ul .active {
		background-color: #f6f6f6;
	}
	
	.nav ul .active a {
		color: #333;
		background-color: #f6f6f6;
	}
	
	.nav ul li a {
		display: block;
		text-align: center;
		line-height: 40px;
		font-size: 14px;
		color: #fff;
		text-decoration: none;
	}
	
	.addressTip {
		width: 100%;
		height: 40px;
		background-color: #f6f6f6;
		padding-left: 10px;
	}
	
	.addressTip p {
	
		height: 40px;
		line-height: 40px;
		color: #666;
		padding-left: 00px;
		font-size: 14px;
		box-sizing: border-box;
	}
	
	.kyContent {
		width: 100%;
		height: auto;
		min-height: 200px;
		background-color: #fff;
		padding: 10px;
		box-shadow: 0px 3px 3px #999;
		box-sizing: border-box;
	}
	
	.kyContent h2 {
		color: #0077d1;
		font-size: 22px;
		margin: 10px 0px;
	}
	
	.kyContent ul {
		width: 100%;
		height: auto;
		overflow: hidden;
		    display: block;
	}
	
	.kyContent ul li {
		list-style: none;
		width: 100%;
		height: auto;
		border: 1px #c0c0c0 solid;
		margin-bottom: 20px;
	}
	.kyContent ul li a {
		display: block;
		text-align: center;
		text-decoration: none;
	}
	.kyContent ul li a img{
		display: block;
		height: 150px;
		width: auto;
		margin: 0 auto;
	}
	.kyContent ul li a span{
		display: block;
		width: 100%;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
		color: #333;
		text-decoration: none;
		font-weight: bold;
	}
}