.bg-blue{
	background: #244b62;
}
.bird-gift li{
	width:216px;
	height:216px;
	float:left;
	line-height: 216px;
	background: #f7653e;
	color:#fff;
	text-align: center;
	position: relative;
	margin:45px 30px 0 0;
	font-size: 16px;
}
.bird-gift li:hover{
	background: #3e5270;
}
.bird-gift li::before{
	position: absolute;
	content:"";
	background: url(http://www.tqedu.net/Template/Default/Skin/2018/pubimages/birdplan/images/gift-icon.jpg) no-repeat;
	width:64px;
	height:38px;
	left:50%;
	margin-left:-32px;
	top:-45px;
}
.bird-gift li:last-child{
	margin-right:0px;
}
.bird-btn > a{
	width:203px;
	height:68px;
	background: #3e5270;
	border-radius: 5px;
	color:#fff;
	display: block;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	line-height:68px;
	margin:75px auto 0;
}
.bird-btn > a:hover{
	background: #f7653e;
}
.bird-hot ul li{
	background: #fff;
	padding:0;
}
.bird-hot ul li:hover{
	background: #fff;
}
.bird-hot ul li h3{
	padding:12px 0;
	background: #f7653e;
	margin:0;
	font-size:24px;
	color:#fff;
}
.bird-hot ul li p{
	font-size: inherit;
	color:#202020;
	padding: 35px 20px 0;
	text-align: left;
	min-height:113px;
}
.bird-hot ul li:first-child p{
	text-align: center;
}
.bird-hot ul li > .konw-more{
	width:35%;
	padding:10px 0;
	text-align: center;
	font-size:22px;
	font-weight: bold;
	color:#f7653e;
	border-radius: 30px;
	border:2px solid #f7653e;
	height:inherit;
	line-height: inherit;
	margin-bottom:35px;
}
.course-tab{
	border-left:1px solid #c0c0c0;
	border-top:1px solid #c0c0c0;
}
.course-tab caption{
	font-size: 33px;
	font-weight: bold;
	padding: 10px;
	background: #244b62;
	color:#fff;
}
.course-tab tr td{
	border-right:1px solid #c0c0c0;
	border-bottom:1px solid #c0c0c0;
	width:20%;
	text-align: center;
	height:64px;
}
.course-tab tr td:first-child{
	font-size: 20px;
	font-weight: bold;
	color:#1e1e1e;
}
.course-tab tr td .tab-btn{
	display: block;
	width:135px;
	height:45px;
	background: #f7653e;
	font-size: 22px;
	font-weight: bold;
	color:#fff;
	margin:20px auto 0;
	border-radius: 25px;
	line-height: 45px;
}
.course-tab tr td .tab-btn:hover{
	background: #244b62;
}
.course-tab tr td .zixun{
	background: #fff;
	color:#f7653e;
	border:2px solid #f7653e;
}
.course-tab tr td .zixun:hover{
	background: #fff;
	color:#244b62;
	border:2px solid #244b62;
}
/**考点分布**/
.class-fb{ width:100%; margin:30px auto;}
.class-fb{ height:auto; text-align:left;}
.class-fb ul li{ float:left; width:23%; height:auto; display:table; margin-right:2%; background:#fff; margin-bottom:20px; min-height:300px; }
.class-fb ul{ overflow: hidden; padding: 0;}
.class-JXD{ position: relative; display: block;}
.class-JXD h6{font-size:20px; font-weight: bold; color:#333; line-height:25px; margin:0;  text-align:left; padding:10px 20px;}
.class-JXD p{  text-align:left; font-style:normal; color: #999; font-size:14px; line-height:20px; padding:10px 20px;}

.port-1 {
    position: relative;
    overflow: hidden;
    text-align: center;
}
.text-desc {
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.JXD-btn{
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
        opacity: 0;
}
.port-1:hover .text-desc{
	opacity: 1;
	cursor: pointer;
}
.port-1:hover .JXD-btn{
	opacity: 1;
	cursor: pointer;
}
.JXD-btn .fa {
    background: #2fb8a9;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: inline-block;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    padding: 10px 20px;
    opacity: 1;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    position: relative;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    color: transparent;
}
.port-1:hover .JXD-btn .fa {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    color: #fff;
}
/**考点分布end**/
@media screen and (max-width: 640px){
	.n_title > h1 ,.course-tab caption{
	    font-size: 24px;
	}
	.bird-hot ul li h3{
		font-size: 18px;
	}
	.bird-hot ul li p{
		padding:5px;
		min-height: 322px;
	}
	.bird-hot ul li > .konw-more{
	    width: 96%;
	    font-size: 16px;
	    height: 30px;
	    line-height: 8px;
	    margin: 10px auto;
	}
	.course-tab tr td .tab-btn{
		width:100px;
		height:34px;
		line-height:34px;
		font-size: 16px;
		margin: 10px auto 0;
	}
	.course-tab tr td:first-child{
		font-size: 16px;
	}
	.class-fb ul li{
		width:49%;
		margin-right: 1%;
		min-height: inherit;
	}
}