@charset "UTF-8";
html {
    color: #000;
    background: #fff;
}

blockquote,
body,
button,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
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:after,
q:before {
    content: '';
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%;
}

legend {
    color: #000;
}

iframe {
    display: block;
}


/* yui3 fonts */

body {
    font-family: 'Microsoft YaHei';
    font-size: 14px;
    color: #333;
    min-width: 1300px;
    background: url(../images/bg.jpg) center top no-repeat #fff;
}

button,
input,
select,
textarea {
    font: 99% arial, helvetica, clean, sans-serif;
}

table {
    font-size: inherit;
    font: 100%;
}

code,
kbd,
pre,
samp,
tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}

a {
    text-decoration: none;
}


/* utilities */

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.clearfix {
    *zoom: 1;
}

.clearfix:after,
.clearfix:before {
    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;
}


/*! grid system 24栅格 998px */

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

.ewb-row {
    overflow: hidden;
}

.ewb-span1 {
    float: left;
    width: 36px;
}

.ewb-span2 {
    float: left;
    width: 92px;
}

.ewb-span3 {
    float: left;
    width: 148px;
}

.ewb-span4 {
    float: left;
    width: 204px;
}

.ewb-span5 {
    float: left;
    width: 260px;
}

.ewb-span6 {
    float: left;
    width: 316px;
}

.ewb-span7 {
    float: left;
    width: 372px;
}

.ewb-span8 {
    float: left;
    width: 428px;
}

.ewb-span9 {
    float: left;
    width: 484px;
}

.ewb-span10 {
    float: left;
    width: 540px;
}

.ewb-span11 {
    float: left;
    width: 596px;
}

.ewb-span12 {
    float: left;
    width: 652px;
}

.ewb-span13 {
    float: left;
    width: 708px;
}

.ewb-span14 {
    float: left;
    width: 764px;
}

.ewb-span15 {
    float: left;
    width: 820px;
}

.ewb-span16 {
    float: left;
    width: 876px;
}

.ewb-span17 {
    float: left;
    width: 932px;
}

.ewb-span18 {
    float: left;
    width: 988px;
}

.ewb-span19 {
    float: left;
    width: 1044px;
}

.ewb-span20 {
    float: left;
    width: 1100px;
}

.ewb-ml10 {
    margin-left: 10px;
}

.ewb-ml20 {
    margin-left: 20px;
}

.ewb-mt10 {
    margin-top: 10px;
}

.ewb-mt32 {
    margin-top: 32px;
}

.ewb-mt25 {
    margin-top: 25px;
}

.ewb-mt23 {
    margin-top: 23px;
}

.ewb-mt20 {
    margin-top: 20px;
}

input,
button,
select {
    font-family: 'Microsoft YaHei';
    outline: 0;
}


/*子页面背景*/

.ewb-sub-bg {
    /* background: url(../images/sub_bg.jpg) center top no-repeat; */
}


/* header */

.ewb-header {
    height: 279px;
}


/* logo */

.ewb-logo {
    float: left;
    margin-top: 66px;
    width: 508px;
    height: 88px;
}


/* 地区切换 */

.ewb-regional-choice {
    float: left;
    margin: 98px 0 0 98px;
    position: relative;
    z-index: 999;
}

.ewb-region-name {
    display: inline-block;
    padding: 0 17px 0 43px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    color: #fff;
    background: url(../images/region_ico.png) 16px center no-repeat #1492ff;
    cursor: pointer;
}

.ewb-region-drop {
    display: none;
    position: absolute;
    top: 32px;
    left: -606px;
    width: 1100px;
    padding-top: 27px;
    z-index: 999;
    font-size: 16px;
}

.ewb-regional-choice:hover .ewb-region-drop {
    display: block;
}

.ewb-drop-jt {
    display: block;
    position: absolute;
    top: 18px;
    left: 0;
    margin-left: 655px;
    width: 20px;
    height: 10px;
    background: url(../images/drop_jt.png);
}

.ewb-region-list {
    padding: 13px 0 13px 0;
    min-height: 38px;
    border: 1px solid #e0e0e0;
    background-color: #fff;
}

.ewb-region-list li {
    padding: 5px 0;
    vertical-align: top;
}

.ewb-choice-tt {
    float: left;
    margin-right: 7px;
    width: 115px;
    height: 26px;
    line-height: 26px;
    text-align: right;
    font-size: 16px;
    font-weight: bold;
    color: #265fae;
}

