/* 浏览器默认样式初始化 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, 
strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, 
tfoot, thead, tr, th, td ,textarea,input { margin:0; padding:0;  }
body {font-size: 16px; line-height: 1.5; font-family:'Microsoft Yahei','simsun','arial','tahoma';  color: #333; }
table { border-collapse:collapse; border-spacing:0; }
h1, h2, h3, h4, h5, h6, th { font-size: 100%; font-weight: normal; }
button,input,select,textarea{font-size:100%;}
a,
a:active,
a:focus,
a:hover,
a:visited {text-decoration: none;color:#333;}
ul, ol { list-style: none; }

body{
	min-width:1220px;
	padding:0 10px;
	box-sizing: border-box;
}

.swiper-container {
    width: 100%;
    height: 600px;
}  
.swiper-wrapper,.swiper-slide,.bimg{
	width:100%;
	height: 100%;
}
.box{
	width:100%;
	
}
.center{
	width:1200px;
	margin:0 auto;
}
.himg{
	width:500px;
}
.title{
	font-size:24px;
	color:#333;
	text-align: center;
	margin-top:20px;
	font-weight: bold;
}
.cc{
	width:100%;
	overflow: hidden;
	padding-bottom: 30px;
	box-sizing: border-box;
	border-bottom: 1px solid #ddd;
	margin-top: 30px;
}
.left{
	width:680px;
	box-sizing: border-box;
	font-size:18px;
	color:#333;
	float:left;
	line-height: 28px;
}
.cimg{
	width:480px;
	height: 330px;
	float: right;
}
.ft{
	width:100%;
	font-size:18px;
	color:#333;
	margin-top:30px;
	overflow: hidden;
}
.ft_left{
	float:left;
	color:#333 !important;
}
.ft_right{
	float:right;
	color:#333 !important;
}
.fb{
	width:100%;
	font-size:18px;
	color:#999;
	margin-top:30px;
	margin-bottom:30px;
	overflow: hidden;
}