@charset "utf-8";

.content {
    font-size: 16px;
    color: #000000;
    margin-left: 100px;
}

.content1 {
    font-size: 18px;
    color: #000000;
}

.content1 .ql-align-center {
    display: flex;
    justify-content: center;
}

.ryzz {
    width: 450px;
    height: 550px;

}

.ryzz1 {
    width: 450px;
    height: 550px;



}

.ryzz2 {
    width: 450px;
    height: 550px;



}

body {
    background: red;
}


li {
    list-style: none
}

/* banner */

.c-banner-pc {
    display: none;
}

.c-banner {
    width: 100%;
    position: relative;
}

.c-banner img {
    width: 100%;
}

.c-banner .banner ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}

.c-banner .banner ul li {
    display: none;
    opacity: 0;
}

.c-banner .banner ul li:nth-child(1) {
    opacity: 1;
    display: block;
}

.c-banner .banner ul li img {
    width: 100%;
    position: absolute;
    top: 0px;
}

.c-banner .banner ul li:first-child img {
    position: relative;
}

.c-banner .nexImg,
.c-banner .preImg {
    padding: 25px 10px 25px 10px;
    position: absolute;
    top: 50%;
    margin-top: -53px;
    background: #000000;
    opacity: 0.5;
    border-radius: 5px;
    z-index: 10;
}

.c-banner .nexImg:hover,
.c-banner .preImg:hover {
    opacity: 0.8;
}

.c-banner .nexImg {
    right: 0px;
}

.c-banner .jumpBtn {
    width: 100%;
    position: absolute;
    bottom: 35px;
    text-align: center;
}

.c-banner .jumpBtn ul {
    margin-bottom: 0px;
    padding: 0px;
}

.c-banner .jumpBtn ul li {
    width: 24px;
    height: 5px;
    display: inline-block;
    background-color: white;
    opacity: 0.9;
    margin-left: 10px;
}

.c-banner .jumpBtn ul li:first-child {
    margin-left: 0px;
}

/*====================导航*********/
.header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    height: 54px;
    background: rgba(0, 0, 0, .3);
    border-bottom: 1px solid transparent;
}

.header .container {
    width: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    overflow: visible;
    height: 54px
}

.header .left {
    width: 120px;
}

.header .left img {
    display: block;
    width: 120px;
    height: 33px;
}

.header .left .img2 {
    display: none
}

.header .nav {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    /* height:100%; */
    line-height: 50px;
    display: block;
    margin-left: 50px;
    flex: 1;
}

.header .navbar_nav li {
    float: left;
    position: relative;
    display: block
}

.header .navbar_nav li:after {
    content: "";
    width: 0;
    height: 2px;
    background: #c10505;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease 0s
}

.header .navbar_nav li:hover:after {
    width: 100%
}

.header .navbar_nav li a {
    text-decoration: none;
    height: 100%;
    padding: 0 25px;
    display: block;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    color: #fff;
    font-size: 16px
}

.header .navbar_nav li:hover a {
    color: #e0b03d;
    font-weight: bold;
}

.header .navbar_nav li.dropdown {
    display: inherit;
    position: relative
}

.header .navbar_nav li.dropdown .dropdown_menu {
    display: none;
    position: absolute;
    top: 50px;
    width: 100%;
    background: #fff;
    box-shadow: 0 15px 27px 0 rgba(167, 165, 165, 0.38);
}

.header .navbar_nav li.dropdown .dropdown_menu a {
    font-size: 14px;
    color: #666;
    padding: 0 10px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    margin-bottom: 2px
}

.header .navbar_nav li.dropdown:hover .dropdown_menu {
    display: block;
    background: #f3f3f3;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s
}

.header .navbar_nav li.dropdown:hover .dropdown_menu a {
    color: #666
}

.header .navbar_nav li.dropdown:hover .dropdown_menu a:hover {
    color: #fff;
    background: #e0b03d
}

.header.on {
    background: #F5F5F5;
    border-bottom: 1px solid #ccc
}

.header.on .left .img1 {
    display: none
}

.header.on .left .img2 {
    display: block
}

.header.on .navbar_nav li a {
    color: #333
}

.header.on .navbar_nav li:hover a {
    color: #e0b03d
}

