.about-1,.about-3,.about-4{
	background-color: #fff;
}
.about-1-con{
	padding-top: 3em;
	padding-bottom: 5em;
	justify-content: space-between;
}
.about-1-left{
	width: 30%;
}
.about-1-left img{
	display: block;
	width: 100%;
}
.about-1-right{
	width: 60%;
	font-size: 1.1em;
}
.about-1-right p{
	line-height: 1.5em;
	color: #545454;
}
/* _timeline.css */
.timeline {
  position: relative;
  margin: 3em auto;
  padding: 60px 0;

}
.timeline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10%;
  width: 4px;
  height: 100%;
  background-color: #8d94b1;
}
@media (min-width: 800px){
  .timeline::before{
    left: 50%;
    margin-left: -2px;
  }
}
.timeline__item {
  margin-bottom: 100px;
  position: relative;
}
.timeline__item::after{
  content: "";
  clear: both;
  display: table;
}
.timeline__item:nth-child(2n) .timeline__item__content {
  float: right;
}
.timeline__item:nth-child(2n) .timeline__item__content::before {
  content: '';
  right: 40%;
}
@media (min-width: 800px){
  .timeline__item:nth-child(2n) .timeline__item__content::before{
    left: inherit;
  }
}
.timeline__item:nth-child(2n) .timeline__item__content__date {
  background-color: #b292c5;
}
.timeline__item:nth-child(2n) .timeline__item__content__description {
  color: #b292c5;
}
.timeline__item:last-child {
  margin-bottom: 0;
}
.timeline__item-bg {
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
  color: #fff;
}
.timeline__item-bg:nth-child(2n) .timeline__item__station {
  background-color: #b292c5;
}
.timeline__item-bg:nth-child(2n) .timeline__item__content {
  background-color: #b292c5;
}
.timeline__item-bg:nth-child(2n) .timeline__item__content::before {
  background-color: #b292c5;
}
.timeline__item-bg:nth-child(2n) .timeline__item__content__description {
  color: #fff;
}
.timeline__item-bg .timeline__item__station {
  background-color: #e03f3d;
}
.timeline__item-bg .timeline__item__content {
  background-color: #e03f3d;
}
.timeline__item-bg .timeline__item__content::before {
  background-color: #e03f3d;
}
.timeline__item-bg .timeline__item__content__description {
  color: #fff;
}
.timeline__item__station {
  background-color: #9aa0b9;
  width: 40px;
  height: 40px;
  position: absolute;
  border-radius: 50%;
  padding: 10px;
  top: 0;
  left: 10%;
  margin-left: -33px;
  border: 4px solid #bdbdbd;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
@media (min-width: 800px){
  .timeline__item__station{
    top: .7em;
    left: 51.4%;
    width: 1em;
    height: 1em;
    padding: .1em;
    border-width: 6px;
  }
}
.timeline__item__content {
  width: 80%;
  background: #fff;
  padding: 20px 30px;
  border-radius: 6px;
  float: right;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
@media (min-width: 800px){
  .timeline__item__content{
    width: 40%;
    float: inherit;
    padding: 30px 40px;
  }
}
.timeline__item__content::before {
  content: '';
  position: absolute;
  left: 10%;
  background: #8d94b1;
  top: 20px;
  width: 10%;
  height: 4px;
  z-index: -1;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
@media (min-width: 800px){
  .timeline__item__content::before{
    left: 40%;
    top: 30px;
    height: 4px;
    margin-top: -2px;
  }
}
.timeline__item__content__date {
  margin: 0;
  padding: 8px 12px;
  font-size: 15px;
  margin-bottom: 10px;
  background-color: #e03f3d;
  color: #fff;
  display: inline-block;
  border-radius: 4px;
  border: 2px solid #fff;
}
.timeline__item__content__description {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #e03f3d;
}
@media (min-width: 800px){
  .timeline__item__content__description{
    font-size: 19px;
    line-height: 28px;
  }
}
.about-3{
	padding-top: 3em;
	padding-bottom: 5em;
}
.about-3 ul{
	padding-top: 3em;
}
.about-3 ul li{
	width: 33.3%;
	text-align: center;
}
.about-3 ul li i{
	position: relative;
	display: block;
	width: 90px;
	height: 120px;
	margin: 50px auto;
	background-color: #f1f1f1;
}
.about-3 ul li i:before{
	content: '';
	display:block;
	position: absolute;
	width: 0;
	height: 0;
	right: 90px;
	border-width: 60px 35px;
	border-style: solid;
	border-color: transparent #f1f1f1 transparent transparent;
}
.about-3 ul li i:after{
	content: '';
	display:block;
	position: absolute;
	width: 0;
	height: 0;
	left: 90px;
	border-width: 60px 35px;
	border-style: solid;
	border-color: transparent transparent transparent #f1f1f1;
	top: 0;
}
.about-3 li img{
	width: 60%;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.about-3 ul li h3{
	font-size: 1.5em;
	color: #232222;
	margin-bottom:.5em;
	font-weight: normal;
}
.about-3 ul li b{
	font-size:.9em;
	color: #ccc;
	margin-bottom: 1.5em;
	font-weight: normal;
	display: block;
}
.about-3 li p{
	font-size:1em;
	line-height:1em;
	margin-bottom: 0;
}
.about-4{
	padding-bottom: 8%;
}


	        .contBox {
	            width: 100%;
	            height: 440px;
	            background-color: #fafafa;
	        }
	
	        .Layout {
	            display: flex;
	            flex-direction: row;
	            align-items: center;
	            justify-content: space-around;
	            height: 440px;
	        }
	
	        .infiIco {
	            width: 207px;
	            height: 320px;
	        }
	
	        .infoTatal{
	            display: flex;
	            flex-direction: column;
	        }
	
	        .infoTatal ul{
	            list-style: none;
	            color: #666;
	        }
	
	        .infoTatal ul li i{
	            font-size: 1.3rem;
	            color: #E13F3D;
	        }
	
	        .infoBox{
	            display: flex;
	            flex-direction: row;
	            align-items: center;
	            border-radius: 8px;
	            width: 500px;
	            height: 140px;
	            background-color: #fff;
	            box-shadow: 0 1px 10px rgba(0, 0, 0, .2);
	        }
	
	        .infoBox ul{
	            margin-top: -10px;
	        }
	
	        .infoBox ul li{
	            font-size: 1rem;
	            margin-top: 1.3rem;
	        }
	
	        .locBox{
	            width: 500px;
	            height: 60px;
	            font-size: 1rem;
	            margin-top: 2.5rem;
	            background-color: #fff;
	            box-shadow: 0 1px 8px rgba(0, 0, 0, .2);
	            display: flex;
	            flex-direction: row;
	            align-items: center;
	            border-radius: 8px;
	        }
	
	        .locBox i{
	            font-size: 1.3rem;
	        }
	
	        .bussIco,.agentIco{
	            margin-right: 10px;
	        }
	
	        .corpIco,.locIco{
	            margin-right: 20px;
	        }
	
	        .btncont {
	            display: flex;
	            flex-direction: column;
	            right: 20%;
	            top: 32%;
	        }
	
	        #corp, #join {
	            display: block;
	            text-decoration: none;
	            width: 12em;
	            height: 2.5em;
	            line-height: 2.5em;
	            text-align: center;
	            border-radius: 5em;
	            color: #fff;
	            font-size: 1em;
	            background-color: #333333;
	        }
	
	        #join{
	            margin-top: 2rem;
	            background-color:#E13F3D;
	        }
			
#home {
    color: #333333;
}

#about {
    color: #DD353E;
}

