@media(min-width: 1200px){
    .container {
        width: 1160px;
    }
}
.bk_red{
    background: #C30F23;
}
.bk_coffee{
    background: #333333;
}
.bk_gray{
    background-color: #DDDDDD;
}
.bk_gray2{
    background-color: #EFEFEF;
}
input:-webkit-autofill {
    box-shadow: 0 0 0px 1000px white inset;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #ffffff;
}
input:-moz-placeholder, textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #ffffff;
}
input::-moz-placeholder, textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #ffffff;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #ffffff;
}
.container {
    padding: 0;
}
.row{
    margin: 0;
}
a{
    color: #333333;
}
a:hover{
    color: #C30F23;
    text-decoration: none;
}
p{
    margin: 0;
}
li{
    list-style-type: none;
}
html{
    background: linear-gradient(to bottom, #f2f2f2, #efefef);
}
body{
    background:
        url("../images/pc/pc-index-top.jpg") center top no-repeat,
        url("../images/pc/pc-index-bottom.png") center bottom no-repeat;
    padding: 0;
    color: #333333;
}
.index_body{
    background:
            url("../images/pc/pc-index-top.png") center top no-repeat,
            url("../images/pc/pc-index-bottom.png") center bottom no-repeat !important;
}
.box-shadow{
    box-shadow: 3px 5px 6px #999
}
.nav-head{
    background: #C30F23;
    margin: 0; !important;
}
.navbar{
    min-height: inherit;
}
#main-menu .menu-item{
    /*width: 12.5%;*/
    text-align: center;
    font-size: 16px;
    margin-right: 4.03%;
}
#main-menu .menu-item-e{
    float: right;
    margin: 0;
}
#main-menu .menu-item.active{
    background: url("../images/pc/pc-index-home.png") center no-repeat;
}

.navbar-default .navbar-nav>li>a{
    color: #ffffff;
    padding: 20px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{
    color: #ffffff;
    background-color: inherit;
}
.navbar-default .navbar-nav>.menu-item>a:hover, .navbar-default .navbar-nav>.menu-item>a:focus{
    color: #ffffff;

}
.head_top{
    overflow: hidden;
    padding: 25px 0;
}
.head_logo img{
    height: 95px;
}
.floatL{
    float: left !important;
}.floatR{
     float: right !important;
 }
.head_member{
    float: right;
    padding-top: 50px;
}
.login-btn{
    padding: 0 15px;
    color: #C30F23;
    border: 1px solid #C30F23;
    margin-right: 10px;
}
.login-btn:hover{
    background: #C30F23;
}
.reg-btn{
    padding: 0 15px;
    color: #555555;
    border: 1px solid #555555;
}
.reg-btn:hover{
    background: #555555;
}
.user-span, .user-span>a{
    color: #C30F23;
}
.index_relative{
    position: relative;
    height: 400px;
}
.index_news{
    background: #ffffff;
    overflow: hidden;
    padding: 30px;
    position: absolute;
    top: -60px;
    z-index: 999999;
    width: 100%;
    box-shadow: 3px 5px 6px #999
}
.index_news_block{
    width: 520px;
}
.news_head{
    border-left: 5px solid #C30F23;
    padding-left: 5px;
    margin: 0;
    margin-bottom: 15px;
    font-weight: 400;
}
#news_swiper{
    width: 520px;
    height: 350px;
    overflow: hidden;
}
#news_swiper .swiper-slide, #news_swiper img{
    width: 100%;
    height: 100%;
}
.news-pagination{
    position: absolute;
    text-align: right;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 10;
    padding-right: 25px;
}
.news-bullet{
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: .2;
    margin-right: 10px;
}
.news-bullet-active {
    opacity: 1;
    background: #fff;
}

