/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
}

.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn-default.disabled,
.btn-primary.disabled,
.btn-success.disabled,
.btn-info.disabled,
.btn-warning.disabled,
.btn-danger.disabled,
.btn-default[disabled],
.btn-primary[disabled],
.btn-success[disabled],
.btn-info[disabled],
.btn-warning[disabled],
.btn-danger[disabled],
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-danger {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-default .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-info .badge,
.btn-warning .badge,
.btn-danger .badge {
    text-shadow: none;
}

.btn:active,
.btn.active {
    background-image: none;
}

.btn-default {
    text-shadow: 0 1px 0 #fff;
    background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
    background-image: -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
    background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #dbdbdb;
    border-color: #ccc;
}

.btn-default:hover,
.btn-default:focus {
    background-color: #e0e0e0;
    background-position: 0 -15px;
}

.btn-default:active,
.btn-default.active {
    background-color: #e0e0e0;
    border-color: #dbdbdb;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #e0e0e0;
    background-image: none;
}

.btn-primary {
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #265a88 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));
    background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #245580;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #265a88;
    background-position: 0 -15px;
}

.btn-primary:active,
.btn-primary.active {
    background-color: #265a88;
    border-color: #245580;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #265a88;
    background-image: none;
}

.btn-success {
    background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
    background-image: -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
    background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #3e8f3e;
}

.btn-success:hover,
.btn-success:focus {
    background-color: #419641;
    background-position: 0 -15px;
}

.btn-success:active,
.btn-success.active {
    background-color: #419641;
    border-color: #3e8f3e;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #419641;
    background-image: none;
}

.btn-info {
    background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
    background-image: -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
    background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #28a4c9;
}

.btn-info:hover,
.btn-info:focus {
    background-color: #2aabd2;
    background-position: 0 -15px;
}

.btn-info:active,
.btn-info.active {
    background-color: #2aabd2;
    border-color: #28a4c9;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    background-color: #2aabd2;
    background-image: none;
}

.btn-warning {
    background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
    background-image: -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
    background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #e38d13;
}

.btn-warning:hover,
.btn-warning:focus {
    background-color: #eb9316;
    background-position: 0 -15px;
}

.btn-warning:active,
.btn-warning.active {
    background-color: #eb9316;
    border-color: #e38d13;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    background-color: #eb9316;
    background-image: none;
}

.btn-danger {
    background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
    background-image: -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
    background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #b92c28;
}

.btn-danger:hover,
.btn-danger:focus {
    background-color: #c12e2a;
    background-position: 0 -15px;
}

.btn-danger:active,
.btn-danger.active {
    background-color: #c12e2a;
    border-color: #b92c28;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    background-color: #c12e2a;
    background-image: none;
}

.thumbnail,
.img-thumbnail {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background-color: #e8e8e8;
    background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
    background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
    background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
    background-repeat: repeat-x;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    background-color: #2e6da4;
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
    background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
    background-repeat: repeat-x;
}

.navbar-default {
    background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%);
    background-image: -o-linear-gradient(top, #fff 0%, #f8f8f8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8));
    background-image: linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
    background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
    background-image: -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2));
    background-image: linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
    box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
}

.navbar-brand,
.navbar-nav > li > a {
    text-shadow: 0 1px 0 rgba(255, 255, 255, .25);
}

