/* CSS Document */
*{padding: 0;margin: 0; }
body{
	font-family: "宋体", "微软雅黑", "Tahoma", "SimSun", "SimHei", "monospace", "Arial", "Helvetica", "sans-serif";
	color: #333;
	background: #fff;
	font-size: 14px;
	outline: none;
	line-height: 24px;
}
a{text-decoration: none;color: #333;}
a:hover{color:#049;cursor: pointer;}
p{font-size: 14px;}
ul li{list-style: none;}
a,img{border:0;}
textarea{border: 1px solid #EFEFEF;padding:10px;width: 250px;vertical-align: top;}
.floatL{float: left;}
.floatR{float: right;}
.btn{background: #a60303;border-radius: 3px;padding: 5px 10px;color: #fff;font-size: 16px;}
a.btn:hover{text-decoration: none;}
.brw{color: #d20059;}
/*清除浮动s*/
.cls{clear: both;float: none;line-height: 0px;height: 0px;overflow: hidden;visibility: hidden;}
.clearfix:after {visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0;}
.clearfix {zoom:1;}
/*清除浮动e*/
.wrap,.full{margin-right: auto;	margin-left: auto; overflow: hidden;}
.wrap{width: 1000px;}
.full{width: 100%;}
/*文字属性s*/
.t12{font-size: 12px;}
.t14{font-size: 14px;}
.t16{font-size: 16px;}
.t18{font-size: 18px;}
.tnormal{font-weight: normal;}
.tb{font-weight: bold;}
.tred{color: #F00;}
.tred a{color: #F00;}
.tgreen{color: #090;}
.tdeepred{color:#cc0000;}
.tgray{color: #999;}
.tblack{color: #000000;}
.tblack a{color: #000000;}
.tblue{color: #049;}
.theiti{font-family: "黑体";}
.tyahei{font-family: "微软雅黑";}
.theight40{line-height: 40px;height: 40px;}
.tcenter{text-align: center;}
/*文字属性e*/
.frame{border: 1px solid #EEE;}
/*标题和更多*/
.title{font-family: "微软雅黑";border-bottom: 3px solid #004499;font-size: 18px;color: #049;line-height: 35px;height: 35px;}
.title a{color: #004499;}
.more{font-size: 12px;line-height: 35px;}
/*e*/
.blank10,.blank15,.blank20{clear: both;float: none;width: 100%;}
.blank10{line-height: 10px;height: 10px;}
.blank15{line-height: 15px;height: 15px;}
.blank20{line-height: 20px;height: 20px;}
/* 图片放大缩小s*/
img.trans{transition:All 0.4s ease-in-out;-webkit-transition:All 0.4s ease-in-out;-moz-transition:All 0.4s ease-in-out;-o-transition:All 0.4s ease-in-out;}
img.trans:hover{transform:scale(1.1);-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);-ms-transform:scale(1.1);}
/* 图片放大缩小e*/
.ad img{display: block;margin: 0px;padding: 0px;}
/* 返回顶部s*/
.dn{display: none;}
.go-top{position: fixed;bottom: 40px;right: 20px;width: 46px;z-index: 999;}
.go-top a{display: block;width: 46px;height: 46px;margin-bottom: 10px;background-image: url(/zjs2015/images/go-top.png?);}
.go-top a:last-child{margin-bottom: 0;}
.go-top .go{background-position: 0 -150px;}
.go-top .go:hover{background-position: 0 -250px;}
.go-top .feedback{background-position: 0 -100px;}
.go-top .feedback:hover{background-position: 0 -300px;}
.go-top .uc-2vm{background-position: 0 0;}
.go-top .uc-2vm:hover{background-position: 0 -350px;}
/*
.go-top .share{background-position: 0 -50px;}
.go-top .share:hover{background-position: 0 -200px;}
*/
.go-top .uc-2vm-pop{position: absolute;right: 60px;top: -100px;box-shadow: 0px 1px 4px rgba(0,0,0,.2);background: #fff;border: 1px solid #EEE;}
.go-top .uc-2vm-pop .title-2wm{font-size: 14px;margin-top: 10px;margin-left: 10px;}
.go-top .uc-2vm-pop .logo-2wm-box{position: relative;}
/* 返回顶部e*/