 * {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
 }
 html {
     -ms-text-size-adjust: 100%;
     -webkit-text-size-adjust: 100%;
     text-size-adjust: 100%;
 }
 
 main {
     display: block;
 }
 ul,
 ol,
 li,
 dl,
 dt,
 dd {
     margin: 0;
     padding: 0;
 }
 ul,
 ol {
     list-style: none outside none;
 }
 
 table {
     border-collapse: collapse;
     border-spacing: 0;
 }
 th,
 td {
     padding: 0;
 }
 
 img {
     border: 0;
     vertical-align: middle;
 }
 
 button,
 input,
 optgroup,
 select,
 textarea {
     margin: 0;
     outline: none;
     font-family: inherit;
     font-size: 100%;
     line-height: 1.15;
 }
 button,
 select {
     text-transform: none;
 }
 button,
 input[type='button'],
 input[type='reset'],
 input[type='submit'] {
     -webkit-appearance: button;
     cursor: pointer;
 }
 button[disabled],
 input[disabled] {
     cursor: default;
 }
 input {
     line-height: normal;
 }
 input[type='checkbox'],
 input[type='radio'] {
     box-sizing: border-box;
     padding: 0;
 }
 input[type='number']::-webkit-inner-spin-button,
 input[type='number']::-webkit-outer-spin-button {
     height: auto;
     -webkit-appearance: none;
 }
 input[type='search'] {
     -webkit-appearance: textfield;
     -moz-box-sizing: border-box;
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
     outline-offset: -2px;
 }
 ::-webkit-file-upload-button {
     -webkit-appearance: button;
     font: inherit;
 }
 /*取消ie下的输入框的大×和眼睛*/
 ::-ms-clear,
 ::-ms-reveal {
     display: none;
 }
 input[type='text'],
 input[type='search']::-webkit-search-cancel-button,
 input[type='search']::-webkit-search-decoration {
     -webkit-appearance: none;
 }
 button::-moz-focus-inner,
 [type='button']::-moz-focus-inner,
 [type='reset']::-moz-focus-inner,
 [type='submit']::-moz-focus-inner {
     padding: 0;
     border-style: none;
 }
 button:-moz-focusring,
 [type='button']:-moz-focusring,
 [type='reset']:-moz-focusring,
 [type='submit']:-moz-focusring {
     outline: 1px dotted ButtonText;
 }
 legend {
     display: table;
     max-width: 100%;
     margin: 0;
     padding: 0;
     color: inherit;
     white-space: normal;
     box-sizing: border-box;
 }
 fieldset {
     padding: 0.35em 0.75em 0.625em;
 }
 progress {
     vertical-align: baseline;
 }
 textarea {
     overflow: auto;
     resize: vertical;
 }
 
 details {
     display: block;
 }
 summary {
     display: list-item;
 }
 
 h1,
 h2,
 h3,
 h4,
 h5,
 h6,
 p,
 figure,
 form,
 blockquote {
     margin: 0;
 }
 ul,
 ol,
 li,
 dl,
 dt,
 dd {
     margin: 0;
     padding: 0;
 }
 ul,
 ol {
     list-style: none outside none;
 }
 h1,
 h2,
 h3 {
     line-height: 1.15;
     font-weight: normal;
 }
 h1 {
     font-size: 24px;
 }
 h2 {
     font-size: 20px;
 }
 h3 {
     font-size: 16px;
 }
 b,
 strong {
     font-weight: bolder;
 }
 abbr[title] {
     border-bottom: none;
     text-decoration: underline;
     text-decoration: underline dotted;
 }
 code,
 kbd,
 samp {
     font-family: monospace, monospace;
     font-size: 1em;
 }
 small {
     font-size: 80%;
 }
 sub,
 sup {
     font-size: 75%;
     line-height: 0;
     position: relative;
     vertical-align: baseline;
 }
 sub {
     bottom: -0.25em;
 }
 sup {
     top: -0.5em;
 }
 a {
     background: transparent;
     text-decoration: none;
     -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
 }
 a:active {
     outline: 0;
 }
 
 template {
     display: none;
 }
 [hidden] {
     display: none;
 }
 i,
 cite,
 em,
 var,
 address,
 dfn {
     font-style: normal;
 }
 
.banner{
    position:relative;
}
 .backhome{
    width:1200px;
    margin:0 auto;
    margin-top:20px;
 }
.banner::before{
    display: table;
    content: "";
}

 .backhome a{
    color:#fff;
    line-height: 22px;
    font-size:16px;
    font-weight:600;
    display:flex;
    align-items: center;
 }

 .backhome a::before{
    display: inline-block;
    content:'';
    background:url("icon-home.png") no-repeat;
    width:20px;
    height:20px;
    margin-top:-2px;
    background-size:100% 100%;
    margin-right:5px;
 }


 .breadcrumb{
    width:1200px;
    position:absolute;
    bottom:0px;
    left:50%;
    transform: translateX(-50%);
    display:flex;
    align-items: center;
 }


 .breadcrumb .item{
    display: flex;
    align-items: center;
    margin-right:15px;
 }

 .breadcrumb .item a{
    color:#333333;
 }


 .breadcrumb .item.has-arrow::after{
    content:'';
    display: inline-block;
    width:6px;
    height:6px;
    border: 2px solid  #333333;
    transform: rotate(-45deg);
    border-top:none;
    border-left:none;
    margin-left:10px;
    margin-top:2px;
 }



 .page{
    margin-top:40px;
    display:flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
 }

 .page .item{
    width:32px;
    height:32px;
    border: 1px solid #B1010C;
    border-radius: 2px;
    color: #B1010C;
    margin-right:4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
 }

 .page .item.active{
    background:#B1010C;
    color:#fff;
 }
 .page .item:hover{
    background:#B1010C;
    color:#fff;
 }

.page .item.prev::after{
    content:"<";
    color:#B1010C;
}
.page .item.next::after{
    content:">";
    color:#B1010C;
    font-weight:600
}
.page .item.prev, .page .item.next{
    background:transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}
 .flex{
    display: flex;
    align-items: center;
    justify-content: center;
 }


 li:before{
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #B1010C;
    border-radius: 50%;
    margin-right:10px;
    vertical-align: middle;
}


.flexmain {
    padding-top:20px!important;
    margin-top:24px!important;
}