@charset "utf-8";
/* CSS Document */

.life_nav {
	width:100%;
	background:#fcf7ff;
	position:relative;
	z-index:9;
	border-bottom:3px solid #7B4F9B;
	border-top:1px solid #7B4F9B;
}

.life_menu {
	position:relative;
	z-index:19;
}

.life_menu .m {
	float:left;
	position:relative;
	z-index:1;
	margin-right:5px;
}

.life_menu li:last-child {
	margin-right:0;
}	

.life_menu h3 {
	line-height:50px;
	font-size:18px;
	float:left;
	font-weight:normal;
	position:relative;
	z-index:19;
}

.life_menu h3 a {
	display:block;
	color:#7B4F9B;
	padding:0 24px;
}

.life_menu h3 i {
	display:block;
	position: absolute;
    top: 50%;  
    right: 5px;  
    width: 5px;  
    height: 5px;  
    border-style: solid;  
    border-width: 2px 2px 0 0;  
    border-color: #7B4F9B;  
    -webkit-transform-origin: 75% 25%;  
    -webkit-transform: rotateZ(135deg);  
    -webkit-transition: 100ms ease-in .1s;  
    transition: 100ms ease-in .1s;
}	

.life_menu .sub {
	display:none;
	position:absolute;
	left:-50%;
	margin-left:40px;
	top:50px;
	z-index:19;
	width:160px;
	border:1px solid #E6E4E3;
	border-top:0;
	background-color:rgba(255,255,255,.95);
}
	
.life_menu .sub li {
	text-align:center;
	padding:0 10px;
	font-size:15px;
}	

.life_menu .sub li a {
	display:block;
	padding:8px 0;
	height:28px;
	line-height:28px;
}

.life_menu .sub li:last-child a {
	border-bottom:none;
}

.life_menu li.curt {
	position:relative;
	z-index:1;
	background:#7B4F9B;
}

.life_menu li.curt i {
	border-color:#fff;
}

.life_menu li.curt h3 a {
	position:relative;
	z-index:11;
	color:#fff;
}




.life_one {
	box-shadow: 0 0 10px rgba(77, 21, 21, 0.1);
    background: #fff;
    overflow: hidden;
	margin:30px auto;
	height:390px;
}

.life_slider {
	width:680px;
	height:390px;
	float:left;
	overflow:hidden;
	position:relative;
}

.life_slider .pic{ position:relative; z-index:0; }	

.life_slider .pic li {
	position:relative; 
	z-index:1;
	height:390px;
}
.life_slider .pic li b {
	display:block; 
	position:absolute; 
	left:0; 
	bottom:0; 
	z-index:5; 
	background:rgba(0,0,0,.5); 
	width:100%; 
	height:50px; 
	line-height:50px; 
	color:#FFF; 
	box-sizing:border-box; 
	padding:0 20px; 
	font-weight:normal;
	font-size:18px;
}

.life_slider .pic li img { 
  	height:100%;
}	

