@import 'base.css';

/* 首页-导航 */
/* pc */
.header .pc {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.5);
    z-index: 999;
    transition: all 0.36s;
    z-index: 99;
    box-shadow: 0px 0px 10px 1px #ebedf2;
}

.PH_banner {
    display: none;
}

.header .pc .pc_nav {
    width: 1600px;
    margin: 0 auto;

}

.pc_nav .nav_left {
    width: 448px;
}

.pc_nav .nav_left a {
    display: block;
    line-height: 100px;
}

.pc_nav .nav_left img {
    width: 100%;
}

.pc_nav .nav_right ul li {
    float: left;
    position: relative;
}

.pc_nav .nav_right ul li::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    width: 0%;
    bottom: 0;
    background: #c91c1d;
    transition: all 0.36s;
}

.pc_nav .nav_right ul li a {
    font-size: 18px;
    font-family: 'Noto Sans SC';
    /* Noto Sans SC */
    font-family: "Noto Sans SC";
    color: #333333;
    line-height: 100px;
    text-align: center;
    display: inline-block;
    padding: 0 27px;
    transition: all 0.36s;
}

.pc_nav .nav_right ul li:hover::after {
    width: 100%;
}

.pc_nav .nav_right ul li:hover a {
    color: #c91c1d;
}

.pc_nav .nav_right ul .active a {
    color: #c91c1d;
}

.pc_nav .nav_right ul .active::after {
    width: 100%;
}

.pc_nav .nav_right ul li .sub_list {
    position: absolute;
    top: 100px;
    width: 200px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}

.pc_nav .nav_right ul li .sub_list ul {
    background: #fff;

    border-radius: 4px;
}

.pc_nav .nav_right ul li .sub_list li {
    display: block;
    float: none;
    padding: 2px 20px;
}

.pc_nav .nav_right ul li .sub_list li a {
    line-height: 35px;
    color: #333;
    width: 100%;
    display: block;
    padding: 0;
    text-align: center;
    font-size: 16px;

}

.pc_nav .nav_right ul li .sub_list li a:hover {
    color: #c91c1d;
}

.pc_nav .nav_right ul li .sub_list li::after {
    width: 0%;
}

.header .NavAct {
    background: #fff;
}

/* ph */
.ph_nav .nav_box .logo {
    float: left;
}

.ph_nav .nav_box .nav-btn {
    display: block;
    float: right;
    width: 60px;
    height: 60px;
    position: relative;
}

.ph_nav .nav_box .nav-btn .line {
    width: 24px;
    height: 2px;
    background: #000;
    display: block;
    position: absolute;
    left: 18px;
    transition: all 0.3s;
    transform-origin: left center;
}

.ph_nav .nav_box .nav-btn .line-top {
    top: 21px;
}

.ph_nav .nav_box .nav-btn .line-middle {
    top: 29px;
}

.ph_nav .nav_box .nav-btn .line-bottom {
    top: 38px;
}

.ph_nav .menu-on .line-top {
    transform: rotateZ(45deg)
}

.ph_nav .menu-on .line-middle {
    opacity: 0;
}

.ph_nav .menu-on .line-bottom {
    transform: rotateZ(-45deg)
}

.ph_nav {
    height: 60px;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px 1px #ebedf2;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    display: none;
    z-index: 999;

}

.ph_nav .nav_box {
    padding-left: 10px;
    box-sizing: border-box;
}

.ph_nav .nav_box .logo {
    width: 252px;
    line-height: 60px;
}

.ph_nav .nav_box .logo img {
    width: 100%;
    vertical-align: middle;
}

.ph_nav_list .ph_navList {
    border-bottom: 1px solid #ccc;
    position: relative;
}

.ph_nav_list .act>a {
    color: #c91c1d !important;
}

.ph_nav_list .ph_navList a {
    display: inline-block;
    padding: 20px 10px;
    box-sizing: border-box;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    position: relative;
    font-family: 'Noto Sans SC';
}

.ph_nav_list {
    background: #fff;
    position: relative;
    padding-bottom: 30px;
    display: none;
}

.ph_nav_list ul {
    max-height: calc(100vh - 60px);
    overflow-y: scroll;
}

.ph_navList .nav_dd {
    position: absolute;
    display: block;
    right: 20px;
    top: 20px;
    width: 15px;
    height: 15px;
}

.ph_navList .nav_dd::before {
    content: '';
    height: 2px;
    width: 100%;
    background: #333;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.ph_navList .nav_dd::after {
    content: '';
    height: 100%;
    width: 2px;
    background: #333;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.ph_navList .subl_list li {
    border-top: 1px solid #ccc;
}

.ph_navList .subl_list {
    display: none;
}

.ph_navList .subl_list li a {
    font-size: 14px;
    font-weight: normal;
}

.ph_navList .act::after {
    height: 0;
}

.ph_nav_height {
    height: 60px;
    display: none;
}

@media (max-width: 1200px) {
    .chao_nav {
        display: none
    }

    .ph_nav {
        display: block
    }

    .ph_nav_height {
        display: block
    }

    div#component_GVUAeSboEvTO {
        display: block !important;
    }

    .frontend-body-canvas #backstage-headArea.hideForMobile {
        display: block;
    }
}

/* 首页 banner */
.banner {
    /* position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0; */
}

.banner .banner_item {
    position: relative;
    /* height: 980px; */
    width: 100%;
}

.banner .banner_item .banner_img {
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.banner .banner_item .banner_img img {
    width: auto;
    height: auto;
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
}

.banner .banner_box .slick-dots {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
}

.banner .banner_box .slick-dots li button::before {
    width: 10px;
    height: 10px;
    content: '';
    border-radius: 50%;
    opacity: 1;
    border: 1px solid #fff;
}

.banner .banner_box .slick-dots .slick-active button::before {
    background: #c91c1d;
}

#PH_banner {
    display: none;
}

.banner .slick-dotted.slick-slider {
    margin-bottom: 0;
}

/* 首页 关于我们 */
.Mcontent {
    /* margin-top: 100vh; */
    /* margin-bottom: 880px; */
    z-index: 2;
    position: relative;
    background: #fff;
    /* border: 1px solid rgba(0, 0, 0, 0); */

}

.Mcontent .index_about {
    background-position: top center;
    background-repeat: no-repeat;
    padding: 95px 0px;
    padding-bottom: 110px;
    background-size: cover;
    /* position: relative; */
    /* top: -40px; */
}

.m_content {
    width: 1600px;
    margin: 0 auto;
}

.index_about .about_left {
    width: calc(100% - 821px);
    padding-right: 90px;
}

.index_about .about_right {
    width: 821px;
}

.about_right_img {
    /* position: absolute;
    top: -90px; */
}

.index_about .about_right img {
    width: 100%;
}

.m_content .index_title p {
    font-size: 30px;
    color: #cccccc;
    font-family: 'arialll';
    line-height: 34px;
    letter-spacing: 1px;
}

.m_content .index_title h1 {
    font-size: 40px;
    font-weight: bolder;
    font-family: 'Noto Sans SC';
    line-height: 44px;
    color: #333;
}

.index_about .about_left_text {
    margin-top: 55px;
}

.index_about .about_left_text h1 {
    font-size: 18px;
    font-family: 'Noto Sans SC';
    line-height: 24px;
    color: #c91c1d;
    font-weight: bold;
    margin-bottom: 10px;
}

