.cs_nav .child .link,
.cs_lists .tit,
.cd_common_list .item .tit {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

html {
    font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
    font-weight: 400;
    color: #333
}

a {
    background: transparent;
    color: inherit;
    text-decoration: none
}

a:active,
a:hover {
    outline: 0;
    text-decoration: none;
    color: #C00808
}

img {
    border: 0;
    vertical-align: middle
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
    border: 0;
    outline: 0;
    background: none
}

button {
    cursor: pointer
}

input {
    line-height: normal;
    border: 0;
    outline: none
}

input:active {
    outline: none
}

textarea {
    overflow: auto;
    resize: vertical;
    outline: none;
    border: none
}

textarea:focus,
textarea:active {
    outline: none;
    border: none
}

ul,
ol {
    list-style: none outside none
}

footer,
header,
nav {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #B8B8B8
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #B8B8B8
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #B8B8B8
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #B8B8B8
}

body {
    min-width: 320px;
    /* 原为1200px，改为自适应最小宽度 */
    font-size: 15px
}

.main_width {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    /* 原固定1200px，改为流式居中 */
}

.primary {
    color: #C00808
}

.red {
    color: #EB3838
}

.orange {
    color: #E89426 !important
}

.img_box .img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.fx_ads {
    display: block;
    text-align: center
}

.flex1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1 !important;
    -moz-flex: 1 !important;
    flex: 1 !important
}

.flex_center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center !important;
    -moz-align-items: center !important;
    align-items: center !important
}

.con {
    text-align: justify
}

.cs_header_top {
    background-color: #F3F3F3;
    color: #9C9C9C;
    font-size: 13px
}

.cs_header_top .main_width {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center !important;
    -moz-align-items: center !important;
    align-items: center !important;
    height: 36px
}

.cs_header_top .text {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1 !important;
    -moz-flex: 1 !important;
    flex: 1 !important
}

.cs_header_top .link {
    margin-left: 30px
}

.cs_header .main_width {
    height: 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center !important;
    -moz-align-items: center !important;
    align-items: center !important
}

.cs_header .logo {
    display: block;
    margin-right: 65px
}

.cs_header .input_group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center !important;
    -moz-align-items: center !important;
    align-items: center !important;
    width: 321px;
    height: 40px;
    border: 1px solid #C8C8C8;
    border-radius: 8px;
    padding: 0 17px;
    color: #A6A6A6;
    font-size: 13px;
    overflow: hidden
}

.cs_header .input_group .input {
    width: 100%;
    height: 40px;
    padding-right: 17px
}

.cs_header .input_group .search {
    cursor: pointer
}

.cs_header form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex
}

.cs_header .phone_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center !important;
    -moz-align-items: center !important;
    align-items: center !important;
    flex-shrink: 0
}

.cs_header .phone_box img {
    height: 36px;
    margin-right: 7px
}

.cs_header .phone_box .p1 {
    color: #3B3B3B
}

.cs_header .phone_box .p2 {
    color: #333333;
    font-size: 20px;
    font-weight: bold
}

.cs_header .link_list {
    color: #A6A6A6;
    margin-top: 10px;
    font-size: 13px
}

.cs_header .link_list .item {
    display: inline-block;
    margin-right: 20px
}

.cs_nav {
    background-color: #C00808
}

.cs_nav .main_width {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex
}

.cs_nav li {
    position: relative
}

.cs_nav .item {
    position: relative;
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1 !important;
    -moz-flex: 1 !important;
    flex: 1 !important;
    font-size: 16px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    height: 55px;
    line-height: 55px
}

.cs_nav .item.active {
    background-color: #980D0D
}

.cs_nav .child {
    display: none;
    position: absolute;
    z-index: 10;
    top: 50px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background-color: #C00808
}

.cs_nav .child .link {
    display: block;
    height: 57px;
    line-height: 57px;
    border-bottom: 1px solid rgba(120, 197, 255, 0.2);
    background-color: #c00808
}

.cs_nav .child .link:last-child {
    border: none
}

.cs_nav .child .link:hover {
    background-color: #da1616;
    color: #fff
}

.cs_footer {
    background: url("../images/9.jpg") center top no-repeat;
    background-size: cover;
    color: #C47F7F;
    overflow: hidden
}

.cs_footer .main_width {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between !important;
    -moz-justify-content: space-between !important;
    justify-content: space-between !important;
    padding: 60px 0 65px
}

.cs_footer .logo {
    display: block
}

.cs_footer .info_list {
    color: #C47F7F;
    margin-top: 20px
}

.cs_footer .info_list .item {
    margin-top: 10px
}

.cs_footer .link_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex
}

.cs_footer .link_box .item {
    padding-left: 13px;
    margin-left: 60px;
    position: relative
}