.life_slider .hd {
	width:20%; 
	position: absolute; 
	z-index:11; 
	bottom: 15px; 
	text-align: right; 
	font-size:0; 
	z-index:1;
	right:10px;
}	
.life_slider .hd li{
    margin: 0 5px 0 0; 
	background: url(../images/dot.png) no-repeat 0 -16px; 
	height: 16px; 
	overflow: hidden; 
	width: 16px; 
	cursor: pointer;
	display:inline-block; 
}	
.life_slider .hd .on {
	background-position:0 0;
}	
.life_slider .prev, .life_slider .next {
	width: 40px;
	height: 60px;
	margin: -20px 0 0;
	display: none;
	background: url(../images/ad_ctr.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	text-indent: -9999px;
	filter:alpha(opacity=20);
	opacity:0.2;
}	
.life_slider .prev {
	left: 0;
}	
.life_slider .next {
	background-position: 0 -60px;
	right: 0;
}	
.life_slider .prev:hover, .life_slider .next:hover {
	filter:alpha(opacity=50) !important;
	opacity:0.5 !important;
}


.life_recom {
	width:-webkit-calc(100% - 680px); 
	width:-moz-calc(100% - 680px); 
	width:calc(100% - 680px);
	float:right;
	box-sizing:border-box;
	padding:25px 20px 20px 30px;
}

.life_recom .recom_top {
	line-height:34px;
	height:34px;
	overflow:hidden;
}

.life_recom .recom_top .tag {
	display:block;
	float:left;
	border-radius:12px 12px 0 12px;
	background:#7B4F9B;
	color:#FFF;
	font-weight:bold;
	padding:0 12px;
	margin-right:10px;
	font-size:18px;
}

.life_recom .recom_top .title {
	font-weight:normal;
	float:right;
	overflow:hidden;
	width:400px;
	line-height:34px;
	height:34px;
	font-size:20px;
}

.life_recom .recom_main {
	font-size:13px;
	line-height:25px;
	height:75px;
	overflow: hidden; 
    text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:3; 
	-webkit-box-orient:vertical;
	color:#888;
	margin-top:10px;
}

.life_recom .recom_list {
	margin-top:10px;
}

.life_recom .recom_list li {
	font-size:15px;
	line-height:37px;
	height:37px;
	overflow: hidden; 
    /*text-overflow: ellipsis;
    white-space: nowrap;*/
	padding-left:20px;
	position:relative;
	z-index:1;
	width:-webkit-calc(50% - 30px); 
	width:-moz-calc(50% - 30px); 
	width:calc(50% - 30px);
	float:left;
	margin-right:5px;
}

.life_recom .recom_list li:before {
	content:"";
	position:absolute;
	left:6px;
	top:17px;
	width:6px;
	height:6px;
	background:#7B4F9B;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	transform:rotate(-45deg);
	-webkit-transform-origin:0 100%;
	-moz-transform-origin:0 100%;
	-ms-transform-origin:0 100%;
	-o-transform-origin:0 100%;
	transform-origin:0 100%;
}

.life_recom .recom_list li:nth-child(2n) {
	float:right;
	margin-right:0;
}

.life_topone {
	background:#F7F7F7;
	margin-bottom:20px;
}

.life_topmenu {
	border-bottom:1px solid #e5e5e5;
}

.life_topmenu h4 {
	width:120px;
	height:110px;
	background:url(../images/more_h.png) no-repeat center 15px #7B4F9B;
	color:#FFF;
	font-size:18px;
	text-align:center;
	float:left;
	overflow:hidden;
	padding-top:65px;
	box-sizing:border-box;
	line-height:24px;
}

.life_toplist {
	width:-webkit-calc(100% - 120px); 
	width:-moz-calc(100% - 120px); 
	width:calc(100% - 120px);
	float:right;
}

.life_toplist dl {
	width:33.3%;
	float:left;
	position:relative;
	z-index:1;
	height:110px;
	overflow:hidden;
	padding:18px 0 0 0;
	box-sizing:border-box;
}

.life_toplist dl:before {
	content:"";
	width:1px;
	height:70px;
	background:#e5e5e5;
	position:absolute;
	right:0;
	top:22px;
}

.life_toplist dl:last-child:before {
	background:none;
}

.life_toplist dt {
	float:left;
	width:100px;
	font-size:16px;
	font-weight:bold;
	text-align:center;
}

.life_toplist dt i {
	display:block;
	width:100%;
	text-align:center;
	margin-bottom:8px;
	margin-top:3px;
}

.life_toplist dt i img {
	width:40px;
}

.life_toplist dt a {
	color:#444;
}

.life_toplist dd {
	float:right;
	width:-webkit-calc(100% - 105px); 
	width:-moz-calc(100% - 105px); 
	width:calc(100% - 105px);
	font-size:14px;
}

.life_toplist dd b {
	display:block;
	font-weight:normal;
	float:left;
	line-height:26px;
	height:26px;
	width:-webkit-calc(33% - 5px); 
	width:-moz-calc(33% - 5px); 
	width:calc(33% - 5px);
	margin-right:5px;
	overflow:hidden;
}

.life_toplist dd b:nth-child(3n) {
	margin-right:0;
}

.life_toplist dd b a {
	color:#777;
}

.life_toppic {
	padding:20px 25px;
}

.toppic_left {
	width:780px;
	float:left;
}

.toppic_right {
	width:340px;
	float:right;
}

.life_toppic h4 {
	font-size:18px;
	height:30px;
	line-height:30px;
	margin-bottom:8px;
	width:100%;
	float:left;
	font-weight:bold;
	color:#222;
}

.toppic_notic {
	height:45px;
	line-height:45px;
	background:#e8e8e8;
	width:100%;
	float:left;
	overflow:hidden;
	margin-bottom:10px;
}

.toppic_notic li {
	font-size:15px;
	float:left;
	width:-webkit-calc(50% - 15px); 
	width:-moz-calc(50% - 15px); 
	width:calc(50% - 15px);
	height: 45px;
	line-height:45px;
	overflow:hidden;
	margin-right:15px;
	background:url(../images/hot.png) no-repeat 10px center;
}

.toppic_notic li a {
	display:block;
	padding-left:60px;
	color:#888;
}

.toppic_new {
	width:100%;
	float:left;
	height:140px;
	overflow:hidden;
}

.toppic_new li {
	float:left;
	width:-webkit-calc(50% - 15px); 
	width:-moz-calc(50% - 15px); 
	width:calc(50% - 15px);
	font-size:16px;
	height:35px;
	line-height:35px;
	overflow:hidden;
	box-sizing:border-box;
	padding-left:20px;
	position:relative;
	z-index:1;
	margin-right:15px;
}

.toppic_new li:nth-child(2n) {
	margin-right:0;
}

.toppic_new li:before {
	content:"";
	position:absolute;
	left:0;
	top:50%;
	width:4px;
	height:4px;
	background:#ccc;
	margin-top:-2px;
}


.toppic_right_p {
	width:100%;
	float:left;
	position:relative;
	z-index:1;
}

.toppic_right_p span {
	display:block;
	height:195px;
	overflow:hidden;
	position:relative;
	z-index:1;
}

.toppic_right_p span img {
	position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
	height:100%;
}

.toppic_right_p p {
	position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
    background: linear-gradient(to top, rgb(0, 0, 0), transparent);
    width: 100%;
    height: 70px;
    color: #FFF;
    box-sizing: border-box;
    padding: 30px 15px 0px 15px;
}

.toppic_right_p p b {
    display: block;
    color: #FFF;
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
}

.toppic_right_p a {
	color:#FFF;
}

.toppic_right_p a:hover {
	color:#f2f2f2;
}

.life_wx {
	margin-bottom:20px;
}

.life_wx_l {
	width:390px;
	float:left;
}

.life_wx_l span {
	display:block;
	height:240px;
	position:relative;
	z-index:1;
	overflow:hidden;
}

.life_wx_l span img {
	position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    height: 100%;
}

.life_wx_l b {
	display:block;
	height: 34px;
    line-height: 34px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	font-weight:normal;
	margin-top:7px;
}

.life_wx_l p {
	font-size:13px;
	color:#999;
	overflow: hidden; 
    text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:2; 
	-webkit-box-orient:vertical;
	line-height:22px;
	height:44px;
}

.life_wx_r {
	width:785px;
	float:right;
}

.life_wx_ra {
	border-bottom:1px dotted #e0e0e0;
	padding-bottom:17px;
}

.life_wx_ra h4 {
	height: 30px;
    line-height: 30px;
    margin-bottom: 7px;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
}

.life_wx_ra p {
	font-size: 14px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 50px;
    color: #777;
}

.life_wx_rb {
	margin-top:10px;
}

.life_wx_rb h4 {
	font-size:16px;
	font-weight:bold;
	line-height:36px;
	height:36px;
}

.life_wx_list {
	float:left;
	width:-webkit-calc(50% - 15px); 
	width:-moz-calc(50% - 15px); 
	width:calc(50% - 15px);
}

.life_wx_list:nth-child(2n) {
	float:right;
}

.life_wx_list ul {
	height:180px;
	overflow:hidden;
}

.life_wx_list li {
	font-size: 15px;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    box-sizing: border-box;
    padding-left: 20px;
    position: relative;
    z-index: 1;
}

.life_wx_list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 4px;
    height: 4px;
    background: #ccc;
    margin-top: -2px;
}

