@charset "utf-8";

/*初始化样式*/

* {
    -webkit-tap-highlight-color: transparent;
}


/*全站头部*/

@font-face {
    font-family: 'NanumGothic';
    src: url('../font/NanumGothic.eot');
    /* IE9 Compat Modes */
    src: url('../font/NanumGothic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../font/NanumGothic.woff') format('woff'), /* Modern Browsers */
    url('../font/NanumGothic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../font/NanumGothic.svg#svgFontName') format('svg');
    /* Legacy iOS */
}

body {
    background-color: #fff;
    color: #565759;
    font: 16px/1.75em;
    /* font-family:'Candara'; */
    font-family: 'NanumGothic', 'Arial';
    overflow-x: hidden;
    width: 100%;
    /*设置宽度*/
}

table {
    background-color: transparent;
    border-spacing: 0;
    border-collapse: collapse;
    font-size: 16px;
    width: 100%;
    border-top: solid 1px #ddd;
    border-left: solid 1px #ddd;
    box-sizing: border-box;
}

table th {
    background-color: #f9f9f9;
    text-align: center;
    box-sizing: border-box;
}

table td,
table th {
    padding: 5px 10px;
    border: 1px solid #ddd;
    box-sizing: border-box;
}


/*html5设置*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}

html,
body,
div,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main,
p {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    outline: none;
    color: #666;
}

a:focus {
    outline: none;
    -moz-outline: none;
}

a img {
    border: none;
}

* img {
    max-width: 100%;
    vertical-align: middle;
}


/*强制去除表单自带的样式*/

select,
input,
textarea {
    border-radius: 0;
    -webkit-border-radius: 0;
}

input:focus {
    outline: none;
}

input,
button,
select,
textarea {
    outline: none;
    /*-webkit-appearance:none;*/
}

textarea {
    resize: none;
    /*-webkit-appearance:none;*/
}

textarea,
input,
select {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}


/*清楚浮动*/

.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/*该设置跟后台编辑器有关*/

.ul,
.ul li,
.dl,
.dl dd,
ul,
ul li,
ol,
ol li,
dl,
dl dd {
    list-style: none;
    margin: 0;
    padding: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.p,
h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0px;
    margin: 0px;
}


/*该设置跟后台编辑器有关*/


/*全局样式*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.wap_img {
    display: none;
}

.rol {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.padd {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.JuCenter {
    padding: 0 2%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.color {
    color: #fe7800;
}

.default {
    display: block;
}

.hide {
    display: none;
}