.block3_T66 .wrap{flex-direction: row;-webkit-box-direction:row;}

.contact_01 .msg > li.mobile:before { content: "\e608"; font-size: 28px; top: -7px; }
.contact_01 .msg > li.fax:before { content: "\e6b5"; font-size: 28px; top: -7px; }
#banner .slick-prev, #banner .slick-next { width: 50px; height: 50px; line-height: 50px; text-align: center; margin-top: -25px; font-size: 30px; color: #fff; background: rgba(0, 0, 0, 0.2); border-radius: 50%; }

#banner .slick-prev:hover, #banner .slick-next:hover { background: #000; }

#banner { background: #000; }

#banner img { filter: alpha(opacity=90); opacity: 0.9; }

#banner .slick-dots li button { background: #fff; width: 10px; height: 10px; line-height: 10px; position: relative; filter: alpha(opacity=100); opacity: 1; }

#banner .slick-dots li button:before { content: ""; border: 1px solid rgba(255, 255, 255, 0.3); position: absolute; top: -2px; left: -2px; right: -2px; bottom: -2px; border-radius: 50%; }

#banner .slick-dots li.slick-active button { background: #61d2b4; }

#banner .slick-dots li.slick-active button:before { border-color: rgba(254, 213, 21, 0.3); }

#banner .slick-prev:before { content: "\e621"; }

#banner .slick-next:before { content: "\e624"; }

.slick-slide{height:auto;}

#footerToolBar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 48px;
    border-top: 1px solid rgba(255, 255, 255, .2);
    display: none;
    z-index: 999;
    background:#B20033;
}
#footerToolBar li {
    width: 50%;
    height: 45px;
    float: left;
    text-align: center;
    border-color: #fff;
    border-left: 1px solid rgba(255, 255, 255, .2);
    cursor: pointer;
    margin-top: 2px;
}
#footerToolBar li a {
    display: block;
    height: 45px;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    text-transform: capitalize;
    opacity: .8;
    padding-top: 1px;
}
#footerToolBar li a:before {
    content: '';
    width: 30px;
    height: 20px;
    margin: 4px auto;
    display: block;
    font-family: icomoon;
    line-height: 20px;
    font-size: 20px;
}
#footerToolBar .footerBarTel a:before {
    content: '\e603';
}
#footerToolBar .footerBarMessage a:before {
    content: '\e6a3';
}
@media screen and (max-width: 960px) {
    #footerToolBar {
        display: block;
    }
}

@media screen and (max-width: 875px) { #banner .slick-prev, #banner .slick-next { width: 40px; height: 40px; line-height: 40px; margin-top: -20px; font-size: 24px; } }