header {
}
main {
    background-color: #fff;
}
p {
    font-size: 14px;
    font-weight: 300 !important;
}
#bx-pager {
    position: absolute;
    bottom: 25px;
    left: 66px;
}
#bx-pager a.active{
    background-color: #fff;
}
#bx-pager a{
    background-color: #BF0E1F;
    width: 15px;
    float: left;
    margin-right: 8px;
    height: 15px;
    display: block;

}
#bx-pager a:hover{
    background-color: #fff;
}
#bx-pagernews {
    position: relative;
    bottom: 0px;
    text-align: center;
    height: 7px;
    display: block;
    left: 45%;

}
#bx-pagernews a.active{
    background-color: #fff;
}
#bx-pagernews a{
    background-color: #FF9193;
    text-align: center;
    margin-right: 5px;
    display: block;
    width: 10px;
    height: 10px;
    float: left;

}
#bx-pagernews a:hover{
    background-color: #fff;
}
.top {
    background-color: #BF0E1F;
    line-height: 30px;
}
.lst li {
    padding: 0 10px;
    height: 30px;
    font-size: 12px;
    font-weight: 300;
}
.lst a:hover li{
    color: #efefef;
}
.lst a {
    color: #fff;
}
.lst a:hover {
    color: #ccc;
}
.lst i  {
    color: #fff;
    font-size: 14px;
    padding: 0 3px;
    line-height: 30px;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}
.lst a:hover li i{
    color: #ccc;
}
.header {
    background-image: url(../img/topbg.png);
    height: 105px;
}
.menu ul#main-menu {
    float: right;
}
.menu ul li {
    float: left;
    position: relative;
}
.menu ul li a {
    padding: 8px 15px;
    color: #323232;
    font-weight: 500;
    display: block;
    font-size: 15px;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}
