﻿a{
    text-decoration:none;
}
.__cMain {
    padding: 60px 0;
    width: 100%;
}

    .__cMain:after,
    .__cMain:before, .__cBox:after, .__cBox:before {
        content: "";
        display: table;
        clear: both;
    }

.__cBox {
    width: 1200px;
    margin: 0 auto;
}

.__cBox_title {
    font-size: 26px;
    color: #333333;
    text-align: center;
    margin-bottom: 40px;
    width: 100%;
}

    .__cBox_title:after {
        content: "";
        display: block;
        width: 50px;
        height: 3px;
        margin: 8px auto;
        background-color: var(--style,#e31d1a);
    }


/* 标题 */
._box_title {
    height: 42px;
    position: relative;
    padding-bottom: 2px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e3e3e3;
}

    ._box_title::after {
        content: "";
        position: absolute;
        bottom: -1px;
        left: 0;
        height: 3px;
        background-color: #882931;
        width: 72px;
    }
._box_title>p{
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    margin: 0;
}
._box_title > a {
    width: 82px;
    box-sizing: border-box;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12.5px;
    color: #882931;
    font-size: 14px;
    border: 1px solid #882931;
    transition: all .3s;
    cursor: pointer;
}
._box_title_row > p {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    margin: 0;
}

._box_title_row {
    width: 82px;
    box-sizing: border-box;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12.5px;
    color: #882931;
    font-size: 14px;
    border: 1px solid #882931;
    transition: all .3s;
    cursor: pointer;
    text-decoration:none;
}

    ._box_title_row:hover {
        background-color: #882931;
        color: #ffffff;
    }

    /* 轮播箭头默认样式 */
 .owl-nav button.owl-prev,
 .owl-nav button.owl-next {
    position: absolute;
    display: block;
    height: 55px;
    width: 30px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.2);
    color: transparent;
    padding: 0;
    border: none;
    outline: none;
    z-index: 99;
    font-size: 0;
    outline: none;
    opacity: 0;
    transition: all .3s;
}
 .owl-nav button.owl-prev:hover,
 .owl-nav button.owl-next:hover {
    background-color: rgba(0, 0, 0, 0.5);
}




/*分类样式*/
body,html{
}
#main {
    width: 100%;
    height: 100%;
    /*padding-top: 90px;*/
    /*padding-top: 90px;
    padding-bottom: 157px;*/
    box-sizing: border-box;
    /* min-height: 1200px; */
    overflow: hidden;
}
.main-bg {
    width: 100%;
    position: relative;
}

.main-bg>span {
    width: 100%;
    display: block;
    padding-bottom: 36%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
}

.main-tip {
    width: 1600px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -800px;
    transform: translateY(-85%);
    padding: 0 90px;
    box-sizing: border-box;
}

.main-tip-img {
    width: 412px;
    height: 184px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-tip-img>p {
    font-size: 30px;
    color: #ffffff;
}

.main-tip-img>p::after {
    content: "";
    display: block;
    width: 62px;
    height: 4px;
    background-color: #ffffff;
    margin-top: 28px;
}

@media screen and (min-width: 1550px) and (max-width: 1600px) {
    body {
        overflow-x: hidden;
    }
}
.main-body {
    width: 100%;
    /*height: 100%;*/
    /*background-color: #f6f6f6;*/
    box-sizing: border-box;
}