@charset "UTF-8";
/* yui3 reset.css */
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-button {
    width: 0;
    height: 0;
}

::-webkit-scrollbar-button:end:increment,
::-webkit-scrollbar-button:start:decrement {
    display: block;
}

::-webkit-scrollbar-button:vertical:end:decrement,
::-webkit-scrollbar-button:vertical:start:increment {
    display: none;
}

::-webkit-scrollbar-thumb:horizontal,
::-webkit-scrollbar-thumb:vertical,
::-webkit-scrollbar-track:horizontal,
::-webkit-scrollbar-track:vertical {
    border-color: transparent;
    border-style: solid;
}

::-webkit-scrollbar-track:vertical::-webkit-scrollbar-track:horizontal {
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

::-webkit-scrollbar-thumb {
    min-height: 28px;
    padding-top: 100;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 5px;
    -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.25);
}

::-webkit-scrollbar-thumb:active {
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.35);
}

::-webkit-scrollbar-thumb:horizontal,
::-webkit-scrollbar-thumb:vertical,
::-webkit-scrollbar-track:horizontal,
::-webkit-scrollbar-track:vertical {
    border-width: 0;
}

::-webkit-scrollbar-track:hover {
    background-color: rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-track:active {
    background-color: rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.14), inset -1px -1px 0 rgba(0, 0, 0, 0.07);
}

.scrollbar-hover::-webkit-scrollbar,
.scrollbar-hover::-webkit-scrollbar-button,
.scrollbar-hover::-webkit-scrollbar-thumb,
.scrollbar-hover::-webkit-scrollbar-track {
    visibility: hidden;
}

.scrollbar-hover:hover::-webkit-scrollbar,
.scrollbar-hover:hover::-webkit-scrollbar-button,
.scrollbar-hover:hover::-webkit-scrollbar-thumb,
.scrollbar-hover:hover::-webkit-scrollbar-track {
    visibility: visible;
}

::-webkit-scrollbar-corner {
    background: 0 0;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
    vertical-align: top;
}

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:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%;
}

legend {
    color: #000;
}

iframe {
    display: block;
}

/* yui3 fonts */
body {
    color: #333;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
    font-size: 14px;
}

table {
    font-size: inherit;
    font: 100%;
}

pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}

a {
    text-decoration: none;
}

input,
button,
textarea {
    border: 0;
    outline: 0;
}

input[type='text']::-ms-clear,
input[type='password']::-ms-reveal {
    display: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: #999;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
    color: #999;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
    color: #999;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: #999;
}

.placeholder {
    color: #999;
}

/* utilities */
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: '';
}

.clearfix:after {
    clear: both;
}

.l {
    float: left !important;
}

.r {
    float: right !important;
}

.hidden {
    display: none !important;
}

.invisible {
    visibility: hidden !important;
}

