/* Index Self Editing */
.logo{
    display: flex;
}
.index_logo_image{
    height: 76px;
}
.index_logo_word{
    margin-top: 16px;
}
.main_menu_active{
    color: #DE2025 !important;
}
/* .owl-carousel {
    width: 85%;
    margin: 0 auto;
    z-index: 1;
}
.single-slider {
    height: 80vh;
    background-size: cover;
    position: relative;
    z-index: 1;
} */
.single-slider:before {
    background: none !important;
}
.slider-active .owl-nav div {
    background: #D43030 !important;
}

.slider-active .owl-dot.active {
    background: #D43030 none repeat scroll 0 0 !important;
    border: 1px solid #D43030 !important;
}
.corporate-area p{
    font-size: 18px !important;
    line-height: 35px !important;
    color: black !important;
}

.corporate-area h4 {
    font-size: 35px !important;
    letter-spacing: 1px;
}
.zxjj_redline{
    position: absolute;
    top: 50px;
    left: 40px;
    height: 3px;
    width: 65px;
    background-color: #D43030;
}
.zxjj_more{
    width: 115px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #D43030;
    color: white;
    border-radius: 5px;
    margin-top: 40px;
    font-size: 18px;
    cursor: pointer;
}
.zxjj_fl_js{
    height: 220px;
    width: 85%;
    margin-left: 7.5%;
    margin-top: -6%;
    display: flex;
    z-index: 10;
    box-shadow: 4px 4px 8px rgb(0,0,0,0.25);
    background-color: white !important;
    border-radius: 5px !important;
}
.zxjj_fl_js_active{
    width: 33.34%;
    color: white !important;
    background-color: #D43030 !important;
    text-align: center;
    border-radius: 5px;
    /*cursor: pointer;*/
}
.zxjj_fl_js_noactive{
    width: 33.34%;
    color:#D43030;
    background-color: white !important;
    text-align: center;
    border-radius: 5px;
    /*cursor: pointer;*/
}
.zxjj_fl_js_nr{
    margin-top: 15%;
    width: 100%;
}
.zxjj_fl_js_noactive >.zxjj_fl_js_nr{
    border-right: 1px solid #E5E5E5;
}
.zxjj_fl_js_nr:nth-child(4){
    border-right: none;
}
.zxjj_fl_js_active >.zxjj_fl_js_nr > .zxjj_fl_js_title{
    font-size: 0.875em;
    color: white !important;
    letter-spacing: 1px !important;
}
.zxjj_fl_js_noactive >.zxjj_fl_js_nr > .zxjj_fl_js_title{
    font-size: 0.875em !important;
    color: black !important;
    letter-spacing: 1px !important;
}
.zxjj_fl_js_active >.zxjj_fl_js_nr > .zxjj_fl_js_content{
    font-size: 2.37em !important;
    color: white !important;
    letter-spacing: 1px !important;
    margin-top: 5% !important;
}
.zxjj_fl_js_noactive >.zxjj_fl_js_nr > .zxjj_fl_js_content{
    font-size: 2.37em !important;
    color: #D43030 !important;
    letter-spacing: 1px !important;
    margin-top: 5% !important;
}
.fwjs_box{
    height: 100%;
    width: 85%;
    margin: 0 auto;
    top: 0;
    display: flex;
    min-height: 580px;
}
.fwjs_box_qh_left{
    position: absolute;
    top:50%;
    left: 0px;
    z-index: 10;
}
.fwjs_box_qh_right{
    position: absolute;
    top:50%;
    right: 0px;
    z-index: 10;
}
.fwjs_item{
    position: absolute;
    top: calc(50%-150px);
    left: calc(50%-100px);
    width: 21.25%;
    min-height: 580px;
    transition: 1.25s;
    user-select: none;
    justify-content: center;
    font-size: 5rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 500;
    color: white;
    opacity: 0;
    padding-top: 3%;
    background-color: #D43030;
}