.user-pagination{
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 10;
    padding-right: 25px;
    bottom: 30px !important;
}
.user-bullet{
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    margin-right: 10px;
}
.user-bullet-active {
    opacity: 1;
    background: #C30F23;
}
.news_slide{
    position: relative;
}
.news_title{
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    font-size: 16px;
    overflow: hidden;
    padding-right: 120px;
    padding-left: 15px;
}
.news_title_opa{
    background: #C30F23;
    opacity: .5;
}
.list_head{
    max-height: 200px;
    overflow: hidden;
}
.notice_li{
    width: 100%;
    display: inline-block;
    color: #333333;
    font-size: 16px;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
}
.li_dot{
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #333333;
    float: left;
    margin: 15px 5px 5px 15px;
}
.li_title{
    float: left;
    width: 395px;
    overflow: hidden;
}
.li_date{
    float: right;
    color: #999999;
}
.list_bot{
    height: 145px;
    width: 100%;
    overflow: hidden;
    background: url("../images/pc/pc-index-member.png") center no-repeat;
    margin-top: 5px;
    padding: 15px 50px 0;
}
.list_bot_title{
    text-align: center;
    color: #ffffff;
    font-size: 28px;
    font-weight: 400;
}
.list_bot_title_small{
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    height: 35px;
    line-height: 35px;
    margin-bottom: 5px;
}
.list_bot_btn a{
    float: left;
    margin-left: 30px;
    width: 160px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #C30F23;
    background: #ffffff;
    border: 1px solid #ffffff;
}
.list_bot_btn a:hover{
    background: #ce1121;
    color: #FFFFFF;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.list_bot_btn a.list_bot_btn_user{
    margin-left: 125px;
}

.bottom_line{
    margin-bottom: 45px;
}
.index_block2{
    height: 400px;
    background: url("../images/pc/pc-index-intro.png") left top no-repeat;
}
.index_intro{
    width: 400px;
    height: 100%;
    overflow: hidden;
    margin-left: 305px;
}
.index_intro_title{
    font-weight: 400;
    line-height: 50px;
    margin-top: 20px;
}
.index_intro_detail{
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 30px;
}
.a_btn{
    display: inline-block;
    float: left;
    width: 160px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    margin-right: 30px;
}
.view_detail{
    color: #C30F23;
    border: 1px solid #C30F23;
}
.view_detail:hover{
    background: #ce1121;
    color: #FFFFFF;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.index_leader{
    position: relative;
    background: #ffffff;
    width: 420px;
    height: 320px;
    overflow: hidden;
    box-shadow: 3px 5px 6px #999;
    margin-top: 40px;
}
.index_leader_title{
    text-align: center;
    font-weight: 400;
    line-height: 40px;
}
#index_leader{
    width: 290px;
    overflow: hidden;
    margin: 0 auto;
}
.leader_slide{
    width: 135px !important;
    height: 235px;
    overflow: hidden;
}
.leader_slide img{
    height: 180px;
    width: 100%;
}
.index_leader_name{
    text-align: center;
    padding-top: 10px;
    font-size: 18px;
    font-weight: 500;
}
.index_leader_class{
    text-align: center;
    font-size: 15px;
}
.leader-button-next{
    background: url("../images/pc/slider-r.png") center no-repeat;
    width: 50px;
}
.leader-button-prev{
    background: url("../images/pc/slider-l.png") center no-repeat;
    width: 50px;
}

.index_block3{
    background: #ffffff;
    overflow: hidden;
    padding: 30px;
    width: 100%;
    box-shadow: 3px 5px 6px #999
}
.index_member_block{
    width: 530px;
    overflow: hidden;
}
.index_member_li{
    display: inline-block;
    width: 165px;
    height: 145px;
    margin-right: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}
.index_member_li img{
    width: 100%;
    height: 100%;
}
.index_member_more{
    background: #ce1121;
    text-align: center;
    line-height: 145px;
    color: #ffffff;
    font-size: 18px;
}
.index_member_more:hover{
    color: #ffffff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.index_study_block{
    width: 525px;
    overflow: hidden;
}
.index_study_list .notice_li{
    height: 34px;
    line-height: 34px;
}
.index_videos_block{
    margin-top: 15px;
    overflow: hidden;
}
#index_video{
    width: 100%;
}
.video_slide{
    width: 265px !important;
    position: relative;
}
.video_slide img{
    width: 100%;
    height: 150px;
}
.index_video_play{
    width: 265px;
    height: 150px;
    position: absolute;
    top: 0;
    background: url("../images/pc/video-play.png") center no-repeat;;
}
.index_video_name{
    text-align: center;
    font-size: 16px;
    line-height: 30px;
}
#footer{
    color: #ffffff;
}
.links{
    background: url("../images/pc/link_bk.png") repeat;

}
.links .container{
    padding: 40px 0 10px 30px;
}
.link_head{
    border-left: 5px solid #FFFFFF;
    color: #ffffff;
    padding-left: 15px;
    margin: 0;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 28px;
}
.links a{
    display: inline-block;
    color: #ffffff;
    width: 19%;
    overflow: hidden;
    font-size: 16px;
    margin: 5px 0;
}
.footer_site_info{
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 13px;
}
.footer_site_info a{
    color: #ffffff;
}
.index_banner_relative{
    position: relative;
    height: 10px;
}
.index_banner_a{
    display: inline-block;
    width: 100%;
    height: 530px;
}
.banner_btn{
    position: absolute;
    bottom: 205px;
    right: 285px;
    border: 1px solid #ffffff;
    color: #ffffff;
    width: 185px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}
