@charset "utf-8";
/* CSS Document */
html { color:#333;}
div,dl,dt,dd,ul,li,h1,h2,h3,form,legend,input,button,textarea,select,p,th,td { margin: 0;padding: 0;}
table { border-collapse: collapse;border-spacing: 0;}
img { border: none;}
button,em,input,option,select,textarea,th { font:inherit;}
li {list-style: none;}
h1,h2,h3,h4 { font-weight: normal; font-size:100%;}
body {margin:0;padding:0;font-size: 14px;color:#333;font-family: Microsoft YaHei,Simsun,SimHei,Arial;background-color:#ffffff; font-size: 16px;}
a{ color:#333; text-decoration:none;cursor: pointer;/*-webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;*/}
li:active{outline: none;star:expression(this.onFocus=this.blur());}
a:hover{ text-decoration: none; color:#666;}
a:active{outline: none;star:expression(this.onFocus=this.blur());}
W{-webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all .3s ease-out;}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit}
input,button{overflow: visible;vertical-align:middle;outline:none}
input{border:0;background: none;}
input:focus{ outline: none;}
.clear{clear: both;}
.fl{float: left;}
.fr{float: right;}
.clearfix {zoom: 1;}
.wcontent{width: 100%;}
.topconetnt{background: #e4e4e4; line-height: 38px;}
.w1200 {width: 1200px;margin: 0 auto;}

/*通用自适配样式*/
@media only screen and (max-width: 1100px){
.w1200{width: 100%;}

}
@media only screen and (max-width: 375px){

}
@media only screen and (max-width: 320px){

}
/*通用自适配样式*/