﻿:root {
  --primary-color: #0487F9;
  --success-color: #28a745;
  --text-color: #333;
  --bg-color: #fff;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0
}

body {
    background-color: #f6f6f6;
    font: 14px/1.5 -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #999
}

a,
img {
    border: none
}

a {
    color: #999
}

a:hover {
    color: #0796da;
    text-decoration: underline
}

i,
em {
    font-style: normal
}

li {
    list-style: none
}

input,
textarea {
    outline: 0;
    padding: 0;
    margin: 0
}

a {
    text-decoration: none
}

img,
button,
input,
textarea,
div {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0)
}

a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, .1)
}

select,
button,
input,
textarea {
    font-family: 'STHeiti', 'Microsoft YaHei', Helvetica, Arial, sans-serif;
    box-shadow: 0px 0px 0px transparent;
    -webkit-appearance: none
}

.fl {
    float: left
}

.fr {
    float: right
}

.clearfix:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

.clearfix {
    zoom: 1
}

.container {
    width: 1200px;
    margin: 0 auto
}

.hidden {
    display: none
}

.top-wrap {
    width: 100%;
    background-color: #f8f8f8;
    height: 36px;
    line-height: 1.5;
    border-bottom: 1px solid #f8f8f8
}

.top-wrap.fixed-wrap {
    position: fixed;
    z-index: 299;
    left: 0;
    top: 0
}

.top-login {
    float: left;
    height: 36px
}

.top-login:after {
    content: '.';
    display: block;
    visibility: hidden;
    clear: both;
    width: 100%;
    height: 0;
    font-size: 0;
    zoom: 1
}

.top-menu {
    float: right;
    font-size: 14px
}

.top-menu-list {
    display: block;
    height: 36px
}

.top-menu-list:after {
    content: '.';
    display: block;
    visibility: hidden;
    clear: both;
    width: 100%;
    height: 0;
    font-size: 0;
    zoom: 1
}

.top-menu-list .top-menu-item {
    height: 36px;
    line-height: 36px;
    display: block;
    float: left
}

.top-menu-list .top-menu-item .city-area {
    font-size: 12px;
    padding-left: 0
}

.top-menu-list .top-menu-item .city-area:before {
    content: '';
    display: inline-block;
    width: 13px;
    height: 16px;
    vertical-align: top;
    margin-right: 5px;
    margin-top: 11px;
    background-image: url(../image/general-sprite.png);
    background-position: 0 -26.5px;
    background-size: 50.5px;
    width: 13px;
    height: 16px
}

.top-menu-list .top-menu-item.icon-pull {
    position: relative;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    padding-right: 9px
}

.top-menu-list .top-menu-item.icon-pull:before {
    content: '';
    position: absolute;
    right: 9px;
    top: 17px;
    display: block;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #999;
    z-index: 1
}

.top-menu-list .top-menu-item.icon-pull:after {
    content: '';
    position: absolute;
    right: 9px;
    top: 16px;
    display: block;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #f6f6f6;
    z-index: 2
}

.top-menu-list .top-menu-item.icon-pull.active:before {
    top: 12px;
    border-bottom-color: var(--primary-color);
    border-top-color: transparent
}

.top-menu-item.active .top-link,
.top-menu-item .city-link {
    color: var(--primary-color)
}

.top-menu-list .top-menu-item.icon-pull.active:after {
    top: 13px;
    border-bottom-color: #fff;
    border-top-color: transparent
}

.top-menu-list .top-menu-item.active {
    background-color: #f8f8f8;
    color: var(--primary-color)
}

.top-menu-list .top-link {
    color: #999;
    display: block;
    height: 100%;
    padding: 0 15px
}

.top-menu-list a.top-link:hover {
    color: var(--primary-color)
}

.top-menu-list .orange {
    font-style: normal;
    font-weight: 700;
    color: #666
}

.top-menu-list .user-link {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.top-menu-list .user-link .user-txt {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #333
}

.user-img {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    margin-left: 8px
}

.phone-link {
    position: relative;
    padding-left: 18px !important;
    margin-left: 15px
}

.phone-link:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 12px;
    height: 16px;
    background-image: url(../image/general-sprite.png);
    background-position: -15.5px -26.5px;
    background-size: 50.5px;
    width: 12px;
    height: 16px
}