.life_wx_img {
	width:100%;
	float:left;
	padding:15px 0 10px 0;
}

.life_wx_img li {
	width:183px;
	float:left;
	margin-right:20px;
	position:relative;
	z-index:1;
	height:120px;
	overflow:hidden;
}

.life_wx_img li:last-child {
	margin-right:0;
}

.life_wx_img li img {
	position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    height: 100%;
}

.life_wx_img li p {
	position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
    background: linear-gradient(to top, rgb(0, 0, 0), transparent);
    width: 100%;
    height: 70px;
    color: #FFF;
    box-sizing: border-box;
    padding: 30px 15px 0px 15px;
}

.life_wx_img li p b {
	display: block;
    color: #FFF;
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
}

.life_title {
	border-bottom:1px solid #E5E5E5;
	height:56px;
	text-align:center;
	margin-bottom:30px;
	position:relative;
	z-index:1;
}

.life_title b {
	display:block;
	border-bottom:3px solid #FF8400;
	font-size:30px;
	font-weight:100;
	position:absolute;
	z-index:9;
	width:190px;
	left:50%;
	margin-left:-95px;
	bottom:-1px;
	padding-bottom:6px;
}

.life_color1 {
	border-bottom:3px solid #70CAB7!important;
}

.life_color1 i {
	color:#70CAB7;
}

