@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2014-09-09 15:50:01
 * @version $Id$
 */
/*基本样式*/
body , ul ,em   ,h5 ,dl ,dd {
	padding:0px;margin:0;font-size:12px;font-weight:normal;list-style-type:none;font-style:normal;font-family:"微软雅黑","arial","宋体","Tahoma","Verdana";color:#333;
}
a{
	text-decoration:none;color:#000;
}

a:hover{
	text-decoration:none;
}
a img{
	border:none;	
}
body{
	background:#f5f5f5;
}
input ,textarea{
	padding:0px;margin:0;border: none;background: none;	

}
*{margin:0px; padding:0px;}

/* 特殊字符 */
.none_border{margin:0px !important;padding:0px !important;background:none !important;border:none !important;}
.none_border_right{margin:0px !important;padding:0px !important;float:right !important;}
/*  */
input[type=button], input[type=submit], input[type=file], button { cursor: pointer; -webkit-appearance: none; } 
a:focus{-moz-outline:none;outline:none;}/*去掉虚线针对IE*/ 
a {blr:expression(this.onFocus=this.blur())}/*去掉虚线针对firefox*/ 
*:focus {outline: none;}

header{overflow: hidden;position: fixed;top: 0px ;left: 0px;width: 100%;z-index: 1;}
section{overflow: hidden;position: relative;}
footer{overflow: hidden;position: fixed;bottom: 0px ;left: 0px;width: 100%;}


#wrapper1{position: relative;top: 41px;overflow: hidden;height: 500px;left: 0px;}
#wrappergn{position: relative;top: 209px;overflow: hidden;height: 500px;}
#wrapper-x{position: relative;top: 50px;overflow: hidden;height: 500px;}
#wrapper-list{position: relative;top: 50px;overflow: hidden;height: 35px;width: 100%;background: #f84600;}
#wrapperList{position:relative;overflow: hidden;height: 30px;}
.ui-loader{height: 0px;display: none;}
.ui-btn-text{height: 0px;display: none;}
.bmcz .ui-link{color: #fff;}
.ui-btn-inner{height: 0px;display: none;}

.Header{width: 100%;height: 40px;border-bottom:1px solid #ccc;background:url(../images/TopBottonBg.png);position: relative;text-align: center;line-height: 40px;color: #555; font-size: 16px;}
.Header a{display: block;width: 100%;height: 100%;}
.HeaderLogo{position: absolute;left: 10px;top: 0px;background: url(../images/logo.jpg) no-repeat left center; background-size: 100px;height: 40px;width: 120px; }
.HeaderLeftIcon{position: absolute;top: 0px;left: 10px;background: url(../images/fhIcon.png) no-repeat left center; background-size: 20px;height: 40px;width: 40px;}
.HeaderRightIcon{position: absolute;right: 10px;top: 0px;background: url(../images/HeaderIcon2.png) no-repeat right center; background-size: 22px;height: 40px;width: 40px;}
.HeaderRightLisn{position: absolute;right: 10px;top: 0px;background: url(../images/HeaderRightLisn.png) no-repeat right center; background-size: 20px;height: 40px;width: 40px;cursor: pointer;}
.HeaderRightIcon2{position: absolute;right: 10px;top: 0px;background: url(../images/HeaderIcon2.png) no-repeat right center; background-size: 22px;height: 40px;width: 40px;}
.HeaderRightFx{position: absolute;right: 10px;top: 0px;background: url(../images/fenxiangIcon.png) no-repeat right center; background-size: 20px;height: 40px;width: 40px;}

.HeaderInput{float: right;width: 80%;background: #fff;height: 30px;margin-top: 5px; -moz-border-radius: 15px;      /* Gecko browsers */
    -webkit-border-radius: 15px;   /* Webkit browsers */
    border-radius:15px;            /* W3C syntax */}
.HeaderText{float: left;line-height: 30px;width: 100px;margin-left: 20px;}
.HeaderButton{float: left;background: url(../images/HeaderIcon2.png) no-repeat center;width: 40px;height: 30px;background-size: 20px;}
.IndexMain{width: 100%;overflow: hidden;}

.Footer{overflow: hidden;width: 100%;border-top:1px solid #ccc;background: #fff;position: relative;height: 45px;bottom: 0px ;left: 0px;}
.Footer a{display: block;width: 20%;float: left;text-align: center;padding-top: 4px;color: #828282;font-size:12px;}
.Footer a img{width: 22px;}
.myScrollbarV {
	position:absolute;
	z-index:100;
	width:2px;bottom:7px;top:2px;right:1px;z-index: 0;
}

.myScrollbarV > div {
	position:absolute;
	z-index:100;
	width:100%;

	/* The following is probably what you want to customize */

	border:1px solid #000;
	opacity: 0.5;
	-webkit-background-clip:padding-box;
	-moz-background-clip:padding-box;
	-o-background-clip:padding-box;
	background-clip:padding-box;
	
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	border-radius:4px;
	
	-webkit-box-shadow:inset 1px 1px 0 rgba(255,255,255,0.5);
	-moz-box-shadow:inset 1px 1px 0 rgba(255,255,255,0.5);
	-o-box-shadow:inset 1px 1px 0 rgba(255,255,255,0.5);
	box-shadow:inset 1px 1px 0 rgba(255,255,255,0.5);
}


/*底部*/
.IndexFooter{width: 100%;background: #535353;padding: 10px 0px;margin-bottom: 10px;overflow: hidden;}
.FooterButton{width: 90%;margin: 0px 5% 10px 5%;background: #636363;border: 1px solid #383838;color: #fff;float: left;padding: 10px 0px;-moz-border-radius: 3px;      /* Gecko browsers */
    -webkit-border-radius: 3px;   /* Webkit browsers */
    border-radius:3px;            /* W3C syntax */}
.FooterButton img{vertical-align: middle;margin-right: 5px;}
.FooterText{width: 90%;text-align: center;line-height: 24px;color: #fff;margin: 0px 5%;float: left;}
/*首页 end*/
