#nav_href a:first-of-type {
	color: #ffffff;
}
#index_swiper_img {
	margin: 0 auto;
	clear: both;
	height: 455px;
	overflow: hidden;
	background: #f0f0f0;
	min-width: 1280px;
}
.swiper-container {
	height: 460px;
}
.swiper-slide{
	height:460px;
	width:100%;
	cursor:pointer;
	float: left;
}
.pagination {
	position: absolute;
	left: 0;
	text-align: center;
	bottom: 25px;
	width: 100%;
	z-index: 5;
	height: 18px;
}

.swiper-pagination-switch {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 12px;
	background: rgba(255,255,255,0.5);
	background: #fff\9;
	margin: 0 10px;
	cursor: pointer;
}

.swiper-active-switch {
	background: #fff;
	/*width: 40px;*/
}

#font {
	transform: rotate(7deg);
	-ms-transform: rotate(7deg);
	/* IE 9 */
	-webkit-transform: rotate(7deg);
	/* Safari and Chrome */
}

/*--------------------系统公告--------------------*/
#sys-notice{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../../img/mask.png) repeat;
	z-index: 99999;
	display: none;
}
.notice-content{
	width: 700px;
	height: 370px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background: #fff;
}
.notice-head{
	width: 700px;
	height: 80px;
	background: url(../../img/notice.png) no-repeat;
	position:relative
}
.close{
	position:absolute;
	top: 15px;
	right: 15px;
	width: 16px;
	height: 16px;
	background: url(../../img/close.png) no-repeat;
	cursor: pointer;
}
#notice-txt{
	padding: 30px 40px;
	font-size: 18px;
	line-height: 32px;
}
#notice-txt>h3{
	font-weight: normal;
}
.txt-indent{
	text-indent: 2em;
}
.txt-right{
	text-align: right;
}
/*--------------------热销产品--------------------*/

.hotgoods,.severs {
	text-align: center;
	background: #ffffff;
}
.hotgoods {
margin-bottom: 30px;
}

.hotgoods h2,.severs h2 {
	text-align: center;
	height: 96px;
	line-height: 108px;
	font-size: 24px;
	color: #333333;
}
.hotgoods h2 span,.severs h2 span {
	    display: inline-block;
    width: 120px;
    background: #e0e0e0;
    height: 2px;
    margin: 5px 20px;
}
.goodslist a {
	width: 360px;
    height: 454px;
    border: 1px solid #cccccc;
    float: left;
    margin: 12px;
    position: relative;
    transition:opacity 1s;
	-webkit-transition:opacity 1s; /* Safari */
	cursor: pointer;
    
}
.goodslist a .goods_desc_box {
	/*position: absolute;
	bottom: 0;*/
}
.goodslist a:hover {
	opacity: .9;
	/*border: 1px solid #ff5500;*/
	box-shadow: 0 0 20px #CCCCCC;
}
.goodslist a:hover .goods_img_box img{
	 transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05); /* IE 9 */
	-webkit-transform: scale(1.05, 1.05); /* Safari and Chrome */
}
   
.goods_img_box {
	width: 358px;
	height: 246px;
	overflow: hidden;
}
.goodslist a img {
	width: 358px;
	height: 246px;
	 transition:transform 1s;
	-webkit-transition:transform 1s; /* Safari */
}
.goodslist h3 {
	clear: both;
	text-align: left;
	font-size: 24px;
	color: #ff5500;
	line-height: 34px;
	padding: 20px;
}
.goodslist p {
	font-size: 18px;
	line-height: 28px;
	color: #676767;
	padding: 0 20px;
	text-align: left;
}
.goodslist span {
	font-size: 18px;
    color: #ff4e12;
    /* float: right; */
    margin-right: 10px;
    padding: 10px 0px;
    position: absolute;
    bottom: 0;
    right: 20px;
}
.goodslist span b {
	font-size: 24px;
	margin: 0 3px;
}
.severs_box {
	padding-bottom:70px ;
}

