@charset "utf-8";
.dynamics-box {
    background: url("../images/twobgc.png") no-repeat;
    background-size: 100% 100%;
}

.dynamics {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 50px 0;
}

.dynamics-item {
    width: 575px;
    height: 355px;
    background-color: #ffffff;
    /*box-shadow: 0px 0px 8px 0px*/
    /*rgba(126, 0, 2, 0.3);*/
    border-radius: 10px;
    border: solid 1px #ffffff;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.05);
}

.dynamics-title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    /*background-image: linear-gradient(0deg,*/
    /*#ffffff 0%,*/
    /*rgba(198, 29, 32, 0.2) 100%);*/
    padding: 0 25px;
    margin-bottom: 5px;
}

.dynamics-title b {
    font-size: 24px;
    letter-spacing: 1px;
    color: #333333;
    padding-left: 15px;
    position: relative;
}

.dynamics-title b:before {
    position: absolute;
    top: 2px;
    left: 0;
    content: '';
    width: 6px;
    height: 28px;
    background-image: linear-gradient(0deg,
    #c61d20 0%,
    #e88e28 100%);
}

.dynamics-title a {
    font-size: 14px;
    letter-spacing: 1px;
    color: #c61d20;
}

.dynamics-list {
    width: 100%;
    height: 250px;
    padding: 0 25px;
    overflow: hidden;
}

.dynamics-list a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 23px;
}

.dynamics-list a p {
    flex: 1;
    font-size: 16px;
    color: #333333;
    margin-right: 50px;
    padding-left: 13px;
    position: relative;
}

.dynamics-list a p:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #333333;
    left: 0;
    top: 9px;
}

.dynamics-list a span {
    font-size: 16px;
    color: #333333;
}

.donghu {
    width: 100%;
    height: 750px;
    background: url("../images/bgc4.png") no-repeat;
    background-size: 100% 100%;
}

.dh-logo {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 36px;
    letter-spacing: 2px;
    color: #ffffff;
    font-weight: bold;
    padding-top: 120px;
}

.dh-logo img {
    margin-right: 15px;
}

.service {
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 458px;
    background-color: rgba(255, 255, 255, .8);
    box-shadow: 0px 0px 8px 0px rgba(31, 41, 33, 0.4);
    border-radius: 10px;
    padding: 0 20px;
    margin-top: 50px;
}

.service-item {
    width: 50%;
    padding: 50px 25px;
}

.service-title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.service-title b {
    width: 164px;
    height: 44px;
    background: url("../images/titbgc.png") no-repeat;
    background-size: 100% 100%;
    padding-left: 17px;
    line-height: 44px;
    font-size: 24px;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: bold;
}

.service-title a {
    font-size: 14px;
    letter-spacing: 1px;
    color: #c61d20;
}

.service-list {
    width: 100%;
    height: 325px;
    overflow: hidden;
    padding-top: 30px;
}

.service-list a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

.service-list a p {
    flex: 1;
    font-size: 16px;
    color: #333333;
    margin-right: 50px;
    padding-left: 13px;
    position: relative;
}

.service-list a p:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #333333;
    left: 0;
    top: 9px;
}

.service-list a span {
    font-size: 16px;
    color: #333333;
}

.xiaoqin {
    width: 100%;
    height: 1082px;
    background: url('../images/bgc5.png') no-repeat;
    background-size: 100% 100%;
    padding: 70px 0;
}

.title {
    width: 100%;
    font-size: 36px;
    letter-spacing: 2px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
}

.xq-flex {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
}

.xq-img {
    width: 548px;
}

.xq-img img {
    width: 100%;
}

.xq-box {
    width: 600px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}


.xq-item {
    width: 600px;
    height: 403px;
    background-color: #ffffff;
    border-radius: 10px;
    border: solid 1px #ffffff;
}

.xq-title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    padding: 0 25px;
    margin-bottom: 5px;
}

.xq-title b {
    font-size: 24px;
    letter-spacing: 1px;
    color: #333333;
    padding-left: 15px;
    position: relative;
}

