﻿@charset "utf-8";

body {
    /*font-family: "微软雅黑 Light","微软雅黑";*/
    /*font-weight: lighter;*/
    margin: 0px;
}

a {
    text-decoration: none!important;
    /*font-family: "微软雅黑 Light","微软雅黑";*/
    /*font-weight: lighter;*/
    color: #000000;
}

h1, h2, h3, h4, h5, h6{
    margin: 0px;
    padding: 0px; 
}

@media screen and (max-width: 991px ){
    body {
        font-weight: normal;
    }

    a {
        font-weight: normal;
    }

}

/*Shared Style Start*/
.imgrender {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}

/*Shared Style End*/