.life_color2 {
	border-bottom:3px solid #FF8400!important;
}

.life_color2 i {
	color:#FF8400;
}

.life_color3 {
	border-bottom:3px solid #7B4F9B!important;
}

.life_color3 i {
	color:#7B4F9B;
}

.life_plant {}

.plant_l {
	width:405px;
	float:left;
}

.plant_c {
	width:365px;
	float:left;
	margin-left:25px;
}

.plant_r {
	width:380px;
	float:right;
	border:1px solid #eee;
	height:658px;
}

.plant_of {
	width:100%;
	float:left;
}

.plant_of li {
	border-bottom: 1px solid #eee;
	padding:16px 0;
	width:100%;
	float:left;
}

.plant_of li .num {
	width:40px;
	display:block;
	float:left;
	font-style:italic;
	color:#000;
	font-size:20px;
	font-weight:bold;
	position:relative;
	z-index:1;
	height:34px;
	text-align:left;
	margin-top:2px;
}

.plant_of li .num:before {
	content:"";
	width:16px;
	height:2px;
	background:#000;
	position:absolute;
	bottom:0;
	left:5px;
}

.plant_of li .txt {
	float:right;
	width:-webkit-calc(100% - 45px); 
	width:-moz-calc(100% - 45px); 
	width:calc(100% - 45px);
}

.plant_of li .txt b {
	display:block;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    font-weight: normal;
	margin-bottom:9px;
}

.plant_of li .txt p {
	font-size: 14px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 50px;
    color: #777;
}

.plant_cpic {
	
}

.plant_cpic li {
	width:100%;
	height:210px;
	position:relative;
	z-index:1;
	overflow:hidden;
	margin-bottom:15px;
}

.plant_cpic li img {
	position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    height: 100%;
}

.plant_cpic li p {
	position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
    background: linear-gradient(to top, rgb(0, 0, 0), transparent);
    width: 100%;
    height: 70px;
    color: #FFF;
    box-sizing: border-box;
    padding: 30px 15px 0px 15px;
}

.plant_cpic li b {
	display: block;
    color: #FFF;
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
}

.plant_tit {
	height: 50px;
	line-height:50px;
    font-size: 20px;
	color:#111;
	background:#f6f6f6;
	padding:0 15px;
}

.plant_tit i {
	color:#70CAB7;
}

.plant_rlist {
	padding:0 20px;
}

.plant_rlist li {
	width:100%;
	float:left;
	border-bottom:1px dotted #e0e0e0;
	padding:13px 0;
}

.plant_rlist li:last-child {
	border-bottom:none;
}

.plant_rlist li .pic {
	float:right;
	width:120px;
	height:74px;
	overflow:hidden;
	position:relative;
	z-index:1;
}

.plant_rlist li .pic img {
	position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    height: 100%;
}

.plant_rlist li .txt {
	float:left;
	width:-webkit-calc(100% - 145px); 
	width:-moz-calc(100% - 145px); 
	width:calc(100% - 145px);
}

.plant_rlist li .txt b {
	display:block;
    height: 22px;
    line-height: 22px;
    font-size: 16px;
    font-weight: normal;
	margin-bottom:7px;
	overflow:hidden;
}

.plant_rlist li .txt p {
	font-size: 12px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 44px;
    color: #777;
}

.plant_ano {
	width:100%;
	float:left;
	margin:10px 0;
}

.plant_ano ul {
	width:100%;
	float:left;
}

.plant_ano ul li {
	float:left;
	width:-webkit-calc(33% - 15px); 
	width:-moz-calc(33% - 15px); 
	width:calc(33% - 15px);
	margin-right:15px;
	margin-bottom:15px;
}

