﻿/*查询类输入框-下拉框*/
.layui-input,
.layui-select,
.layui-textarea {
    background: #222733;
    border: 1px solid rgba(0, 0, 0, 0.15);
    height: 34px;
    line-height: 34px;
    font-size: 12px;
    color: #EEEEEE;
    line-height: 12px;
}

.layui-input,
.layui-select,
.layui-textarea:hover {
    border: none;
}

.layui-form-label {
    padding: 7px 5px;
    color: #fff;
}

dd {
    color: #333;
}

.layui-input.layui-input-enableaux {
    padding-right: 32px;
    /* text-align:right; */
}

.layui-input-aux {
    position: absolute;
    right: 0px;
    top: 0px;
    border-radius: 0 2px 2px 0;
    height: 32px;
    line-height: 32px;
    padding: 0 6px 6px 0;
    font-size: 16px;
    color: #fff;
}

/*导航栏样式*/
.layui-tab-title .layui-this {
    font-size: 14px;
    color: #EDF2F5;
    width: 164px;
}

.layui-tab-title li {
    color: #EDF2F5;
}

.layui-tab-title {
    border: none;
}

.layui-tab-title .layui-this:after {
    border: none;
}

.layui-nav .layui-this:after,
.layui-nav-bar,
.layui-nav-tree .layui-nav-itemed:after {
    background: #45C3FD;
}

.layui-nav .layui-nav-item a:hover,
.layui-nav .layui-this a {
    color: #00C6FF;
}

.layui-tab-brief>.layui-tab-title .layui-this {
    color: #00C6FF;
}

.layui-tab-brief>.layui-tab-more li.layui-this:after,
.layui-tab-brief>.layui-tab-title .layui-this:after {
    border-bottom: 2px solid #45C3FD;
}

/*查询按钮*/
.layui-btn {
    background: #259EFB;
    border-radius: 2px;
    font-size: 16px;
}

.layui-btn-small {
    height: 32px;
    line-height: 32px;
}

/*表格类样式*/
.layui-table-tool {
    /*    background: #222733CC;*/
    background: rgba(34, 39, 51, 0.8);
    opacity: 0.8;
}

.layui-table,
.layui-table-click,
.layui-table-hover,
.layui-table-mend,
.layui-table-patch,
.layui-table-total,
.layui-table-total tr,
.layui-table[lay-even] tr:nth-child(even) {
    background: #191C25;
    color: #EEEEEE;
}

.layui-table-header,
.layui-table thead tr {
    background: rgba(34, 39, 51, 0.8);
}

.layui-table-tool .layui-table-tool-self .layui-inline[lay-event] {
    margin: 0;
}

.layui-table-tool .layui-inline[lay-event] {
    background: #14171F;
    border: 1px solid #333B4E;
    border-radius: 2px;
    border-right: none;
    width: 38px;
    height: 30px;
    line-height: 20px;
}

.layui-table-tool .layui-inline[lay-event]:last-child {
    border-right: 1px solid #333B4E;
}

.layui-table td,
.layui-table th,
.layui-table-col-set,
.layui-table-fixed-r,
.layui-table-grid-down,
.layui-table-header,
.layui-table-page,
.layui-table-tips-main,
.layui-table-tool,
.layui-table-total,
.layui-table-view,
.layui-table[lay-skin=line],
.layui-table[lay-skin=row] {
    border-color: #333B4E;
    border-radius: 2px 2px 0 0;
}

.layui-table,
.layui-table tbody tr,
.layui-table thead tr,
.layui-table-page {
    height: 50px;
}

.layui-table-page {
    padding: 12px 7px 0;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background: #259EFB;
}

.layui-laypage-skip .layui-input,
.layui-laypage button,
.layui-laypage input,
.layui-table-page select {
    color: #EEE;
    background-color: #222733;
    border: none;
}

.layui-icon,
.layui-laypage .layui-laypage-skip,
.layui-laypage a,
.layui-laypage span {
    color: #EEE;
}

.layui-table-grid-down {
    background: #333B4E;
}

.layui-table-grid-down:hover {
    background: #333B4E;
}

.layui-table thead tr {
    color: #259EFB;
}

.layui-table tbody tr:hover,
.layui-table tbody tr:nth-child(even):hover {
    background: #2380AB;
}

.layui-table tbody tr:nth-child(even) {
    background: #1C202A;
}

/*下拉框*/
dl div {
    display: none;
}

/*body通用*/
html,
body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

@font-face {
    font-family: 'WenQuanYiMicroHei';
    src: url('../Font/WenQuanYiMicroHei.eot');
    /* IE9 Compat Modes */
    src: url('../Font/WenQuanYiMicroHei.woff') format('woff'),
        /* Modern Browsers */
        url('../Font/WenQuanYiMicroHei.ttf') format('truetype');
    /* Safari, Android, iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* 大图 */
.div_img {
    width: 1920px;
    margin: 0 auto;
}

.div_img img {
    width: 100%;
    height: 100%;
}

/* 居中模块div */
.div_center {
    width: 1180px;
    padding: 0 50px;
    margin: 0 auto;
    border-bottom: 1px solid #D8D8D8;
}

.div_model {
    width: 1180px;
    height: 520px;
    padding: 0 50px;
    margin: 0 auto;
}

.div_model img {
    width: 700px;
    float: left;
}

.outerDiv {
    width: 1920px;
    margin: 0 auto;
}

.outerDiv:nth-child(odd) {
    background: #F9F9F9;
}

.model_text {
    font-family: WenQuanYiMicroHei;
    font-size: 16px;
    color: #888888;
    letter-spacing: 0;
    line-height: 30px;
    width: 320px;
}

/* 通用标题样式 */
.title_common {
    font-family: WenQuanYiMicroHei;
    font-size: 30px;
    color: #444444;
    letter-spacing: 0;
    line-height: 30px;
}

.underline_common {
    width: 50px;
    height: 4px;
    background: #D8D8D8;
    margin-top: 10px;
    margin-bottom: 30px;
}

/* 轮播 */
ul,
ol,
li {
    list-style: none;
}

.slide .inner {
    width: 3840px;
    height: 800px;
    position: absolute;
    left: 0;
    top: 0;
}

.slide .inner li {
    float: left;
    height: 800px;
}

.slide .dot {
    width: 50px;
    height: 10px;
    margin: 750px auto 0 auto;
}

.slide .dot li {
    height: 10px;
    width: 10px;
    border-radius: 5px;
    background-color: #fff;
    display: inline-block;
    float: left;
    margin-right: 15px;
    position: relative;
    cursor: pointer;
}

.slide .dot li.active {
    background-color: rgba(255, 128, 64)
}
