html {
    font-family: Arial,sans-serif;
    min-width: 1100px;
}

body {
    background: #fff;
}

a {
    color: #fff;
}

a:link {
    color: #fff;
}

a:visited {
    color: #fff;
}

@font-face {
    font-family: bebasneueregular;
    src: url('../font/BebasNeueRegular.ttf');
}

@font-face {
    font-family: bebasneuebold;
    src: url('../font/BebasNeue.otf');
}

@font-face {
    font-family: bodonib;
    src: url('../font/Bodonib.ttf');
}

html, body, header, section, footer, div, ul, ol, li, img, a, span, em, del, legend, center, strong, var, fieldset, form, label, dl, dt, dd, cite, input, hr, time, mark, code, figcaption, figure, textarea, h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    border: 0;
    padding: 0;
    font-style: normal;
}

img {
    -webkit-user-select: none;
}

html, body {
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /*-webkit-user-select: none;*/
    background-color: #fff;
}

nav, article, aside, details, main, header, footer, section, fieldset, figcaption, figure {
    display: block;
}

img, a, button, em, del, strong, var, label, cite, small, time, mark, code, textarea {
    display: inline-block;
}

header, section, footer {
    position: relative;
}

ol, ul {
    list-style: none;
}

input, button, textarea {
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 1em;
    line-height: 1em;
    /*-webkit-appearance:none;*/
    background-color: rgba(0, 0, 0, 0);
    outline: none;
}

span {
    display: inline-block;
}

a:active, a:hover {
    outline: 0;
}

a, a:visited {
    text-decoration: none;
}

label, .wordWrap {
    word-wrap: break-word;
    word-break: break-all;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
}

.clearfix:after {
    content: ' ';
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.loading_more {
    display: block;
    height: 1.5em;
    width: 100%;
}

.loading_more:before {
    display: inline-block;
    vertical-align: text-bottom;
    content: ' ';
    height: 16px;
    width: 16px;
    margin-right: 6px;
    background: url(../image/loading_more.gif) no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
}

.loading_more:after {
    content: '加载更多';
}

*, ::before, ::after {
    margin: 0;
    padding: 0;
    /*清除移动端默认的 点击高亮效果*/
    -webkit-tap-highlight-color: transparent;
    /*设置所有的都是以边框开始计算宽度 百分比*/
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html, body {
    height: 100%;
    /*max-width: 1920px;*/
    /*font-size: 14px;*/
}

img {
    max-width: 100%;
}

#wrap {
    height: 100%;
    background: #efefef;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    min-width: 320px;
}

[v-cloak] {
    display: none;
}

.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

.header {
    height: 96px;
}

.header .logo {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-size: 0;
    width: 204px;
    height: 42px;
}

.header .logo img{
  width: 204px;
  height: 42px;
}

.header .menu {
    position: absolute;
    top: 50%;
    right: 0;
    width: 60%;
    text-align: right;
    height: 36px;
    transform: translateY(-50%);
    z-index: 2;
}

.header .menu .item {
    display: inline-block;
    cursor: pointer;
    color: #333333;
    padding: 8px;
    padding-bottom: 20px;
    position: relative;
}

.header .menu .item.active {
    color: #18477f;
}

.header .menu .item.active .sub-ul .sub-li .link {
    color: #fff;
}

.header .menu .sub-ul {
    position: absolute;
    top: 89%;
    left: 50%;
    transform: translateX(-50%);
    width: 110%;
    text-align: center;
    background: #123156;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    display: none;
}

.header .menu .sub-li {
    line-height: 2.7;
}

.header .menu .item .sub-li .link {
    color: #fff;
}

.header .menu .sub-li:hover {
    background: #115086;
}

.header .menu .item.sub::after {
  content: '';
  width: 0;
  height: 0;
  border-width: 4px;
  border-style: solid;
  border-color: #acacac transparent transparent transparent;
  position: absolute;
  top: 72%;
  left: 50%;
  transform: translateX(-50%);
}

.header .menu .item.sub.active::after {
    border-color: #18477f transparent transparent transparent;
}

.header .menu .item.sub:hover::after {
    border-color: #18477f transparent transparent transparent;
}

.header .menu .item .link {
    color: #333333;
    font-size: 16px;
}

.header .menu .item.active .link {
    color: #18477f;
}

.header .menu .item:hover>.link, .header .menu .sub:hover {
    color: #18477f;
}

.header .menu .item~.item {
    margin-left: 4%;
}

.footer {
    height: 290px;
    background: #2b3b53;
    color: #fff;
}

.footer .footer-wrap {
    padding: 33px 0 0;
    height: 250px;
}

.footer .footer-left {
    height: 100%;
    display: inline-block;
    width: 400px;
    vertical-align: middle;
}

.footer .footer-left .footer-info {
    float: left;
    font-size: 14px;
    color: #ccc;
    width: 250px;
}

.footer .footer-left .footer-info .footer-phone {
    font-size: 48px;
    font-family: bebasneuebold;
    line-height: 1;
    color: #c3c9ce;
}

.footer .footer-left .footer-info .footer-mail {
    margin: 1px 0;
    font-size: 26px;
    font-weight: 600;
    font-family: bodonib;
    color: #c3c9ce;
    line-height: 1;
}

.footer-adress {
    color: #c3c9ce;
    margin-top: 7px;
    line-height: 1.5;
    width: 95%;
}

.footer .footer-left .footer-qr {
    float: left;
    padding: 7px;
}

.footer .footer-left .footer-qr .footer-qr-tip {
    margin: 9px 0;
    color: #c3c9ce;
}

.footer .footer-right {
    height: 100%;
    display: inline-block;
    width: 690px;
    vertical-align: middle;
    font-size: 14px;
    padding-left: 50px;
}

.footer .footer-right .footer-ul {
    float: left;
    width: 25%;
    text-align: center;
}

.footer .footer-right .footer-ul li~li {
    margin-top: 20px;
}

.footer .footer-right .footer-ul~.footer-ul {
    border-left: 2px solid #455772;
}

.footer .footer-right .footer-link {
    color: #c3c9ce;
}

.footer .footer-right .footer-link:hover {
    color: #fff;
}

.footer .copy-right {
    background: #233044;
    color: #c3c9ce;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    text-align: center;
}

.header, .footer-wrap {
    margin: 0 auto;
    font-size: 16px;
    position: relative;
    width: 1100px;
}

.swiper-slide {
    text-align: center;
}