.cs_footer .link_box .item:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: block;
    height: 32px;
    width: 1px;
    background: #fff
}

.cs_footer .link_box .tit {
    color: #FFE4E4
}

.cs_footer .link_box .link_list {
    margin-top: 20px
}

.cs_footer .link_box .link {
    display: block;
    color: #C47F7F;
    font-size: 14px;
    margin-top: 10px;
    -webkit-transition: transform 0.5s !important;
    transition: transform 0.5s !important
}

.cs_footer .link_box .link:hover {
    -webkit-transform: translateY(-3px) !important;
    transform: translateY(-3px) !important
}

.cs_footer .copy {
    text-align: center;
    padding: 20px 0;
    color: #C47F7F;
    font-size: 13px;
    border-top: 1px solid #8A1818
}

.cs_fixed {
    position: fixed;
    top: 20%;
    right: 0;
    width: 94px;
    padding: 16px 10px;
    background-color: #F2F7FF;
    z-index: 100;
    border: 1px solid #E8E8E8
}

.cs_fixed .item {
    display: block;
    text-align: center;
    border-bottom: 1px solid #B6D5FF;
    padding: 20px 0;
    color: #C00808
}

.cs_fixed .item:last-child {
    border: none
}

.cs_fixed .item:hover .icon {
    -webkit-transform: translateY(5px) !important;
    transform: translateY(5px) !important
}

.cs_fixed .icon {
    -webkit-transition: transform 0.5s !important;
    transition: transform 0.5s !important
}

.cs_fixed .txt {
    margin-top: 10px
}

.cs_fixed .bg {
    position: absolute;
    right: 0;
    bottom: -48px
}

.tab_content .box {
    display: none
}

.tab_content .box.active {
    display: block
}

.cs_lists .item {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center !important;
    -moz-align-items: center !important;
    align-items: center !important;
    margin-top: 16px
}

.cs_lists .item:before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin-right: 15px;
    background-color: #004098
}

.cs_lists .tit {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1 !important;
    -moz-flex: 1 !important;
    flex: 1 !important;
    padding-right: 30px
}

.cs_lists .date {
    color: #666666
}

.cs_detail {
    padding: 30px
}

.cs_detail .d_tit {
    text-align: center;
    font-size: 21px;
    font-weight: bold
}

.cs_detail .date_box {
    text-align: center;
    color: #6F6F6F;
    padding: 30px 0 25px;
    font-size: 14px;
    border-bottom: 1px dashed #D4D4D4
}

.cs_detail .detail {
    text-align: justify;
    margin-top: 30px
}

.cs_detail .detail p {
    line-height: 36px;
    margin-top: 10px;
    text-indent: 30px;
    font-size: 15px;
    color: #000
}

.cs_detail .detail img {
    display: block;
    margin: 0 auto;
    max-width: 100%
}

.cd_fixed {
    position: fixed;
    top: 100px;
    right: 0;
    z-index: 100
}

.cd_fixed1 {
    position: fixed;
    top: 500px;
    right: 0;
    z-index: 100;
    display: none
}

.cd_fixed .box {
    position: relative;
    width: 150px;
    height: 390px;
    background: url("../images/z1.png") no-repeat;
    overflow: hidden;
    -webkit-transition: transform 0.5s !important;
    transition: transform 0.5s !important
}

.cd_fixed .box.active {
    -webkit-transform: translateX(100%) !important;
    transform: translateX(100%) !important
}

.cd_fixed .p {
    color: #525252;
    line-height: 30px;
    text-align: center;
    display: block
}

.cd_fixed .p:hover img {
    -webkit-transform: translateX(3px) !important;
    transform: translateX(3px) !important
}

.cd_fixed .p img {
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -4px;
    -webkit-transition: transform 0.5s !important;
    transition: transform 0.5s !important
}

.cd_fixed .top {
    margin-top: 10px;
    text-align: center
}

.cd_fixed .top img {
    cursor: pointer;
    -webkit-transition: transform 0.5s !important;
    transition: transform 0.5s !important
}

.cd_fixed .top img.active {
    -webkit-transform: translateX(50px) !important;
    transform: translateX(50px) !important
}

.cd_common_list .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center !important;
    -moz-align-items: center !important;
    align-items: center !important;
    margin-top: 15px
}

.cd_common_list .item:hover .tit {
    color: #C00808
}

.cd_common_list .item:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: #B60808;
    border-radius: 50%;
    margin-right: 10px
}

.cd_common_list .item .tit {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1 !important;
    -moz-flex: 1 !important;
    flex: 1 !important;
    font-size: 16px;
    color: #2C2C2C;
    padding-right: 20px
}

.cd_common_list .item .date {
    color: #979696;
    font-size: 14px
}