.index_about .about_left_text p {
    font-family: 'Noto Sans SC';
    font-size: 16px;
    line-height: 2;
    color: #666;
}

.index_about .about_left_num {
    margin-top: 40px;
}

.index_about .about_left_num .num_item {
    float: left;
}

.index_about .about_left_num .num_item h1 {
    font-size: 50px;
    color: #c91c1d;
    font-family: 'Noto Sans SC';
    font-weight: bold;
}

.index_about .about_left_num .num_item .add {
    font-size: 30px;
    font-weight: normal;
}

.index_about .about_left_num .num_item p {
    font-size: 14px;
    font-family: 'Noto Sans SC';
    line-height: 18px;
    color: #666;
    margin-top: 13px;
}

.index_about .about_left_num .num_item+.num_item {
    margin-left: 75px;
}

.index_about .ablut_left_more {
    margin-top: 50px;
}

.index_about .ablut_left_more a {
    background: #c91c1d;
    display: inline-block;
    padding: 0 25px;
}

.index_about .ablut_left_more a p {
    font-size: 14px;
    font-family: 'Noto Sans SC';
    line-height: 45px;
    color: #fff;
    display: inline-block;
}

.index_about .ablut_left_more a span {
    display: inline-block;
    line-height: 45px;
    padding-left: 70px;
}

.index_about .ablut_left_more a span img {
    width: 14px;
}

/* 首页 业务领域 */
.index_business {
    background-position: top center;
    background-repeat: no-repeat;
    padding: 100px 0;
    background-size: cover;
}

.index_business .m_content .business_title p {
    font-size: 30px;
    font-family: 'Arialll';
    color: #fff;
    text-align: center;
    line-height: 34px;
    margin-bottom: 3px;
}

.index_business .m_content .business_title h1 {
    font-size: 40px;
    color: #c91c1d;
    line-height: 44px;
    font-family: 'Noto Sans SC';
    font-weight: bolder;
    text-align: center;
}

.index_business .m_content .business_text {
    color: #fff;
    width: 1200px;
    margin: 0 auto;
    margin-top: 75px;
}

.index_business .m_content .business_text p {
    color: #fff;
    font-family: 'Noto Sans SC';
    font-size: 16px;
    line-height: 30px;
    text-align: center;
}

.index_business .m_content .business_content {
    margin-top: 105px;
}

.index_business .m_content .business_content .business_item {
    float: left;
    width: 25%;
    padding: 0 6px;
}

.index_business .m_content .business_content .business_item .item_text {
    position: relative;
    z-index: 1;
    padding: 40px 20px;
}

.index_business .m_content .business_content .business_item .item_text .item_icon {
    width: 72px;
    margin: 0 auto;
}

.index_business .m_content .business_content .business_item .item_text .item_icon img {
    width: 100%;
}

.index_business .m_content .business_content .business_item .item_text h1 {
    font-size: 24px;
    color: #fff;
    font-family: 'Noto Sans SC';
    line-height: 28px;
    text-align: center;
    margin-top: 20px;
    max-height: 28px;
}

.index_business .m_content .business_content .business_item .item_cont {
    position: relative;
    padding: 0 10px;
}

.index_business .m_content .business_content .business_item .item_text p {
    font-size: 14px;
    line-height: 24px;
    font-family: 'Noto Sans SC';
    color: #fff;
    margin-top: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}


