body{
	font-family:"微软雅黑";
}
.clear{
	clear:both;
}
.container > .navbar-header{
	margin-right:0px!important;
	margin-left:0px!important;
}
.nav > li > a {
	font-size: 20px;
	padding:10px 25px!important;
}
.logo{
	width:75%;
	padding-left:20px;
}
.top_title{
	background:#F9F9F9;
	padding:10px 0px;
}
.top_title ul li{
	list-style:none;
	float: left;
	width:72px;
	text-align: center;
	height:30px;
	line-height:30px;
	margin-right:10px;
	margin: 0px 15px;
}
.top_title ul li a{
	color:#666;
	font-size: 16px;
}
.active2{
	background:#0FACF3;
	border-radius:3px!important;
}
.active2 a{
	color:white!important;
}
.one{
	font-size:12px;
}
.one img{
	margin:0 auto;
	/*width:70px;*/
	height:40px;
	margin-bottom:5px;
}
.one_contnet{
	margin-top:5px;
}
.one_contnet{
	background:white;
	padding:15px;
}
.active1{
	color:#0FACF3;
}
.two_content_title{
	height:50px;
	line-height:48px;
	background:#F0F0F0;
}
.container{
	padding-left:0px!important;
	padding-right: 0px!important;
}
.active4{
	color:#2FB6F3;
	/*border-bottom:1px solid #5FC4F2;*/
}

.imgSwiper{
					border:1px solid #F0F0F0;
					box-sizing: border-box;
					padding:10px;
					margin:20px 0px;
				}
				.imgSwiper li {
					/*width: 100%;*/
					border: 2px solid transparent;
					cursor: pointer;
					transition: all 0.3s ease 0s;
					margin-bottom:10px;
					list-style-type: none;
				}
				.imgBox{
					margin:20px auto;
					display:block;
				}
				.imgSwiper li.active,
				.imgSwiper li:hover {
					border: 2px solid #337ab7;
				}
				@keyframes fade-in {
					0% {opacity: 0;}/*初始状态 透明度为0*/
					40% {opacity: 0;}/*过渡状态 透明度为0*/
					100% {opacity: 1;}/*结束状态 透明度为1*/
				}
				@-webkit-keyframes fade-in {/*针对webkit内核*/
					0% {opacity: 0;}
					40% {opacity: 0;}
					100% {opacity: 1;}
				}
				.anim-fade {
					animation: fade-in;/*动画名称*/
					animation-duration: 1.5s;/*动画持续时间*/
					-webkit-animation:fade-in 1.5s;/*针对webkit内核*/
				}
