﻿﻿@charset "UTF-8";
html {
    color: #000;
    background: #FFF;
}

blockquote,
body,
button,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /*font-size: 100%;
    font-weight: normal;*/
}

q:after,
q:before {
    content: '';
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%;
}

legend {
    color: #000;
}

iframe {
    display: block;
}

/* yui3 fonts */

body {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #333;
    min-width: 1300px;
}

button,
input,
select,
textarea {
    font: 99% arial, helvetica, clean, sans-serif;
}

table {
    font-size: inherit;
    font: 100%;
}

code,
kbd,
pre,
samp,
tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}

a {
    text-decoration: none;
}

/* utilities */
.clear{
    clear: both;
}
.text-right {
    text-align: right;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.clearfix {
    *zoom: 1;
}

.clearfix:after,
.clearfix:before {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}
.text-center{
    text-align: center;
}
.l {
    float: left !important;
}

.r {
    float: right !important;
}

.hidden {
    display: none !important;
}

.invisible {
    visibility: hidden !important;
}

/*! grid system 24栅格 998px */

.ewb-container {
    width: 1520px;
    margin: 0px auto;
    padding-top: 40px;
    /*margin-top: 20px;*/
}

.ewb-row {
    overflow: hidden;
}

.ewb-span1 {
    float: left;
    width: 48px;
}

.ewb-span2 {
    float: left;
    width: 120px;
}

.ewb-span3 {
    float: left;
    width: 192px;
}

.ewb-span4 {
    float: left;
    width: 264px;
}

.ewb-span5 {
    float: left;
    width: 336px;
}

.ewb-span6 {
    float: left;
    width: 408px;
}

.ewb-span7 {
    float: left;
    width: 480px;
}

.ewb-span8 {
    float: left;
    width: 552px;
}

.ewb-span9 {
    float: left;
    width: 624px;
}

.ewb-span10 {
    float: left;
    width: 696px;
}

.ewb-span11 {
    float: left;
    width: 768px;
}

.ewb-span12 {
    float: left;
    width: 840px;
}

.ewb-span13 {
    float: left;
    width: 912px;
}

.ewb-span14 {
    float: left;
    width: 984px;
}

.ewb-span15 {
    float: left;
    width: 1056px;
}

.ewb-span16 {
    float: left;
    width: 1128px;
}

.ewb-span17 {
    float: left;
    width: 1200px;
}

.ewb-ml10 {
    margin-left: 10px;
}

.ewb-mt10 {
    margin-top: 10px;
}

.ewb-mt20 {
    margin-top: 35px;
}

.ewb-mt30 {
    margin-top: 30px;
}
.ewb-mt40 {
    margin-top: 40px;
}
.marginleft10{
    margin-left: 10px;
}

/* 单行文本溢出 */

.ewb-otw {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

input,button,select {
	font-family: "Microsoft YaHei";
	outline: 0;
}


/*单选框*/
.radio-inline{
    margin-right: 20px;
}
.radio-inline input{
    display: none;
}
.radio-inline>span{
    position: relative;
}
.radio-inline>span::before{
    display: inline-block;
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 50%;
    /*border: 1px solid rgb(219, 219, 219);*/
    margin-right: 6px;
    vertical-align: bottom;
    background: #b1dbff;
}
.radio-inline input:checked+span::before{
    background-color: #b1dbff;
}
.radio-inline input:checked+span::after{
    display: inline-block;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    left: 4px;
    bottom: 2px;
    background-color: #2096fe;
}

/*文字颜色*/
.colorblue{
    color: #2096fe;
}
.colorred{
    color: #ff0000;
}
.colorgrey{
    color: #999;
}

/*表格*/
.mapnav_table{
    width: 100%;
    text-align: center;
    line-height: 52px;
    margin-top: 30px;
}
.mapnav_table th{
    text-align: center;
    font-weight: 700;
    line-height: 40px;
}
.mapnav_table thead{
    background: #f6fbff;

}
.mapnav_table tbody tr:nth-child(even) {
    background:  #f6fbff;
}


@media screen and (max-width: 1366px) {
    .ewb-container{
        width: 1300px;
    }
}