﻿@charset "utf-8";
/* Css Document */

/* 公用部分 */
body{
	background: #f5f5f5;
}

/* 移动端主体部分 */
.mob-container {
    width: 90.625%;
    margin: 0 auto;
	padding-top: 70px;
}

/* 标题 */
.same-title {
    margin-bottom: .469rem;
}
.same-title-top {
    height: 1.563rem;
    line-height: 1.563rem;
    font-size: .656rem;
    font-weight: bold;
    color: #000;
}
.same-title-bottom {
    border-bottom: 1px solid #000;
    padding-bottom: .313rem;
}
.same-share-icon {
    float: right;
    width: .672rem;
    height: .656rem;
    margin-left: .156rem;
}
.same-share-icon-image a,
.same-share-icon-image img {
    display: block;
    width: 100%;
    height: 100%;
}
.same-share-image {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 105;
    display: none;
    z-index: 20000;
}
.same-share-image:after {
    content: "";
    display: block;
    width: .688rem;
    height: .688rem;
    background: url(/common/share/images/close_v.png) no-repeat center center / 100% 100%;
    position: absolute;
    top: 5%;
    right: 5%;
    z-index: 5;
}
.same-share-image img {
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.share-dy-img img,
.share-dy-img1 img {
    width: 80%;
}
/* 下方图标 */
.same-bottom-icon {
    padding: .625rem 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
/* 二级标题 */
.same-second-title h2{
    line-height: 2.5;
    font-size: .5rem;
    font-weight: bold;
    color: #0d0d0d;
}
/* 三级标题 */
.same-third-title h3 {
    height: 1.313rem;
    line-height: 1.313rem;
    font-size: .375rem;
    color: #000;
}

/* 图案 */
.ftzx-sj{
	width: 100%;
	height: auto;
	margin-bottom: .391rem;
}
.ftzx-sj img{
	display: block;
	width: 100%;
	height: auto;
}

/* 丰田纲领 */
.part2 .txt{
	line-height: 1.875;
	font-size: .25rem;
	color: #1b1b1b;
	margin-bottom: .313rem;
}
.part2 .pic{
	width: 100%;
	height: auto;
	margin-bottom: .469rem;
}
.part2 .pic img{
	display: block;
	width: 100%;
	height: auto;
}

.ftgl-person {
	margin-bottom: .156rem;
}
.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: .875rem;
	line-height: .875rem;
	text-align: center;
	font-size: .25rem;
	color: #333;
}

/* 丰田哲学文字 */
.zhexue_container .part_wrap{padding-top:65px; position:relative;}

.zhexue_btn{width:100%; height:50px; margin-bottom:.313rem; background:#1b1b1b; display:flex; justify-content:space-between; align-items:center; position:absolute; top:0; left:0; z-index:100;}
.zhexue_btn li{height:100%; font-size:.375rem; box-sizing:border-box; background:#1b1b1b; color:#fff; text-align:center; line-height:50px;}
.zhexue_btn li.wid1{width:24%;}
.zhexue_btn li.wid2{width:44%;}
.zhexue_btn li.wid3{width:32%;}
/*.zhexue_btn li.on{background:#bf141d;}*/

.zhexue_container .top-same-title{margin-bottom:0;}
.zhexue_container .top-same-title .same-title-bottom{border:none;}



.part3{
	margin-bottom: .313rem;
}
.last-part3{
	padding-bottom: .938rem;
	border-bottom: 1px solid #ccc;
	margin-bottom: .469rem;
}
.part3 h4{
	font-weight: normal;
	line-height: 1;
	font-size: .313rem;
	margin-bottom: .375rem;
}
.part3 .txt{
	line-height: 1.75;
	font-size: .25rem;
	color: #000;
}
.part3 .underline{
	padding-bottom: .391rem;
	position: relative;
}
.part3 .underline:after{
	content: "";
	display: block;
	width: 92.75%;
	height: 2px;
	background: #000;
	margin: 0 auto;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}
.part3 .w92{
	width: 92.75%;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 .234rem .391rem;
}
.part3 .w92:after{
	width: 100%;
}
.part3 .w92 span{
	display: block;
	padding: .469rem 0 .234rem;
	text-align: center;
	line-height: 1;
	font-size: .281rem;
}

/* 行动创造价值 */
.part4 .txt{
	line-height: 1.75;
	font-size: .25rem;
	color: #1b1b1b;
	margin-bottom: .594rem;
}
.part4 .txt span{
	display: block;
	line-height: 1;
	font-size: .313rem;
	margin-bottom: .344rem;
}
.see-more{
	line-height: .969rem;
	text-align: center;
	font-size: .281rem;
	color: #000;
	margin-bottom: .594rem;
	position: relative;
}
.see-more:after{
	content: ">";
	display: block;
	font-size: .281rem;
	font-weight: bold;
	color: #000;
	transform: rotate(90deg) scaleY(2);
	margin: auto 0;
	position: absolute;
	top: 0;
	right: 38%;
	bottom: 0;
}
.part4 .txt  .hide{
	display: none;
}

/* 动效图 */
.part5{
	margin-bottom: .938rem;
}
.part5 .pic{
	width: 100%;
	height: auto;
	margin-bottom: .469rem;
}
.part5 .pic img{
	display: block;
	width: 100%;
}
.part5 .pic:last-child{
	margin-bottom: 0;
}