﻿*{
    margin: 0px;
    padding: 0px;

}
html{
	font-size:14px;
    color: #454545;
    user-select:none;
}
body{
    font-family: 微软雅黑,新宋体;
    border:0;
    background: #fff;
    max-width: 1920px;
    min-width: 1280px;
    margin: 0 auto;
}
a{
    text-decoration:none;
    color: #454545;
    display: block;
	width: 100%;
	height: auto;
}
ul li{
    list-style: none;
}
img {
    border:none;
    padding:0px;
    margin:0px;
    width: 100%;
    height: auto;
}
iframe{
    border: none !important;
}
table{
    border-collapse:collapse !important;
}
.cb{
  clear: both;
}
input{
    box-sizing: border-box;
}
textarea{
	outline: none;
	resize:none;
	overflow-y: auto;
    box-sizing: border-box;
}

.heng{
    height:1px;
    background: #000;
    margin: 0px auto;
    margin-top:10px;
}
.shu{
    width: 1px;
    background: #000;
    margin: 0px auto;
    margin:0 0 10px 0;
    position: absolute;
}
.dw{
    position: absolute;
    font-size: 15px;
    font-weight: bold;
}

.wfzyc{
	display: none;
}
.wyzh{
	word-wrap:break-word
}


