*{
    margin: 0;
    padding: 0;
    /*font-family:arial, helvetica, sans-serif;*/
   font-family: "微软雅黑";
}
/*body{overflow:hidden;}*/
em,i {
    font-style: normal
}
h1,h2,h3,h4,h5,h6{
	font-weight:400;
}
li {
    list-style: none
}
img {
    border: 0;
    vertical-align: middle
}
button {
    cursor: pointer
}
a {
    color: #666;
    text-decoration:none !important;
}
a:hover {
    /*color: rgba(249,23,71,1);*/
    text-decoration:none
}
/*.container{
    width:1400px;
}*/
.carousel-caption{
    position: absolute;
    left: 0;
    right:0;
}
input{
	outline:none;
}
textarea{
	outline:none;
}
button{
	border:0;
	outline:none;
}
.wrap{
	width:1400px !important;
	margin:0 auto;
}
.fl{float: left;}
.fr{float: right;}
.clearfloat:after{
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
	zoom: 1;
}
.layui-layer-page .layui-layer-content{
	overflow:hidden !important;
}
.full-width{
    width:100%;
}
.full-height{
    height:100%;
}
.full_sizeImg{
	height:100%;
	width:100%;
}
.flex-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}