footer {
    margin-top: 172.8px;
    background: rgba(255,255,255,0.0);
}

/*產品介紹下拉寬一點*/
#navlight_webmenu_16 > ul {
    min-width: 300px;
}
/*----------------*/

#navlight_webmenu_16 > ul > li > a {
    cursor: default;
}

a:hover, a:focus {
    color: #157AC0;
}
.timeLine .item > .itemContent {
    flex: 3;
    -webkit-flex: 3;
    padding: 56px 0 94px 0;
}
.blockTitle:not([class*="blockTitleStyle-"]) small {
    display: block;
    font-size: 19px;
    color: #157AC0;
    font-weight: normal;
    letter-spacing: 1px;
}
.articleBlockStyle02::after {
    background: rgba(21,122,192,0.8);
}
@media (max-width: 768px) {
    .articleBlockStyle02 {
        background-size: auto 100% !important;
        background-attachment: scroll !important;
    }
}
.item .itemContent {
    color: #999999;
    font-size: 18px;
}
.breadcrumb a {
    font-size: 14px;
    font-weight: 400;
    color: #999;
}
.proList .itemList .item .itemInfo {
    font-size: 14px;
    color: #999;
}
.proDetail .itemImg {
    padding-bottom: 80%;
}
.proDetail .itemContent {
    margin: 0 0 57.6px;
}
.itemTitle {
    text-align: center;
}
.proList .itemList .item .itemTitle {
    font-size: 18px;
}
.proList > div:not(.itemList) p {
    margin-top: 0;
    font-size: 18px;
}
.menuBlock li {
    border-bottom: 1px solid #999;
    line-height: 1.8;
    padding-top: .5em;
    padding-bottom: .5em;
}
.menuBlock li a {
    font-size: 18px;
}
/* type2 */
.history_v2 ul{
    display: flex;
    position: relative;
    list-style: none;
    padding-left: 0;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.history_v2 ul:before{
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #b3b3b3;
}
.history_v2 ul li{
    width: calc(50% - 30px);
    background: #ffffff;
    border-radius: 5px;
    padding: 10px 15px;
    position: relative;
}
.history_v2 ul li:nth-child(even){
    margin-top: 80px;
}
.history_v2 ul li .dot{
    display: block;
    position: absolute;
    width: 21px;
    height: 21px;
    background: #fff;
    border-radius: 100%;
    top: 23px;
}
.history_v2 ul li .dot:before{
    content: '';
    display: block;
    position: absolute;
    width: 11px;
    height: 11px;
    background: #0c4a9c;
    border-radius: 100%;
    top: 5px;
    left: 5px;
}
.history_v2 ul li:nth-child(odd) .dot{
    left: calc(100% + 21px);
}
.history_v2 ul li:nth-child(even) .dot{
    right: calc(100% + 18px);
}
.history_v2 ul li:nth-child(odd):before{
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 0 9px 12px;
    border-color: transparent transparent transparent #fff;
    top: 26px;
    left: calc(100% - 1px);
}
.history_v2 ul li:nth-child(even):before{
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 12px 9px 0;
    border-color: transparent #fff transparent transparent;
    top: 26px;
    right: calc(100% - 1px);
}
.history_v2 ul li .date{
    color: #0c4a9c;
}
.history_v2 ul li .txt{
    color: #333333;
}
.history_v2 ul li:nth-child(odd){
    text-align: right;
}