.top-menu-item.active .phone-link:before {
    background-image: url(../image/general-sprite.png);
    background-position: -30px -26.5px;
    background-size: 50.5px;
    width: 12px;
    height: 16px
}

.top-common-prompt {
    position: absolute;
    width: 100%;
    min-height: 1px;
    top: 36px;
    right: 0;
    background-color: #fff;
    box-sizing: border-box;
    z-index: 104;
    border-top: 0
}

#wap-wrap {
    padding: 14px 0 16px;
    width: 180px;
    right: 40px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .08)
}

#wap-wrap:after {
    content: '.';
    display: block;
    visibility: hidden;
    clear: both;
    width: 100%;
    height: 0;
    font-size: 0;
    zoom: 1
}

#wap-wrap .wap-content {
    margin: 0 auto;
    text-align: center
}

#wap-wrap .wap-content:after {
    content: '.';
    display: block;
    visibility: hidden;
    clear: both;
    width: 100%;
    height: 0;
    font-size: 0;
    zoom: 1
}

#wap-wrap .wap-content .wap-qrcode {
    display: block
}

.wap-content .wap-qrcode img {
    width: 92px;
    height: 92px;
    background: #fff
}

#wap-wrap .wap-content .wap-info {
    display: block;
    margin-top: 18px
}

#wap-wrap .wap-content .wap-title .info-title {
    font-size: 14px;
    color: #222;
    font-weight: 700;
    padding-bottom: 18px
}

#wap-wrap .wap-content .wap-info .info-text {
    font-size: 12px;
    line-height: 20px;
    color: #333;
    margin-bottom: 6px
}

#wap-wrap .wap-content .wap-info .info-link {
    font-size: 14px;
    color: #333;
    font-weight: 500
}

.green-txt .top-link {
    color: var(--primary-color)
}

.logo-bar {
    position: relative;
    width: 100%;
    z-index: 30;
    background: #fff
}

.logo-bar .logo {
    float: left;
    width: 296px;
    height: 46px;
    padding: 22px 0 22px;
    margin-right: 38px
}

.logo-bar .img-block img {
    display: block;
    width: 100%;
    height: 100%
}

.logo-bar .menu-nav {
    float: left
}

.logo-bar .menu-nav li {
    float: left;
    margin: 36px 0
}

.logo-bar .menu-nav li .alink {
    float: left;
    font-size: 18px;
    line-height: 18px;
    padding: 0 20px;
    color: #333;
    font-weight: 500
}

.logo-bar .popup-menu {
    position: absolute;
    left: 0;
    top: 110px;
    right: 0;
    border-top: 1px solid #eee;
    background-color: #fff;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, .02)
}

.logo-bar .menu-nav li.active .alink {
    color: var(--primary-color)
}

.popup-nav {
    min-height: 30px
}

.none {
    display: none !important
}

.nav-li .icon-pull {
    position: relative;
    display: block;
    line-height: 90px;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent
}

.nav-li .icon-pull:before {
    content: '';
    position: absolute;
    right: 0;
    top: 9px;
    display: block;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #666;
    z-index: 1
}

.nav-li .icon-pull:after {
    content: '';
    position: absolute;
    right: 0;
    top: 8px;
    display: block;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #fff;
    z-index: 2
}

.nav-li.active .icon-pull:before {
    top: 2px;
    border-bottom-color: #00997d;
    border-top-color: transparent
}

.nav-li.active .icon-pull:after {
    top: 3px;
    border-bottom-color: #fff;
    border-top-color: transparent
}

.layer-list {
    color: #333;
    display: flex;
    justify-content: center;
    padding: 24px 0 20px
}

.layer-list .item {
    padding: 0 30px;
    line-height: 24px;
    border-right: 1px solid #eee
}

.layer-list .item .clink {
    color: #333;
    font-size: 16px;
    font-weight: 400
}

.layer-list .item .clink:hover {
    color: var(--primary-color);
    text-decoration: none
}