.trans {
    -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.text-overflow {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* 通用样式 */
.container {
    width: 1200px;
    margin: 0 auto;
}

/* 当前位置位置 */
@font-face {
    font-family: 'YouSheBiaoTiHei';
    src: url('./fonts/YouSheBiaoTiHei/YouSheBiaoTiHei.woff') format('woff'),
        url('./fonts/YouSheBiaoTiHei/YouSheBiaoTiHei.ttf') format('truetype'),
        url('./fonts/YouSheBiaoTiHei/YouSheBiaoTiHei.eot') format('embedded-opentype');
}
@font-face {
    font-family: 'D-DIN-Bold';
    src: url('./fonts/D-DIN-Bold/D-DIN-Bold.woff') format('woff'),
        url('./fonts/D-DIN-Bold/D-DIN-Bold.ttf') format('truetype'),
        url('./fonts/D-DIN-Bold/D-DIN-Bold.eot') format('embedded-opentype');
}
.location {
    padding-left: 23px;
    height: 57px;
    line-height: 57px;
    font-size: 14px;
    color: #a8b6c1;
    background: url('../images/location.png') no-repeat left center;
}

.location a {
    color: #a8b6c1;
}

.location span {
    color: #1f6de8;
}

/* 头部 */
#old_header {
    background: #fff;
}
#old_header .logo {
    height: 100px;
    display: flex;
    align-items: center;
}
#old_header .logo > img {
    width: 51px;
    height: 50px;
}
#old_header .logo-txt {
    margin-left: 10px;
}
#old_header .logo-txt .cn {
    color: #333;
    font-size: 26px;
    font-weight: 700;
    line-height: 39px;
}
#old_header .logo-txt .en {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}
#old_header .nav-wrap {
    height: 65px;
    align-items: center;
    background: #1f6de8;
}
#old_header .nav-wrap .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#old_header .nav-list {
    display: flex;
    align-items: center;
}
#old_header .nav-item {
    width: 191px;
    font-size: 18px;
    line-height: 65px;
    text-align: center;
}
#old_header .nav-item > a {
    color: #fff;
    display: block;
}
#old_header .nav-item.current {
    background: rgba(255, 255, 255, 0.2);
    font-weight: 700;
}
#old_header .nav-item:hover {
    font-weight: 700;
}
#old_header .nav-search {
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 50px;
    width: 248px;
    height: 34px;
    background: #fff;
}
#old_header .nav-search:before {
    content: '';
    position: absolute;
    left: 90px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 14px;
    background: #bac4ce;
}
#old_header .nav-search .header-sel {
    width: 90px;
    height: 34px;
}
#old_header .nav-search-input {
    width: 100px;
    margin-left: 12px;
}
#old_header .nav-search-btn {
    position: absolute;
    right: -1px;
    top: 0;
    font-size: 0;
    width: 34px;
    height: 34px;
    background: url('../images/search_btn.png') no-repeat center center;
    cursor: pointer;
}
#old_header .chosen-container-single .chosen-single {
    border: 0;
    background: transparent;
    color: #bac4ce;
    padding-left: 12px;
    height: 34px;
    line-height: 34px;
    font-size: 13px;
    box-shadow: none;
}
#old_header .chosen-container-single .chosen-single div {
    width: 26px;
}
#old_header .chosen-container-single .chosen-single div b {
    background: none;
}
#old_header .chosen-container-single .chosen-single div b:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background: url('../images/header_chose.png') no-repeat 5px center;
    transition: transform 0.3s ease-in-out;
}
#old_header .chosen-container-active.chosen-with-drop .chosen-single {
    box-shadow: none;
}
#old_header .chosen-container-active.chosen-with-drop .chosen-single div b:after {
    transform: rotateX(180deg);
}
#old_header .chosen-container .chosen-drop {
    width: 78px;
    padding: 12px 0;
    border-radius: 5px;
    background: #fff;
    box-sizing: border-box;
    border: 0;
    text-align: center;
}
#old_header .chosen-container .chosen-drop .chosen-results {
    padding: 0;
    margin: 0;
}
#old_header .chosen-container .chosen-drop .chosen-results li {
    font-size: 13px;
    padding: 0;
    line-height: 20px;
}
#old_header .chosen-container .chosen-drop .chosen-results li + li {
    margin-top: 10px;
}
#old_header .chosen-container .chosen-drop .chosen-results li.highlighted {
    background: transparent;
    color: #1f6de8;
}

#header {
    height: 100px;
    background: #fff;
}
#header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
#header .logo {
    height: 60px;
    display: flex;
    align-items: center;
}
#header .logo > img {
    width: 60px;
    height: 60px;
}
#header .logo-txt {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-left: 16px;
}
#header .logo-txt .cn {
    color: #333;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
}
#header .logo-txt .en {
    color: #333;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 3px;
    line-height: 24px;
    margin-top: 2px;
}
#header .nav-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 435px;
    height: 35px;
    line-height: 35px;
}
#header .nav-item {
    position: relative;
    z-index: 1;
    height: 100%;
    font-size: 16px;
    padding: 0 6px;
    box-sizing: border-box;
}
#header .nav-item a {
    position: relative;
    z-index: 1;
    display: block;
    height: 100%;
    color: #333;
}
#header .nav-item a::after {
    position: absolute;
    left: 0;
    bottom: -2.5px;
    width: 100%;
    height: 2px;
    background: #1f6de8;
}
#header .nav-item a:hover,
#header .nav-item a.current {
    color: #1f6de8;
    font-weight: 600;
}
#header .nav-item a:hover::after,
#header .nav-item a.current::after {
    content: '';
}
#header .nav-search {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 280px;
    border: 1px solid rgba(153, 153, 153, 0.3);
    box-sizing: border-box;
    border-radius: 16px;
}
#header .nav-search-line {
    width: 1px;
    height: 14px;
    background: #bac4ce;
    margin: 0 12px;
}
#header .nav-search-con {
    position: relative;
    flex: 1;
    width: 0;
    z-index: 1;
}
#header .nav-search-input {
    width: 100%;
    padding-right: 49px;
    box-sizing: border-box;
}
#header .nav-search-btn {
    position: absolute;
    right: -1px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
    width: 49px;
    height: 38px;
    background: url('../images/search.png') no-repeat center, linear-gradient(180deg, #5b9aff 0%, #1f6de8 100%);
    background-size: 17px 16px, 100% 100%;
    border-radius: 16px;
    cursor: pointer;
}
#header .chosen-container-single .chosen-single {
    border: 0;
    background: transparent;
    color: #666;
    padding-left: 12px;
    height: 36px;
    line-height: 36px;
    font-size: 15px;
    box-shadow: none;
}
#header .chosen-container-single .chosen-single span {
    margin-right: 9px;
}
#header .chosen-container-single .chosen-single div {
    width: 9px;
}
#header .chosen-container-single .chosen-single div b {
    background: none;
}
#header .chosen-container-single .chosen-single div b:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background: url('../images/header_chose.png') no-repeat center;
    background-size: 9px 7px;
    transition: transform 0.3s ease-in-out;
}
#header .chosen-container-active.chosen-with-drop .chosen-single {
    box-shadow: none;
}
#header .chosen-container-active.chosen-with-drop .chosen-single div b:after {
    transform: rotateX(180deg);
}
#header .chosen-container .chosen-drop {
    width: 78px;
    padding: 12px 0;
    border-radius: 5px;
    background: #fff;
    box-sizing: border-box;
    border: 0;
    text-align: center;
}
#header .chosen-container .chosen-drop .chosen-results {
    padding: 0;
    margin: 0;
}
#header .chosen-container .chosen-drop .chosen-results li {
    font-size: 13px;
    padding: 0;
    line-height: 20px;
}
#header .chosen-container .chosen-drop .chosen-results li + li {
    margin-top: 10px;
}
#header .chosen-container .chosen-drop .chosen-results li.highlighted {
    background: transparent;
    color: #1f6de8;
}

