/** reset **/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, img{border:medium none;margin: 0;padding: 0;}
body,button, input, select, textarea{font: 14px/1.5 "microsoft yahei",tahoma,srial,helvetica,sans-serif;}
h1, h2, h3, h4, h5, h6{font-size: 100%;font-weight: normal;}
em{font-style:normal;}
ul, ol{list-style: none;}
a{
	text-decoration: none;color:#333;
	text-decoration: none;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
a:hover{
	text-decoration: none;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
/*火狐去掉按钮、连接的虚线*/
a:focus, a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {border: 0;outline : 0;} 
input,button,select,textarea{outline:none;-webkit-appearance:none;}
textarea{resize:none;}
a { text-decoration: none; color: #333; }
a{blr:expression(this.onfocus=this.blur());}
a:focus{outline:none;}
a.hidefocus{outline:none}
.button{ border-radius: 0; }
input{font-family: "微软雅黑";}
textarea{font-family: "微软雅黑";}
img{border:0px;  outline-width:0px;  vertical-align:top;}
.cleafix:after{clear:both;content:"\200b";display:block;height:0;}
.cleafix{*zoom:1;}
.fl { float:left;}
.fr { float:right;}
.w1200{ width:1200px; margin:0 auto;}
.w1080{ width:1080px; margin:0 auto;}


.new_lin{float:left;margin-top:40px}
/*友情链接*/
.linkdiv{
    width:100%;
    float: left;
    margin-top: 22px;
}
.choice{
    width: 100%;
    margin-top: 10px;
    height: auto;
    float: left;
}
.select{
    position:relative;
    float:left;
    margin-right: 67px;
}
.select dt{
    height:33px;
    display:inline-block;
    border:1px solid #d2ccc4;
    background: url(/uploads/image/yimages/link_icon1.png) no-repeat 191px center;
    line-height:33px;
    font-size: 14px;
    cursor:pointer;
    text-indent: 5px;
    width:225px;
    color: #656565;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
    position:relative;
    z-index:99;
}
.select dd{
    position:absolute;
    left:0;
    top:33px;
    border:1px solid #d2ccc4;
    background:#fff;
    display:none;
    font-size: 14px;
    z-index: 99;
}
.select dd ul{
    width:226px;
    max-height:250px;
    /*overflow:auto;*/
}
.select dd ul li a{
    line-height:28px;
    display:block;
    padding:0 8px;
    color: #656565;
text-align:center;
}
.select dd ul li a:hover{
    background:#f3f3f3;
}