﻿@charset "utf-8";
/* CSS Document */
/*重置*/
* {
    margin: 0;
    padding: 0;
}
body {
font-family: "Arial", "Helvetica Neue", "sans-serif", "pingfang SC", "Hiragino Sans GB", "微软雅黑", "microsoft yahei", "宋体", "simsun";
color: #282828;
}
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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video{margin:0;padding:0;border:0;font:inherit;/*vertical-align:baseline*/;
}
button{cursor:pointer; border: none;}

input,select,textarea,button { outline:0;}
a, a:focus, a:hover, a:active, a:visited {
    text-decoration: none;
    /*outline: none;*/
}
button{
	outline: none;
	border-color: transparent;
	box-shadow:none
}

body {
    margin: 0;
    padding: 0;
}
div {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    color: #666;
}

a:hover {
    color: #005bac;
    text-decoration: none;
}

a:visited {
    color: #999;
}

img {
    vertical-align: top;
    border: none;
}

li {
    list-style: none;
}

.inputso {
    background: none;
    outline: none;
    border: none;
    height: 34px;
    width: 270px;
    float: left;
    outline: none;
}
button{cursor:pointer;}

/*input,textarea,select{ border:none; outline:none; background:none;}
textarea{ resize:none;}*/
/*重用*/
body {
    color: #333;
    font-size: 14px;
    font-family: '微软雅黑';
}


.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

.warp {
    width: 1140px;
    margin: 0 auto;
}

.f999 {
    color: #999;
}

.f999 a {
    text-decoration: none;
    color: #999;
}

.f999 a:hover {
    color: #e4393c;
    text-decoration: underline;
}

.fe4393c {
    color: #e4393c;
}

.fe4393c a {
    text-decoration: none;
    color: #e4393c;
}

.fe4393c a:hover {
    color: #e4393c;
    text-decoration: underline;
}

.fff14 {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}

.fff14 a {
    text-decoration: none;
    color: #fff;
}

.fff14 a:hover {
    color: #fff;
    text-decoration: none;
}

.blue12 {
    color: #005ea7;
    font-size: 12px;
}

.blue12 a {
    text-decoration: none;
    color: #005ea7;
}

.blue12 a:hover {
    color: #e4393c;
    text-decoration: none;
}

.bt {
    color: #333;
    font-size: 20px;
}

.bt a {
    text-decoration: none;
    color: red;
}

.bt a:hover {
    color: blue;
    text-decoration: none;
}


/*html {*/
/*    -webkit-filter: grayscale(100%);*/
/*    -moz-filter: grayscale(100%);*/
/*    -ms-filter: grayscale(100%);*/
/*    -o-filter: grayscale(100%);*/
/*    filter: grayscale(100%);*/
/*    filter: gray;*/
/*    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);*/
/*}*/