.fwjs_item:nth-child(1){
    transform: translate3d(0%,0,0) scale(1);
    z-index: 1;
    background-color: #ff6464;
}
.fwjs_item:nth-child(2){
    transform: translate3d(0%,0,0) scale(1);
    opacity: 1;
    z-index: 4;
    
}
.fwjs_item:nth-child(3){
    transform: translate3d(100%,0,0) scale(1);
    opacity: 1;
    z-index: 4;
    background-size: cover;
}
.fwjs_item:nth-child(4){
    transform: translate3d(200%,0,0) scale(1);
    opacity: 1;
    z-index: 4;
    background-size: cover;
}
.fwjs_item:nth-child(5){
    transform: translate3d(300%,0,0) scale(1);
    opacity: 1;
    z-index: 4;
    background-size: cover;
}
.fwjs_item:nth-child(6){
    transform: translate3d(300%,0,0) scale(1);
    z-index: 1;
    
}
.fwjs_item_nr_logo{
    height: 15%;
    padding-left: 5%;
}
.fwjs_item_nr_title{
    margin-top: 5%;
    font-size: 1.125rem;
    padding-left: 5%;
}
.fwjs_item_nr_title_eg{
    margin-top: 5%;
    font-size: 1.125rem;
    padding-left: 5%;
}
.fwjs_item_nr_xxnr{
    height: 150px;
    margin-top: 5%;
    font-size: 0.875rem;
    padding-left: 5%;
    display: -webkit-box;
    -webkit-line-clamp: 7; /* 限制显示的行数为3 */
    -webkit-box-orient: vertical;
    overflow: hidden; /* 隐藏溢出的内容 */
    text-overflow: ellipsis; /* 显示省略号 */
}
.fwjs_item_nr_ckgd{
    margin-top: 5%;
    font-size: 1rem;
    margin-left: 5%;
    padding-left: 5%;
    padding-right: 5%;
    border-radius: 15px;
    padding-top: 1%;
    padding-bottom: 1%;
    border: 1px white solid;
    width: 130px;
}

.dzfw_nr{
    width: 100%;
    height: 300px;
    background-color: #F7F7F7;
    padding-top: 40px;
}
.dzfw_nr_tup{
    width: 90%;
    height: 185px;
    margin:  0 auto;
    display: flex;
}
.dzfw_nr_tupxx{
    text-align: center;
    position: relative;
}
.dzfw_nr_tupxx_jt{
    position: absolute;
    right: -40px;
    top: 30px;
}
.dzfw_nr_tupxx_jt > img{
    width: 80%;
}
.dzfw_nr_tupxx_logoimg{
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: #D43030;
    margin: 0px auto;
}
.dzfw_nr_tupxx_logoimg > img{
    margin: 5px auto;
}
.dzfw_nr_tupxx_word{
    margin: 15px auto !important;
    font-size: 16px !important;
}
.dzfw_nr_an{
    width: 190px;
    margin: 20px auto;
    background-color: #D43030;
    color: white;
    border-radius: 30px;
    height: 45px;
    line-height: 45px;
    letter-spacing: 1px;
    font-size: 20px !important;
    text-align: center;
}
.hyys_nr{
    width: 100%;
    height: 350px;
    background-color: #F7F7F7;
    padding-top: 20px;
}
.hyys_nr_div{
    display: flex;
    width: 90%;
    margin: 0px auto 20px;
    height: 300px;
}
.hyys_nr_xx{
    background-color: white;
    width: 22%;
}
.hyys_nr_xx:nth-child(1){
    margin-right: 4%;
}
.hyys_nr_xx:nth-child(2){
    margin-right: 4%;
}
.hyys_nr_xx:nth-child(3){
    margin-right: 4%;
}
.hyys_nr_xx_tu{
    padding-left: 15px;
    padding-top: 15px;
}
.hyys_nr_xx_tu > img {
    width: 80px;
    height: 80px;
}
.hyys_nr_xx_title{
    margin-top: 10px;
    padding-left: 10px;
    font-size: 18px !important;
    font-weight: 600;
    letter-spacing: 1px;
}
.hyys_nr_xx_ms{
    margin-top: 10px;
    padding-left: 10px;
    font-size: 15px !important;
    height: 100px;
    line-height: 25px;
}
.hyys_nr_xx_ms > span{
    color: #D43030 !important;
    font-weight: 800;
    font-size: 18px !important;
}
.hyys_nr_xx_ljgd{
    width: 90px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    background-color: #D43030 !important;
    color: white !important;
    margin-top: 5px;
    text-align: center;
    font-size: 15px !important;
    float: right;
    margin-right: 10%;
}
.wmdfw_nr{
    width: 100%;
    height: 450px;
    background-color: #F7F7F7;
    padding-top: 20px;
}
.wmdfw_nr_div{
    display: flex;
    width: 90%;
    margin: 0px auto 20px;
    height: 400px;
}
.wmdfw_nr_xx{
    background-color: white;
    width: 30%;
    position: relative;
}
.wmdfw_nr_xx:nth-child(1){
    margin-right: 5%;
    background-size: cover;
}
.wmdfw_nr_xx:nth-child(2){
    margin-right: 5%;
}
/* .wmdfw_nr_xx:nth-child(3){
    margin-right: 4%;
} */
.wmdfw_nr_xx_title{
    font-size: 20px !important;
    color: white;
    margin-top: 20px;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    letter-spacing: 1px;
    position: relative;
}
.wmdfw_redline{
    position: absolute;
    top: 35px;
    left: 20px;
    height: 3px;
    width: 40px;
    /* background-color: white; */
}
.wmdfw_nr_xx_gd{
    border: 1px white solid;
    width: 80px;
    border-radius: 5px;
    text-align: center;
    margin-top: 85%;
    margin-left: 30px;
    color: white;
    font-size: 16px !important;
}
.wmdfw_nr_xxxl_title{
    font-size: 18px !important;
    color: black;
    height: 40px;
    line-height: 40px;
    width: 90%;
    margin: 20px auto;
    border-top: 1px #E0E0E0 solid;
    border-bottom: 1px #E0E0E0 solid;
    text-align: center;
}
.wmdfw_nr_xxxl_content{
    font-size: 16px !important;
    color: black;
    height: 80px;
    width: 90%;
    margin: 20px auto;
    text-align: center;
    line-height: 28px;
}
.wmdfw_nr_xxxl_image{
    text-align: center;
}
.wmdfw_nr_xxxl_xuhao{
    text-align: center;
    color: black;
    margin-top: 40px;
    font-size: 16px !important;
}
.wmdfw_nr_xxxl_gengduo{
    height: 42px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}