.banner_btn:hover{
    color: #ffffff;
    background: #C30F23;
}
.top_banner_a{
    display: block;
    height: 200px;
    overflow: hidden;
}

.breadcrumb{
    background: none;
    text-align: right;
    padding: 30px 0 20px;
    margin: 0;
    font-size: 15px;
}
.breadcrumbL .breadcrumb{
    text-align: left;
}
.breadcrumb>li+li:before{
    content: '';
    padding: 0;
}
.breadcrumb a{
    color: #666666;
}
.breadcrumb a:hover{
    color:#C30F23;
}
.breadcrumb>.active{
    color:#333333;
}
.content_block{
    background: #ffffff;
    overflow: hidden;
    padding: 30px;
    width: 900px;
    min-height: 504px;
    box-shadow: 3px 5px 6px #999
}
.article_content_block{
    min-height: 300px;
}
.content_icon_block{
    padding: 0 25px 25px 25px;
    background:
            url("../images/pc/content_top_left.png") left top no-repeat,
            url("../images/pc/content_top_right.png") right top no-repeat,
            url("../images/pc/content_bottom_left.png") left bottom no-repeat,
            url("../images/pc/content_bottom_right.png") right bottom no-repeat;
    overflow: hidden;
}
.intro_title{
    text-align: center;
    font-size: 40px;
    font-weight: 500;
    color: #C30F23;
    line-height: 120px;
}
.intro_logo{
    text-align: center;
    margin: 25px 0 50px;
}
.intro_details{
    font-size: 15px;
    line-height: 24px;
}
.left_nav{
    width: 240px;

}
.left_nav_li{
    margin-bottom: 5px;
    border-left: 5px solid #ffffff;
    cursor: pointer;
}
.left_nav_li a{
    display: inline-block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #ffffff;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
    font-weight: 500;
}
.left_nav_title{
    margin-top: 0;
    height: 50px;
    line-height: 50px;
    margin-bottom: 5px;
    padding-left: 30px;
    background: #C30F23;
    color: #ffffff;
    font-weight: 500;
    border-left: 5px solid #C30F23;
}

.left_nav_li_active, .left_nav_li:hover{
    border-left: 5px solid #C30F23;
}
.left_nav_li span{
    display: inline;
    float: right;
    height: 100%;
    width: 14px;
}
.nav_hide_icon{
    background: url("../images/pc/nav_hide_icon.png") center no-repeat;
}
.nav_show_icon{
    background: url("../images/pc/nav_show_icon.png") center no-repeat;
}
.left_nav_li ul{
    padding: 0;
    margin: 0;
    display: none;
}
.left_nav_li .left_nav_li{
    margin-bottom: 0;
    border-left: none;
}
.left_nav_level  a{
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #898989;
    background: #ffffff;
    margin-top: 1px;
}
.left_nav_level a:hover, .left_nav_level_active a{
    background: none;
}

.leader_list{
    width: 180px;
    margin: 0 15px 30px 15px;
}
.leader_list_img{
    width: 100%;
    height: 230px;
}
.leader_list_img img{
    width: 100%;
    height: 100%;
}
.leader_name{
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    line-height: 30px;
}
.leader_name span{
    font-size: 16px;
    font-weight: normal;
}

.pagination{
    width: 100%;
    text-align: center;
}
.pagination>li>a, .pagination>li>span{
    float: none;
}
.pagination>li>a, .pagination>li>span{
    color: #333333;
    margin-left: 5px;
}
.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus,
.pagination>.active>span,
.pagination>.active>span:hover,
.pagination>.active>span:focus,
.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>.active>a:focus{
    background: #C30F23;
    color: #ffffff;
    border: 1px solid #C30F23;
}