#navToggle {
    display: none
}

.m_nav {
    position: fixed;
    top: 0px;
    box-shadow: 0 15px 27px 0 rgba(167, 165, 165, 0.38);
    width: 100%;
    height: 800px;
    background: #fff;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    z-index: 1000;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    overflow-y: auto;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    top: 0;
    transform: translateX(100%)
}

.m_nav.open {
    transform: translateX(0)
}

.m_nav .top {
    height: 60px;
    padding: 20px;
    box-sizing: border-box
}

.m_nav .top .closed {
    width: 30px;
    height: 30px;
    vertical-align: middle;
    float: right;
    cursor: pointer
}

.m_nav .logo {
    width: 100%;
    margin: 0 auto
}

.m_nav .logo img {
    height: 50px;
    display: block;
    margin: 30px auto
}

.m_nav .ul {
    margin-top: 30px
}

.m_nav .ul li {
    padding: 0 20px;
    border-bottom: 1px solid #f5f5f5;
    transform: translateY(0);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    opacity: 0
}

.m_nav.open .ul li {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.m_nav .ul li:nth-child(1) {
    -webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms
}

.m_nav .ul li:nth-child(2) {
    -webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms
}

.m_nav .ul li:nth-child(3) {
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms
}

.m_nav .ul li:nth-child(4) {
    -webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms
}

.m_nav .ul li:nth-child(5) {
    -webkit-transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms
}

.m_nav .ul li:nth-child(6) {
    -webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms
}

.m_nav .ul li a {
    display: block;
    text-decoration: none;
    color: #333;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    width: 100%;
}

.m_nav .ul li.dropdown a:nth-child(1):not(.dropdown_menu a) {
    background: url('../images/arrow-down.png') right no-repeat;
    background-size: 16px 16px;
}

.m_nav .ul li .dropdown_menu {
    display: none
}

.m_nav .ul li.dropdown.active .dropdown_menu {
    display: block
}

.m_nav .ul li .dropdown_menu a {
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 40px;
    box-sizing: border-box;
    border-bottom: 1px solid #f5f5f5
}

.m_nav .ul li .dropdown_menu a:last-child {
    border: none
}

.banner {
    width: 100%
}

.banner img {
    width: 100%
}

.header .toplink {
    width: 180px;
    height: 64px;
    display: flex;
    align-items: center;
    /* float: right */
}

.ad_box {
    position: relative;
    max-width: 750px;
    width: calc(100% - 30px);
    background: #fff;
    border-radius: 4px;
    left: 0;
    right: 0;
    margin: 0 15px;
    top: -30px;
    z-index: 8;
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.06);
    flex-direction: column;
}

.center_line {
    position: relative
}

.center_line::after {
    content: '';
    width: 1px;
    height: 57px;
    background: #eee;
    position: absolute;
    top: 4px;
    right: 0
}

.ad_box_item {
    width: 100%;
    padding: 0 15px !important;
}

.ad_box_item:nth-child(1) {
    margin-bottom: 20px;
}

.ad_box_item img {
    width: 60px
}

.ad_title {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    line-height: 22px;
    color: #333333
}

.ad_box_item {
    transition: all .7s
}

.ad_box_item:hover {
    transform: translateY(-5px)
}

.ad_text {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 18px;
    color: #999999;
    margin-top: 8px
}

.ad_text a {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 18px;
    color: #999999;
    margin-right: 5px
}

.ad_title:hover {
    color: #c10505;
}

.ad_text a:hover {
    color: #c10505
}

.ad_text div~div {
    margin-left: 5px
}

.section2 {
    position: relative
}

.advantage {
    margin-top: -30px;
    /* height: 780px; */
    background-image: url('../images/advantage_bg.png');
    position: relative
}

.py-80 {
    padding: 25px 0
}

.advantage_content {
    height: 210px;
    margin: 30px auto 0;
    background-image: url('../images/advantage_content_bg.png');
    background-position: center;
    position: relative
}

.advantage_content img {
    display: block;
    width: 170px;
    height: auto;
}


.advantage_content .center {
    width: 491px;
    height: 209px;
    position: absolute;
    left: 50%;
    bottom: 50px;
    background-image: url('../images/center_line.png');
    background-size: cover;
    transform: translateX(-50%)
}

