@charset "UTF-8";
/*css 初始化 */
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img { margin:0; padding:0; }
fieldset, img,input,button { border:none; padding:0;margin:0;outline-style:none; /*去掉input获取焦点后的外边框*/}
ul, ol { list-style:none; }
input { padding-top:0; padding-bottom:0; font-family: "SimSun","宋体";}
select, input { vertical-align:middle; }
select, input, textarea { font-size:12px; margin:0; }
textarea { resize:none; } /*防止拖动,影响布局*/
img {border:0; vertical-align:middle; }  /*  去掉图片底测默认的3像素空白缝隙
还可以采用display:block*/
table { border-collapse:collapse; }/*合并边框*/
body {
    font:14px/150% tahoma,Arial,"Microsoft YaHei",'Hiragino Sans GB',sans-serif,'\5b8b\4f53';/*unicode 编码 宋体*/
    color:#333;
    background:#fff;
}
/*清除浮动 -- 减少浏览器渲染负担 -- 推荐*/
.clearfix:before,.clearfix:after{
    content:"";
    display:table;
}
.clearfix:after{clear:both;}
.clearfix{
    *zoom:1;/*IE/7/6*/
}
h1,h2,h3,h4,h5,h6{text-decoration:none;font-weight:normal;font-size:100%;}
s,i,em{font-style:normal;text-decoration:none;}
/* ========  基本样式   ======= */
html {
    font-size:100%;
    color:#333;
}
ul {
    margin:0;
    padding:0;
}
li {
    list-style: none;
}
/* ========   工具样式   ======= */

.fr {
    float:right;
}
.fl {
    float: left;
}
.text-left{
	text-align: left;
}
.text-center{
	text-align: center;
}
.text-right{
	text-align: right;
}
.invisible {
    /*这个属性的作用也是隐藏，只不过，通过这个属性隐藏之后元素所占的位置依旧保留，但是display则不会保留隐藏
    元素之前所占用的位置*/
    visibility: hidden;
}
.text-hide {
    font:0/0 a;
    color:transparent;
    text-shadow: none;
    background-color:transparent;
    border:0;
}
/* ========   浏览器更新提示   ======= */
.browserupgrade {
    margin:0;
    padding:10px;
    color: #666;
    background-color: #ccc;
}
.browserupgrade a {
	color: #2263d4;
}
.browserupgrade a:hover {
	color: #f56a00;
}
/* ========   页面样式   ======= */
.xctbanner img{
	width: 100%;
}
.wm{
	margin: 0 auto;
	margin-top: 30px;
}
.wm h2{
	font-size: 36px;
	color: #545454;
	padding: 50px 0 15px 0;
	font-weight: bold;
	line-height: 36px;
}
.wm h1{
	font-size: 36px;
	color: #545454;
	padding: 40px 0 15px 0;
	font-weight: bold;
	line-height: 36px;
}
.wm h1 span{
	color: #006cff;
}
.wm-content{
	width: 1440px;
	margin: 30px auto;
}
.pic{
	display: block;
	margin: 10px auto;
	width: 1440px;
}
.wm .com-p{
	font-size: 20px;
	padding: 8px 0px 15px 0;
	color: #999;
}


.bj-on {
    width: 100%;
	background: #edf1f4;
	padding-bottom: 30px;
}
.bj-off {
    width: 100%;
	background: #fff;
	padding-bottom: 30px;
}

.fwbz{
	width: 1400px;
	margin: 30px auto;
}
.fwbz li{
	float: left;
	width: 22%;
	height: 240px;
	background: #fff;
	margin-right:4%;
}
.fwbz li:nth-child(4){
	margin-right: 0;
}
.fwbz li img{
	display: block;
	margin: 25px auto;
}
.bz-text{
	font-size: 22px;
	color: #545454;
	text-align: center;
	margin-bottom: 15px;
}
.fwbz li p{
	font-size: 16px;
	width: 90%;
	text-align: center;
	color: #999;
	margin: 0 auto;
} 
@media screen and (max-width: 1460px) {
	.wm-content{
		width: 1140px;
		margin: 30px auto;
	}
	.fwbz{
		width: 1140px;
		margin: 30px auto;
	}
	.pic{
		display: block;
		margin: 10px auto;
		width: 1140px;
	}
}