.standard_title{
    padding-left: 30px;
    font-weight: 400;
    font-size: 20px;
    line-height: 40px;
    background: url("../images/pc/standard_li.png") left center no-repeat;
}
.standard_basic{
    margin-left: 30px;
    padding-left: 25px;
    padding-top: 3px;
    font-size: 16px;
    line-height: 32px;
    background: url("../images/pc/standard-num.png") left center no-repeat;
}
.standard_details{
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 30px;
    background: url("../images/pc/standard-details.png") center 30px  no-repeat;
}
.standard_details_li{
    width: 243px;
    margin-right: 25px;
    padding-top: 120px;
    border: 1px solid #C30F23;
    font-size: 16px;
    height: 430px;
}
.standard_details_title{
    color: #C30F23;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 25px;
}
.standard_details_txt{
    padding: 0 15px;
    line-height: 30px;
}
.join-btn{
    display: block;
    margin: 0 auto;
    width: 210px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    background: #C30F23;
    color: #ffffff;
}
.join-btn:hover{
    color: #ffffff;
    background: #EA5E72;
}

.intro_title_ls{
    line-height: 60px;
}

.adviser_block{
    padding-left: 25px;
    padding-right: 25px;
}
.adviser_list{
    padding: 25px;
    border-bottom: 1px solid #888888;
    overflow: hidden;
}
.adviser_list_img{
    width:195px;
    height: 250px;
    overflow: hidden;
}
.adviser_list_img img{
    width: 100%;
    height: 100%;
}
.adviser_lr{
    width: 580px;
    height: 250px;
    overflow: hidden;
}
.adviser_title{
    font-size: 28px;
    font-weight: 400;
}
.adviser_title span{
    font-size: 16px;
    font-weight: normal;
}
.adviser_info{
    max-height: 175px;
    margin-top: 5px;
    font-size: 16px;
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
}
.adviser_more{
    display: inline-block;
    width: 100%;
    text-align: right;
    color: #C30F23;
    font-size: 16px;
    margin-top: 10px;
}
.contact_address_title{
    font-size: 24px;
    font-weight: 400;
    padding: 25px 0 10px;
}
.contact_address{
    font-size: 18px;
    padding-bottom: 10px;
}
.contact_detail_li{
    float: left;
    width: 230px;
    margin-right: 10px;
    line-height: 30px;
    font-size: 15px;
}
.contact_detail_li span{
    color: #C30F23;
    font-weight: 600;
}

.notice_left{
    width: 240px;
}
.notice_intro{
    overflow: hidden;
    margin-bottom: 25px;
    padding: 0 15px;
    font-size: 12px;
    height: 350px;
    background: url("../images/pc/notice_intro_bk.png") top center no-repeat;
}
.notice_intro p{
    text-align: center;
    font-size: 22px;
    padding: 25px 0 10px;
}

.notice_videos{
    width: 100%;
    overflow: hidden;
    padding: 0 15px;
    border: 1px solid #C30F23;
    background: #ffffff;
}
.notice_videos_title{
    font-size: 20px;
    font-weight: 400;
    padding: 15px 20px;
    background: url("../images/pc/standard_li.png") left center no-repeat;
    background-size: auto 22px;
}
.notice_videos_a{
    display: block;
    width: 100%;
    margin-bottom: 15px;
}
.notice_videos_box{
    position: relative;
    width: 100%;
    height: 115px;
    overflow: hidden;
}
.notice_videos_box img{
    width: 100%;
    height: 100%;
}
.notice_video_play {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: url(../images/pc/video-play.png) center no-repeat;
}
.notice_list{
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 55px;
    overflow: hidden;
    border-bottom: 1px solid #888888;
}
.notice_list_p{
    float: left;
    width: 740px;
    height: 55px;
    overflow: hidden;
}
.notice_list span{
    float: right;
}
.article_re{
    width: 240px;
    overflow: hidden;
}

.article_re_list{
    list-style-type: inherit;
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}
.article_re_list span{
    float: right;
}
.article_title{
    font-size: 24px;
    font-weight: 500;
    text-align: center;
}
.article_datetime{
    text-align: center;
    color: #999999;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 15px;
}
.articel_details{
    font-size: 14px;
}


.study_block{
    padding-left: 15px;
    padding-right: 15px;
}
.study_list{
    padding: 15px;
    border-bottom: 1px solid #888888;
    overflow: hidden;
}
.study_list_img{
    width: 300px;
    height: 200px;
    overflow: hidden;
}
.study_list_img img{
    width: 100%;
    height: 100%;
}
.study_lr{
    width: 500px;
    height: 200px;
    overflow: hidden;
}
.study_title{
    font-size: 20px;
    font-weight: 600;
    max-height: 60px;
}

