html,body {

	padding: 0;

	margin: 0;

	font-family: MicrosoftYaHei;

	background: #fff;

	font: 12px/1.5 "微软雅黑", Verdana, Geneva, sans-serif, tahoma, Srial, helvetica, sans-serif;



	font-size:13px;



	color:#333;

}

img{

	vertical-align: bottom

}

a {

	text-decoration: none;

	color: #333;

}

ul,li {

	padding: 0;

	margin: 0;

	list-style: none;

}

.lay_xiaoduopai {

	min-width: 1150px;

}

.lay_header {

	width: 100%;

	height: 80px;

	line-height: 80px;

	background: #fff;

	box-shadow: 1px 2px 5px 0px rgba(3, 0, 0, 0.08);

}

.lay_header>div {

	width: 1150px;

	margin: auto;

}

.header {

	width: 100%;


	height: 80px;
	margin: auto;

	display: flex;

	justify-content: space-between;

}

.header .left {

	display: flex;

	height: 80px;

	line-height: 80px;
	align-items: center;


}
.header .left img {

	width: 280px

}
.header .left span {

	font-size:23px;
	margin-left: 12px;

font-family:Hiragino Sans GB;
font-weight:normal;
color:rgba(51,51,51,1);
line-height:25px;

}

.header .right {

	/*width:233px;*/

	font-size: 16px;

	font-weight: 100;

	color: #000000;

	display: flex;

	justify-content: space-between;

	align-items: center;

}

.header .right>div {
	display: flex;

/*	width: 90px;

	height: 40px;

	line-height: 40px;

	text-align: center;

	color: #fff;

	background-color: #3aadff;*/

}
.header .right>div>ul{
	display: flex;
	padding-right: 10px
}
.header .right>div>ul>li{
	padding-right: 40px;
	font-size:24px;
font-weight:400;
color:rgba(4,0,0,1);

}.header .right>div>ul>li:hover{

cursor: pointer;
}
.lay_xiaoduopai {

	width: 100%;

}

.navigation img {

	width: 100%;	

}

.lay_footer {

	width: 100%;

	background: #fff;

}

.lay_footer>div {

	width: 1150px;

	margin: auto;

}

.footer {

	width: 100%;

	margin: auto;

	font-size: 26px;

	font-weight: bold;

	line-height: 26px;

	color: #333333;

	text-align: center;

	padding: 43px 0 40px;

}

.footer img {

	margin-top: 23px;

}

.lay_copy {

	width: 100%;

	height: 70px;

	line-height: 70px;

	background: #232323;

	font-family: SimHei;

	color: #ffffff;

	text-align: center;

}