.topimg {
    width: 100%;
    margin-top: 80px;
}

#abtimg1, #abtimg2, #abtimg3, #abtimg4, #abtimg5, #abtimg6 {
    width: 100%;
}

.jumpTop {
    cursor: pointer;
    width: 3rem;
    height: 3rem;
    text-align: center;
    line-height: 3rem;
    position: fixed;
    right: 6rem;
    bottom: 6rem;
    background-color: #fff;
    display: none;
    border-radius: 50%;
    text-decoration: none;
    z-index: 99999;
    box-shadow: 0 1px 8px rgba(0, 0, 0, .2);
}

.jumpTop:hover {
    background-color: #DD353E;
    -webkit-transition: All 0.6s ease-in-out;
    -moz-transition: All 0.6s ease-in-out;
    -o-transition: All 0.6s ease-in-out;
}

.jumpTop:hover .topIco {
    color: #fff;
    -webkit-transition: All 0.6s ease-in-out;
    -moz-transition: All 0.6s ease-in-out;
    -o-transition: All 0.6s ease-in-out;
}

.topIco {
    font-size: 1.8rem;
    color: #9e9e9e;
}

.footer {
    margin-top: 0;
}

i {
    font-family: "iconfont" !important;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.arrow {
    font-size: 1em;
}

@media(max-width:768px){
	.topimg{
	margin-top: 0;
	}
	.contBox{
		height: auto;
		padding-bottom: 1em;
	}
	.Layout{
		flex-wrap: wrap;
	}
	.btncont{
		flex-direction: row-reverse;
	}
	#join{
		margin-top: 0;
		margin-right: 1em;
	}
	.timeline__item__station{
		width: 5px;
		height: 5px;
		left: 12%;
		}
    .about-4{
    	padding-bottom:0;
    }
	.about-3{
		padding-top: 0;
	}
}
@media(max-width:600px){
	.about-1-con{
		flex-wrap: wrap;
		padding-left:1%;
		padding-right:1%;
	}
	.about-1-left,.about-1-right{
		width:100%;
	}
	.about-3 ul{
		flex-wrap: wrap;
		padding-left: 0;
	}
	.about-3 ul li{
		width: 100%;
	}
	.infiIco{
		display:none;
	}
	.infoBox,.locBox{
		width: 98%;
		margin: 1em auto;
	}
	.jumpTop{
		right: 1rem;
	}
	.timeline__item__content{
		width: 70%;
	}
	.infoTatal{
		width:95%;
	}
}

