.style-about{
    border: 10px solid #f3f3f3;
    margin: 15px 0;
    background: #fbfbfb;
    padding: 20px;
}
.style-about .sa_title{
    font-size: 28px;
    line-height: 40px;
    font-weight: bold;
    color: #0d2a8a;
}
.style-about .sa_title span{
    font-family: "Times New Roman";
    font-size: 30px;
    line-height: 40px;
}
.style_develop{
    margin-left: 97px;
    padding-left: 35px;
    padding-top: 25px;
    padding-bottom: 50px;
    border-left: 3px solid #f6f6f6;
    position: relative;
}
.style_develop:before{
    position: absolute;
    content: '';
    top: 0;
    left: -14px;
    height: 3px;
    width: 25px;
    background: #f6f6f6;
}
.style_develop:after{
    position: absolute;
    content: '';
    bottom: 0;
    left: -14px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 20px solid #f6f6f6;
}
.style_develop .node{
    margin-bottom: 20px;
    padding: 25px;
    background: #f6f6f6;
    position: relative;
    font-size: 17px;
    line-height: 26px;
    color: #333333;
}
.style_develop .node:before{
    position: absolute;
    content: '';
    right: 100%;
    top: 20px;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-right: 18px solid #f6f6f6;
}
.style_develop .node:after{
    position: absolute;
    content: '';
    top: 20px;
    left: -45px;
    border: 3px solid #FFFFFF;
    width: 18px;
    height: 18px;
    background: #ffd200;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.style_develop .node .node_year{
    position: absolute;
    top: 5px;
    left: -135px;
    font-size: 35px;
    line-height: 45px;
    font-weight: bold;
    color: #0d2a8a;
}

.gs_item{
    margin-bottom: 10px;
}
.gs_item::after {
	content:'';
	display:block;
	clear:both;
}
.gs_item .node_title{
    font-size: 20px;
    line-height: 30px;
    padding: 8px 45px 8px 20px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    position: relative;
    background: #ffd200;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
}
.gs_item .node_title:after{
    position: absolute;
    font-family: "fontawesome";
    content: '\f067';
    top: 8px;
    text-align: center;
    right: 10px;
    color: #0d2a8a;
    width: 30px;
    height: 30px;
    border: 2px solid #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
}
.gs_item.active .node_title:after{
    content: '\f068';
}
.gs_item .node_content{
    padding: 10px 0;
}
.grid-leader1 {
	overflow:hidden;
}
.grid-leader1 .item{
    margin: 20px -15px;
}
.grid-leader1 .item .i-image{
    padding: 0 15px;
    float: left;
    width: 33.333%;
}
.grid-leader1 .item .i-image img{
    width: 100%;
}
.grid-leader1 .item .i-desc{
    padding: 0 15px;
    float: right;
    width: 66.667%;
}
.grid-leader1 .item .i-desc .i-name{
    font-size: 24px;
    line-height: 34px;
    text-transform: uppercase;
    font-weight: bold;
    color: #0d2a8a;
    margin-bottom: 5px;
}
.grid-leader1 .item .i-desc .i-name h2{
    font-size: 24px;
    line-height: 34px;
}
.grid-leader1 .item .i-desc .i-position{
    font-size: 20px;
    line-height: 30px;
    color: #444444;
}
.grid-leader1 .item .i-desc .i-content{
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    margin-bottom: 15px;
}
.grid-leader1 .item .i-desc .i-link a{
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    background: #0d2a8a;
    padding: 5px 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
.grid-leader1 .item .i-desc .i-link a:before{
    padding-right: 8px;
    font-family: fontawesome;
    content: '\f105';
}
.grid-leader1 .item .i-desc .i-link a:hover{
    background: #ffd200;
    color: #0d2a8a;
}
.grid-leader2 {
	float:left;
	margin-right:30px;
}
.grid-leader2:nth-child(3n+4) {
	margin-right:0;
}
.grid-leader2:last-child::after {
	content:'';
	display:block;
	clear:both;
}
.grid-leader2 .item{
    margin: 20px 0;
}
.grid-leader2 .item:nth-child(3n+1){
    clear: left;
}
.grid-leader2 .item .i-image{
    margin-bottom: 15px;
}
.grid-leader2 .item .i-image img{
    width: 100%;
}
.grid-leader2 .item .i-desc{
    text-align: center;
}
.grid-leader2 .item .i-desc .i-name{
    font-size: 18px;
    line-height: 28px;
    color: #0d2a8a;
}
.grid-leader2 .item .i-desc .i-name h2{
    font-size: 18px;
    line-height: 28px;
    font-weight: normal;
}
.grid-leader2 .item .i-desc .i-name span{
    text-transform: uppercase;
    font-weight: bold;
}
.grid-leader2 .item .i-desc .i-position{
    font-size: 16px;
    line-height: 26px;
    color: #999999;
}
.desc{
    font-size: 17px;
    line-height: 27px;
    color: #868686;
	text-align:justify;
}
.desc-position{
    font-size: 20px;
    line-height: 30px;
    color: #444444;
}
@media screen and (max-width: 1024px){
    .style-about {
        text-align: center;
    }
    .style_develop{
        margin-left: 5px;
    }
    .style_develop .node{
        padding: 5px 20px 15px 20px;
    }
    .style_develop .node .node_year{
        position: relative;
        left: 0;
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
        border-bottom: 1px solid #FFFFFF;
    }
	.desc img {
		height:auto !important;
	}
}
@media screen and (max-width: 768px){
    .grid-leader2{
        margin: 0 -5px;
    }
    .grid-leader2 .item{
        padding: 0 5px;
    }
    .grid-leader1 .item{
        margin: 20px -5px;
    }
    .grid-leader2 .item{
        width: 50%;
    }
    .grid-leader2 .item:nth-child(n){
        clear: none;
    }
    .grid-leader2 .item:nth-child(2n+1){
        clear: left;
    }
    .grid-leader1 .item .i-image{
        padding: 0 5px;
    }
    .grid-leader1 .item .i-desc{
        padding: 0 5px;
    }
}
@media screen and (max-width: 360px){
    .grid-leader1 .item .i-image{
        width: 100%;
        margin-bottom: 10px;
    }
    .grid-leader1 .item .i-desc{
        width: 100%;
    }
    .grid-leader2 .item{
        width: 100%;
    }
}