@charset "utf-8";

/***********base**************/
img,
button {
    border: none;
    vertical-align: middle;
}

*html {
    background-image: url(about:blank);
    background-attachment: fixed;
}

ul,
ol,
li,
b {
    list-style: none;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}

body,
button,
input,
select,
textarea,
td,
th {
    font: 12px/1.2 "microsoft yahei", \5b8b\4f53, Arial, Helvetica, sans-serif;
}

input,
textarea,
button,
select {
    outline: none;
    vertical-align: middle;
    font-weight: normal;
    height: 22px;
    line-height: 22px;
}

input:focus,
textarea:focus {
    outline: none;
}

article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
    display: block;
}

img,
p,
table,
td,
th,
body,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ol,
ul,
li,
label {
    vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
    color: #333;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    outline: none;
}

a:active,
a:focus {
    outline: none;
}

b,
strong {
    font-weight: bold;
}

i,
em {
    font-style: normal;
}
img{
    max-width: 100%;
}
.clear {
    display: block;
    float: none;
    clear: both;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
    background: none;
    border: 0;
    font-size: 0;
}
.clearfix {
    clear: both;
    display: block;
}

.clearfix:after {
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
    line-height: 0;
    content: '\20';
}

.right{
    float: right;
}
.left{
    float: left;
}
.c {
    display: block;
    zoom: 1;
}
.mb30{
    margin-bottom: 30px;
}
.ml15 {
    margin-left: 15px;
}
.mgt-10{
    margin-top: 10px;
}
.f-14 {
    font-size: 14px !important;
}

.mar-34 {
    margin-right: 34px;
}
.mgt-15 {
    margin-top: 15px;
}
.mgt-20 {
    margin-top: 20px;
}
.bg-gray {
    background: rgb(247, 247, 247);
}
.c-333 {
    color: #333 !important;
}
.c-f84 {
    color: #ff8400 !important;
}

.tc {
    text-align: center;
}
.bg-red2 {
    background: rgb(255, 102, 0);
}
.fc-white {
    color: rgb(255, 255, 255);
}

.font-sty03 {
    font-size: 18px;
}
.line-h49 {
    line-height: 49px;
}
.table-02 td {
    border: 2px solid rgb(255, 102, 0);
    border-image: none;
}