header > .inner > .fr > ul > li:nth-child(2) > a {
    border-bottom: 4px solid #1162bd;
}
.banner {
    width: 100%;
    min-width: 1200px;
    height: 360px;
    overflow: hidden;
}
.banner > img {
    width: 1920px;
    height: 360px;
}
.menu {
    width: 100%;
    min-width: 1200px;
    height: 64px;
    line-height: 64px;
    background: url(../images/menu_bg.png);
    background-size: 100% 100%;
    background-position: 0 0;
}
.menu > .inner {
    width: 1200px;
    margin: 0 auto 0px;
    overflow: hidden;
}
.menu > .inner > .fl {
    overflow: hidden;
}
.menu > .inner > .fl > p {
    float: left;
}
.menu > .inner > .fl > p > a {
    width: 100%;
    height: 100%;
    display: block;
    font-size: 18px;
    color: #444;
}
.menu > .inner > .fr {
    overflow: hidden;
}
.menu > .inner > .fr > ul {
    overflow: hidden;
    float: right;
    display: flex;
    justify-content: center;
}
.menu > .inner > .fr > ul > li {
    margin-left: 47px;
}
.menu > .inner > .fr > ul > li:nth-child(1) {
    margin-left: 0px;
}
.menu > .inner > .fr > ul > li:nth-child(6) > a {
    border-bottom: 2px solid #1162bd;
}
.menu > .inner > .fr > ul > li > a {
    display: block;
    width: 100%;
    height: 56px;
    line-height: 56px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 14px;
}
.content {
    width: 1200px;
    padding: 57px 0px 106px;
    margin: 0px auto 0px;
    background-color: #fff;
}
.content > .develop {
    width: 1197px;
    height: 68px;
}
.content > .develop > img {
    width: 1197px;
    height: 68px;
}
.content > .history {
    width: 1063px;
    height: auto;
    border-left: 1px dashed #ddd;
    margin-top: 77px;
    margin-left: 114px;
    position: relative;
}
.content > .history > ul {
    width: 1063px;
}
.content > .history > ul > li {
    width: 1063px;
    position: relative;
    margin-top: 42px;
    margin-bottom: 69px;
}
.content > .history > ul > li.fly {
    position: relative;
}
.content > .history > ul > li.fly > img {
    position: absolute;
    left: 0px;
    top: 0px;
    transform: translate(-50%,-50%);
}
.content > .history > ul > li.fly > span {
    margin-left: 57px;
}
.content > .history > ul > li > .point {
    width: 10px;
    height: 10px;
    background-color: #444;
    border-radius: 50%;
    position: absolute;
    left: 0;
    transform: translateX(-50%);
}
.content > .history > ul > li > .line {
    width: 52px;
    height: 0px;
    border-top: 1px dashed #ddd;
    transform: translateY(5px);
}
.content > .history > ul > li > .year {
    position: absolute;
    left: 65px;
    top: -5px;
}
.content > .history > ul > li > .company {
    width: 941px;
    padding: 23px 0px 12px;
    margin-top: -15px;
    margin-left: 132px;
    position: relative;
    z-index: 98;
}
.content > .history > ul > li:nth-child(2) > .company {
    padding-bottom: 12px;
    margin-top: -27px;
}
.content > .history > ul > li:nth-child(3) > .company {
    padding-bottom: 26px;
    margin-top: -18px;
}
.content > .history > ul > li:nth-child(4) > .company {
    padding-bottom: 39px;
}
.content > .history > ul > li > .company > .bg {
    width: 100%;
    height: 100%;
    display: inline;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
}
.content > .history > ul > li > .company > .fill {
    width: 100%;
    height: 100%;
    display: inline;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
    display: none;
}
.content > .history > ul > li:hover .bg {
    display: none;
}
.content > .history > ul > li:hover .fill {
    display: block;
}
.content > .history > ul > li:hover .point {
    background-color: #1162bd;
}
.content > .history > ul > li:hover .year {
    color: #1162bd;
}
.content > .history > ul > li > .nobg {
    background: none;
}
.content > .history > ul > li > .more {
    position: absolute;
    left: 65px;
    top: -5px;
}
.content > .history > ul > li > .company > p {
    padding-left: 33px;
    margin-top: 17px;
    font-size: 14px !important;
}
.content > .history > ul > li > .company > p:nth-child(1) {
    margin-top: 0px;
}
.content > .history > ul > li:nth-child(1) > img {
    width: 40px;
    height: 43px;
    margin-right: 37px;
    /* position: absolute;
    left: 0px;
    top: 0px; */
}
.content > .history > ul > li > span {
    font-size: 16px;
    color: #444;
}