/* 底部 */
html {
    height: 100%;
}

body {
    position: relative;
    min-height: 100%;
    padding-bottom: 216px;
    box-sizing: border-box;
    background: #f5f6f8;
}

.footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 130px;
    background: #1e2736;
}
.footer-con {
    position: relative;
    box-sizing: border-box;
    padding-top: 40px;
}
.footer-line {
    display: flex;
    justify-content: center;
    line-height: 24px;
}
.footer-line-link {
    position: relative;
    color: rgba(255, 255, 255, 0.8);
}
.footer-line-link + .footer-line-link {
    margin-left: 67px;
}
.footer-line-link + .footer-line-link::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -33px;
    width: 1px;
    height: 10px;
    background-color: rgba(255, 255, 255, 0.36);
    transform: translateY(-50%);
}
.footer-info {
    display: flex;
    justify-content: center;
    margin-top: 16px;
    line-height: 21px;
}
.footer-info-text {
    color: rgba(255, 255, 255, 0.6);
}
.footer-info-text + .footer-info-text {
    margin-left: 32px;
}
.footer-info-text.ga {
    position: relative;
    padding-left: 32px;
}
.footer-info-text.ga:before {
    position: absolute;
    width: 23px;
    height: 22px;
    content: '';
    background: url('../images/footer_ga.png') no-repeat left center;
    left: 0;
    top: 1px;
}
.footer-info-link {
    color: rgba(255, 255, 255, 0.6);
}
.footer-img {
    position: absolute;
}
.footer-img.img1 {
    top: 101px;
    left: 0;
    width: 100px;
    height: 50px;
}
.footer-img.img2 {
    top: 103px;
    right: 0;
    width: 44px;
    height: 54px;
}
.footer-img img {
    display: block;
    width: 100%;
    height: 100%;
}