.cd_confirm {
    position: fixed;
    right: 0;
    bottom: 50px;
    width: 380px;
    height: 190px;
    background: url("../images/z54.png") no-repeat;
    background-size: 100% 100%;
    z-index: 999;
    overflow: hidden
}

.cd_confirm .tit {
    color: #242424;
    font-size: 15px;
    margin-top: 100px;
    text-align: center
}

.cd_confirm .btn_box {
    text-align: center;
    margin-top: 20px
}

.cd_confirm .btn {
    display: inline-block;
    padding: 0 15px;
    height: 36px;
    line-height: 36px;
    background: #C00808;
    border-radius: 20px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    margin: 0 10px
}

.cd_confirm .btn img {
    height: 20px;
    margin: -3px 5px 0 0
}

.cd_confirm .close {
    position: absolute;
    top: 10px;
    right: 30px;
    z-index: 10;
    cursor: pointer
}

.pb_sys_style1 .p_no_d {
    border: 1px solid #C00808 !important;
    background-color: #C00808 !important
}

/* 响应式媒体查询 */
@media (max-width: 992px) {
    .cs_header .main_width {
        flex-wrap: wrap;
        height: auto;
        padding: 15px 0;
    }

    .cs_header .logo {
        margin-right: 20px;
        margin-bottom: 10px;
    }

    .cs_header form {
        width: 100%;
        order: 3;
        margin-top: 10px;
    }

    .cs_header .input_group {
        width: 100%;
        max-width: 100%;
    }

    .cs_header .phone_box {
        margin-left: auto;
    }

    .cs_header .link_list {
        width: 100%;
        text-align: center;
        margin-top: 15px;
    }

    .cs_header .link_list .item {
        margin: 0 10px;
width:29%; float:left;
    }

    .cs_nav .main_width {
        flex-wrap: wrap;
    }

    .cs_nav .item {
        flex: 0 0 50%;
        /* 平板两列 */
    }

    .cs_footer .main_width {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 40px 20px;
    }

    .cs_footer .info_list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .cs_footer .info_list .item {
        margin: 5px 15px;
    }

    .cs_footer .link_box {
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 30px;
    }

    .cs_footer .link_box .item {
        margin: 0 20px 20px;
        padding-left: 0;
    }

    .cs_footer .link_box .item:before {
        display: none;
    }

    .cd_confirm {
        width: 300px;
        height: 150px;
        right: 10px;
        bottom: 20px;
    }

    .cd_confirm .tit {
        margin-top: 75px;
        font-size: 14px;
    }

    .cd_confirm .btn {
        padding: 0 10px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    body {
        font-size: 14px;
    }

    .cs_header_top {
        font-size: 12px;
    }

    .cs_header_top .main_width {
        height: auto;
        padding: 8px 0;
    }

    .cs_header .logo {
        margin-right: 0;
        width: 100%;
height:70px;
line-height:70px;
        text-align: center;
        margin-bottom: 10px;
    }

    .cs_header .logo img {
        max-width: 280px;
    }

    .cs_header .phone_box {
        margin-left: 0;
        width: 100%;
        justify-content: center;
        margin-top: 10px;
    }

    .cs_nav .item {
        flex: 0 0 100%;
        /* 手机单列 */
        font-size: 15px;
        height: 45px;
        line-height: 45px;
    }

    .cs_nav .child {
        top: 45px;
    }

    .cs_nav .child .link {
        height: 45px;
        line-height: 45px;
        font-size: 13px;
    }

    .cs_lists .item:before {
        margin-right: 10px;
    }

    .cs_lists .tit {
        padding-right: 15px;
        font-size: 14px;
    }

    .cs_lists .date {
        font-size: 12px;
    }

    .cd_common_list .item .tit {
        font-size: 14px;
        padding-right: 10px;
    }

    .cd_common_list .item .date {
        font-size: 12px;
    }

    .cs_detail {
        padding: 15px;
    }

    .cs_detail .d_tit {
        font-size: 18px;
    }

    .cs_detail .date_box {
        padding: 20px 0 15px;
        font-size: 13px;
    }

    .cs_detail .detail p {
        line-height: 30px;
        font-size: 14px;
        text-indent: 20px;
    }

    /* 移动端隐藏固定侧边栏 */
    .cs_fixed,
    .cd_fixed,
    .cd_fixed1,
    .cd_confirm {
        display: none;
    }
}

@media (max-width: 480px) {
    .cs_header .link_list .item {
        display: block;
        margin: 5px 0;
    }

    .cs_footer .info_list .item {
        margin: 5px 0;
        width: 100%;
    }

    .cs_footer .link_box .item {
        width: 100%;
        margin: 0 0 20px;
    }
}