@charset "utf-8";
/* CSS Document */
html, body {
	height: 100%;
	width: 100%;
	font-size: 12px;
	line-height: 2.4em;
	font-family: "Microsoft YaHei";
	color: #555;
	margin: 0;
	padding: 0;
}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
	margin: 0;
	padding: 0;
}
input, textarea, select {
	font-family: "Microsoft YaHei";
	font-size: 12px;
}
ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
li {
	list-style: none;
}
img {
	font-size: 0;
	vertical-align: bottom;
	line-height: 0;
	border: 0;
	transition: all linear .4s;
	-webkit-transition: all linear .4s;
}
a, a:visited {
	color: #555;
	text-decoration: none;
	transition: all linear .4s;
	-webkit-transition: all linear .4s;
}
a:hover {
	color: #ff5000;
	text-decoration: none;
}
.c {
	clear: both;
}
/*----------------------------------------------end main-----------------------------------------*/
/*通用*/
.m1 {
	width: 1200px;
	margin: 0 auto;
}
.index-title {
	position: relative;
	height: 100px;
}
.index-title h2 {
	font: normal 18px/100px "Microsoft YaHei";
	padding-left: 30px;
}
.index-title h2:before {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	border-radius: 7px;
	position: absolute;
	background-color: #ff5000;
	left: 0;
	top: 50%;
	margin-top: -7px;
}
.index-title a {
	float: right;
	color: #fff;
	background-color: #ff5000;
	display: inline-block;
	width: 100px;
	height: 32px;
	line-height: 32px;
	border-radius: 16px;
	text-align: center;
	margin-top: 34px;
}
/*头部*/
.tou-bg {
	background-color: #323232;
	height: 80px;
}
.tou {
	position: relative;
	height: 80px;
}
.tou .logo {
	position: absolute;
	left: 0;
	top: 15px;
}
.tou .hot {
	position: absolute;
	right: 220px;
	top: 20px;
	text-align: right;
}
.tou .hot b {
	color: #fff;
	background: url(/images/index_06.jpg) no-repeat center;
	display: block;
	font: normal 18px/24px "Microsoft YaHei";
}
.tou .hot i {
	color: #adadad;
	display: block;
	font: normal 12px/24px "Microsoft YaHei";
}
.tou .phone {
	position: absolute;
	right: 0;
	top: 20px;
	width: 200px;
	height: 40px;
	background-color: #fff;
	color: #ff5000;
	font: normal 24px/40px Arial;
	text-align: center;
	border-radius: 20px;
}
/*导航*/
.menu {
	width: 100%;
	height: 80px;
}
.menu ul {
	clear: both;
	overflow: hidden;
	background: url(/images/menu_xian.jpg) no-repeat center left;
}
.menu ul li {
	float: left;
	font: normal 16px/80px "Microsoft YaHei";
	width: 171px;
	text-align: center;
	background: url(/images/menu_xian.jpg) no-repeat center right;
}
/*banner*/
#full-screen-slider {
	width: 100%;
	height: 550px;
	position: relative;
}
#slides {
	display: block;
	width: 100%;
	height: 550px;
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
}
#slides li {
	display: block;
	width: 100%;
	height: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
}
#slides li a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}
#pagination {
	display: block;
	list-style: none;
	position: absolute;
	right: 50%;
	text-align: center;
	bottom: 30px;
	z-index: 9900;
	margin: 0
}
#pagination li {
	position: relative;
	right: -50%;
	display: block;
	list-style: none;
	width: 55px;
	height: 8px;
	float: left;
	margin: 0 10px;
	border-radius: 4px;
	background-color: #fff;
}
#pagination li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	text-indent: -9999px;
}
#pagination li.current {
	background-color: #ff5000;
}
/*立即咨询*/
.consultation-bg {
	width: 100%;
	height: 150px;
	border-bottom: 1px solid #ff5000;
}
.consultation {
	position: relative;
	height: 150px;
}
.consultation .sign {
	position: absolute;
	left: 60px;
	top: 45px;
	height: 105px;
	width: 60px;
	text-align: center;
	font: normal 14px/40px "Microsoft YaHei";
}
.consultation .sign:before {
	content: "";
	background: url(/images/index_13.jpg) no-repeat center top;
	display: block;
	height: 30px;
	width: 60px;
}
.consultation .sign:after {
	content: "";
	background: url(/images/index_21.jpg) no-repeat center top;
	display: block;
	width: 60px;
	height: 14px;
	bottom: -1px;
	position: absolute;
}
.consultation .consult {
	width: 150px;
	height: 42px;
	border-radius: 21px;
	background-color: #ff5000;
	position: absolute;
	right: 0;
	top: 54px;
	transition: all linear .4s;
	-webkit-transition: all linear .4s;
}
.consultation .consult a {
	display: block;
	color: #fff;
	font: normal 14px/42px "Microsoft YaHei";
	background: url(/images/index_16.jpg) no-repeat 33px center;
	padding-left: 60px;
}
.consultation .consult:hover {
	width: 160px;
}
/*故障类型*/
.type {
	width: 100%;
	height: 390px;
	padding: 50px 0;
	background-color: #f5f5f5;
}
.type-title {
	width: 234px;
	float: left;
	background: url(/images/index_36.jpg) no-repeat center bottom #e5e6ea;
	padding: 0 0 290px 0;
	height: 100px;
}
.type-title b {
	font: normal 20px/42px "Microsoft YaHei";
	display: block;
	color: #333;
	padding: 30px 0 0 40px;
}
.type-title i {
	font: normal 14px/28px "Microsoft YaHei";
	color: #9a9a9a;
	padding: 0 0 0 40px;
}
.type-list {
	width: 952px;
	height: 390px;
	float: right;
	background-color: #fff;
	position: relative;
}
.type-list b {
	background: url(/images/line.jpg) repeat-x;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
}
.type-list i.line1 {
	background: url(/images/line.jpg) repeat-y;
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 25%;
}
.type-list i.line2 {
	background: url(/images/line.jpg) repeat-y;
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
}
.type-list i.line3 {
	background: url(/images/line.jpg) repeat-y;
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 75%;
}
.type-list ul {
	clear: both;
	overflow: hidden;
	width: 952px;
	height: 390px;
}
.type-list ul li {
	float: left;
	width: 238px;
	height: 195px;
	text-align: center;
}
.type-list ul li img {
	padding: 50px 0 0 0;
	-webkit-transform-origin: center 90px;
	transform-origin: center 90px;/*中心点移动*/
}
.type-list ul li:hover img {
	animation: loading 1s infinite linear;
	-webkit-animation: shake 1s infinite linear;
}
@-webkit-keyframes shake {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
25% {
 -webkit-transform: rotate(-20deg);
 transform: rotate(-20deg);
}
50% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
75% {
 -webkit-transform: rotate(20deg);
 transform: rotate(20deg);
}
100% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
}
.type-list ul li span {
	display: block;
	font: normal 14px/40px "Microsoft YaHei";
}
/*热门维修*/
.craze {
	padding-bottom: 50px;
	clear: both;
	overflow: hidden;
}
.craze dl {
	width: 291px;
	height: 175px;
	float: left;
	margin-right: 12px;
	transition: all linear .4s;
	-webkit-transition: all linear .4s;
}
.craze dl:last-child {
	margin: 0;
}
.craze dl.red {
	background: linear-gradient(to right, #d55f5f, #eb6a90);
}
.craze dl.yellow {
	background: linear-gradient(to right, #ea8f3b, #f0b341);
}
.craze dl.green {
	background: linear-gradient(to right, #6ea166, #94be68);
}
.craze dl.blue {
	background: linear-gradient(to right, #5373b8, #4b91d8);
}
.craze dl.red:hover {
	background: linear-gradient(to right, #eb6a90, #d55f5f);
}
.craze dl.yellow:hover {
	background: linear-gradient(to right, #f0b341, #ea8f3b);
}
.craze dl.green:hover {
	background: linear-gradient(to right, #94be68, #6ea166);
}
.craze dl.blue:hover {
	background: linear-gradient(to right, #4b91d8, #5373b8);
}
.craze dl dt {
	font: normal 24px/32px "Microsoft YaHei";
	color: #fff;
	background: url(/images/index_60.png) no-repeat 40px center;
	padding-left: 80px;
	margin: 35px 0;
}
.craze dl dd {
	background: url(/images/index_64.png) no-repeat 130px center;
	padding-left: 45px;
	font: normal 14px/18px "Microsoft YaHei";
	transition: all linear .4s;
	-webkit-transition: all linear .4s;
}
.craze dl:hover dd {
	background: url(/images/index_64.png) no-repeat 140px center;
	padding-left: 45px;
	font: normal 14px/18px "Microsoft YaHei";
}
.craze dl dd a {
	color: #fff;
}
/*关于我们*/
.about-bg {
	background: url(/images/index_70.jpg) repeat;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
}
.about {
	background: url(/images/index_72.jpg) no-repeat center bottom;
	padding-bottom: 380px;
	clear: both;
	overflow: hidden;
	font: normal 14px/30px "Microsoft YaHei";
}
.about img {
	float: left;
	margin-right: 50px;
}
.about a {
	display: inline-block;
	color: #fff;
	font: normal 14px/42px "Microsoft YaHei";
	width: 150px;
	height: 42px;
	border-radius: 21px;
	background-color: #ff5000;
	text-align: center;
	margin-top: 25px;
}
.about a:hover {
	width: 160px;
}
/*四块咨询*/
.four {
	width: 1288px;
	margin: 100px auto 65px auto;
	clear: both;
	overflow: hidden;
}
.four dl {
	float: left;
	padding: 0 43px;
	width: 236px;
	text-align: center;
}
.four dl dd.pic {
	width: 236px;
	height: 236px;
	margin-bottom: 10px;
	transition: all linear .8s;
	-webkit-transition: all linear .8s;
}
.four dl:hover dd.pic {
	width: 236px;
	height: 236px;
	margin-bottom: 10px;
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);	/* Safari 和 Chrome */
	-moz-transform: rotateY(180deg);
}
.four dl dt {
	font: normal 24px/54px "Microsoft YaHei";
}
.four dl dd.txt {
	color: #999;
	font: normal 12px/24px "Microsoft YaHei";
	margin-bottom: 15px;
}
.four dl dd.more {
	width: 102px;
	height: 32px;
	margin: 0 auto;
}
.four dl dd.more a {
	display: inline-block;
	width: 100px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #ff5000;
	border-radius: 15px;
	color: #ff5000;
}
.four dl dd.more a:hover {
	color: #fff;
	background-color: #ff5000;
}
/*新闻动态*/
.news-bg {
	background-color: #f5f5f5;
	padding-bottom: 35px;
}
.news {
	clear: both;
	overflow: hidden;
	width: 1220px;
	margin: 0 auto;
}
.news dl {
	float: left;
	width: 590px;
	margin: 0 10px 10px 10px;
	background-color: #fff;
	transition: all linear .4s;
	-webkit-transition: all linear .4s;
}
.news dl:hover {
	background-color: #fafafa;
}
.news dl dd.tu {
	float: left;
	width: 180px;
}
.news dl dd.tu img{
	width:180px;
	height:120px;
}
.news dl dt {
	float: right;
	width: 350px;
	padding: 0 30px;
	font: normal 14px/30px "Microsoft YaHei";
	margin-top: 20px;
}
.news dl dt a {
	color: #222;
}
.news dl dt a:hover {
	color: #ff5000;
}
.news dl dd.zi {
	float: right;
	width: 350px;
	padding: 0 30px;
	color: #999;
}
.news dl dd.day {
	float: right;
	width: 350px;
	padding: 0 30px;
}
.news dl dd.day a {
	color: #ff5000;
	display: inline-block;
	margin-right: 20px;
}
.news dl dd.day span {
	color: #c9c9c9;
	display: inline-block;
}
/*底部宣传联系*/
.xian {
	border-top: 1px solid #dfdfdf
}
.xuan {
	border-bottom: 1px solid #dfdfdf;
	height: 80px;
}
.xuan ul {
	clear: both;
	overflow: hidden;
	width: 1200px;
}
.xuan ul li {
	width: 300px;
	float: left;
	height: 50px;
	margin-top: 30px;
}
.xuan ul li img {
	float: left;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	padding-left: 50px;
}
.xuan ul li span {
	font: 16px/20px "Microsoft YaHei";
	display: inline-block;
}
.lianxi {
	padding: 40px 0;
}
.lianxi .dot {
	width: 94px;
	height: 77px;
	border-radius: 50%;
	background-color: #ff5000;
	font: bold 22px/30px "Microsoft YaHei";
	text-align: center;
	color: #fff;
	padding-top: 17px;
	float: left;
}
.lianxi .add {
	padding-left:35px;
	width:765px;
	float: left;
}
.lianxi .add ul li {
	font: normal 16px/46px "Microsoft YaHei";
	background: url(/images/index_108.jpg) no-repeat left center;
	padding-left: 50px;
}
.lianxi .code {
	float: left;
	width: 89px;
	border-right: 1px solid #dfdfdf;
	padding-right: 22px;
}
.lianxi .code img{
	width:94px;
	height:94px;
}
.lianxi .contact {
	float: right;
	width: 172px;
}
.lianxi .contact b {
	width: 168px;
	height: 34px;
	border: 2px solid #ff5000;
	display: block;
	color: #ff5000;
	text-align: center;
	font: normal 20px/34px "Microsoft YaHei";
}
.lianxi .contact i {
	display: block;
	color: #ff5000;
	font: normal 16px/30px "Microsoft YaHei";
}
.lianxi .contact span {
	display: block;
	font: normal 12px/16px "Microsoft YaHei";
}
/*网站底部*/
.foot-bg {
	background-color: #f5f5f5;
	height: 42px;
	line-height: 42px;
}
.left {
	float: left
}
.right {
	float: right;
}
/*----------------------------------------------end index-----------------------------------------*/
.banner-ny {
	background: url(/images/about_02.jpg) no-repeat;
	width: 100%;
	height: 194px;
	text-align: center;
	font: normal 30px/194px "Microsoft YaHei";
	color: #fff;
}
.content {
	padding: 50px 0;
}
/*内页左侧*/
.ny-left {
	width: 830px;
	float: left;
}
.ny-title {
	border-bottom: 1px solid #f2f2f2;
	font: normal 24px/70px "Microsoft YaHei";
	color: #333;
	margin-bottom: 40px;
	width: 830px;
}
.ny-nr {
	line-height: 32px;
	width: 830px;
}
.ny-nr img{
	    width: 70%;
}
/*内页右侧*/
.ny-right {
	width: 290px;
	float: right;
}
/*内页右侧标题*/
.ny-right-title {
	position: relative;
	height: 70px;
}
.ny-right-title h2 {
	font: normal 18px/70px "Microsoft YaHei";
	padding-left: 30px;
}
.ny-right-title h2:before {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	border-radius: 7px;
	position: absolute;
	background-color: #ff5000;
	left: 0;
	top: 50%;
	margin-top: -7px;
}
/*内页右侧热门维修*/
.ny-craze {
	padding-bottom: 15px;
	clear: both;
	overflow: hidden;
	width: 290px;
}
.ny-craze dl {
	width: 140px;
	height: 110px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.ny-craze dl.yellow {
	margin-right: 0;
	margin-bottom: 10px;
}
.ny-craze dl.blue {
	margin-right: 0;
	margin-bottom: 10px;
}
.ny-craze dl.red {
	background-color: #e3667e;
}
.ny-craze dl.yellow {
	background-color: #ec993d;
}
.ny-craze dl.green {
	background-color: #7cac67;
}
.ny-craze dl.blue {
	background-color: #507ec4;
}
.ny-craze dl dt {
	font: normal 14px/32px "Microsoft YaHei";
	color: #fff;
	background: url(/images/index_60.png) no-repeat 15px center;
	margin: 15px 0;
	padding-left: 50px;
}
.ny-craze dl dd {
	background: url(/images/index_64.png) no-repeat 90px center;
	padding-left: 20px;
	font: normal 12px/18px "Microsoft YaHei";
	transition: all linear .4s;
	-webkit-transition: all linear .4s;
}
.ny-craze dl:hover dd {
	background: url(/images/index_64.png) no-repeat 100px center;
	font: normal 12px/18px "Microsoft YaHei";
}
.ny-craze dl dd a {
	color: #fff;
}
/*内页右侧新闻*/
.ny-news {
	width: 290px;
}
.ny-news ul {
	border-top: 1px solid #ececec;
	width: 290px;
}
.ny-news ul li {
	border-bottom: 1px solid #ececec;
	line-height: 56px;
	padding-left: 20px;
	transition: all linear .4s;
	-webkit-transition: all linear .4s;
}
.ny-news ul li:hover {
	background-color: #fafafa;
}
.ny-news ul li:hover a {
	color: #ff5000;
	display: block;
}
/*内页左侧条目*/
.ny-case {
	width: 830px;
}
.ny-case dl {
	clear: both;
	overflow: hidden;
	width: 830px;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 25px;
	margin-bottom: 25px;
}
.ny-case dl:last-child {
	clear: both;
	overflow: hidden;
	width: 830px;
	border-bottom: none;
	padding-bottom: 25px;
	margin-bottom: 0;
}
.ny-case dl dd.picture {
	position: relative;
	width: 250px;
	float: left;
}
.ny-case dl dd.picture img {
	width: 250px;
	height: 190px;
}
.ny-case dl dd.picture p.time {
	width: 76px;
	height: 64px;
	top: 0;
	left: 0;
	position: absolute;
	background-color: rgba(0,0,0,.5);
	text-align: center;
	color: #fff;
}
.ny-case dl dd.picture p.time b {
	font: normal 32px/40px "Microsoft YaHei";
	display: block;
}
.ny-case dl dd.picture p.time i {
	display: block;
	font: normal 12px/24px "Microsoft YaHei";
}
.ny-case dl dt {
	width: 550px;
	float: right;
	font: normal 22px/32px "Microsoft YaHei";
}
.ny-case dl dd.eye {
	width: 525px;
	float: right;
	background: url(/images/icon.png) no-repeat left center;
	line-height: 32px;
	padding-left: 25px;
	color: #999;
}
.ny-case dl dd.details {
	width: 550px;
	float: right;
	line-height: 24px;
	color: #666;
}
/*内页左侧条目详细*/
.title-news {
	font-size: 22px;
	padding-bottom: 15px;
}
.info-news {
	font: normal 12px/18px "Microsoft YaHei";
	border-bottom: 1px solid #ececec;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
/*内页左侧维修网点*/
.ny-contact {
	width: 830px;
}
.ny-contact ul {
	clear:both;
	overflow:hidden;
}
.ny-contact ul li {
	width:260px;
	margin-right:16px;
	margin-bottom:20px;
	float:left;
}
.ny-contact ul li img{
	width:260px;
	height:260px;
}
.ny-contact ul li p {
	background-color:#fafafa;
	padding:10px 15px 15px 15px;
	text-align:center;
	transition: all linear .4s;
	-webkit-transition: all linear .4s;
}
.ny-contact ul li p b {
	display:block;
	padding-bottom:5px;
	font:normal 16px/30px "Microsoft YaHei";
}
.ny-contact ul li p i {
	display:block;
	font:normal 12px/18px "Microsoft YaHei";
	color:#999;
	transition: all linear .4s;
	-webkit-transition: all linear .4s;
}
.ny-contact ul li:hover p{
	background-color:#ff5000;
	color:#fff;
}
.ny-contact ul li:hover p i{
	color:#fff;
}
.ny-contact ul li:hover a{
	color:#fff;
}

/*----------------------------------------------end 内页-----------------------------------------*/
/*宣传*/
.new-banner {
	background-color: #f1f1f1;
	font-size: 26px;
	height:160px;
	line-height:160px;
	color:#333;
}
/*新首页*/
.new-index{
	padding:50px 0;
}
/*新首页左边*/
.zuo{
	width:830px;
}
.xuanchuan{
	background-color:#f5f5f5;
	border-radius:5px;
	width:780px;
	padding:25px;
	font-size:18px;
	margin-bottom:65px;
}
.xuanchuan img{
	width:780px;
	height:180px;
	padding-bottom:10px;
}
.xuanchuan b{
	text-decoration: underline;
	color: #ff5001;
}
.xuanchuan .bannertitle{
	position: relative;
    text-align: center;

    z-index: 2;
	margin-top: -8px;
	color: aliceblue
}
.xuanchuan h2{
	color: #FFFFFF;
	font-size: 40px;
	padding-top: 10px;
	
}

.xuanchuan p{
	color: #FFFFFF;
	font-size: 30px;
	margin-top: -185px;
    margin-bottom: 15px;
    letter-spacing: 6px;
	font-weight: 100;
	line-height: 38px;
}
.xuanchuan span{
	color: #FFFFFF;
	font-size: 18px;
    letter-spacing: 2px;
	font-weight: 100;
}

/*地址*/
.address {
	width:820px;
	padding-left:10px;
}
.address b {
	color: #ff5001;
	text-decoration: underline;
	font-weight:normal;
	padding-left:8px;
}
.address dl {
	margin-bottom: 55px;
	word-wrap: break-word;
	width:100%;
}
.address dl dt{
	font-size: 12pt;
	line-height: 1.4em;
	padding-bottom: 15px;
	color:#666;
}
.address dl dd{
	font-size: 11pt;
	line-height: 1.4em;
	padding-bottom: 15px;
	color:#888;
}
.address dl dt img{
	padding-left:10px;
}
/*新首页右侧*/
.you{
	width:330px;
}
.you h3{
	color:#444;
	font-size:13pt;
	line-height: 1.4em;
	font-weight:normal;
	margin-bottom:15px;
}
.hot-contact{
	background-color:#f5f5f5;
	border-radius:5px;
	width:290px;
	padding:20px;
	margin-bottom:20px;
}
.hot-contact p{
	color:#666;
	font-size: 14px;
	line-height: 1.8em;
}
.hot-contact p b{
	color: #ff5001;
	text-decoration: underline;
	font-weight:normal;
	padding-left:3px;
}
.hot-contact>img{
	width:290px;
	height:290px;
	margin:10px auto;
}
.hot-contact>b{
	display:block;
	font-weight:normal;
	text-align:center;
	font-size: 14px;
}
.hot-repair{
	background-color:#f5f5f5;
	border-radius:5px;
	width:290px;
	padding:20px 20px 0 20px;
	margin-bottom:20px;
}
.hot-news{
	background-color:#f5f5f5;
	border-radius:5px;
	width:290px;
	padding:20px;
}
/*新加首页案例*/
.anli-title{
	color: #444;
    font-size: 13pt;
    line-height: 1.4em;
    margin-bottom: 15px;
	padding-left:10px;
	padding-bottom:10px;
	border-bottom:1px dashed #c8c8c8;
}
.anli{
	width:815px;
	clear: both;
	overflow: hidden;
	background-color:#f5f5f5;
	padding:15px 0 0 15px;
	border-radius:5px;
}
.anli dl {
	float: left;
	width: 390px;
	margin:0 15px 15px 0;
	background-color: #fff;
	transition: all linear .4s;
	-webkit-transition: all linear .4s;
	line-height:26px;
}
.anli dl:hover {
	background-color: #fafafa;
}
.anli dl dd.tu {
	float: left;
	width: 90px;
}
.anli dl dd.tu img{
	width:90px;
	height:70px;
}
.anli dl dt {
	float: right;
	width: 280px;
	font-size:14px;
}
.anli dl dt a {
	color: #222;
}
.anli dl dt a:hover {
	color: #ff5000;
}
.anli dl dd.zi {
	float: right;
	width: 280px;
	color: #999;
}
.anli dl dd.day {
	float: right;
	width: 280px;
	color: #c9c9c9;
	line-height:14px;
}
