header{
	position: fixed;
	z-index: 99;
	width: 100%;
	top: 0;
	left: 0;
	background: #fff;
	box-shadow: 0px 0px 5px #ccc;
}
.head{
	position: relative;
}
.menu{
	position: fixed;
	width: 100%;
	height: calc(100% - 102px);
	background: #fff;
	top: 50px;
	z-index: 96;
	display: none;
}
.menu ul{
	padding: 10px 15px 0;
}
.menu ul li{
	border-bottom: 1px rgba(0,0,0,.1) solid;
}
.menu ul li a{
	display: block;
	color: #333;
	line-height: 42px;
	padding: 0px 20px;
	background: url(../images/mujt.png) 95% center no-repeat;
	background-size: auto 30%;
}
.topheight{
	height: 50px;
}
.top{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	padding: 10px 0px;
}
.logo a img{
	height: 30px;
	width: auto;
}
.nav-logo{
	width: 28px;
}
.nav-logo i{
	display: block;
	padding: 3px 0px;
	transition: .3s;
	transform-origin: 32% center;
}
.nav-logo i:after{
	content: "";
	display: block;
	background: #666;
	height: 2px;
}
.nav-close i:nth-of-type(1){
	-webkit-transform: rotateZ(45deg);
	-moz-transform: rotateZ(45deg);
	-ms-transform: rotateZ(45deg);
	-o-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}