.xq-title b:before {
    position: absolute;
    top: 2px;
    left: 0;
    content: '';
    width: 6px;
    height: 28px;
    background-image: linear-gradient(0deg,
    #c61d20 0%,
    #e88e28 100%);
}

.xq-title a {
    font-size: 14px;
    letter-spacing: 1px;
    color: #c61d20;
}

.xq-list {
    width: 100%;
    height: 290px;
    padding: 0 25px;
    overflow: hidden;
}

.xq-list a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 23px;
}

.xq-list a p {
    flex: 1;
    font-size: 16px;
    color: #333333;
    margin-right: 50px;
    padding-left: 13px;
    position: relative;
}

.xq-list a p:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #333333;
    left: 0;
    top: 9px;
}

.xq-list a span {
    font-size: 16px;
    color: #333333;
}

.yujing {
    width: 100%;
    padding: 70px 0;
}

.tex {
    width: 100%;
    text-align: center;
    font-size: 16px;
    letter-spacing: 1px;
    color: #666666;
    padding-bottom: 5px;
}

.yj-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 60px;
}

.yj-tex {
    width: 725px;
}

.yj-tex > p {
    width: 100%;
    font-size: 18px;
    color: #666666;
    line-height: 34px;
    text-indent: 36px;
}

.yj-ite {
    width: 100%;
    height: 190px;
    margin-top: 40px;
}

.yj-ite .yj-item {
    width: 353px;
    height: 90px;
    background-color: #d74b4b;
    padding: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    float: left;
}

.yj-ite .yj-item.bg {
    margin-top: 10px;
    background-color: #5e99d0;
}

.yj-ite .yj-item img {
    margin-right: 10px;
}

.yj-ite .yj-item p {
    flex: 1;
    width: 0;
}

.yj-ite .yj-item p b {
    display: block;
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
}

.yj-ite .yj-item p span {
    font-size: 14px;
    display: block;
    color: #ffffff;
    padding-top: 5px;
}

