﻿@font-face {
    font-family: DINCond;
    src: url('')format('truetype')
}

@font-face {
    font-family: 庞门正道;
    src: url('../font/庞门正道标题体.ttf')format('truetype')
}



/************ style reset ************/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
a,
abbr,
acronym,
address,
code,
del,
dfn,
em,
q,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
legend,
caption,
tbody,
tfoot,
thead,
tr,
th,
figure,
section,
menu {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img {
    margin: 0;
    display: block;
}

:focus {
    outline: none;
}


/*@purpose To enable resizing for IE */


/*@branch For IE6-Win, IE7-Win */

input,
button,
textarea,
select {
    *font-size: 100%;
}

ol,
ul,
nav {
    list-style: none;
}


/************ global style ************/

html {
    -webkit-text-size-adjust: none;
}

body {
    font: 12px/1.8 '微软雅黑', arial, tahoma, simsun, sans-serif;
}

select,
input,
textarea {
    color: #7C796F;
    font: 12px/1.6 "微软雅黑", arial, tahoma, simsun, sans-serif;
    vertical-align: middle;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    outline: none;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -ms-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease
}

a:link,
a:active,
a:visited {
    color: #7C796F;
}

a:hover {
    color: #f47920;
    text-decoration: none;
}

p {
    /*word-break:break-all;word-wrap:break-word;*/
    margin: 0;
    padding: 0;
}

img {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 0;
    vertical-align: middle;
}