body {
    min-height: 100vh;
    position: relative;
    padding-bottom: 170px;
    min-width: 1260px;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

input {
    border: none;
}

button {
    border: none;
}

.header_all {
    width: 100%;
    min-width: 1260px;
    background: url(../imgs/background@2x2.jpg) no-repeat 50% 50%/100%;
}

.content {
    box-sizing: border-box;
    width: 1240px;
    margin: 0 auto;
    padding: 20px 40px;
    min-height: 500px;
    box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.05);
}

.content .nav {
    box-sizing: border-box;
    height: 30px;
    border-bottom: 1px solid #e6eff7;
    font-size: 16px;
}

.header_all .info {
    text-align: right;
    padding: 10px 0;
}

.header_all .info span {
    color: #ffffff;
    margin-left: 10px;
}

.header_all .searchTitle {
    font-size: 0;
    margin-top: 40px;
    margin-bottom: 40px;
}

.header_all .searchTitle .title {
    display: inline-block;
    vertical-align: middle;
    width: 60%;
}

.header_all .title .title-right {
    display: inline-block;
    color: #ffffff;
    height: 74px;
    padding-top: 4px;
    vertical-align: top;
}

.header_all .searchTitle .title img {
    width: 80px;
    height: 80px;
    margin-top: -8px;
    margin-right: 15px;
}

