@charset "utf-8";
/*Css Document */

/* 通用样式 */
.header-fixed img{
    display: block;
    width: 100%;
    height: auto;
}


/* 导航定位后占位元素 */
.toyota_occupied{
    width: 100%;
    height: 60px;
}
/* 头部 */
.header-fixed{
    width: 100%;
    height: 60px;
    position: fixed;
    top: 0;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    z-index: 16;
}
/* 头部内主要内容盒子 */
.header-subbox{
    width: 96.875%;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
/* logo */
.logo{
    width: .786rem;
    height: .224rem;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.toyota_nav_comment,
.toyota_nav_subscribe{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.toyota_nav_comment{
    float: left;
    width: .208rem;
    margin-right: .104rem;
    cursor: pointer;
    display: none;
}
.toyota_nav_comment_img{
    width: 100%;
}
.toyota_nav_comment_num{
    width: .104rem;
    height: .104rem;
    text-align: center;
    background: #d8312d;
    border-radius: 50%;
    line-height: 1.66;
    font-size: .063rem;
    color: #fff;
    position: absolute;
    top: -10%;
    right: -10%;
}
.toyota_nav_comment_message{
    width: 1.302rem;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,.08);
    border-radius: 6px;
    position: absolute;
    top: 135%;
    left: -50%;
    display: none;
}
.toyota_nav_comment_message:before,
.toyota_nav_comment_message:after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 12%;
}
.toyota_nav_comment_message:before{
    border: .052rem solid #fff;
    border-top-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
    top: -8%;
    left: 12%;
    z-index: 1;
}
.toyota_nav_comment_message:after{
    border: .06rem solid rgba(0,0,0,.08);
    border-top-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
    top: -9.6%;
    left: 11.1%;
}
.toyota_nav_comment_message_list_box{
    width: 92%;
    margin: 0 auto;
    padding: .052rem 0;
}
.toyota_nav_comment_message_list_li{
    line-height: 1.12;
    font-size: .063rem;
    margin-bottom: .026rem;
}
.toyota_nav_comment_message_list_li a{
    display: block;
    padding: .042rem .052rem;
    color: #333;
}
.toyota_nav_comment_message_list_li:nth-child(odd){
    background: rgba(253,237,237,.5);
}
.toyota_nav_comment_message_list_li.aline{
    line-height: 2.24;
}
.toyota_nav_comment_message_more{
    width: 100%;
    padding-bottom: .052rem;
    display: none;
}
.toyota_nav_comment_message_more p{
    width: 100%;
    text-align: center;
    line-height: 2.85;
    font-size: .073rem;
}
.toyota_nav_comment_message_more p a{
    color: #d8312d;
}


/* 导航 */
nav{
    float: left;
    width: 90%;
}
.nav-ul{
    width: 100%;
}
.nav-list{
    font-size: .083rem;
    color: #000;
    cursor: pointer;
    position: relative;
}
.nav-list-title{
    padding: 0 .109rem;
    height: 60px;
    line-height: 60px;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.nav-list-title a {
    display: block;
    color: #000;
}
.mtzx-list .nav-list-title{
    padding-right: 0;
}
.nav-list-title a:after {
    content: "";
    display: block;
    width: 0;
    margin: 0 auto;
    height: 2px;
    overflow: hidden;
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 2px;
    background: rgba(230, 0, 33, 1);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.nav-ul .nav-list .nav-list-title:hover a:after {
    width: 65%;
    left: 0;
    right: 0;
}
.nav-ul .nav-list.active .nav-list-title a:after {
    width: 65%;
    left: 0;
    right: 0;
}

.left-list {
    float: left;
}
.right-list {
    float: right;
}

/* 第一个导航 */
.nav-hover-show{
    width: 100%;
    height: calc(100% - 62px);
    border-top: 2px solid #e60021;
    background:  rgba(255,255,255,1);
    z-index: 30;
    position: fixed;
    top: 60px;
    left: 0;
    display: none;
}
.nav-hover-show img{
    display: block;
    width: 100%;
    height: auto;
}
.first-shownav,.show-nav-tabbox{
    width: 100%;
    height: 100%;
}
.shownav-tabtitle{
    width: 100%;
    background: #f8f8f8;
}
.shownav-tabtitle-inner,
.shownav-tabcontent-contentshow-inner{
    width: 84.84375%;
    margin: 0 auto;
}
.shownav-tabtitle-titlelist{
    float: left;
    padding: 0 .156rem;
    height: .396rem;
    line-height: .396rem;
    font-size: .083rem;
    color: #1f1f1f;
}
.shownav-tabtitle-titlelist.active{
    background: #e60021;
    color: #fff;
}
.shownav-tabcontent{
    width: 100%;
    height: calc(100% - .396rem);
}
.shownav-tabcontent-contentshow{
    width: 100%;
    height: 100%;
    display: none;
}
.shownav-tabcontent-contentshow:first-child{
    display: block;
}
.shownav-tabcontent-contentshow-inner{
    height: 100%;
}
.shownav-tabcontent-contentshow-title{
    padding: .156rem 0 .104rem;
    font-size: .146rem;
    color: #1f1f1f;
    border-bottom: 1px solid #e6e6e6;
}
.shownav-tabcontent-contentshow-cont{
    width: 100%;
    height: calc(100% - .443rem);
}
.shownav-tabcontent-contentshow-cont-inner{
    padding-top: .104rem;
    width: 100%;
    height: calc(100% - .104rem);
}
.shownav-tabcontent-contentshow-cont-cont-box {
    width: 100%;
    height: 98%;
}
.nicescroll-rails{
    height: 100%;
    background: rgba(31,31,31,.1);
}
.shownav-tabcontent-contentshow-cont-listbox{
    float: left;
    width: 24%;
    margin: .047rem 0.055%;
}
.shownav-tabcontent-contentshow-cont-listbox:hover{
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.shownav-tabcontent-contentshow-cont-listbox-inner{
    width: 90.05%;
    margin: 0 auto;
    padding: .156rem 0;
}
.shownav-tabcontent-contentshow-cont-list-logo{
    margin-bottom: .156rem;
}
.shownav-tabcontent-contentshow-cont-list-logo-left,.shownav-tabcontent-contentshow-cont-list-logo-right{
    width: 40%;
}
.shownav-tabcontent-contentshow-cont-list-logo-left{
    float: left;
    display: none;
}
.shownav-tabcontent-contentshow-cont-list-logo-right{
    float: right;
}
.shownav-tabcontent-contentshow-cont-list-img,.shownav-tabcontent-contentshow-cont-list-text{
    width: 100%;
    margin-bottom: .156rem;
}
.shownav-tabcontent-contentshow-cont-list-text{
    text-align: center;
    font-size: .083rem;
    color: #1f1f1f;
}
.shownav-tabcontent-contentshow-cont-list-text a{
    color: #1f1f1f;
}
.shownav-tabcontent-contentshow-cont-list-text br{
    display: none;
}
.shownav-tabcontent-contentshow-cont-list-yysj-jxscx{
    width: calc(100% - 2px);
    border: 1px solid #e5e5e5;
    /* display: none; */
}
.shownav-tabcontent-contentshow-cont-list-yysj-jxscx.op0{
    opacity: 0;
    cursor: none;
}
.shownav-tabcontent-contentshow-cont-list-yysj-jxscx.op0 a{
    cursor: none;
}
.shownav-tabcontent-contentshow-cont-list-yysj,
.shownav-tabcontent-contentshow-cont-list-jxscx{
    float: left;
    text-align: center;
    line-height: .271rem;
    font-size: .073rem;
    color: #1f1f1f;
}
.shownav-tabcontent-contentshow-cont-list-yysj{
    width: calc(50% - 1px);
    border-right: 1px solid #e5e5e5;;
}
.shownav-tabcontent-contentshow-cont-list-jxscx{
    width: 50%;
}
.shownav-tabcontent-contentshow-cont-list-yysj a,
.shownav-tabcontent-contentshow-cont-list-jxscx a{
    display: block;
    color: #1f1f1f;
}
.shownav-tabcontent-contentshow-cont-list-yysj:hover,
.shownav-tabcontent-contentshow-cont-list-jxscx:hover{
    background: #e90a1d;
}
.shownav-tabcontent-contentshow-cont-list-yysj:hover a,
.shownav-tabcontent-contentshow-cont-list-jxscx:hover a{
    color: #fff;
}

/* 普通导航 */
.same-shownav{
    width: 100vw;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,.15);
    position: fixed;
    left: 0;
    display: none;
    z-index:5;
}
.nav-list:hover .same-shownav{
    z-index: 10;
}
.nav-list:nth-child(5) .same-shownav-ul{
    text-align: right;
    padding-right: 1.141rem;
}
.nav-list:nth-child(7) .same-shownav-ul{
    text-align: right;
    padding-right: 2.24rem;
}

.same-shownav-list{
    display: inline-block;
    margin: 0 1.875%;
    height: .313rem;
    line-height: .313rem;
    font-size: .083rem;
}
.same-shownav-list a{
    display: block;
    color: #000;
}
.same-shownav-list:hover>a{
    color: #f00;
}


.yiqi-shownav{
    width: 100vw;
    background: url(../images/header/yiqi/bg-yiqi-nav.png) no-repeat center bottom / 100% auto,#fff;
    position: fixed;
    left: 0;
    display: none;
    z-index: 11;
}
.yiqi-shownav img{
    display: block;
    width: 100%;
    height: auto;
}
.yiqi-shownav .same-shownav-ul{
    width: 86.5625%;
    margin: 0 auto;
}
.yiqi-shownav .same-shownav-list{
    display: block;
    height: auto;
    line-height: inherit;
    margin: auto;
}
.yiqi-shownav .same-shownav-list:first-child{
    float: left;
    width: 46.20%;
}
.yiqi-shownav .same-shownav-list:last-child{
    float: right;
    width: 53.79%;
}
.yiqi-shownav-list-tab-title{
    float: left;
    width: 33%;
    text-align: center;
    line-height: 2.4;
    background: #eee;
    letter-spacing: .026rem;
    font-size: .115rem;
    /* font-weight: bold; */
    color: #1b1b1b;
    border-right: 1px solid #fff;
    cursor: pointer;
}
.yiqi-shownav-list-tab-title:last-child{
    border-right: none;
}
.yiqi-shownav-list-tab-title:hover,
.yiqi-shownav-list-tab-title.active{
    background: none;
}
.yiqi-shownav-list-tab-content{
    display: none;
}
.yiqi-shownav-list-tab-content:first-child{
    display: block;
}
.yiqi-shownav-list-tab-content-inner{
    width: 90%;
    margin: 2% auto 0;
}
.yiqi-shownav-list-tab-content-left{
    float: left;
    width: 36%;
}
.yiqi-shownav-list-tab-content-left-title{
    font-size: .094rem;
    color: #1b1b1b;
    margin-bottom: 2%;
    white-space: nowrap;
}
.yiqi-shownav-list-tab-content-left-img{
    padding-top: 10%;
}
.yiqi-shownav-list-tab-content-right{
    float: right;
    width: 48%;
    margin-right: 10%;
}
.yiqi-shownav-list-tab-content-right-ul{
    padding-top: 6%;
}
.yiqi-shownav-list-tab-content-right-li{
    line-height: 1.94;
    font-size: .094rem;
    /* font-weight: bold; */
    letter-spacing: .01rem;
    color: #1b1b1b;
    border-bottom: 2px solid #bfbfbf;
}
.yiqi-shownav-list-tab-content-right-li a{
    color: #1b1b1b;
}
.yiqi-shownav-list-tab-content-right-li:hover a{
    color: #f00;
}
.yiqi-shownav-list-tab-content-right-li:last-child{
    border-bottom: none;
}

.yiqi-shownav-wrap{
    display: none;
}
.yiqi-shownav-wrap .yiqi-shownav{
    position: static;
    /* top: 60px; */
    display: block;

}



.toyota_nav_subscribe{
    float: right;
    /* width: .615rem; */
    /* cursor: pointer; */
    width: .781rem;
}


/* 媒体中心 */
.mtzx-list .nav-list-title a{
    width: .203rem;
    height: 100%;
    position: relative;
}
.mtzx-list .nav-list-title img{
    position:absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 100%;
    height: auto;
}

@media screen and (min-width: 2500px){
    /* 主体内容宽度 */
    .toyota_banner_box,
    .toyota_tab_box{
        width: 80.2%;
    }

    /* logo */
    .logo{
        width: 151px;
        height: 43px;
    }

    .toyota_nav_comment{
        width: 40px;
        margin-right: 20px;
    }
    .toyota_nav_comment_num{
        width: 20px;
        height: 20px;
        font-size: 12px;
    }
    .toyota_nav_comment_message{
        width: 250px;
    }
    .toyota_nav_comment_message:before{
        border: 10px solid #fff;
    }
    .toyota_nav_comment_message:after{
        border: 12px solid rgba(0,0,0,.08);
    }
    .toyota_nav_comment_message_list_box{
        padding: 10px 0;
    }
    .toyota_nav_comment_message_list_li{
        font-size: 12px;
        margin-bottom: 5px;
    }
    .toyota_nav_comment_message_list_li a{
        padding: 8px 10px;
    }
    .toyota_nav_comment_message_more{
        padding-bottom: 10px;
    }
    .toyota_nav_comment_message_more p{
        font-size: 14px;
    }

    .nav-list{
        font-size: 16px;
    }
    .nav-list-title{
        padding: 0 21px;
    }

    .shownav-tabtitle-titlelist{
        padding: 0 30px;
        height: 76px;
        line-height: 76px;
        font-size: 16px;
    }
    .shownav-tabcontent{
        height: calc(100% - 76px);
    }
    .shownav-tabcontent-contentshow-title{
        padding: 30px 0 20px;
        font-size: 28px;
    }
    .shownav-tabcontent-contentshow-cont{
        height: calc(100% - 85px);
    }
    .shownav-tabcontent-contentshow-cont-inner{
        padding-top: 20px;
        height: calc(100% - 20px);
    }
    .shownav-tabcontent-contentshow-cont-listbox{
        margin: 9px 0.055%;
    }
    .shownav-tabcontent-contentshow-cont-listbox-inner{
        padding: 30px 0;
    }
    .shownav-tabcontent-contentshow-cont-list-logo{
        margin-bottom: 30px;
    }
    .shownav-tabcontent-contentshow-cont-list-img,.shownav-tabcontent-contentshow-cont-list-text{
        margin-bottom: 30px;
    }
    .shownav-tabcontent-contentshow-cont-list-text{
        font-size: 16px;
    }
    .shownav-tabcontent-contentshow-cont-list-yysj,
    .shownav-tabcontent-contentshow-cont-list-jxscx{
        line-height: 52px;
        font-size: 14px;
    }

    .nav-list:nth-child(5) .same-shownav-ul{
        padding-right: 10.4%;
    }
    .nav-list:nth-child(7) .same-shownav-ul{
        padding-right: 16%;
    }

    .same-shownav-list{
        height: 60px;
        line-height: 60px;
        font-size: 16px;
    }

    .yiqi-shownav-list-tab-title{
        letter-spacing: 5px;
        font-size: 22px;
    }
    .yiqi-shownav-list-tab-content-left-title{
        font-size: 18px;
    }
    .yiqi-shownav-list-tab-content-right-li{
        font-size: 18px;
        letter-spacing: 2px;
    }

    .toyota_nav_subscribe{
        width: 118px;
    }

    .mtzx-list .nav-list-title a{
        width: 39px;
    }
}





