@charset "utf-8";

/* 通用 */
.toyota_occupied{
	height: 0!important;
}

/* section1*/
.fp-tableCell{
	vertical-align:top;
}
#menu{
	width: 60px;
	height: 50%;
	position: fixed;
	top: 55%;
	left: 3.4%;
	z-index: 10;
	transform: translateY(-44.2%);
	-ms-transform: translateY(-44.2%);
	overflow: hidden;
}
#menu li.btn{
	width: 100%;
	height: 60px;
	cursor: pointer;
	text-align: center;
	/* background: none; */
	border:1px solid rgb(160,160,160);
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	line-height: 60px;
	transition: all .3s;
	-ms-transition: all .3s;
	position: relative;
}
#menu li.btn:hover{
	border:1px solid #fff;
}
#menu li.prev_btn{
	margin-bottom:120px;
}
#menu li.prev_btn span{
	display: inline-block;
	width: 0;
	height: 0;
	border-bottom: 14px solid #a0a0a0;
  border-top: 8px solid transparent;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  top: 50%;
  left:50%;
  transform: translate(-50%,-70%);
  -ms-transform: translate(-50%,-70%);
}
#menu li.next_btn{
	margin-top:120px; 
	line-height: 80px;
}
#menu li.next_btn span{
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 14px solid #a0a0a0;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  top: 50%;
  left:50%;
  transform: translate(-50%,-30%);
  -ms-transform: translate(-50%,-30%);
}
#menu li.item{
	display: none;
	transform: translateX(50%) rotate(-90deg);
	-ms-transform: translateX(50%) rotate(-90deg);
	transform-origin: left center;
	-ms-transform-origin: left center;
}
#menu li.item a{
	color: #a0a0a0;
	font-size: 18px;
	display: inline-block;
	white-space: nowrap;
	transform: translate(-50%,0%);
	-ms-transform: translate(-50%,0%);
}
#menu li.item span{
	display: inline-block;
	margin-right: 10px;
}
#menu li.active{
	display: block;
}
/* 公共样式 */
.section .page_top,
.section .page_bottom{
	overflow: hidden;
	height: 18%;
	z-index: 2;
	position: relative;
}
.section .page_bottom{
	z-index: 1;
}
.section .page_top .left,
.section .page_top .center,
.section .page_top .right{
	float: left;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	height: 100%;

}
.section .page_top .left,
.section .page_top .right,
.section .page_top .center{
	border-top: 1px solid rgb(226,226,226);
	border-bottom: 1px solid rgb(226,226,226);
}
.section .page_top .left{
	width: 10.4%;
	border-right: 1px solid rgb(226, 226, 226);
}
.section .page_top .right{
	width: 10.4%;
	border-left: 1px solid rgb(226, 226, 226);
}
.section .page_top .center{
	width: 79.2%;
}

