@charset "UTF-8";
@font-face {
    font-family: "SourceHanSansCN-Regular";
    src: url("../fonts/SourceHanSansCN-Regular.woff") format("woff"), url("../fonts/SourceHanSansCN-Regular.ttf") format("truetype"), url("../fonts/SourceHanSansCN-Regular.eot") format("embedded-opentype");
}

@font-face {
    font-family: "pangmen";
    src: url("../fonts/pangmen.woff") format("woff"), url("../fonts/pangmen.ttf") format("truetype"), url("../fonts/pangmen.eot") format("embedded-opentype");
}


/* yui3 reset.css */

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;
    vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
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;
    *font-size: 100%;
}

legend {
    color: #000;
}

iframe {
    display: block;
}


/* yui3 fonts */

body {
    color: #333;
    font-size: 14px;
    font-family: "SourceHanSansCN-Regular";
}

select,
input,
button,
textarea {
    font: 99% arial, helvetica, clean, sans-serif;
}

table {
    font-size: inherit;
    font: 100%;
}

pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}

a {
    text-decoration: none;
}

input,
button,
textarea {
    font-family: "SourceHanSansCN-Regular";
    border: 0;
    outline: 0;
}

input[type=text]::-ms-clear,
input[type=password]::-ms-reveal {
    display: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: #999;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
    color: #999;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
    color: #999;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: #999;
}

.placeholder {
    color: #999;
}


/* utilities */

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    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;
}


/* css3效果 */

