@charset "utf-8";

/* CSS Document */
html {
    font-size: 62.5%;
    font-family: "Microsoft YaHei";
}

body {
    font-size: 1.4rem;
    color: #333333;
    margin: 0;
}

body div {
    overflow: hidden;
}

div,
ul,
li {
    list-style: none;
}

div a {
    color: #363636;
    text-decoration: none;
}

div a:hover {
    color: #363636;
    text-decoration: none;
}

div p {
    width: 100%;
    margin: 0;
    padding: 0;
}

.db {
    display: block;
}

.dib {
    display: inline-block;
}

.tl {
    text-align: left !important;
}

.tr {
    text-align: right !important;
}

.tc {
    text-align: center !important;
}

.row {
    margin: 0px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.white {
    color: #ffffff !important;
}

.fb {
    font-weight: bold;
}

.mt1 {
    margin-top: 1rem;
}

.mt2 {
    margin-top: 2rem;
}

.mr1 {
    margin-right: 1rem;
}

.mr05 {
    margin-right: 0.5rem;
}

.mb06 {
    margin-bottom: 0.6rem;
}

.mb1 {
    margin-bottom: 1rem;
}

.mb2 {
    margin-bottom: 2rem;
}

.border1 {
    border: 1px solid #eeeeee;
}

.br1 {
    border-right: 1px solid #eeeeee !important;
}

.bl1 {
    border-left: 1px solid #eeeeee !important;
}

.p1 {
    padding: 1rem;
}

.pr2 {
    padding-right: 2rem;
}

.pt1 {
    padding-top: 1rem;
}

.pb05 {
    padding-bottom: 0.5rem;
}

.pb1 {
    padding-bottom: 1rem;
}

.bg_1 {
    background: #be0000;
}

.bg_2 {
    background: #f8f8f8;
}

.bg_3 {
    background: #222222;
}

.bg_4 {
    background: #181818;
}

.white {
    color: #ffffff;
}

.oh {
    overflow: hidden;
}

.w40 {
    width: 78%;
}

.w100 {
    width: 100%;
}

.col-md-12 {
    padding: 0;
}

.container {
    width: 100%;
    max-width: 1170px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0 auto;
}

.banner-box {
    width: 100%;
    overflow: hidden;
    position: relative;
    text-align: left;
}

.banner-box ul {
    position: absolute;
}

.banner-box ul li {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
    background: #f5f5f5;
}

.banner-box .btnBg {
    position: absolute;
    width: 100%;
    height: 30px;
    left: 0;
    bottom: 0;
    background: #f5f5f5;
}

.banner-box .btn {
    position: absolute;
    width: 100%;
    height: 20px;
    padding: 5px 10px;
    right: 0;
    bottom: 0;
    text-align: center;
}

.banner-box .btn span {
    display: inline-block;
    _display: inline;
    _zoom: 1;
    width: 50px;
    height: 8px;
    _font-size: 0;
    margin-left: 5px;
    cursor: pointer;
    background: #fff;
}

.banner-box .btn span.on {
    background: #fff;
}

.banner-box img {
    width: 100%;
}

.header-title {
    margin: 0 auto;
    width: 100%;
}

.top-box {
    line-height: 3rem;
}

.name-box {
    width: 37%;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.name-box img {
    width: 90%;
}

.name-box div {
    color: #FFFFFF;
}

.name-box div h4 {
    font-size: 2.2rem;
    margin-top: 0.3rem;
    margin-bottom: 0;
}

.name-box div h6 {
    margin-top: 8px;
    margin-bottom: 5px;
    letter-spacing: -0.03rem;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 1.35rem;
}

.title-box {
    width: 63%;
}

.title-box a {
    float: left;
    width: 11.1%;
    font-size: 1.6rem;
    height: 9rem;
    line-height: 9rem;
    display: block;
    color: #FFFFFF;
}

@media (max-width: 992px) {
    .title-box {
        width: 60%;
        padding: 1rem 0;
    }

    .title-box a {
        width: 20%;
        font-size: 1.8rem;
        height: 3.5rem;
        line-height: 3.5rem;
    }
}

.title-box a:hover {
    color: #960000;
    text-decoration: none;
    transition: background 0.5s ease 0s;
}

.index_box {
    margin-top: 2rem;
    margin-bottom: 1.5rem;
}

.index_box h4 {
    background: url('../images/41_05.jpg') no-repeat 50% 50%;
    background-size: 100% 100%;
    width: 60rem;
    height: 4rem;
    line-height: 4rem;
    text-align: center;
    margin: 0 auto;
    font-size: 2.4rem;
}

.index_box_bg {
    background: url('../images/41_11.jpg') repeat-x;
    background-size: auto 100%;
    padding-bottom: 1rem;
}

.index_box_list div {
    width: 23%;
    margin: 0 1%;
}

.index_box_list div img {
    width: 100%;
    border-radius: 1rem;
}

.index_box_list div h5 {
    text-align: center;
    color: #FFFFFF;
    line-height: 2.5rem;
}

.index_box_more {
    background: #960000;
    border-radius: 1.5rem;
    border: 0.1rem solid #FFFFFF;
    line-height: 3rem;
    text-align: center;
    width: 18rem;
    margin: 1rem auto 0 auto;
}

.index_box_more a {
    color: #FFFFFF;
}

.index_box_more a:hover {
    color: #FFFFFF;
}

.index_merit {
    padding: 4rem 0 0 0;
}

.index_merit h4 {
    text-align: center;
    font-size: 2.4rem;
    margin-bottom: 5rem;
}

.index_merit div div {
    float: left;
    width: 25%;
    text-align: center;
}

.index_merit div div img {
    width: 5.5rem;
}

.index_merit div div h5 {
    line-height: 5rem;
}

.index_merit_more {
    width: 18%;
    border: 1px solid #cccccc;
    height: 4rem;
    line-height: 4rem;
    margin: 0 auto 4rem auto;
    display: block;
    text-align: center;
}

.index_products {
    padding: 2rem 0 0 0;
}

.index_products h4 {
    text-align: center;
    font-size: 2.4rem;
    margin-bottom: 3rem;
}

.index_products div div {
    width: 30%;
    margin: 0 1.5% 3.5rem 1.5%;
    float: left;
    position: relative;
}

.index_products div div img {
    width: 100%;
}

.index_products div div h5 {
    position: absolute;
    bottom: 0;
    margin: 0;
    height: 3rem;
    line-height: 3rem;
    background: #4c4c4c;
    color: #FFFFFF;
    width: 100%;
    text-align: center;
}

.index_news {
    padding: 2rem 0 0 0;
}

.index_news h4 {
    text-align: center;
    font-size: 2.4rem;
    margin-bottom: 3rem;
}

.index_news div div {
    width: 30%;
    margin: 0 1.5% 3rem 1.5%;
    float: left;
}

.index_news div div img {
    width: 100%;
}

.index_news div div div {
    width: 100%;
    margin: 0;
    padding: 1rem 0;
}

.index_news div div div h5 {
    margin: 0;
    line-height: 2.5rem;
}

.index_news div div div time {
    display: block;
}

.footer_box {
    color: #FFFFFF;
    padding: 1.5rem 0;
    text-align: center;
}

.footer_title {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 1rem;
}

.footer_title a {
    color: #FFFFFF;
    width: 10%;
    display: inline-block;
}

.footer_title a:hover {
    color: #FFFFFF;
}

.footer_left {
    padding: 3rem 0;
    color: #FFFFFF;
    margin-left: 15%;
}

.footer_left div {
    line-height: 2.8rem;
}

.left_box {
    background: #ebebeb;
    width: 20%;
    border-radius: 5px;
    margin: 30px 0;
    padding: 0 0 20px 0;
}

.left_box h4 {
    text-align: center;
    background: #c31727;
    margin: 0;
    height: 65px;
    line-height: 65px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.left_box a {
    display: inline-block;
    width: 100%;
    line-height: 50px;
    padding-left: 20%;
}

.left_box a:hover,
.left_active {
    background: #FFFFFF;
}

.right_box {
    margin: 30px 0 30px 1.5%;
    border-radius: 8px;
    width: 78.5%;
    background: #FFFFFF;
    padding: 2rem;
}

.right_box .right_link {
    margin-bottom: 1rem;
}

.right_box .right_content {
    line-height: 180%;
}

.right_box .index-news-list-2 {
    width: 85%;
    border-bottom: 1px solid #ececec;
    padding-bottom: 1.5rem;
    margin: 2rem auto 0 auto;
}

.right_box .index-news-list-2 span:first-child {
    background: #c31727;
    display: block;
    width: 10%;
    height: 8rem;
    color: #FFFFFF;
    margin-right: 2%;
    text-align: center;
    float: left;
    border-radius: 5px;
}

.right_box .index-news-list-2 span:first-child i:first-child {
    font-size: 2.4rem;
    line-height: 5rem;
    display: block;
    font-style: unset;
}

.right_box .index-news-list-2 span:first-child i {
    font-size: 1.3rem;
    line-height: 1.8rem;
    display: block;
    font-style: unset;
}

.right_box .index-news-list-2 a {
    display: inline-block;
    width: 88%;
}

.right_box .index-news-list-2 h5 {
    font-size: 1.8rem;
    line-height: 200%;
    text-align: left;
    margin: 0;
    float: left;
    width: 100%;
    display: block;
}

.right_box .index-news-list-2 span:last-child {
    color: #999999;
    font-size: 1.3rem;
    line-height: 160%;
    text-align: left !important;
}

.pagebar {
    width: 100% !important;
    display: block;
    text-align: center;
    margin-top: 2rem;
}

.right_list {
    margin-top: 3rem;
}

.right_list div {
    width: 23%;
    margin: 0 1%;
    float: left;
    margin-bottom: 2rem;
}

.right_list div img {
    width: 100%;
    height: 175px;
}

.right_list div h5 {
    text-align: center;
}