.yj-ite .yj-item2 {
    width: 360px;
    height: 190px;
    background-color: #e9b74d;
    float: right;
    padding: 0 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.yj-ite .yj-item2 p {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
}

.yj-ite .yj-item2 p img {
    margin-right: 10px;
}

.yj-ite .yj-item2 div {
    font-size: 14px;
    color: #ffffff;
    line-height: 24px;
    padding-top: 10px;
}

.yj-ite .yj-item2 div text {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.yj-ite .yj-item2 div i {
    width: 1px;
    height: 10px;
    background-color: #FFFFFF;
    margin: 0 10px;
}

.crm {
    width: 100%;
    height: 736px;
    background-color: #f4f4f4;
    padding: 70px 0;
}

.crm-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 60px;
}

.crm-item {
    width: 485px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.crm-box p {
    width: 237px;
    height: 168px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 15px;
}

.crm-box p img {
    display: block;
    margin: 0 auto;
}

.crm-box p span {
    width: 100%;
    font-size: 18px;
    letter-spacing: 1px;
    color: #333333;
    text-align: center;
    padding-top: 10px;
}

.menber {
    padding: 70px 0;
}

.menber-img {
    width: 100%;
    padding-top: 70px;
}

.menber-img img {
    display: block;
    margin: 0 auto;
}

.two {
    width: 100%;
    height: 872px;
    padding: 50px 0;
    /*background: url("../images/twobgc.png") no-repeat;*/
    /*background-size: 100% 100%;*/
    background: white;
    padding-bottom: 20px;
}

.two-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.two-item {
    width: 590px;
    height: 381px;
    background-color: #ffffff;
    /*border: solid 1px #f7a46b;*/
    border: 1px solid #f1f2f2;
    border-radius: 8px;
    padding: 15px 20px;
    margin-bottom: 20px;

}

.two-title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*padding-top: 10px;*/
    background: #f4f5f6;
    border-radius: 2px;
}

.two-title a {
    font-size: 14px;
    color: #c61d20;
    letter-spacing: 1px;
    margin-right: 5px;
}

.two-title div {
    background: white;
    padding-right: 10px;
    width: 130px;
    background:
            linear-gradient(-60deg, transparent 52px, #ffffff 0) bottom left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-color: #f4f5f6;
}

.two-title img{
    width: 50px;
}

.two-title b {
    font-size: 24px;
    letter-spacing: 1px;
    color: #333333;
    padding-left: 15px;
    position: relative;
}

.two-title b:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 6px;
    height: 27px;
    background-image: linear-gradient(0deg,
    #c61d20 0%,
    #e88e28 100%);
}

.two-box {
    width: 100%;
    height: 140px;
    background: url("../images/two7.png") no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
}

.two-box .two-b {
    font-size: 26px;
    color: #ffffff;
    font-weight: bold;
    width: 100%;
    text-align: center;
}

.two-box .two-p {
    padding: 0 20px;
    height: 28px;
    border-radius: 14px;
    background-color: #ea6101;
    font-size: 18px;
    letter-spacing: 1px;
    color: #ffffff;
    margin: 0 auto;
    margin-top: 10px;
}

.two-news {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    padding-top: 10px;
}

.two-news-img {
    width: 186px;
    height: 140px;
    margin-right: 15px;
    border-radius: 5px;
    overflow: hidden;
}

.two-news-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.two-news-tex {
    flex: 1;
    width: 0;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 5px 0;
}

.two-news-tex h3 {
    width: 100%;
    font-size: 20px;
    color: #333333;
    font-weight: bold;
}

.two-news-tex p {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
}

.two-news-tex a {
    width: 96px;
    height: 28px;
    background-color: #f1f1f1;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
    color: #666666;
}

.video-list {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    padding: 20px;
    background: #fef0ef;
}

.video-list > div {
    width: calc((100% - 100px) / 5);
    /*height: 140px;*/
    margin-right: 25px;
}

.video-list > div:nth-child(5n) {
    margin-right: 0;
}

.video-list > div a video {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.video-list > div a {
    width: 100%;
    /*min-height: 180px;*/
    display: block;
    position: relative;
}

.video-list > div a p {
    font-size: 14px;
    color: black;
    letter-spacing: 1px;
    font-weight: 500;
    margin-top: 10px;
}

.video-list > div a .tu {
    width: 100%;
    height: 145px;
    object-fit: cover;
}

.video-list > div a .play {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    margin-top: -25px;
    margin-left: -25px;
}

.card_main {
    background: white;
}


.card_box {
    width: 1200px;
    padding: 30px 0;
    margin: 0 auto;
}

.type_list {
    height: 40px;
}

.type_list_item {
    cursor: pointer;
    height: 100%;
    line-height: 40px;
}

.type_list_item_line {
    height: 15px;
    width: 1px;
    background: #cccccc;
    margin: 0 20px;
}

.type_list_item_active {
    color: #c61d20;
    font-weight: bold;
}

.type_list_item_active:after {
    content: "";
    display: block;
    width: 80%;
    height: 3px;
    position: relative;
    bottom: 10%;
    left: 10%;
    background: #c61d20;
}

.card_list_box {
    display: flex;
    flex-wrap: wrap;
}

.card_list_item {
    width: 380px;
    margin-right: 30px;
    margin-top: 30px;
    cursor: pointer;
}

.card_list_item:nth-child(3n) {
    margin-right: 0;
}

.card_list_item_image, .card_list_item_image img {
    width: 100%;
    height: 240px;
}

.card_list_item_name {
    white-space: nowrap; /* 确保文本在一行内显示 */
    overflow: hidden; /* 隐藏超出容器的文本 */
    text-overflow: ellipsis; /* 使用省略符号表示被截断的文本 */
    font-size: 16px;
    padding: 5px;
    margin-top: 10px;
}

.more_btn {
    width: 150px;
    height: 40px;
    color: #c61d20;
    border: 1px solid #c61d20;
    border-radius: 160px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    margin: 30px auto;
    cursor: pointer;
}


