.trans {
    -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.text-overflow {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


/* 底部 */

.footer * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.footer-top-box {
    position: relative;
    z-index: 999;
}

.footer-top {
    height: 70px;
    background: url("/images/footer_bg.png") no-repeat center top;
}

.footer-chosen {
    width: 20%;
    padding-top: 27px;
    height: 70px;
}

.footer-sel-val:after {
    content: " ";
    position: absolute;
    right: 0;
    top: 8px;
    height: 18px;
    width: 2px;
    background-color: #b3b3b3;
}

.footer-sel-val {
    position: relative;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #666;
    font-size: 18px;
}

.footer-sel-val>span {
    display: inline-block;
    vertical-align: top;
    padding-right: 25px;
    background: url("/images/chose_jiao.png") right center no-repeat;
}

.footer-options {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 43px;
    max-height: 200px;
    padding: 20px 20px 0 0;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
    z-index: 99;
    overflow-y: auto;
}

.footer-chosen:hover .footer-options {
    display: block;
}

.footer-chosen:hover .footer-sel-val>span {
    background-image: url("/images/chose_jiaoh.png");
}

.footer-option {
    float: left;
    width: 20%;
    padding: 0 0 20px 20px;
}

.footer-option>a {
    display: block;
    height: 40px;
    line-height: 40px;
    color: #666;
    font-size: 18px;
    text-align: center;
    background-color: #f9f9f9;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.footer-option>a:hover {
    color: #fff;
    background-color: #47b368;
}

.footer-list {
    padding-top: 7px;
}

.footer-bom {
    padding-top: 20px;
    height: 190px;
    background-color: #e5e5e5;
}

.footer-text {
    line-height: 30px;
    color: #666;
    font-size: 16px;
}

.footer-text>span {
    margin-left: 35px;
}

.footer-images {
    position: absolute;
    right: 60px;
    margin-top: 20px;
}

.footer-images>a {
    display: inline-block;
}

.footer-error {
    margin-left: 40px;
}

.footer-left {
    position: relative;
    width: calc(100% - 437px);
}

.footer-left-bom {
    padding-top: 18px;
    font-size: 0;
    -webkit-tap-highlight-color: transparent;
}

.footer-left-bom>a,
.footer-left-bom>span {
    display: inline-block;
    vertical-align: top;
    line-height: 40px;
    color: #666;
    font-size: 16px;
}

.footer-left-bom>span {
    margin-left: 35px;
}

.footer-left-bom>a:first-child {
    padding-left: 28px;
    margin-right: 13px;
    background: url("/images/footer_icon1.png") no-repeat left center;
}

.footer-contact {
    max-width: 320px;
    width: 100%;
    height: 108px;
    margin-left: auto;
}

.footer-contact li {
    float: left;
    width: 33.33%;
}

.footer-contact a {
    display: block;
    height: 108px;
    line-height: 50px;
    padding-top: 55px;
    color: #333;
    font-size: 16px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center 10px;
}

.footer-contact li:first-child a {
    background-image: url("/images/ditu.png");
}

.footer-contact li:nth-child(2) a {
    background-image: url("/images/weibo.png");
}

.footer-contact li:nth-child(3) a {
    background-image: url("/images/weixin.png");
}

.footer-hope {
    line-height: 39px;
    color: #666;
    font-size: 16px;
}


/* 2021-12-06 wppei 添加 */

.silde-header {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 80px;
    padding-left: 37px;
    background: url("/images/header_bg1.jpg") no-repeat center;
    background-size: 100% 100%;
    z-index: 99;
}

.silde-header-tt {
    margin-top: 10px;
    width: 370px;
    height: 51px;
}

.silde-header-tt img {
    width: 100%;
    height: 100%;
}

.silde-header-intro {
    margin: 16px 0 0 27px;
    line-height: 24px;
    font-size: 16px;
    color: #fff;
}

.silde-header .header-bom-list {
    margin: 13px 60px 0 30px;
}

.header-bom-list li {
    float: left;
    margin: 0 0 0 37px;
}

.header-bom-list li>a {
    display: block;
    line-height: 24px;
    height: 55px;
    padding-top: 15px;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    border-bottom: 6px solid transparent;
}

.header-bom-list li>a:hover,
.header-bom-list li>a.active {
    border-bottom-color: #fff;
}

.header-size li,
.silde-header .header-login>a {
    float: left;
    margin-top: 28px;
    color: #fff;
}

.header-login>a,
.header-size li>a {
    display: block;
    line-height: 24px;
    padding-left: 18px;
    padding-bottom: 8px;
    color: #fff;
    font-size: 18px;
}

.header-size li>a {
    padding: 0 18px;
}

.header-size li:first-child>a {
    background: none;
}

.slide-search {
    position: relative;
}

.slide-search-btn {
    display: block;
    width: 22px;
    height: 22px;
    margin: 29px 0 0 30px;
    background: url(/images/write_search.png) no-repeat;
}

.slide-search .header-search {
    display: none;
    position: absolute;
    right: -25px;
    top: 15px;
    width: 450px;
    height: 48px;
    background-color: #fff;
    border-radius: 24px;
    padding: 0 65px 0 24px;
}

.header-search .input-placeholder {
    position: absolute;
    top: 0;
    left: 24px;
    height: 36px;
    line-height: 24px;
    width: calc(100% - 91px);
    line-height: 24px;
    padding-top: 12px;
    padding-bottom: 12px;
    color: #ccc;
    font-size: 16px;
    z-index: 3;
    cursor: text;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.header-search .input-box {
    height: 48px;
    font-size: 18px;
    color: #333;
    border: 0;
    background: 0 0;
    width: calc(100% - 91px);
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.header-search-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 65px;
    height: 48px;
    background: url(/images/header_search.png) no-repeat 18px center;
}


.header-box {
    position: relative;
    padding-top: 146px;
}

.header-tt {
    max-width: 1070px;
    width: 100%;
    margin: 0 auto 94px;
}

.header-tt-box {
    width: 100%;
}

.header-text {
    padding: 0 39px 0 99px;
}

.header-text-box {
    max-width: 466px;
}

.header-text-box img {
    width: 100%;
}

.header-text-box:first-child {
    float: left;
}

.header-text-box:last-child {
    float: right;
}

.header-nav {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 60px;
    background-color: rgba(143, 32, 32, .9);
}

.header-nav-item {
    float: left;
    width: 14.2857%;
}

.header-nav-box {
    display: block;
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-size: 20px;
    text-align: center;
}

.header-nav-box:hover,
.header-nav-box.active {
    color: #cb1f27;
    font-weight: 600;
    background-color: #fff;
}

.local {
    min-height: 46px;
    line-height: 24px;
    padding-top: 11px;
    border-top: 1px solid #ebebea;
    padding-left: 25px;
    color: #b00000;
    font-weight: bold;
    font-size: 18px;
    border-bottom: 2px solid #cc0000;
    background: #fdf7ff;
}

.local>a {
    color: #b00000;
}

.local>a:hover {
    text-decoration: underline;
}

.m-pagination-page>li.active>a {
    border-color: #c80000;
    background-color: #c80000;
}

.m-pagination-page>li:hover>a,
.m-pagination-group>button:hover {
    border-color: #c80000;
}

.m-pagination-info>span {
    color: #c80000;
}

.content {
    margin-top: 30px;
    margin-bottom: 40px;
}

@media (min-width: 1300px) and (max-width: 1820px) {
    .silde-header {
        padding-left: 15px;
    }
    .silde-header-tt {
        width: 315px;
        height: 45px;
        margin-top: 15px;
    }
    .silde-header .header-bom-list {
        margin: 13px 20px 0 5px;
    }
    .header-bom-list li {
        margin-left: 20px;
    }
    .header-bom-list li>a {
        font-size: 16px;
    }
    .header-size li>a {
        padding: 0 8px;
    }
    .slide-search-btn {
        margin-left: 20px;
    }
    .slide-search .header-search {
        right: -20px;
    }
    .header-login>a,
    .header-size li>a {
        font-size: 14px;
    }
    .silde-header-intro {
        margin-left: 15px;
    }
}

@media (max-width: 1199px) {
    .silde-header {
        display: none;
    }
    .footer-bom {
        height: auto;
    }
    .footer-images {
        right: 0;
    }
}

@media (max-width: 979px) {
    .header {
        height: auto;
        padding-bottom: 200px;
    }
    .header-text {
        padding: 0;
    }
    .header-box {
        padding-top: 50px;
    }
    .header-tt {
        margin-bottom: 40px;
    }
    .header-nav-item {
        width: 50%;
    }
    .header-nav-box {
        height: 40px;
        line-height: 40px;
    }
    .header-nav {
        height: auto;
    }
    .footer-left,
    .footer-right {
        width: 100%;
    }
    .footer-left {
        padding-bottom: 100px;
    }
    .footer-images {
        bottom: 15px;
        left: 0;
    }
    .footer-contact {
        margin-left: 0;
    }
    .footer-top {
        height: auto;
        background-color: #d1d1d1;
    }
    .footer-sel-val {
        font-size: 14px;
    }
    .footer-chosen {
        width: 33%;
        padding-top: 7px;
        height: 43px;
    }
    .footer-text>span,
    .footer-left-bom>span {
        display: block;
        margin-left: 0;
    }
}

@media (max-width: 600px) {
    .footer-chosen {
        width: 50%;
    }
    .footer-sel-val>span {
        padding-right: 16px;
    }
}


/*无障碍*/

.accfocus,
.accfocus>h1,
.accfocus>h2,
.accfocus>h3 {
    text-decoration: underline!important;
}

#ABTToolbar~#container {
    transform: scale(1);
}


/* 移动端头部 */

.header-phone {
    height: 80px;
    padding-top: 22px;
    margin-bottom: 20px;
    background: url("/images/pheader_bg.jpg") no-repeat;
    background-size: 100% 100%;
}

.header-phone-tt {
    width: 70%;
    height: 46px;
    margin: 0 auto;
}

.header-phone-tt>img {
    width: 100%;
    height: 100%;
}

.header-phone-search {
    position: relative;
}

.heaphobe-search-ss {
    display: block;
    width: 26px;
    height: 26px;
    margin: 10px 10px 0 0;
    background: url(/images/pheader_search.png) no-repeat;
    background-size: 100% 100%;
}

.heaphobe-search {
    display: none;
    position: absolute;
    right: 10px;
    top: 8px;
    z-index: 9;
    padding: 0 70px 0 24px;
    width: 300px;
    height: 48px;
    background-color: #fff;
    border-radius: 24px;
}

.header-phone-search:hover .heaphobe-search {
    display: block;
}

.heaphobe-search .input-placeholder {
    position: absolute;
    top: 0;
    left: 24px;
    height:48px;
    line-height: 48px;
    color: #ccc;
    font-size:18px;
    z-index: -1;
    cursor: text;
}

.heaphobe-search .input-box {
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    border: 0;
    background: 0 0;
}

.heaphobe-search-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    height: 48px;
    background: url("/images/header_search.png") no-repeat 18px center;
    background-size: 23px 23px;
}

.header-phone-slide {
    position: relative;
    width: 24px;
    height: 20px;
    margin: 10px 0 0 10px;
}

.heaphobe-slide-box {
    display: block;
    height: 20px;
    background: url("/images/pheader_silde.png") no-repeat;
    background-size: 100% 100%;
}

.heaphobe-slide-lbox {
    position: absolute;
    left: 28px;
    top: 120px;
    width: 203px;
    padding: 10px 0;
    background-color: #fff;
    box-shadow: 0px 0px 12px 0px rgba(16, 56, 122, 0.05);
    z-index: 99;
    border-radius: 3px;
}

.heaphobe-slide-lbox:before {
    content: " ";
    position: absolute;
    left: 12px;
    top:-8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 8px 8px;
    border-color: transparent transparent #fff transparent;
}

.heaphobe-slide-list a {
    display: block;
    line-height: 60px;
    height:60px;
    font-size: 30px;
    color: #333;
    text-align: center;
}

.heaphobe-slide-list {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .55);
    z-index: 9;
}