body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button,img{padding: 0; margin: 0;}
html{ _background:url(about:blank);}
/* 酌情修改 */
body{font-family:"微软雅黑","宋体";background-color: #f2f5f8;}
body,th,td,input,select,textarea,button{font-size:14px;line-height:1 ;} 
/*重置页面文字属性*/
/* body, button, input, select, textarea {font: 14px/1.5 Microsoft YaHei, Arial, sans-serif;line-height:1 ;} */
/* 短引用的内容可取值：''或"" */
blockquote:before, blockquote:after,q:before, q:after{content:'';content:none} /* 重置嵌套引用*/
.showss {
    line-height: 50px;
    text-align: center;
}
/* 缩写，图片等无边框 */
fieldset,img,abbr,acronym{border: 0 none;} /* 重置fieldset（表单分组）、图片的边框为0*/
img{vertical-align:top;} /* 图片在当前行内的垂直位置 */
abbr,acronym{font-variant: normal;}
legend{color:#000;}
blockquote, q{quotes: none} /* 重置嵌套引用的引号类型 */

/* 清除特殊标记的字体和字号 */
address,caption,cite,code,dfn,em,strong,th,var{font-weight: normal; font-style: normal;} /* 重置样式标签的样式 */

/* 上下标 */
/* 统一上标和下标 */
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}
sup{top:-0.5em; }
sub{bottom:-0.25em;}

/* 设置表格的边框被合并为一个单一的边框, 指定分隔边框模型中单元格边界之间的距离为0*/

/* 表格标题及内容居左显示 */
caption{display:none;} /* 重置表格标题为隐藏 */
caption,th{text-align: left;}

/* 清除列表样式 */
dl,ul,ol,menu,li{list-style:none} /* 重置类表前导符号为onne,menu在HTML5中有效 */

input,button,textarea,select,optgroup,option{font-family:inherit; font-size:inherit; font-style:inherit; font-weight:inherit;}/* 输入控件字体 */
input,select,textarea,button{vertical-align:middle;outline:none;} /* 重置表单控件垂直居中*/
textarea{resize:none}

input[type="submit"]{cursor: pointer;}/* 鼠标样式 */
button{border:0 none;background-color:transparent;cursor:pointer} /* 重置表单button按钮效果 */
input::-moz-focus-inner{border: 0; padding: 0;}

/* 标题元素样式清除, 让标题都自定义, 适应多个系统应用 */
h1,h2,h3,h4,h5,h6{font-size: 100%;font-weight: bold;}

/* 链接样式，颜色可酌情修改 */
a:link {color :#999}/* 未访问的链接 */
a:visited { color :#999}/* 已访问的链接 */
a:hover { cursor: pointer;}/* 鼠标移动到链接上 */
a:active {}/* 选定的链接 */
del,ins,a{text-decoration:none;}
a:hover,a:active,a:focus{ text-decoration:none;} /* 取消a标签点击后的虚线框 */
/*
::selection{color: #fff;}
::-moz-selection{color: #fff;background-color: #4C6E78;}
*/
a{outline: none;transition: color 0.2s ease 0s;}/*CSS3链接秒数缓冲效果2秒*/
/* 层板块缓冲效果CSS3       transition: all 0.3s ease 0s;   */
.clearfix {zoom:1}
.clearfix:after {content: '\20'; display: block; clear: both;}
.f_yh{font-family:"Arial, Helvetica, sans-serif";}/*f_yh为英文字体样式*/
.cursor{ cursor:pointer;}
.pr{position:relative}/*相对定位*/
.pa{position:absolute}/*绝对定位*/
.fl{ float:left;}/*左浮动*/
.fr{ float:right;}/*右浮动*/
.fl,.fr{display:inline;}/*浮动后，此元素会被显示为内联元素，元素前后没有换行符*/

/*文字颜色c，背景颜色bc*/
.c1{color:#5d5d5d}
.bc1{background:#f3f3f3}

/*上边距*/
.mt1{margin-top: 10px;}
.mt2{margin-top: 20px;}
.mt3{margin-top: 30px;}
.mt4{margin-top: 40px;}
.mt5{margin-top: 50px;}
input {
    outline: none;
    border: 0;
}
.searchul{
    width: 100%;
    position: absolute;
    top: 44px;
    left: 0;
    background: #fff;
    z-index: 1000 !important;
    max-height: 196px;
    overflow-y: scroll;
    box-shadow: 0 0 5px #ccc;
    height: 0;
    border-radius: 0 0 5px 5px;
}
.searchul li{
    color: #333;
    padding-left: 15px;
    line-height: 28px;
    cursor: pointer;

}
.searchul li:hover{
    background: #f2f2f2;
}
.fixed-i .fixed-header .input .shu
{
    margin-top: 5px;
    width:309px;
    height: 35px;
}
.fixed-i .fixed-header .input a{
    height: 37px;
}
.fixed-i .fixed-header .input{
    width: 390px;
}
.fixed-i .fixed-header .fixed-right .r2 a span{
    top:-17px;
}
.fixed-i .fixed-header .input a{
    line-height: 37px;
}
.website-img{
    width: 136px;
    height: 74px;
    border-radius: 8px;
    border: 1px solid #eee;
}
.website-img img{
    width: 136px;
    height: 74px;
}