.banner_cont{
    position: relative;
}
.b_c_aus{
    position: absolute;
    top: 30%;
    color: #fff;
    display: flex;
    bottom: 30%;
    flex-direction: column;
    width: 50%;
}
.b_c_aus a{
    color: #989898;
}
.b_c_abs{
    position: absolute;
    top: 50%;
    color: #fff;
    display: flex;
    bottom: 50%;
    min-width: 1200px;
    justify-content: space-between;
    align-items: center;
}
.b_c_abs a{
    color: #989898;
}
.b_c_home {
    color: #989898;
    display: flex;
    align-items: center;
    font-size: 14px;
}
.b_c_home img{
    width: 16px;
    margin-right: 1%;
    margin-bottom: 0.8%;
}
.b_c_home a{
    transition: all 0.3s ease-in-out 0s;
    margin: 0 1%;
}
.b_c_home a:hover{
    color: #004fc6;
}
.b_c_abox1 {
    display: flex;
    align-items: baseline;
    line-height: 2;
}
.b_c_abox1 .b_c_1{

    margin-right: 2%;
    font-size: 24px;
    font-weight: bold;
}
.b_c_three{
    width: 40%;
    display: flex;
    flex-direction: column;
}
.b_c_three3{
    width: 50%;
}
.b_c_three3 .b_c_tbox{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.b_c_tbox .b_c_tbox_a{
    line-height: 40px;
    border: 1px solid #fff;
    color: #fff;
    width: 30%;
    text-align: center;
    transition: all 0.3s ease-in-out 0s;
}
.b_c_tbox_a:hover{
    background: #004fc6 ;
    border: 1px solid #004fc6;
}
/*us*/
.us_box_p{
    padding: 4% 0 2% 0;
}
.us_box_p p{
    line-height: 2;
    margin-bottom: 2%;
}
.us_box_img {
    margin-bottom: 8%;
    width: 100%;
}
.us_box_img img{
    width: 100%;
}
/*PRODUCTS*/
.products{
    background: #fff;
    min-height: 70vh;
}
.pro_boxs{
    display: flex;
    flex-wrap: wrap;
    padding: 4% 0;
}
.pro_b_cont {
    width: 23%;
    margin: 1%;
    border: 1px solid #e5e5e5;
}
.padding{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 2%;
}
.pro_b_c_tx{
    line-height: 50px;
    display: flex;
    justify-content: center;
    background: #f6f6f6;
}
.pro_b_c_img{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 212px;
    max-height: 212px;
    overflow: hidden;
    transition: all .6s ease .1s;
    position: relative;
}
.pro_b_c_img img{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    min-width: 100%;
     min-height: 212px;
    /* transform: translate(-50%,-50%); */
    transition: all .6s ease .1s;
}
.pro_b_cont:hover .pro_b_c_img img{
    transform: scale(1.2);
}
.pro_b_cont:hover .pro_b_c_tx{
  background: #004fc6;
    color: #fff;
}
.padding li{
    margin: 0 1%;
    transition: all .6s ease .1s;
    border: 1px solid #eaeaea;
    min-height: 40px;
    min-width: 40px;
        display: flex;
    justify-content: center;
    align-items: center;
}
.padding li a{
            display: flex;
    justify-content: center;
    align-items: center;
    color: #686868;
    min-height: 40px;
    min-width: 40px;
    transition: all .6s ease .1s;
}
.padding li.active{
    background: #004fc6;
    color: #fff;
}
.padding li.active a{
    color: #fff;
}
.padding li:hover{
    border: 1px solid #004fc6;
}
/*搜索框*/
form {
    position: relative;
    width: 300px;
    margin: 0 auto;
}
.d1 input {
    width: 100%;
    height: 42px;
    padding-left: 10px;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    outline: none;
    background: #fff;
    color: #9E9C9C;
}
.d1 button {
    position: absolute;
    top: 0;
    right: 0px;
    width: 42px;
    height: 42px;
    border: none;
    background: #004fc6;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
}
.d1 button:before {
    content: "\f002";
    font-family: FontAwesome;
    font-size: 16px;
    color: #F9F0DA;
}
/*pro_cont*/
.pro_cont{
    background: #f8f8f8;
    margin-top: 100px;
    padding: 3% 0;
}
.pro_conts{
    display: flex;
    justify-content: space-between;
}
.pro_conts .pro_c_le{
    padding: 2%;
    background: #fff;
    width: 70%;
}
.search_pho{
    background: #fff;
    margin: 6% 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8% 0;
}
.search_p_ne{
    background: #fff;
    padding: 6%;
}
.pro_conts .pro_c_ri{
    width: 26%;
}
.pro_c_crab{
    border-bottom: 1px solid #cccccc;
    padding-bottom: 2%;
    margin-bottom: 2%;
    font-size: 14px;
}
.pro_c_crab a:nth-child(2){
    color: #004fc6;
}
.pro_c_crab a:nth-child(3){
    color: #004fc6;
}
.pro_c_ts{
    font-size: 30px;
    line-height: 1.4;
}
.pro_c_sub{
    display: flex;
    color: #999;
    margin: 2% 0;
    font-size: 14px;
    font-weight: 100;
}
.pro_c_sub .pro_c_subt{
    margin-right: 2%;
}
.pro_c_c_t{
    margin: 15px 0;
    font-size: 14px;
    padding: 3% 2%;
    line-height: 1.6;
    color: #999;
    border: 1px solid #efefef;
    background: #fbfbfb;
    border-radius: 3px;
}
.pro_c_cont{
    line-height: 2;
}
.rec_title_li{
    display: flex;
    margin: 4% 0;
    align-items: center;
}
.search_p_c {
    display: flex;
    align-items: center;
    padding-bottom: 2%;
}
.search_p_c em{
    width: 6px;
    height: 21px;
    display: inline-block;
    margin-right: 2%;
    background: #004fc6;
}
.rec_title_i{
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e4e4e4;
    margin-right: 4%;
    color: #999;
    font-size: 14px;
}
.rec_title_li a{
    display: inline-block;
    width: 80%;
    color: #313131;
    font-size: 14px;
    transition: all .6s ease .1s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.rec_title_li:hover a{
    color: #004fc6;
}
/*new*/
.news_b_cont{
    width: 100%;
    margin-bottom: 4%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 2%;
}
.news_boxs{
    padding-top: 4%;
}
.news_b_cont a{
    display: flex;
    justify-content: space-between;
}
.news_b_c_t{
    width: 6%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.news_b_c_t img{
    width: 30px;
}
.news_b_c_title h3{
    font-size: 18px;
    transition: all .6s ease .1s;
    color: #000;
}
.news_b_c_img {
    width: 2%;
}
.news_b_c_img img{
    width: 100%;
}
.news_b_c_title {
    width: 90%;
}
.news_b_c_title p{
    color: #999;
    line-height: 2;
    margin-top: 1%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 14px;
}
.news_b_cont:hover h3{
    color: #004fc6;
}
.map_box_imgs{
    display: flex;
    align-items: center;
    margin-top: 4%;
}
.map_box_imgs .map_box_img{
    margin-right: 6%;
    width: 26%;
}
.map_box_i_t {
    color: #666;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.map_box_tho em{
    font-weight: bold;
    font-size: 20px;
}
.map_box_tho1 em{
    font-weight: bold;
    font-size: 20px;
}
.map_box_les div{
    line-height: 2;
}
.map{
    padding-top: 4%;
    background: #fff;
}
.search-box form{
    width: 100%;
}
.search_pho em{
    font-size: 24px;
    color: #909090;
    font-weight: 600;
}

/*移动端*/
@media only screen and (max-width: 1200px){
    .b_c_three{
        width: 100%;
    }
    .max_width{;
        /*padding: 0 0.16rem;*/
    }
    .b_c_home{
        display: none;
    }

    .b_c_aus{
        width: 100%;
        top: 20%;
    }
    .b_c_abox1 {
        display: flex;
        line-height: 2;
        align-items: baseline;
        justify-content: center;
    }
    .b_c_abs{
        min-width: 100%;
    }
    .news_box{
        padding-top: 0.4rem;
    }
    .news_b_c_title {
        width: 5.6rem
    }
    .news_b_c_img {
        width: 0.3rem;
    }
    .news_b_c_t {
        width: 0.9rem;
    }
    .news_b_c_t p{
        color: #666;
    }
    .news_b_c_title h3{
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }
    .news_b_cont {
        width: 100%;
        margin-bottom: 0.4rem;
        border-bottom: 1px solid #ccc;
        padding-bottom: 0.4rem;
    }
    .b_c_three3{
        display: none;
    }
    .banner_cont img{
        height: 1.6rem;
    }
    .pro_b_cont{
        width: 48%!important;
    }
    .pro_boxs{
        margin-top: 0.3rem;
    }
    .pro_b_c_img{
        min-height: 2.2rem;
        max-height: 2.2rem;
    }
    .pro_b_c_img img{
            min-height: 2rem;
    }
    .padding {
        padding: 0.4rem 0;
    }
    .pro_c_ri{
        display: none;
    }
    .pro_conts .pro_c_le{
        width: 100%;
    }
    .pro_c_ts{
        font-size: 0.36rem;
    }
    .pro_c_c_t{
        font-size: 0.26rem;
    }
    .map_box_imgs {
        display: flex;
        align-items: center;
        margin: 4% 0;
    }
    .pro_cont{
        margin-top: 1.3rem;
    }
    .edui-upload-video{
        width: 7rem;
        height: 3.6rem;
    }
    .pro_c_p{
        margin: 2% 0;
    }
    .pro_c_n{
        margin: 2% 0;
    }
    .pro_c_p a{
        display: flex;
        flex-direction: column;
        color: #999;
    }
    .pro_c_p em{
        color: #000;
        margin-top: 2%;
    }
    .pro_c_n a{
        color: #999;
        display: flex;
        flex-direction: column;
    }
    .pro_c_n em{
        margin-top: 2%;
        color: #000;
        display: flex;
        flex-direction: column;
    }
    .pro_cs{
        margin: 4% 0;
    }
    .pro_c_cont_pn{
        margin: 8% 0 6% 0;
    }
    .pros_cont{
        margin-top: 4%;
    }
    .pro_c_crab{
        line-height: 2;
    }
    .bottom{
        padding-bottom: 1.3rem;
    }
}
@media only screen and (max-width: 750px){
    .banner_cont{
        margin-top: 1.3rem!important;
    }
}