.layer-list .item:first-child {
    padding-left: 0
}

.layer-list .item:last-child {
    border-right: none;
    padding-right: 0
}

.free-search-box {
    height: 90px;
    line-height: 90px
}

.free-search-box .free-btn {
    display: inline-block;
    line-height: 90px;
    text-align: center;
    color: #333;
    font-size: 14px;
    transition: .2s;
    vertical-align: middle;
    position: relative;
    padding-left: 28px
}

.free-search-box .free-btn:before {
    content: "";
    position: absolute;
    top: 33px;
    left: 0;
    width: 24px;
    height: 24px;
    background-image: url(../image/general-sprite.png);
    background-position: 0 0;
    background-size: 50.5px;
    width: 24px;
    height: 24px
}

.free-search-box a:hover {
    text-decoration: none
}

.free-search-box .free-btn:hover {
    color: #00997d
}

.free-search-box .free-btn:hover:before {
    background-image: url(../image/general-sprite.png);
    background-position: -26.5px 0;
    background-size: 50.5px;
    width: 24px;
    height: 24px
}

.popup-more-box {
    padding: 30px 74px 30px 0;
    line-height: 1;
    display: flex;
    justify-content: flex-end;
    box-sizing: border-box;
    text-indent: 50px
}

.popup-more-box .popup-more-list {
    width: 164px
}

.popup-more-box .popup-more-list:not(:last-child) {
    border-right: 1px solid #eee
}

.popup-more-box .popup-more-title {
    font-size: 16px;
    font-weight: 700;
    color: #222;
    margin-bottom: 36px
}

.popup-more-box .popup-more-link {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #333
}

.popup-more-box .popup-more-link:hover {
    color: #00997d
}

.popup-more-box .popup-more-link:not(:last-child) {
    margin-bottom: 24px
}

.footer-container {
    width: 1200px;
    margin: 0 auto
}

.fl {
    float: left
}

.fr {
    float: right
}

.clearfix {
    zoom: 1
}

.clearfix:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden
}

.footer-main-info {
    margin-top: 47px;
    background: #2e2e2e;
    color: #858585
}

.footer-nav {
    padding: 35px 0;
    font-size: 16px;
    text-align: center;
    border-bottom: 1px solid #4c4c4c;
    border-bottom: 1px solid rgba(238, 238, 238, .1)
}

.footer-nav .n-item {
    position: relative;
    display: inline-block;
    line-height: 24px
}

.footer-nav .n-item a {
    color: #ccc
}

.footer-nav .n-item a:hover {
    color: #fff;
    text-decoration: underline
}

.footer-nav .n-item:after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 15px;
    background: #605f5f;
    margin: 0 15px;
    transform: rotate(15deg);
    vertical-align: middle
}

.footer-nav .n-item:last-child:after {
    display: none
}

.footer-left-layout {
    padding-bottom: 90px;
    margin-top: 30px
}

.footer-left-layout .left {
    width: 530px
}

.footer-left-layout .lt {
    padding-left: 5px;
    width: 180px
}

.footer-left-layout .title {
    padding-left: 5px;
    color: #eee;
    font-size: 24px;
    margin-bottom: 10px
}

.footer-left-layout .txt {
    font-size: 14px;
    color: #858585;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.footer-left-layout .txt a {
    color: #858585
}

.footer-left-layout .txt a:hover {
    color: #fff;
    text-decoration: underline
}

.footer-left-layout .rt {
    margin-left: 10px;
    padding-top: 9px
}

.footer-left-layout .ewm {
    width: 80px;
    height: 80px;
    padding: 10px;
    background: #fff;
    margin-right: 20px
}

.footer-left-layout .ewm img {
    width: 80px;
    height: 80px
}

.footer-left-layout .info {
    display: block;
    overflow: hidden;
    line-height: 24px;
    font-size: 12px;
    color: #858585
}

.footer-left-layout .info a {
    color: #858585
}

.footer-left-layout .info a:hover {
    color: #fff;
    text-decoration: underline
}

.footer-left-layout img {
    vertical-align: middle
}

.footer-left-layout .right {
    width: 480px;
    padding-right: 50px
}

