@import url(swiper.css);
@import url(animate.min.css);
@import url(bootstrap.min.css);
@import url(bootstrap-icons.css);
@import url(iconfont.css);
@import url(all.css);


/* gonggong */
.index_active a{
    background-color: #0363fb;
    color: #fff !important;

}
.head_list a:hover{
    background-color: #0363fb;

    transition: .4s;
}
.logo_phone{
    padding: 20px 0;
}
.logo_phone img{
    width: 100%;
}

/* head */

.row_top{
    padding: 10px 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.row_top img{
    width: 100%;
}
.telephone_row{
    display: flex;
    justify-content: right;

}

.telephone_icon{
    margin: 0 20px;
    display: flex;
    flex-wrap: wrap;
}
.telephone_icon i{
    font-size: 18px;
    margin-right: 10px;
}
.telephone_icon p{
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    width: 100%;
}
.telephone_icon span::before{
    font-size: 20px;
    margin-right: 10px;
}
.telephone_content{
    font-size: 18px;
}
.haed_menu{
    background: #1e58b4;
    box-shadow: 4px 3px 1px 0px rgba(0, 0, 0, 0.2);
}

.head_row{

}

.head_ul{
    display: flex;
}

.head_list{

}
.head_list a{
    color: #fff;
    padding: 10px 20px;
    display: block;
    font-size: 20px;
    line-height: 34px;
}


/* banner */
.banner_swiper img{
    width: 100%;
}

/* about */

.about{

}
.about_img {

}
.about_img img{
    width: 100%;
}
.about_content{

}
.about_content p{
  text-indent: 2em;
  line-height: 24px;
  font-size: 14px;

}
.about_content_index{
    padding-left: 40px;
}
/* service_row */
.service{
    margin-top: 20px;
    /* background: url(/skin/img/service_bg.jpg); */
    background-position: center center;
    background-size: cover;

}
.service_row{
    padding: 0 150px;
    padding-top: 60px;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 20px;
    position: relative;
}

.service_row .service_list:nth-child(odd){
    justify-content: left;
}
.service_row .service_list:nth-child(odd)>div{
    background-color: #e5e5e5;

    /* margin-top: -40px; */
}
.service_row .service_list:nth-child(odd)>div p{
    color: #000;
}
.service_row .service_list:nth-child(even){
    justify-content: right;
}
.service_row .service_list:nth-child(even)>div{
    background-color: #1e58b4;
}
.service_list{
    display: flex;
    /* margin-bottom: 20px; */
    height: 100%;
    margin-top: -40px;
    width: 100%;

}
.service_list>div{
    /* background: red; */
    padding: 10px 20px;
    width: 40%;
    border-radius: 5px;
    /* transition: .5s; */
    box-shadow: 3px 3px 1px 0px rgba(0, 0, 0, 0.2);
}
/* .service_list>div:hover{
    box-shadow: 12px 9px 1px 0px rgba(0, 0, 0, 0.2);
} */
.service_list>div *{
    color: #fff;
    padding: 0;
    margin: 0;
}
/* news */
.news-lsit{
    /* background: #0363fb; */

    padding: 20px 30px;

    transition: .5s;
    border: 1px solid rgb(255, 255, 255);
    box-shadow: 4px 3px 1px 0px rgba(0, 0, 0, 0.2);
    height: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-left: 1px solid rgba(0, 0, 0, 0.2);
}
.news_lsit_li{
    margin-bottom: 20px;
}
.news-lsit:hover{
    box-shadow: 12px 9px 1px 0px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(0, 0, 0, 0.2);

}
.news-lsit *{
    padding: 0;
    margin: 0;
}
.news-lsit h3{
    font-size: 18px;
    padding-bottom: 10px;

}
.news-lsit h3 a{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.news-lsit span{
    font-size: 14px;
    padding-bottom: 5px;

}
.news-lsit p{
    font-size: 16px;
    padding-bottom: 30px;
    text-indent: 2em;
}
.news-lsit p a{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.news-lsit button{
    /* width: 100%; */
    /* display: flex;
    justify-content: center; */
}
.news-lsit button a{
    border: 1px solid #eee;
    padding: 5px 10px;
}
.news_row{

}

.news_ul{

}

.news_li{
    margin-bottom: 10px;
}

.news_li h3{
    font-size: 20px;
    margin: 20px 0 ;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.news_li span{
    /* padding: 10px 0; */
    display: block;
}
.news_li p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
    text-indent: 2em;
}
.news_li a{
    padding: 20px 10px;
    transition: .5s;
    display: block;
    border: 1px solid #fff;
    background: #fff;

    border: 1px solid rgb(255, 255, 255);
    box-shadow: 4px 3px 1px 0px rgba(0, 0, 0, 0.2);
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-left: 1px solid rgba(0, 0, 0, 0.2);
}
.news_li:hover a{
    transform: translateY(-20px);
    color: #0363fb;
    border: 1px solid #666;
    box-shadow: 3px 3px 1px 0px rgba(0, 0, 0, 0.2);
}
/* case */
.case{
    background-color: #1e58b4;
    padding:  40px 0;
}
.case_list{
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}
.case_list img{
    width: 100%;
}
.case_title{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #00000043;
    transform: scale(0.0);
    transition: .5s;

}
.case_title a{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.case_title h2{
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-weight: 700;
}
.case_list:hover .case_title{
    transform: scale(1.0);
}

.case_list_box{

}
.case_ul img{
    width: 100%
}
.case_li_img{
    border-radius: 5px;
    overflow: hidden;
}
.case_li_title h4{
    text-align: center;
    padding: 10px 0;
    margin: 0;
}

/* service_fuwu */

.service_chd{
    padding: 20px;
}
.service_box:hover {
    background: #0363fb;
}
.service_box:hover span::before{
    color: #fff;
}
.service_box:hover h3{
    color: #fff;
}
.service_box{
    border: 1px solid #eee;
    padding: 20px;
    transition: .5s;
}

.service_box span{
    display: block;
    text-align: center;
    padding-bottom: 10px;
}
.service_box span::before{
    font-size: 40px;
    transition: .5s;

}
.service_box h3{
    text-align: center;
    transition: .5s;

}

.service_box p{
    text-align: center;
}



/* honor */
.Swiper_honor{

}
.honor_list img{
    width: 100%;
}
.Swiper_honor .swiper-pagination{
    position: relative;
    top: 0;
    margin-top: 5px;
}

.list_honor img{
    width: 100%;
}

.list_honor_li{
    margin: 15px 0;
}



/* look */

.mywh-txt-contr img{
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}
.text-title{
    margin-bottom: 20px;
}
.nr-info{
    margin-bottom: 15px;
}
.dis_none{
    position: absolute;
    animation: linear;
    animation-name: dd;
    animation-duration: 20s;
    animation-delay: 1s;
    animation-iteration-count: infinite;

    left: 100%;
}
.dis_block{
    opacity: 0;

}
.div_text{
    position: relative;
    padding-bottom: 10px;
}
.div_row{
    display: flex;
    flex-wrap: nowrap;
    position: relative;
    overflow: hidden;
    border: 2px solid #0363fb;
    border-radius: 5px;


}
.div_row>div{
    flex: 1 auto;
    white-space:nowrap;

}
.title_left{

}
.title_left h2{
    border-left: 4px solid #0363fb;
    padding-left: 20px;
    font-size: 24px;
}

/* cotact */

.cotact_list{
    display: block;
    padding-bottom: 20px;
}
.cotact_list p{
    /* text-indent: 1em; */
    font-size: 18px;
    margin: 0;
    padding:10px 0;
    padding-left: 20px;
}
/*  */
.phone_menu .head_list a{
    color: #0363fb;
}
/* foot_row */
.foot_row{
    background-color: #072D4A;
    padding: 30px 0;
}
.foot_row *{
    color: #fff;

}
.foot_logo{

}
.foot_logo img{
    width: 100%;
}
.foot_logo h4{
    font-size: 16px;
    /* text-indent: 2em; */
    margin-top: 10px;
    line-height: 24px;
}
.recruit_box>div{
    border: 2px solid #000;
    padding: 0;
}
.recruit_box p{
    padding: 0 20px;
    /* border-bottom: 1px solid #000; */
}

/* fzlc_row */

.fzlc_row{
    display: flex;
    justify-content: center;
}
.fzlc_box{
    display: flex;
    justify-content: center;
}
.center_box{
    position: relative;
    margin-left: 20px;
}
.xian{
    height: 100%;
    width: 0px;
    border: 4px #000 solid;

}
.jiantou{
    width: 30px;
    height: 30px;
    /* background-color: red; */
    transform: rotate(45deg);
    position: absolute;
    top: -5px;
    right: -11px;
    border-left: 8px solid #000 ;
    border-top: 8px solid #000 ;
}
.fzlc_ul{
    margin-left: 60px;
}
.fzlc_li{
    margin-top: 40px;
}
.li_top{
    width: 20px;
    height: 20px;
    background-color: #0363fb;
    border-radius: 20px;

}
.fzlc_title{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.fzlc_title p{

}
.fzlc_ul h4{
    /* padding-left: 20px; */
    padding: 0;
    margin: 0;
    padding-left: 10px;

}
.fzlc_ul p{
    padding-left: 30px;
    margin-bottom: 0;
}




/*new_css*/
/*zlfw*/
.zlfw_row{
    border-radius: 30px;
        /*box-shadow: 0 0 5px rgb(0 0 0 / 20%);*/
    /*padding: 20px 0;*/
}
.zlfw_lsit_li{
    margin: 15px 0;
}
.zlfw_lsit{
    background: #eee;
    border-radius: 30px 30px 0 0;
    padding: 0 10px;
    padding-bottom: 15px;
}
.zlfw_lsit_li h4{
    font-weight: bold;
    font-size: 18px;
    margin: 0;
    padding: 15px 0;
    text-align: center;
}
.zlfw_lsit_li p{
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin: 0;

}
.zlfw_lsit_a{
    display: block;
    width: 100%;
    font-size: 16px;
    padding: 10px 0;
    background: #1e58b4;
    color: #fff;
    text-align: center;
}





/*fwbz*/
.fwbz{
    background: #1e58b4;
}
.fwbz_list{
    background: #fff;
    border-radius: 10px;
    display: flex;
    overflow: hidden;
    box-shadow: 0 0 10px rgb(0 0 0 / 40%);
    
}
.fwbz_list_left{
    display: flex;
    /*justify-content: center;*/
    overflow: hidden;
    align-items: center;
    position: relative;
}
.fwbz_list_left span{
    font-size: 24px;
    font-weight: bold;
    margin-left: 20%;
    z-index: 2;
    color: #1e58b4;
}
.fwbz_list_left:after{
    content: '';
    position: absolute;
    background: yellow;
    width: 100%;
    height:100%;
    transform: rotate(15deg) scale(1.2) translate(-35%, 0);
    box-shadow: 0 0 10px #000;
}
.fwbz_list_right{
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px 0;
}
.fwbz_list_right h3{
    font-size: 20px;
    width: 100%;
    color: #1e58b4;
    font-weight: bold;
}
.fwbz_list_right p{
    font-size: 14px;
    margin: 0;
    padding: 0;
    width: 100%;
}

.fwbz_box{
    padding-bottom: 30px;
}
.fwbz_top{
    justify-content: space-around;
    margin-top: 40px;
}
.fwbz_bottom{
    justify-content: space-around;
    margin-top: 40px;
    margin-bottom: 20px;
}
.fwbz_center{
    justify-content: space-around;
    margin-top: 40px;
    
}
@media(max-width:768px) {
    .fwbz_center,.fwbz_bottom,.fwbz_center{
        margin-top: 0px;
    }
    .fwbz_list{
        margin: 10px 0;
    }
}
/*new_css*/






@media(max-width:992px) {
    .m-index{
        margin: 10px 0 10px 0 !important;
    }
    .case{
        padding: 20px 0 20px 0;
    }
    .index_bg{
        padding: 20px 0;
    }
    .service_row{
        padding: 20px 0;
        padding-right: calc(var(--bs-gutter-x)* .5);
        padding-left: calc(var(--bs-gutter-x)* .5);
    }
    .service_list{
        margin-top: 10px;

    }
    .service_list>div{
        width: 100%;
    }
    .news_li a{
        border: 1px solid #666;

    }
    .news_li:hover a{
        transform: translateY(0);
        color: #0363fb;
        border: 1px solid #666;
        box-shadow: 3px 3px 1px 0px rgba(0, 0, 0, 0.2);
    }
    #mapDiv{
        min-height:300px !important;
    }
    .about_content_index{
        padding-right: calc(var(--bs-gutter-x)* .5);
        padding-left: calc(var(--bs-gutter-x)* .5);
        padding-top: 20px;
    }
    .dis_none{
        animation-name: ee;
        animation-duration: 20s;
    }
    .haed_menu{
        height: 1px;
        overflow: hidden;
    }
    .row_top_tishen{
        opacity: 0;
        z-index: -1;
    }
}
.banner_head_container h3,.banner_head_container p{
    text-align: center;
}

@keyframes dd {
    0% {
        left: 100%;
    }

    100% {
        left: -190%;
    }
}
@keyframes ee {
    0% {
        left: 100%;
    }

    100% {
        left: -710%;
    }
}