.wmdfw_nr_xxxl_gengduo > img{
    display: block;
    margin: 0 auto;
    margin-top: 12.5px;
}

.wmdfw_nr_xx:hover {
    background-color: white;
}
.wmdfw_nr_xx:hover > .wmdfw_nr_xxxl_title{
    color: #D43030 !important;
    border-top: 1px #FF7878 solid !important;
    border-bottom: 1px #FF7878 solid !important;
}
.wmdfw_nr_xx:hover > .wmdfw_nr_xxxl_xuhao{
    color: #D43030 !important;
}
.wmdfw_nr_xx:hover > .wmdfw_nr_xxxl_gengduo{
    background-color: #D43030 !important;
}
.dzylzy_redline{
    position: absolute;
    top: 50px;
    left: 110px;
    height: 3px;
    width: 65px;
    background-color: #D43030;
}
a:hover{
    color: #D43030 !important;
}
.service-link{
    display: block;
    float: right;
    color: white !important;
    background-color: #D43030 !important;
    text-align: center;
    width: 100px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    margin-top: -5px;
}
.qyjkglzxfu_lb{
    position: relative !important;
    height: 550px;
    margin-bottom: 20px;
}
.qyjkglzxfu_lb > .slider-active{
    position: static !important;
}
.qyjkglzxfu_lb > .slider-active > .owl-nav > div{
    top: 10% !important; 
}
.qyjkglzxfu_lb > .slider-active > .owl-dots{
    display: none !important;
}
.qyjkglzxfu_lb >.owl-carousel >.owl-stage-outer{
    position: static !important;
}
.qyjkglzxfu_lb  .single-slider{
    height: auto !important;
}
.qyjkglzxfu_nr_bt{
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    letter-spacing: 1px;
}
.qyjkglzxfu_nr_xq{
    font-size: 15px;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.portfolio_content_hz{
    background-color: #D43030;
    width: 90%;
    margin: 10% auto;
    height: 250px;
    padding-top: 12.5px;
}
.portfolio_content_hzb{
    width: 90%;
    height: 225px;
    margin: 0 auto;
    border: 1px white solid;
}
.portfolio_content_btnr{
    padding-top: 70px;
    font-size: 20px;
    font-weight: 500;
    color: white;
    text-align: center;
}
.portfolio_content_btnr{
    margin-top: 10px;
    text-align: center;
}
.singel-blog:hover{
    color: #D43030 !important;
}
.lxwm_box_title{
    height: 80px;
    line-height: 80px;
    font-size: 16px !important;
    border-bottom: 1px solid #A6A6A6;
    color: #7A7A7A ;
    padding-left: 15px;
}
.lxwm_box_xinxi{
    height: 80px;
    font-size: 15px !important;
    border-bottom: 1px solid #A6A6A6;
    color: #7A7A7A ;
    display: flex;
    padding-top: 15px;
}
.justify-content-center:hover{
    color: #D43030 !important;
}
.justify-content-center:focus{
    color: #D43030 !important;
}
.blog-link:focus{
    color: #D43030 !important;
}
.dzfw_nr_tupxx_logoimg img {
    width: 80px;
    height: 80px;
}
