@media(min-width:1199px) {
	* {
	padding: 0;
	margin: 0;
}

/* body {
	padding: 100px;
	background: #323232;
	font-size: 12px;
	font-family: "微软雅黑";
} */
ul,li{
	list-style: none;
}
.tab{
	float: left;
	margin-left: 40px;
}
.tab .tab-nav{
	/* height: 30px; */
	    /* height: 152px; */
	    line-height: 40px;
	    text-align: center;
	    transition: all ease 0.3s;
	    background-color: #e8e6e7;
	    margin-top: 46px;
	    cursor: pointer;
	    /* border: 1px solid #ececec; */
	    background-repeat: no-repeat;
}
.tab .tab-nav li{
	float: left;
	
	
	
	width: 179px;
	    height: 152px;
	    line-height: 40px;
	    text-align: center;
	    transition: all ease 0.3s;
	    background-color: #e8e6e7;
	    padding-top: 40px;
	    cursor: pointer;
	    border: 1px solid #ececec;
	    background-repeat: no-repeat;
}
.tab .tab-nav li.actived {
    background: #ffac00;
    color: #fff;
}
.tab .tab-nav li a{
	display: block;
	height: 30px;
	padding: 0 20px;
	color: #333;
	text-decoration: none;
	line-height: 30px;
	width: 55px;
	    position: relative;
	    margin: 0 auto;
	    padding-top: 40px;
}
.tab .content-wrap h5{
	color: #ffac00;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}
.tab .content-wrap p{
	color: #666666;
	font-size: 14px;
}
.tab .tab-nav li.actived a{
	color: #fff;
	width: 55px;
	    position: relative;
	    margin: 0 auto;
	    padding-top: 40px;
}
.tab .content-wrap{
	background: #ffffff;
	padding: 5px;
	height: 200px;
}
.tab .content-wrap img{
	width: 100%;
	height: 100%;
}
.tab .content-wrap .content-item{
	width: 530px;
	position: absolute;
	/* height: 200px; */
	display: none;
}
.tab .content-wrap .current{
	display: block;
	margin-top: 97px;
}
.tab_menu {
    color: #333;
}

	
}
@media(max-width:760px) {
	
	.tab .tab-nav li {
	    float: left;
	    width: 115px;
	    height: 130px;
	    line-height: 40px;
	    text-align: center;
	    transition: all ease 0.3s;
	    background-color: #e8e6e7;
	    padding-top: 25px;
	    cursor: pointer;
	    border: 1px solid #ececec;
	    background-repeat: no-repeat;
	}
	
	.tab{
		float: left;
		margin-left: 9px;
	}
	.tab .tab-nav{
		/* height: 30px; */
		    /* height: 152px; */
		    line-height: 40px;
		    text-align: center;
		    transition: all ease 0.3s;
		    background-color: #e8e6e7;
		    /* margin-top: 33px; */
		    cursor: pointer;
		    /* border: 1px solid #ececec; */
		    background-repeat: no-repeat;
	}
	
	.tab .tab-nav li.actived {
	    background: #ffac00;
	    color: #fff;
	}
	.tab .tab-nav li a{
		display: block;
		height: 30px;
		padding: 0 20px;
		color: #333;
		text-decoration: none;
		line-height: 30px;
		width: 55px;
		    position: relative;
		    margin: 0 auto;
		    padding-top: 40px;
	}
	.tab .content-wrap h5{
		color: #ffac00;
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 20px;
	}
	.tab .content-wrap p{
		color: #666666;
		font-size: 14px;
		line-height: 22px;
	}
	.tab .tab-nav li.actived a{
		color: #fff;
		width: 55px;
		    position: relative;
		    margin: 0 auto;
		    padding-top: 40px;
	}
	.tab .content-wrap{
		background: #ffffff;
		padding: 5px;
		height: 180px;
	}
	.tab .content-wrap img{
		width: 100%;
		height: 100%;
	}
	.tab .content-wrap .content-item{
		width: 85%;
		position: absolute;
		/* height: 200px; */
		display: none;
	}
	.tab .content-wrap .current{
		display: block;
		margin-top: 50px;
	}
	.tab_menu {
	    color: #333;
	}
	}