@charset "UTF-8";
/*
* @Author: lili
* @Date:   2023-10-20
* @Last Modified by:   lili
* @Last Modified time: 2023-10-20 10:00:05
*/
/* 清除内外边距 */
body,div,html,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,span,a,a:hover,code,form,fieldset,legend,input,textarea,p,blockquote,table,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,menu,nav,section,img {
	margin:0px;
	padding:0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing: border-box;
}
/*本地字体引用*/
@font-face {
	font-family: 'Avan';
	src:url(../fonts/Avan.ttf), url(../fonts/Avan.woff), url(../fonts/Avan.woff2);
}
@font-face {
	font-family: 'te2';
	src:url(../fonts/te2.ttf), url(../fonts/te2.woff), url(../fonts/te2.woff2);
}
html,body{ min-width:1280px; overflow:auto !important}/*屏幕最小宽度1280，屏幕太小出滚动条*/
body{
	/*font-family:"微软雅黑，黑体，华文黑体，宋体，Arial，Helvetica,sans-serif*/
	font-family:"\5FAE\8F6F\96C5\9ED1","\9ED1\4F53","\534E\6587\9ED1\4F53","\5b8b\4f53","Arial","Helvetica","sans-serif";
	font-size:16px;
	color:#333;
	background-color: #fff;
	}
li,dd,ol,ul{list-style-type:none;}
/*ul,li{
	list-style: none;
}*/
a{
	text-decoration:none;
	color: #333;
}
a:hover{
	color: #017bda;
}
.w-d-banx{
	width: 1280px;
	margin:0 auto;
}
.content1{width: 100%;min-width:1280px;margin: 0 auto;max-width: 1920px;overflow: hidden;height: 523px;}
.content{width: 1280px;height: auto;overflow: hidden;margin: 0 auto;}
.mr{margin-right: 0!important;}
button,input{
    border: 0;
}
input,button,select,textarea{outline:none}
input[type="button"], input[type="submit"], input[type="reset"],button { -webkit-appearance: none;  }
textarea {
  overflow: auto;
	-webkit-appearance: none;
}
audio,canvas,video {
	display: inline-block;*display: inline;*zoom: 1;
}

img{
	vertical-align: middle;
	border: 0px;
	outline: medium none;
}
img a{border:none;}
:focus{outline: none;}
i,em{
	font-style: normal;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;/* 标题都自定义, 适应多个系统应用 */
}
/* 统一上标和下标 */
sub, sup {
	font-size: 75%; line-height: 0; position: relative; vertical-align: baseline;
}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
.mar-r30{
	margin-right: 30px;
}
.clearfix:after {  content: ""; display: block; height: 0; clear: both; visibility: hidden;  }
.clearfix {*zoom: 1;}
div:after,div:before,ul:after,ul:before,li:after,li:before {
	content: " ";
	clear: both;
	display: block;
}
.float-l{
	float: left;
}
.float-r{
	float: right;
}
iframe{
	display: block;
}






