* {
    box-sizing: border-box
}

html {
    color: #000;
    background: #FFF;
    line-height: 1;
}

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
}

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: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
}

input,
textarea,
select {
    *font-size: 100%
}

legend {
    color: #000
}

#yui3-css-stamp.cssreset {
    display: none
}

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

body a.wfEditorMode {
    display: none;
}

body.wfEditorMode a.wfEditorMode {
    display: block;
    height: 1.3em;
    line-height: 1.3em;
    float: right;
    margin: 0;
    padding: 0 0.5em;
    background: white;
    color: #99ccff;
    margin-top: -1.3em
}

img {
    display: block;
    max-width: 100%;
}

a {
    text-decoration: none;
    color: #000;
}

main {
    width: 1600px;
    margin: 0 auto;
}

@media (max-width:1669px) {
    main {
        width: 1200px;
    }
}

@media (max-width:1280px) {
    main {
        width: 960px;
    }
}

@media (max-width:991px) {
    main {
        width: 100%;
        padding: 0 10px;
    }
}

#box {
    padding-top: 80px;
}

@media (max-width:991px) {
    #box {
        padding-top: 60px;
    }
}

.bicolor_title {
    font-size: 44px;
    color: #000;
    font-weight: 100;
    padding-bottom: 23px;
    position: relative;
}

.bicolor_title::before,
.bicolor_title.active::before {
    content: '';
    position: absolute;
    width: 80px;
    height: 3px;
    background: linear-gradient(to right,
            #0268a1 0%,
            #0268a1 50%,
            #c7000a 50%,
            #c7000a 100%);
    bottom: 0;
    left: 0;
}

.red_btn {
    display: flex;
    width: 200px;
    height: 60px;
    border: 1px solid #c7000a;
    border-radius: 30px;
    justify-content: start;
    align-items: center;
    cursor: pointer;
}

.red_btn p {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    margin: 0 35px;
}

.red_btn img {
    max-width: 30px;
    max-height: 30px;
}

.page_tabs {
    height: 55px;
    background-color: #f6f6f6;
}

.page_tabs .lists {
    display: flex;
}

.page_tabs .lists li {
    line-height: 55px;
    margin-right: 60px;
}

.page_tabs .lists li:last-child {
    margin-right: 0;
}

.page_tabs .lists li a {
    font-size: #000;
    font-weight: 100;
    display: block;
    height: 100%;
}

.page_tabs .lists li.active a {
    color: #d20014;
}

.crumbs {
    padding-top: 30px;
}

.crumbs .lists {
    display: flex;
    justify-content: flex-end;
}

.crumbs .lists li {
    margin-right: 28px;
    position: relative;
}

.crumbs .lists li:last-child {
    margin-right: 0;
}

.crumbs .lists li a {
    font-size: 14px;
    color: #666666;
    display: block;
}

.crumbs .lists li::before {
    content: '>';
    position: absolute;
    right: 0;
    transform: translateX(170%);
    font-size: 14px;
    color: #666666;
}

.crumbs .lists li:last-child::before {
    display: none;
}
body.wfEditorMode .banner{
    position: relative;
}
body.wfEditorMode .banner a.wfEditorMode{
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 0;
}

@media (max-width:681px) {
    .page_tabs .lists li{
        margin-right: 30px;
    }
}