html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
.services_ms .service-heading {
    float: left;
    text-align: left;
    width: 100%;
    margin: 0px;
}
.inner_content h1 {
    margin: 30px 0 50px -330px;
    position: relative;
}
.service-heading {
    color: #CC0000;
    font-size: 18px;
    font-weight: bold;
}
.sideimage_p {
    width: 100%;
    position: relative;
    right: 20px;
    bottom: 10px;
    padding: 20px 0 0 20px;
}
.services_ms {
    width: 100%;
}
.services_rate {
    float: left;
    margin-right: 6%;
    text-align: left;
    width: 46%;
}
.services_rate {
    float: left;
    margin-right: 6%;
    text-align: left;
    width: 46%;
}
.margin_ser {
    margin-right: 0px;
}
html,
body {
    height: 100%;
}

html {
    -webkit-font-smoothing: antialiased;
}

body,
button,
input,
select,
textarea {
    font: 12px/1.5 '\5b8b\4f53', Arial;
    color: #666;
    background: #fff;
    border: none;
}

a,
button,
input,
select,
span,
img,
i,
cite,
tt,
em,
button {
    transition: all .4s;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    text-transform: capitalize;
    font-family: Microsoft YaHei, '\9ed1\4f53';
}

img {
    border: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

a,
a:hover {
    text-decoration: none;
    outline: 0;
}

b,
strong {
    font-weight: bold;
}

/*p {
    margin: 0;
    line-height: 200%;
    color: #666;
}*/

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    padding: 0;
    font: inherit;
    color: inherit;
}

button,
input {
    outline: none;
}

::-webkit-input-placeholder {
    color: #ccc;
}

::-moz-placeholder {
    color: #ccc;
}

:-moz-placeholder {
    color: #ccc;
}

::-ms-input-placeholder {
    color: #ccc;
}

input:-moz-placeholder {
    color: #ccc;
}

textarea:-moz-placeholder {
    color: #ccc;
}

::selection {
    background: #333;
    color: #999;
    text-shadow: none;
}

.yh {
    font-family: Microsoft YaHei, '\9ed1\4f53';
}

.jh {
    font-family: Microsoft JhengHei, '\9ed1\4f53';
}

.hide {
    display: none !important;
}

.clear {
    clear: both;
}

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.black {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.black:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: none;
}