﻿.body_style_global {
    margin: 0px;
    margin-top:10px;
    padding: 0px;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 16px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

.background_style_fixed {
    background: no-repeat fixed;
    background-size: contain;
    padding: 0 0 0 0;
    text-align: center;
    min-height: 300px;
    position: relative;
}

.menu_style_public {
    background-color: white;
    margin-left: 0px;
    margin-right: 0px;
}
/*设置菜单按钮默认样式*/
.menu_btn_style {
    height: 40px;
    line-height: 40px;
    /*padding:10px 10px;*/
    background-color: white;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
}

.menu_thumbnail_style {
    border: none;
    padding: 0px;
    margin-bottom: 0px;
}

.menu_column_style {
    padding: 0 0 0 0;
}

.menu_style_fontcolor_green {
    color: green;
    font-weight: 500;
}

.footer_style {
    color: #6c6c6c;
    padding: 10px 1px;
    background-color: #f5f5f5;
}

.link_color {
    color: dodgerblue;
}

.fuck {
    color: red;
}

.copyright {
    width: 100%;
    background: #111;
    font-size: 13px;
    text-align: center;
    color: #555;
    padding-top: 14px;
    padding-bottom: 14px;
    border-top: 1px solid #303030;
    position: absolute;
    bottom: 0px;
}

    .copyright span {
        margin: 0 .5em
    }

    .copyright a {
        color: #555
    }

.btn {
    padding-left: 0px;
    padding-right: 0px;
    border-radius: 0px;
    border-color: lightgray;
    border-right: none;
    font-size: 18px;
}

.border_style_noneradius {
    border-radius: 0px;
}

.border_style_none {
    border: none;
}

.border_style_bottom_only {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: lightgray;
}

.border_style_bottom_right_only {
    border-left: none;
    border-top: none;
    border-bottom: none;
    border-right: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
}


.border_style_top_none {
    border-top: none;
}

.border_style_radius {
    border-radius: 4px;
}

.text_style_color_lightgray {
    color: lightgray;
}

.text_style_color_gray {
    color: gray;
}

.text_style_color_green {
    color: green;
}

.article_div_style_row {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 5px;
}

.style_middle {
    margin: 0 auto;
}

.width_style_full {
    width: 100%;
}

.margin_style_none {
    margin: 0px;
}
