﻿*{
	margin: 0;
	padding: 0;
}
a{
	color: inherit;
	text-decoration: none;
}
ul,ol,li{
	list-style: none;}
html,body{
	font-family: "微软雅黑";
	background: #f5f5f5;
	width: 100%;
	height: 100%;
	
}
.contant{
	width: 1000px;
	margin: auto;
	background: white;
	font-family: "微软雅黑";
	font-size:14px;
        
}
.logo{
	height: 60px;
	padding: 20px 0;
}
.logo img{
	height: 100%;
}
.nav{
	height: 40px;
	line-height: 40px;
}
.nav ul{
	list-style: none;
	width: 100%;
	display: flex;
	flex-wrap:nowrap ;
	/*flex-flow: row;*/
	background: #11242A;
}
.nav ul li{
	text-align: center;
	color: white;
	flex: 1;
	height: 100%;
	
}
.nav ul li:hover{
	background: rgba(0,0,0,0.8);
}
.nav ul li:active{
	color: rgba(0,0,0,0.6);
}
.navImg{
	width: 100%;
}
.navImg img{
	width: 100%;
}
.context{
	width: 100%;
}
.context .title{
	position: relative;
	height: 60px;
	line-height: 60px;
	background: #11242A;
	color: white;
	padding-left: 20px;
	font-size: 20px;
	font-weight: 800;
}
.context .title i{
	left: 0;
	top: 0;
	position: absolute;
	height: 100%;
	width: 15px;
	background: #E60122;
}
.context p{
	padding: 5px 10px;
	text-indent: 28px;
	line-height: 40px;
}
.contextImg {
	text-align: center;
}
.context .contextImg img{
	width: 100%;
	/*height: 300px;*/
}
.contextImgFlex{
	display: flex;
	background: #5DB8EF ;
	padding: 5px;
	/*height: 300px;*/

}
.contextImgFlex div{
	flex: 1;
	/*width:calc(100% / 3 - 10px);*/
	height: 300px;
	padding: 5px;
	
}
.contextImgFlex div .imgRadio{
	border-radius: 50px;
	width: 100%;
	height: 100%;
}
.contextImgFlex div img{
	width: 100%;
	vertical-align: middle;
	height: 100%;
}
.marginleft5{
	/*margin-left: 5px;*/
}
.footer{
	font-size:14px ;
	background: rgba(0,0,0,0.8);
	color: white;
	
}
.footer p{
	line-height: 50px;
	text-align: center;
}
@media only screen and  (max-width: 1000px) {
	.contant{
	width: 100%;
}
html,body{
	font-size: 13px;
}
.logo{
	height: 40px;
	padding: 8px 0;
}
.contextImgFlex div .imgRadio{
	border-radius: 50px;
	width: 100%;
	height: 100%;
}
.contextImgFlex div img{
	width: 100%;
	vertical-align: middle;
	height: 100%;
}
.contextImgFlex{
	display: block;
	background: #5DB8EF ;
	padding: 5px;
	/*height: 300px;*/

}
}