﻿*{   font-family:Microsoft Yahei;}/*  */



/* 红黄白颜色 */



.lx_one .li_yellow,.ul_one .li_yellow,.ul_two .li_yellow{ background:url(/img/bg_12.png);}

.lx_one .li_red,.ul_one .li_red,.ul_two .li_red{ background:url(/img/bg_11.png)}

.lx_one .li_lan,.ul_one .li_lan,.ul_two .li_lan{ background:url(/img/bg_l.png)}


/* ul li */
.ul_one{ float:left; margin-top:100px;margin:0px; padding:0px;}
.ul_one li{
	float:left;
	width:280px;
	height:340px;
	background:url(/img/bg_13.png);
	margin: 22px;
}
.ul_one li h1{ float:left; width:100%; text-align:center; padding-top:20px; color:#fff; height:100px; line-height:100px; font-size:36px; font-weight:normal; letter-spacing:3px;margin:0px; padding:0px;}
.ul_one li .desc{ float:left; width:220px; padding:0px 30px; color:#fff; font-size:14px; line-height:25px; height:100px; overflow:hidden; margin:0px; }
.ul_one li .bottom{ float:left; width:100%; text-align:center; padding-top:20px;}
.ul_one li .bottom a{ padding:120px; background:url(/img/more.png) no-repeat center center;}
.ul_one li .no{ width:100%; font-size:24px; color:#fff; text-align:center; line-height:340px; letter-spacing:5px;}


.ul_two li,.ul_one li{-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;transition:all .3s ease 0s;}
.ul_two li:hover,.ul_one li:hover{-webkit-transform:scale(1.15);-moz-transform:scale(1.15);transform:scale(1.15);}
