@charset "UTF-8";
body {
    background-color: #fff;
}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,span,a,p,i,input,button {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
}
.header-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 1200px;
    max-width: 1200px;
    height: 80px;
    margin: 0 auto;
}
.header-top .logo {
    display: block;
    width: 55.25%;
    height: 71.25%;
    background: url('../images/logo.png') center left / contain no-repeat;
}
.header-top .user-box {
    display: block;
    width: auto;
    height: 32px;
    line-height: 26px;
    padding: 2px 10px 2px 10px;
    border: 1px solid #ccc;
    background: -webkit-linear-gradient(top, #fff, #eff1f5);
    background: linear-gradient(to bottom, #fff, #eff1f5);
    border-radius: 5px;
    cursor: pointer;
}
.header-top .user-box>i {
    display: inline-block;
    width: 22px;
    height: 24px;
    background: url('../images/user-icon.png') center center / contain no-repeat;
    margin-right: 10px;
    vertical-align: middle;
}
.header-bottom {
    position: relative;
    width: 100%;
    height: 96px;
    background: url('../images/banner.png') center center / 100% 100% no-repeat;
}
.header-bottom .header-title {
    width: 1200px;
    max-width: 1200px;
    height: 41.67%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url('../images/title-new.png') center left / contain no-repeat;
}
/*content*/
.content {
    width: 1200px;
    max-width: 1200px;
    margin: 20px auto 50px;
    min-height: 400px;
}
/*导航*/
.small-nav,.small-nav>a {
    color: #999;
    /*font-size: 14px;*/
}
.small-nav>a:hover {
    color: #2B59E7;
}
/*标题*/
.project-title {
    width: 100%;
    height: 47px;
    margin: 25px 0 35px 0;
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;
}
/*小标题*/
.option-title {
    font-size: 24px;
    line-height: 1;
}
.option-title>i {
    display: inline-block;
    margin-right: 12px;
    line-height: 0;
    vertical-align: top;
}

div.load-button {
    width: 249px;
    height: 83px;
    margin-top: 15px;
    border: 1px solid #fff;
}
div.load-button>a {
    display: block;
    width:100%;
    height: 100%;
    line-height: 65px;
    padding-right: 30px;
    background-size: contain;
    background-position: bottom left;
    background-repeat: no-repeat;
    text-align: center;
    font-size: 24px;
    color: #E7FFAD;
}
div.load-button:hover>a {
    color: #fff;
    margin-top: -2px;
}
/*footer*/
footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 60px;
    background-color: #264B94;
    color: #fff;
}
footer>div+div {
    margin-left: 10em;
}





.ruite-table-body {
	height: 24px;
	font-size: 12px;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

.ruite-table-head {
	height: 26px;
	font-size: 12px;
	background: url(images/table-head.gif) repeat-x 0 -26px;
	border-right: 1px solid #CCC;
}

.ruite-dialog {
	position: absolute;
	border: none;
	border-radius: 0px;
	box-shadow: 2px 2px 3px #CCC;
	background-color: #FAFAFA;
	padding: 5px;
	overflow: hidden;
}



.ruite-table-head-cell {
	height: 26px;
	line-height: 26px;
	padding: 0 5px;
	overflow: hidden;
	white-space: nowrap;
	word-wrap: normal;
	font-weight: bold;
	border-bottom: 0px solid #ccc;
}

.ruite-tabs-caption-li {
	font-size:15px;
	border: 0;
	display: inline-block;
	float: left;
	margin: 0 4px -1px 0;
	padding: 0;
	position: relative;
}

.ruite-tabs-caption-li-text {
	display: inline-block;
	height: 25px;
	line-height: 25px;
	border: 1px solid #CCC;
	border-radius: 0;
	cursor: pointer;
	background-color: #E3E3E3;
	white-space: nowrap;
	word-wrap: normal;
}

.ruite-tabs-caption-li-text-selected {
	background-color: #7bbfef;
	/* border-bottom: 1px solid #FFF; */
	color: #fff;
}
