@media screen and (min-width: 1400px) {
	.programme{
		width: 100%;
	}
	.programme-head{
		width: 100%;
		box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	}
	.programme-head-con{
		width: 1200px;
		margin: 0px auto;
		
	}
	.programme-head-con>.title{
		font-size: 26px;
		color:#000000;
		font-weight: bold;
		text-align: center;
		padding-top: 60px;
		line-height: 40px;
	}
	.programme-head-con>.Subtitle{
		font-size: 14px;
		text-align: center;
		color:#999999;
		line-height: 40px;
	}
	.tab-nav{
		margin-top: 20px;
		padding: 0px 40px;
	}
	.tab-nav>ul>li{
		width: 150px;
		margin-right: calc(520px / 3);
	}
	.tab-nav>ul>li:last-child{
		margin-right: 0px;
	}
	.tab-nav>ul>li>a>.img{
		height: 150px;
		width: 150px;
		border:1px dashed #CCCCCC;
		border-radius: 50%;
		box-sizing: border-box;
		text-align: center;
		line-height: 148px;
		margin: 0 auto;
	}
	.tab-nav>ul>li>a{
		display: inline-block;
		height: 100%;
		width: 100%;
	}
	.tab-nav>ul>li>a>.img>img{
		height: 135px;
		width: 135px;
		vertical-align: middle;
	}
	.tab-nav>ul>li.active{
		background:url(../img/tab-bg1-active.png) no-repeat bottom center;
	}
	.tab-nav>ul>li.active>a>.img{
		border:none;
	}
	.tab-nav>ul>li.active>a>.img>img{
		height: 150px;
		width: 150px;
	}
	.tab-nav>ul>li>a>.title{
		text-align: center;
		margin: 15px 0px 20px 0px;
		line-height: 20px;
		color:#999999;
		font-size: 14px;
	}
	.tab-nav>ul>li.active>a>.title{
		color:#0E528C;
	}
	.programme-foot{
		background-color: #F5F5F5;
		padding: 40px 0px 20px 0px;
	}
	.programme-foot-con{
		width: 1200px;
		margin: 0px auto;
	}
	.programme-foot-con>.list>.block{
		padding: 10px 20px;
		display: none;
	}
	.programme-foot-con>.list>.active{
		display: block;
	}
	.programme-foot-con>.list>.block>.text{
		width: 560px;
	}
	.programme-foot-con>.list>.block>.text>div{
		color:#666666;
		font-size: 14px;
		line-height: 25px;
	}
	.programme-foot-con>.list>.block>.text>.p2{
		margin: 30px 0px;
	}
	.programme-foot-con>.list>.block>.img{
		width: 560px;
		height: 300px;
		margin-left: 40px;
	}
	.programme-foot-con>.list>.block>.img>img{
		width: 100%;
		height: 100%;
	}
	.programme-foot-con>.add-btn{
		text-align: center;
		margin: 30px 0px 20px 0px;
	}
	.programme-foot-con>.add-btn>span{
		display: inline-block;
		height: 40px;
		width: 100px;
		text-align: center;
		line-height: 40px;
		font-size: 12px;
		background-color: #004098;
		color:#f1f1f1;
	}
}