@charset "utf-8";
/** 清除边距 **/
* {-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
/* structural elements 结构元素 */           /* list elements 列表元素 */			/* form elements 表单元素 */		/* table elements 表格元素 */
body,h1,h2,h3,h4,h5,h6,p,blockquote,dl,dt,dd,ul,ol,li,a,span,i,b,form,fieldset,legend,button,input,textarea,select,th,td{margin: 0;padding: 0;}
/** 字体设置 **/
body,button,input,select,textarea/* for ie */ {font: 14px/1.5 "微软雅黑", Arial, Helvetica, sans-serif;	color: #333;}
h1,h2,h3,h4,h5,h6 {font-size: 100%;font-weight:normal;}
address,em,i {font-style: normal;} /* 将斜体扶正 */
/*去除元素轮廓---fbx---*/
div,table,form,input,button,select,textarea,fieldset,legend {outline: none;border:0;}/* for google / safari*/
/** 重置列表元素 **/
ul,ol,li {list-style: none outside none;}
/** 重置链接元素 **/
a {text-decoration: none;cursor: pointer;color: #aa9194;line-height:100%;}
a:hover {text-decoration: none;}
/* img 搭车：让链接里的 img 无边框 */
fieldset,img {border: 0;}
/* 使得表单元素在 ie 下能继承字体大小 */
button,input,select,textarea {font-size: 100%;}
/** 重置表格元素 **/
table {border-collapse: collapse;border-spacing: 0;}
/** 重置元素垂直居中 **/
img,input,select,textarea,button {vertical-align: middle;}
/**清除浮动*/
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.clearfix{*zoom:1}
html,body{height: 100%;}
body{font-family:'Times New Roman',cursive;color:#555d64;}
a{transition:all .4s ease;}
.se-box{min-height: 100%;position:relative;min-width: 900px;}
.logo{width:137px;height: 147px;margin:100px auto;}
.logo a{display: block;background: url(../images/logo-big.png) no-repeat center;height: 100%;}
.nav{padding-left: 40px;}
.nav,.nav li{float: left;}
.nav li a{padding:0 10px;line-height: 30px;display: block;color: #ccc;}
.nav li a:hover,.se-fo-ul li:hover{background: #4c4c4c;color: #fff;}
.nav li a.active{background: #4c4c4c;color: #fff;}
.title{font-size: 20px;color: #fff;float: right;line-height: 30px;margin:0 30px 0 20px;}
form{width:800px;margin:0 auto;padding-bottom:200px;height: 40px;font-size: 0;}
input{font-size: 14px;}
.se-word{width:670px;border:1px solid #808080;height: 40px;padding:0 10px;margin-right:8px;display: inline-block;}
.se-word:focus{border-color: #9f6bc8;}
.se-btn{width:120px;border:1px solid #9f6bc8;background:#39a9ce;;color:#fff;height: 40px;cursor:pointer;display:inline-block;font-size: 20px;}
.se-btn:hover{opacity: .8;filter:alpha(opacity=80);}
.header{height: 30px;background: #2d2d2d;font-size: 14px;}
.se-footer{height:40px;border-top:1px solid #e4e4e4;position:absolute;bottom: 0;width:100%;background: #f2f2f2;overflow: hidden;}
.se-fo-ul{display: inline-block;padding-left: 30px;}
.se-fo-ul li{float: left;}
.se-fo-ul li a{color:#999999;font-size: 14px;line-height: 40px;padding: 0 15px;}