.navbar-inverse {
    background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%);
    background-image: -o-linear-gradient(top, #3c3c3c 0%, #222 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222));
    background-image: linear-gradient(to bottom, #3c3c3c 0%, #222 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-radius: 4px;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a {
    background-image: -webkit-linear-gradient(top, #080808 0%, #0f0f0f 100%);
    background-image: -o-linear-gradient(top, #080808 0%, #0f0f0f 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#080808), to(#0f0f0f));
    background-image: linear-gradient(to bottom, #080808 0%, #0f0f0f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
    box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}

.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
    border-radius: 0;
}

@media (max-width: 767px) {
    .navbar .navbar-nav .open .dropdown-menu > .active > a,
    .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
        background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
        background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
        background-repeat: repeat-x;
    }
}

.alert {
    text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
}

.alert-success {
    background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
    background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
    background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
    background-repeat: repeat-x;
    border-color: #b2dba1;
}

.alert-info {
    background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
    background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
    background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
    background-repeat: repeat-x;
    border-color: #9acfea;
}

.alert-warning {
    background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
    background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
    background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
    background-repeat: repeat-x;
    border-color: #f5e79e;
}

.alert-danger {
    background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
    background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
    background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
    background-repeat: repeat-x;
    border-color: #dca7a7;
}

.progress {
    background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
    background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
    background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
    background-repeat: repeat-x;
}

.progress-bar {
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #286090 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #286090 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#286090));
    background-image: linear-gradient(to bottom, #337ab7 0%, #286090 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);
    background-repeat: repeat-x;
}

.progress-bar-success {
    background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
    background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
    background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
    background-repeat: repeat-x;
}

.progress-bar-info {
    background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
    background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
    background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
    background-repeat: repeat-x;
}

.progress-bar-warning {
    background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
    background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
    background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
    background-repeat: repeat-x;
}

.progress-bar-danger {
    background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
    background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
    background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
    background-repeat: repeat-x;
}

.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.list-group {
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    text-shadow: 0 -1px 0 #286090;
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #2b669a 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #2b669a 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2b669a));
    background-image: linear-gradient(to bottom, #337ab7 0%, #2b669a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);
    background-repeat: repeat-x;
    border-color: #2b669a;
}

.list-group-item.active .badge,
.list-group-item.active:hover .badge,
.list-group-item.active:focus .badge {
    text-shadow: none;
}

.panel {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}

.panel-default > .panel-heading {
    background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
    background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
    background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
    background-repeat: repeat-x;
}

.panel-primary > .panel-heading {
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
    background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
    background-repeat: repeat-x;
}

.panel-success > .panel-heading {
    background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
    background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
    background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
    background-repeat: repeat-x;
}

.panel-info > .panel-heading {
    background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
    background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
    background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
    background-repeat: repeat-x;
}

.panel-warning > .panel-heading {
    background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
    background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
    background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
    background-repeat: repeat-x;
}

.panel-danger > .panel-heading {
    background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
    background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
    background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
    background-repeat: repeat-x;
}

.well {
    background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
    background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
    background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
    background-repeat: repeat-x;
    border-color: #dcdcdc;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
}

.head-top {
    height: 35px;
    line-height: 35px;
    color: #999;
}

.right-menu li {
    margin-left: .5rem;
}

.down {
    position: relative;
}

.down-menu li {
    float: left;
}

.qun {
    width: 218px;
}

.down-menu {
    display: none;
    position: absolute;
    left: 0;
    background: #fff;
    z-index: 99;
}

.down:hover .down-menu {
    display: block;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.bg-gray {
    background: #f1f1f1;
}

.down-menu li a {
    color: #333;
}

.down-menu li {
    padding-right: 20px;
}

.down-menu {
    list-style-type: circle;
}

.search {
    border: 1px solid #ddd;
    border-radius: 20px;
    padding-left: 15px;
    height: 40px;
    margin: 9.5px 0;
}

.search input[type='text'] {
    border: none;
    background: none;
    outline: none;
    height: 100%;
    float: left;
    width: 280px;
}

.search .search-submit {
    background: none;
    border: none;
    font-size: 20px;
    font-weight: normal;
    height: 100%;
    padding-right: 15px;
    float: left;
}

.head-sear .logo {
    margin-top: 9px;
}

.head-sear {
    margin: 10px 0;
}

.nav {
    position: relative;
}

.nav li.down {
    position: static;
}

.nav > li {
    width: 12.5%;
    text-align: center;
}

.down-menu ul.pull-left {
    width: 200px;
}

.nav .down-menu {
    background: rgba(255, 255, 255, .8);
    padding: 10px 0;
}

.header .down-menu .pull-left li {
    border-bottom: 1px #ddd dashed;
    height: 50px;
    line-height: 50px;
    padding: 0;
    width: 100px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}
.header-top {
    position: relative!important;
}
.header,
.header .nav-tabs,
.heda-right {
    position: static!important;
}
.header .down-menu .pull-left li:nth-of-type(2n) {
    margin-right: 0;
}

/*.down-menu {
  display: block;
}*/
.content-nav {
    width: calc(100% - 200px);
}

.content-nav img {
    width: 263px;
}

.content-nav p {
    width: calc(100% - 273px);
    margin-left: 10px;
    text-align: left;
}

#newsTab > li {
    width: auto;
}

#newsTab {
}

.news-list li {
    padding: 10px 0;
    border-bottom: 1px #ddd dashed;
    font-size: 14px;
}

.news-list li i {
    font-size: 12px;
    color: #999;
}

.news-list-img-content {
    width: calc(100% - 217px);
    margin-left: 10px;
}

.news-list-img img {
    width: 207px;
    height: 124px;
}

.news-list-img-content h4 {
    margin-top: 0;
    font-weight: bold;
    line-height: 1.2em;
}

.banner {
    margin-top: 1px;
}

.more {
    float: right !important;
}

.icon-con {
    background: #f1f1f1;
    padding: 20px 0;
}

.icon-con-top {
    background: #fff;
    border-top: 3px solid #b72711;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    position: absolute;
    top: -170px;
    width: calc(100% - 16px);
    display: none;
}

.icon-con ul li {
    float: left;
    width: 25%;
    padding: 0 8px;
    position: relative;
    font-size: 24px;
}

.icon-con ul li img {
    width: 100%;
    margin-bottom: 10px;
}

.icon-con-btn {
    width: 100%;
    height: 60px;
    text-align: center;
    line-height: 60px;
    background: #fff;
    color: #b72711;
    -webkit-box-shadow: 0px 0px 10px #ddd;
    -moz-box-shadow: 0px 0px 10px #ddd;
    box-shadow: 0px 0px 10px #ddd;
}

.icon-con-btn:hover {
    background: #b72711;
    color: #fff;
}

.icon-con-top {
    padding: 10px;
    font-size: 12px;
}

.icon-con ul li:hover .icon-con-top {
    display: block;
}

.product-fuwu {
    background: url('../images/cpyfw-bg.jpg') no-repeat;
    padding-bottom: 50px;
}

.tit {
    height: 35px;
    line-height: 35px;
    margin: 20px auto 10px;
    width: 450px;
}

.tit h2 {
    margin: 0;
}

.tit .line {
    border-top: 1px solid #ddd;
    width: 80px;
    text-align: left;
    margin: 18px 10px;
}

.tit-bottom {
    font-size: 12px;
    text-align: center;
    margin-bottom: 30px;
}

.pro-img {
    width: 50%;
    background: #fff;
    float: left;
    overflow: hidden;
}

.pro-img img {
    width: 100%;
}

.pro-text h3 {
    margin: 0 0 10px;
}

.pro-text {
    width: 50%;
    background: #fff;
    float: left;
    height: 100%;
    position: absolute;
    right: 0;
    padding: 20px;
}

.slider-content li {
    position: relative;
    width: 50%;
}

.right .pro-text {
    right: auto;
    left: 0;
}

.right .pro-img {
    float: right;
    z-index: 10;
    position: relative;
}

.footer a {
    color: #fff;
}

.footer {
    background: url(../images/bg-foot.jpg);
    padding: 20px 0 20px;
}

.footer-nav ul {
    border-bottom: 1px solid #4d4d4d;
}

.footer-nav li a {
    display: block;
    text-decoration: none;
    color: #fff;
}

.footer-nav li {
    float: left;
    height: 50px;
    line-height: 50px;
    margin-right: 20px;
}

.footer-nav li:hover a {
    color: #b72711;
}

.foot-contact {
    margin-top: 10px;
}

.foot-contact li {
    margin-bottom: 10px;
}

.footer-sub-nav {
    background: #333;
}

.footer-sub-nav ul li {
    padding: 5px 0;
}

.footer-sub-nav ul {
    float: left;
    width: 14.28%;
}

.footer-sub-nav ul a {
    display: block;
    color: #d0d0d0;
}

.footer-sub-nav ul a:hover {
    color: #fff;
}

.guanzhu .row {
    margin: 0 -5px;
}

.guanzhu .pull-left,
.guanzhu .pull-right {
    padding: 5px;
    text-align: center;
}

.guanzhu {
    color: #b72711;

}

.guanzhu span {
    font-size: 16px;
    margin-top: 5px;
    display: block;
}

.guanzhu img {
    width: 100%;
}

.copyright {
    text-align: center;
    background: #000;
    color: #fff;
    padding: 10px;
}

body {
    transition: 1s;
    overflow-x: hidden;
}

.menu-nav {
    display: none
}

.owl-pagination {
    display: none;
}

.title-left {
    border-bottom: 1px #ddd dashed;
    margin: 0;
    height: 50px;
    line-height: 50px;
    padding-left: 10px;
}

.sub-list li {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dashed #ddd;
    font-size: 16px;
    padding-left: 10px;
}

.news-img img {
    width: 100%;
}

.news-img {
    width: 50%;
}

.news-text {
    margin-left: 20px;
    width: calc(50% - 20px);
}

.list-news .time .year {
    font-size: 26px;
}

.list-news li {
    margin-bottom: 10px;
}

.list-news {
    margin-top: 20px;
}

.list-news li .time {
    background: #ddd;
    padding: 20px;
    display: inline-block;
}

.list-news li .time:hover {
    background: #b72711;
    color: #fff;
}

.news-text-list p {
    margin-bottom: 0px;
    color: #999;
}

.news-text-list h4 {
    margin: 0 0 10px;
    font-weight: bold;
}

.news-text-list {
    width: calc(100% - 108px);
    margin-left: 10px;
    background: #f1f1f1;
    padding: 9px;
    height: 98px;
}

.laiyuan {
    text-align: center;
    color: #999;
    margin: 20px 0 10px;
}

.indent {
    text-indent: 2em;
}

.arc-page {
    margin-bottom: 20px;
}

.arc-page a {
    display: block;
}

.sub-list a {
    display: block;
    text-decoration: none;
}

.sub-list .active a {
    color: #fff;
}

.sub-list .active {
    background: #d22b28;
    color: #fff;
}

.info h3 {
    margin-top: 0;
}

.info {
    padding: 15px 15px 5px;
    line-height: 1.8em;
}

.pro-text-list li {
    margin-bottom: 10px;
    position: relative;
}

.pro-text-list .more {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.pro-text-list .pro-list-text {
    width: calc(100% - 250px);
    background: #f1f1f1;
    height: 187px;
    padding: 10px;
}

.pro-img-list li img {
    width: 100%;
}

.pro-img-list li {
    width: calc(33.333333% - 5px);
    position: relative;
    float: left;
    margin-right: 7.5px;
    margin-bottom: 7.5px;
    overflow: hidden;
}

.pro-img-list li:nth-of-type(3n) {
    margin-right: 0;
}

.pro-img-list li:hover .hover-text {
    bottom: 0 !important;
    transition: all .5s;
}

.pro-img-list .hover-text {
    position: absolute;
    bottom: -200px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 0px 10px;
    width: 100%;
    height: 100%;
    transition: all .5s;
}

.pro-img-list .hover-text h4 {
    margin: 0;
    height: 30px;
    line-height: 30px;
}

.pro-img-list .hover-text p {
    color: #ddd;
}

.pro-img-list .hover-text a:hover {
    color: #fff;
}

.pro-text-list .img-circle img {
    width: 100%;
}

#Content img {
    max-width: 100%;
}

.red-txt {
    color: #b72711;
}

.news-center-text {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 10px;
    width: 100%;
}

.news-center-slider .item {
    position: relative;
}

.text-list i {
    color: #999;
    font-size: 12px;
    position: relative;
    top: 3px;
}

.text-list li {
    padding: 10px 0;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}

.news-date-list li {
    overflow: hidden;
    margin-bottom: 10px;
}

.news-date-list .time {
    display: inline-block;
    text-align: center;
}

.news-date-list .time .day {
    color: #fff;
    background-color: #333;
    padding: 10px 12px;
    border: 1px solid #333;
}

.news-date-list .time .year {
    border: 1px solid #333;
    color: #333;
    padding: 10px 5px;
}

.news-date-list .news-center-date-text {
    width: calc(100% - 95px);
    margin-left: 10px;
}

.news-date-list .news-center-date-text h2 {
    font-size: 14px;
    color: #333;
    font-weight: normal;
    margin-top: 0;
}

.news-date-list .news-center-date-text p {
    color: #999;
    margin-bottom: 0;
}

.head-link1 li {
    float: left;
}

#iframe {
    position: absolute;
    width: 502px;
    height: 390px;
    left: -240px;
    background: url(../images/wzq-bj.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding: 10px 2px 11px 5px;
    z-index: 222;
    top: 20px;
    display: none;
    background-size: 500px 390px;
}

#wzq-t li {
    background: url(../images/li_icon.jpg) no-repeat scroll 2px center rgba(0, 0, 0, 0);
    float: left;
    font-size: 14px;
    line-height: 32px;
    padding-left: 9px;
    width: 122px;
}

.head-link1 li {
    padding-right: 15px;
    float: left;
    font-size: 14px;
}

.link1-top {
    text-align: center;
    width: 87% !important;
    background: none !important;
    font-size: 16px !important;
    padding-top: 5px;
}

.header .nav li {
    float: left;
    width: 110px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.header {
    height: 50px;
    font-size: 18px;
}

.header .nav {
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    position: relative;
    z-index: 111;
    color: #333;
}

.head-logo img {
    width: 199px;
    margin-top: 10px;
}
.header .nav {
    border: none;
}
.header .nav > li:hover {
    background: url(../images/nav-bg.png) no-repeat scroll 9px 40px;
}

.header .nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
    border: none;
}

.header .nav > li > a {
    position: relative;
    display: block;
    padding: 0px 0px;
    color: #666;
    border: none;
    height: 100%;
    line-height: 50px;
}

.header .nav > li > a:hover {
    color: #b72711;
}

.qunzu {
    position: relative;
}

.qunzu:hover #iframe {
    display: block;
}

.header .nav li:hover .second-nav {
    display: block;
}

.news-list-gg li {
    float: left;
    width: 50%;
}

@media (max-width: 1200px) {
    .header-top.container {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .index-news-slider {
        max-height: 269px;
    }

}

@media (max-width: 1200px) {
    .guanzhu {
        display: none;
    }

    .footer-nav li {
        width: 16.66%;
        margin: 0;
        text-align: center;
    }

    .footer-sub-nav ul {
        width: 16.66%;
    }
}

@media (max-width: 1100px) {
    .owl-pagination {
        display: block;
    }

    .owl-buttons {
        display: none;
    }
}

@media (max-width: 1082px) {
    .header .nav {
        background: #f2f2f2;
        height: 100%;
        position: fixed!important;
        width: 320px;
        right: -320px;
        top: 0;
    }

    .header .nav li {
        float: none;
        width: 100%;
        text-align: left;
        border-bottom: 1px solid #ddd;
        padding-left: 30px;
        height: auto;
    }

    .menu-nav {
        display: block;
    }

    .header .nav li .second-nav li {
        width: 100%;
        height: auto;
    }

    .header .nav li .second-nav {
        width: 100%;
        background: transparent;
    }

    .header .nav li .second-nav li .third-nav {
        width: 100%;
        margin-top: 0;
        margin-left: 0;
    }

    .header .nav li .second-nav li .third-nav {
        height: auto;
    }

    .header .nav > li:hover {
        border-left: 3px solid #b72711;
        background: none;
    }
}

@media (max-width: 992px) {
    .news-list-gg li {
        float: none;
        width: 100%;
    }
}

@media (max-width: 950px) {
    .menu-nav {
        display: block
    }

    .head-nav > li {
        float: none !important;
        width: 100% !important;
        text-align: left;
    }

    .head-nav > li.active {
        background: #d22b28;
    }

    .head-nav > li.active a {
        border: none !important;
        background: none;
        color: #fff;
    }

    .down-menu {
        display: none !important;
    }

    .head-nav {
        width: 280px;
        position: fixed;
        height: 100%;
        text-align: left;
        z-index: 10;
        right: -280px;
        top: 0;
        padding: 0;
    }
}

@media (min-width: 1000px) {
    .pro-img img {
        height: 249px;
    }

    .pro-img {
        max-height: 249px;
    }
}

@media (max-width: 785px) {
    .news-img {
        width: 100%;
    }

    .news-text {
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }
}

@media (max-width: 750px) {
    .pro-img-list li {
        width: calc(50% - 5px);
    }

    .pro-img-list li:nth-of-type(3n) {
        margin-right: 10px;
    }

    .pro-img-list li:nth-of-type(2n) {
        margin-right: 0px;
    }
}

@media (max-width: 626px) {
    .search {
        display: none;
    }

    .head-top .huanying {
        display: none;
    }

    .news-list-img img {
        width: 100%;
        height: auto;
    }

    .news-list-img-content {
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }

    .icon-con ul li {
        width: 50%;
        margin: 10px 0;
    }

    .footer-sub-nav,
    .footer-nav {
        display: none;
    }
}

@media (max-width: 570px) {
    .pro-img-list li {
        width: 100%;
        margin-right: 0;
    }

    .pro-img-list li:nth-of-type(3n) {
        margin-right: 0px;
    }

    .pro-img-list li:nth-of-type(2n) {
        margin-right: 0px;
    }

    .list-news li .time {
        display: none;
    }

    .news-text-list {
        margin-left: 0;
        width: 100%;
        height: auto;
    }
}

@media (max-width: 540px) {
    .head-link1 {
        display: none;
    }

    .pro-text-list .img-circle {
        float: none !important;
        width: 100%;
    }

    .pro-text-list .pro-list-text {
        width: 100%;
        height: auto;
        padding-bottom: 30px;
    }

    .pro-text-list li {
        float: left;
        width: calc(50% - 5px);
        margin-right: 10px;
    }

    .pro-text-list li:nth-of-type(2n) {
        margin-right: 0;
    }
}

@media (max-width: 433px) {
    .news-date-list .time {
        display: none;
    }

    .news-date-list .news-center-date-text {
        width: 100%;
        margin-left: 0;
    }

    .news-date-list li {
        border-bottom: 1px solid #ddd;
        padding-bottom: 10px;
    }
}

@media (max-width: 420px) {
    .pro-text-list li {
        float: none;
        width: 100%;
        margin-right: 0px;
    }

    .pro-text-list li:nth-of-type(2n) {
        margin-right: 0;
    }
}

@media (max-width: 375px) {
    .tit h2 {
        text-align: center;
        width: 100%;
        float: none;
    }

    .tit {
        width: 100%;
        text-align: center;
    }

    .more,
    .tit .line {
        display: none !important;
    }

    .news-list span {
        display: none;
    }
}
