@charset "utf-8";
/* CSS Document */

*{
	margin: 0;padding: 0;
}
a{
	text-decoration: none;
	color: #333;
}
a,input,button{
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
input,button{
   /* -webkit-appearance: none; 用于消除按钮的原生样式*/
    border-radius: 0;
}
dl, dt, dd, ul, ol, li{
	list-style: none;
}
html,body{
	width: 100%;
	height: 100%;
}
body{
	font-family: Arial, Helvetica," sans-serif";
	min-width: 1200px;
	background: #fff;
	
}
img{max-width: 100%;border: none;}
.clearfix:after{
      content:"";
      display:block;
      clear:both;
      height:0;
      visibility:hidden;}
.clearfix{*zoom:1;}
.left{float: left;}
.right{float: right;}
.flexbox{ display:flex;}


/*首页*/
.index01,.index02 ,.index03 { width: 100%; object-fit: cover; }
.index01 img,.index02 img ,.index03 img{ display: block;}
.index05{ background: #000000; background-size: 100% 100%; height: 76px;}
.index05-nr{ width: 1200px; margin: 0 auto; line-height: 76px;}
.index05-nr-left{ float: left; font-size: 16px; color: #fff;}
.index05-nr-right{ float: right; font-size: 16px; color: #fff;}
.index05-nr-left a{ color: #fff}
.index05-nr-left a:hover{ text-decoration: underline}
.index05-nr-right a{ color: #fff}
.index05-nr-right a:hover{ text-decoration: underline}

























