@charset "utf-8";
/* Css Document */

/* 通用样式 */
@font-face {
    font-family: 'hyykh';
    src: url('../../common/font/hyykh.woff') format('woff');
}
.toyotimes-nav-wrap{
    width: 100%;
}
.toyotimes-banner-wrap,
.toyotimes-news-hotranking,
.ftsb-content,
.ftsb-ftzx-box,
.toyotatimes-video-tab-banner-box,
.toyotatimes-video-hot-recommendation-box,
.toyotatimes-video-same-permutation-box,
.toyotimes-video_based-box{
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}
.toyotimes-news-hotranking-inner,
.same-section-box,
.ftsb-ftzx-link-wrap,
.ftsb-ftzx-year,
.ftsb-ftzx-listbox,
.toyotatimes-video-same-inner,
.toyotimes-video_based-box-inner{
    width: 86.45%;
    margin: 0 auto;
}
.toyotimes-nav-wrap img,
.toyotimes-banner-wrap img,
.toyotatimes-video-wrap img,
.toyotimes-news-hotranking img,
.vision_content img,
.toyotimes-video_based-box img,
.toyotatimes-video-wrap img{
    display: block;
    width: 100%;
    height: auto;
}

/* 导航 */
.toyotimes-nav-wrap {
    background: #ea0a1d;
    position: inherit;
    position: fixed;
    top: 60px;
    left: 0;
    z-index: 15;
    opacity:0.9;
    height: 67px;
}
.toyotimes-nav-inner{
    width: 89.7%;
    /* width: 92%; */
    margin: 0 auto;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.toyotimes-nav-logo,
.toyotimes-nav-cont{
    float: left;
}
.toyotimes-nav-logo{
    /* width: 8%; */
    margin-right: 5%;
}
.toyotimes-nav-cont{
    width: 68%;
}
.toyotimes-nav-ul{
    width: 100%;
    text-align: center;
}
.toyotimes-nav-li {
    /* float: left; */
    display: inline-block;
    padding: 0 .5vw;
    line-height: 2;
    font-family: "hyykh"!important;
    font-size: 16px;
    /* font-weight: bold; */
    position: relative;
}
.toyotimes-nav-li:first-child{
    padding-left: 0;
}
/* .toyotimes-nav-li:last-child{
    padding-right: 0;
} */
.toyotimes-nav-li:after{
    content: "";
    display: block;
    width: 10px;
    height: 18px;
    background: url(../images/bg-toyotimes-nav.png) no-repeat center center / 100% auto;
    position: absolute;
    top: 50%;
    right: -5%;
    transform: translateY(-50%);
}
.toyotimes-nav-li:last-child:after{
    background: none;
}


/* .toyotimes-nav-li:last-child:after{
    display: none;
} */
.toyotimes-nav-li a {
    display: block;
    padding: 0 1vw;
    border-radius: 25px / 30px;
    color: #fff;
}
.toyotimes-nav-li:hover a{
    color: rgba(255, 255, 255, .85);
}
.toyotimes-nav-li.active a{
    background: #fff;
    color: #ea0a1d;
}
.toyotimes-nav-subscribed{
    float: right;
    line-height: 2;
    background: url(../images/icon-toyotimes-subscribed.png) no-repeat 25px center / 16px auto,#fff;
    border-radius: 25px / 30px;
    font-size: 20px;
    color: #ea0a1d;
    padding: 0 30px 0 60px;
    cursor: pointer;
}

.toyotimes-nav-video{
    width: 8%;
    margin-right: 0%;
    border-radius: 5px;
    overflow: hidden;
}

.toyotimes-nav-subscribed2{
    width: 10%;
    margin-right: 1%;
    display: none;
}




/* 订阅弹出 */
.dingyue_wrap{width:100%;height:100%;position:fixed;top:0;left:0;z-index:10000;background: url(../imgs/subscribe_bg.png);display:none;}
@media screen and (min-width:1600px) and (max-width:1750px){
    .toyotimes-nav-li{
        font-size: 16px;
    }
}
@media screen and (min-width:1440px) and (max-width:1680px) {
    .toyotimes-nav-li{
        font-size: 16px;
        padding: 0 0.45vw;
    }
    .toyotimes-nav-logo{
        margin-right: 1.5%;
    }
/*     .toyotimes-nav-li{
        padding: 0 1.3vw;
    } */
    .toyotimes-nav-cont {
        width: 70%;
    }
    
    
   
}

@media screen and (max-width:1440px) {
    .toyotimes-nav-logo{
        margin-right: 1.5%;
    }
    .toyotimes-nav-li,
    .toyotimes-nav-subscribed{
        line-height: 1.8;
        font-size: 14px;
    }
    .toyotimes-nav-li{
        padding: 0 0.5vw;
    }
    .toyotimes-nav-subscribed{
        background: url(../images/icon-toyotimes-subscribed.png) no-repeat 15px center / 16px auto,#fff;
        padding: 0 20px 0 40px;
    }
    .toyotimes-nav-cont {
        width: 77%;
    }
    .toyotimes-nav-inner {
        /* padding: 7px 0; */
    }
    
    .toyotimes-nav-video{
        width: 10%;
    }
    .toyotimes-nav-subscribed2{
        width: 12%;
    }

}
@media screen and (min-width:1280px) and (max-width:1330px){
    .toyotimes-nav-li, .toyotimes-nav-subscribed{
        font-size: 14px;
    }
}
@media screen and (max-width:1280px) {
    .toyotimes-nav-inner{
        width: 100%;
    }
    .toyotimes-nav-cont {
        /* width: 110%; */
    }
    .toyotimes-nav-logo {
        margin-right: 3%;
        margin-left: 3%;
        width: 11%;
    }
    .toyotimes-nav-inner {
        padding: 15px 0;
    }
    .toyotimes-nav-subscribed2 img {
        width: 80%;
        cursor: pointer;
    }

    .toyotimes-nav-video{
        width: 12%;
        margin: 0 3% 0;
    }
    .toyotimes-nav-subscribed2{
        width: 15%;
    }

}
@media screen and (max-width:940px) {
    .toyotimes-nav-inner{
        width: 100%;
    }
    .toyotimes-nav-cont {
        width: 230%;
    }
    .toyotimes-nav-logo {
        margin-right: 3%;
        margin-left: 3%;
        width: 11%;
    }
    .toyotimes-nav-inner {
        padding: 15px 0;
    }
    .toyotimes-nav-subscribed2 img {
        width: 80%;
        cursor: pointer;
    }

}