.home_box_1{
    background: #f9f9f9;
    padding-top: 5px;
    display: flex;
    /* height: 480px; */
}
.map{
    max-width:1325px;
    width:100%;
    height:600px;
}
.map iframe{
    width:100%;
    height:100%;
}
.home_banner{
    /* height:100%; */
    box-shadow: 9px 4px 4px 4px #e9e9e9;
}
.home_banner img{
    width:100%;
    height:471px;
}
.home_ad{
    max-width: 343px;
    width:100%;
    /* height: 100%; */
    background:#fff;
    box-shadow: 4px 4px 9px 4px #e9e9e9;
    padding: 10px;
}
.home_ad_area{
    height: 22.8%;
    margin-bottom: 11px;
    text-align: center;
    margin-top: 5px;
}
.home_ad_area img{
    border: 1px solid #f3f3f3;
    width: 305px;
    height: 100%;
    cursor: pointer;
    object-fit: cover;
    border-radius: 3px;
}

.home_box_2{
    display: flex;
    height: 350px;
    background: #f9f9f9;
    padding: 20px;
}
.home_news_first_title{
    width:430px;
}
.home_news{
    padding: 15px;
    height: 100%;
    width: 655px;
    background: #fff;
    box-shadow: 0px 0px 7px 1px #e9e9e9;
    border-radius: 0px 20px 0px 20px;
}
.home_news_line{
    border-bottom:1px dashed #5b5b5b;
    margin: 5px 0px 5px 0px;
}
.home_news_left{
    margin-left: auto;
    margin-right: 15px;
}
.home_news_right{
    margin-right: auto;
    margin-left: 15px;
}
.home_news_title{
    height: 40px;
    line-height: 40px;
}
.home_news_title span{
    font-size: 27px;
    font-weight: 600;
}
.home_news_title img{
    float: right;
    height: 100%;
}
.home_news_first{
    height: 105px;
    display: flex;
    padding: 10px 0px 10px 0px;
    cursor: pointer;
}
.home_news_first:hover{
    color: #0072b5;
}
.home_news_first_date{
    height: 85px;
    width: 100px;
    background: #2d2d2d;
    border-radius: 10px;
    text-align: center;padding: 10px;
}
.home_news_first_date_year{
    color: #fff;
    font-size: 30px;
    font-family: serif;
}
.home_news_first_date_month{
    color: #fff;
    font-size: 27px;
    margin-top: 3px;
    letter-spacing: 1px;
}
.home_news_first_title{
    line-height: 35px;
    width: 260px;
    padding: 5px;
    margin-left: 10px;
}
.home_news_first_title span{
    font-size: 32px;
    font-weight: 600;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.home_news_list{
    height: 125px;
    padding-top: 10px;
}
.home_news_list_container{
    width: 100%;
    height: 29px;
    display: flex;
    line-height: 30px;
    cursor: pointer;
}
.home_news_list_container:hover{
    color: #0072b5;
}
.home_news_list_title{
    width: 510px;
    padding-right: 15px;
}
.home_news_list_title span{
    font-size: 18px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.home_news_list_date{
    width: 105px;
    text-align: right;
}
.home_news_list_date span{
    font-size: 18px;
    color: #9d9d9d;
    font-family: auto;
}
.homw_news_move{
    display: flex;
    cursor: pointer;
}
.homw_news_move:hover{
    color: #0072b5;
}
.homw_news_move_contents{
    width: 360px;
}
.homw_news_move_descript{
    height: 125px;
    padding: 10px 0px 10px 0px;
}
.homw_news_move_descript span{
    font-size: 15px;
    line-height: 23.5px;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.homw_news_move_img{
    width: 265px;
    padding: 15px 0px 0px 10px;
}
.homw_news_move_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.home_box_3{
    text-align: center;
    height: 650px;
    padding: 35px 0px 35px 0px
}
.home_box_3 img{
    height: 100%;
}

.home_box_4{
    width: 1325px;
    height: 1330px;
    margin-right: auto;
    margin-left: auto;
}
.home_company_info{
    height: 328px;
    display: flex;
    justify-content: space-between;
}
.home_company_info_box{
    width: 360px;
    height: 335px;
    background: #fdfdfd;
    z-index: 999;
    box-shadow: 0px 0px 7px 1px #e9e9e9;
    border-radius: 10px;
    padding: 30px;
    cursor: pointer;
}
.home_company_info_box:hover{
    background-color: #0D037A;
}
.home_company_info_box:hover .home_company_info_icon{
    background-color: #fff;
}
.home_company_info_box:hover span{
    color: #fff;
}
.home_addr:hover img{
    content:url("/img/icon/addr_black.svg");
}
.home_tel:hover img{
    content:url("/img/icon/call_black.svg");
}
.home_fax:hover img{
    content:url("/img/icon/fax_black.svg");
}
.home_company_info_icon{
    text-align: center;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: #0D037A;
    margin: auto;
    padding-top: 30px;
}
.home_company_info_icon img{
    height: 75px;
}
.home_company_info_title{
    /* height: 35px; */
    text-align: center;
    margin-top: 25px;
    margin-bottom: 20px;
}
.home_company_info_title span{
    font-size: 33px;
    font-weight: 600;
}
.home_company_info_descript{
    text-align: center;
    height:50px;
}
.home_company_info_descript span{
    font-size: 21px;
    line-height: 25px;
}
.home_way_point{
    display:flex;
    height:400px;
    padding: 82px 0px 50px 0px;
}
.home_way_point_container{
    width: 470px;
    height: 100%;
    margin:0 auto;
    padding-left:50px;
}
.home_way_point_container > div{
   
}
.home_way_point_line{
    margin: 0px 20px 15px 20px;
    border: 0.2px outset #fff;
}
.home_way_point_title{
    font-size: 30px;
    font-weight: 600;
}
.home_way_point_method{
    margin-top: 25px;
    display:flex;
    align-items: center;
    /* line-height: 41px; */
    /* position: relative; */
}
.home_way_point_method img{
    /* margin-top:10px; */
    height: 40px;
}
.home_way_point_method p{
    font-size:16px;
}
.home_way_point_method span{
    display:inline-block;
    font-size: 25px;
    margin-left: 20px;
    height:50px;
    line-height: 50px;
}

.swiper{
    margin-left: unset !important;
    margin-right: unset !important;
}
.swiper .swiper_footer{
    text-align: center;
    padding-top: 5px;
    padding-bottom:5px;
}
.swiper .swiper_number{
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
}
.swiper .swiper-button-lock{
    display: unset !important;
}

@media all and (max-width:1680px){
    .home_box_1{
        padding-right:20px;
    }
    .home_news_left{
        margin-right:0;
    }
    .home_news{
        width:100%;
    }
    .header_container{
        max-width:none;
    }
}

@media all and (max-width:1370px){
    .home_news{
        max-width:450px;
        width:100%;
    }
    .home_news_title span{
        font-size:20px;
    }
    .home_news_first_title span{
        font-size:25px;
    }
    .home_news_list_title span,.home_news_list_date span{
        font-size:12px;
    }
    .homw_news_move_contents{
        width:100%;
    }
    .homw_news_move_img{
        display:none;
    }
    .home_box_3 img{
        width:100%;
        height:auto;
    }
    .home_box_4{
        max-width:1200px;
        width:100%;
        height:auto;
    }
    .home_company_info{
        margin:0 auto;
        max-width:1000px;
        width:100%;
        justify-content: space-between;
    }
    .home_company_info_box{
        max-width:280px;
        width:100%;
        height:auto;
        display:flex;
        flex-direction: column;
        padding:0;
        justify-content: center;
    }
    .home_company_info_title span{
        font-size:25px;
    }
    .home_company_info_descript span{
        font-size:16px;
    }
    .home_company_info_icon{
        width:100px;
        height:auto;
        padding:10px 0;
        margin:0 auto;
    }
    .map{
        max-width:1000px;
        margin:0 auto;
        height:450px;
    }
    .home_way_point{
        max-width:1000px;
        width:100%;
        margin:0 auto;
    }
    .home_way_point_container{
        max-width:350px;
        width:100%;
    }
    .home_way_point_method span{
        font-size:17px;
    }
}

@media all and (max-width:1024px){
    .swiper .swiper_footer{
        /* text-align: center; */
        /* padding-top: 5px; */
        /* padding-bottom:5px; */
        padding:10px 0;
    }
    .home_box_1{
        flex-direction: column;
    }
    .home_ad{
        max-width:1024px;
        width:100%;
    }
    .home_ad_area img{
        width:100%;
    }
    .home_banner img{
        height:auto;
    }

    .home_box_2{
        flex-direction:column;
        gap: 20px;;
        height:auto;
    }
    .home_news{
        max-width:none;
        padding:15px 50px;
        border-radius: 20px;;
    }
    .home_news_first{
        width:100%;
        padding:0;
        align-items: center;
    }
    .home_news_first_title{
        width:100%;
    }
    .home_news_first_title span{
        line-height:85px;
    }
    .home_news_list_container{
        justify-content: space-between;
    }
    .home_news_title span{
        font-size:26px;
    }
    .home_news_list_title span, .home_news_list_date span{
        font-size:16px;
    }
    .home_news_right{
        margin-left:0;
    }
    .home_box_3{
        height:auto;
    }
    .home_company_info{
        height:auto;
    }
    .home_company_info_box{
        padding: 20px 0;
    }
    .home_company_info_icon img{
        width:30px;
        /* height:auto; */
    }
    .home_company_info_icon{
        display:flex;
        align-items: center;
        justify-content: center;
        width:75px;
        height:75px;
    }
    .map{
        height:400px;
    }
    
    .home_way_point{
        padding:82px 20px 50px 20px;
        flex-direction: column;
        height:auto;
    }
    .home_way_point_title{
        font-size:24px;
    }
    .home_way_point_line{
        width:100%;
        margin: 30px 0;
    }
    .home_way_point{
        padding:30px;
    }
    .home_way_point_container{
        max-width:1000px;
        padding-left: 0;
        text-align:center;
    }
    .home_way_point_method{
        /* max-width:250px; */
        /* max-width:100%; */
        justify-content: center;
        margin:0 auto;
        padding:10px 0;
    }
    .home_way_point_method p{
        width:100%;
        margin:0 auto;
    }
    .home_way_point_title{
        display:block;
        font-size:30px;
        margin-bottom:20px;
    }
    
    
    
}

@media all and (max-width:740px){
    .home_news{
        padding:15px 25px;
    }
    .home_news_title span{
        font-size:22px;
    }
    .home_news_first_date{
        height:auto;
    }
    .home_news_first_date_year,.home_news_first_date_month{
        font-family: none;
        font-size:20px;
    }
    .home_news_first_title span{
        font-size:15px;
    }
    .home_news_list_title span, .home_news_list_date span{
        font-size:12px;
    }
    .home_company_info_descript span{
        font-size:12px;
    }
    .home_company_info_title span{
        font-size:16px;
    }
    .home_company_info_title{
        margin:10px 0;
    }
}

@media all and (max-width:499px){
    .home_news_first_title span{
        line-height:15px;
        font-size:10px;
    }
    .home_news_list_title span, .home_news_list_date span{
        font-size:9px;
    }
    .home_company_info_descript span{
        line-height:20px;
    }
    body{
        margin-top:45px !important;
    }
}