.index_business .m_content .business_content .business_item .item_bg {
    background: rgba(255, 255, 255, .1);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.index_business .m_content .business_content .business_item_box .slick-dots {
    position: absolute;
    bottom: -40px;
}

.index_business .m_content .business_content .business_item_box .slick-dots li {
    width: 10px;
    height: 10px;
}

.index_business .m_content .business_content .business_item_box .slick-dots li button::before {
    width: 10px;
    height: 10px;
    content: '';
    border-radius: 50%;
    opacity: 1;
    background: #fff;
}

.index_business .m_content .business_content .business_item_box .slick-dots .slick-active button::before {
    background: #ce1d2e;
}

.index_business .business_consult {
    text-align: center;
    margin-top: 85px;
}

.index_business .business_consult a {
    text-align: center;
    color: #fff;
    background: #ce1d2e;
    padding: 20px 180px;
    font-size: 18px;
    font-family: 'Noto Sans SC';
    line-height: 24px;
    border-radius: 50px;
    display: inline-block;
}

/* 我们的团队 */

.index_team {
    background-position: bottom center;
    background-size: cover;

}

.index_team .team_le {
    float: left;
    width: 880px;
    position: relative;
    padding-top: 171px;
}

.index_team .team_le .team_img {
    width: 880px;
    float: right;
    position: relative;

    z-index: 1;
}

.index_team .team_le .team_img .imgItem {
    width: 880px;
}

.index_team .team_le .team_img .imgItem img {
    width: 100%;
    display: block;
}

.index_team .team_ri {
    float: left;
    width: calc(100% - 880px);
    /* background: #f7f7f7; */
}

/* .team_le_bg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #ce1d2e;
    height: 660px;
} */

.team_le .team_btn {
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
    text-align: right;
    padding: 40px 100px;
}

.team_le .team_btn h1 {
    font-size: 40px;
    color: #fff;
    font-family: 'Ariall';
    letter-spacing: 2px;
}

.team_le .team_btn a {
    font-size: 14px;
    line-height: 18px;
    font-family: 'Noto Sans SC';
    color: #fff;
    margin-top: 18px;
    display: inline-block;
}

.team_le .team_btn a span {
    width: 15px;
    height: 15px;
    display: inline-block;
    background: #fff;
    color: #ce1d2e;
    font-size: 20px;
    text-align: center;
    line-height: 15px;
    border-radius: 50%;
    position: relative;
    top: 2px;
    margin-left: 5px;
}

.index_team .team_ri .team_ti_title {
    text-align: right;
    width: 717px;
    margin-top: 95px;
}

.index_team .team_ri .team_ti_title p {
    font-size: 30px;
    line-height: 34px;
    font-family: 'Arial';
    color: #cf3334;
}

.index_team .team_ri .team_ti_title h1 {
    font-size: 40px;
    color: #333;
    line-height: 44px;
    font-family: 'Noto Sans SC';
    font-weight: bold;
}

.index_team .team_ri .info_title {
    float: left;
    width: 107px;
}

.index_team .team_ri .info_title span {
    width: 14px;
    height: 14px;
    border: 1px solid #ccc;
    display: inline-block;
    border-radius: 50%;
    margin-right: 8px;
}

.index_team .team_ri .info_title p {
    display: inline-block;
    font-family: 'Noto Sans SC';
    font-size: 16px;
    color: #333;
    line-height: 1.5;
}

.index_team .team_ri .team_cont {
    background: #fff;
}

.index_team .team_ri .team_cont {
    width: 818px;
    padding: 24px 57px;
    position: relative;
    left: -100px;
    z-index: 3;
    margin-top: 100px;
    height: 465px;
    overflow: hidden;
}

.index_team .team_ri .team_cont .team_info {
    border-left: 1px solid #dee5ed;
    padding: 40px;
    padding-right: 0;
    padding-bottom: 20px;
}

.index_team .team_ri .team_cont .team_info .info_name {
    border-bottom: 5px solid #ce1d2e;
    padding-bottom: 25px;
}

.index_team .team_ri .team_cont .team_info .info_name h1 {
    font-size: 24px;
    line-height: 26px;
    font-family: 'Noto Sans SC';
    color: #333;
}

.index_team .team_ri .team_cont .team_info .info .info_cont {
    float: left;
    width: calc(100% - 107px);
    max-height: 87px;
    overflow: hidden;
}

.index_team .team_ri .team_cont .team_info .info .info_cont p {
    font-family: 'Noto Sans SC';
    font-size: 16px;
    color: #999999;
    line-height: 1.5;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;

}

.index_team .team_ri .team_cont .team_info .info {
    margin-top: 27px;
}

.index_team .team_ri .team_cont .team_info .info li {
    margin-bottom: 13px;
}

.index_team .team_ri .team_cont .team_info .info li:last-of-type(1) {
    margin: 0;
}

.index_team .team_ri .team_cont_list {
    width: 717px;
    padding-left: 25px;
    padding-top: 25px;
}

.index_team .team_ri .team_cont_list .teamList .teamListBox {
    float: left;
}

.index_team .team_ri .team_cont_list .teamList .teamListBox .list_img {
    width: 212px;
    border: 5px solid #ccc;
    transition: all 0.3s;
}

.index_team .team_ri .team_cont_list .teamList .teamListBox .list_img img {
    width: 100%;
}

.index_team .team_ri .team_cont_list .teamList {
    margin-left: -14px;
    margin-right: -14px;
}

.index_team .team_ri .team_cont_list .teamList .teamListBox {
    padding: 0 14px;

}

.index_team .team_ri .team_cont_list .teamList .act .list_img {
    border: 5px solid #ce1d2e;
}

.index_news {
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 95px 0;
}

.index_news .news_content {
    margin-top: 90px;
}

.index_news .news_content .news_item .item_text h1 {
    font-size: 18px;
    font-family: 'Noto Sans SC';
    line-height: 20px;
    color: #333;
    padding-top: 23px;
    padding-bottom: 30px;
    transition: all 0.36s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.index_news .news_content .news_item .item_text p {
    font-size: 14px;
    font-family: 'Noto Sans SC';
    color: #999999;
    line-height: 1.75;
    text-indent: 2em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}

.index_news .news_content .news_item .item_date {
    margin-top: 30px;
}

.index_news .news_content .news_item .item_date h1 {
    font-family: 'Noto Sans SC';
    font-size: 30px;
    line-height: 34px;
    color: #333;

}

.index_news .news_content .news_item .item_date h1 span {
    font-size: 18px;
}

.index_news .news_content .news_item .item_more {
    margin-top: 40px;
}

.index_news .news_content .news_item .item_more p {
    color: #eeeeee;
    font-size: 14px;
    line-height: 18px;
    font-family: 'Noto Sans SC';
    float: left;
    width: 41px;
    overflow: hidden;
    transition: all 0.36s;
    position: absolute;
    left: 0;
    opacity: 0;
}

.index_news .news_content .news_item .item_more .itemTriangle {
    float: left;
    position: relative;
    width: calc(100% - 41px);
    padding-left: 10px;
    height: 18px;

}

.index_news .news_content .news_item .item_more .itemTriangle .line {
    width: 100px;
    height: 2px;
    background: #eeeeee;
    display: inline-block;
    position: relative;
    top: -1px;
    margin-left: 0px;
    transition: all 0.36s;
}

.index_news .news_content .news_item .item_more .itemTriangle .icon {
    width: 10px;
    height: 10px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    top: 3px;
    left: -5px;
}

.index_news .news_content .news_item .item_more .itemTriangle .icon::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #e0e0e0;
    top: 50%;
    left: -5px;
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.36s;

}

.index_news .news_content .news_item {
    float: left;
    width: 33.333333%;
}

.index_news .news_content .news_item {
    padding: 0 30px;

}

.index_news .news_content .news_item .news_box {
    border-top: 1px solid #eeeeee;
    position: relative;
}

.index_news .news_content .news_item .news_box::after {
    content: '';
    top: 0;
    left: 0;
    width: 0%;
    height: 1px;
    background: #e58690;
    position: absolute;
    transition: all 0.36s;

}

.index_news .news_content .news_contAll {
    margin-left: -30px;
    margin-right: -30px;
}


.index_news .news_content .news_item .item_more {
    padding-bottom: 60px;
}


.index_news .news_content .news_item .item_more .itemTriangle .line::after {
    position: absolute;
    content: '';
    width: 0%;
    height: 100%;
    background: #ce1d2e;
    transition: all 0.36s;
}

.index_news .news_content .news_more {
    text-align: center;
}

.index_news .news_content .news_more a {
    background: #c91c1d;
    display: inline-block;
    padding: 0 25px;
    padding-left: 130px;
}

.index_news .news_content .news_more p {
    color: #fff;
    font-size: 14px;
    font-family: 'Noto Sans SC';
    display: inline-block;
    line-height: 60px;
}

.index_news .news_content .news_more span {
    display: inline-block;
    line-height: 60px;
    padding-left: 84px;
}

.index_news .news_content .news_more span img {
    width: 14px;
}

.index_news .news_content .news_more {
    margin-top: 50px;
    margin-top: 20px;
}

.footer {
    /* position: fixed; */
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    /* height: 857px; */
    background: #fff;
    background-size: cover;
    background-position: bottom center;
}

.footer .footer_cont {
    text-align: center;
    color: #fff;
    padding-top: 100px;
}

.footer .footer_cont .foot_title p {
    font-size: 30px;
    font-family: 'Arial';
    line-height: 34px;
    color: #ce1d2e;
    text-align: center;
}

.footer .footer_cont .foot_title h1 {
    font-size: 40px;
    color: #fff;
    line-height: 44px;
    font-family: 'Noto Sans SC';
    font-weight: bold;
    margin-top: 5px;
}

.footer .footer_cont .foot_msg {
    margin-top: 40px;
}

.footer .footer_cont .foot_msg h1 {
    font-family: 'Noto Sans SC';
    font-size: 34px;
    letter-spacing: 3px;
    font-weight: normal;
    line-height: 38px;
}

.footer .footer_cont .foot_msg .line {
    height: 35px;
    width: 1px;
    margin: 0 auto;
    background: #fff;
    margin-top: 25px;
    margin-bottom: 25px;
}

.footer .footer_cont .foot_msg p {
    font-size: 18px;
    color: #fff;
    text-align: center;
    font-family: 'Noto Sans SC';
    line-height: 22px;
    margin-bottom: 23px;
}

.footer .footer_cont .foot_msg .Qr_Code .Qr_img {
    width: 173px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.footer .footer_cont .foot_msg .Qr_Code .Qr_img img {
    width: 100%;
}

.footer .footer_cont .foot_msg .Qr_Code p {
    font-size: 18px;
    color: #fff;
    text-align: center;
    font-family: 'Noto Sans SC';
    line-height: 26px;
}

.footer .footer_cpy {
    border-top: 1px solid #434343;
}

.footer .footer_cpy .cpy_left {
    float: left;
}

.footer .footer_cpy .cpy_left p {
    color: #cccccc;
    font-family: 'Noto Sans SC';
    font-size: 14px;
    line-height: 18px;
}

.footer .footer_cpy .cpy_left a {
    color: #cccccc;
    font-family: 'Noto Sans SC';
    font-size: 14px;
    line-height: 18px;
}

.footer .footer_cpy {
    padding: 25px 0;
    margin-top: 30px;
}

.footer .footer_cpy .cpy_right {
    float: right;
}

.footer .footer_cpy .cpy_right p {
    color: #cccccc;
    font-family: 'Noto Sans SC';
    font-size: 14px;
    line-height: 18px;
}

.footer .footer_cpy .cpy_right a {
    color: #cccccc;
    font-family: 'Noto Sans SC';
    font-size: 14px;
    line-height: 18px;
}

.index_team .more_button {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    display: none;
}

.index_team .more_button a {
    color: #fff;
    display: inline-block;
    padding: 10px 30px;
    font-size: 14px;
    font-family: 'Noto Sans SC';
}




/* 新闻列表 */
.InfoContent {
    margin-top: 0;
    background: #f6f6f6;
}

.Banner_info {
    position: relative;
}

.Banner_info .Banner_img {
    width: 100%;
    overflow: hidden;
}

.Banner_info .Banner_img img {
    width: auto;
    height: 100%;
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.info_news_nav {
    background: #fff;
    padding: 20px 0;
}

.info_news_nav ul li {
    float: left;
}

.info_news_nav ul .info_news_img {
    width: 20px;
    margin-right: 10px;
}

.info_news_nav ul .info_news_img img {
    width: 100%;
}

.info_news_nav ul li {
    font-size: 14px;
    font-family: 'Noto Sans SC';
    color: #555555;
    line-height: 18px;
}

.info_news_nav ul li+li {
    margin-right: 5px;
}

.info_news_nav ul li a {
    font-size: 14px;
    font-family: 'Noto Sans SC';
    color: #555555;
    line-height: 18px;
}

.info_news_nav ul .act a {
    color: #c91c1d;
}

.InfoContent .N_SelBar ul {
    text-align: center;
}

.InfoContent .N_SelBar li {
    display: inline-block;
    margin-left: 7px;
    margin-right: 7px;
    width: 190px;
}

.InfoContent .N_SelBar li a {
    background: #fff;
    text-align: center;
    color: #333333;
    display: block;
    padding: 20px 55px;
    border-radius: 10px;
    font-size: 16px;
    line-height: 1;
    font-family: 'Noto Sans SC';
}

.InfoContent .N_SelBar .active a {
    color: #fff;
    background: #c91c1d;
}

.InfoContent .N_SelBar {
    margin-top: 50px;
}

.InfoContent .N_list .newsList_al {
    margin-left: -25px;
    margin-right: -25px;
}

.InfoContent .N_list .newsList_al .newsList {
    float: left;
    width: 33.333333%;
    margin-top: 50px;
}

.InfoContent .N_list .newsList_al .newsList .title .title_le {
    float: left;
    width: 100px;
}

.InfoContent .N_list .newsList_al .newsList .title .title_le h1 {
    font-size: 50px;
    font-weight: bold;
    color: #333;
    font-family: 'Noto Sans SC';
    line-height: 54px;
}

.InfoContent .N_list .newsList_al .newsList .title .title_le .line {
    height: 3px;
    width: 25px;
    background: #c91c1d;
    margin-top: 14px;
    margin-bottom: 16px;
}

.InfoContent .N_list .newsList_al .newsList .title .title_le p {
    font-size: 14px;
    line-height: 18px;
    color: #333;
    font-family: 'Noto Sans SC';
}

.InfoContent .N_list .newsList_al .newsList .title .title_ri {
    width: calc(100% - 100px);
    float: left;
}

.InfoContent .N_list .newsList_al .newsList .title .title_ri .tip {
    text-align: right;
}

.InfoContent .N_list .newsList_al .newsList .title .title_ri .tip p {
    background: #eeeeee;
    display: inline-block;
    color: #333333;
    padding: 3px 15px;
    font-size: 14px;
    line-height: 18px;
    font-family: 'Noto Sans SC';
    transition: all 0.36s;
}

.InfoContent .N_list .newsList_al .newsList .title .title_ri .title_text h1 {
    font-size: 20px;
    line-height: 28px;
    font-family: 'Noto Sans SC';
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.36s;
}

.InfoContent .N_list .newsList_al .newsList .content .content_text p {
    font-size: 14px;
    color: #666;
    font-family: 'Noto Sans SC';
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    height: 104px;
}

.InfoContent .N_list .newsList_al .newsList .content .tag {
    font-size: 14px;
    font-family: 'Noto Sans SC';
    color: #999999;
    line-height: 16px;
    display: inline-block;
    margin-top: 48px;
    transition: all 0.36s;
}

.InfoContent .N_list .newsList_al .newsList {
    padding: 0 25px;
}

.InfoContent .N_list .newsList_al .newsList a {
    display: block;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    transition: all 0.36s;
}



.InfoContent .N_list .newsList_al .newsList .title .title_ri .title_text {
    margin-top: 25px;
    height: 64px;
}

.InfoContent .N_list .newsList_al .newsList .content .content_text {
    margin-top: 25px;
}

.InfoContent .N_list .newsList_al .newsList a:hover .title .title_ri .title_text h1 {
    color: #c91c1d;
}

.InfoContent .page {
    margin-top: 86px;
    margin-bottom: 82px;
}

/* 律师团队 */

.InfoContent .Team_search {
    width: 570px;
    margin: 0 auto;
    margin-top: 50px;
}

.InfoContent .Team_search .search_input {
    border: 1px solid #ccc;
    background-color: #fff;
    width: calc(100% - 170px);
    float: left;
    margin-right: 20px;
    border-radius: 5px;
}

.InfoContent .Team_search .search_input input {
    font-size: 14px;
    line-height: 40px;
    width: 100%;
    padding: 0 10px;
    color: #333;
    font-family: 'Noto Sans SC';
}

.InfoContent .Team_search .search_input input::placeholder {
    color: #999;
}

.InfoContent .Team_search .searchButton {
    width: 150px;
    float: left;
}

.InfoContent .Team_search .searchButton button {
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    width: 100%;
    background: #c91c1d;
    color: #fff;
    border: 1px solid #c91c1d;
    border-radius: 5px;
}

.InfoContent .Team_list {
    margin-left: -12px;
    margin-right: -12px;
}

.InfoContent .Team_list_box {
    width: 20%;
    float: left;
    margin-top: 50px;
}

.InfoContent .Team_list_box .item {
    padding-left: 12px;
    padding-right: 12px;
}

.InfoContent .Team_list_box .item .item_img {
    width: 100%;
}

.InfoContent .Team_list_box .item .item_img img {
    width: 100%;
}

.InfoContent .Team_list_box .item .item_text {
    background: #fff;
    padding: 10px 20px;
    transition: all 0.36s;
}

.InfoContent .Team_list_box .item .item_text h1 {
    font-size: 18px;
    line-height: 22px;
    color: #333;
    font-family: 'Noto Sans SC';
    transition: all 0.36s;
}

.InfoContent .Team_list_box .item .item_text p {
    font-size: 14px;
    line-height: 18px;
    font-family: 'Noto Sans SC';
    color: #666666;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.36s;
}

/* 联系我们 */
.ContactMap {
    background: #fff;
    margin-top: 50px;
    padding: 20px;
}

.ContactMap .Map_le {
    width: 50%;
    float: right;
}

.ContactMap .Map_le .map_cont {
    height: 489px;
    /* margin-right: 30px; */
}

.ContactMap .Map_ri {
    width: 50%;
    float: right;
    padding-left: 90px;
}

.ContactMap .Map_ri h1 {
    font-size: 30px;
    line-height: 32px;
    font-family: 'Noto Sans SC';
    color: #c91c1d;
    margin-top: 37px;
    margin-bottom: 50px;
}

.ContactMap .Map_ri .text {
    margin-top: 18px;
}

.ContactMap .Map_ri .text .title {
    float: left;
    font-size: 18px;
    color: #333;
    font-family: 'Noto Sans SC';
    line-height: 22px;
    width: 58px;
}

.ContactMap .Map_ri .text .cont {
    float: left;
    font-size: 18px;
    color: #333;
    font-family: 'Noto Sans SC';
    line-height: 22px;
    width: calc(100% - 58px);
}

.ContactMap .Map_ri .contact_Code {
    margin-top: 27px;
}

.ContactMap .Map_ri .contact_Code .QR {
    float: left;
    width: 136px;
}

.ContactMap .Map_ri .contact_Code .QR+.QR {
    margin-left: 30px;
}

.ContactMap .Map_ri .contact_Code .QR p {
    text-align: center;
    font-size: 16px;
    font-family: 'Noto Sans SC';
    color: #333;
    margin-top: 10px;
}

.ContactMap .Map_ri .contact_Code .QR_img img {
    width: 100%;
}

.Message {
    margin-top: 50px;
    margin-bottom: 80px;
}

.Message .message_title {
    text-align: center;
}

.Message .message_title h1 {
    font-size: 30px;
    line-height: 32px;
    color: #333;
    font-family: 'Noto Sans SC';
}

.Message .message_title p {
    font-size: 14px;
    color: #666;
    line-height: 18px;
    font-family: 'Arial';
    margin-top: 3px;
}

.message_cont {
    margin-top: 50px;
}

.message_cont .message_area {
    background: #fff;
    width: 100%;
    height: 300px;
    border: 1px solid #eeeeee;
}

.message_cont .message_area textarea {
    resize: none;
    width: 100%;
    height: 100%;
    padding: 20px 15px;
    font-size: 14px;
    line-height: 1.75;
    color: #333;
    font-family: 'Noto Sans SC';
}

.message_cont .message_area textarea::placeholder {
    color: #999;
}

.message_cont .message_list {
    margin-left: -8px;
    margin-right: -8px;
}

.message_cont .message_list .list_left {
    float: left;
    width: 50%;
    margin-top: 25px;
    padding: 0 8px;

}

.message_cont .message_list .list_left .list_info {
    border: 1px solid #eeeeee;
    background: #fff;
}

.message_cont .message_list .list_left .list_info input {
    width: 100%;
    padding: 20px 15px;
    font-size: 14px;
    line-height: 18px;
    color: #333;
    font-family: 'Noto Sans SC';
}

.message_cont .message_list .list_left .list_info input::placeholder {
    color: #999;
}

.message_cont .message_list .verification_box .verification {
    width: 160px;
    height: 60px;
    border: 1px solid #eeeeee;
    background: #fff;
    float: left;
    margin-left: 17px;
}

.message_cont .message_list .verification_box .list_info {
    width: calc(100% - 177px);
    float: left;
}

.Message .message_button {
    margin-top: 25px;
}

.Message .message_button button {
    background: #c91c1d;
    display: block;
    color: #fff;
    width: 360px;
    height: 60px;
    margin: 0 auto;
    font-size: 16px;
    font-family: 'Noto Sans SC';
}

/* 关于我们 */
.AboutInner {
    margin-top: 0;
}

.About .about_title {
    text-align: center;
    position: relative;
}

.About .about_title h1 {
    font-size: 40px;
    font-family: 'Noto Sans SC';
    font-weight: bold;
    color: #c91c1d;
    line-height: 80px;
    position: relative;
    z-index: 1;
}

.About .about_title p {
    font-size: 80px;
    font-weight: bolder;
    font-family: 'Arial';
    color: #eeeeee;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.About .about_cont .cont_le {
    width: 580px;
    float: left;
    position: relative;
    z-index: 11;
}

.About .about_cont .cont_le .con_le_item {
    float: left;
    width: 145px;
    height: 145px;
    position: relative;
}

.About .about_cont .cont_le .con_le_item img {
    width: 100%;
    height: 100%;
}

.About .about_cont .cont_le .con_le_item .img_01 {
    position: relative;
    transition: all 0.6s ease-in-out;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    /* Chrome 、Safari */
    -moz-backface-visibility: hidden;
    /* Firefox */
    -ms-backface-visibility: hidden;
    /* Internet Explorer */
    transform: rotateY(0);

}

.About .about_cont .cont_le .act .img_01 {
    transform: rotateY(180deg);
}

.About .about_cont .cont_le .con_le_item .img_02 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.6s ease-in-out;
    transform: rotateY(180deg);
}

.About .about_cont .cont_le .act .img_02 {
    transform: rotateY(0deg);
    opacity: 1;
}

.About .about_cont .cont_ri {
    width: calc(100% - 580px);
    float: left;
    position: relative;
    z-index: 1;
}

.About .about_cont .cont_ri::after {
    content: '';
    width: 1163px;
    height: 670px;
    /* background: #000; */
    border: 2px solid #f0f0f0;
    position: absolute;
    top: -45px;
    right: 0;
    z-index: 0;
}

.About .about_cont .cont_ri .cont_ri_box {
    padding: 80px;
    padding-right: 50px;
    z-index: 11;
    position: relative;
}

.About .about_cont .cont_ri .cont_ri_box .cont_title h1 {
    font-size: 30px;
    line-height: 34px;
    color: #c91c1d;
    font-family: 'Noto Sans SC';
}

.About .about_cont .cont_ri .cont_ri_box .cont_title p {
    font-size: 24px;
    font-family: 'Arial';
    line-height: 28px;
    color: #cccccc;
    margin-top: 15px;
}

.About .about_cont .cont_ri .cont_ri_box .cont_title .line {
    height: 5px;
    width: 100px;
    background: #c91c1d;
    margin-top: 50px;
}

.About .about_cont .cont_ri .cont_ri_box .info {
    margin-top: 47px;
}

.About .about_cont .cont_ri .cont_ri_box .info p {
    font-size: 16px;
    font-family: 'Noto Sans SC';
    color: #666666;
    line-height: 30px;
}

.About .about_cont {
    margin-top: 90px;
    padding-bottom: 48px;
}

.Culture .about_title {
    text-align: center;
    position: relative;
}

.Culture .about_title h1 {
    font-size: 40px;
    font-family: 'Noto Sans SC';
    font-weight: bold;
    color: #c91c1d;
    line-height: 80px;
    position: relative;
    z-index: 1;
}

.Culture {
    margin-top: 90px;
    padding-bottom: 134px;
}

.Culture .about_title p {
    font-size: 80px;
    font-weight: bolder;
    font-family: 'Arial';
    color: #eeeeee;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.Culture .culture_cont {
    margin-top: 90px;
}

.Culture .culture_cont .culture_cont_item .item_list {
    width: 25%;
    float: left;
    padding: 0 14px;
}

.Culture .culture_cont .culture_cont_item .item_list .item_info {
    background: #f5f5f5;
    padding-top: 22px;
    padding-bottom: 77px;

}

.Culture .culture_cont .culture_cont_item .item_list .item_info .circle {
    width: 150px;
    height: 150px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 18px;
}

.Culture .culture_cont .culture_cont_item .item_list .item_info .circle .icon {
    width: 64px;
}

.Culture .culture_cont .culture_cont_item .item_list .item_info .circle .icon img {
    width: 100%;
    transition: all 0.3s ease-in-out;
    transform: scale(1);
}


.Culture .culture_cont .culture_cont_item .item_list .item_info .info_title {
    text-align: center;
}

.Culture .culture_cont .culture_cont_item .item_list .item_info .info_title h1 {
    font-size: 24px;
    font-weight: bold;
    font-family: 'Noto Sans SC';
    line-height: 26px;
    color: #c91c1d;
}

.Culture .culture_cont .culture_cont_item .item_list .item_info .info_title p {
    font-size: 16px;
    font-family: 'Noto Sans SC';
    line-height: 18px;
    color: #666666;
    font-weight: 300;
    margin-top: 3px;
}

.Culture .culture_cont .culture_cont_item .item_list .item_info p {
    font-size: 20px;
    line-height: 24px;
    font-family: 'Noto Sans SC';
    color: #333;
    text-align: center;
    margin-top: 50px;
}


.Culture .culture_cont .culture_cont_item .item_list:hover .item_info .circle .icon img {
    transform: scale(1.1);
}



/* 团队内页 */
.TeamContentTop {
    margin-top: 50px;
    background: #fff;
    margin-bottom: 30px;
}

.TeamContentTop .contnet_left {
    width: 300px;
    float: left;
}

.TeamContentTop .contnet_left img {
    width: 100%;
}

.TeamContentTop .content_right {
    width: calc(100% - 300px);
    float: left;
    padding: 70px 47px;
}

.TeamContentTop .content_right .right_title h1 {
    display: inline-block;
    font-size: 44px;
    line-height: 48px;
    font-family: 'Noto Sans SC';
    color: #666666;

}

.TeamContentTop .content_right .right_title p {
    display: inline-block;
    font-size: 16px;
    line-height: 18px;
    color: #666;
    font-family: 'Noto Sans SC';
    padding-left: 20px;
}

.TeamContentTop .content_right .right_title {
    margin-bottom: 65px;
}


.TeamContentTop .content_right ul li p {
    font-size: 16px;
    line-height: 18px;
    color: #666;
    font-family: 'Noto Sans SC';
}

.TeamContentTop .content_right ul li {
    margin-bottom: 25px;
}

.TeamContentBottom {
    background: #fff;
    margin-bottom: 100px;
}

.TeamContentBottom .contentInfo {
    padding: 50px;
}

.TeamContentBottom .contentInfo img {
    max-width: 100% !important;
}

.TeamContentBottom .contentInfo p {
    font-size: 16px;
    color: #666666;
    font-family: 'Noto Sans SC';
    line-height: 36px;
}

.TeamContentBottom .contentInfo ul li {
    font-size: 16px;
    line-height: 36px;
    color: #666666;
    font-family: 'Noto Sans SC';
}

/* 业务领域 */
.BusinessSel {
    margin-top: 50px;
}

.BusinessSel ul {
    text-align: center;
}

.BusinessSel ul li {
    display: inline-block;
    text-align: center;
    border-radius: 10px;
    transition: all 0.36s;
}

.BusinessSel ul li a {
    color: #333;
    font-family: 'Noto Sans SC';
    font-size: 16px;
    line-height: 56px;
    padding: 0 40px;
    display: block;
    background: #fff;
    border-radius: 5px;
    margin: 0 7px;
}

.BusinessSel ul .active a {
    color: #fff;
    background: #c91c1d;

}

.BusinessCont {
    background: #fff;
    padding: 50px;
    margin-top: 50px;
    padding-bottom: 75px;
    margin-bottom: 100px;
}

.BusinessCont .business_top .business_title {
    border-bottom: 1px solid #cccccc;

}

.BusinessCont .business_top .business_title h1 {
    font-size: 28px;
    line-height: 34px;
    color: #333;
    font-family: 'Noto Sans SC';
    position: relative;
    display: inline-block;
    padding-bottom: 21px;
}

.BusinessCont .business_top .business_title h1::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: -1px;
    background: #c91c1d;
    left: 0;
}

.BusinessCont .business_top .business_cont {
    margin-top: 30px;
}

.BusinessCont .business_top .business_cont p {
    font-size: 16px;
    color: #777;
    font-family: 'Noto Sans SC';
    line-height: 30px;
}

.BusinessCont .business_top .business_tip {
    margin-top: 25px;
}

.BusinessCont .business_top .business_tip h1 {
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    font-family: 'Noto Sans SC';
    color: #333;
}

.BusinessCont .business_top .business_tip .business_tip_box {
    margin-left: -13px;
    margin-right: -13px;
    margin-top: 40px;
}

.BusinessCont .business_top .business_tip .business_list .business_item {
    float: left;
    width: 25%;
    padding: 0 13px;
    margin-bottom: 25px;
}

.BusinessCont .business_top .business_tip .business_list .business_item a {
    font-size: 16px;
    color: #333;
    font-family: 'Noto Sans SC';
    line-height: 20px;
    display: block;
    border: 1px solid #eeeeee;
    padding: 14px 18px;
    border-radius: 5px;
    background: #fff;
    position: relative;
    padding-right: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.BusinessCont .business_top .business_tip .business_list .business_item a::after {
    position: absolute;
    content: '';
    height: 20px;
    width: 2px;
    background-color: #c91c1d;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    transition: all 0.36s;
}


.BusinessCont .business_top .business_tip .business_list li {
    float: left;
    width: 25%;
    padding: 0 13px;
    margin-bottom: 25px;
}

.BusinessCont .business_top .business_tip .business_list li {
    font-size: 16px;
    color: #333;
    font-family: 'Noto Sans SC';
    line-height: 20px;
    display: block;
    border: 1px solid #eeeeee;
    padding: 14px 18px;
    border-radius: 5px;
    background: #fff;
    position: relative;
    padding-right: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.BusinessCont .business_top .business_tip .business_list li::after {
    position: absolute;
    content: '';
    height: 20px;
    width: 2px;
    background-color: #c91c1d;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    transition: all 0.36s;
}

.BusinessCont .business_bot .business_title {
    border-bottom: 1px solid #cccccc;

}

.BusinessCont .business_bot .business_title h1 {
    font-size: 28px;
    line-height: 34px;
    color: #333;
    font-family: 'Noto Sans SC';
    position: relative;
    display: inline-block;
    padding-bottom: 21px;
}

.BusinessCont .business_bot .business_title h1::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: -1px;
    background: #c91c1d;
    left: 0;
}

.BusinessCont .business_bot .business_bot_list {
    width: 1280px;
    margin: 0 auto;
    margin-top: 35px;
}

.BusinessCont .business_bot .business_bot_list .business_item_btn {
    margin-left: -13px;
    margin-right: -13px;
}

.BusinessCont .business_bot .business_bot_list .business_item_btn .business_list {
    float: left;
    width: 25%;
}

.BusinessCont .business_bot .business_bot_list .business_item_btn .business_list .list_img {
    width: 100%;
}

.BusinessCont .business_bot .business_bot_list .business_item_btn .business_list .list_img img {
    width: 100%;
}

.BusinessCont .business_bot .business_bot_list .business_item_btn .business_list .list_title {
    background: #f6f6f6;
    padding: 15px 20px;
    transition: all 0.36s;
}

.BusinessCont .business_bot .business_bot_list .business_item_btn .business_list .list_title h1 {
    font-size: 18px;
    line-height: 22px;
    color: #333;
    font-family: 'Noto Sans SC';
    transition: all 0.36s;
}

.BusinessCont .business_bot .business_bot_list .business_item_btn .business_list .list_title p {
    font-size: 14px;
    line-height: 16px;
    color: #666666;
    font-family: 'Noto Sans SC';
    margin-top: 5px;
    transition: all 0.36s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.BusinessCont .business_bot .business_bot_list .business_item_btn .business_list a {
    display: block;
    padding: 0 13px;
}

.business_item_btn .slick-arrow::before {
    width: 50px;
    height: 50px;
    content: '';
    background-color: #434343;
    position: absolute;

}

.business_item_btn .slick-prev {
    left: -95px;
    width: 50px;
    height: 50px;
}

.business_item_btn .slick-next {
    width: 50px;
    height: 50px;
    right: -95px;
}

.business_item_btn .slick-prev:before {
    background: url('../image/Business_left.png');
    top: 0;
    left: 0;
}

.business_item_btn .slick-prev:hover:before {
    background: url('../image/Business_left_a.png');
}

.business_item_btn .slick-next:before {
    background: url('../image/Business_right.png');
    top: 0;
    left: 0
}

.business_item_btn .slick-next:hover:before {
    background: url('../image/Business_right_a.png');
}

/* 新闻详情 */
.NewsContent {
    background: #fff;
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 100px;
}

.NewsContent .News_title {
    border-bottom: 1px dashed #999;
}


.NewsContent .News_title h1 {
    font-size: 24px;
    font-family: 'Noto Sans SC';
    font-weight: normal;
    text-align: center;
    line-height: 28px;
    color: #333;
}

.NewsContent .News_title {
    padding-bottom: 20px;
}

.NewsContent .News_synopsis {
    margin-top: 20px;
}

.NewsContent .News_synopsis ul {
    text-align: center;
}

.NewsContent .News_synopsis li {
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    color: #666666;
    font-family: 'Noto Sans SC';
    margin: 0 22px;
}

.NewsContent .News_cont {
    margin-top: 40px;
    min-height: 500px;
}

.NewsContent .News_cont img {
    max-width: 100%;
}


.NewsContent .News_cont p {
    font-size: 14px;
    color: #666666;
    font-family: 'Noto Sans SC';
    line-height: 1.75;
}


.NewsContent .News_page {
    margin-top: 50px;
}

.NewsContent .News_page .news-page-item {
    width: 50%;
}

.NewsContent .News_page .news-page-item p {
    display: inline-block;
    font-size: 14px;
    color: #333;
    font-family: 'Noto Sans SC';
    line-height: 20px;
}

.NewsContent .News_page .news-page-item a {
    display: inline-block;
    font-size: 14px;
    color: #333;
    font-family: 'Noto Sans SC';
    line-height: 20px;
}

.NewsContent .News_page .news-page-item+.news-page-item {
    text-align: right;
}

.NewsContent .News_page .news-page-item a:hover {
    color: #c91c1d;
}



/* 2020年11月18日 首页 经典案例 */
.index_classic {
    background-position: top center;
    background-repeat: no-repeat;
    padding: 100px 0;
    background-size: cover;
    padding-top: 60px;
}

.index_classic .classic_title p {
    font-size: 30px;
    color: #cccccc;
    font-family: 'arial';
    line-height: 34px;
    letter-spacing: 1px;
    text-align: center;
}

.index_classic .classic_title h1 {
    font-size: 40px;
    font-weight: bolder;
    font-family: 'Noto Sans SC';
    line-height: 44px;
    color: #333;
    text-align: center;
}

.index_classic .classic_info .classic_item {
    float: left;
    width: 25%;
}

.index_classic .classic_info .classic_item .classic_top {
    height: 255px;
    padding: 40px 25px;
    background: #fbfbfb;
    transition: all 0.36s;

}

.index_classic .classic_info .classic_item .classic_top .date {
    font-family: 'Noto Sans SC';
    font-size: 30px;
    line-height: 34px;
    color: #666666;
    height: auto;
    margin-bottom: 20px;
    margin-top: 0px;
}

.index_classic .classic_info .classic_item .classic_top h1 {
    color: #333;
    font-size: 20px;
    line-height: 24px;
    font-family: 'Noto Sans SC';
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.index_classic .classic_info .classic_item .classic_top p {
    font-size: 14px;
    line-height: 20px;
    font-family: 'Noto Sans SC';
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 60px;
    margin-top: 30px;
}

.index_classic .classic_info {
    margin-top: 60px;
}

.index_classic .classic_info .classic_item .classic_btm {
    position: relative;
    height: 256px;
    overflow: hidden;
}

.index_classic .classic_info .classic_item .classic_btm .classic_img {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.index_classic .classic_info .classic_item .classic_btm .classic_img img {
    width: auto;
    top: 50%;
    height: 100%;
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.index_classic .classic_info .classic_item .classic_btm .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ce1d2e4d;
    transition: all 0.36s ease-in-out;
    opacity: 0;
    overflow: hidden;
    z-index: 5;
}

.index_classic .classic_info .classic_item .classic_btm .border {
    position: absolute;
    width: 90%;
    height: 90%;
    border: 1px solid #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.5);
    transition: all 0.36s ease-in-out;
}

.index_classic .classic_info .classic_item .classic_btm .border::after {
    content: '';
    width: 0px;
    height: 0px;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    /* transition: all 0.36s ease-in-out 0.25s; */
}

.index_classic .classic_info .classic_item .classic_btm .border::before {
    content: '';
    width: 0px;
    height: 0px;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    /* transition: all 0.36s ease-in-out 0.25s; */
}

.index_classic .classic_info_ph {
    display: none;
    margin-top: 15px;
}

.classic_info_ph .classic_info_list .classic_item:last-child {
    border: none;
}

.classic_info_ph .classic_info_list .classic_item {
    padding: 15px 0;
    border-bottom: 1px solid #c91c1d;
}

.classic_info_ph .classic_info_list .classic_item .classic_top {
    margin-bottom: 15px;
}

.classic_info_ph .classic_info_list .classic_item .classic_top p.date {
    font-family: 'Noto Sans SC';
    font-size: 16px;
    line-height: 18px;
    color: #666666;
    margin-bottom: 10px;
    height: auto;
}

.classic_info_ph .classic_info_list .classic_item .classic_top h1 {
    font-size: 16px;
    color: #333;
    font-family: 'Noto Sans SC';
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 12px;
}

.classic_info_ph .classic_info_list .classic_item .classic_top p {
    font-size: 14px;
    color: #999;
    font-family: 'Noto Sans SC';
    line-height: 1.75;
    overflow: hidden;
    text-overflow: ellipsis;
    line-clamp:3;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 72px;
    overflow: hidden;
}

.classic_info_ph .classic_info_list .classic_item .classic_btm .classic_img {
    width: 100%;
}

.classic_info_ph .classic_info_list .classic_item .classic_btm .classic_img img {
    width: 100%;
}



@media (min-width: 1200px) {
    .index_about .ablut_left_more a:hover {
        box-shadow: 10px 10px 25px 0 rgba(0, 0, 0, .3);
    }

    .index_business .business_consult a:hover {
        box-shadow: 10px 10px 25px 0 rgba(0, 0, 0, .3);
    }

    .index_news .news_content .news_item:hover .item_more p {
        width: 41px;
        color: #ce1d2e;
        opacity: 1;
    }

    .index_news .news_content .news_more a:hover {
        box-shadow: 10px 10px 25px 0 rgba(0, 0, 0, .3);
    }

    .index_news .news_content .news_item:hover .item_more .itemTriangle .line {
        margin-left: 41px;
    }

    .index_news .news_content .news_item:hover .item_more .itemTriangle .icon::after {
        background-color: #ce1d2e;
    }

    .index_news .news_content .news_item:hover .item_text h1 {
        color: #ce1d2e;
    }

    .index_news .news_content .news_item:hover .news_box::after {
        width: 100%;
    }

    .index_news .news_content .news_item:hover .news_box::after {
        width: 100%;
    }

    .index_news .news_content .news_item:hover .item_more .itemTriangle .line::after {
        width: 100%;
    }

    .index_news .news_content .news_item:hover .item_more .itemTriangle .icon::before {
        width: 100%;
    }

    .info_news_nav ul li a:hover {
        color: #c91c1d;
    }

    .InfoContent .N_SelBar li a:hover {
        color: #fff;
        background: #c91c1d;
    }

    .InfoContent .N_list .newsList_al .newsList a:hover {
        box-shadow: 0px 0px 10px 1px #f0d8d8;
    }

    .InfoContent .Team_list_box .item:hover .item_text h1 {
        color: #fff;
    }

    .InfoContent .N_list .newsList_al .newsList a:hover .title .title_ri .tip p {
        background: #c91c1d;
        color: #fff;
    }

    .InfoContent .N_list .newsList_al .newsList a:hover .content .tag {
        color: #c91c1d;
    }

    .InfoContent .Team_list_box .item:hover .item_text p {
        color: #fff;
    }

    .InfoContent .Team_list_box .item:hover .item_text {
        background: #c91c1d;
    }

    .BusinessCont .business_top .business_tip .business_list .business_item:hover a {
        background: #c91c1d;
        color: #fff;
    }

    .BusinessCont .business_top .business_tip .business_list .business_item:hover a::after {
        background: #fff;
    }


    /* .BusinessCont .business_bot .business_bot_list .business_item_btn .business_list */

    .BusinessCont .business_bot .business_bot_list .business_item_btn .business_list:hover .list_title {
        background: #c91c1d;
    }

    .BusinessCont .business_bot .business_bot_list .business_item_btn .business_list:hover .list_title h1 {
        color: #fff;
    }

    .BusinessCont .business_bot .business_bot_list .business_item_btn .business_list:hover .list_title p {
        color: #fff;
    }


    .BusinessSel ul li:hover a {
        color: #fff;
        background: #c91c1d;
    }

    /* 2020年11月18日 */

    .index_classic .classic_info .classic_item:hover .classic_top {
        background: #ce1d2e;
    }

    .index_classic .classic_info .classic_item:hover .classic_top .date {
        color: #fff;
    }

    .index_classic .classic_info .classic_item:hover .classic_top h1 {
        color: #fff;
    }

    .index_classic .classic_info .classic_item:hover .classic_top p {
        color: #fff;
    }

    .index_classic .classic_info .classic_item:hover .classic_btm .mask {
        opacity: 1;
    }

    .index_classic .classic_info .classic_item:hover .classic_btm .border {
        transform: translate(-50%, -50%) scale(1);
    }

    .index_classic .classic_info .classic_item:hover .classic_btm .border::after {
        width: 42px;
        height: 7px;
    }

    .index_classic .classic_info .classic_item:hover .classic_btm .border::before {
        width: 7px;
        height: 42px;
    }


}


/* 载入效果 首页 */

.index_about .about_left {
    animation-duration: 1s;
    animation-name: fadeInLeft;
}

.index_business .m_content .business_title {
    animation-duration: 1s;
    animation-name: fadeInUp;
}

.index_business .m_content .business_text {
    animation-duration: 1s;
    animation-name: fadeInUp;
}

.index_business .m_content .business_content {
    animation-duration: 1s;
    animation-name: fadeInUp;
}

.index_business .m_content .business_consult {
    animation-duration: 1s;
    animation-name: fadeInUp;
}

.index_team .team_le .team_img {
    animation-duration: 1s;
    animation-name: fadeInLeft;
}

.index_team .team_ri .team_cont {
    animation-duration: 1s;
    animation-name: fadeInRight;
}

.index_team .team_ri .team_cont_list {
    animation-duration: 1s;
    animation-name: fadeInRight;
}

.index_news .index_title {
    animation-duration: 1s;
    animation-name: fadeInUp;
}

.index_news .news_content .news_item {
    animation-duration: 1s;
    animation-name: fadeInUp;
}

.index_news .news_content .news_more {
    animation-duration: 1s;
    animation-name: fadeInUp;
}

/* .business_item_box.slick-active .item_icon {
    animation: fadeIn 1s ease both;
    animation-delay: 0.3s
} */

/* 载入效果 新闻 */

.InfoContent .N_list .newsList_al .newsList {
    animation-duration: 1s;
    animation-name: fadeInUp;
}

.InfoContent .Team_list_box {
    animation-duration: 1s;
    animation-name: fadeInUp;
}

.ContactMap .Map_ri {
    animation-duration: 1s;
    animation-name: fadeInRight;

}

.ContactMap .Map_le {
    animation-duration: 1s;
    animation-name: fadeInLeft;
}

.Message .message_title {
    animation-duration: 1s;
    animation-name: fadeInUp;
}

.message_cont .message_area {
    animation-duration: 1s;
    animation-name: fadeInUp;
}

.message_cont .message_list .list_left {
    animation-duration: 1s;
    animation-name: fadeInUp;
}

.Message .message_button {
    animation-duration: 1s;
    animation-name: fadeInUp;
}


.index_classic .classic_info {
    animation-duration: 1s;
    animation-name: fadeInUp;
}

.index_classic .classic_info_ph {
    animation-duration: 1s;
    animation-name: fadeInUp;
}

.index_classic .classic_title {
    animation-duration: 1s;
    animation-name: fadeInUp;
}




/* 分页 */
.page .PC_page ul {
    text-align: center;
}

.page .PC_page ul li {
    display: inline-block;

}

.page .PC_page ul li a {
    background-color: #fff;
    font-family: 'Noto Sans SC';
    font-size: 14px;
    line-height: 18px;
    padding: 14px 25px;
    color: #666666;
    border: 1px solid #eeeeee;
}

.page .PC_page ul li a:hover {
    background: #c91c1d;
    color: #fff;
}

.page .Ph_page {
    display: none;
}

.page .Ph_page a {
    font-size: 14px;
    line-height: 18px;
    font-family: 'Noto Sans SC';
    color: #666666;
}

.page .Ph_page a:hover {
    color: #c91c1d;
}

.page .PC_page ul .active a {
    background: #c91c1d;
    color: #fff;
}




.index_team .team_ri .team_cont .team_info .info p {
    font-family: 'Noto Sans SC';
    font-size: 16px;
    color: #999999;
    line-height: 1.5;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}