.advantage_content_tit {
    font-size: 22px;
    font-family: PingFang SC;
    font-weight: 600;
    line-height: 20px;
    color: #333333
}

.advantage_content_desc {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 20px;
    color: #666666;
    padding-top: 10px
}

.advantage_content_img {
    width: 84px;
    height: 84px
}

.bushu_aninmate {
    animation: kf-s2t 1.2s linear .8s infinite alternate
}

@keyframes kf-s2t {
    0% {
        transform: translateY(20px)
    }

    100% {
        transform: translateY(0)
    }
}

.kuangjia {
    position: absolute;
    top: 450px;
    left: 440px
}

.zx_diy {
    position: absolute;
    top: 450px;
    right: 460px
}

.ym_code {
    position: absolute;
    bottom: 130px;
    left: 480px
}

.cx_update {
    position: absolute;
    bottom: 130px;
    right: 480px
}

.dl_bushu {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 650px
}

.section5 {
    /* padding-top: 60px; */
    /* height:725px; */
    background-image: url('../images/section7_bg.png')
}

.section5 .slider {
    height: auto;
    margin-top: 20px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.section5 .slider_item {
    width: 48%;
    height: 65px;
    box-shadow: 0px 3px 10px rgba(5, 36, 82, 0.13)
}

.section5 .slider_icon {
    width: 50px;
    height: 50px
}

.section5 .slider_num {
    font-size: 24px;
    font-weight: bold;
    color: #000
}

.section5 .slider_desc {
    font-size: 15px;
    font-family: PingFang SC;
    font-weight: 600;
    line-height: 25px;
    color: #444444
}

.section5 .map {
    width: 100%;
    height: 265px;
    margin: 0;
    background-image: url('../images/map1.png');
    background-size: cover;
    position: relative
}

.section5 .map_star {
    width: 100%;
    height: 265px;
    position: absolute;
    top: 0;
    left: 0;
    animation: fadeIn 1.5s linear 1.5s infinite alternate
}

.m-b-20 {
    margin-bottom: 20px
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.section7 {
    background-size: cover
}

.py-50 {
    padding: 50px 0 50px
}

.m-t-52 {
    margin-top: 25px
}

.h-80 {
    height: 45px
}

.m-t-40 {
    margin-top: 20px
}

.scroll_x img {
    box-shadow: 0px 5px 12px rgba(121, 148, 193, 0.1)
}

.row_left_animation {
    animation: 10s rowup-left linear infinite normal
}

.row_right_animation {
    animation: 10s rowup-right linear infinite normal
}

@keyframes rowup-left {
    0% {
        transform: translate3d(0, 0, 0)
    }

    100% {
        transform: translate3d(-160px, 0, 0)
    }
}

@keyframes rowup-right {
    0% {
        transform: translate3d(0, 0, 0)
    }

    100% {
        transform: translate3d(160px, 0, 0)
    }
}

.scroll_x {
    width: 100%;
    overflow: hidden
}

.mask_left {
    position: absolute;
    top: 170px;
    left: 0;
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, #fff 100%);
    z-index: 6;
    width: 158px;
    height: 450px
}

.mask_right {
    position: absolute;
    top: 170px;
    right: 0;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 100%);
    z-index: 6;
    width: 158px;
    height: 450px
}

.section8 {
    /* height:760px; */
    background-image: url('../images/index_news_bg.png');
    background-size: cover
}

#tab1 {
    width: 100%;
    height: 50px;
    margin: 0 auto;
}

#tab1 li {
    float: left;
    width: 50%;
    font-size: 16px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
    background: #f9d96b;
    color: #c29c17
}

.fixed-image {
    position: fixed; /* 使图片固定在窗口的指定位置 */
    bottom: 160px;   /* 距离底部10像素 */
    right: -80px;    
    width: 150px;   /* 设置图片宽度 */
    height: auto;   /* 图片高度自动调整 */
    z-index: 9;
  }

#tab1 li.now {
    color: #fff;
    font-weight: bold;
    background: #c10505;
}

#tab1 li.now a {
    color: #fff;
}

.tablist {
    width: 100%;
    height: auto;
    display: none;
    padding-top: 0px
}

.tablist li {
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
}

