.intro {
	height: 512px;
	padding: 38px 0 50px;
}
.intro-lists {
	margin-bottom: 100px;
}
.intro-img {
	height: 100%;
	background-image: url('/web/public/images/bg/intro-bg.jpg');
	background-repeat: no-repeat;
	background-size: 100%;
}
.intro-tit {
	text-align:center;
	font-size:16px;
	margin-top: -40px;
    margin-bottom: 20px;
	font-weight:600;
}
.intro-txt {
	text-align: justify;
	line-height: 24px;
	font-size:13px;
}
.intro-txt p {
	margin: 0;
}

.intro-item-img {
	margin-top: 24px;
	margin-bottom: 24px;
	position: relative;
}
.intro-item-img:hover img {
	box-shadow: 0px 10px 30px 0px #d3d3d3;
}
.intro-culture {
margin-bottom: 78px;
}
.intro-culture .cult-content{
  padding-bottom: 22px;
  padding-top: 22px;
  font-size:12px;
  padding-right: 60px;
}
.intro-culture .cult-content .cult-tit{
	font-size: 16px;
	margin-bottom: 10px;
	font-weight:600;
}
.intro-culture .cult-content p{
	font-size: 14px;
	margin:0;
	line-height: 22px;
}
.intro-culture .cult-img {height: 206px;overflow: hidden;}
.intro-culture .cult-img img{width: 100%;}

.intro-dvlp {
margin-bottom: 28px;
}
.intro-dvlp .dvlp-tit {
	font-size: 16px;
	font-weight:600;
}
.intro-honor {
	margin-bottom: 90px;
}
.intro-honor .honor-imgs{
	margin-top: 86px;
}
.intro-honor .honor-imgs .honor-img{
	background-color: #f15a22;
	height: auto;
	margin-bottom: 20px;    overflow: hidden;
}
.intro-honor .honor-imgs .honor-img img{
    width: 100%;
}
.intro-honor .honor-content {
	padding: 30px 0 0 100px;
}
.intro-honor .honor-content .honor-tit {
font-size: 16px;
margin-bottom: 36px;
margin-left: -15px;
font-weight:600;
}
.intro-honor .honor-content .honor-txt {

}
.intro-honor .honor-content .honor-txt ul {

}
.intro-honor .honor-content .honor-txt ul li {

}
.intro-honor .honor-content .honor-txt ul li p {
	margin: 0;
}
#conference-timeline {
    position: relative;
    width: 100%;
		margin: 72px auto 0;
		border-bottom: 2px solid #f15a22;
		padding-bottom: 58px;
}
/* #conference-timeline:before,
#conference-timeline:after {
    position: absolute;
    left: 50%;
    display: table;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    background: #00b0bd;
    padding: 15px 23px;
    color: #fff;
    transform: translateX(-50%);
    max-width: 5%;
    width: 100%;
    text-align: center;
}
#conference-timeline:before {
    content: "Start";
    top: 0;
}
#conference-timeline:after {
    content: "End";
    bottom: 0;
} */
#conference-timeline .conference-center-line {
    position: absolute;
    width: 2px;
    height: 90%;
    top: 0;
    left: 50%;
    margin-left: -2px;
    background: #ebebeb;
    z-index: -1;
}
#conference-timeline .conference-timeline-content {
    padding-top: 0;
    padding-bottom: 0;
}
.timeline-article {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    margin: 0;
}
.timeline-article .content-left,
.timeline-article .content-right {
    position: relative;
    width: 48%;
}
.timeline-article p {
    margin: 0;
    padding: 0;
    font-weight: 400;
    color: #242424;
    font-size: 14px;
    line-height: 24px;
    position: relative;
}
.timeline-article p span.article-number {
    position: absolute;
    font-weight: 300;
    font-size: 44px;
    top: 10px;
    left: -60px;
    color: #00b0bd;
}
.timeline-article .content-left {
		float: left;
		text-align: right;
}
.timeline-article .content-right {
		float: right;
		text-align: left;
}
.timeline-article .content-left:before,
.timeline-article .content-right:before {
    position: absolute;
    top: 20px;
    font-size: 23px;
    font-family: "FontAwesome";
    color: #fff;
}

.timeline-article .meta-date {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    margin-left: -5px;
    color: #fff;
    border-radius: 100%;
    background: #000000;
}
.timeline-article .meta-date .date,
.timeline-article .meta-date .month {
    display: block;
    text-align: center;
    font-weight: 900;
}
.timeline-article .meta-date .date {
    font-size: 30px;
    line-height: 40px;
}
.timeline-article .meta-date .month {
    font-size: 18px;
    line-height: 10px;
    /*===== // Vertical Timeline =====*/
    /*===== Resonsive Vertical Timeline =====*/
}

.intro-line {
	width: 100%;
  height: 2px;
  background-color: #f15a22;
}
.team-leader {
	height: 256px;
    width: 200px;
    overflow: hidden;
}
.team-leader img{
width: 100%;
}
.team-content {
    padding: 32px 0;
	text-align: justify;
}
.team-content .team-tit {
    font-size: 16px;
    font-weight: 800;
}
.team-content p {
    margin: 0;
    line-height: 24px;
    font-size: 13px;
}
.leader-imgs {
padding-top: 48px;
}
.leader-imgs ul{
    
}
.leader-imgs ul li{
    float: left;
    margin-right: 20px;
    list-style:none;
}
.leader-imgs ul li .leader-img{
    height: 140px;
    width: 230px;
    background-color: #f15a22;
	overflow:hidden;
	position:relative;
}
.leader-imgs ul li .leader-img img{
 width: 100%;   
}
.fa-content{
	float: left;
	text-align: right;
	}
.fa-content:nth-of-type(even){
	float: right;
	text-align: left;
	}