.header_all .searchTitle .title span {
    font-size: 36px;
    font-weight: bold;
    color: #ffffff;
    background: linear-gradient(to bottom, #ffffff 0%, #c3dfff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.header_all .search {
    display: inline-block;
    width: 40%;
    text-align: right;
}

.header_all .search .searchBtn {
    width: 300px;
    height: 46px;
    background: rgba(0, 0, 0, 0.23);
    border-radius: 7px;
    padding: 3px 10px;
    line-height: 40px;
    display: inline-block;
    position: relative;
    text-align: left;
    margin-right: 35px;
}

.header_all .search input {
    line-height: 40px;
    width: 260px;
    text-align: left;
    color: #fff;
    font-size: 14px;
    background: none;
}

.header_all .search input::-webkit-input-placeholder {
    line-height: 40px;
    color: #fff;
}

.header_all .search i {
    position: absolute;
    right: 10px;
    top: 3px;
    font-size: 20px;
    color: #fff;
}

.header_all .header {
    position: relative;
    width: 1260px;
    margin: 0 auto;
}

.header_all .header .nav {
    position: relative;
    height: 110px;
    padding-top: 28px;
}

.header_all .header .nav .navBg {
    position: absolute;
    width: 1220px;
    left: 20px;
    bottom: 0;
    background-color: #fff;
    height: 110px;
    border-radius: 9px 9px 0 0;
}

.header_all .layui-nav {
    margin: 0 auto;
    width: 1260px;
    background-color: #0662b1;
}

.header_all .layui-nav li,
.header_all .layui-nav a {
    box-sizing: border-box;
    height: 68px;
    text-align: center;
    line-height: 68px;
    font-size: 20px;
}

.header_all .layui-nav li {
    width: 150px;
}

.header_all .layui-nav a {
    width: 100%;
}

.header_all .layui-nav .layui-nav-item.layui-this {
    opacity: 1;
}

.header_all .layui-nav .layui-nav-item img {
    width: 23px;
    height: 23px;
    margin-right: 6px;
    opacity: 0.9;
}

.header_all .layui-nav .layui-nav-item.layui-this img {
    opacity: 1;
}

.header_all .layui-nav .layui-nav-item.layui-this {
    background-color: #1275ca;
}

.header_all .layui-nav .layui-nav-item.layui-this::before {
    display: block;
    content: "";
    position: absolute;
    top: -4px;
    left: 0;
    width: 100%;
    height: 9px;
    background-color: #1275ca;
    border-radius: 12px 12px 0 0;
}

.header_all .layui-nav .layui-this::after {
    display: block;
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 9px;
    background-color: #1275ca;
    border-radius: 0 0 12px 12px;
}

.footer {
    background-color: #0662b1;
    clear: both;
    position: absolute;
    bottom: 0;
    width: 100%;
    min-width: 1260px;
}

.footer_content {
    position: relative;
    box-sizing: border-box;
    width: 1260px;
    margin: 0 auto;
    padding-bottom: 10px;
}

.footer_content .footer-top {
    height: 60px;
    border-bottom: 1px solid #4584bb;
    padding-top: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    line-height: 26px;
    margin-bottom: 20px;
}

.footer_content .footer-top .bt-nav {
    float: right;
    margin-right: 20px;
    font-size: 15px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
}

.footer_content .footer-top .bt-nav a {
    margin: 0 5px;
    color: rgba(255, 255, 255, 0.7);
}

.footer_content .footer-top .bt-nav a:hover {
    color: #ffffff;
}

.footer_content .footer-bottom {
    margin-left: 10px;
    margin-bottom: 20px;
}

.footer_content .footer-bottom img.gawb-icon {
    width: 20px;
    height: 20px;
    margin: 0;
    vertical-align: -3px;
}

.footer_content img {
    width: 40px;
    margin-right: 6px;
    margin-top: -3px;
}

.footer_content .footer-bottom span,
.footer_content .footer-bottom a {
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    line-height: 29px;
    margin-bottom: 20px;
    opacity: 0.9;
    margin-right: 20px;
}

.footer_content .sydw-flag {
    content: "";
    display: block;
    position: absolute;
    width: 55px;
    height: 74px;
    right: 40px;
    bottom: 18px;
    background: url(../imgs/sydw@2x.png) no-repeat 100% 100%/100%;
}

.footer_content .wxewm-con {
    display: block;
    position: absolute;
    width: 90px;
    height: 90px;
    right: 130px;
    bottom: 10px;
    background: #ffffff;
}

.footer_content .wxewm-con img {
    width: 100%;
}

.layui-breadcrumb > * {
    font-size: 16px;
}

.layui-table td,
.layui-table th {
    font-size: 16px;
}

.layui-table-cell {
    font-size: 16px;
    padding: 0 5px;
    height: auto;
    overflow: visible;
    text-overflow: inherit;
    white-space: normal;
    word-break: break-all;
}

.share {
    position: fixed;
    width: 56px;
    right: 0;
    top: 40%;
}

.share a {
    display: inline-block;
    position: relative;
}

.share img.shareicon {
    width: 56px;
}

.share .img_con {
    width: 150px;
    position: absolute;
    left: -150px;
    top: -45px;
    display: none;
    padding: 2px;
    background: #fff;
    border: 1px solid #dddddd;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.share .erweima {
    width: 100%;
}

/*layui自定义样式*/
.layui-layout-admin .layui-logo {
    color: #0662b1;
}

.layui-elem-quote {
    border-left: 5px solid #0662b1;
}

.layui-progress-bar {
    background-color: #0662b1;
}

.layui-bg-green {
    background-color: #0662b1 !important;
}

.layui-border-green {
    border-color: #0662b1 !important;
    color: #0662b1 !important;
}

.layui-font-green {
    color: #0662b1 !important;
}

.layui-btn {
    background-color: #0662b1;
}

.layui-btn-primary:hover {
    border-color: #0662b1;
}

.layui-btn-checked {
    background-color: #0662b1;
}

.layui-btn-group .layui-btn-primary:hover {
    color: #0662b1;
}

.layui-form-select dl dd.layui-this {
    background-color: #0662b1;
}

.layui-form-checked,
.layui-form-checked:hover {
    border-color: #0662b1;
}

.layui-form-checked span,
.layui-form-checked:hover span {
    background-color: #0662b1;
}

.layui-form-checked i,
.layui-form-checked:hover i {
    color: #0662b1;
}

.layui-form-checkbox[lay-skin="primary"]:hover i {
    border-color: #0662b1;
}

.layui-form-checked[lay-skin="primary"] i {
    border-color: #0662b1 !important;
    background-color: #0662b1;
}

.layui-form-onswitch {
    border-color: #0662b1;
    background-color: #0662b1;
}

.layui-form-radio:hover *,
.layui-form-radioed,
.layui-form-radioed > i {
    color: #0662b1;
}

.layui-laypage a:hover {
    color: #0662b1;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #0662b1;
}

.layui-laypage input:focus,
.layui-laypage select:focus {
    border-color: #0662b1 !important;
}

.layui-table-edit:focus {
    border-color: #0662b1 !important;
}

.layui-upload-drag .layui-icon {
    font-size: 50px;
    color: #0662b1;
}

.layui-upload-drag[lay-over] {
    border-color: #0662b1;
}

.layui-menu .layui-menu-item-checked,
.layui-menu .layui-menu-item-checked2 {
    background-color: #f6f6f6 !important;
    color: #0662b1;
}

.layui-menu .layui-menu-item-checked a,
.layui-menu .layui-menu-item-checked2 a {
    color: #0662b1;
}

.layui-menu .layui-menu-item-checked:after {
    border-right: 3px solid #0662b1;
}

.layui-menu-lg .layui-menu-body-title a:hover,
.layui-menu-lg li:hover {
    color: #0662b1;
}

.layui-nav .layui-this:after,
.layui-nav-bar {
    background-color: #0662b1;
}

.layui-nav-tree .layui-nav-bar {
    background-color: #0662b1;
}

.layui-nav-tree .layui-nav-child dd.layui-this,
.layui-nav-tree .layui-nav-child dd.layui-this a,
.layui-nav-tree .layui-this,
.layui-nav-tree .layui-this > a,
.layui-nav-tree .layui-this > a:hover {
    background-color: #0662b1;
}

.layui-breadcrumb a:hover {
    color: #0662b1 !important;
}

.layui-tab-brief > .layui-tab-title .layui-this {
    color: #0662b1;
}

.layui-tab-brief > .layui-tab-more li.layui-this:after,
.layui-tab-brief > .layui-tab-title .layui-this:after {
    border-bottom: 2px solid #0662b1;
}

.layui-tab-card > .layui-tab-more .layui-this {
    background: 0 0;
    color: #0662b1;
}

.layui-timeline-axis {
    color: #0662b1;
}

.layui-transfer-active .layui-btn {
    background-color: #0662b1;
    border-color: #0662b1;
}

.layui-slider-input-btn i:hover {
    color: #0662b1;
}