.block {
    display: block
}

.leftbox {
    width: 120px;
    height: 90px;
    overflow: hidden;
    margin-right: 15px;
}

.leftbox img {
    display: block;
    width: 100%;
    height: 100%;
}

.rightbox {
    flex: 1;
    overflow: hidden;
    color: #9F9F9F;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.rightbox .nbt {
    display: block;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.rightbox .nnr {
    line-height: 20px;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.rightbox .time {
    font-size: 12px;
    margin-bottom: 0;
}

.footer-awords {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1000;
    width: 100%;
    height: 101px;
    background: url('../images/activity-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .9;
    color: #fff
}

.foote-awords-slider {
    width: 1213px;
    height: 130px;
    margin: -29px auto;
    position: relative;
    background: url('../images/activity_1.png');
    background-repeat: no-repeat;
    background-size: cover
}

.foote-awords-slider-item {
    align-items: center
}

.foote-awords-slider-item img {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 34px;
    right: 150px;
    cursor: pointer
}

.foote-awords-slider-item-content {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 24px;
    color: #FFFFFF;
    text-align: left
}

.item1 span {
    font-size: 22px;
    font-family: PingFang SC-中黑体, PingFang SC;
    font-weight: normal
}

.item1 .info {
    margin-right: 14px
}

.item2 span {
    font-size: 35px
}

.footer-awords .item2 {
    width: 1200px;
    height: 148px;
    color: #FFE003;
    line-height: 26px;
    font-family: PingFang SC-常规体, PingFang SC;
    font-weight: normal;
    font-size: 35px
}

.fonts {
    color: #FFFFFF;
    font-family: PingFang SC-中黑体, PingFang SC;
    font-weight: bold
}

.p-b-40 {
    padding-bottom: 40px
}

.p-t-15 {
    padding-top: 15px
}

.p-t-40 {
    padding-top: 40px
}

.p-t-80 {
    padding-top: 80px
}

.p-l-28 {
    padding-left: 28px
}

.p-l-20 {
    padding-left: 15px
}

.p-l-50 {
    padding-left: 30px
}

.m-b-60 {
    margin-bottom: 60px
}

.m-b-20 {
    margin-bottom: 20px
}

.m-l-26 {
    margin-left: 20px;
}

.w-28 {
    width: 28px;
}

.h-14 {
    height: 14px;
}

.p-t-20 {
    padding-top: 20px;
}

.p-t-44 {
    padding-top: 20px;
}

.p-b-34 {
    padding-bottom: 10px;
}

.m-r-10 {
    margin-right: 10px;
}

.nbanner {
    width: 100%;
    height: auto
}

.nbanner img {
    width: 100%
}

.nbanner img:nth-child(1) {
    display: none;
}

.nbanner img:nth-child(2) {
    display: block;
}

.nbox {
    width: 100%;
    height: auto;
    /* padding-top: 15px; */
    background: #f9f9f9
}

.nbox .nrbox {
    /* padding-top: 30px; */
    /* padding-bottom: 30px; */
    height: auto
}

.nbox .nrbox .bt {
    font-size: 16px;
    font-weight: bold;
    height: 50px;
}

.page {
    width: 100%;
    margin-top: 25px;
    font-size: 14px;
    font-family: "微软雅黑";
    border-radius: 10px;
    text-align: center;
    margin-bottom: 0
}

.page a {
    margin: 0 10px;
    padding: 5px 12px;
}

.page a:hover,
.page .xz {
    color: #FFFFFF;
    background: #c10505
}

.newsbt {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 24px
}

.newsfbt {
    font-size: 14px;
    text-align: center;
    height: 45px;
    line-height: 45px;
    color: #878787
}

.newsbox {
    padding: 20px 0;
    font-size: 14px;
    line-height: 30px
}

.newsbox img {
    display: block;
    width: 100%;
}

.newsfy {
    height: 30px;
    line-height: auto
}

@media screen and (max-width:767px) {
    .header {
        /* background-color: #000; */
    }

    .header .nav,
    .header .toplink {
        display: none
    }

    .header .container:before,
    .header .container:after {
        display: none !important;
    }

    .header #navToggle {
        height: 100%;
        padding: 8px 15px;
        margin-right: -15px;
        display: inline-block;
    }

    .header #navToggle span {
        position: relative;
        width: 25px;
        height: 1px;
        margin-top: 19px
    }

    .header #navToggle span:before,
    .header #navToggle span:after {
        content: '';
        position: relative;
        width: 100%;
        height: 1px;
        left: 0
    }

    .header #navToggle span,
    .header #navToggle span:before,
    .header #navToggle span:after {
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        display: block;
        background: #fff
    }

    .header.on #navToggle span,
    .header.on #navToggle span:before,
    .header.on #navToggle span:after {
        background: #4f4f4f;
    }

    .header #navToggle span:before {
        top: 8px
    }

    .header #navToggle span:after {
        bottom: 10px
    }

    .header #navToggle.open span:before {
        top: 10px;
        -webkit-transform: translateY(-11px) rotate(-45deg);
        -moz-transform: translateY(-11px) rotate(-45deg);
        -ms-transform: translateY(-11px) rotate(-45deg);
        -o-transform: translateY(-11px) rotate(-45deg);
        transform: translateY(-11px) rotate(-45deg)
    }

    .header #navToggle.open span:after {
        bottom: 12px;
        -webkit-transform: translateY(10px) rotate(45deg);
        -moz-transform: translateY(10px) rotate(45deg);
        -ms-transform: translateY(10px) rotate(45deg);
        -o-transform: translateY(10px) rotate(45deg);
        transform: translateY(10px) rotate(45deg)
    }

    .header #navToggle.open span {
        background: none
    }

    .header #navToggle.open span:before,
    .header #navToggle.open span:after {
        background: #4f4f4f
    }
}