.footer-left-layout .orange {
    color: #f90
}

.footer-left-layout .info-title {
    font-size: 16px;
    color: #ccc;
    padding-top: 5px;
    padding-bottom: 20px
}

.recommend-wrap {
    padding: 20px 0;
    border-bottom: 1px solid #eaeaea
}

.recommend-block {
    position: relative;
    color: #666;
    line-height: 30px
}

.recommend-block .orb-title {
    width: 70px;
    height: 30px;
    margin-right: 10px;
    line-height: 30px;
    text-overflow: inherit;
    white-space: nowrap;
    overflow: hidden
}

.orb-title .tl {
    font-style: normal
}

.recommend-block .orb-list {
    font-size: 12px;
    width: 1105px;
    height: 30px;
    overflow: hidden
}

.recommend-block .orb-list.active {
    height: auto
}

.recommend-block .orb-item {
    float: left;
    width: 96px;
    margin-right: 10px;
    overflow: hidden;
    text-overflow: inherit;
    white-space: nowrap
}

.recommend-block .orb-item a {
    color: #858585
}

.recommend-block .orb-item a:hover {
    color: var(--primary-color)
}

.recommend-block .orb-more {
    display: block;
    width: 15px;
    height: 15px;
    margin-top: 8px;
    line-height: 14px;
    text-align: center;
    color: #fff;
    background: #c2c8bc;
    border-radius: 2px;
    cursor: pointer
}

.recommend-block .orb-more:hover {
    background: #69af2f
}

.firend-link {
    padding: 20px 0
}

.firend-link .orb-item:last-child a {
    color: #0796da
}

.footer-copyright {
    background: #fff;
    padding: 40px 0
}

.copy-right {
    width: 1200px;
    margin: 0 auto
}

.copy_right_txt {
    float: left;
    line-height: 24px;
    font-size: 12px;
    color: #858585
}

.copy_right_txt a {
    display: inline-block;
    text-decoration: none;
    height: 20px;
    line-height: 20px;
    color: #858585
}

.copy_right_txt a:hover {
    text-decoration: underline
}

.copy_right_txt a img {
    float: left
}

.copy_right_link {
    float: right;
    padding-top: 20px
}

.copy_right_link img {
    height: 32px
}

.footer-left-layout .ewm.wx {
    padding: 0;
    width: 100px;
    height: 100px;
    text-align: center
}

.footer-left-layout .ewm.wx img {
    width: 88px;
    height: 88px;
    padding-top: 6px
}

.gov-icon {
    width: 32px;
    background: url(../image/gov_icon.png) no-repeat;
    height: 32px;
    display: inline-block
}

.gov-icon:hover {
    text-decoration: none
}

.gov-icon.icon01 {
    background-position: 0 0
}

.gov-icon.icon02 {
    background-position: -32px 0
}

.gov-icon.icon03 {
    background-position: -64px 0
}

.gov-icon.icon04 {
    background-position: -96px 0
}

.gov-icon.icon05 {
    background-position: -128px 0;
    width: 92px
}

.ser_time {
    font-size: 12px;
    color: #eee
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    -webkit-transition-property: -webkit-transform, left, top;
    -webkit-transition-duration: 0s;
    -webkit-transform: translate3d(0px, 0, 0);
    -webkit-transition-timing-function: ease;
    -moz-transition-property: -moz-transform, left, top;
    -moz-transition-duration: 0s;
    -moz-transform: translate3d(0px, 0, 0);
    -moz-transition-timing-function: ease;
    -o-transition-property: -o-transform, left, top;
    -o-transition-duration: 0s;
    -o-transform: translate3d(0px, 0, 0);
    -o-transition-timing-function: ease;
    -o-transform: translate(0px, 0px);
    -ms-transition-property: -ms-transform, left, top;
    -ms-transition-duration: 0s;
    -ms-transform: translate3d(0px, 0, 0);
    -ms-transition-timing-function: ease;
    transition-property: transform, left, top;
    transition-duration: 0s;
    transform: translate3d(0px, 0, 0);
    transition-timing-function: ease;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    float: left;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x
}