@charset "utf-8";
/* CSS Document */

*{ margin:0px; padding:0px;/*-webkit-transition:all 0.3s linear;-moz-transition:all 0.3s linear;-o-transition:all 0.3s linear;-ms-transition:all 0.3s linear;transition:all 0.3s linear;*/}
html{ background:#282828;}
body{ background:#FFFFFF;}
html,body{ max-width:720px; color:#666666; font-size:62.5%; -webkit-text-size-adjust:none; font-family:"微软雅黑",Arial; margin:0px auto; padding:0px; overflow-x:hidden; }
li{ list-style:none;}
ul{ padding:0px; margin:0px;}
.t-left{ float:left;}
.t-right{ float:right;}
.divclear{ clear:both;}
a{ text-decoration:none; color:#666666; border:none; blr:expression(this.onFocus=this.blur());}
a,button,input{-webkit-tap-highlight-color:rgba(255,0,0,0); background:none;}
img{ border:none;-webkit-tap-highlight-color:rgba(255,0,0,0); blr:expression(this.onFocus=this.blur());}
em,i{ font-style:normal;}
#border{ border:none;}
img{ vertical-align:bottom; max-width:100%;}
.wapper{ margin: 0 0.5rem;}

input::-webkit-input-placeholder { /* WebKit browsers */ color:#cecdc9;}
input::-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color:#cecdc9;}
input::-moz-placeholder { /* Mozilla Firefox 19+ */ color:#cecdc9; }
input::-ms-input-placeholder { /* Internet Explorer 10+ */ color:#cecdc9;}
input[type='submit'],input[type='reset'],input[type='button'],select{
	border:0 none;
	/*background: #FFFFFF;*/
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/*input[type="text"]:focus,input[type="password"]:focus,input[type="tel"]:focus{
    border:0 none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box; 
    box-sizing: border-box;
}*/


/* 顶部 */
.itop{ padding: 0.5rem 0; background: #2495db; position: relative; z-index: 1;}
.itopbt{ position: absolute; top: 0px; left: 0px; z-index: -1; width: 50%; padding: 0 25%; height: 1.9rem; line-height: 1.9rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 0.65rem; text-align: center; color: #333333;}
.itop .logo{ height: 1.1rem; float: left; margin-left: 0.5rem;}
.itop .logo img{ height: 1.1rem;}
.itop .menu{ float: left; margin-top: 0.23rem; height: 0.55rem; line-height: 0.55rem; position: relative;}
.itop .menu img{ height: 0.55rem; cursor: pointer;}

/* 下拉二级导航 */
.menupos{ display: none; position: absolute; top: 2.1rem; left: 0px; right: 0px; margin: 0 auto; max-width: 720px; z-index: 9999; width: 100%; height: auto; background:#FFFFFF; padding: 0.3rem 0 0.8rem; transition: none; -webkit-transition: none;}
.menupos ul li{ width: 30%; margin-right: 5%; text-align: center; float: left; margin-top: 0.5rem; overflow: hidden;}
.menupos ul li:nth-child(3n+3){ margin-right: 0px;}
.menupos ul li a{ display: block; border: 1px solid #e0e0e0; height: 1.55rem; line-height: 1.55rem; font-size: 0.58rem; border-radius: 5px; color: #999999;}
.menupos ul li.on a{ background: #2495DB; border: 1px solid #2495DB; color: #FFFFFF;}

/* banner */
.banner a{ display: block; position: relative;}




/* 底部 */
.foot{ text-align: center; padding:0.5rem; line-height: 0.9rem; background: #2495db; font-size: 0.53rem; color: #FFFFFF;}