.section .main{
	height: 82%;
	position: relative;
	z-index: 2;
}
.section .main .title_wrap{
	height: 10%;
	font-style: italic;
	color: #2d53aa;
	position: relative;
	z-index: 1;
}
.section .main .title_wrap .left,
.section .main .title_wrap .center,
.section .main .title_wrap .right{
	float: left;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	height: 100%;
}
.section .main .title_wrap .left{
	width: 10.4%;
	border: 1px solid rgb(226, 226, 226);
	border-left: none;
}
.section .main .title_wrap .right{
	width: 10.4%;
	border: 1px solid rgb(226, 226, 226);
	border-right: none;
}
.section .main .title_wrap .center{
	width: 79.2%;
	/* border-top: 1px solid rgb(226, 226, 226); */
	border-bottom: 1px solid rgb(226, 226, 226);
}
.section .main .title_wrap .center .tilte{
	float: left;
	font-size: 120px;
	line-height: 120px;
	font-weight: bold;
	letter-spacing: 2px;
	margin-left: 2%;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.section .main .title_wrap .center .back{
	float: right;
	margin-right: 2%;
	font-style: normal;
	font-size:36px;
	line-height: 36px;
	color: #fff;
	padding: 14px 30px;
	border:1px solid #fff; 
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	cursor: pointer;
}
.section .main .info{
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 90%;
}
.section .main .info .info_wrap{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.section .main .info .left,
.section .main .info .center,
.section .main .info .right{
	float: left;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	height: 100%;
}
.section .main .info .center{
	width: 79.2%;
	float: left;
}
.section .main .info .center .svg_text{
	margin-top: 2%;
	width: 100%;
	height: 100%;
}
.section .main .info .center .svg_text .group{
	transform: rotate(-11deg) translate(0, 36%);
	-ms-transform: rotate(-11deg) translate(0, 36%);
	-webkit-transform:rotate(-11deg) translate(0, 36%) ;
	padding-bottom: 10%;
	transform-origin: left bottom;
	font-size:64px;
	letter-spacing: 2px;
}
.section .main .info .left{
	width: 10.4%;
	border-right: 1px solid rgb(226,226,226);
}
.section .main .info .right{
	width: 10.4%;
	border-left: 1px solid rgb(226, 226, 226);
}
/* 轮播图 */
.device {
  width: 100%;
  position: relative;
  height: 100%;
}
.swiper-container {
  height: 100%;
}
.swiper-slide img{
	width: 100%;
}
/* 公共样式结束 */
/*section1*/
.section1 .banner{
	width: 100%;
	padding-top: 1%;
}
.section1 .banner img{
	width: 100%;
}
.section1 .banner .banner_link{
	position: absolute;
	top: 20%;
	left: 10.4%;
	width: 79.2%;
	transform: rotate(-11deg);
	-ms-transform: rotate(-11deg);
}
.section1 .banner .banner_link a{
	display: block;
	height: 0;
	width: 100%;
	padding-bottom:8%;
}

.section1 .main{
	height: 80%;
}
.section1 .main .title_wrap .center .title,.section2 .main .title_wrap .center .title{
	float: left;
	width: 25%;
	margin-left: 2%;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.section1 .main .title_wrap .center .title img,.section2 .main .title_wrap .center .title img{
	width: 100%;
}
.section1 .main .title_wrap .center .my_nav,.section2 .main .title_wrap .center .my_nav{
	float: right;
	height: 100%;
}
.section1 .main .title_wrap .center .my_nav li,.section2 .main .title_wrap .center .my_nav li{
	float: left;
	height: 100%;
	position: relative;
}
.section1 .main .title_wrap .center .my_nav li::before,.section2 .main .title_wrap .center .my_nav li::before{
	content: '';
	display: inline-block;
	height: 100%;
	width: 0;
	vertical-align: middle;
}
.section1 .main .title_wrap .center .my_nav li a,.section2 .main .title_wrap .center .my_nav li a{
	display: inline-block;
	vertical-align: middle;
	padding: 20px 32px;
	color: #a0a0a0;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	letter-spacing: 2px;
	text-align: center;
}
.section1 .main .title_wrap .center .my_nav li a span,.section2 .main .title_wrap .center .my_nav li a span{
	transition: all 0.3s;
}
.section1 .main .title_wrap .center .my_nav li a span.top_triangle,.section2 .main .title_wrap .center .my_nav li a span.top_triangle{
	border-bottom: 8px solid #000;
  border-left: 4px solid transparent;
  border-top: 4px solid transparent;
  border-right: 4px solid transparent;
  position: absolute;
  top: -10%;
  left: 50%;
  margin-left: -4px;
  opacity: 0;
}
.section1 .main .title_wrap .center .my_nav li a span.bottom_triangle,.section2 .main .title_wrap .center .my_nav li a span.bottom_triangle{
	border-top: 8px solid #000;
  border-left: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid transparent;
  position: absolute;
  bottom: -10%;
  left: 50%;
  margin-left: -4px;
  opacity: 0;
}
.section1 .main .title_wrap .center .my_nav li.active a,.section2 .main .title_wrap .center .my_nav li.active a{
	color: #2d53aa;
}
.section1 .main .title_wrap .center .my_nav li.active a span.top_triangle,.section2 .main .title_wrap .center .my_nav li.active a span.top_triangle{
	opacity: 1;
	top: 0;
}
.section1 .main .title_wrap .center .my_nav li.active a span.bottom_triangle,.section2 .main .title_wrap .center .my_nav li.active a span.bottom_triangle{
	opacity: 1;
	bottom: 0;
}
.section1 .main .title_wrap .center .my_nav li:hover a,.section2 .main .title_wrap .center .my_nav li:hover a{
	color: #2d53aa;
}

.section1 .page_top{
	height: 20%;
}
.section1 .page_top .left,
.section1 .page_top .right,
.section1 .page_top .center{
	border-bottom:none;
}
/*section2*/
.section2 .main .info{
	height: 105.5%;
}
.section2 .banner{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
}
.section2 .banner img{
	width: 100%;
	position: absolute;
	bottom: 0;
}
.section2 .main .info .center{
	position: relative;
	height: 100%;
}
.section2 .main .info .center .se2_content{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	color: #a0a0a0;
	margin-top: 2%;
}
.section2 .main .info .center .se2_left,
.section2 .main .info .center .se2_right{
	float: left;
}
.section2 .main .info .center .se2_left{
	width: 25%;
}
.section2 .main .info .center .se2_left h1{
	display: inline-block;
	font-size: 80px;
	letter-spacing: 6px;
	transform: rotate(-90deg) translate(10%,100%);
	-ms-transform: rotate(-90deg) translate(10%,100%);
	transform-origin: left center;
	-ms-transform-origin: left center;
	font-weight: bold;
}
.section2 .main .info .center .se2_right{
	width: 75%;
}
.section2 .main .info .center .se2_right .title{
	font-size:60px;
	line-height: 60px;
	margin-bottom: 4.5%;
	font-weight: bold;
	color: #2d53aa;
}
.section2 .main .info .center .se2_right .hr_line{
	opacity: 0.5;
	margin-bottom: 3.8%;
}
.section2 .main .info .center .se2_right .text{
	font-size: 18px;
	line-height: 30px;
	padding-right: 30px;
	color: #a0a0a0;
}
.section2 .main{
	height:85%;
}
.section2 .page_top{
	height: 15%;
	border-top:1px solid rgba(255,255,255,0.5);
}
.section2 .page_top .left,
.section2 .page_top .right{
	border-bottom: none;
}	
/*section3*/
.section_left .main .info{
	height: 100%;
}
.section_left .main .info .center .title_wrap{
	width: 100%;
	height: 8%;
}
.section_left .main .info .center .title_wrap .title{
	width: 50%;
	height: 100%;
	background-image: url(../img/line_bg.png);
	margin:auto;
	text-align: center;
	font-size: 60px;
	letter-spacing: 4px;
	font-weight: bold;
	font-style: normal;
	background-color: #a0a0a0;
}
.section_left .main .info .center .title_wrap .title h2{
	transform: translateY(-60%);
	-ms-transform: translateY(-60%);
	font-weight: bold;
}
.section_left .main .info .center .se_content{
	margin-top: 3%;
	position: relative;
	overflow: hidden;
	height: 0;
	padding-bottom: 38%;
}
.section_left .main .info .center .se_content .se_bg{
	width: 100%;
	height: 0;
	padding-bottom: 38%;
}
.section_left .main .info .center .se_content .se_bg .se_bg_left{
	float: left;
	width: 60%;
	height: 0;
	padding-bottom: 38%;
	background: rgb(160,160,160);
	border: 1px solid rgba(255,255,255,0.2);
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	position: relative;
}
.section_left .main .info .center .se_content .se_bg .se_bg_left .italic_bg{
	width: 100%;
	height: 0;
	padding-bottom: 13%;
	background-image: url(../img/line_bg.png);
	position: absolute;
	left: 0;
	bottom: 0;
}
.section_left .main .info .center .se_content .se_bg .se_bg_right{
	float: left;
	width: 40%;
	height: 0;
	padding-bottom: 38%;
	background: url(../img/spot_bg.png);
}
.section_left .main .info .center .se_content .se_desc{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 2.6%;
	padding-left: 3.5%;
	padding-right: 0;
}
.section_left .main .info .center .se_content .se_desc .se_desc_left{
	float: left;
	width: 38%;
}
.section_left .main .info .center .se_content .se_desc .se_desc_left .desc{
	padding-right: 10%;
	color: #fff;
}
.section_left .main .info .center .se_content .se_desc .se_desc_left .desc h5{
	font-size: 20px;
	font-weight: bold;
	margin-bottom:2%; 
}
.section_left .main .info .center .se_content .se_desc .se_desc_left .desc p{
	font-size: 18px;
	line-height: 30px;
	text-align:justify;
}
.section_left .main .info .center .se_content .se_desc .se_desc_left .desc .count{
	float: left;
	width: 26.5%;
	height: 0;
	padding-bottom: 26.5%;
	margin-right: 6%;
	background: url(../img/line_bg.png);
	border: 1px solid #fff;
	color: #fff;
	font-weight: bold;
}
.section_left .main .info .center .se_content .se_desc .se_desc_left .desc .count span{
	position: relative;
	display: block;
	font-size: 120px;
	line-height: 120px;
	font-style: italic;
	transform: translate(-30%,-25%);
	-ms-transform: translate(-30%,-25%);
	font-family: 'Impact';
}
.section_left .main .info .center .se_content .desc_btn{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 10%;
	width: 32%;
	margin-left: 3.6%;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	z-index: 10;
}
.section_left .main .info .center .se_content .desc_btn div.btn{
	width: 12.8%;
	height: 0;
	padding-bottom: 12.8%;
	background: #fff;
	float: left;
	margin-right:6%;
	text-align: center;
	cursor: pointer;
}
.section_left .main .info .center .se_content .desc_btn div.btn span{
	margin-top: 50%;
}
.section_left .main .info .center .se_content  div.btn_left span{
	display: inline-block;
	width: 0;
	height: 0;
	border-right: 14px solid #4b78ed;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  transform: translate(-30%,-50%);
	-ms-transform: translate(-30%,-50%);
}
.section_left .main .info .center .se_content div.btn_right span{
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 14px solid #4b78ed;
  border-right: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  transform: translate(30%,-50%);
	-ms-transform: translate(30%,-50%);
}
.section_left .main .info .center .se_content .se_desc .se_desc_right{
	float: left;
	width: 62%;
	height: 100%;
	border: 1px solid rgba(255,255,255,0.5);
	border-radius: 2px;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	overflow: hidden;
}
.section_left .main .info .center .se_content .se_desc .se_desc_right .desc{
	padding: 10px;
	background: #fff;
	height: 100%;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.section_left .main .info .center .se_content .se_desc .desc .img_box{
	height: 100%;
	overflow: hidden;
}
/*section_right*/
.section_right .main .info .center .se_content .se_desc{
	padding: 2.6%;
	padding-right: 3.5%;
  padding-left: 0;
}
.section_right .main .info .center .se_content .se_desc .se_desc_left .desc{
	padding-left:10%;
	padding-right: 0;
}
/*section3*/
.section3{
	position: relative;
}
.section3 .banner{
	width: 36%;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
	transform: translate(0,45%);
	-ms-transform: translate(0,45%);
}
.section3 .banner img{
	width: 100%;
}

/*section4*/
.section4 .main .info{
	height: 100%;
}
.section4 .main .info .center .title_wrap .title{
	width: 54%;
}
.section4 .main .info .center .se_content .se_desc .se_desc_left .desc h3{
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 5%;
	font-weight: bold;
}
.section4 .main .info .center .se_content .se_desc .se_desc_left .desc .sm_hr_line{
	height: 4px;
	width: 48px;
	background: #fff;
	margin-bottom: 5%;
}
.section4 .main .info .center .se_content .se_desc .se_desc_left .desc p{
	font-size: 18px;
	line-height: 30px;
}


/* 中屏 */
@media screen and (max-width: 1600px){
	#menu{
		width: 50px;
	}
	#menu li.btn{
		width: 100%;
		height: 50px;
		line-height: 50px;
	}
	#menu li.prev_btn{
		margin-bottom:110px; 
	}
	#menu li.next_btn{
		margin-top:110px; 
		line-height: 70px;
	}
	#menu li.item a{
		color: #a0a0a0;
		font-size: 16px;	
	}
	.section .main .title_wrap .center .tilte{
		font-size: 96px;
		line-height: 96px;
	}
	.section .main .title_wrap .center .back{
		font-size:28px;
		line-height: 28px;
		padding: 11px 24px;
	}
	.section2 .main .info .center .se2_left h1{
		font-size: 64px;
	}
	.section2 .main .info .center .se2_right .title{
		font-size:48px;
		line-height: 48px;
	}
	.section2 .main .info .center .se2_right .text{
		font-size: 16px;
		line-height: 24px;
		padding-right: 24px;
	}
	.section_left .main .info .center .title_wrap .title{
		font-size: 48px;
	}

	.section_left .main .info .center .se_content .se_desc .se_desc_left .desc p{
		font-size: 16px;
		line-height: 24px;
	}
	.section_left .main .info .center .se_content .se_desc .se_desc_left .desc .count span{
		font-size: 96px;
		line-height: 96px;
	}
	.section4 .main .info .center .se_content .se_desc .se_desc_left .desc h3{
		font-size: 18px;
		line-height: 28px;
	}
	.section4 .main .info .center .se_content .se_desc .se_desc_left .desc p{
		font-size: 16px;
		line-height: 24px;
	}
	.section_left .main .info .center .se_content .se_desc .se_desc_left .desc h5{
		font-size: 18px;
	}
	.section1 .main .title_wrap .center .my_nav li a,.section2 .main .title_wrap .center .my_nav li a{
		padding: 18px 20px;
		font-size: 18px;
	}
}

