/** 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: 12px/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;}
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}
/*苹果手机按钮默认样式  去掉*/
 input[type="button"], input[type="submit"], input[type="reset"] {

-webkit-appearance: none;
 border-radius: 0;

}
.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;background:#ffffff;}
.w980{ width:1200px; margin:0 auto;}
.w1000{ width:1200px; margin:0 auto;}
.hide { display:none;}

@media screen and (min-width: 320px) and (max-width:767px) {
    body {
        font-size:14px;
        font-family: 'Helvetica Neue',Helvetica,sans-serif;
        line-height: 21px;
    }
.w980 {
    width: auto;
    margin: 0 auto;
}
.header .hea-r {
    height: auto;
    text-align: right;
    display: none;
}
.banner0 {
   height: auto!important;
    overflow: hidden;
    position: relative;
    margin-bottom: 18px;
}
.banner0 .bd img {
    width: 100%!important;
    height: auto!important;
    display: block;
}
.main {
    width: 100%!important;
    height: auto;
    margin: 0 auto;
}

.w1000 {
    width: 100%;
    margin: 0 auto;
}
.header .logo img {
    display: block;
   width: 100%!important;
    height: auto;
}
#nav {
    margin-bottom: 18px;
    background: #0c5f67;
    /* display: none; */
    width: 100%;
    overflow: hidden;
}
.foo-info ul {
    margin-left: 20px!important;
    _margin-left: 35px!important;
    text-align: center!important;
    width: 95%!important;
}
.foo-info ul li {
    height: 20px!important;
    border-right: 0px solid #b2b2b2!important;
    float: left!important;
    padding-right: 18px!important;
    padding-left: 1px!important;
    text-align: center!important;
}
.banner0 .hd ul li{
	float:left;
	margin-right:14px;
	width: 20px!important;
	height: 2px!important;
	background: url(../images/ico1.png) repeat-x;
	cursor:pointer;
	_background:#eee;
}
.header .logo {
    width: 100%!important;
    height: auto!important;
    margin-top: 20px!important;
}



}