.nav-close i:nth-of-type(2){
	display:none;
}
.nav-close i:nth-of-type(3){
	-webkit-transform: rotateZ(-45deg);
	-moz-transform: rotateZ(-45deg);
	-ms-transform: rotateZ(-45deg);
	-o-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
}
#banner .swiper-pagination{
	bottom: 15px;
}
#banner .swiper-pagination span{
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #fff;
	opacity: 1;
}
#banner .swiper-pagination span.swiper-pagination-bullet-active{
	background: #e50014;
}
.banner{
	padding-top:50px;
}
.fuwu ul{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.fuwu ul li{
	width: calc((100% - 2px)/3);
	border-right: 1px rgba(0,0,0,.1) solid;
	border-bottom: 1px rgba(0,0,0,.1) solid;
}
.fuwu ul li:nth-child(3n+0){
	border-right: 0;
}
.fuwu ul li a{
	display: block;
	text-align: center;
	color: #333;
	padding: 10px 0px;
}
.fuwu ul li a i{
	display: block;
	height: 40px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 80%;
}
.fuwu ul li a span{
	display: block;
	font-size: 1.4rem;
	margin: 3px 0px 0px;
	line-height: 30px;
}
.title{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
}
.title::before{
	content: "";
	display: block;
	width: 50px;
	height: 1px;
	background: #999;
}
.title::after{
	content: "";
	display: block;
	width: 50px;
	height: 1px;
	background: #999;
}
.title p{
	font-size: 1.8rem;
	margin: 0px 10px;
}
.case{
	padding: 20px 0px;
}
.case ul{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	margin: 20px 0px 0px;
}
.case ul li{
	width: 48%;
	margin-bottom: 15px;
}
.case ul li a{
	display: block;
	background: #fff;
	box-shadow: 0px 0px 3px #ccc;
	border-radius: 5px;
	overflow: hidden;
}
.case ul li a i{
	display: block;
	font-size: 0;
	width: 100%;
}
.case ul li a img{
	width: 100%;
	height: auto;
}
.case ul li a section{
	padding: 5px 5px 10px;
	color: #000;
}
.case ul li a section big{
	display: block;
	font-size: 1.4rem;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	line-height: 24px;
}
.case ul li a section span{
	display: block;
	color: #999;
	font-size: 1.2rem;
	line-height: 24px;
}
.case .tomore{
	background-color: #dc0101;
	color: #fff;
	display: block;
	width: 100%;
	line-height: 38px;
	text-align: center;
	box-shadow: 0px 0px 3px #ccc;
	border-radius: 5px;
}
.news{
	padding: 5px 0px 15px;
}
.news ul{
	margin: 10px 0px 0px;
}
.news ul li a{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.news ul li{
	border-bottom: 1px rgba(0,0,0,.1) solid;
	padding: 10px 0px;
}
.news ul li a i{
	width: 30%;
	display: block;
	font-size: 0;
}
.news ul li a i img{
	width: 100%;
}
.news ul li a section{
	width: 66%;
	color: #000;
}
.news ul li a section big{
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 1.4rem;
	margin: 0px 0px 5px;
	line-height: 16px;
}
.news ul li a section span{
	display: block;
	font-size: 1.2rem;
	overflow: hidden;
	color: #666;
	line-height: 18px;
	height: 36px;
}
.news dl dd{
	border-bottom: 1px rgba(0,0,0,.1) solid;
}
.news dl dd a{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	color: #666;
	line-height: 40px;
}
.news dl dd a p:first-child{
	width: calc(100% - 85px);
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.news dl dd a p:first-child::before{
	content: "●";
	font-size: 1.2rem;
	color: #999;
	font-family:arial;
}
.news dl dd a p:last-child{
	width: 85px;
	font-family: arial;
	text-align: right;
}
footer{
	background: url(../images/btbg.png) center no-repeat;
	background-size: cover;
}
.bottom{
	padding: 20px 0px 65px;
}
.bottom .btlogo img{
	max-width: 45%;
	margin: 0 auto;
	display: block;
}
.bottom h3{
	color: #fff;
	text-align: center;
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 30px;
	padding: 10px 0px;
}
.bottom ul li{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	color: #fff;
	line-height: 24px;
}
.bottom ul li i{
	line-height: 24px;
	opacity: .6;
	font-size: 1.4rem;
}
.bottom ul li span{
	display: block;
	margin-left: 5px;
	font-size: 1.3rem;
}
.bottom section{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	padding: 15px 0px 0px;
}
.bottom section span{
	display: block;
	width: 30%;
	text-align: center;
	padding: 0px 10px;
	color: #fff;
	font-size: 1.3rem;
	line-height: 20px;
}
.bottom section span img{
	width: 100%;
}
.fixed-bottom{
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 98;
	box-shadow: 0px 0px 3px #333;
}
.fixed-bottom dl{
	display: flex;
	display: -webkit-flex;
	font-size: 1.2rem;
	background: #dc0101;
}
.fixed-bottom dl dd{
	width: 33.3333333333333333%;
	text-align: center;
}
.fixed-bottom dl dd i{
	display:block;
	text-align:center;
	margin:0px 0px 3px;
}
.fixed-bottom dl dd i img{
	width:auto;
	height:21px;
	margin:0 auto;
}
.fixed-bottom dl dd:nth-child(3){
	border-right: 0;
}
.fixed-bottom dl dd a{
	color: #fff;
	display: block;
	line-height:18px;
	padding:7px 0px 3px;
}
/*page*/
.ibanner{
	position: relative;
}
.ibanner section{
	position: absolute;
	left: 10%;
	width: 80%;
	top: 25%;
	color: #fff;
}
.ibanner section big{
	display: block;
	font-size: 2.0rem;
}
.ibanner section big:after{
	content: "";
	display: block;
	height: 2px;
	width: 20px;
	background: #fff;
	margin: 10px 0px;
}
.ibanner section span{
	display: block;
	line-height: 22px;
}
.pbanner{
	height:350px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	background-color:#000;
}
.ibanner section{
	left: 5%;
	width: 90%;
	top: 30%;
	z-index:6;
}
.ibanner:after{
	content:"";
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:rgba(0,0,0,.1);
}
.iabout{
	padding: 20px 0px;
}
.iabout h2 img{
	margin: 0 auto;
	width: 66%;
}
.iabout h3{
	font-weight: normal;
	font-size-adjust: 1.6rem;
	text-align: center;
	line-height: 20px;
	padding: 15px 0px 10px;
}
.iabout section{
	line-height: 24px;
	color: #666;
}
.ititle{
	text-align: center;
}
.ititle big{
	display: block;
	color: #df2327;
	font-size: 1.8rem;
}
.ititle big:after{
	content: "";
	display: block;
	width: 10px;
	height: 2px;
	background: #df2327;
	margin: 2px auto 5px;
}
.ititle span{
	display: block;
	color: #666;
	font-size: 1.3rem;
}
.ihonor{
	background: url(../images/ihbg.jpg) center no-repeat;
	background-size: cover;
	padding: 20px 0px;
}
#honor{
	margin: 15px 0px 0px;
	padding-bottom: 30px;
}
#honor .swiper-pagination{
	bottom: 0;
}
#honor .swiper-pagination span{
	background: #fff;
}
.ihonor .ititle big,.ihonor .ititle span{
	color: #fff;
}
.ihonor .ititle big:after{
	background: #fff;
}
.iteam{
	padding: 20px 0px;
}
#team{
	margin: 15px 0px 0px;
}
.hezuo{
	background: #eaecef;
	padding: 20px 0px;
}
.hezuo ul{
	margin: 15px 0px 0px;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.hezuo ul li{
	width: 32%;
	margin: 0 0 5px;
	margin-right: 2%;
}
.hezuo ul li:nth-child(3n+0){
	margin-right: 0;
}
.hezuo ul li img{
	max-width: 100%;
	border: 1px rgba(0,0,0,.1) solid;
}
.wenhua{
	padding: 20px 0px 15px;
}
#wenhua{
	margin: 15px 0px 0px;
}
.pingjia{
	background: url(../images/pjbg.jpg) center no-repeat;
	padding: 20px 0px;
}
.pingjia .ititle big,.pingjia .ititle span{
	color: #fff;
}
.pingjia .ititle big:after{
	background: #fff;
}
.pingjia video{
	margin-top:15px;
}
.pdclass{
	padding: 5px 0px 0px;
	box-shadow: 0px 0px 5px #ccc;
}
.pdclass .swiper-container-p{
	padding-bottom:5px;
	padding-left:5px;
}
.pdclass .swiper-container-p .swiper-slide{
	width:auto;
}
.pdclass .swiper-container-p .swiper-slide a{
	display:block;
	color:#333;
	padding:0px 10px;
	line-height:40px;
	position:relative;
}
.pdclass .swiper-container-p .swiper-slide a:after{
	content:"";
	display:block;
	height:2px;
	position:absolute;
	bottom:5px;
	left:0;
	background:#e2070b;
	width:100%;
	opacity:0;
}
.pdclass .swiper-container-p .swiper-slide a.cur:after{
	opacity:1;
}
.pdclass .swiper-container-p .swiper-scrollbar{
	width:100%;
	left:0;
	border-radius:0;
	height:5px;
	background:#fff;
	bottom:0;
}
.pdclass .swiper-container-p .swiper-scrollbar .swiper-scrollbar-drag{
	background:#057ce1;
	border-radius:0;
}
.icase{
	padding: 20px 0px;
}
.icase ul{
	display:flex;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content:space-between;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.icase ul li{
	width: 48%;
	margin-bottom: 15px;
}
.icase ul li a{
	display: block;
	background: #fff;
	box-shadow: 0px 0px 3px #ccc;
	border-radius: 5px;
	overflow: hidden;
	position:relative;
}
.icase ul li a i{
	display: block;
	font-size: 0;
	width: 100%;
}
.icase ul li a img{
	width: 100%;
	height: auto;
}
.icase ul li a section{
	padding: 5px 5px 10px;
	color: #000;
}
.icase ul li a section big{
	display: block;
	font-size: 1.4rem;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	line-height: 24px;
}
.icase ul li a section span{
	display: block;
	color: #999;
	font-size: 1.2rem;
	line-height: 24px;
}
.icase ul li a small{
	position:absolute;
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	-webkit-justify-content:center;
	align-items:center;
	-webkit-align-items:center;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.6);
	top:0;
	left:0;
	opacity:0;
}
.icase ul li a.active small{
	opacity:1;
}
.icase ul li a small img{
	max-width:60%;
}
.page-list{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: center;
	-webkit-justify-content: center;
}
.page-list a{
	display: block;
	line-height: 29px;
	border: 1px rgba(0,0,0,.1) solid;
	border-radius: 2px;
	font-size: 1.2rem;
	color: #666;
	padding: 0px 7px;
	margin: 0px 2px 4px;
}
.page-list a.hover{
	background: #dc0101;
	color: #fff;
	border: 1px #dc0101 solid;
}
.inewsd{
	padding:20px 0px;
}
.inewsd h1{
	font-size: 1.8rem;
	color: #333;
	text-align: center;
	line-height:20px;
}
.inewsd h2{
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	font-size:1.3rem;
	padding:10px 0px 5px;
	border-bottom:1px rgba(0,0,0,.2) solid;
}
.inewsd h2 i{
	color:#f00;
}
.inewsd section{
	margin:15px 0px 0px;
	line-height:24px;
	font-size:1.3rem;
	color:#666;
}
.pageturn a{
	display:block;
	color:#333;
	line-height:26px;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}
