.index_link{
    color: #AFBBCC;
}

.page_pc_hide{
    display: none;
}

.BMap_bubble_title{
    background-color: transparent !important;
    padding-left: 0.63rem;
    color: #E60D1E !important;
    font-size: 0.84rem !important;
}

.BMap_bubble_buttons{
    display: none !important;
}

.BMap_bubble_top{
    border: none !important;
}

.BMap_bubble_content{
    font-size: 14px !important;
    color: #142133;
    line-height: 20px;
    padding-left: 0.63rem;
}

.news_banner{
    background-image: url('../images/adeolu-eletu-E7RLgUjjazc-unsplash.jpg');
    background-size: 100% 100%;
    width: 100%;
    height: 31.25rem;
    position: relative;
}

.news_banner_context{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: rgba(20,33,51,.6);
}

.news_banner_content{
    line-height: 1.67rem;
    text-align: center;
}

.news_banner_content h1{
    color: #fff;
    text-align: center;
    font-size: 2.5rem;
    letter-spacing: 3px;
}

.news_banner_content span{
    font-size: 0.83rem;
    color: #fff;
}

.urlpath{
    position: absolute;
    right: 4.2rem;
    bottom: 1.26rem;
    color: #AFBBCC;
    letter-spacing: 3px;
}

.urlpath span{
    font-size: 0.83rem;
}

.contactFrom{
    background-color: #121F32;
    /* height: 55.91rem; */
    padding: 4.2rem 4.2rem 5.6rem;
    box-sizing: border-box;
}

.contact_phone{
    overflow: hidden;
}

.contact_phone div{
    width: 50%;
    float: left;
    display: flex;
    flex-direction: column;
}

.contact_phone_text .contact_phone_text_number{
    margin-bottom: 1rem;
    color: #AFBBCC;
    font-size: 1.26rem;
}

.contact_phone_text span{
    color: #fff;
    font-size: 1.26rem;
}

.contact_address{
    padding-top: 5.93rem;
    color: #fff;
    display: flex;
    flex-direction: column;
}

.contact_address span{
    margin-bottom: 1.41rem;
    font-size: 1.26rem;
}

.contact_address span:nth-of-type(2){
    color: #AFBBCC;
}

.contact_call{
    padding-top: 8.01rem;
}

.contact_call_top {
    padding-bottom: 4.15rem;
}

.contact_call_top span{
    color: #fff;
    font-size: 1.89rem;
}

.contact_call_from{
    overflow: hidden;
}

.contact_call_from_item{
    float: left;
    width: 50%;
    display: flex;
    flex-direction: column;
    padding-right: 13.45rem;
    margin-bottom: 5.93rem;
    position: relative;
}

.contact_call_from_item span{
    font-size: 1.26rem;
    color: #fff;
    margin-bottom: 1.21rem;
}

.contact_call_from_item input{
    width: 39.52rem;
    border: none;
    outline: none;
    background-color: transparent;
    border-bottom: 0.07rem solid rgba(66,81,102,1);
    color: #AFBBCC;
}

.contact_call_from_item input::placeholder{
    font-size: 1.05rem;
    color: #748399;
}

.contact_call_from_button{
    border: 0.07rem solid #fff;
    height: 2.94rem;
    width: 7.83rem;
    float: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.48rem;
    box-sizing: border-box;
    cursor: pointer;
    margin-bottom: 8.1rem;
    transition: all .5s;
}

.contact_call_from_button span{
    color: #fff;
    font-size: 0.84rem;
}

.contact_call_from_button .icon{
    width: 0.7rem;
    height: 1.18rem;
    fill: #fff;
}

.contact_call_from_button:hover{
    background-color: #fff;
    border-color: #fff;
}

.contact_call_from_button:hover span{
    color: #E60D1E;
}

.contact_call_from_button:hover .icon{
    fill: #E60D1E;
}

/* ..contact_call_from_button:hover ..contact_call_from_button span{
    color: #ff;
} */

.contact_map{
    height: 34.48rem;
}

.contact_call_from_item input:focus .contact_call_from_item_icon{
    width: 39.52rem;
}

.contact_call_from_item_icon{
    position: absolute;
    /* width: 39.52rem; */
    width: 0;
    height: 0.06rem;
    background-color: #fff;
    bottom: 0;
    transition: all .5s;
}

.contact_call_select{
    position: relative;
    width: 39.52rem;
    height: 3.52rem;
}

.contact_call_select .icon{
    width: 0.5rem;
    height: 0.84rem;
    fill: #fff;
    position: absolute;
    right: 0.21rem;
    top: 0.4rem;
    transition: all .5s;
}

.contact_call_select_list ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    opacity: 0;
}

.contact_call_select_list li{
    width: 100%;
    height: 3rem;
    background-color: rgba(20, 33, 51, 1);
    /* border-bottom: 0.05rem solid rgba(66, 81, 102, 1); */
    display: flex;
    align-items: center;
    text-indent: 2.1rem;
    font-size: 1.05rem;
    color: #fff;
    cursor: pointer;
    transition: all .5s;
    box-sizing: border-box;
}

.contact_call_select_list li:hover{
    /* background-color: lightsteelblue; */
    background-color: rgba(230, 13, 30, 1);
    color: #fff;
    border: none;
}