body{max-width: 1920px;margin: 0 auto;}
img{display: block;}
.pc{display: block;}
.mobile,.lpc{display: none !important;}
header .email_box{
    display: block;
    width: 150px;
    height: 156px;
    position: absolute;
    top:0;
    right: 0;
    background-color: #232323;
    z-index: 2;
}
header .email_box img{display:block;margin: 30px auto 0 auto;}
header .email_box p{font:normal 18px/40px "SourceHanSansCN-Medium";color: #ffffff;text-align: center;}
.section1{
   /* background-image: url("../images/MITSUBISHI/Recruit/banner.jpg");  */
   background:#EEF4F4;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    padding: 5% 0 8% 0;
    position: relative;
}
.section1 h1{font: bold 6.25vw/6.25vw "Arial";color: #343434;margin-bottom: 2vw;}
.section1 h1.aftersale{text-align: left;}
.section1 p{font: normal 2.5vw/2.5vw "NOTOSANSJP-REGULAR";color: #d71317;}
.section1 p span{font: bold 45px/50px "NOTOSANSJP-REGULAR";color: #d71317;}
.section1 .s1_b_box{position: absolute;bottom: 0;width: 1640px;}
.section1 .s1_b_box .crumbs{float: right;margin-bottom: 1vw;}
.section1 .s1_b_box .crumbs a{ font: normal 12px/12px "NOTOSANSJP-REGULAR";color: #666666;margin-left: 1.5vw;}
.section1 .mitsubishi_tab{bottom: 0;width: 100%;float: left}
.section1 .mitsubishi_tab ul li{
    width: 15%;
    height: 70px;
    border: 1px solid #d8d8d8;
    font:normal 24px/24px "SourceHanSansCN-Regular";color: #333333;
    position: relative;
    float: left;
    box-sizing: border-box;
    padding: 0 1vw 0 1.8vw;
    margin-right: 2%;
    cursor: pointer;
    background-color: #ffffff;
    display: flex;
    align-items: center;
}
.section1 .mitsubishi_tab ul li a{color: #333333;width: 100%;height: 100%;line-height: 70px;}
.section1 .mitsubishi_tab ul li:last-child{margin-right: 0;}
.section1 div.mitsubishi_tab ul li.active:after{
    content: "";
    display: block;
    width: 100%;
    height:10px;
    background-color: #d71317;
    position: absolute;
    bottom:0;
    left:0;
}
.section1 div.mitsubishi_tab ul li img{position: absolute;top: 24px; right:20px;transition: all 0.3s;}
.section1 div.mitsubishi_tab ul li.active img{transform: rotate(90deg);}

.section1 .Loremipsum_tab ul li{width: 18%; margin-right: 2%; padding: 0 1vw 0 1vw;}

footer{
    padding: 5% 0;
    background-color: #2e2e33;
    text-align: center;
    margin-top: 60px;
}
footer .container>div{display: inline-block;vertical-align: middle;}
footer .container .footer_left{width: 15%;}
footer .container .footer_left img{width:100%;max-width: 195px;}
footer .container .footer_middle{margin:0 0 0 0;width: 57%;}
footer .container .footer_middle p:nth-child(1) a{
    font: normal 1vw/2.5vw "SourceHanSansCN-Bold";color: #ffffff;
}
footer .container .footer_middle p:nth-child(2){
    font: normal 0.9vw/4vw "SourceHanSansCN-Bold";color: #f2f2f2;
}
footer .container .footer_right{width: 24%;}
footer .container .footer_right a{display: inline-block;margin: 0 2%;color:#fff;}
footer .container .footer_right a img{margin:0 auto;}
.mr0_d{margin:0 !important;}


@media (max-width: 1639px) and (min-width:1000px){
    .container{width: 94%;margin: 0 auto;}
    header{position: relative;}
    header .container .nav_box{display: inline-block;width: 55%;vertical-align: top;position: absolute;height: 100%;}
    header .container ul{height: 100%;}
    header .container ul li{display:inline-block;text-align: center;height: 100%;margin: 0 1%;}
    header .container ul li a{font: normal 1.2vw "SourceHanSansCN-Bold";color: #222222;display: flex;height: 100%;align-items: center;}
    header .container>a.logo>img{width:30%;display: inline-block;margin: 10px 5% 10px 0;}
    .section1 .s1_b_box{width: 94%;}
}
@media (min-width:1640px){
    .container{width: 1640px;margin: 0 auto;}
    header .container{width: 94%;margin: 0 auto;}
    header .container{position: relative;}
    header .container>a.logo>img{float: left;margin: 10px 0;width: 471px;}
    header .container .nav_box{float:right;width: 55%;vertical-align: top;margin-right: 150px;}
    header .container ul li{display:inline-block;text-align: center;height: 100%;padding: 0 2%;}
    header .container ul li a{font: normal 20px/110px "SourceHanSansCN-Bold";color: #222222;display: flex;height: 100%;align-items: center;justify-content: center;}

}