.pageturn a font{
	color:#dc0101;
}
.icased{
	background:#f6f6f6;
	padding:15px 0px 0px;
}
.icased h1{
	font-size:2.0rem;
	line-height:30px;
}
.icased h2{
	font-size:1.4rem;
	line-height:24px;
}
.icased h2:after{
	content:"";
	display:block;
	width:30px;
	height:2px;
	background:rgba(0,0,0,.25);
	margin:1px 0px 5px;
}
.icased section{
	line-height:22px;
	font-size:1.2rem;
	color:#888;
}
.icased dl{
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	padding:15px 0px 0px;
}
.icased dl dd,.icased dl dt{
	width:45%;
}
.icased dl dd a{
	display:block;
	line-height:36px;
	border:1px rgba(0,0,0,.2) solid;
	background:url(../images/lkpic.png) 25px center no-repeat;
	background-size:auto 15px;
	padding-left:55px;
	color:#333;
}
.icased dl dt a{
	display:block;
	line-height:38px;
	background:#d90000;
	text-align:center;
	color:#fff;
}
.icased>a{
	display:block;
	width:40%;
	line-height:50px;
	background:#fff;
	border-radius:5px;
	text-align:center;
	color:#333;
	margin:20px auto 30px;
}
.icont{
	padding:20px 0px 0;
}
.fanye{
	display:flex;
	display:-webkit-flex;
}
.fanye a{
	display:block;
	width:50%;
	text-align: center;
	height: 50px;
	line-height: 50px;
	color: #fff;
	background-color: #000;
	font-size: 1.6rem;
}
.fanye a:last-child{
	background:#dc0101;
}
.inews{
	padding: 10px 0px 20px;
}
.inews ul{
	padding-bottom: 20px;
}
.inews ul li a{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.inews ul li{
	border-bottom: 1px rgba(0,0,0,.1) solid;
	padding: 10px 0px;
}
.inews ul li a i{
	width: 33%;
	display: block;
	font-size: 0;
}
.inews ul li a i img{
	width: 100%;
}
.inews ul li a section{
	width: 63%;
	color: #000;
}
.inews ul li a section small{
	display: block;
	color: #999;
	font-size: 1.2rem;
	margin: 5px 0px;
	line-height: 16px;
}
.inews ul li a section big{
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 1.4rem;
	line-height: 16px;
}
.inews ul li a section span{
	display: block;
	font-size: 1.2rem;
	overflow: hidden;
	color: #666;
	line-height: 18px;
	height: 36px;
}
.icontact{
	padding: 20px 0px;
}
.icontact dl{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.icontact dl dt{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	padding: 0 5px;
	width: 100%;
	margin-bottom: 20px;
}
.icontact dl dt i{
	display: block;
	width: 25%;
}
.icontact dl dt section{
	width: 75%;
}
.icontact dl dt section big{
	display: block;
	padding-left: 10px;
}
.icontact dl dt section span{
	display: block;
	color: #666;
	margin: 3px 0px 0px;
	padding-left: 10px;
	line-height: 18px;
}
.icontact dl dd{
	width: 50%;
	padding: 15px 0px;
	text-align: center;
}
.icontact dl dd:nth-of-type(1),.icontact dl dd:last-child{
	background: #e60012;
	color: #fff;
}
.icontact dl dd:nth-of-type(2){
	border-top: 1px rgba(0,0,0,.1) solid;
}
.icontact dl dd:nth-of-type(3){
	border-bottom: 1px rgba(0,0,0,.1) solid;
}
.icontact dl dd i{
	display: block;
}
.icontact dl dd i img{
	width: 50%;
	margin: 0 auto;
}
.icontact dl dd big{
	display: block;
	font-size: 1.6rem;
	line-height: 26px;
	margin: 3px 0px 0px;
}
.icontact dl dd span{
	display: block;
	font-size: 1.4rem;
}
.message{
	padding: 20px 15px 0;
}
.message h2{
	text-align: center;
}
.message h2 p{
	font-size: 2.0rem;
}
.message h2 p::after{
	content: "";
	display: block;
	height: 2px;
	background: #e60012;
	width:50px;
	margin: 5px auto 7px;
}
.message h2 span{
	display: block;
	font-size: 1.4rem;
	color: #888;
}
.message form{
	margin: 15px 0px 0px;
	padding: 15px;
    box-shadow: 0px 0px 5px #ddd;
}
.message form input{
	width: 100%;
	line-height: 22px;
	padding: 8px 15px;
	border: 1px rgba(0,0,0,.1) solid;
	margin-bottom: 10px;
	outline: none;
}
.message form textarea{
	width: 100%;
	line-height: 22px;
	padding: 8px 15px;
	border: 1px rgba(0,0,0,.1) solid;
	margin-bottom: 10px;
	outline: none;
	resize: none;
}
.message form button {
	width: 100%;
	height: 42px;
	color: #fff;
	border: 0;
	border-radius: 3px;
	background: #444444;
	transition: .3s;
}
.wbanner{
	position: relative;
}
.wbanner section{
	position: absolute;
	width: 100%;
	left: 0;
	padding: 0px 15px;
	top: 15%;
	color: #fff;
	box-sizing: border-box;
}
.wbanner section big{
	display: block;
	font-size: 2.1rem;
}
.wbanner section big:after{
	content: "";
	display: block;
	height: 2px;
	width: 30px;
	background: #fff;
	margin: 10px 0px;
}
.wbanner section span{
	margin: 0px 0px 10px;
	display: block;
}
.wbanner section a{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	color: #3d4ed2;
	padding: 0px 15px;
	width: 110px;
	background: #fff;
	border-radius: 13px;
	line-height: 30px;
	box-sizing: border-box;
}
.wbanner section a p{
	font-size: 1.2rem;
}
.wbanner section a:after{
	content: "";
	display: block;
	width: 15px;
	background: url(../images/wzgd.png) 0 center no-repeat;
	background-size: 97% auto;
}
.wztit{
	text-align: center;
	font-weight: bold;
	font-size: 2.2rem;
	line-height: 36px;
}
.jiejue{
	padding: 15px 0px;
}
.jiejue ul{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	padding: 15px 0px 0px;
}
.jiejue ul li{
	width: 50%;
	text-align: center;
	margin-bottom: 15px;
}
.jiejue i{
	display: block;
}
.jiejue i img{
	width: 80px;
	margin: 0 auto;
}
.jiejue span{
	display: block;
	line-height: 22px;
	font-size: 1.5rem;
	margin: 10px 0px 0px;
}
.wzteam{
	background: #f5f5f5;
	padding: 20px 0px 5px;
}
.wzteam section{
	text-align: center;
	font-size: 1.3rem;
	padding: 5px 0px 0px;
}
.tese{
	background: url(../images/tsbg.jpg) center no-repeat;
	background-size: cover;
	padding: 20px 10px 25px;
}
.tese .wztit{
	color: #fff;
}
.tese .swiper-container-t{
	margin: 15px 0px 0px;
	padding-bottom: 30px;
}
.tese .swiper-container-t .swiper-pagination{
	bottom: 0;
}
.tese .swiper-container-t .swiper-pagination span{
	background: #fff;
}
.tese .swiper-container-t .swiper-slide{
	background: #047dd1;
	color: #fff;
	padding: 5px 5px 10px;
	text-align: center;
}
.tese .swiper-container-t .swiper-slide i{
	display: block;
	padding: 15px 0px 20px;
}
.tese .swiper-container-t .swiper-slide i img{
	width: 30px;
	margin: 0 auto;
}
.tese .swiper-container-t .swiper-slide big::before{
	content: "";
	display: block;
	width: 20px;
	height: 2px;
	background: #fff;
	margin: 0 auto 20px;
}
.tese .swiper-container-t .swiper-slide big{
	display: block;
	font-size: 1.5rem;
	margin: 0px 0px 5px;
}
.tese .swiper-container-t .swiper-slide span{
	display: block;
	font-size: 1.2rem;
	line-height: 18px;
	min-height: 72px;
}
.houtai{
	padding: 15px 0px;
}
.houtai section{
	text-align: center;
	padding: 5px 0px;
	font-size: 1.3rem;
}
.wzcase{
	padding: 15px 0;
	background: #f7fafc;
}
.wzcase ul{
	display:flex;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content:space-between;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	padding: 20px 0px 0px;
}
.wzcase ul li{
	width: 48%;
	margin-bottom: 15px;
}
.wzcase ul li a{
	display: block;
	background: #fff;
	box-shadow: 0px 0px 3px #ccc;
	border-radius: 5px;
	overflow: hidden;
}
.wzcase ul li a i{
	display: block;
	font-size: 0;
	width: 100%;
}
.wzcase ul li a img{
	width: 100%;
	height: auto;
}
.wzcase ul li a section{
	padding: 5px 5px 10px;
	color: #000;
}
.wzcase ul li a section big{
	display: block;
	font-size: 1.4rem;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	line-height: 24px;
}
.wzcase ul li a section span{
	display: block;
	color: #999;
	font-size: 1.2rem;
	line-height: 24px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}