@charset "utf-8";

/*  */
ul {
   list-style:none;
}
a {
   text-decoration:none;	
   font-family:Noto Sans SC;
}
img {
   border:none;
}

body{
	background-color:#f5f5f7;
    margin:0;	
	padding:0;
} 

.container{
	position:relative;
	width:1200px;
	height:auto;	
	margin:0 auto;
	background-color:#f5f5f7;
}

.container .content{
	position:relative;
	width:1200px;
    height:120px;
    margin:0 auto;	
}
.content .split{
	float:left;	
	width:120px;	
    margin-top:26px;
	margin-left:165px;
}
.content .split img{
	width:120px;
	height:69px;
}

.navbox{
	width:715px;
	height:50px;
	display:block;
	float:left;
    padding:0;	
	margin-top:35px;
    margin-left:30px;
}
.navbox li{
	display:block;
	float:left;	
	height:50px;
    text-align:center;	
	line-height:50px;
}
.navbox li:not(:first-child){
	margin-left:45px;	
}
.navbox li a{	
	font-size:18px;
	display:block;
}

.blue{
	color:#41B4F2;	
}
.bluee{
	color:#41B4F2;	
}
.navbox .col{
	color:#434343;	
}
.navbox li a:hover{
	color:#41B4F2;
}




.content-bot{
	width:1200px;
	height:auto;
    margin:0 auto;
}
.content-bot img{
	width:1200px;
}

.mid{	
	height:150px;
}
.mid a{
	display:block;
	width:600x;
	height:40px;
    text-align:center;	
	line-height:40px;
	font-size:20px;
	color:black; 
	margin: 0;
    padding: 0;
}
.mid a:hover{
	text-decoration:underline;
	color:#41B4F2;	
}

.content-foot{
	width:1200x;
	height:145px;
    margin:0 auto;	
}

.content-foot span{
	display:block;
	height:30px;
	text-align:center;	
	line-height:30px;
	color:#919191;
}
.content-foot span:nth-child(1){
	margin-top:25px;
	font-size:16px;
}
.content-foot span:not(:first-child){
	margin-top:15px;
	font-size:14px;
}