.m_toplink {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.m_toplink a {
    display: block;
    width: 40%;
    height: 40px;
    border: 1px solid rgba(193, 5, 5, .3);
    text-align: center;
    line-height: 40px;
    background: #fff;
    border-radius: 20px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #c10505;
    cursor: pointer;
}

.m_toplink a:nth-child(1) {
    margin-right: 40px;
}

.member {
    flex-direction: column;
}

/* 新增内页布局 */
/* 01 */
.picon-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    margin-bottom: 15px;
}

.picon-wrap li {
    /* border: 1px solid #ddd; */
    /* border-radius: 10px; */
    /* padding: 15px; */
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.picon-wrap li .img {
    display: block;
    width: 60px;
    height: 60px;
}

.picon-wrap li .info {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.picon-wrap li .title {
    font-size: 16px;
    font-weight: bold;
}

.picon-wrap li .desc {
    font-size: 14px;
    line-height: 26px;
    /* overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; */
}

/* 02 */
.picon-wrap2 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.picon-wrap2 li {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    /* justify-content: center; */
    margin-bottom: 15px;
}

.picon-wrap2 li .img {
    display: block;
    width: 70px;
    height: 70px;
}

.picon-wrap2 li .info {
    margin-left: 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.picon-wrap2 li .title {
    font-size: 16px;
    font-weight: bold;
}

.picon-wrap2 li .desc {
    font-size: 14px;
    line-height: 26px;
    /* overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;*/
}

/* 03 */
.intro-wrap {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
}

.intro-wrap ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.intro-wrap ul li {
    display: flex;
    flex-direction: row;
    align-items: center;
    /* justify-content: center; */
    margin-bottom: 15px;
}

.intro-wrap ul li .img {
    display: block;
    width: 70px;
    height: 70px;
}

.intro-wrap ul li .info {
    margin-left: 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.intro-wrap ul li .title {
    font-size: 16px;
    font-weight: bold;
}

.intro-wrap ul li .desc {
    font-size: 14px;
    line-height: 26px;
    /* overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; */
}

.intro-wrap .intro-img {
    width: 100%;
}

.intro-wrap .intro-img img {
    display: block;
    width: 100%;
}



.rzbt {
    padding-top: 20px;
    font-size: 2rem;
    font-weight: bold;
}

.rzbt>span {
    color: #c29c17
}

.cbp_tmtimeline {
    margin: 30px 0 0 0;
    padding: 0;
    list-style: none;
    position: relative;
}

/* The line */
.cbp_tmtimeline:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 10px;
    background: #efa8a8;
    left: 9%;
    margin-left: -10px;
}

.cbp_tmtimeline>li {
    position: relative;
}


/* Right content */
.cbp_tmtimeline>li .cbp_tmlabel {
    margin: 0 0 15px 20%;
    background: #c10505;
    color: #fff;
    padding: 1em 2em;
    font-size: 1em;
    font-weight: 300;
    line-height: 1.4;
    position: relative;
    border-radius: 5px;
}

.cbp_tmtimeline>li .cbp_tmlabel img {
    width: 60px;
}

.cbp_tmtimeline>li .cbp_tmlabel h2 {
    margin-top: 0px;
    padding: 15px 0 15px 0;
    font-size: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

/* The triangle */
.cbp_tmtimeline>li .cbp_tmlabel:after {
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #c10505;
    border-width: 10px;
    top: 10px;
}



/* The icons */
.cbp_tmtimeline>li .cbp_tmicon {
    width: 30px;
    height: 30px;
    position: absolute;
    color: #fff;
    background: #c10505;
    border-radius: 50%;
    box-shadow: 0 0 0 8px #efa8a8;
    left: 10%;
    top: 0;
    margin: 0 0 0 -25px;
    text-align: center;
    font-size: 1.5rem;
    line-height: 30px;
}

.rze {
    width: 100%;
    margin: 15px 0;
    background: #fff;
    text-align: center
}

.rze img {
    text-align: center
}

.bread {
    width: 1240px;
    height: 24px;
    margin: 0 auto;
    padding-top: 19px;

    .type-name {
        display: inline-block;
    }

    .type-name a {
        font: 400 14px/24px PingFangSC-Regular，PingFang SC;
        color: #222222;
    }

    .type-name+.type-name : before {
        content: ">\00ao";
    }

    .type-name : last-child a {
        font: 400 14px/24px PingFangSC-Regular，PingFang SC;
        color: #07cd5a; //控制最后一个li的颜色和前面不同
    }

    .type-name : hover {

        //鼠标滑过效果
        a {
            font: 400 14px /24px PingFangSC-Regular，PingFang SC;
            color: #07cd5a;
        }
    }
}

//分页样式
.demo-image {
    width: 100%;

}

.M-box,
.M-box1,
.M-box2,
.M-box3,
.M-box4 {
    margin-left: 0px;
    margin-bottom: 0px;
    zoom: 1;
    position: relative;
    text-align: center;

}

.M-box:before,
.M-box:after,
.M-box1:before,
.M-box1:after,
.M-box2:before,
.M-box2:after,
.M-box3:before,
.M-box3:after,
.M-box4:before,
.M-box4:after {
    content: "";
    display: table;

}

.M-box:after,
.M-box1:after,
.M-box2:after,
.M-box3:after,
.M-box4:after {
    clear: both;
    overflow: hidden;

}

.M-box span,
.M-box1 span,
.M-box2 span,
.M-box3 span,
.M-box4 span {
    float: left;
    margin: 5px;
    width: 18px;
    height: 38px;
    line-height: 38px;
    color: #000;
    font-size: 14px;

}

.M-box .active,
.M-box1 .active,
.M-box2 .active,
.M-box3 .active,
.M-box4 .active {
    float: left;
    margin: 0 5px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    background: #CC0000;
    color: #fff;
    font-size: 14px;
    border: 1px solid #808080;

}

.M-box a,
.M-box1 a,
.M-box2 a,
.M-box3 a,
.M-box4 a {
    float: left;
    margin: 0 5px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    background: #fff;
    border: 1px solid #ebebeb;
    color: #000;
    font-size: 14px;

}

.M-box a:hover,
.M-box1 a:hover,
.M-box2 a:hover,
.M-box3 a:hover,
.M-box4 a:hover {
    color: #fff;
    background: #ff9933;

}

.M-box .next,
.M-box .prev,
.M-box1 .next,
.M-box1 .prev {
    font-family: "Simsun";
    font-size: 16px;
    font-weight: bold;

}

.now,
.count {
    padding: 0 5px;
    color: #f00;

}

.eg img {
    max-width: 800px;
    min-height: 500px;

}

input {
    float: left;
    margin: 0 5px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: #fff;
    border: 1px solid #ebebeb;
    outline: none;
    color: #bdbdbd;
    font-size: 14px;

}