/* 小屏 */
@media screen and (max-width: 1366px){
	#menu{
		width: 40px;
	}
	#menu li.btn{
		width: 100%;
		height: 40px;
		line-height: 40px;
	}
	#menu li.prev_btn{
		margin-bottom:100px; 
	}
	#menu li.next_btn{
		margin-top:95px; 
		line-height: 60px;
	}
	#menu li.item a{
		color: #a0a0a0;
		font-size: 14px;	
	}
	.section .main .title_wrap .center .tilte{
		font-size: 84px;
		line-height: 84px;
	}
	.section .main .title_wrap .center .back{
		font-size:24px;
		line-height: 24px;
		padding: 10px 20px;
	}
	.section2 .main .info .center .se2_left h1{
		font-size: 56px;
	}
	.section2 .main .info .center .se2_right .title{
		font-size:42px;
		line-height: 42px;
	}
	.section2 .main .info .center .se2_right .text{
		font-size: 14px;
		line-height: 22px;
		padding-right: 22px;
	}
	.section_left .main .info .center .title_wrap .title{
		font-size: 42px;
	}
	.section_left .main .info .center .se_content .se_desc .se_desc_left .desc p{
		font-size: 14px;
		line-height: 22px;
	}
	.section_left .main .info .center .se_content .se_desc .se_desc_left .desc .count span{
		font-size: 84px;
		line-height: 84px;
	}
	.section4 .main .info .center .se_content .se_desc .se_desc_left .desc h3{
		font-size: 16px;
		line-height: 24px;
	}
	.section4 .main .info .center .se_content .se_desc .se_desc_left .desc p{
		font-size: 14px;
		line-height: 22px;
	}
	.section_left .main .info .center .se_content .se_desc .se_desc_left .desc h5{
		font-size: 16px;
	}
	.section1 .main .title_wrap .center .my_nav li a,.section2 .main .title_wrap .center .my_nav li a{
		padding: 14px 20px;
		font-size: 16px;
	}
	.section_left .main .info .center .title_wrap .title h2{
		transform: translateY(-35%);
		-ms-transform: translateY(-35%);
	}
}

