body {
	height: 100%;
	width: 100%;
	background-color: rgb(237, 241, 244);
	background-size: cover;
}

.img1 {
	width: 100%;
}

.img2 {
	height: 28rem;
	width: 28rem;
}

.layui-tab-card>.layui-tab-title {
	background-color: rgba(237, 241, 244, 0);
	margin-top: 2rem;
}

.layui-tab-title li {
	padding: 1px 15px;
	font-size:18px;
}

.layui-tab {
	/*text-align: center !important;*/
}

.layui-tab-card>.layui-tab-title li {
	margin-right: 1rem;
}

.layui-tab-title {
	border-bottom-width: 0px;
	border-bottom-style: solid;
}

.layui-tab-card {
	border-width: 0px;
	width: 80%;
	margin: 0 auto;
	box-shadow: 0 0px 0px 0 rgba(0, 0, 0, .0);
}

.li {
	color: rgb(41, 170, 185);
	background: rgb(230, 235, 238);
	margin-top: 1rem;
	border:1px solid #e6ebee;
}

.layui-tab-bar {
	position: inherit;
}

.font {
	color: rgb(41, 170, 185);
}

.hs {
	color: rgb(41, 170, 185);
	text-align: left;
	margin-top: 2rem;
	margin-bottom: 2rem;
	font-size:16px;
}

.imgdiv {
	text-align: left;
}

.div-center {
	width: 100%;
	margin: 0 auto;
}

ul.test li {
	display: inline-block;
	border: 1px solid white;
}


/*默认为白色边框*/

.selected {
	border: 1px solid rgb(214, 153, 134) !important;
}
.layui-tab-title{
	height: auto;
	white-space: inherit;
}
.layui-tab-card>.layui-tab-title li{
	margin-left: 0px;
}
.layui-tab-title .layui-this:after{
	border-radius:0px;
	border:0;
}
.layui-tab-content{
	padding-left: 0;
}
.table-title{
	padding-left: 1rem;
}
.layui-table{
	border-width: 1px 0 0 !important;
	border-color:  #29aab9 !important;
}
tr {
	border:0;
	background: #ecf1f4;
}
.layui-table[lay-skin=line] td {
	border-bottom: 1px solid #29aab9;
}
.name{
	width:16rem;
}
.directors{
	font-weight: bolder;
	margin-left: 0.6rem;
	/* margin: 3rem 0; */
}
th {
    background: #dbe8ed;
}
/* 里程碑 */
.timeline-inner{
	width:15%;
	font-size: 2rem;
	float: left;
	position: absolute;
	top:0%;
	display: none;
}
.timeline-inner li{
	font-size: 1.7rem;
	line-height: 4rem;
	border-color: transparent !important;
}
.timeline-inner li:hover{
	font-size:4rem;
} 
.timeline-inner li a{
	color: #2babb8;
}
.mileage_zone{
	width: 85%;
	margin-left: 10%;
	padding-top:10%;
}
.mileage{
	width:100%;
	height: 38rem;
	float: left;
	padding-left: 10%;
}
.year{
	width: 50%;
	font-size: 4rem;
	color:#2babb8;
}

.event{
	width: 60%;
	font-size: 1.5rem;
	line-height:2.5rem;
	padding: 0 2rem 0 2rem;
	float: left;
}

.mileage_img{
	width: 40%;
	height: 30rem;
	float: left;
}

.mileage_active>a{
	font-size: 4rem;
	color: #2babb8 !important;
}

/* 使命及愿景 */
.misson{
	width: 100%;
	float: left;
}
.misson-img{
	width: 50%;
	float: left;
}

.misson-font{
	width: 50%;
	float: left;
	padding-top: 5rem;
	padding-left: 5rem;
}
.misson-font b{
	font-size:2rem;
}
.misson-font ul{
	margin-top: 3rem;
}
.misson-font li{
	font-size:1.5rem;
	line-height: 4rem;
}

.culture{
	width: 100%;
	float: left;
}
.culture-img{
	width: 50%;
	float: left;
}

.culture-font{
	width: 50%;
	float: left;
	padding-top: 5rem;
	padding-left: 5rem;
}
.culture-font b{
	font-size:2rem;
}
.culture-font ul{
	margin-top: 3rem;
}
.culture-font li{
	font-size:1.5rem;
	line-height: 4rem;
}

.square_box,.square_box2{
	width:18rem;
	height:8rem;
	background-color:#fff;
	border: 2px #d4958e solid;
	position: relative;
	
}
.square_box:before{
	width:0px;
	height:0px;
	position:absolute;
	top:7.6rem;
	right: 7.5rem;
	content:"";
	border-left: 1.2rem solid transparent;
    border-top: 1.2rem solid red;
    border-right: 1.2rem solid transparent;
}
.square_box_font{
	width:18rem;
	height:7rem;
	display: table;
	text-align: center;
	vertical-align: middle;
	line-height: 2rem;
	font-size: 1.8rem;
	color: #2babb8;
}
.square_box_font font{
	display: table-cell;
	vertical-align: middle;
	}
	
.list-paddingleft-2>li{
	list-style-type: disc;
}
