*{margin:0;padding:0;outline:none;box-sizing: border-box;outline:none !important;word-break:break-all;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
.container{ width:100%;height:36.5vw }
.container img{ width:100%; }
.content h1{text-align:center;}
/*--清除浮动--*/
.clearfloat:after{display:block;clear:both;content:"";visibility:hidden;height:0}
.clearfloat{zoom:1}
.hidden{
	overflow: hidden;
    text-overflow:ellipsis;
    /* white-space: nowrap; */
}
.slow{
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
.flex{
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	flex-flow: wrap;
}
.header{
	width: 100%;
}
.center{
	text-align: center;
}
.ovfl{
	overflow: hidden;
}
.w_1608{
	width: 83.75%;
	margin: 0 auto;
	max-width: 100%;
}
.w_1680{
	width: 1680px;
	margin: 0 auto;
	max-width: 100%;
}
.w_1300-1{
	width: 1300px;
	margin: 0 auto;
	max-width: 100%;
}
.w_1300{
	width: 1320px;
	margin: 0 auto;
	max-width: 100%;
}
.w_1200{
	width: 100%;
	margin: 0 auto;
}
.w_1920{
	width: 1920px;
	margin: 0 auto;
	max-width: 100%;
}
.w-100{
	width: 100%;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.fwn{
	font-weight: normal;
}
ul li{
	box-sizing: border-box;
	list-style: none;
}
a{
	text-decoration: none;
	color: #333333;
}
.block {
	margin: 0 auto;
}
div{
	box-sizing: border-box;
}
body{
	position: relative;
	color: #000;
	line-height: 1.6;
	font-family: 微软雅黑,arial,helvetica,sans-serif;
}
body img{
	display: inline-block;
	max-width: 100%;
}
input:focus{ outline:none;}
input,button,select,textarea,a{ outline:none;border: none;}