/*
* @Author: dell
* @Date:   2019-02-16 13:25:07
* @Last Modified by:   dell
* @Last Modified time: 2019-02-16 15:20:46
*/
*{margin: 0px;
  padding: 0px;
  box-sizing: border-box;

}
h3{margin: 0;
	padding: 0;}
a{
	text-decoration: none;
	color:#363636 ;
}
li{
	list-style-type: none;
}

.xin{
	width: 1210px;
	margin: auto;
}
.tab-hd{
	width: 100%;
	height: 70px;
	text-align: center;
	line-height: 50px;
	position: relative;
}
.tab-hd a{
	font-size: 16px;
	line-height: 65px;
}
.tab-hd a:hover{
	color:#29BEA9;
}
.line{
	width: 120px;
	height: 2px;
	background-color: #29BEA9;
	position: absolute;
	bottom: 0;
	left: 550px;
}
.tubiao{
	width: 100%;
	height: 70px;
	padding-top: 25px;

}
.tubiao ul{
	width: 100%;
	height: 100%;

}
.casexz{
	border-radius: 5px;
	width:100%;
	height: 30px;
	background:#02B09B ;
	color: white;
	-webkit-transition: all .3s;
}
.casexz h5{
	color: white!important;
}
.tubiao li{
	width: 100px;
	height: 30px;
	float: left;
	text-align: center;
	cursor:pointer;
}
.tubiao ul a{
	width: 100px;
	height: 35px;
	display: block;
	float: left;
	margin-left: 20px;
	margin-top: 10px;
	text-align: center;
	-webkit-transition: all .3s;
}
.tubiao ul a:hover{
	width: 102px;
	height: 37px;
	margin-left: 18px;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px!important;
	padding: 1px;
	border: 1px #02B09B solid;
	border-radius: 5px;
	-webkit-transition: all .3s;
}
.pagination ul {
	display: inline-block;
	margin-bottom: 0;
	margin-left: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}
.pagination ul li {
	display: inline;
}

