html {
    color: #000;
    background: #FFF;
    font-size: 14px;
    font-family: "寰蒋闆呴粦";
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

fieldset,
img {
    border: 0;
}

input,
select,
textarea {
    /*outline:none;*/
}

textarea {
    resize: none;
}

img {
    padding: 0;
    margin: 0;
    border: none;
}

a {
    text-decoration: none;
    font-size: 14px;
    color: #333;
}

.a:hover {
    text-decoration: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.footer {
    clear: both;
}

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;
}

.clearfix {
    clear: both
}

.left {
    float: left;
}

.right {
    float: right;
}

.ov_hidden {
    overflow: hidden;
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}


/*logo*/

.nav_mobile {
    width: 100%;
    height: 50px;
    padding: 5px;
    background: #c50c11;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

.logo img {
    height: 100px;
    float: left;
}

.btnBox {
    width: 30px;
    height: 12px;
}

.navBtn {
    padding-top: 12px;
    width: 50px;
    height: 40px;
    padding-left: 15px;
    text-align: center;
    position: relative;
}

.btnBox span {
    width: 30px;
    height: 2px;
    background: #fff;
    display: block;
    margin-bottom: 10px;
}

.navList {
    width: 100%;
    position: fixed;
    top: 50px;
    left: 0;
    z-index: 100;
    display: none;
    background: #fff;
}

.navList li {
    line-height: 45px;
    text-align: center;
    border-bottom: 1px solid #f3f3f3;
}

.navList li:last-child {
    border: none;
}

.navList li a {
    font-size: 16px;
    color: #333;
}

.logoRight {
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    padding-left: 10px;
    line-height: 40px;
    color: #fff;
}

.nav {
    display: none;
}

.theA {
    display: inline-block;
    color: #fff;
    background: #c50c11;
    width: 150px;
    height: 40px;
    border-radius: 20px;
    font-size: 16px;
    letter-spacing: 5px;
    text-align: center;
    line-height: 40px;
}


/*end logo */

.topImgB {
    display: none;
}

.footerB {
    background: #c50c11;
    padding: 30px 0;
}

.bom_f2 {
    padding-top: 30px;
}

.bom_f2 p,
.bom_f2 p a {
    text-align: center;
    color: #fff;
    line-height: 34px;
}

.top_f1 {
    display: none;
}

.mainPage {
    padding: 60px 10px 20px;
}

.p1 .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    color: #fff;
    border-radius: 5px;
    position: relative;
    z-index: 10;
    text-align: center !important;
}

.p1 .swiper-pagination-bullet-active {
    background: #c50d0d;
}

.p1 .swiper-pagination {
    text-align: right !important;
}

@media(min-width: 768px) {}

@media(min-width: 992px) {
    .nav_mobile {
        display: none;
    }
    .mainPage {
        padding: 25px 0px;
    }
    .pcList {
        display: flex;
    }
    .pcList li {
        width: 14.2%;
        line-height: 45px;
        text-align: center;
    }
    .topImgB {
        display: block;
        height: 200px;
        background-color:#c50c11;
    }
    .pcList li a {
        color: #fff;
        display: block;
        font-size: 18px;
        font-weight: 600;
    }
    .pcList li.on a,
    .pcList li a:hover {
        color: #c50c11;
        background: #ffa200;
    }
    .nav {
        display: block;
        width: 100%;
        background: #b30202;
    }
    .centernav {
        width: 992px;
        margin: 0 auto;
    }
    .pcLogo img {
        float: left
    }
    .left_pc_lg {
        color: #fff;
        overflow: hidden;
        padding-left: 15px;
    }
    .left_pc_lg p {
        font-size: 24px;
        margin-bottom: 10px;
        font-weight: bold;
    }
    .pcLogo {
        padding-top: 15px;
    }
    .left_pc_lg {
        padding-top: 10px;
    }
    .pcLefynav li {
        float: left;
        line-height: 113px;
        padding-top: 2px;
        padding: 0 10px;
        transition: 0.5s;
    }
    .pcLefynav li a {
        color: #b0b6c3;
        font-size: 16px;
        display: block;
        border-top: 2px solid #c50c11;
    }
    .pcphone {
        padding-top: 30px;
    }
    .pcphone img {
        float: left;
        margin-top: 5px;
    }
    .pc_ph {
        overflow: hidden;
        padding-left: 10px;
    }
    .pc_ph p {
        font-size: 20px;
        color: #fff;
        font-weight: bold;
        letter-spacing: 0.5px;
    }
    .pcLefynav {
        margin-right: 20px;
    }
    .pcLefynav li.on a {
        border-top: 2px solid #da251d;
    }
    .pcLefynav li:hover>a {
        border-color: #da251d;
    }
    .fb_center,
    .ft_center {
        width: 992px;
        margin: 0 auto;
    }
    .bomLink,
    .leftNavF {
        display: block;
    }
    .rightEr {
        float: right;
        width: 120px;
        text-align: right;
    }
    .leftNavF {
        width: calc(100% - 120px);
        float: left;
    }
    .rightEr {
        padding: 0;
    }
    .detailMeau li:hover>a {
        color: #c50c11;
    }
    .detailMeau li:hover {
        border-top: 3px solid #c50c11;
    }
    .top_f1 {
        display: flex;
        color: #fff;
        padding-bottom: 30px;
        border-bottom: 1px solid #d85a5e;
    }
    .top_f1 li {
        width: 16.7%;
        padding-left: 10px;
    }
    .top_f1 li div {
        margin-bottom: 10px;
        font-size: 18px;
    }
    .top_f1 li p {
        margin-bottom: 5px;
    }
}

@media(min-width:1200px) {
    .centernav {
        width: 1200px;
        margin: 0 auto;
    }
    .pcLefynav {
        margin-right: 50px;
    }
    .pcLefynav li {
        padding: 0 25px;
    }
    .fb_center,
    .ft_center {
        width: 1200px;
    }
}

.page_nav a {
    border-right: #ccc 1px solid;
    padding-right: 5px;
    border-top: #ccc 1px solid;
    padding-left: 5px;
    padding-bottom: 2px;
    margin: 2px;
    border-left: #ccc 1px solid;
    color: #ccc;
    padding-top: 2px;
    border-bottom: #ccc 1px solid;
    text-decoration: none;
    padding: 3px 10px;
}

.page_nav span.current {
    border-right: #c50c11 1px solid;
    padding-right: 5px;
    border-top: #c50c11 1px solid;
    padding-left: 5px;
    font-weight: bold;
    padding-bottom: 2px;
    margin: 2px;
    border-left: #c50c11 1px solid;
    color: #fff;
    padding-top: 2px;
    border-bottom: #c50c11 1px solid;
    background-color: #c50c11;
    padding: 5px 10px;
}

.page_nav span.nolink {
    border-right: #ccc 1px solid;
    padding-right: 5px;
    border-top: #ccc 1px solid;
    padding-left: 5px;
    padding-bottom: 2px;
    margin: 2px;
    border-left: #ccc 1px solid;
    color: #999;
    padding-top: 2px;
    border-bottom: #ccc 1px solid;
    padding: 5px 10px;
}