.plant_ano ul li:nth-child(3n) {
	float:right;
	margin-right:0;
}

.plant_ano li .pic {
	float:left;
	width:130px;
	height:85px;
	overflow:hidden;
	position:relative;
	z-index:1;
}

.plant_ano li .pic img {
	position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    height: 100%;
}

.plant_ano li .txt {
	float:right;
	width:-webkit-calc(100% - 145px); 
	width:-moz-calc(100% - 145px); 
	width:calc(100% - 145px);
}

.plant_ano li .txt b {
	display:block;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    font-weight: normal;
	margin-bottom:5px;
	overflow:hidden;
}

.plant_ano li .txt p {
	font-size: 12px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 44px;
    color: #777;
}

.pet_main {}

.pet_one {}

.pet_one_l {
	float:left;
	width:-webkit-calc(33% - 26px); 
	width:-moz-calc(33% - 26px); 
	width:calc(33% - 26px);
	margin-right:30px;
	background:#FFF;
	border:5px solid #fde5e5;
}

.pet_one_lt {
	width:100%;
	height:120px;
	background:#fde5e5;
}

.pet_one_lt i {
	display:block;
	margin-left:80px;
	width:80px;
	float:left;
	margin-top:20px;
}

.pet_one_lt i img {
	width:100%;
}

.pet_one_lt p {
	float:left;
	font-size:15px;
	margin-top:25px;
	margin-left:20px;
	text-transform:uppercase;
	color:#FA4E57;
}

.pet_one_lt p b {
	display:block;
	font-size:30px;
	margin-bottom:5px;
}

.pet_one_l:nth-child(3n) {
	float:right;
	margin-right:0;
}

.pet_one_l:nth-child(2) {
	border-color:#FFF1E1;
}

.pet_one_l:nth-child(3) {
	border-color:#ecf5e3;
}

.pet_one_l:nth-child(2) .pet_one_lt {
	background:#FFF1E1;
}

.pet_one_l:nth-child(3) .pet_one_lt {
	background:#ecf5e3;
}

.pet_one_l:nth-child(2) .pet_one_lt p {
	color:#FA7A53;
}

.pet_one_l:nth-child(3) .pet_one_lt p {
	color:#81BB40;
}




.pet_one_l .gList {
	padding:20px;
	height:425px;
	overflow:hidden;
}

.pet_one_l .gList li {
	height:20px;
	margin-bottom:20px;
}
.pet_one_l .gList li:last-child {
	margin-bottom:0;
}

.pet_one_l .gList li:nth-child(1) .num {
	background:#FA4E57;
}

.pet_one_l .gList li:nth-child(2) .num {
	background:#FA7A53;
}

.pet_one_l .gList li:nth-child(3) .num {
	background:#FBC258;
}

