﻿@charset "utf-8";
/* Css Document */

/* 公共样式 */
body{
    background: #f5f5f5;
}
/* 页面主体内容 */
.ideacon{
	width: 1200px;
    margin: 0 auto;
}
.ideacon1,.ideacon2{
	padding-top: 60px;
}
/* .ideacon2-scroll-mark{
	margin-top: -48px;
    padding-top: 48px;
} */
/* 标题 */
.same-title {
    margin-bottom: 50px;
}
.same-title-top {
    height: 100px;
    line-height: 100px;
    font-size: 42px;
    font-weight: bold;
    color: #000;
}
/* 二级标题 */
.same-second-title{
	margin-bottom: 13px;
}
.same-second-title h2{
    height: 106px;
    line-height: 106px;
    font-size: 32px;
    font-weight: bold;
    color: #000;
}
/* 三级标题 */
.same-third-title {
    margin-bottom: 20px;
}
.same-third-title h3 {
    height: 44px;
    line-height: 44px;
    font-size: 24px;
    font-weight: bold;
}

/* 二级标题 */
.philosophy-second-nav{
	width: 100%;
	background: #1b1b1b;
}
.philosophy-second-nav.fixed{
	position: fixed;
	top: 60px;
	z-index: 1;
}
.philosophy-second-ul{
	width: 100%;
	display: flex;
	justify-content: center;
}
.philosophy-second-li{
	float: left;
}
.philosophy-second-li a{
	display: block;
	padding: 15px 30px;
	font-size: 16px;
	color: #fff;
	/* border-right: 1px solid #fff; */
}
.philosophy-second-li:first-child a{
	/* border-left: 1px solid #fff; */
}
.philosophy-second-li:hover a{
	background: #f00;
}

/* 第一张图 */
.ftzx-img{
	width: 100%;
	height: auto;
	margin-bottom: 50px;
}
.ftzx-img img{
	display: block;
	width: 100%;
	height: auto;
}

/* “丰田纲领”精神 */
.ftgl-imgtext{
	margin-bottom: 30px;
}
.ftgl-text{
	float: left;
	width: 48.25%;
	line-height: 1.75;
	font-size: 16px;
	color: #000;
}
.ftgl-img{
	float: right;
	width: 48.25%;
	height: auto;
}
.ftgl-img img{
	display: block;
	width: 100%;
	height: auto;
}
/* “丰田纲领”人物 */
.ftgl-person {
	margin-bottom: 30px;
}
.ftgl-person-left,
.ftgl-person-right {
	float: left;
	width: 50%;
}
.ftgl-person-image {
	width: 100%;
	height: auto;
}
.ftgl-person-image img {
	display: block;
	width: 100%;
	height: auto;
}
.ftgl-person-text {
	height: 56px;
	line-height: 56px;
	text-align: center;
	font-size: 16px;
	color: rgb(51, 51, 51);
}

/* 相同结构文字 */
.same-text{
	margin-bottom: 40px;
}
.same-text-title{
	text-align: center;
	line-height: 1;
	font-size: 20px;
	color: #000;
	margin-bottom: 25px;
}
.same-text p{
	margin: 0 auto;
	line-height: 1.75;
	font-size: 16px;
	color: #000;
}
.same-text1 p{
	width: 270px;
}
.same-text2 p{
	width: 455px;
}
.same-text3 p{
	width: 590px;
}

/* 丰田之路 */
.ftzl-box{
	width: 100%;
	margin-bottom: 20px;
}
.ftzl-ul{
	width: 670px;
	margin: 0 auto;
	height: 240px;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}
.ftzl-list{
	float: left;
	height: 100%;
	width: calc(33% - 1px);
	box-sizing: border-box;
	padding: 17px;
}
.ftzl-list:first-child,.ftzl-list:nth-child(2){
	border-right: 1px solid #000;
}
.ftzl-list-title,.ftzl-list-text p{
	line-height: 1.75;
	font-size: 16px;
	color: #000;
}
.ftzl-list-title{
	text-align: center;
	margin-bottom: 28px;
}
/* 下划线 */
.underline{
	padding-bottom: 60px;
	border-bottom: 1px solid #ccc;
}

/* 诗 */
.poetry{
	margin-bottom: 50px;
}
.poetry-title{
	height: 44px;
	line-height: 44px;
	font-size: 20px;
	color: #1b1b1b;
	margin-bottom: 10px;
}
.poetry p{
	line-height: 1.75;
	font-size: 16px;
	color: #000;
}

/* 动画部分 */
.animate-content p{
	width: 1000px;
	height: auto;
	margin: 0 auto 60px;
	box-shadow: 0 0 24px rgba(0,0,0,.32);
}
.animate-content p img{
	display: block;
	height: auto;
}