body
{
	font-family:"Myriad Set Pro","Helvetica Neue","Helvetica";
}
/*设置container容器的宽度*/
.container-fluid{
		width:100%;
		max-width:1100px !important;
	}

/*字体大小设置*/
@media screen and (max-width: 480px){

body{
	font-size: 12px;
	}
h1{
	font-size: 2.0em;  /*12*2.0=24px*/
	margin-top:1.5em;
	margin-bottom:1.0em;
	}
h2{
	font-size: 1.5em; /*12*1.5=18px*/
	margin-top:1.5em;
	margin-bottom:1.0em;
	}
h3{
	font-size:1.333em;  /*12*1.333=16.0px*/
	}
p{
	line-height: 2.0em;
}
}
@media screen and (min-width: 480px)and (max-width:768px){
body{
	font-size: 14px;
	}
h1{
	font-size: 1.8em;  /*14*1.8=25px*/
	margin-top:1.8em;
	margin-bottom:1.0em;
	}
h2{
	font-size: 1.6em; /*14*1.6=22px*/
	margin-top:1.5em;
	margin-bottom:1.0em;
	}
h3{
	font-size:1.4em;  /*14*1.5=19.6px*/
	}
p{
	line-height: 2.0em;
}


}
@media screen and (min-width: 768px){
body{
	font-size: 14px;
	}
h1{
	font-size: 2.0em;  /*14*2.0=28px*/
	margin-top:2.0em;
	margin-bottom:1.0em;
	}
h2{
	font-size: 2.0em; /*14*2.0=28px*/
	margin-top:2.0em;
	margin-bottom:1.0em;
	}
h3{
	font-size:1.5em;  /*14*1.5=21px*/
	}
p{
	line-height: 2.5em;
}
}
@media screen and (min-width: 992px){
body{
	font-size: 14px;
	}
h1{
	font-size: 2.5em;  /*14*2.15=30px*/
	margin-top:2.0em; /*14*2.15=30px*/
	margin-bottom:1.0em;
	}
h2{
	font-size: 2.0em; /*14*2.0=28px*/
	margin-top:2.0em;
	margin-bottom:1.0em;
	}
h3{
	font-size:1.5em;  /*14*1.5=21px*/
	}
p{
	line-height: 2.5em;
}
}	

/*========================
*****about fontcolor***********
==========================*/
.bluefont{
	color:#3d9eff;
}

/*========================
*****about color***********
==========================*/
.graybg
{
	background-color: #fff;
}
.white{
	color:#fff;
}

ul{
	padding-left:0;
}
ul li{
	list-style: none;
}
img.center-block{
	margin-bottom:15px;
}
.img-circle{
	width:50%;
	height:50%;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
}
.toggle-show{
	width:100%;
	display: none;
}
