@charset "utf-8";
/* Css Document */

.banner,.banner-swiper,.img-inner,.img-inner img{
    width: 100%;
    height: auto;
}
.img-inner img{
    display: block;
}
.bottom-nav{
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: 15.85%;
}
.banner-pagination{
    width: 100%;
    font-size: 0;
}
.banner-pagination .swiper-pagination-bullet{
    width: 10.41%;
    height: 4px;
    border-radius: 0;
    background: #000;
    margin-right: 1%;
    opacity: 1;
    position: relative
}
.banner-pagination .swiper-pagination-bullet:before{
    content: "";
    display: block;
    width: 100%;
    height: 20px;
    margin: auto 0;
    position: absolute;
    top: 0;
    bottom: 0;
}
.banner-pagination .swiper-pagination-bullet:last-child{
    margin-right: 0;
}
.banner-pagination .swiper-pagination-bullet-active{
    background: #fff;
}
.ups-icon-videoplay {
    width: 30px;
    height: 30px;
    background: url(../images/index/usp-play.png) no-repeat center center / cover;
    position: absolute;
    right: 19.27%;
    top: -14px;
    z-index: 15;
}
.ups-icon-videoplay.stop-status{
    background: url(../images/index/usp-stop.png) no-repeat center center / cover;
}

/* 车型轮播 */
.figure{
    width: 100%;
    height: 100vh;
}
.figure-inner{
    width: 100%;
    height: 100%;
    background: url(../images/index-gb/bg-figure.gif) no-repeat center center / 100% auto;
    position: relative;
}
.figure-carlunbo{
    width: 100%;
    height: 100%;
}
/* 车型链接 */
.figure-car-link{
    width: 14.375%;
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    /* display: none; */
}
.figure-car-linkul{
    width: 100%;
}
.figure-car-linkli{
    width: 100%;
    padding: 10.6% 0 6.6%;
    background: url(../images/index-gb/bg-figure-link.png) no-repeat center center / auto 100%;
    margin-bottom: 5%;
    position: relative;
}
.figure-car-linkli>a{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.figure-car-linkli-left{
    float: left;
    width: 40%;
}
.figure-car-linkli-left img{
    display: block;
    float: right;
    width: 65%;
    height: auto;
}
.figure-car-linkli-right{
    float: right;
    width: 60%;
    line-height: 3;
    text-align: center;
    font-size: 24px;
    color: #fff;
}
.yqgq img{
    display: block;
    width: 50%;
    margin: 0 auto;
    padding: 7.2% 0;
}
/* 分类、车图、文字 */
.figure-car-content{
    width: 32%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.figure-car-fenlei{
    width: 50%;
    margin-bottom: 30%;
}
.figure-car-fenlei img{
    display: block;
    width: 100%;
    height: auto;
}
.figure-car-img{
    width: 100%;
    height: auto;
    margin-bottom: 15%;
    position: relative;
    overflow: hidden;
}
.figure-car-img:before{
    content: "";
    display: block;
	width: 160px;
	height: 500px;
	background-image: -moz-linear-gradient(0deg,rgba(230,231,232,0),rgba(230,231,232,0.5),rgba(230,231,232,0));
	background-image: -webkit-linear-gradient(0deg,rgba(230,231,232,0),rgba(230,231,232,0.5),rgba(230,231,232,0));
	transform: skewx(-25deg);
	-o-transform: skewx(-25deg);
	-moz-transform: skewx(-25deg);
	-webkit-transform: skewx(-25deg);
    position: absolute;
    top: -50px;
    left: -400px;
}
/*.figure-car-img:hover:before{
     left:250%;
	transition: 3s;
    -webkit-transition: 3s;
	-moz-transition: 3s;
	-o-transition: 3s; 
}*/
.figure-car-img img{
    display: block;
    width: 100%;
    height: auto;
}
.figure-car-text{
    width: 100%;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
}
.figure-car-text a{
    color: #fff;
}
/* 轮播按钮 */
.btn-box{
    width: 24%;
    height: 60%;
    border: 1px solid #025895;
    background: rgba(2,88,149,.3);
    box-shadow: 0 0 10px rgba(2,88,149,.75);
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    z-index: 1;
}
.btn-box-inner{
    width: 100%;
    height: 100%;
    background: url(../images/index-gb/bg-figure-btn.png) no-repeat center center / 100% 100%;
    position: relative;
}
.figure-car-namelunbo-box{
    width: 82%;
    height: 78%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.figure-car-namelunbo{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.figure-car-namelunbo .swiper-slide{
    line-height: 4;
    text-indent: 5%;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}
/* .figure-car-namelunbo .swiper-slide-active{ */
.figure-car-namelunbo .swiper-slide-thumb-active{
    /* font-size: 20px; */
    font-weight: bold;
    color: #000;
    background: url(../images/index-gb/bg-figure-btn-pag.png) no-repeat center center / 100% 100%;
}
.figure-carlunbo-next, .figure-carlunbo-prev{
    top: auto;
    margin-top: 0;
    width: 100%;
    height: 8%;
}
.figure-carlunbo-next{
    background: url(../images/index-gb/btn-figure-next.png) no-repeat center center / auto 100%;
    bottom: 2%;
}
.figure-carlunbo-prev{
    background: url(../images/index-gb/btn-figure-prev.png) no-repeat center center / auto 100%;
    top: 2%;
}

/* 全景丰田 */
.figure-qjft{
    width: 85.4%;
    margin: 0 auto;
    padding-top: 2%;
    margin-bottom: 2%;
}
.figure-qjft-text{
    line-height: 1.69;
    font-size: 28px;
    color: #000;
    margin-bottom: 1.5%;
}
.figure-qjft-text span{
    display: block;
    line-height: 1.44;
    font-size: 32px;
    font-weight: bold;
}
.qjft-lunbobox{
    width: 100%;
    position: relative;
}
.qjft-lunbo{
    width: 100%;
    height: auto;
}
.qjft-lunbo .swiper-slide{
    box-sizing: border-box;
    padding: .5%;
}
.qjft-lunbo-box{
    width: 100%;
}
.qjft-lunbo-top{
    margin-bottom: 1.2%;
}
.qjft-lunbo-top-content,.qjft-lunbo-bot-content{
    float: left;
    overflow: hidden;
    border-radius: 2%;
    box-shadow: 0 0 5px rgba(0,0,0,.5);
}
.qjft-lunbo-top-content img,.qjft-lunbo-bot-content img{
    display: block;
    width: 100%;
    height: auto;
    transition-duration: .6s;
}
.qjft-lunbo-top-content:hover img,.qjft-lunbo-bot-content:hover img{
    transform: scale(1.1);
}
.qjft-lunbo-top-left{
    width: 76.35%;
    margin-right: 1.1%;
}
.qjft-lunbo-top-left .qjft-lunbo-videobtn{
    width: 5%;
}
.qjft-lunbo-top-right{
    width: 22.55%;
}
.qjft-lunbo-top-right .qjft-lunbo-videobtn{
    width: 15%;
}
.qjft-lunbo-bot-content{
    width: 32.15%;
    margin-right: 1.775%;
}
.qjft-lunbo-bot-content:last-child{
    margin-right: 0;
}
.qjft-lunbo-fix-content{
    position: relative;
}
.qjft-lunbo-videobtn{
    width: 10%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
/* 左右按钮 */
.qjft-lunbo-next,.qjft-lunbo-prev{
    width: 4%;
    height: 107px;
}
.qjft-lunbo-next{
    background: url(../images/index-gb/qjft-lunbo-next.png) no-repeat center center / 100% auto;
    right: -5%;
}
.qjft-lunbo-prev{
    background: url(../images/index-gb/qjft-lunbo-prev.png) no-repeat center center / 100% auto;
    left: -5%;
}

.grhome-fix{
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 121;
    display: none;
}
.grhome-fix-inner{
    width: 100%;
    height: 100%;
    position: relative;
}
.grhome-fix-close{
    width: 2%;
    position: absolute;
    top: 10%;
    right: 5%;
    cursor: pointer;
}
.grhome-fix-img{
    width: 20%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.grhome-fix-img img{
    display: block;
    width: 100%;
    height: auto;
}

.qjft-lunbo-bz-link-box{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.qjft-lunbo-bz-link-left,
.qjft-lunbo-bz-link-right{
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
}
.qjft-lunbo-bz-link-left{
    left: 0;
}
.qjft-lunbo-bz-link-right{
    right: 0;
}
.qjft-lunbo-bz-link-left a,
.qjft-lunbo-bz-link-right a{
    display: block;
    width: 100%;
    height: 100%;
}



/* 丰田时报 */
.home-toyotimes-box{
    width: 100%;
    background: #ededed;
    padding: 2% 0;
}
.home-toyotimes-box img{
    display: block;
    width: 100%;
    height: auto;
}
.home-toyotimes-inner{
    width: 85.4%;
    margin: 0 auto;
}
.home-toyotimes-title-box{
    margin-bottom: 2%;
}
.home-toyotimes-title{
    float: left;
}
.home-toyotimes-title h2{
    line-height: 1.44;
    font-size: 36px;
    font-weight: normal;
    color: #000;
}
.home-toyotimes-tab-title-box{
    float: right;
}
.home-toyotimes-tab-title{
    float: left;
    line-height: 1.7;
    font-size: 20px;
    color: #000;
    margin-right: 6%;
    border-bottom: 1px solid rgba(236,34,51,0);
    cursor: pointer;
}
.home-toyotimes-tab-title:last-child{
    margin-right: 0;
}
.home-toyotimes-tab-title.active{
    color: #e60021;
    border-bottom-color: #e60021;
}
.home-toyotimes-tab-cont{
    width: 100%;
    display: none;
}
.home-toyotimes-tab-cont:first-child{
    display: block;
}
.home-toyotimes-tab-cont-inner{
    width: 100%;
}
.home-toyotimes-tab-cont-inner-left{
    float: left;
    width: 47.04%;
}
.home-toyotimes-tab-cont-inner-left-img{
    width: 100%;
}
.home-toyotimes-tab-cont-inner-left-date_and_title_content_region{
    padding-top: 4%;
}
.home-toyotimes-tab-cont-inner-left-date{
    font-size: 16px;
    color: #999;
    margin-bottom: 1%;
}
.home-toyotimes-tab-cont-inner-left-title h3{
    line-height: 1.625;
    font-size: 28px;
}
.home-toyotimes-tab-cont-inner-left-title h3 a{
    color: #000;
}
.home-toyotimes-tab-cont-inner-left-title h3 a:hover,
.home-toyotimes-tab-cont-inner-right-list-title h3 a:hover{
    color: #e60021;
}
.home-toyotimes-tab-cont-inner-right{
    float: right;
    width: 49.81%;
}
.home-toyotimes-tab-cont-inner-right-list{
    margin-bottom: 4%;
}
.home-toyotimes-tab-cont-inner-right-list:last-child{
    margin-bottom: 0;
}
.home-toyotimes-tab-cont-inner-left-img{
    width: 100%;
}
.home-toyotimes-tab-cont-inner-right-list-img{
    float: left;
    width: 36.51%;
}
.home-toyotimes-tab-cont-inner-right-list-date_and_title_content_region{
    float: right;
    width: 58.55%;
    margin-right: 1.78%;
}
.home-toyotimes-tab-cont-inner-right-list-date{
    font-size: 16px;
    color: #999;
    margin-bottom: 2%;
}
.home-toyotimes-tab-cont-inner-right-list-title h3{
    line-height: 1.35;
    font-size: 22px;
}
.home-toyotimes-tab-cont-inner-right-list-title h3 a{
    color: #000;
}

.home-toyotimes-tab-cont-more-text{
    float: right;
    line-height: 1.2;
    font-size: 20px;
}
.home-toyotimes-tab-cont-more-text a{
    display: block;
    color: #e60021;
    border-bottom: 1px solid #e60021;
}



/* 丰田时报视频入口 */
.toyotimes-video_based-box{
    width: 100%;
    background: #ededed;
}
.toyotimes-video_based-box-inner{
    width: 85.4%;
    margin: 0 auto;
    padding: 0 0 2%;
}
.toyotimes-video_based-img{
    width: 100%;
}

/* 新闻中心 */
.news-box{
    padding-top: 2%;
    width: 85.4%;
    margin: 0 auto;
}
.news-inner{
    width: 100%;
}
/* 新闻中心标题 */
.news-titlebox{
    margin-bottom: 2%;
}
.news-title-left{
    float: left;
    font-size: 36px;
    color: #000;
}
.news-title-right{
    float: right;
    padding-top: 5px;
    line-height: 1.2;
    font-size: 24px;
    font-weight: bold;
}
.news-title-right a{
    color: #e60021;
    border-bottom: 1px solid #e60021;
}
/* 新闻列表 */
.news-listbox,.news-ul{
    width: 100%;
}
.news-li{
    float: left;
    width: 48%;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,.5);
    border-radius: 1%;
    margin-bottom: 1.5%;
}
.news-li:nth-child(odd){
    margin-right: 4%;
}
.news-li:hover{
    box-shadow: 0 0 20px rgba(0,0,0,.5);
}
.news-li-left{
    float: left;
    width: 45%;
}
.news-li-left img{
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 0 7px rgb(0 0 0 / 20%);
    image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}
.news-li-right{
    float: right;
    width: 45%;
    margin-right: 6%;
    position: relative;
}
.news-li-right-date{
    padding-top: 8%;
    font-size: 12px;
    color: #a8a8a8;
    margin-bottom: 15%;
}
.news-li-right-title{
    width: 88%;
    margin: 0 auto;
    line-height: 2;
    text-align: center;
    font-size: 18px;
    color: #000;
    letter-spacing: 1px;
}
.news-li-right-title span{
    font-size: 15px;
}
.news-li-right-title a{
    color: #000;
}
.news-li-right-more{
    font-size: 20px;
    line-height: 1.2;
    position: absolute;
    right: 5%;
    bottom: 10%;
    display: none;
}
.news-li-right-more a{
    display: block;
    color: #e60021;
    border-bottom: 1px solid #e60021;
}

@media screen and (min-width:1440px) and (max-width:1600px){
    .figure-car-namelunbo .swiper-slide{
        font-size: 14px;
    }
}
@media screen and (max-width:1680px){
    /* 车型链接 */
    .figure-car-linkli-right{
        line-height: 3.2;
        font-size: 14px;
    }
    .yqgq img{
        width: 60%;
        padding: 5.5% 0;
    }
    /* 分类、车图、文字 */
    .figure-car-text{
        font-size: 26px;
    }
    /* 轮播按钮 */
    .figure-car-namelunbo .swiper-slide{
        width: auto;
        line-height: 3;
        font-size: 14px;
    }
    .figure-car-namelunbo .double-text{
        text-indent: 0;
        padding-left: 5%;
        line-height: 1.5;
    }

    /* 全景丰田 */
    .figure-qjft-text{
        line-height: 1.5;
        font-size: 20px;
    }
    .figure-qjft-text span{
        line-height: 1.2;
        font-size: 24px;
    }
    
    /* 丰田时报标题 */
    .home-toyotimes-title h2{
        font-size: 30px;
    }
    .home-toyotimes-tab-title{
        font-size: 18px;
    }
    .home-toyotimes-tab-cont-inner-left-date,
    .home-toyotimes-tab-cont-inner-right-list-date{
        font-size: 12px;
    }
    .home-toyotimes-tab-cont-inner-left-title h3{
        font-size: 18px;
    }
    .home-toyotimes-tab-cont-inner-right-list-title h3{
        font-size: 14px;
    }

    /* 新闻中心标题 */
    .news-title-left{
        font-size: 30px;
    }
    .news-title-right{
        font-size: 20px;
    }
    /* 新闻列表 */
    .news-li-right-date{
        padding-top: 5%;
        margin-bottom: 10%;
    }
    .news-li-right-title{
        line-height: 1.8;
        font-size: 14px;
    }
    .news-li-right-title span{
        line-height: 1.5;
        font-size: 12px;
    }
    .news-li-right-more{
        font-size: 12px;
    }
}

@media screen and (min-width:1339px) and (max-width:1731px){
    .ftsb-tab-title-text{
        font-size: 18px;
    }
@media screen and (min-width:1339px) and (max-width:1559px){
    .ftsb-tab-title-text{
        font-size: 16px;
    }
}
}