html,body{
    width: 100%;
}
.main{
    width: 100%;
    overflow: hidden;
}
.w1170{
    overflow: visible;
}
.health_title{
    overflow: hidden;
    font-size: 16px;
    color: #838D8F;
    line-height: 22px;
    margin-top: 44px;
}
.health_title span{
    font-size: 48px;
    display: block;
    font-weight: 300;
    color: #242424;
    line-height: 67px;
}
.banner{
    width: 100%;
    height: 600px;
    margin-top: 22px;
    position: relative;
}
.banner .desc{
    width: 1170px;
    overflow: hidden;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    margin-left: -585px;
    bottom: 120px;
}
.banner .text2{
    width: 480px;
    overflow: hidden;
    height: 25px;
    line-height: 25px;
    margin-top: 166px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    color: #fff;
    position: relative;
    z-index: 2;
}
.banner .text{
    width: 480px;
    overflow: hidden;
    max-height: 100px;
    line-height: 50px;
    margin-top: 5px;
    color: #fff;
    font-size: 36px;
    font-weight: 300;
    text-align: left;
    color: #fff;
    position: relative;
    z-index: 2;
}
.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.swiper-slide{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    /*针对IE8的hack，目的是除掉之前background*/
    background: none\9;
    position: relative;
}
.pagination {
    position: absolute;
    z-index: 20;
    text-align: center;
    width: 1170px !important;
    left: 50% !important;
    margin-left: -585px;
    bottom: 60px !important;
    padding: 10px 0;
}
.swiper-pagination-switch {
    display: inline-block;
    background: #fff;
    margin: 0 5px;
    opacity: 1;
    border: 1px solid #fff;
    cursor: pointer;
    float: left;
    width: 40px !important;
    height: 4px !important;
    border-radius: 0 !important;
    border: none;
    cursor: pointer;
}
.swiper-active-switch {
    background: #9C1D22!important;
}
.box1{
	background: #EEEEEE;
	padding: 55px 0;
}
.box1 .pack {
    margin: -10px;
}
.box1 .pack .item {
    float: left;
    width: 33.3%;
    display: block;
}
.box1 .pack .item:hover .list{
    box-shadow:0px 20px 14px 0px rgba(0,0,0,0.18);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.box1 .pack .item .list {
    margin: 10px;
    height: 180px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.box1 .pack .item .list .pic{
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    /*针对IE8的hack，目的是除掉之前background*/
    background: none\9;
    position: relative;
}
.box1 .pack .item .list .pic .desc{
	position: absolute;
	top: 50%;
	left:0;
	right: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: -26px\9;
	text-align: center;
    z-index: 2;
}
.box1 .pack .item .list .pic .desc h1{
	font-size: 24px;
	color: #fff;
	font-weight: 300;
	line-height: 24px;
	margin-bottom: 5px;
}
.box1 .pack .item .list .pic .desc p{
	font-size: 12px;
	color: #fff;
	line-height: 24px;
}
.box2{
	background: #EEEEEE;
	padding-bottom: 50px;
}
.box2 .title{
	margin-bottom: 20px;
}
.box2 .title h1{
	float: left;
	font-size: 24px;
	color: #242424;
	font-weight: 600;
	line-height: 33px;
}
.box2 .title p{
	float: right;
	font-size: 14px;
	color: #6D6E70;
	font-weight: 600;
	line-height: 21px;
	letter-spacing: 1px;
}
.box2 .pack{
	margin: 0 -10px;
}
.box2 .pack .item {
    float: left;
    width: 33.3%;
    display: block;
}
.box2 .pack .item .list {
    margin: 10px;
    height: 180px;
    border-radius: 8px;
    background: #fff;
    position: relative;
    padding-left: 160px;
}
.box2 .pack .item .list .lt{
	float: left;
	margin-left: -160px;
	width: 160px;
	height: 195px;
	margin-top: -15px;
}
.box2 .pack .item .list .lt img{
	display: block;
	width: auto;
	height: 100%;
	padding-left: 10px;
}
.box2 .pack .item .list .rt{
	width: 100%;
	height: 100%;
	float: left;
	position: relative;
}
.box2 .pack .item .list .rt .desc{
	position: absolute;
	right: 20px;
	bottom: 20px;
}
.box2 .pack .item .list .rt h1{
	font-size: 26px;
	color: #242424;
	font-weight: 300;
	margin-bottom: 2px;
}
.box2 .pack .item .list .rt h2{
	font-size: 14px;
	color: #838D8F;
	line-height: 18px;
	margin-bottom: 15px;
}
.box2 .pack .item .list .rt h3{
	font-size: 12px;
	color: #F5A623;
	line-height: 16px;
	margin-bottom: 2px;
}
.box2 .pack .item .list .rt p{
	font-size: 12px;
	color: #3B3D40;
	line-height: 16px;
}
.box2 .package{
	margin: 0 -10px;
}
.box2 .package .item {
    float: left;
    width: 33.3%;
    display: block;
}
.box2 .package .item.item-two{
	width: 66.6%;
}
.box2 .package .item .list {
    margin: 10px;
    min-height: 90px;
    border-radius: 8px;
    background: #fff;
    position: relative;
}
.box2 .package .item .list .desc{
	padding: 15px 25px 0 25px;
}
.box2 .package .item .list h1{
	font-size: 14px;
	color: #242424;
	font-weight: 600;
	line-height: 18px;
	margin-bottom: 5px;
}
.box2 .package .item .list p{
	font-size: 12px;
	color: #838D8F;
	line-height: 16px;
}
.box2 .package .item .list .btn-wrap{
	width: 100%;
	height: 90px;
	line-height: 90px;
	text-align: center;
	font-size: 0;
}
.box2 .package .item .list .btn{
	display:inline-block;
	*display:inline;
	*zoom=1;
	width: 125px;
	height: 35px;
	line-height: 35px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	border-radius: 60px;
	text-align: center;
	vertical-align: middle;
}
.box2 .package .item .list .btn1{
	color: #9C1D22;
	border:1px solid #9C1D22;
	margin-right: 12px;
}
.box2 .package .item .list .btn2{
	color: #fff;
	background: #9C1D22;
}
.box3{
    width: 100%;
    padding-top: 50px;
    padding-bottom: 55px;
    background: #C7C7C7;
    background:rgba(199,199,199,1) -webkit-gradient(linear,left bottom, left top,from(rgba(0,0,0,0)),to(rgba(0,0,0,0.2)));
    background:rgba(199,199,199,1) -webkit-linear-gradient(bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%);
    background:rgba(199,199,199,1) -moz-linear-gradient(bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%);
    background:rgba(199,199,199,1) linear-gradient(360deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%);
}
.box3 .title{
    margin-bottom: 20px;
}
.box3 .title h1{
    float: left;
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    line-height: 30px;
}
.box3 .title a{
    display: block;
    float: right;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    line-height: 30px;
}
.box3 .pack{
    height: 390px;
}
.box3 .pack .lt{
    float: left;
    width: 45%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    /*针对IE8的hack，目的是除掉之前background*/
    background: none\9;
    border-radius:8px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    display: block;
}
.box3 .pack .lt .video-btn{
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    z-index: 99;
}
.box3 .pack .lt .desc{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-top:1px solid rgba(234,241,245,0.2);
    border-top:1px solid #EAF1F5\9;
    padding: 15px 25px;
}
.box3 .pack .lt .desc h2{
    font-size: 12px;
    color: #fff;
    line-height: 16px;
    margin-bottom: 5px;
}
.box3 .pack .lt .desc .name p{
    float: left;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    line-height: 22px;
}
.box3 .pack .lt .desc .name span{
    float: right;
    font-size: 12px;
    color: #fff;
    line-height: 16px;
}
.box3 .pack .rt{
    float: left;
    width: 55%;
    height: 100%;
    cursor: pointer;
}
.box3 .pack .rt .content{
    margin-left: 20px;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
}
.box3 .pack .rt .list:first-child{
    margin-top: 0;
}
.box3 .pack .rt .list{
    background: rgba(80,92,98,0.2)!important;
    background: #505C62;
    filter: alpha(opacity=20);
    margin-top: 2px;
    padding: 0 20px;
    position: relative;
    height: 76px;
    line-height: 76px;
    display: block;
}
.box3 .pack .rt .list .name{
    margin-top: 13px;
    display:inline-block;
    *display:inline;
    *zoom=1;
    vertical-align: middle;
    position: relative;
}
.box3 .pack .rt .list .name h2{
    font-size: 12px;
    color: #fff;
    line-height: 20px;
}
.box3 .pack .rt .list .name h1{
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    line-height: 20px;
    max-height: 40px;
    overflow: hidden;
    padding-right: 40px;
}
.box3 .pack .rt .list .video-btn{
    display: block;
    width: 30px;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -15px;
}
.box4{
    width: 100%;
    overflow: hidden;
    background: #fff;
    padding: 55px 0;
}
.box4 .title{
    width: 100%;
    overflow: hidden;
}
.box4 .title span{
    color: #242424;
    font-size: 24px;
    font-weight: bold;
}
.box4 .title a{
    font-size: 14px;
    color: #6D6E70;
    float: right;
}
.box4 .happiness_content{
    width: 23%;
    overflow: hidden;
    padding: 15px 22px;
    background: #fff;
    height: 300px;
    margin-top: 23px;
    box-sizing: border-box;
    border-radius: 8px;
    float: left;
    margin-left: 2.6%;
}
.box4 .happiness_content .title{
    width: 100%;
    font-size: 18px;
    color: #242424;
    font-weight: 600;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.box4 .happiness_content .text{
    width: 100%;
    font-size: 14px;
    color: #838D8F;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    line-height: 18px;
    margin-top: 10px;
}
.box4 .happiness_content .tx{
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
}
.box4 .happiness_content .tx img{
    width: 32px;
    margin-right: 7px;
    float: left;
}
.box4 .happiness_content .tx i{
    font-size: 12px;
    color: #838D8F;
}
.box4 .happiness_content .tx i span{
    font-size: 14px;
    color: #3B3D40;
    display: block;
    margin-bottom: 3px;
}
.box4 .happiness_content2{
    width: 23%;
    overflow: hidden;
    box-sizing: border-box;
    height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 23px;
    padding: 25px 25px 0 25px;
    border-radius: 8px;
    position: relative;
    box-shadow:0px 18px 18px 0px rgba(10,31,68,0.06),0px 0px 1px 0px rgba(10,31,68,0.1);
    float: left;
    margin-left: 2.6%;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/none/happiness5.jpg',sizingMethod='scale');
    -ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/none/happiness5.jpg',sizingMethod='scale');
}
.box4 .happiness_content7{
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/none/happiness6.jpg',sizingMethod='scale');
    -ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/none/happiness6.jpg',sizingMethod='scale');
}
.box4 .happiness_content8{
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/none/happiness7.jpg',sizingMethod='scale');
    -ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/none/happiness7.jpg',sizingMethod='scale');
}
.box4 .happiness_content9{
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/none/happiness8.jpg',sizingMethod='scale');
    -ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/none/happiness8.jpg',sizingMethod='scale');
}
.box4 .happiness_content2 .title{
    font-size: 18px;
    color: #242424;
    line-height: 25px;
    font-weight: 600;
}
.box4 .happiness_content2 .answer{
    width: 85px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    font-size: 12px;
    color: #242424;
    position: absolute;
    left: 25px;
    bottom: 25px;
    border: 1px solid #fff;
    border: 1px solid rgba(0,0,0,0.34);
    border-radius: 18px;
    cursor: pointer;
}
.box4 .happiness_content2 .answer2{
    color: #fff;
    border:1px solid rgba(255,255,255,0.34);
}
.box4 .mlno {
    margin-left: 0 !important;
}
.box5{
    background-color: #EEE;
    padding: 55px 0;
}
.box5 .w1170{
    overflow: visible;
}
.box5 .title{
	margin-bottom: 10px;
}
.box5 .title h1{
    font-size: 22px;
    color: #242424;
    font-weight: 600;
    line-height: 26px;
    float: left;
}
.box5 .title a{
	font-size: 14px;
	color: #6D6E70;
	font-weight: 600;
	line-height: 21px;
	letter-spacing: 1px;
	float: right;
}
.box5 .pack{
    margin:0 -10px;
}
.box5 .pack .item{
    float: left;
    width: 20%;
    display: block;
}
.box5 .pack .item:hover .list{
    box-shadow:0px 20px 14px 0px rgba(0,0,0,0.18);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.box5 .pack .item .list{
    margin: 10px;
    height: 300px;
    border-radius:8px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
} 
.box5 .pack .item .list .tips_bg{
    padding: 2px 5px;
    border-radius:3px;
    font-size: 12px;
    color: #FFF;
    line-height: 16px;
    letter-spacing: 1px;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 99;
}
.box5 .pack .pic-word .list{
    background-color: #fff;
}  
.box5 .pack .pic-word .list .pic{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    /*针对IE8的hack，目的是除掉之前background*/
    background: none\9;
    width: 100%;
    height: 170px;
}
.box5 .pack .pic-word .list .desc{
    padding: 15px 15px 0 15px;
}
.box5 .pack .pic-word .list .desc h1{
    font-size: 14px;
    color: #242424;
    font-weight: 600;
    line-height: 18px;
    max-height: 36px;
    overflow: hidden;
    margin-bottom: 5px;
}
.box5 .pack .pic-word .list .desc p{
    font-size: 12px;
    color: #838D8F;
    line-height: 16px;
    max-height: 48px;
    overflow: hidden;
}
.box5 .pack .double-style{
    width: 40%;
}
.box5 .pack .double-style .lt,
.box5 .pack .double-style .rt{
    float: left;
    width: 50%;
    height: 100%;
}
.box5 .pack .double-style .rt{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    /*针对IE8的hack，目的是除掉之前background*/
    background: none\9;
}
.box5 .pack .double-style .lt{
    background-color: #fff;
    position: relative;
}
.box5 .pack .double-style .lt .desc{
    padding: 60px 30px 0 30px;
}
.box5 .pack .double-style .lt .desc h1{
    font-size: 22px;
    color: #242424;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 10px;
}
.box5 .pack .double-style .lt .desc p{
    font-size: 12px;
    color: #838D8F;
    line-height: 16px;
}
.box5 .pack .double-style .lt .btn{
    display: block;
    width: 95px;
    height: 34px;
    line-height: 34px;
    border-radius: 60px;
    border:1px solid #E1E1E1;
    text-align: center;
    font-size: 12px;
    color: #3C3D41;
    font-weight: 600;
    letter-spacing: 2px;
    position: absolute;
    left: 30px;
    bottom: 30px;
}
.box5 .pack .pic-all .pic{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    /*针对IE8的hack，目的是除掉之前background*/
    background: none\9;
}
.box5 .pack .pic-all .pic .desc{
    padding: 25px 35px 0 35px;
    text-align: center;
}
.box5 .pack .pic-all .pic .desc h2{
    font-size: 14px;
    color: #fff;
    font-family:AppleSystemUIFont;
    line-height: 12px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.box5 .pack .pic-all .pic .desc h1{
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    line-height: 42px;
    letter-spacing: 6px;
    margin-bottom: 5px;
}
.box5 .pack .pic-all .pic .desc p{
    font-size: 12px;
    color: #FFF;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 1px;
}
.box5 .pack .pic-all .pic .btn{
    display: block;
    width: 95px;
    height: 34px;
    line-height: 34px;
    border-radius: 60px;
    border:1px solid rgba(255,255,255,0.3);
    border:1px solid #fff\9;
    text-align: center;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 2px;
    position: absolute;
    left: 50%;
    bottom: 30px;
    margin-left: -47.5px;
}
.box5 .pack .color-all .list{
    background: #E5464E;
    background:-webkit-linear-gradient(311deg,rgba(229,70,78,1) 0%,rgba(231,112,63,1) 100%);
    background:-moz-linear-gradient(311deg,rgba(229,70,78,1) 0%,rgba(231,112,63,1) 100%);
    background:linear-gradient(139deg,rgba(229,70,78,1) 0%,rgba(231,112,63,1) 100%);
    position: relative;
}
.box5 .pack .color-all .list .desc{
    padding: 25px 35px 0 35px;
    text-align: center;
}
.box5 .pack .color-all .list .desc h2{
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    line-height: 16px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.box5 .pack .color-all .list .desc h1{
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    line-height: 32px;
}
.box5 .pack .color-all .list .btn{
    display: block;
    width: 95px;
    height: 34px;
    line-height: 34px;
    border-radius: 60px;
    border:1px solid rgba(255,255,255,0.3);
    border:1px solid #fff\9;
    text-align: center;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 2px;
    position: absolute;
    left: 50%;
    bottom: 30px;
    margin-left: -47.5px;
}

/*视频弹窗start*/
.video_player{
    display: none;
}
.video_player .video_mask{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.95)!important;
    background: #000;
    filter: alpha(opacity=95);
    z-index:1000;
}
.video_player .video_close{
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1200;
    cursor: pointer;
}
.video_player .video_content{
    width: 980px;
    height: 600px;
    overflow: hidden;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -300px;
    margin-left: -490px;
    z-index: 1100;
}
/*视频弹窗end*/