/* 侧边栏 */
.sidebar {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 156px;
    z-index: 999;
}
.sidebar-item {
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 6px;
    border: 1px solid #fff;
    background: #fff;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
}
.sidebar-item + .sidebar-item {
    margin-top: 10px;
}
.sidebar-item > a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 46px;
    box-sizing: border-box;
    text-align: center;
    font-size: 13px;
    color: #333;
    line-height: 22px;
}
.sidebar-item.ico1::before {
    background-image: url('../images/sidebar_ico1.png');
}
.sidebar-item.ico1:hover::before {
    background-image: url('../images/sidebar_ico1_h.png');
}
.sidebar-item.ico2::before {
    background-image: url('../images/sidebar_ico2.png');
}
.sidebar-item.ico2:hover::before {
    background-image: url('../images/sidebar_ico2_h.png');
}
.sidebar-item.ico3::before {
    background-image: url('../images/sidebar_ico3.png');
}
.sidebar-item.ico3:hover::before {
    background-image: url('../images/sidebar_ico3_h.png');
}
.sidebar-item.ico4::before {
    background-image: url('../images/sidebar_ico4.png');
}
.sidebar-item.ico4:hover::before {
    background-image: url('../images/sidebar_ico4_h.png');
}
.sidebar-item.ico5::before {
    background-image: url('../images/sidebar_ico5.png');
}
.sidebar-item.ico5:hover::before {
    background-image: url('../images/sidebar_ico5_h.png');
}
.sidebar-item.ico6::before {
    background-image: url('../images/sidebar_ico6.png');
}
.sidebar-item.ico6:hover::before {
    background-image: url('../images/sidebar_ico6_h.png');
}
.sidebar-item::before {
    position: absolute;
    content: '';
    top: 11px;
    left: 50%;
    transform: translateX(-50%);
    width: 26px;
    height: 26px;
    background-repeat: no-repeat;
    background-position: center center;
}
.sidebar-item.ico2 .drop {
    width: 150px;
    height: 47px;
    top: 21px;
    left: -162px;
    background: url('../images/tel_bg.png') no-repeat center center;
    color: #333;
    font-size: 16px;
    font-weight: 600;
    line-height: 47px;
    padding-left: 11px;
    box-sizing: border-box;
}
.sidebar-item.ico4 .drop {
    top: -20px;
    left: -205px;
}
.sidebar-item .drop {
    position: absolute;
    display: none;
    top: 0;
    left: -100%;
}
.sidebar-item:hover {
    background: #1f6de8;
}
.sidebar-item:hover .drop {
    display: block;
}
.sidebar-item:hover a {
    color: #fff;
}

body .layui-layer {
    border-radius: 4px;
}
body .layui-layer-title {
    height: 47px;
    font-weight: 600;
    font-size: 16px;
    line-height: 47px;
    padding: 0 16px;
    border-radius: 4px 4px 0 0;
}
body .layui-layer-content,
body .layui-layer-iframe iframe {
    border-radius: 0 0 4px 4px;
}
body .layui-laydate-footer span:hover {
    color: #1f6de8;
}
body .layui-laydate-header i:hover,
body .layui-laydate-header span:hover {
    color: #1f6de8;
}
body .laydate-day-mark::after {
    background-color: #1f6de8;
}
body .layui-laydate-footer span[lay-type='date'] {
    color: #1f6de8;
}
body .layui-laydate .layui-this {
    background-color: #1f6de8 !important;
}
body .laydate-theme-molv .layui-laydate-header {
    background-color: #1f6de8;
}
body .laydate-theme-grid .laydate-selected,
body .laydate-theme-grid .laydate-selected:hover {
    color: #1f6de8 !important;
}

.pager-wrap {
    position: absolute;
    width: 100%;
    bottom: 20px;
    left: 0;
    display: flex;
    justify-content: center;
}
.pager .layui-laypage {
    display: flex;
    justify-content: center;
    margin: 0;
}
.pager .layui-laypage .layui-laypage-curr {
    border-color: #3681f0;
}
.pager .layui-laypage .layui-laypage-curr .layui-laypage-em {
    display: none;
}
.pager .layui-laypage .layui-laypage-curr em {
    color: #3681f0;
}
.pager .layui-laypage select:focus,
.pager .layui-laypage input:focus {
    border-color: #1f6de8 !important;
    box-shadow: none !important;
}
.pager .layui-laypage-limits {
    padding: 0 !important;
}
.pager .layui-laypage-skip {
    display: flex;
    align-items: center;
    border: 0 !important;
    height: 34px !important;
    line-height: 34px !important;
}
.pager .layui-laypage-skip:hover {
    color: #666 !important;
}
.pager .layui-laypage-skip .layui-laypage-btn {
    display: none;
}
.pager .layui-laypage-skip input {
    font-size: 14px;
    border: 2px solid #ecedf2;
}
.pager .layui-laypage select {
    width: 80px;
    height: 100%;
    padding: 0;
    border: 0;
    padding: 0 11px;
}
.pager .layui-disabled,
.pager .layui-disabled:hover {
    color: #cccdce !important;
    background: #ecedf2;
}
.pager .layui-laypage a,
.pager .layui-laypage span {
    padding: 0 11px;
    height: 30px;
    line-height: 32px;
    margin: 0 3px;
    font-size: 14px;
    border: 2px solid #ecedf2;
    user-select: none;
}
.pager .layui-laypage a:hover,
.pager .layui-laypage span:hover {
    color: #3681f0;
}
