body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul,ol{
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

li {
    list-style: none;
}

input[type=radio] {
    cursor: pointer
}

input[type=checkbox] {
    cursor: pointer
}

* {
    box-sizing: border-box !important;
}

a {
    text-decoration: none;
}
img{
    vertical-align: middle;
}

a { color: inherit; }
a:hover { text-decoration: none; }


/* rem */
html { font-size: 0.8333333333vw; }
@media (max-width: 768px) {
	html { font-size: 4.2666666666vw; }
}

/* 媒体查询 */

@media only screen and (min-width: 1300px) {
    .subnav-li.active {
        height: 2.9rem;
        z-index: 1;
    }
}

@media only screen and (max-width: 1300px) {
    .subnav-li.active {
        height: 3rem;
        z-index: 1;
    }
}
@media only screen and (max-width: 1250px) {
    .subnav-li.active {
        height: 3.2rem;
        z-index: 1;
    }
}
@media only screen and (max-width: 1200px) {
    .subnav-li.active {
        height: 3.5rem;
        z-index: 1;
    }
}
@media only screen and (max-width: 1150px) {
    .subnav-li.active {
        height: 3.9rem;
        z-index: 1;
    }
}
@media only screen and (max-width: 1100px) {
    .subnav-li.active {
        height: 4.2rem;
        z-index: 1;
    }
}


* { outline: 0;
    image-rendering: -moz-crisp-edges;          /* Firefox */
	image-rendering: -o-crisp-edges;            /* Opera   */
	image-rendering: -webkit-optimize-contrast; /* Webkit  */
	image-rendering: crisp-edges;
	/* image-rendering: pixelated; */
	-ms-interpolation-mode: nearest-neighbor;   /* IE      */
}


@media (max-width: 768px){
 .bor-smm{
    display:none !important;
  }
}

body { overflow-x: hidden; }

::-webkit-scrollbar-track-piece { width: 5px; background: #eee;    }
::-webkit-scrollbar             { width: 5px; background: #0f833d; }
::-webkit-scrollbar-thumb       { width: 5px; background: #0f833d; }
::-webkit-scrollbar-thumb:hover { width: 5px; background: #0f833d; }



a, a:link, a:visited, a:focus, a:active { color: inherit; }
