html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

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

html,
body {
    width: 100%;
    /*overflow-x: hidden;*/
}

a {
    text-decoration: none;
}

.input {
    border: 0 none;
    outline: 0 none;
    background: #fff;
    box-shadow: 0 0 0 transparent;
}

.block {
    display: inline-block;
}

.inline-block {
    display: inline-block;
    vertical-align: middle;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.b-t1 {
    border-bottom: 1px solid #dedede;
}

.op {
    border-bottom: 1px solid #e0e0e0;
}

.w1200 {
    width: 1200px !important;
    margin: 0 auto;
}
.w480{
    width: 480px!important;
    margin: 0 auto;
}

/* 头部 */

.head {
    width: 100%;
    min-width: 1200px;
    background: #0aa7fd;
    font-size: 14px;
    color: #fefefe;
    text-align: right;
}
.head > div{
    position: relative;
}
.head > div:hover .self-content{
    display: block;
}
.head .self-name{
    width: 123px;
	height: 36px;
    text-align: center;
    line-height: 36px;
	background-color: #0095e6;
}

.head .self-content{
    position: absolute;
    right: 0;
    color: #686868;
    text-align: center;
    width: 121px;
	background-color: #ffffff;
	border: solid 1px #ebebeb;
    line-height: 1;
    padding: 3px 0;
    display: none;
}
.head .self-content li{
    margin-bottom:18px;
}
.head .self-content li:last-child{
    margin-bottom: 0;
}
.head .self-content li a{
    color: #686868;
}
/* content */

.content {
    width: 1200px;
    /*overflow-x: hidden;*/
    margin: 0 auto;
}


/* 标题 */

.caption {
    width: 100%;
    padding: 9px 15px;
    box-sizing: border-box;
    font-size: 16px;
    color: #363636;
    font-weight: 600;
}

.ECalendarBox.ECalendarNoneSelect{

}
.ECalendarBox.ECalendarNoneSelect .head{
    width: 290px;
    min-width: 290px;
    box-sizing: border-box;
}
.ECalendarBox.ECalendarNoneSelect .currentdate > h2{
    text-align: left;
}