﻿@import url(/images/lib.css);
* {
    margin:0 auto;
	padding:0;
}
html {
	overflow-x: hidden; background-color:#fff;
}
body {
    font-family:"宋体",Arial,Helvetica,sans-serif;
	color:#363636;
	line-height:21px;
	font-size:12px;
}
ul li {
    list-style:none;
}
.tbold { font-weight:bold;}
.tred {color:#F00;}
.tblue {color:#0066FF}
.tem {font-style:italic}
input {
	border:1px solid #ddd;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	padding:0 2px;
}
.inp {
    height:25px;
	line-height:25px;
	padding:0 2px;
	border:1px solid #ccc;
}
textarea {
	border:1px solid #ccc;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	padding:2px;
}
.formurl {
	line-height:21px;
}
.formurl td {
	padding:2px;
}
.subit {
    cursor:pointer;
	border:1px solid #ddd;
	height:25px;
	line-height:25px;
	padding:0 5px;
	background:#eee;
}

.area {
	border:1px solid #ddd;
}
.code {
	width:60px;
    height:20px;
	line-height:20px;
	padding:0 2px;
	border:1px solid #ccc;
}


a:link, a:visited {
    color:#363636;
	text-decoration:none;
	outline:none; blur:expression(this.onFocus=this.blur());
}
a:hover, a:Active {
    color:#F00;
	text-decoration:none;
}
.container {
    width:1000px;
}
a img {
    border:0;
}

.top {
	width:100%;
	height:90px;
}
.topcon {
	width:1000px;
	height:90px;
	position:relative;
}
.logo {
    width:360px;
	height:90px;
	float:left;
	
}
.logo a {
    width:360px;
	height:90px;
	display:block;
}
.codes {
	width:60px;
	height:75px;
	float:left;
	padding-top:10px;
	position:relative;
	text-align:center;
	margin-left:5px;
}
.codes i {
	background:url(code.gif) no-repeat 22px 24px;
	width:60px;
	height:75px;
	position:absolute;
	z-index:100;
	display:block;
	cursor:pointer;

}

.codes span {
	position:absolute;
	bottom:0;
	height:15px;
	display:block;
	color:#777;
}
.tel {
	width:auto;
	height:50px;
	float:right;
	padding-top:30px;
	font-size:14px;
	color:#c00;
	font-family:"Microsoft YaHei"
}
.tel em {
	font-size:25px;
	line-height:35px;
	font-weight:bold;
}

.sc {
    width:220px;
	height:20px;
	line-height:20px;
	float:right;
	padding-right:10px;
	position:absolute;
	top:5px;
	right:5px;
}
.sc a {
    margin:0 5px;
}


.fixedmenu{position:fixed;top:0px;left:0px;width:100%;	
    FILTER: alpha(opacity=90); 
	opacity: 0.9;
	transition:all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;	-webkit-transition: all 0.5s ease-in-out;	-o-transition: all 0.5s ease-in-out;
}


.menu {
    width:100%;
	height:35px;
	line-height:35px;
	z-index:9999;
	padding:5px 0;
	background:#a00;
}

.menu ul{ 
    width:1000px;
    margin:0 auto;
	font-family:"Microsoft YaHei";
	font-size:14px;
} 
.menu>ul>li{ 
    width:auto;
	height:35px;
	line-height:35px;
	display:block;
	text-align:center;
	float:left;
	font-size:14px;
	position:relative;
	margin-right:1px;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
} 
.menu>ul>li>a:link, .menu>ul>li>a:visited {
	text-decoration:none;
	display:block;
	color:#fff;
}
.menu ul li a:after{content: '';width:2px;height:12px;background-color: #696969;left: 0px;position: absolute;margin-top: -15px;transition: all 0.3s ease-in-out 0s; display: block; opacity: 0;}

.menu>ul>li span {
    padding:0 26px;
}
.menu>ul>li:hover {margin-top:-10px;}
.menu>ul>li b {
	position:absolute;
	left:45%;
	z-index:9999;
	display:block; width:0; height:0; border-left:5px solid transparent; border-right:5px solid transparent; border-top:5px solid #f00; position:absolute; bottom:2px;
}
.menu>ul>li:hover b, .menu>ul>li.navthis> b{
	display:block; width:0; height:0; border-left:5px solid transparent; border-right:5px solid transparent; border-top:5px solid #ddd; position:absolute; bottom:2px;
}


.menu>ul>li:hover,.menu>ul>li>a:hover, .menu>ul>li>a:active, .menu>ul>li.navthis>a{
	background:#c00;
	color:#ff0;
	-webkit-border-radius:5px; 
	-moz-border-radius:5px;
	border-radius:5px;
	transition:0.3s; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out;
} 

/* 下拉的菜单栏 */ 
.menu>ul>li ul{ 
    display:none; 
    width:108px; 
    position:absolute; 
    background:#c00;
    color:#fff; 
    overflow:hidden;
    box-shadow:2px 2px 10px #333; 
    -webkit-box-shadow:2px 2px 10px #333; 
    -moz-box-shadow:2px 2px 10px #333;
    z-index:9999;
	-webkit-border-radius:0 0 5px 5px; 
	-moz-border-radius:0 0 5px 5px;
	border-radius:0 0 5px 5px;

} 
/* 下拉菜单的菜单项 */ 
.menu .arrow{
	position:absolute;
	right:-10px;
    color:#ddd;
	font-family:"宋体"
}
.menu>ul>li>ul li{
	position:relative;
	text-align:left;
	line-height:30px;
	border-bottom:1px solid #b00;
} 
.menu>ul>li>ul li>a{
	color:#fff;
	padding-left:25px;
	display:block;
} 
.menu>ul>li>ul li:hover,.menu>ul>li>ul li.mcur {
	color:#ff0;
	background:#333;
	border-bottom:1px solid #333;
} 
.menu>ul>li>ul li a:hover,.menu>ul>li ul li:hover .arrow {
	color:#ff0;
}

/* 三级及以下的菜单项的定位 */ 
.menu>ul>li>ul>li ul{
	left:108px;
	top:0px;
} 

.fullSlide {
	width:100%;
	position:relative;
	height:410px;
}
.fullSlide .bd {
	margin:0 auto;
	position:relative;
	z-index:0;
	overflow:hidden;
}
.fullSlide .bd ul {
	width:100% !important;
}
.fullSlide .bd li {
	width:100% !important;
	overflow:hidden;
	text-align:center;
	display:block;
	background:center;
}
.fullSlide .bd li a {
	display:block;
	height:410px;
}
.fullSlide .hd {
	width:100%;
	position:absolute;
	z-index:1;
	bottom:0;
	left:0;
	height:20px;
	line-height:20px;
}
.fullSlide .hd ul {
	text-align:center;
}
.fullSlide .hd ul li {
	cursor:pointer;
	display:inline-block;
	*display:inline;
	zoom:1;
	width:40px;
	height:5px;
	border-bottom:1px solid #fff;
	margin-right:2px;
	overflow:hidden;
	filter:alpha(opacity=80);
	opacity:0.8;
	line-height:999px;
}
.fullSlide .hd ul .on {
	width:40px;
	height:5px;
	background:#fff;
	transition:all 0.8s ease-in-out;-moz-transition: all 0.8s ease-in-out;	-webkit-transition: all 0.8s ease-in-out;	-o-transition: all 0.8s ease-in-out;
}
.fullSlide .prev,.fullSlide .next {
	display:block;
	position:absolute;
	z-index:1;
	top:50%;
	margin-top:-30px;
	left:0;
	z-index:1;
	width:40px;
	height:60px;
	background:url(slider-arrow.png) -126px -137px #888 no-repeat;
	cursor:pointer;
	display:none;
}
.fullSlide .next {
	left:auto;
	right:0;
	background-position:-6px -137px;
}
.fullSlide .prev:hover {
	left:0;
	z-index:1;
	background-position:-126px -137px;
	background-color:#000;
}

.fullSlide .next:hover {
	left:auto;
	right:0;
	background-position:-6px -137px;
	background-color:#000;
}

.main {
	width:1000px;
	overflow:auto;
	margin-top:5px;
	background:#FFF;
	border-bottom:5px solid #FFF;
	overflow-x: hidden; 
	overflow-y: hidden;
}
.main-left {
    width:770px;
	float:left;
}
.title {
    height:30px;
	line-height:30px;
	border-bottom:2px solid #c00;
}
.titlea {
    padding:0 15px;
	letter-spacing:1px;
	float:left;
	color:#fff;
	font-size:14px;
	font-family:"Microsoft YaHei";
	background:#c00;
	-webkit-border-radius:5px 5px 0 0; 
	-moz-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
}
.titlea span {
    font-size:10px;
	padding-left:5px;
	color:#eee;
	font-weight:normal;
}

.title3 {
    height:35px;
	line-height:33px;
	background:#efefef;
}
.title3a{ float:left; font-size:14px;font-family:"Microsoft YaHei"; display:inline-block; background:#c00; color:#fff; padding:0 10px; position:relative; box-shadow:1px 3px 4px #bbc9c4;-webkit-border-radius:3px; 
	-moz-border-radius:3px;	border-radius:3px;}
.title3a em{ display:block; width:0; height:0; border-top:6px solid transparent; border-bottom:6px solid transparent; border-left:6px solid #c00; position:absolute; top:35%; right:-5px;}

.titlea span {
    font-size:10px;
	padding-left:5px;
	color:#eee;
	font-weight:normal;
}
.title2 {
    height:30px;
	background:#222;
	line-height:30px;
}
.title2a {
    padding:0 10px;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
}
.titlecon {
    padding:5px;
	text-align:left;
}
.titlecon ul li {
	border-bottom:1px dotted #ddd;
	padding-left:10px;
	height:30px;
	line-height:30px;
	display:block;
	position:relative;
	overflow:hidden;
	background:url(/images/list2.gif) no-repeat left center;
}
li:hover .over {
	bottom:0;
	padding-left:10px;
}
.over {
		background: #c00; transition:0.3s; left: 0px; bottom: -100%; width: 100%; height: 100%;color:#fff; position: absolute; -o-transition: .3s; -moz-transition: .3s; -webkit-transition: .3s; display:block;

}
.zs {
    width:760px;
	padding:5px;
	height:160px;
}

.main-right {
    width:220px;
	float:right;
	background:#f0f0f0;
}
.classcon {
    padding:5px;
	text-align:left;
}
.classcon>ul>li {
    height:29px;
	line-height:29px;
	display:block;
	margin-top:7px;
	text-align:left;
	position:relative;
	font-family:"Microsoft YaHei";
	font-size:14px
}
.classcon>ul>li>a:link, .classcon>ul>li>a:visited {
    border:#ddd solid 1px;
	display:block;
	background:url(n1.gif);
	-webkit-border-radius:5px; 
	-moz-border-radius:5px;
	border-radius:5px;
	padding-left:30px;
}

.classcon>ul>li:hover>a,.classcon>ul>li>a:hover, .classcon>ul>li>a:Active, .classcon>ul>li.navs>a {
    border:#c00 solid 1px;
	display:block;
	background:#c00;
	transition:0.3s; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out;
	color:#FFF;
}
.classcon>ul>li ul{ 
    display:none; 
    width:120px; 
    position:absolute; 
    background:#c00;
    color:#fff; 
    z-index:4444;
	top:0px;
	left:-120px;
	-webkit-border-radius:5px; 
	-moz-border-radius:5px;
	border-radius:5px;
} 

/* 下拉菜单的菜单项 */ 
.classcon>ul>li>ul li{
	position:relative;
	text-align:right;
	line-height:30px;
	-webkit-border-radius:5px; 
	-moz-border-radius:5px;
	border-radius:5px;
} 
.classcon>ul>li>ul li>a{
	color:#fff;
	display:block;
	padding-right:25px;
} 
.classcon>ul>li>ul li:hover{
	background:#333;
} 
.classcon>ul>li>ul li a:hover {
	color:#ff0;
}

.classcon .arrow{
    float:left; 
    color:#ddd;
	position:absolute;
	left:10px;
	font-family:"宋体"
} 
.classcon>ul>li b {
	background:url(nico.png) no-repeat left;
	width:26px;
	height:30px;
	display:block;
	position:absolute;
	left:10px;
	z-index:5555;
}
/* 三级及以下的菜单项的定位 */ 
.classcon>ul>li>ul>li ul{
	right:120px;
	top:0px;
} 
.news {
    width:770px;
	margin-top:5px;
overflow:hidden;
}
.news1 {
    width:380px;
	float:left;
	border:1px solid #DDD;
	-webkit-border-radius:5px 5px 0 0; 
	-moz-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
}
.news2 {
    width:380px;
	float:right;
	border:1px solid #DDD;
	-webkit-border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
}

.lxwm {
    padding:5px;
	text-align:left;
	height:220px;
	overflow:hidden;
}
.lxwm img {
    display:none;
}
.case {
	width:99%;
	text-align:left;
	display:block;
	margin-top:10px;
}
.case strong {
	background:#eee;
	position:relative;
	display:block;
	float:left;
	padding:1px 5px;
	margin-right:5px;
}

.case ul li {
    height:23px;
	line-height:23px;
	display:block;
	margin-bottom:7px;
}
.case ul li a:link, .case ul li a:visited {
    background:#eee;
	border:1px solid #ddd;
	color:#777;
	padding:0 5px;
	display:block;
	float:left;
	margin-right:5px;
}
.case ul li a:hover,.case ul li a.cur {
	border:1px solid #c00;
	color:#f0f0f0;
	background:#c00;
	transition:0.3s; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out;
}

.foot {
	width:100%;
	border-top:2px solid #c00;
	background:#f0f0f0;
}
.footer {
    width:990px;
	overflow:auto;
	overflow-x: hidden; 
	overflow-y: hidden;
	padding:5px;
	padding-bottom:10px;
	text-align:center;
	line-height:25px;
}

























/*二级页面*/
.second {
	width:1000px;
	overflow:auto;
	overflow-x: hidden; 
	overflow-y: hidden;
	margin-top:5px;
	border-bottom:5px solid #FFF;
	background:url(second.gif) repeat-y right #fff;
}
.classpic {
    height:360px;
	overflow:hidden;
}
.classpic a {
	display:block;
	height:300px;
}
.seco-left {
    width:770px;
	float:left;
}
.seco-right {
    width:220px;
	min-height:600px;
	float:right;
	background:#f0f0f0;
	-webkit-border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
}
.search {
	padding:5px;
}
.skey {
	background:#f0f0f0;
	padding:5px;
	text-align:left;
}
.skey span {
	color:#f00;
}
.sea {
	width:96%;
	height:30px;
	line-height:30px;
	margin:0 auto;
	font-family:"Microsoft YaHei";
}
.seb {
	height:26px;
	line-height:24px;
	cursor:pointer;
	background:#c00;
	border:1px solid #c00;
	color:#eee;
	letter-spacing:2px;
	padding:0 10px;
	text-align:center;
	margin-top:5px;
	font-family:"Microsoft YaHei";
	margin-left:10px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

.procon {
    padding:5px 0;
	overflow:auto;
	overflow-x: hidden; 
	overflow-y: hidden;
}
a:hover .hover {
	bottom:0;
	-webkit-border-radius:3px; -moz-border-radius:3px;border-radius:3px;
}
.hover {
	background: #000; transition:0.3s; left: 0px; bottom: -80%; width: 100%; height: 100%; text-align: center; color:#fff; position: absolute; transition: .3s;-o-transition: .3s; -moz-transition: .3s; -webkit-transition: .3s; FILTER: alpha(opacity=70); opacity: 0.7; line-height:25px;-webkit-border-radius:0 0 5px 5px;
	-moz-border-radius:0 0 5px 5px;border-radius:0 0 5px 5px;}
.hover p {
	text-align:left;
	padding:5px;
}
.stb{position:absolute;bottom:0px;left:0px;z-index:1;width:100%;height:100%;background:#000;opacity:0;filter:alpha(opacity=0);transition:all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;	-webkit-transition: all 0.5s ease-in-out;	-o-transition: all 0.5s ease-in-out;transform:scale(0,0);-moz-transform:scale(0,0);	-webkit-transform:scale(0,0);	-o-transform:scale(0,0);-webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px;
}
.procon li:hover .stb{opacity:0.8;filter:alpha(opacity=80);-webkit-transform:scale(1,1);-moz-transform:scale(1,1);transform:scale(1,1);}

.procon ul li {
	position: relative;
	overflow: hidden;
	float:left;
	text-align:center;
	margin:0 4px;
	margin:0 5px\9;
	_margin:0 4px;
	display:block;
	margin-bottom:5px;
	border:1px solid #ddd;
	line-height:25px;
	-webkit-border-radius:5px; 
    -moz-border-radius:5px; 
    border-radius:5px;
}
.procon ul li:hover {
	border:1px solid #c00;
    box-shadow:2px 2px 10px #888;
    -webkit-box-shadow:2px 2px 10px #888; 
    -moz-box-shadow:2px 2px 10px #888;
	overflow:hidden;
}
.procon ul li a img {
	-webkit-border-radius:5px; 
    -moz-border-radius:5px; 
    border-radius:5px;
display:block;
}
.procon ul li a:hover {
    color:#eee;
}
/*
.procon ul li:hover img {
	transform:rotate(360deg) scale(1);
}
*/
.procon ul li:hover {
    background:#c00;
	cursor:pointer;
	color:#eee;
	display:block;
}

.page {
	margin-top:15px;
	width:90%;
	height:34px;
	float:right;
	text-align:center;
	_overflow:hidden;
	float:right;
}
.page ul {
    float:right;
}
.page ul li {
    list-style:none;
	display:block;
	height:28px;
	margin:0 3px;
	line-height:28px;
	float:left;
	text-align:center;
}
.page ul li span {
	display:block;
	padding:0 6px;
	border:1px solid #ddd;
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
	border-radius:5px 5px 5px 5px;
}
.page ul li.curpage {
	background:#C00;
	display:block;
	color:#FFF;
	border:1px solid #c00;
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
	border-radius:5px 5px 5px 5px;
}
.page ul li.curpage span {
    border:0;
	padding:0 10px;
}
.page ul li a:link, .page ul li a:visited {
    display:block;
	padding:0 10px;
	border:1px solid #ddd;
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
	border-radius:5px 5px 5px 5px;
}
.page ul li a:hover {
    display:block;
	background:#c00;
	border:1px solid #c00;
	color:#FFF;
}
.pagelist{padding-top:10px;padding-bottom:10px;text-align:center; font-size:0px; clear:both;}
.pagelist span,.pagelist a,.pagelist strong{text-align:center; vertical-align:middle; font-family:Arial; font-size:12px;
display:inline-block; padding:4px 12px;margin:0px 2px;border:#cccccc solid 1px;color:#333333; border-radius:3px;}
.pagelist var{height:21px;line-height:21px; display:inline-block;margin:0px 3px 0px 3px;}
.pagelist strong,.pagelist .thispage{font-weight:100;margin-right:3px;border:#c00 solid 1px; background:#c00;color:#fff;}
.pagelist a:hover{ color:#fff; border:#c00 solid 1px; background:#c00;text-decoration:none;}
.pagelist select {border:0; padding:2px 0;}
/*日期*/
.dtime {
    width:60px;
	padding-top:5px;
	height:75px;
	background:#777;
	margin-bottom:10px;
	text-align:center;
	display:block;
	color:#9f9f9f;
	font-family:"Microsoft YaHei";
	float:right;
	background:url(news_clock.png) no-repeat center 47px #777;
}
.titlecon ul li:hover .dtime {
	color:#FFF;
	display:block;
	background:url(news_clock.png) no-repeat center 47px #c00;
	cursor:pointer;
}

.dayto {
    color:#fff;
	font-size:24px;
}

.aboutcon {
    height:249px;
    padding:5px;
    font-size:14px;
    line-height:28px;
	overflow:hidden;
	text-align:left;
}
.aboutcon2 td {
	margin:1px;
	padding:3px;
}
.aboutcon img {
    height:120px;
	width:150px;
	margin-right:5px;
}

.aboutcon2 {
    padding:5px;
	text-align:left;
	line-height:21px;
	margin:5px;
}
.artitle {
    font-size:14px;
	font-weight:bold;
	text-align:center;
	line-height:25px;
	border-bottom:1px solid #fff;
	margin:0 10px;
	letter-spacing:2px;
	padding-top:10px;
	font-family:"Microsoft YaHei";
}
.artitle h1 {
    font-size:14px;
}
.update {
    height:20px;
	line-height:20px;
	text-align:center;
	width:98%;
    color:#aba4b4;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	margin-top:20px;
	background:#f0f0f0
}
.aba4b4 a:link, .aba4b4 a:visited {
	color:#aba4b4
}
.aba4b4 a:hover{
    color:#99CC00
}

.arcon {
    text-align:left;
	padding:10px 5px;
	font-size:14px;
	line-height:180%;
	font-family: "Microsoft YaHei";
}
.arcon img{max-width:750px;autoimg:expression(onload=function(){this.style.width=(this.offsetWidth > 750)?"600px":"auto"}); display:block; margin:0 auto;}
.arcon p{ text-indent:2em;}
.arlist {
	width:96%;
    height:40px;
	line-height:20px;
	border-top:1px dashed #ddd;
	padding:5px;
}


.more {
    float:right;
	font-weight:normal;
	font-size:12px;
	letter-spacing:2px;
	text-align:right;
}
.more a {
	display:block;
	padding:5px 15px;
	margin:5px;
	line-height:10px;
	background:#e0e0e0;
	border-radius:10px;
}
.more a:hover {
	background:#909090;
	color:#fff;
}
.path {
    float:right;
	font-weight:normal;
	font-size:12px;
	padding:0 15px;
	letter-spacing:2px;
	text-align:right;
}

#top-bottom-menu{
	font: 9pt Arial, Helvetica, sans-serit ; 
	position:fixed;
	height:auto;
	text-align:center;
	filter: alpha(opacity=80); 
    opacity: 0.8;
	z-index:9999;
}
#top-bottom-menu #dstbm-top{
	position:absolute;
	border:1px #cccccc solid;
	display:none;
	cursor:pointer;	
}
#top-bottom-menu #dstbm-menu{
	position:absolute;
	border:1px #cccccc solid;
	cursor:pointer;	
}
#top-bottom-menu #dstbm-menu a:link, #top-bottom-menu #dstbm-menu a:visited{
	 color:#777;
 }
#top-bottom-menu #dstbm-menu a:hover{
	  color:#f00;
 }
#top-bottom-menu #dstbm-menu #dstbmmenu{
	display:none;
}
#top-bottom-menu #dstbm-menu ul li{
	display:inline;
	padding-left:10px;
 }
#top-bottom-menu #dstbm-bottom{
	position:absolute;
	border:1px #cccccc solid;
	cursor:pointer;
}
/*图片列表自适应*/
.tw_zs{clear:both;overflow:hidden;}
.tw_zs ul li{float:left;width:25%;position:relative; list-style:none}
.tw_zs ul li a{display:block;width:100%;height:100%;overflow:hidden;}
.tw_zs ul li img{clear:both;overflow:hidden;display:block;width:100%;height:auto;text-align:center;transition:all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;}
.tw_zs ul li a:hover img{transform:scale(1.3,1.3);-moz-transform:scale(1.3,1.3);-webkit-transform:scale(1.3,1.3);-o-transform:scale(1.3,1.3);transition:all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;}
.tw_zs ul li a .tw_tit{position:absolute;top:38%;left:0px;z-index:2;line-height:30px;color:#ffffff;font-size:16px;text-align:center;display:block;width:100%;opacity:0;filter:alpha(opacity=0);transition:all 0.5s ease-in-out;padding:0px 5px;}
.tw_zs ul li a:hover .tw_tit{opacity:1;filter:alpha(opacity=100);top:40%;}
.tw_zs ul li a .stb{position:absolute;top:0px;left:0px;z-index:1;width:100%;height:100%;background:#000;opacity:0;filter:alpha(opacity=0);transition:all 0.5s ease-in-out;}
.tw_zs ul li a:hover .stb{opacity:0.8;filter:alpha(opacity=80);transform:scale(1,1);}

/*
<li class="yw"> <a href="/p533/?Col7/21.html"> <img src="http://demo.skinsite.cn/p533//Up/day_160119/201601191820043787.jpg"> <span class="tw_tit">测试案例</span>
            <div class="fd-bg"></div>
          </a> </li>
*/
/*旋转*/
.icon img {
	transition:width 2s, height 1s; cursor: pointer; -webkit-transition: width 2s, height 2s, -webkit-transform 1s; -moz-transition: width 2s, height 2s, -moz-transform 1s; -o-transition: width 2s, height 2s, -o-transform 1s;
}
.icon:hover img {
	transform: rotate(20deg); -webkit-transform: rotate(20deg); -moz-transform: rotate(20deg); -o-transform: rotate(20deg);
}
/*
transform:rotateY(180deg);
transform:rotateX(180deg);翻转
transform:rotate(180deg) scale(1)旋转
transform:rotate(360deg) scale(1)
transform:0.5s linear 10ms;延时
/*放大*/
.big img{transition:all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;	-webkit-transition: all 0.5s ease-in-out;	-o-transition: all 0.5s ease-in-out;}
.big a:hover img{transform:scale(1.3,1.3);-moz-transform:scale(1.3,1.3);-webkit-transform:scale(1.3,1.3);-o-transform:scale(1.3,1.3);}


.hasMoreTab{ width:100%; font-family:"Microsoft YaHei"; }
	.hasMoreTab .hd{ line-height:100px;height:100px; position:relative; padding-bottom:30px; border-bottom:2px solid #777;   }
	.hasMoreTab .hd .more{ float:right; }
	.hasMoreTab .hd ul{ z-index:5;  zoom:1; width:400px; margin:0 auto; }
	.hasMoreTab .hd li{ float:left; width:100px;  cursor:pointer; margin-left:10px; text-align:center; background:#f00; border:2px solid #f00; color:#fff;-webkit-border-radius:50px; 
	-moz-border-radius:50px;
	border-radius:50px;
	transition: all 0.8s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;  }
	.hasMoreTab .hd li.on{ font-weight:bold; background:#fff; position:relative;  border:2px solid #777;  font-weight:bold; color:#777;  }
	.hasMoreTab .hd li.on dd {width:2px; height:30px; background:#777; position:absolute; bottom:-30px; left:49%; z-index:9999;}
	.hasMoreTab .bd{  padding:10px; clear:both; position:relative;  }
	.hasMoreTab .bd h2{ font-size:14px; }
	.hasMoreTab .bd p{ color:#999;  }
	.hasMoreTab .bd p a{ color:#c00;  }
	.hasMoreTab .bd ul a{ color:#3E78B3;  }
	.hasMoreTab .con { padding-bottom:20px; }
	
	
	.focusBox{ margin:0 auto;  position:relative;  border:1px solid #eee; width:217px; height:146px; padding:1px; background:#fff; overflow:hidden;     }
	.focusBox .hd{ height:22px; position:absolute; z-index:1; bottom:2px; right:2px; overflow:hidden;   }
	.focusBox .hd ul{ float:right;  overflow:hidden;  }
	.focusBox .hd li{ width:22px; height:22px; line-height:22px; text-align:center; background:#999; color:#fff; font-family:Arial; float:left; margin:0 1px; display:inline;
		-webkit-border-radius:22px; -moz-border-radius:22px; border-radius:22px; cursor:pointer;
	}
	.focusBox .hd li.on{ background:#c00; }
	.focusBox .bd li{ vertical-align:middle; }
	.focusBox .bd li img{ width:220px; height:150px; display:block;  background:url(loading.gif) center center no-repeat;  }

.newslist{width: 100%;font-family:"Microsoft YaHei";}
.newslist dl{padding: 1px;background: #fff;box-sizing: content-box; margin-top:20px;}
.newslist dl a{display: block;}
.newslist dl dt{float: left;width: 75px; background-color: #f2f2f2; text-align: center; font-family: Arial;}
.newslist dl dt span{display: block; line-height: 50px; border-bottom: 1px solid #fff; color: #666; font-size: 28px;}
.newslist dl dt p{display: block; color: #999; line-height: 21px; font-size: 12px; }
.newslist dl dd{overflow: hidden; padding-left:10px;}
.newslist dl dd b{font-size: 15px;display: block; hidden;text-overflow: ellipsis;white-space: nowrap;line-height: 30px;}
.newslist dl dd p{font-size: 12px;overflow: hidden;color: #888;}
.newslist dl:nth-of-type(even){ background: #fff;}
.newslist dl:hover{ background: #f2f2f2;}
.newslist dl:hover dt{ background: #fff;}
.newslist dl:hover dt span{border-bottom:1px solid #f2f2f2}