.ewb-choice-content {
    float: left;
    width: 974px;
}

.ewb-choice-name {
    display: inline-block;
    margin-right: 10px;
    padding: 0 20px;
    height: 26px;
    line-height: 26px;
    color: #333;
}

.ewb-choice-name:hover,
.ewb-choice-name.current {
    font-weight: bold;
    color: #fff;
    background-color: #ffae00;
}


/* nav */

.ewb-nav {
    height: 80px;
    background-color: #1492ff;
}


/* 导航 */

.ewb-nav-list {
    float: left;
    margin-top: 0;
}

.ewb-nav-node {
    float: left;
    width: 160px;
    vertical-align: top;
}

.ewb-nav-node a {
    display: block;
    padding-top: 38px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.ewb-nav-node a:hover,
.ewb-nav-node a.current {
    background-color: #ffab00;
}

.ewb-nav-icon1 {
    background: url(../images/nav_icon1.png) center 8px no-repeat;
}

.ewb-nav-icon2 {
    background: url(../images/nav_icon2.png) center 8px no-repeat;
}

.ewb-nav-icon3 {
    background: url(../images/nav_icon3.png) center 8px no-repeat;
}

.ewb-nav-icon4 {
    background: url(../images/nav_icon4.png) center 8px no-repeat;
}

.ewb-nav-icon5 {
    background: url(../images/nav_icon5.png) center 9px no-repeat;
}


/* 搜索 */

.ewb-search {
    float: right;
    margin-top: 18px;
    width: 251px;
    height: 40px;
    background-color: #fff;
}

.ewb-search-txt {
    float: left;
    padding-left: 14px;
    width: 202px;
    height: 40px;
    line-height: 40px;
    border: 0;
    color: #666;
}

.placeholder {
    color: #999;
}

.ewb-search-btn {
    float: left;
    margin-top: 10px;
    width: 21px;
    height: 21px;
    border: 0;
    cursor: pointer;
    background: url(../images/search_btn.png);
}


/* 侧边栏 */

.ewb-sidebar {
    position: fixed;
    top: 394px;
    right: 0;
    z-index: 99999;
}

.ewb-sidebar-node {
    margin-bottom: 2px;
    width: 50px;
    height: 52px;
    vertical-align: top;
    position: relative;
}

.ewb-sidebar-node a {
    display: block;
    height: 52px;
}

.ewb-sidebar-icon1 {
    background: url(../images/sidebar_icon1.png) #ffab00;
}

.ewb-sidebar-icon2 {
    background: url(../images/sidebar_icon2.png) #8bc34a;
}

.ewb-sidebar-icon3 {
    background: url(../images/sidebar_icon3.png) #17c1f4;
}

.ewb-sidebar-node:hover .ewb-sidebar-icon1 {
    background-color: #ff7e00;
}

.ewb-sidebar-node:hover .ewb-sidebar-icon2 {
    background-color: #70b81c;
}

.ewb-sidebar-node:hover .ewb-sidebar-icon3 {
    background: none;
    background-color: #1282e3;
}

.ewb-ccs-drop {
    display: none;
    position: absolute;
    top: 0;
    left: -62px;
    padding-right: 1px;
    width: 59px;
    border: 1px solid #f1f1f1;
}

.ewb-ccs-drop ul {
    padding: 4px 0 2px 0;
    background-color: #fff;
}

.ewb-ccs-drop li {
    height: 50px;
    padding: 8px 0 7px 0;
    height: 36px;
    line-height: 18px;
    text-align: center;
    vertical-align: top;
    background: url(../images/ccs_border.png) center top no-repeat;
}

.ewb-ccs-drop li:first-child {
    padding: 7px 0;
    background: none;
}

.ewb-ccs-drop li a {
    display: block;
    color: #333;
}

.ewb-ccs-drop li a:hover {
    color: #1282e3;
}

.ewb-app-down {
    display: none;
    position: absolute;
    top: -54px;
    left: -151px;
    padding-right: 1px;
    width: 148px;
    border: 1px solid #f1f1f1;
}

.ewb-code-box {
    height: 158px;
    background-color: #fff;
}

.ewb-code-box h3 {
    padding-top: 4px;
    height: 32px;
    line-height: 32px;
    text-align: center;
}

.ewb-code-box img {
    display: block;
    margin: 0 auto;
    width: 109px;
    height: 109px;
}

.ewb-sidebar-node:hover .ewb-ccs-drop,
.ewb-sidebar-node:hover .ewb-app-down {
    display: block;
}

.ewb-sidebar-icon3 span {
    display: none;
    padding: 8px 0;
    height: 36px;
    line-height: 18px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
}

.ewb-sidebar-icon3:hover span {
    display: block;
}


/* fooiter */

.ewb-footer {
    margin-top: 25px;
    padding-top: 20px;
    height: 163px;
    background-color: #d1e0ec;
}

.ewb-friendlink {
    height: 34px;
}

.ewb-friendlink select {
    float: left;
    margin-left: 148px;
    width: 268px;
    height: 34px;
    line-height: 34px;
    border: 0;
    padding-left: 10px;
    color: #666;
    background-color: #fff;
}

.ewb-friendlink select:first-child {
    margin-left: 0;
    width: 266px;
}

.ewb-footer-content {
    padding-top: 20px;
    line-height: 28px;
    text-align: center;
    color: #666;
}


/* 公共列表样式 */

.ewb-list-node {
    padding-left: 10px;
    height: 36px;
    line-height: 36px;
    vertical-align: top;
    background: url(../images/dian.jpg) left center no-repeat;
}

.ewb-list-node:hover {
    background: url(../images/dian_hover.jpg) left center no-repeat;
}

.ewb-list-name {
    float: left;
    width: 75%;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ewb-list-node:hover .ewb-list-name {
    color: #fd5b4e;
}

.ewb-list-date {
    float: right;
    color: #999;
}


/* 分页 */

.ewb-page {
    margin-top: 22px;
    height: 26px;
    text-align: right;
}

.ewb-page-items {
    text-align: center;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.ewb-page-li {
    min-width: 36px;
    *width: 36px;
    margin-right: 4px;
    font-size: 14px;
    text-align: center;
    font-family: 'Microsoft YaHei';
    float: left;
}

.ewb-page-li>a {
    display: block;
    color: #555;
    height: 24px;
    line-height: 24px;
    padding: 0 8px;
    border: 1px solid #dfdfdf;
}

.ewb-page-li.current>a {
    border: 0;
    color: #0030cc;
}

.ewb-page-li.ewb-page-noborder>span {
    display: block;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    border: 0;
    color: #666;
}

.ewb-page-num {
    *width: 60px;
}

.ewb-page-li.ewb-page-num>span {
    padding: 0 5px;
    font-weight: bold;
}

.ewb-page-input {
    width: 38px;
    height: 24px;
    text-align: center;
    border: 1px solid #dfdfdf;
    line-height: 24px;
    color: #666;
    outline: none;
    vertical-align: top;
    *margin-top: -1px;
}

.ewb-page-hover {
    *width: 60px;
}

.ewb-page-go {
    margin-left: 2px;
}

.ewb-page-go:hover>a,
.ewb-page-hover:hover>a {
    color: #fff;
    background-color: #999;
    border-color: #999;
}

.ewb-page-go>a {
    font-size: 12px;
    padding: 0 6px;
}

.ewb-page-goto {
    margin-right: 0;
}

.ewb-page-li.ewb-page-goto>span {
    padding: 0 6px 0 0;
    text-align: right;
}

.ewb-page-inpt {
    margin-left: -2px;
}

.ewb-page-li.ewb-page-ellipsis>span {
    padding: 0 17px 0 16px;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    color: #555;
}


/*当前位置*/

.ewb-location {
    height: 28px;
    line-height: 28px;
}

.ewb-location p {
    padding-left: 38px;
    color: #666;
    background: url(../images/location_icon.png) 8px center no-repeat;
}

.ewb-location p a {
    color: #666;
}

.ewb-location p span {
    color: #ff6714;
}

.header-top {
    height: 90px;
    background-color: #fff;
}

.provin-btn {
    height: 34px;
    line-height: 34px;
    padding: 0 10px;
    margin: 27px 4px 0 0;
    margin-right: 4px;
    border: 1px solid #d3d8e0;
    border-radius: 25px;
    font-size: 18px;
    color: #bbbfc9;
}

.header-city {
    position: relative;
    height: 34px;
    line-height: 34px;
    padding: 0 13px 0 39px;
    margin-top: 27px;
    border: 1px solid #d3d8e0;
    border-radius: 25px;
    font-size: 18px;
    color: #bbbfc9;
    background: url('../images/loc_ico.png') no-repeat 18px center;
}

.city-sel {
    position: absolute;
    right: 0;
    top: 29px;
    padding-top: 13px;
    z-index: 2;
}

.header-title-arise {
    padding: 16px 0 0 20px;
    width: 420px;
    height: 100px;
    background-color: #fff;
    border-radius: 4px;
    line-height: 32px;
    font-size: 16px;
    display: none;
}

.header-city:hover .header-title-arise {
    display: block;
}

.header-title-frist {
    color: #3179e2;
    font-size: 16px;
    display: inline-block;
}

.header-title-text {
    margin-left: 52px;
    color: #333;
    display: inline-block;
}

.header-title-second {
    margin-top: 15px;
    color: #3179e2;
}

.header-title-hd {
    margin-top: 15px;
    width: 412px;
}

.header-title-item {
    width: 20%;
}

.header-item0text {
    color: #333;
    font-size: 16px;
    line-height: 32px;
}

.search-frame {
    position: relative;
    width: 200px;
    height: 36px;
    line-height: 34px;
    padding-left: 13px;
    margin-left: 4px;
    margin-top: 27px;
    border-radius: 25px;
    border: 1px solid #d3d8e0;
    box-sizing: border-box;
}

.search-frame .input {
    width: 100%;
    height: 16px;
    line-height: 16px;
    padding-right: 85px;
    box-sizing: border-box;
    border: none;
}

.search-frame .btn {
    position: absolute;
    right: -34px;
    top: 6px;
    width: 70px;
    height: 25px;
    margin: 0;
    border-radius: 25px;
    font-size: 16px;
    color: #fff;
    border: none;
    /* background: #2f72d7; */
}

.big-title {
    margin-top: 20px;
    font-size: 36px;
    font-weight: 800;
    color: #2e53a4;
}

.input_button {
    margin-top: 6px;
    margin-right: 17px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    background: url('../images/search_icon.png') no-repeat;
}


/* 头部导航 */

.ewb-nav {
    height: 50px;
}

.nav-items {
    display: flex;
    justify-content: space-between;
}

.nav-item {
    position: relative;
}

.nav-link {
    display: inline-block;
    position: relative;
    font-size: 22px;
    height: 50px;
    line-height: 50px;
    color: #fff;
}

.nav-item.haschild .nav-link:after {
    position: absolute;
    content: '';
    top: calc(50% + 2px);
    right: -23px;
    width: 16px;
    height: 10px;
    transform: translateY(-50%);
    background: url('../images/nav_down.png') no-repeat;
}

.nav-item.haschild:hover .nav-link:after {
    background-image: url('../images/nav_up.png');
}

.nav-item:hover .nav-link,
.nav-item.current .nav-link {
    font-weight: 800;
}

.nav-item:hover .nav-link:before,
.nav-item.current .nav-link:before {
    position: absolute;
    content: '';
    height: 5px;
    left: 0;
    right: 0;
    bottom: -1px;
    background-color: #fff;
}

.sub-items {
    box-sizing: border-box;
    display: none;
    padding: 10px 0;
    min-width: 140px;
    position: absolute;
    top: calc(100% + 9px);
    left: 50%;
    transform: translateX(-50%);
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 10;
}

.sub-items:before {
    position: absolute;
    content: '';
    top: -9px;
    left: 0;
    right: 0;
    height: 9px;
}

.nav-item:hover .sub-items {
    display: block;
}

.sub-link {
    display: block;
    font-size: 20px;
    padding: 0 5px;
    height: 42px;
    line-height: 42px;
    color: #666;
    text-align: center;
    white-space: nowrap;
}

.sub-link:hover {
    color: #3078e1;
    background-color: #f3f8ff;
}


/* 侧边导航 */

.slide-nav {
    position: fixed;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}

.slide-link {
    display: block;
    width: 86px;
    height: 90px;
    padding-top: 53px;
    box-sizing: border-box;
    margin-top: 10px;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    box-shadow: 0px 4px 18px 0px rgba(31, 57, 171, 0.13);
    background-repeat: no-repeat;
    background-position: center 20px;
}

.slide-item:nth-child(1) .slide-link {
    background-color: #2ec7c9;
    background-image: url('../images/slide_icon1_h.png');
}

.slide-item:nth-child(4) .slide-link {
    background-color: #47a2ff;
    background-image: url('../images/slide_icon2_h.png');
}

.slide-item:nth-child(3) .slide-link {
    background-color: #ffab00;
    background-image: url('../images/slide_icon3_h.png');
}

.slide-item:nth-child(2) .slide-link {
    background-color: #8bc34a;
    background-image: url('../images/slide_icon4_h.png');
}

.slide-item:nth-child(5) .slide-link {
    background-color: #17c1f4;
    background-image: url('../images/slide_icon5_h.png');
}

.slide-link:hover {
    box-shadow: 0px 4px 18px 0px rgba(31, 57, 171, 0.3);
}

.slide-item.triangle:before {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 5px 0;
    border-color: transparent #ffffff transparent transparent;
}

.slide-box {
    display: none;
    position: absolute;
    right: 86px;
    top: -36px;
    padding-right: 12px;
}

.advice-list {
    position: relative;
    border-radius: 5px;
    box-shadow: -5.706px 1.854px 38px 0px rgba(31, 57, 171, 0.13);
    background-color: #fff;
}

.slide-box.phone .advice-list {
    padding: 16px 12px;
}

.advice-item+.advice-item {
    margin-top: 8px;
}

.advice-item a {
    display: block;
    width: 120px;
    height: 34px;
    line-height: 34px;
    border-radius: 3px;
    text-align: center;
    color: #3c557a;
    background-color: #e6ebf3;
    transition: all 0.1s;
}

.advice-item a:hover {
    color: #fff;
    background-color: #337be2;
}

.advice-list:before {
    position: absolute;
    right: -7px;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 0 7.5px 7px;
    border-color: transparent transparent transparent #ffffff;
}

.slide-item {
    position: relative;
}

.slide-item:hover .slide-box {
    display: block;
}

.slide-box.complain .advice-list {
    padding: 16px 27px;
}

.slide-box.phone .advice-list:before {
    top: 67px;
    transform: none;
}

.slide-box.phone .advice-list {
    line-height: 20px;
    text-align: center;
    color: #3c557a;
}

.slide-box.phone .text {
    margin-top: 11px;
}

.slide-box.phone .code {
    width: 150px;
    height: 150px;
    margin: 0 auto;
}

.slide-box.phone img {
    width: 100%;
    height: 100%;
}

.slide-box.phone .advice-list {
    padding-bottom: 10px;
}

.code-box+.code-box {
    margin-top: 13px;
}


/* 2021-12-24 zsy */

.ewb-nav {
    border-bottom: 1px solid #fff;
    background-color: transparent;
}

.ewb-header {
    height: 400px;
}

body {
    background: url('../images/bg.png') no-repeat center 90px;
    background-size: 1920px 400px;
}

.provin-btn,
.header-city {
    color: #4873d5;
    border-color: #c6d6fa;
    transition: all 0.1s;
    font-family: 'Microsoft YaHei';
}

.provin-btn:hover,
.header-city:hover {
    color: #fff;
    background-color: #4873d5;
}

.header-city:hover {
    background-image: url('../images/loc_icoh.png');
}


/* 2023-01-10 zsy 春节换肤 */

.spring-theme .header-top {
    position: relative;
}

.spring-theme .header-top:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 90px;
    content: '';
    height: 58px;
    background-color: rgba(201, 13, 23, 0.5);
}

.spring-theme .big-title {
    color: #cc3325;
}

.spring-theme .ewb-nav {
    border-color: transparent;
}

.spring-theme {
    background-image: url('../images/spring_header_bg.jpg');
}

.spring-theme .provin-btn,
.spring-theme .header-city {
    border-color: #cb3323;
    color: #cb3323;
}

.spring-theme .provin-btn:hover,
.spring-theme .header-city:hover {
    color: #fff;
    background-color: #cb3323;
}

.spring-theme .header-city {
    background-image: url('../images/spring_loc.png');
}

.spring-theme .header-city:hover {
    background-image: url('../images/loc_icoh.png');
}

.search-frame .input_button {
    top: -1px;
    right: 0;
    height: 36px;
    border-radius: 25px;
    background-position: center;
    cursor: pointer;
}

.spring-theme .search-frame .input_button {
    background-color: #cb3323;
    background-image: url('../images/spring_header_search.png');
}

.spring-theme .footer-center {
    color: #fff;
    background: #b42617;
}

.spring-theme .footer-center a {
    color: #fff;
}

.spring-theme .footer-tel {
    background-image: url('../images/spring_footer_01.png');
}

.spring-theme .footer-web {
    background-image: url('../images/spring_footer_02.png');
}