.apply_list{
	background: #f8f8f8;
	min-height: 100%;
}
.apply_list .banner{
	width: 100%;
	height:500px;
	background: url(../img/pic/product_banner.png)center top no-repeat;
	position: relative;
}
.apply_list .banner p{
	text-align: center;
	font-size:22px;
	line-height: 48px;
	color: #434644;
	padding-top: 190px;
}
.apply_list .banner p{
	text-align: center;
	font-size:15px;
	line-height:24px;
	color: #fff;
	padding-top: 190px;
}
.apply_list .banner p b{ font-size:45px; display:block; margin:0 auto; margin-bottom:18px; font-weight:bolder;}
.apply_list .nav{
	width:100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: #fff;
	-webkit-box-shadow: 0 4px 4px #f6f6f6;
    -moz-box-shadow: 0 4px 4px #f6f6f6;
    box-shadow: 0 4px 4px #f6f6f6;
}
.apply_list .nav li{
	margin: 0 30px;
    font-size: 14px;
    color: #000;
    display: inline-block;
    position: relative;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    text-transform: uppercase;
    padding-left: 20px;
}
.apply_list .nav li i{
	opacity: 0;
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    transform: translateY(3px);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.15s ease;
    -moz-transition: -moz-transform 0.5s ease, opacity 0.15s ease;
    transition: transform 0.5s ease, opacity 0.15s ease;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    line-height: 2px;
    overflow: hidden;
    background: #f45e5e;
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    transform: translateY(3px);
    opacity: 0;
    filter: alpha(opacity=0);
}
.apply_list .nav li.active i{
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
}
.apply_list .nav li:hover i{
  opacity: 1;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
          transform: translateY(0);
}
.apply_list .nav li.icon{
	background: url(../img/pic/list_icon1.png) no-repeat left center;
}
.apply_list .nav li.icon1{
	background: url(../img/pic/product_icon1.png) no-repeat left center;
	background-size:18px auto;
}
.apply_list .nav li.icon2{
	background: url(../img/pic/product_icon4.png) no-repeat left center;
	background-size:16px auto;
}
.apply_list .nav li.icon3{
	background: url(../img/pic/product_icon5.png) no-repeat left center;
	background-size:16px auto;
}
.apply_list .nav li.icon4{
	background: url(../img/pic/product_icon6.png) no-repeat left center;
	background-size:13px auto;
}
.apply_list .nav li.icon5{
	background: url(../img/pic/product_icon7.png) no-repeat left center;
	background-size:14px auto;
}
.apply_list .nav li.icon6{
	background: url(../img/pic/product_icon2.png) no-repeat left center;
	background-size:14px auto;
}
.apply_list .nav li.icon7{
	background: url(../img/pic/product_icon8.png) no-repeat left center;
	background-size:14px auto;
}
.apply_list .nav li.icon8{
	background: url(../img/pic/product_icon3.png) no-repeat left center;
	background-size:15px auto;
}
.apply_list .nav li.icon9{
	background: url(../img/pic/product_icon10.png) no-repeat left center;
	background-size:17px auto;
}
.apply_list .content-list{
	padding:45px 0;
}
.apply_list .content-list .tips{
	font-size:18px;
	color: #242424;
	text-align:center;
	margin-bottom: 15px;
}
.apply_list .content-list .wrap{
	margin: 25px;
	-webkit-box-shadow:0 4px 4px #ececec;
	-moz-box-shadow:0 4px 4px #ececec;
	box-shadow:0 4px 4px #ececec;
	cursor: pointer;
}
.apply_list .content-list .swiper-slide {
	text-align: center;
	background: #ececec;
}
.apply_list .content-list .pic{
	padding:0 10%;
	background: #e3e3e3;
}
.apply_list .content-list .pack{
	padding:0 20px;
	background-color: #fff;
}
.apply_list .content-list .pack .title{
	border-bottom: 1px solid #efefef;
	padding:15px 0;
}
.apply_list .content-list .pack .title p{
	font-size:14px;
	color: #242424;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	margin-bottom: 0!important;
}
.apply_list .content-list .pack .title p i{
	font-size:16px;
}
.apply_list .content-list .pack .info{
	padding:15px 0;
}
.apply_list .content-list .pack .info p{
	font-size:12px;
	color: #999999;
	line-height:25px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}