.pet_one_l .gList li .num{
	font-size:14px;
	color:#fff;
	background:#bcbcbc;
	width:20px;
	height:20px;
	display:block;
	float:left;
	line-height:20px;
	text-align:center;
	margin-right:10px;
}
.pet_one_l .gList li .tab-tit {
	font-size:15px;
	line-height:20px;
	float:right;
	width:-webkit-calc(100% - 30px);
	width:-moz-calc(100% - 30px);
	width:calc(100% - 30px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pet_one_l .gList li .tab-con {
	display:none;
	margin-top:15px;
}

.pet_one_l .gList li.on {
	height:auto;
}

.pet_one_l .gList li.on .tab-con {
	display:block;
}

.pet_one_l .gList li.on .pubpic{
	display:block;
	width:110px;
	height:70px;
	float:left;
	overflow:hidden;
	position:relative;
	background:#eee;
}

.pet_one_l .gList li.on .pubpic img {
	display: block;
	height: 100%;
	position: absolute;
	transform: translate(-50%,-50%);
	top: 50%;
	left: 50%;
}

.pet_one_l .gList li.on .tabclass {
	float:right;
	width:-webkit-calc(100% - 125px);
	width:-moz-calc(100% - 125px);
	width:calc(100% - 125px);
	line-height:22px;
	overflow: hidden; 
    text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:3; 
	-webkit-box-orient:vertical;
	height:66px;
	color:#999;
	text-indent:24px;
}


.pet_two {
	margin-top:25px;
}

.pet_two_l {
	float:left;
	width:790px;
}

.pet_two_r {
	float:right;
	width:380px;
}

.pet_two_lt {
	border-bottom:1px solid #eee;
	height:55px;
	font-size:26px;
	font-weight:100;
	margin-bottom:20px;
	background:url(../images/cat.png) no-repeat left top;
	padding-left:60px;
	line-height:46px;
	margin-top:-8px;
}

.pet_two_l ul {}

.pet_two_l li {
	width:245px;
	float:left;
	margin-right:27px;
	margin-bottom:11px;
}

.pet_two_l li:nth-child(3n) {
	float:right;
	margin-right:0;
}

.pet_two_l li span {
	display:block;
	height:169px;
	position:relative;
	z-index:1;
	overflow:hidden;
	margin-bottom:7px;
}

.pet_two_l li span img {
	position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    height: 100%;
}

.pet_two_l li b {
	display: block;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 5px;
    overflow: hidden;
}

.pet_two_l li p {
	font-size: 12px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 44px;
    color: #777;
}

.pet_two_rt {
	width:100%;
	height:120px;
	background:url(../images/dog.png) no-repeat 56px center #d2b7e5;
	color:#FFF;
	font-size:30px;
	padding-left:165px;
	box-sizing:border-box;
	line-height:120px;
	overflow:hidden;
}

.pet_two_rc {
	width:100%;
	background:#F7F7F7;
	margin-top:10px;
	height:585px;
	overflow:hidden;
}

.pet_two_rc ul {
	padding:0 20px;
}

.pet_two_rc li {
	border-bottom:1px dotted #ccc;
	padding:15px 0;
}

.pet_two_rc li:last-child {
	border-bottom:none;
}

.pet_two_rc li b {
	display: block;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 8px;
	font-weight:700;
}

.pet_two_rc li p {
	font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 48px;
    color: #777;
}

.life_culture {
	margin-bottom:20px;
}

.culture_l {
	float: left;
    width: 795px;
}

.culture_r {
	float:right;
    width: 360px;
	border-left:1px solid #eee;
	padding-left:20px;
}

.culture_la {
	width:500px;
	float:left;
}

.culture_lpic {
	height:300px;
	overflow:hidden;
	position:relative;
	z-index:1;
	margin-bottom:5px;
}

.culture_lpic img {
	position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    height: 100%;
}

.culture_lpic p {
	position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
    background: linear-gradient(to top, rgb(0, 0, 0), transparent);
    width: 100%;
    height: 70px;
    color: #FFF;
    box-sizing: border-box;
    padding: 30px 15px 10px 15px;
}

.culture_lpic p b {
	display: block;
    color: #FFF;
    font-size: 17px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
}

.culture_lnew li {
	border-bottom:1px dotted #e0e0e0;
	padding:12px 0;
}

.culture_lnew li b {
	display: block;
    height: 30px;
    line-height: 30px;
    font-size: 17px;
    font-weight: normal;
    margin-bottom: 5px;
	overflow:hidden;
}

.culture_lnew li p {
	font-size: 13px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 50px;
    color: #777;
}

.culture_list {
	margin-top:10px;
}

.culture_list li {
	float: left;
    width: -webkit-calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: calc(50% - 10px);
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    box-sizing: border-box;
    padding-left: 15px;
    position: relative;
    z-index: 1;
    margin-right: 15px;
}

.culture_list li:nth-child(2n) {
    margin-right: 0;
	float:right;
}

.culture_list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 4px;
    height: 4px;
    background: #ccc;
    margin-top: -2px;
}

.culture_lb {
	width:270px;
	float:right;
}

.culture_lb li {
	margin-bottom:15px;
}

.culture_lb li:last-child {
	margin-bottom:0;
}

.culture_lb li span {
    display: block;
    height: 167px;
    position: relative;
    z-index: 1;
    overflow: hidden;
	margin-bottom: 5px;
}

.culture_lb li span img {
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    height: 100%;
}

.culture_lb li b {
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    font-weight: normal;
    overflow: hidden;
}

.culture_r h4 {
	font-size:18px;
	color:#9C9DFF;
	height:38px;
	border-bottom:1px solid #9C9DFF;
}

.culture_rlist {
	height:600px;
	overflow:hidden;
}

.culture_rlist li {
	border-bottom:1px solid #eee;
	padding:20px 0;
}

.culture_rlist li:last-child {
	border-bottom:none;
}

.culture_rlist li .tit {
	height:24px;
	line-height:24px;
	margin-bottom:10px;
}

.culture_rlist li .tit i, .culture_rlist li .tit b {
	display:block;
	float:left;
}

.culture_rlist li .tit i {
	width:24px;
	height:24px;
	background:#CCC;
	text-align:center;
	font-size:14px;
	color:#FFF;
}

.culture_rlist li .tit b {
	width:-webkit-calc(100% - 35px); 
	width:-moz-calc(100% - 35px); 
	width:calc(100% - 35px);
	float:right;
	overflow:hidden;
	font-size:16px;
	font-weight:normal;
	height:24px;
	line-height:24px;
	overflow:hidden;
}

.culture_rlist li .con {
	font-size: 13px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 48px;
    color: #777;
}

.culture_rlist li:nth-child(1) .tit i, .culture_rlist li:nth-child(2) .tit i, .culture_rlist li:nth-child(3) .tit i {
	background:#9C9DFF;
}

.life_live {
	margin-bottom:20px;
}

.live_l {
    float: left;
    width: 790px;
}

.live_r {
    float: right;
    width: 380px;
}

.live_la {
	margin-bottom:20px;
	background:#F7F7F7;
	width:100%;
	float:left;
}

.live_la:last-child {
	margin-bottom:0;
}

.live_la_l {
	width:360px;
	height:220px;
	position:relative;
	overflow:hidden;
	z-index:1;
	float:left;
}

.live_la_l img {
	position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    height: 100%;
}

.live_la_l p {
	position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
    background: linear-gradient(to top, rgb(0, 0, 0), transparent);
    width: 100%;
    height: 70px;
    color: #FFF;
    box-sizing: border-box;
    padding: 30px 15px 10px 15px;
}

.live_la_l b {
	display: block;
    color: #FFF;
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
}

.live_la_r {
	width:385px;
	float:right;
	margin-right:20px;
	margin-top:20px;
}

.live_la_r li {
	height:36px;
	line-height:36px;
	overflow:hidden;
	font-size:15px;
}

.live_la_r li b {
    display: block;
    float: left;
    width: -webkit-calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    width: calc(100% - 80px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
}

.live_la_r li span {
    display: block;
    float: right;
    color: #999;
	font-size:12px;
}

.live_ra {
	border:1px solid #eee;
	margin-bottom:20px;
}

.live_ra:last-child {
	margin-bottom:0;
}

.live_ra h4 {
	height: 50px;
    line-height: 50px;
    font-size: 20px;
    color: #111;
    background: #f6f6f6;
    padding: 0 15px;
}

.live_ra ul {
	margin:0 20px;
	height:278px;
	margin-top:10px;
}

.live_ra ul li {
	font-size:14px;
	height:38px;
	line-height:38px;
}

.live_ra ul li b {
    display: block;
    float: left;
    width: -webkit-calc(100% - 65px);
    width: -moz-calc(100% - 65px);
    width: calc(100% - 65px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
	position:relative;
	z-index:1;
	padding-left:15px;
}

.live_ra ul li b:before {
	content:"";
	position:absolute;
	left:0;
	top:50%;
	width:4px;
	height:4px;
	background:#888;
	margin-top:-2px;
}

.live_ra ul li span {
    display: block;
    float: right;
    color: #999;
	font-size:12px;
}

.live_list {
	width:100%;
	float:left;
	margin-top:30px;
}

.live_list li {
	width:280px;
	height:190px;
	position:relative;
	overflow:hidden;
	z-index:1;
	float:left;
	margin-right:26px;
}

.live_list li i {
	display:block;
	position:absolute;
	z-index:11;
	width:80px;
	height:36px;
	line-height:36px;
	color:#FFF;
	font-size:14px;
	text-align:center;
	background-color:rgba(112,202,183,.8);
}

.live_list li:nth-child(4n) {
	float:right;
	margin-right:0;
}

.live_list img {
	position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    height: 100%;
}

.live_list p {
	position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
    background: linear-gradient(to top, rgb(0, 0, 0), transparent);
    width: 100%;
    height: 70px;
    color: #FFF;
    box-sizing: border-box;
    padding: 30px 15px 10px 15px;
}

.live_list b {
	display: block;
    color: #FFF;
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
}

.life_cons {}

.life_cons li {
	float: left;
    width: -webkit-calc(33% - 20px);
    width: -moz-calc(33% - 20px);
    width: calc(33% - 20px);
	background:#F7F7F7;
	margin-right:35px;
	margin-bottom:20px;
	padding-bottom:15px;
}

.life_cons li:nth-child(3n) {
    float: right;
    margin-right: 0;
}

.life_cons li span {
	display:block;
	height: 250px;
    overflow: hidden;
    position: relative;
    z-index: 1;
	margin-bottom:10px;
}

.life_cons li span img {
	position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    height: 100%;
}

.life_cons li b {
	display: block;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    font-weight: normal;
    overflow: hidden;
	margin:0 10px 5px 15px
}

.life_cons li p {
	font-size: 13px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 48px;
    color: #888;
	margin:0 10px 0 15px
}

.life_manual {}

.manual_a {
	
}

.manual_ai {
	float: left;
    width: -webkit-calc(50% - 40px);
    width: -moz-calc(50% - 40px);
    width: calc(50% - 40px);
	background:#F7F7F7;
	padding:25px 25px 15px 25px;
	height:500px;
	overflow:hidden;
}

.manual_ai:nth-child(2n) {
    float: right;
	background:#fff;
	padding:0;
	height:540px;
}

.manual_one {

}

.manual_one span {
	display: block;
    height: 320px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-bottom: 15px;
}

.manual_one span img {
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    height: 100%;
}

.manual_one h4 {
	height:30px;
	line-height:30px;
	overflow:hidden;
	margin-bottom:7px;
}

.manual_one h4 i {
	display:block;
	height:24px;
	line-height:24px;
	margin-top:2px;
	background:#9C9DFF;
	color:#FFF;
	width:80px;
	text-align:center;
	border-radius:15px;
	font-size:12px;
	float:left;
}

.manual_one h4 b {
	display: block;
	float:right;
	width:-webkit-calc(100% - 95px); 
	width:-moz-calc(100% - 95px); 
	width:calc(100% - 95px);
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    font-weight: normal;
    overflow: hidden;
    margin: 0 0 5px 0;
}

.manual_one p {
	font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 48px;
    color: #888;
}

.manual_two {}

.manual_two li {
	float: left;
    width: -webkit-calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: calc(50% - 10px);
    background: #F7F7F7;
    height: 190px;
	position: relative;
    z-index: 1;
	overflow:hidden;
	margin-bottom:20px;
}

.manual_two li:nth-child(2n) {
    float: right;
}

.manual_two li img {
	position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    height: 100%;
}

.manual_two li p {
	position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
    background: linear-gradient(to top, rgb(0, 0, 0), transparent);
    width: 100%;
    height: 70px;
    color: #FFF;
    box-sizing: border-box;
    padding: 30px 15px 10px 15px;
}

.manual_two li b {
	display: block;
    color: #FFF;
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
}

.manual_two li:last-child {
	width:100%;
	height:330px;
	margin-bottom:0;
}

.manual_read {
	border-top: 1px solid #e4e4e4;
	margin-top:12px;
	padding-top:8px;
}

.manual_read li {
    float: left;
    width: -webkit-calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: calc(50% - 10px);
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    box-sizing: border-box;
    padding-left: 15px;
    position: relative;
    z-index: 1;
    margin-right: 15px;
}

.manual_read li:nth-child(2n) {
    margin-right: 0;
    float: right;
}

.manual_read li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 4px;
    height: 4px;
    background: #ccc;
    margin-top: -2px;
}

.manual_b {
	margin-top:25px;
	margin-bottom:20px;
}

.manual_b li {
    float: left;
    width: -webkit-calc(33% - 53px);
    width: -moz-calc(33% - 53px);
    width: calc(33% - 53px);
    background: #F7F7F7;
    margin-right: 25px;
    margin-bottom: 20px;
	padding:15px 20px;
}

.manual_b li:nth-child(3n) {
    float: right;
    margin-right: 0;
}

.manual_b li p {
	height: 36px;
    line-height: 36px;
    overflow: hidden;
    font-size: 15px;
}

.manual_b li p b {
    display: block;
    float: left;
    width: -webkit-calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    width: calc(100% - 80px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
}

.manual_b li p span {
    display: block;
    float: right;
    color: #999;
    font-size: 12px;
}