.menu ul li a:hover {
    background-color: #BF0E1F;
    color: #fff;
}
.menu ul li:hover > a {
    background-color: #BF0E1F;
    color: #fff;
}
.menu ul li:hover ul {
    display: block;
}
.menu ul li ul {
    position: absolute;
    top: 40px;
    left: 0;
    display: none;
    z-index: 99999;
}
.menu ul li ul li {
    float: none;
    width: 220px;
}
.menu ul li ul li a {
    padding: 7px 18px;
    color: #fff;
    background-color: #BF0E1F;
    margin-top: 1px;
}
.menu ul li ul li a:hover {
    background-color: #c10303;
}
.h-img {
    position: relative;
}
.h-img div.h-btn-l {
    position: absolute;
    bottom: 0;
    left: 15px;
    display: block;
    width: 250px;
    height: 56px;
    line-height: 58px;
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    background-color: #de0000;
    color: #fff;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}
.h-img:hover div.h-btn-l {
    left: 50%;
    bottom: 50%;
    margin-left: -125px;
    margin-bottom: -28px;
    background-color: #444;
    box-shadow: 0 0 10px #000;
    -o-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    -webkit-box-shadow: 0 0 10px #000;
}
.h-img div.h-btn-r {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: 250px;
    height: 56px;
    line-height: 58px;
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    background-color: #de0000;
    color: #fff;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}
.h-img:hover div.h-btn-r {
    right: 50%;
    bottom: 50%;
    margin-right: -125px;
    margin-bottom: -28px;
    background-color: #444;
    box-shadow: 0 0 10px #000;
    -o-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    -webkit-box-shadow: 0 0 10px #000;
}
.h-img a {
    background-color: #000;
    display: block;
}
.h-img img {
    width: 100%;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}
.h-img:hover img {
    opacity: 0.5;
}
.ttl {
    font-size: 20px;
    color: #4f4f4f;
    font-weight: 500;
}
.ttl_bg {
    background: url(../img/ttl_bg.png) left top;
    width: 100%;
    height: 9px;
}
.ttl_bg_2 {
    background: url(../img/ttl_bg_2.png) no-repeat left top;
    width: 100%;
    height: 9px;
}
.txt {
    font-size: 13px;
    font-weight: 500;
    color: #4f4f4f;
    line-height: 22px;
}
.m_bg_c {
    background-color: #2d2d2d;
}
.p_tll {
    color: #de0000;
    font-size: 16px;
    font-weight: 500;
    padding-top: 3px;
}
.p_txt {
    color: #262626;
    font-size: 13px;
    font-weight: 300;
    padding-top: 5px;
    line-height: 19px;
    height: 64px;
}
a.p_btn {
    color: #fff;
    display: block;
    width: 61px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    background-color: #de0000;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}
a.p_btn:hover {
    background-color: #444;
    text-decoration: none;
}
.p_s_ttl {
    color: #fff;
    display: block;
    width: 100%;
    height: 30px;
    margin-top: 2px;
    line-height: 30px;
    font-size: 10px;
    text-align: center;
    background-color: #de0000;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}
ul.p_s a:hover .p_s_ttl {
    background-color: #444;
    text-decoration: none;
}
ul.p_s img {
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}
ul.p_s a:hover img {
   opacity: 0.5;
}
ul.p_s a {
    height: 100%;
    width: 100%;
    display: block;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}
ul.p_s a:hover {
    background-color: #444;
    text-decoration: none;
}
.f_l_bg_c {
    width: 50%;
    background-color: #2d2d2d;
    min-height: 380px;
}
.f_r_bg_c {
    width: 50%;
    background-color: #1a1a1a;
    min-height: 380px;
}
.w555 {
    width: 555px;
}
.mla {
    margin-left: auto;
}
.mra {
    margin-right: auto;
}
footer a{ color: #ffffff; text-decoration: none;}
footer a:hover{ color: #fafafa; text-decoration: none;}
footer {
    height: 36px;
    line-height: 36px;
    background-color: #171717;
    color: #ffffff;
    font-size: 12px; font-weight: 400;
}
.f_ttl_bg {
    background: url(../img/f_ttl_bg.png) repeat-x left top;
    width: 100%;
    height: 9px;
    margin-top: 8px;
}
.f_ttl {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
}
.f_txt {
    color: #797979;
    font-size: 13px;
    line-height: 24px;
}
.f_ln {
    height: 40px;
    width: 1px;
    background-color: #4e4e4e;
}
.f_txt i {
    color: #de0000;
}
.w192 {
    width: 192px;
}
.w192 a {
    color: #797979;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}
.w192 a:hover {
    color: #de0000;
    text-decoration: none;
}
form#contact_form input {
    background: none;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #2f2f2f;
    border-left: 0;
    outline: none;
    width: 100%;
    padding: 5px;
    font-size: 14px;
    font-weight: 500;
    color: #9e9e9e;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}
form#contact_form input:hover {
    border-bottom: 1px solid #9e9e9e;
}
form#contact_form input:focus {
    border-bottom: 1px solid #de0000;
}
form#contact_form textarea {
    background: none;
    border: 1px solid #2f2f2f;
    outline: none;
    height: 100px;
    width: 100%;
    padding: 5px 8px;
    font-size: 14px;
    font-weight: 500;
    color: #9e9e9e;
    resize: none;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}
form#contact_form textarea:hover {
    border: 1px solid #9e9e9e;
}
form#contact_form textarea:focus {
    border: 1px solid #de0000;
}
a.f_btn {
    color: #fff;
    display: block;
    width: 126px;
    height: 43px;
    line-height: 43px;
    font-size: 16px;
    text-align: center;
    background-color: #de0000;
    border: 2px solid #f20b0b;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}
a.f_btn:hover {
    background-color: #444;
    border: 2px solid #444;
    text-decoration: none;
}
.contact {
    line-height: 30px;
    color: #4f4f4f;
}
.contact a {
    color: #4f4f4f;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}
.contact a:hover {
    color: #de0000;
}
.g_img {
    height: 100px;
    text-align: center;
}
.g_img img {
    height: 100%;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}
.oh:hover img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
}
.oh:hover .g_ovr{
    top: 0;
    opacity: 1;
}
.oh:hover .g_ttl{
    opacity: 1;
}
.g_ovr {
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    opacity: 0;
}
.g_ttl {
    color: #fff;
    line-height: 100px;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 14px;
    transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition-delay: .5s;
    opacity: 0;
}
._r {
    right: -230px;
    top: 0;
}
._l {
    left: -230px;
    top: 0;
}
._t {
    top: -100px;
    left: 0;
}
._b {
    bottom: -100px;
    left: 0;
}
.oh:hover ._r {
    right: 0;
}
.oh:hover ._l {
    left: 0;
}
.oh:hover ._t {
    top: 0;
}
.oh:hover ._b {
    bottom: 0;
}
.g_brd {
    box-shadow: 0 0 5px #E5E5E5;
    -webkit-box-shadow: 0 0 5px #E5E5E5;
    -o-box-shadow: 0 0 5px #E5E5E5;
    -moz-box-shadow: 0 0 5px #E5E5E5;
}
.srvs a {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}
.srvs a:hover {
    color: #de0000;
}
.srvs a:hover .s_img {
    opacity: 0.9;
}
.s_img {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}
.s_ttl {
    font-size: 18px;
    color: #de0000;
}
.s_ttl_2 {
    font-size: 13px;
    color: #de0000 !important;
    font-weight: 400;
}
.s_txt {
    margin-top: 10px;
}
.s_txt_2 {
    font-size: 13px;
}

.videox iframe {
    width: 100% !important;
}

.news h5{ text-align: center;  font-size: 16px;}
.news a{ color: #fff !important;}
.news {
    margin-top: -120px;
    background-color: #BF0E1F;
    color: #fff;
}
.news div { color: #fff !important;}
.news_tll { color: #fff !important; font-weight: 400; font-size: 14px; margin-top: 15px}
.news_a { color: #fff !important; font-weight: 400; font-size: 12px;}
.ttl_bg_3 {
    background-image: url(../img/ttl_bg_3.png);
}