/* 小屏 */
@media screen and (max-width: 1280px){
	.section .main .title_wrap .center .tilte{
		font-size: 78px;
		line-height: 78px;
	}
	.section .main .title_wrap .center .back{
		font-size:22px;
		line-height: 22px;
		padding: 9px 18px;
	}
	.section2 .main .info .center .se2_left h1{
		font-size: 52px;
	}
	.section2 .main .info .center .se2_right .title{
		font-size:40px;
		line-height: 40px;
	}
	.section2 .main .info .center .se2_right .text{
		font-size: 12px;
		line-height: 20px;
		padding-right: 20px;
	}
	.section_left .main .info .center .title_wrap .title{
		font-size: 40px;
	}

	.section_left .main .info .center .se_content .se_desc .se_desc_left .desc p{
		font-size: 12px;
		line-height: 20px;
	}
	.section_left .main .info .center .se_content .se_desc .se_desc_left .desc .count span{
		font-size: 72px;
		line-height: 72px;
	}
	.section4 .main .info .center .se_content .se_desc .se_desc_left .desc h3{
		font-size: 14px;
		line-height: 22px;
	}
	.section4 .main .info .center .se_content .se_desc .se_desc_left .desc p{
		font-size: 12px;
		line-height: 20px;
	}
	.section_left .main .info .center .se_content .se_desc .se_desc_left .desc h5{
		font-size: 14px;
	}
	.section1 .main .title_wrap .center .my_nav li a,.section2 .main .title_wrap .center .my_nav li a{
		padding: 12px 18px;
		font-size: 14px;
	}
}

/*@media screen and (max-device-aspect-ratio:9/6){
	.section_left .main .info .center .se_content .se_desc .se_desc_left .desc h5{
		font-size: 18px;
	}
	.section_left .main .info .center .se_content .se_desc .se_desc_left .desc p{
		font-size: 14px;
		line-height: 20px;
	}
}*/