#index_swiper_img_bg {
    position: absolute;
    bottom: 25px;
    right: 0;
}
.downSearch {
	background: url(../../img/tool_down.png) no-repeat;
    width: 12px;
    height: 12px;
    margin: 15px 10px;
     display: inline-block; 
    float: right;
}
.goodslist a .goodslabel {
	width: 86px;
    height: 86px;
    position: absolute;
    right: 0;
    top: 0;
}
.goodslist a .goodslabel[data-label=hot]{
	background: url(../../img/hotlabel.png) no-repeat center center;
}
.goodslist a .goodslabel[data-label=new]{
	background: url(../../img/newlabel.png) no-repeat center center;
}
.goodslist a .goodslabel[data-label=upgrade]{
	background: url(../../img/upgrade.png) no-repeat center center;
}
.goodslist a .goodslabel[data-label=icbclabel]{
	background: url(../../img/label/icbc-label-pc.png) no-repeat center center;
}
.ad {
	height: 600px;
	width: 100%;
	min-width: 1280px;
	overflow: hidden;
}
/* new index  css */
.product-box{
	background-color: #F5F5F5;
}
.pd150{
	padding-bottom: 110px;
}
.product{
	width:1180px;
	margin:0 auto;
}
.product h2{
	position: relative;
	padding:30px 0 50px 0;
	text-align: center;
	font-size: 26px;
	color:#333;
}
.product h2.insure-tit{
	margin-top:60px;
}
.product h2 span{
	position: absolute;
	top:46.5px;	
	display: inline-block;
	width:77px;
	height: 7px;
}
.left-line{
	left:440px;
	background:url(../../img/group/left-line.png) no-repeat;
}
.right-line{
	right:440px;
	background:url(../../img/group/right-line.png) no-repeat;
}
.product-info{
	/* overflow: hidden; */
}
.product-info>*{
	float: left;
	height: 420px;
}
.box-shadw{
	width: 940px;
    margin-right: 38px;
    overflow:hidden;
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.15);
	/* transform :scale(0,0.5); */
	
}
.big-img-box{
	width:480px;
	height:420px;
	overflow:hidden;
}
@keyframes bigImg{
	0%{width:480px;height:420px;}
	50%{width:504px;height:441px;}
	100%{width:480px;height:420px;}
}
.box-shadw>*{
	float:left;
}
.product-detail{
	position: relative;
	z-index:9;
	width:460px;
	height:420px;
	padding:50px 40px;
	background-color: #fff;
	
}
.blue-line{
	display: block;
	width:60px;
	height:6px;
	background:#4C99EB;
}
.product-detail h5{
	padding: 20px 0 30px 0;
	font-size:22px;
	color:#333;	
}
.product-detail p{	
	overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -o-box;
	display: box;
	width:380px;
	font-size:16px;    
	color:#999;
	line-height:24px;
	-webkit-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;    
    -webkit-line-clamp: 3;
    -moz-line-clamp: 3;
    -o-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
}
.product-detail p.price-word{
	position: absolute;
	bottom:120px;
	left:40px;
	height: 40px;
	line-height:normal;
}
.product-detail p.price-word span{
	margin-right: 10px;
	font-size:32px;
	color:#4C99EB;
	
}
.product-detail img{
	position: absolute;
	left:-35px;
	top:183px;
}
.product-detail .goodsMain{
	position: absolute;
	bottom:60px;
	left:40px;
	width:130px;
	height:40px;
	border:none;
	color:#fff;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
	background:#4C99EB;
	cursor: pointer;
}
.planMain{
	margin-left: 20px;
	color: #4C99EB;
	text-decoration: underline;
}
.manageInfo{
    position: absolute;
    bottom: 190px;
	left: 40px;
	color: #999;
    height: 40px;
    line-height: 40px;	
}
.tab-box{
	width: 201px;
}
.img-box{
	position: relative;
	height: 138px;
	padding:4px 4px 4px 17px;
	margin-bottom:5px;
	overflow:hidden;
	cursor:pointer;
}
.img-box.bg{
	background:url(../../img/group/blue-bg.png) no-repeat left top;
}
.img-box span{
	position: absolute;
	bottom:4px;
	left:17px;
	width: 180px;
    height: 38px;
    padding: 0px 10px;
    overflow:hidden;
    font-size: 12px;
    line-height: 38px;
	color:#fff;
	text-align: center;
	background:url(../../img/mask-black.png);

}
.white-bg{
	text-align: center;
	background-color: #fff;
}
.insure-img{
	display: block;
	margin:30px auto 130px;
	cursor:pointer;
}
/* 节日动画样式 */
#package.pop{
	position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    left: 0px;
    top: 0px;
    z-index: 999;
}
#package img {
	position: fixed;
	width: 100px;
	height: auto;
	top:-90px;
	z-index: 1000;
}
#package .icon-close{
	display: none;
	position: fixed;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	/* left: 0px; */
	/* top: 0px; */
	z-index: 999;
	cursor: pointer;
	background: url('//static.pension.taikang.com/tkpmall/imgs/festival/festival-birthday02.png') center center no-repeat;
}
@keyframes swing{
	0% {
		transform: translate3d(0px,0,0);
	}
	15%{
		transform: translate3d(-40px,0,0);
	}

	25%{
		transform: translate3d(-50px,0,0);
	}
	50%{
		transform: translate3d(0px,0,0);
	}
	65%{
		transform: translate3d(40px,0,0);
	}
	75%{
		transform: translate3d(50px,0,0);
	}
	100% {
		transform: translate3d(0px,0,0);
	}
}
/* 端午活动end */