/** 全局样式 **/
*{
	margin:0px;
	padding:0px;
}
body{
	font-size:14px;
}
li{
	list-style:none;
}
a{
	color:#fff;
	text-decoration: none;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.clear{
	clear:both
}


/** index.html **/


.header{
	width:1200px;
	margin:0px auto;
}

.body{
	width:100%;
	height:100%;
	background:#fff;
}
.main{
	width:100%;
}
.banner{
	
	max-width: 100%;
	height:800px;
	background:#000000 url("../pic/test.png") no-repeat center center;
}
.banner .title{
	text-align: center;
	color: white;
	font-family: Noto Sans SC;
	font-size: 144px;
	font-weight: 500;
	padding-top: 255px;
}
.banner .title_english{
	text-align: center;
	color: white;
	font-family: Noto Sans SC;
	font-size: 60px;
	font-weight: 500;

}

.infobg{
	width: 100%;
	height: 100%;
	padding: 60px 0px;
	background-color:#fff;
}
.info{
	width: 80%;
	height: 100%;
	background-color: #fff;
	margin: 0px auto;

	top: 1220px;
	left: 214px;

	color: rgb(0, 0, 0);
	font-family: Noto Sans SC;
	font-size: 36px;
	font-weight: 500;
	line-height: 53px;
	letter-spacing: 0px;
	text-align: left;
	
}
.footer{
	width:100%;
	height:120px;
	background:#23282d
}





ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid #475164;
    background-color: #475164;
}

li {
    float: right;
	margin:0 50px;
}

li a {
    display: block;
    color: #fff;
	font-family: Noto Sans SC;
	font-size: 24px;
	font-weight: 500;
	line-height: 53px;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

/*鼠标在上面控件的变化*/
li a:hover:not(.active) {
    background-color: #475164;	/*背景颜色*/
	color: rgb(255, 255, 255);	/*字体颜色*/
	font-weight: 600;
}

li a.active {
    color: white;
    background-color: #4CAF50;
}