.pagination ul li.rows {
	line-height: 30px;
	padding-left: 5px;
}
.pagination ul li.rows b{color: #f00}

.pagination ul li a, .pagination ul li span {
	float: left;
	padding: 9px 15px;
	line-height: 20px;
	margin: 10px;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #d3dbde;
	margin-left: 2px;
	color: black;
	transition: all 0.2s linear;
	border-radius: 3px;
	font-size: 16px;
}
.pagination ul li a:hover{
	color: white;
	background: black;
}
.pagination ul li.first-child a, .pagination ul li.first-child span {
	border-left-width: 1px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-topleft: 3px;
}
.pagination ul .disabled span, .pagination ul .disabled a, .pagination ul .disabled a:hover {
	color: #999;
	cursor: default;
	background-color: transparent;
}
.pagination ul .active a, .pagination ul .active span {
	color: #2EAFBB;
	cursor: default;
}
.pagination ul li a:hover, .pagination ul .active a, .pagination ul .active span {
	background-color:#02B09B;
}
.pagination ul li.last-child a, .pagination ul li.last-child span {
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
}

.pagination ul li.current{color: royalblue ;font-weight: bold; background: #358868}
.current{
	background:#02B09B!important;
	color: white!important;
	border-radius: 3px;
}
/*.tubiao a:nth-child(1){*/
	/*background:url('../img/leimu.png')  no-repeat center 10px;*/
/*}*/


.tubiao-aa{
	background:url('../img2/leimu.png')  no-repeat center 10px!important;
}
.tubiao-ba{
	background:url('../img2/fushixiebao.png')  no-repeat center 10px!important;
}
.tubiao-ca{
	background:url('../img2/shipinshengxian.png')  no-repeat center 10px!important;
}
.tubiao-da{
	background:url('../img2/canyinmeishi.png')  no-repeat center 10px!important;
}
.tubiao-ea{
	background:url('../img2/muyinmeizhuang.png')  no-repeat center 10px!important;
}
.tubiao-fa{
	background:url('../img2/shenghuojiayuan.png')  no-repeat center 10px!important;
}
.tubiao-ga{
	background:url('../img2/baihuo.png')  no-repeat center 10px!important;
}
.tubiao-ha{
	background:url('../img2/jiudianfangchan.png')  no-repeat center 10px!important;
}
.tubiao-ia{
	background:url('../img2/sheyingyishu.png')  no-repeat center 10px!important;
}
.tubiao-ja{
	background:url('../img2/wenhualvyou.png')  no-repeat center 10px!important;
}
.tubiao-ka{
	background:url('../img2/qitaanli.png')  no-repeat center 10px!important;
}
.tubiao a:hover h5{
	color: #64c4b6;
}
.tubiao a h5{
	margin-top:2px;
	color: #bdbec0;
	height: 30px;
	line-height: 30px;
}
.tubiao a h5:hover{
	
	color: #64c4b6;
}
section{
	width: 100%;
	height: 300px;
	display:flex;
	padding-right: 130px;
	margin-top: 40px;
}
section div{
	flex:1;
	margin-left: 15px;
	border-radius:10px;
	/*box-shadow:2px 2px 2px 2px rgba(0, 0, 0, 0.2);*/
	border: 1px #EEEEEE solid;
	cursor:pointer;
}
.casediv:hover{
	box-shadow:0px 5px 10px #d2d0d0;
	-webkit-transition: all .5s;
}
.aa{
	width: 100%;
	height: 45px;
	background-color: #dbdeff;
	margin-left:0px;
	display:inline-block;
}
.xin section div a img{
	margin-left: 15px;
	margin-top: 15px;
}
section a{
	width: 100%;
	height: 100%;
	display:inline-block;
}
i{
	font-style:normal;
	border:1px solid #565656;
	border-radius: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-top: -5px;
	display: inline-block;
	margin-left: 5px;
	font-size: 16px;
}
section h6{
	position: relative;
	left:210px;
	top:-35px;
	font-size: 18px;
}
section p{
	font-size: 12px;
	color:#595959 ;
	line-height:24px;
	text-indent:2em;
}
.bb{
	width: 100px;
	height: 49px;
	margin-top: 15px;
	margin-left: 15px;
}
.anliimg{
	width: 345px;
	height: 220px;
}
section h5 {
	position: relative;
	left: 135px;
	top: -55px;
	font-weight: 400;
	font-size: 16px;
}
section em{
	font-size: 12px;
	color:#595959 ;
	line-height:20px;
	font-style:normal;
	position:relative;
	left:135px;
	top:-54px;
}

.caseul{
	list-style: none;
}
.caseul li{
	float: left;
	margin-left: 15px;
	margin-top: 10px;
	height: 339px;
}
/**
* CARD
**/
.card {
	/*-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0);*/
	/*transform: translateX(-50%) translateY(-50%) translateZ(0);*/
	width: 380px;
	background-color: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	-webkit-transition: box-shadow 0.5s;
	transition: box-shadow 0.5s;
}
.card a {
	color: inherit;
	text-decoration: none;
}

.card:hover {
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
}

/**
* DATE
**/
.card__date {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 45px;
	height: 45px;
	padding-top: 10px;
	background-color: coral;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	font-weight: 700;
	line-height: 13px;
}
.card__date__day {
	font-size: 14px;
}
.card__date__month {
	text-transform: uppercase;
	font-size: 10px;
}

/**
* THUMB
**/
.card__thumb {
	height: 170px;
	overflow: hidden;
	-webkit-transition: height 0.5s;
	transition: height 0.5s;
}
.card__thumb img {
	width: 100%;
	display: block;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
	transition: opacity 0.5s, -webkit-transform 0.5s;
	transition: opacity 0.5s, transform 0.5s;
	transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}
.card:hover .card__thumb {
	height: 130px;
}

.card:hover .card__thumb img {
	opacity: 0.6;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

/**
* BODY
**/
.card__body {
	position: relative;
	height: 90px;
	padding: 10px;
	-webkit-transition: height 0.5s;
	transition: height 0.5s;
}
.card:hover .card__body {
	height:205px;
}

.card__category {
	position: absolute;
	top: -25px;
	left: 0;
	height: 25px;
	padding: 0 15px;
	background-color: coral;
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 25px;
}


.card__title {
	margin: 0;
	padding: 0 0 10px 0;
	color: #000;
	font-size: 24px;
	text-transform: uppercase;
	text-align: center;
	line-height: 70px;
}

.card__subtitle {
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 19px;
	color: coral;
}
.caselogo{
	max-width: 90px;
	max-height: 90px;
	display: inline-block;
	text-align: center;
	margin: auto;
}
.caselogo2{
	width: 90px;
	float: right;
	margin-bottom: 10px;
}
.card__description {
	height: 90px;
	overflow: hidden;
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 10px;
	margin: 0;
	padding: 0;
	color: #666C74;
	line-height: 23px;
	opacity: 0;
	-webkit-transform: translateY(45px);
	transform: translateY(45px);
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
.card:hover .card__description {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.card__footer {
	position: absolute;
	bottom: 12px;
	left: 20px;
	right: 20px;
	font-size: 11px;
	color: #A3A9A2;
}

.icon {
	display: inline-block;
	vertical-align: middle;
	margin: -2px 0 0 2px;
	font-size: 18px;
}
.icon + .icon {
	padding-left: 10px;
}



.productimg1{
	position: absolute;
	top: 23%;
	right: 1%;
}
.productimg2{
	position: absolute;
	top: 38%;
	right: 1%;
}

.productimg3{
	position: absolute;
	top:53%;
	right: 1%;
}
.productimg4{
	position: absolute;
	top:63%;
	right:1%;
}
.productimg5{
	position: absolute;
	width: 45%;
	top: 60%;
	left: 4%;
}
.productimg6{
	position: absolute;
	width: 32%;
	top: 29%;
	left: 11%;
	z-index: 3;
}.productimg7{
	 position: absolute;
	 width: 29%;
	 top: 49%;
	 left: 10%;
 }.productimg8{
	  position: absolute;
	  width: 1.5%;
	  top: 40%;
	  left: 37%;
  }
.productimg9{
	position: absolute;
	width: 1.5%;
	top: 68%;
	left: 47%;
}
