﻿@charset "UTF-8";


/** 清除内外边距 **/
html, body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
form, fieldset, legend, button, input, textarea, /* form elements 表单元素 */
th, td /* table elements 表格元素 */ {
    margin: 0;
    padding: 0;
}

/** 清除chrome用户自定义样式 **/
html body { padding-bottom:0; }

/** 设置默认字体 **/
body,
button, input, select, textarea /* for ie */ {
    font: 12px/1.5 \5b8b\4f53, tahoma, arial, sans-serif;
} /* 用 ascii 字符表示，使得在任何编码下都无问题 */

address, cite, dfn, em, var { font-style: normal; } /* 将斜体扶正 */
code, kbd, pre, samp, tt { font-family: courier new, courier, monospace; } /* 统一等宽字体 */
small { font-size: 12px; } /* 小于 12px 的中文很难阅读，让 small 正常化 */

/** 重置列表元素 **/
ul, ol { list-style: none; }

/** 重置文本格式元素 **/
a { text-decoration: none; color:#fff;}
a :hover {color:#fff;}
/** 让 btn a 默认是小手指针 **/
button, input[type="button"], input[type=submit], input[type="reset"], a { cursor: pointer; }

/** 让ff btn 文字垂直居中 **/
button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: 0 none;padding:0;
}

/** 重置焦点无虚线框 **/
:focus { outline: 0; }

 /* 重置，减少对行高的影响 */
sup { vertical-align: text-top; }
sub { vertical-align: text-bottom; }

/** 重置突出元素样式 **/
ins { text-decoration: none; }
del { text-decoration: line-through; }

/** 重置表单元素 **/

a img { border: 0; } /* 让链接里的 img 无边框 */
img { vertical-align: middle; -ms-interpolation-mode: bicubic; } /*解决图像缩放而产生的锯齿*/
button, input, select, textarea { font-size: 100%; font-family: Arial, sans-serif; color: #333; } /* 使得表单元素在 ie 下能继承字体大小 */
textarea { resize: vertical } /* 让用户可以调节元素的高度 只适用于webkit内核浏览器 */
/* 注：optgroup 无法扶正 */

/** 重置表格元素 **/
table { border-collapse: collapse; border-spacing: 0; }

/** 重置 hr **/
hr { height: 1px; border-width: 0; border-bottom-width: 1px; overflow: hidden; margin: 10px 0; border-color: #888; }

/** 重置 HTML5 元素 **/
article, aside, details, figcaption, figure, footer,header, hgroup, menu, nav, section,
summary, time, mark, audio, video {
    display: block;
    margin: 0;
    padding: 0;
}
mark { background: #ff0; }
/* clear */
.clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; font-size: 0; line-height: 0; }
.clearfix:before, .clearfix:after { content: '\0020'; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }
.clearfix:after { clear: both; }
/*float*/

/** 内网管理页面样式 **/

.banner{
	background:url("../images/banner.png") no-repeat center;
	height:640px;
	width:100%;
	background-color:#2b60bb;
}
.banner_content{
	height:60px;
	width:1200px;
	margin:0 auto;
}
.banner_img{
	line-height:60px;
	float:left;
	padding-left:20px;
}
.nav{
	line-height:60px;
	float:right;
	padding-right:20px;
}
.nav ul li{
	font-size:14px;
	color:#ffffff;
	float:left;
	margin-left:46px;
}
.nav ul li a{
	pointer:hand;
}
.body{
	width:100%;
	background-color:#f7f7f9;
}
.body_content{
	width:1041px;
	margin:0 auto;
}
.body_content_css_first{
	width:230px;
	height:230px;
	background-color:#fdfdfd;
	float:left;
	border-radius: 4px;
}
.body_content_css{
	width:230px;
	height:230px;
	background-color:#fdfdfd;
	float:left;
	margin:0 0 0 40px;
	border-radius: 4px;
}
.body_content_first{
	padding-top:62px;
	height:230px;
}
.body_content_end{
	padding-bottom:62px;
	height:230px;
}
.body_content_center{
	padding-top:40px;
	padding-bottom:40px;
	height:230px;
}
.foot_background{
	height:56px;
	background:#e1e1e1;
	line-height: 56px;
}
.icon{
	margin: 46px 30px 0px 30px;
}
.body_content_effect{
	transition:All 0.4s ease-in-out;
	-webkit-transition:All 0.4s ease-in-out;
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out;
}
.body_content_effect:hover{
	transform:translate(0,-10px);
	-webkit-transform:translate(0,-10px);
	-moz-transform:translate(0,-10px);
	-o-transform:translate(0,-10px);
	-ms-transform:translate(0,-10px);
	-webkit-box-shadow:0px 5px 15px rgba(55,55,55, 0.15);
    -moz-box-shadow:0px 5px 15px rgba(55,55,55, 0.15);
    box-shadow:0px 5px 15px rgba(55,55,55, 0.15);
}
.image{
	margin-left: 30px;
}