.study_info{
    max-height: 190px;
    margin-top: 5px;
    line-height: 28px;
    overflow: hidden;
}
.study_more{
    float: right;
    color: #C30F23;
    font-size: 16px;
    margin-left: 10px;
}

.video_list{
    float: left;
    width: 265px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.video_list_box {
    position: relative;
    width: 100%;
    height: 155px;
    overflow: hidden;
    margin-bottom: 5px;
}
.video_list_box img{
    width: 100%;
    height: 100%;
}
.no_margin_right{
    margin-right: 0 !important;
}
.video_block{
    width: 900px;
}
.video_play_box{
    margin-bottom: 20px;
}
.video_pagination_item a{
    width: 270px !important;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.video_block_right{
    background: #ffffff;
    width: 240px;
    margin-top: 70px;
}
.video_right_list{
    overflow: hidden;
    margin-bottom: 14px;
    padding-bottom: 9px;
    border-bottom: 1px solid #666666;
}
.video_right_list img{
    width: 120px;
    height: 65px;
}
.video_right_list_info{
    width: 80px;
    font-size: 12px;
    height: 65px;
    overflow: hidden;
}
.video_right_list_info p{
    line-height: 20px;
}
.video_block_right .notice_videos{
    border: none;
    padding: 0 15px;
}
.art_block{
    background: #ffffff;
    overflow: hidden;
    padding: 30px;
    width: 100%;
    min-height: 504px;
}
.art_list{
    width: 250px;
    height: 240px;
    overflow: hidden;
    float: left;
    margin: 0 20px 20px 0;
}
.art_list_box{
    width: 100%;
    height: 200px;
    background: #EFEFEF;
    overflow: hidden;
    text-align: center;
    line-height: 200px;
}
.art_list_box img{
    max-width: 100%;
    max-height: 100%;
}
.art_list_name{
    font-size: 16px;
    line-height: 40px;
    text-align: center;
}

.recommend_art_box{
    margin-top: 25px;
    padding: 10px;
    background-color: #ffffff;
    overflow: hidden;
}
.recommend_art{
    width: 100%;
    height: 100%;
    background:
            url("../images/pc/art_l_t.png") left top no-repeat,
            url("../images/pc/art_r_t.png") right top no-repeat,
            url("../images/pc/art_l_b.png") left bottom no-repeat,
            url("../images/pc/art_r_b.png") right bottom no-repeat;
    overflow: hidden;
    padding: 0 18px;
}
.recommend_art_title{
    color: #C30F23;
    font-size: 18px;
    text-align: center;
    padding: 15px 0 10px;
}
.recommend_art .art_list_name{
    margin-bottom: 5px;
}
.recommend_art .art_list{
    width: 100%;
    height: auto;
    margin: 0;
}
.recommend_art .art_list_box{
    height: 140px;
    line-height: 140px;
}
.art_content_block{
    min-height: 610px;
}
.container_block{
    width: 100%;
    background: #ffffff;
    overflow: hidden;
}
.login_title{
    font-weight: 500;
    padding-top: 15px;
}
.login_register{
    padding-bottom: 25px;
}
.color_red{
    color: #C30F23 !important;
}
.login_form .form-group{
    position: relative;
}
.login_form_l{
    position: absolute;
    left: -90px;
    height: 38px;
    padding: 10px 12px;
    font-size: 15px;
}
.login_form_r{
    position: absolute;
    right: -70px;
    height: 38px;
    padding: 10px 12px;
    font-size: 12px;
}
.btn-red {
    background: #C30F23;
    border-color: #C30F23;
}
.btn-red:hover{
    background: #B2142B;
    border-color: #B2142B;
}
.btn-login{
    font-size: 18px;
}
.form-group label{
    padding: 8px 0 0;
}

.date-input{
    height: 38px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
}
.icon-arrow-left{
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: 1px;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url(../images/glyphicons-halflings.png);
    background-position: -430px -72px;
    background-repeat: no-repeat;
}
.icon-arrow-right{
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: 1px;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url(../images/glyphicons-halflings.png);
    background-position: -458px -72px;
    background-repeat: no-repeat;
}
.form-group label{
    margin: 0;
    font-weight: normal;
}
.btn-hollow{
    color:#C30F23 !important;
    border: 1px solid #C30F23;
}
.image_v{
    background: #EFEFEF;
    display: block;
}
.image_v img{
    display: block;
    width: auto !important;
    max-width: 100%;
    margin: 0 auto;
    float: none;
    vertical-align: middle;
}