/*!
 * 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 0px 0 rgba(0, 0, 0, 0);
  -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, #cc0033 0%, #cc0033 100%);
  background-image:      -o-linear-gradient(top, #cc0033 0%, #cc0033 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#cc0033), to(#cc0033));
  background-image:         linear-gradient(to bottom, #cc0033 0%, #cc0033 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc0033', endColorstr='#cc0033', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #cc0033;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #cc0033;
  background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #cc0033;
  border-color: #cc0033;
}
.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: #cc0033;
  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: #cc0033;
  background-image: -webkit-linear-gradient(top, #cc0033 0%, #cc0033 100%);
  background-image:      -o-linear-gradient(top, #cc0033 0%, #cc0033 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#cc0033), to(#cc0033));
  background-image:         linear-gradient(to bottom, #cc0033 0%, #cc0033 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc0033', endColorstr='#cc0033', GradientType=0);
  background-repeat: repeat-x;
}
.navbar-default {
position:fixed;
top:0px; left:0px; width:100%; z-index:666;
  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;
  -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;
  
}
.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, #000000 0%, #cc0033 100%);
    background-image:      -o-linear-gradient(top, #000000 0%, #cc0033 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#cc0033));
    background-image:         linear-gradient(to bottom, #000000 0%, #cc0033 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, #000000 0%, #286090 100%);
  background-image:      -o-linear-gradient(top, #000000 0%, #286090 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#286090));
  background-image:         linear-gradient(to bottom, #000000 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, #000000 0%, #2b669a 100%);
  background-image:      -o-linear-gradient(top, #000000 0%, #2b669a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#2b669a));
  background-image:         linear-gradient(to bottom, #000000 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, #000000 0%, #cc0033 100%);
  background-image:      -o-linear-gradient(top, #000000 0%, #cc0033 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#cc0033));
  background-image:         linear-gradient(to bottom, #000000 0%, #cc0033 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);
}


/*# sourceMappingURL=bootstrap-theme.css.map */

a,span,p,h1,h2,h3,h4,h5,h6{cursor: pointer;
-webkit-transition: all .5s;   
-moz-transition: all .5s;   
-ms-transition: all .5s;   
-o-transition: all .5s;   
transition: all .5s;}

a:hover{text-decoration: none;}

ul,li{list-style: none;}
.top{height: 36px; background: #f5f5f5; border-top: #c30d22 9px solid;line-height: 30px; color: #999;}
.logo img{margin-top: 20px;}

.nav>li>a { padding-left: 20px; padding-right: 20px; list-style: 20px; margin-top: 35px; position: relative; z-index: 999;}
.nav>li>a:hover{background:#ffe100; color: #fff; border-radius: 40px; }

.new_ico_box { position: relative;}
.new_ico { position: absolute; top: 12px; right: -10px; z-index: 666;}

.navbar-brand{padding: 0px; height: 100px;}
.navbar-nav{margin-top: 0px; font-size: 20px}
.navbar-default .navbar-nav>li>a{color: #fff;}
.navbar{border-bottom: 0px;}
.tel{margin-top: 15px; height: 32px;}


.zw { height:100px;}
@media (max-width:1300px) {
.nav>li>a {padding-left: 20px; padding-right: 20px; margin-top: 35px; margin-right: 5px; font-size: 20px;}
	.menu_center{width: 100%}	
}
@media (max-width:992px) {
.nav>li>a {padding-left: 20px; padding-right: 20px; margin-top: 40px; margin-right: 5px; font-size: 16px; line-height: 24px;}
}

@media (max-width:768px) {
	.both_nr { min-height: 85px;}
	.zw { height:80px;}
	.top{display:none;}
	.logo img{margin-top: 0px; height: 100%; margin-left: 10px;}
	.nav>li>a {padding-top: 20px; padding-bottom: 20px; padding-left: 20px; padding-right: 20px;margin-top: 0px; margin: 0px;}
	.nav>li>a:hover{background:#ffe100; color: #fff; border-radius: 0px;}	
	.navbar-brand{padding: 0px; height: 50px; margin:15px 0px;}
	.navbar-nav{margin-top: 0px; padding-bottom: 20px;}
	.navbar-nav li a{text-align: center;}
	.navbar{border-bottom: 0px;}
	.tel{margin: 0 auto; width: 100%; text-align: center;}
	.tel img{width: 60%; margin: 0 auto; display: block; padding-top: 10px;}
}

.zy_banner{width: 100%; position: relative; text-align: center; background-size:auto 690px; height:690px;}
.zy_banner_22{width: 100%; position: relative; text-align: center;}
.zy_banner img{width: 100%;}
.zy_banner a { color:#fff;}
.zy_banner_text{position: absolute; color: #fff; width: 100%; height: 100%; font-size: 3.6em; text-align: center; left: 0px; top: 10px; max-height:690px; background-size:auto 690px !important; }


@media (max-width:768px) {
	.zy_banner{width: 100%; position: relative; text-align: center; background-size:auto 260px !important; height:260px;}
	.zy_banner_text{position: absolute; color: #fff; width: 100%; height: 100%; font-size: 26px; text-align: center; left: 0px; top: 10px; padding:0 10%; margin-top:0px; background-size:auto 260px !important;}
}


.footer_ly{background: #4e4e4e; padding: 80px 0px;}
.ly_input{text-align: right;}


.form-control{border-radius: 0px; background: #fff; color: #666666; font-size: 16px; border-right: 1px #DCDCDC solid; height: 50px; line-height: 50px;outline: none;}
.name_input{background: url(../images/input_bg.jpg) right no-repeat #fff; width: 175px; font-family:微软雅黑;}
.name_input::-webkit-input-placeholder{color:#adadad;}
.name_input_2{background: url(../images/input_bg_2.jpg) right no-repeat #fff; width: 175px; font-family:微软雅黑;}
.name_input_2::-webkit-input-placeholder{color:#adadad;}
.name_input_left{border-radius: 5px 0px 0px 5px}
.btn-default{border-radius: 0px; height: 50px; line-height: 50px; color: #000; font-size: 20px; padding: 0px 20px; background: #ffe100; border: 0px;outline: none;text-shadow:none; font-family:微软雅黑; font-weight:600;}
.btn-default:hover{background: #ffcc00; color: #fff;}
.input_xl{position: relative;}

.input_xl ul{padding: 0px; position: absolute; width: 100%; top: 60px; left: 0px; border-radius: 5px; z-index: 666;}
.input_xl ul img{display: block;}
.input_xl ul li{font-size: 18px; color: #666666; line-height: 50px; border-bottom: #ccc 1px solid; padding: 0px 15px; text-align: left; background: #fff; cursor:pointer;}
.input_xl ul li:hover{color: #ffcc00;}

.footer_contact{width: 100%; background: #ffe100; padding: 60px 0px;}
.footer_nav{margin-top: 30px; padding-left: 17px;}
.footer_nav a{display: block; font-size: 18px; margin-top: 15px; margin-bottom: 5px; }
.footer_nav a:hover{text-decoration:underline;}
.foot_text{width: 100%; text-align: left; font-size: 35px; color: #fff; font-weight: bold; padding-top:6px;}
.foot_text span{display: block; font-size: 12px; font-style:"Arial"; font-weight: normal;}
.foot_text_2{width: 100%; text-align: right; font-size: 35px; color: #000; font-weight: bold;}
.foot_text_2 span{display: block; font-size: 12px; font-style:"Arial"; font-weight: normal;}
.foot_tel{text-align: right; width: 100%; margin-top: 60px;}
.foot_text_3{width: 100%; text-align: right; font-size: 24px; line-height: 40px;}
.foot_text_4{width: 100%; text-align: right; font-size: 28px;line-height: 50px;}
.footer_bq{background: #706402; text-align: center; padding: 10px 0px; color: #fff;}
.footer_bq span{color: #ffd01d;}

.form-inline{margin-top: 10px;}

.ly_conter2{width: 1200px;}

@media (max-width:1300px) {
	.ly_conter{width: 100%;}
	.ly_conter2{width: 90%;}
	.name_input{background: url(../images/input_bg.jpg) right no-repeat #fff; width: 160px;}
	.name_input_2{background: url(../images/input_bg_2.jpg) right no-repeat #fff; width: 160px;}

	.xl_ys{width: 150px;}
}

@media (max-width:992px) {
	.ly_conter{width: 100%;}
	.form-control{border-radius: 5px; background: #fff; color: #666666; font-size: 16px; border-right: 1px #DCDCDC solid; height: 50px; line-height: 50px;}
	.name_input{background: url(../images/input_bg.jpg) right no-repeat #fff; width: 100%;}
	.name_input_2{background: url(../images/input_bg_2.jpg) right no-repeat #fff; width: 100%;}
	.name_input_left{margin-top: 30px;}
	.xl_ys{width: 100%;}
	.btn-default{border-radius: 5px 5px 5px 5px; height: 50px; line-height: 50px; color: #000; font-size: 16px; padding: 0px 0px; width: 100%; text-align: center; background: #ffcc00; border: 0px;outline: none;}
	.foot_text{padding-top: 100px; font-size: 30px;}
}


@media (max-width:768px) {
	.foot_text{padding-top: 0px; font-size: 24px;}
	.footer_nav a{display:inline-block; width: 32.333%; text-align: center; font-size: 18px; margin-top: 15px; margin-bottom: 5px; }
	.foot_text_2{margin-top: 20px; font-size: 26px; font-weight: bold;}
	.footer_logo{text-align: center;}
	.foot_text_3{width: 100%; text-align: right; font-size: 18px; line-height: 40px;}
	.foot_tel img{width: 100%;}
	.footer_nav{padding: 0px;}
}

.zy_title{padding: 100px 0px; background: #f2f3f7;}
.zy_title_text{width: 100%; text-align: center; font-size: 35px;font-weight: bold;}
.zy_title_text span{display: block; font-size: 14px; font-weight: normal;}

.zy_body{padding: 80px 0px;}
.zy_body_2{padding: 30px 0px;}
.zy_bt{font-size: 24px; font-weight: bold;}
.zy_bt span{font-size: 12px; color: #999; font-style:"Arial"; display: block; font-weight: normal;}
.zy_bt_line{border-bottom: #fdd000 3px solid; width: 95px;}
.zy_text{margin-top: 50px; font-size: 16px;}

.fu_bg{background: #eeeeee; padding: 30px 0px 50px 0px;}
.about_ico{width: 14%; padding: 0px 10px; text-align: center; float: left;}
.about_ico_jt{ background: url(../images/a_ico_jt.png); width: 36px; height: 57px; float: left; margin-top: 30px; background-size: 100%;}
.ico_title{font-size: 24px; color:#333;}
.ico_text{font-size: 14px; color: #666; padding-top: 10px; border-top: 1px solid #ccc; margin-top: 10px;}



@media (max-width:1300px) {
	.about_ico{width: 13.5%; padding: 0px 10px; text-align: center; float: left;}
	.about_ico_jt{ background: url(../images/a_ico_jt.png); width: 25px; height: 40px; float: left; margin-top: 30px; background-size: 100%;}
}

@media (max-width:992px) {
.fu_bg{background: #eeeeee; padding: 20px 0px; margin-top: 20px;}
	.ico_title{font-size: 18px; color:#333;}
.ico_text{font-size: 12px; color: #666; padding-top: 10px; border-top: 1px solid #ccc; margin-top: 10px;}

}

@media (max-width:768px) {
	
	.new_ico { right: 50%; margin-right: -80px;}
	.zy_title{padding: 40px 0px; background: #f2f3f7;}
	.zy_body{padding: 30px 0px;}
	.fu_bg{background: #eeeeee; padding: 20px 0px; margin-top: 20px;}
	.about_ico{width: 40%; padding: 0px 10px; text-align: center; float: left; margin-top: 20px;}
	.about_ico img{}
	.about_ico_jt{ background: url(../images/a_ico_jt.png) 100%; width: 10%; height: 36px; float: left; margin: 0 auto; margin-bottom: 10px; background-size: 100%; margin-top: 80px;}
	.zy_bt{font-size: 18px; font-weight: bold; text-align: left;}
	.zy_bt_line{border-bottom: #fdd000 3px solid; width: 72px;}
	.zy_title_text{width: 100%; text-align: center; font-size: 24px;font-weight: bold;}
.zy_title_text span{display: block; font-size: 12px; font-weight: normal;}
	.zy_body_2{padding: 20px 0px 0px 0px;}
	.zy_text{margin-top: 20px; font-size: 10px;}
}

.zy_tab{width: 100%; text-align: center; margin-top: 30px;}
.zy_tab a{font-size: 24px; margin-left: 20px; margin-right: 20px; padding-bottom: 5px; color: #666;cursor: pointer;border-bottom: 3px solid #f2f3f7;
-webkit-transition: all .2s;   
-moz-transition: all .2s;   
-ms-transition: all .2s;   
-o-transition: all .2s;   
transition: all .2s;}
.zy_tab a:hover,.zy_tab a.hover{ border-bottom: 3px solid #ffcc66; text-decoration: none;}
.all_work:hover{color: #ffcc66;border-bottom: 3px solid #f2f3f7;}

.all_div{display: inline-block;}
.all_lin{display: inline-block;}
.case_list{margin-top: 50px; overflow: hidden;}
.case_title{font-size: 18px; font-weight: bolder;  }
.case_title a{font-style: "微软雅黑"; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; display:block;}
.case_title a:hover{color: #fc3;}
.case_title span{color: #fc3; font-size: 24px; padding-left: 5px;}
.case_text{padding-top: 5px; font-size: 14px; color: #999; height: 50px;}

.case_list .case_img{overflow:hidden; height: 270px; display: block; position: relative;}
.case_list .case_img_2{overflow:hidden; height: 270px; display: block; position: relative;}
.case_list img{cursor: pointer;  transition: all 0.6s; overflow: hidden; }
@media (max-width:1300px) {
.case_list .case_img{overflow:hidden; height: 201px; display: block;}
	.case_list .case_img_2{overflow:hidden; height: 201px; display: block;}
}

@media (max-width:992px) {
.case_list .case_img{overflow:hidden; height: 201px; display: block;}
	.case_list .case_img_2{overflow:hidden; height: 201px; display: block;}
}

@media (max-width:768px) {
	.zy_tab{text-align:center;}
	
	.zy_tab a{font-size: 14px;  margin:0px;}
	.zy_tab .a_lin{display: inline-block}

	.all_div{display:block; width:100%; margin-bottom:10px; text-align:center;!important}
.all_lin{display: inline-block;width:32.0%; text-align:center;}
	
	.case_list .case_img{overflow:hidden; height: 115px; display: block;}
	.case_list .case_img_2{overflow:hidden; height: auto; width: 40%; float: left; display: block;}
	.case_img_2 img{height: 100px;}
	.case_title{font-size: 14px; font-weight: bolder;  }
	.case_text{padding-top: 5px; font-size: 12px; color: #999; height: 57px; overflow: hidden;}
	.case_list{margin-top: 20px; overflow: hidden;}
}


.video{background: #4e4e4e; padding: 0px;}
.dy_title{font-size: 24px; padding-bottom: 40px; font-weight: bold;}
.dy_ms{font-size: 18px;}
.dy_nr{padding-top: 0px;}

.dy_case_title{width: 100%; text-align: center; font-size: 35px; font-weight: bold; padding-bottom: 20px;}
.dy_case_title span{display: block; font-size: 12px; font-weight: normal;font-style:"Arial"; color: #999;}

.contact_nr{padding-bottom: 70px;}
.contact_nr .container ,.contact_nr_2 .container { position:relative;}
.contact_nr_2{padding-bottom: 70px; padding-top: 50px; background: #f5f5f0;}
.contact_list{margin-top: 10px; font-size: 24px; font-weight: normal; color: #666;}
.contact_list_title{margin-top: 30px; margin-bottom: 10px; font-size: 24px; font-weight: bold; color: #333;}
.contact_list img{padding-right: 20px;}
.ewm{text-align: center; margin-top:160px; width:200px; position:absolute; bottom:2px; right:0px;}
.ewm span{display: block; color: #666; font-size: 14px;}
@media (max-width:1300px) {

}

@media (max-width:992px) {

}

@media (max-width:768px) {
	.dy_title{font-size: 24px; padding-bottom: 40px; font-weight: bold;}
	.dy_ms{font-size: 16px;}
	.dy_case_title{padding-bottom: 0px; padding-top: 30px; font-size: 24px;}
	.contact_list img{padding-right: 10px; width: 50px;}
	.contact_list{margin-top: 10px; font-size: 18px; font-weight: bold;}
	.contact_list_title{margin-top: 30px; margin-bottom: 10px; font-size: 18px; font-weight: bold; color: #333;}
	.ewm{text-align: right; margin-top: 20px; position: static; width: 100%;}
	.ewm img{}
	.ewm span{display: block; float: left; color: #666; font-size: 14px;padding-right:0px; margin-top: 50px;}
}

.join_nr{background: #f3f3f3; padding: 30px; height: 320px;}
.join_title{font-size: 24px; font-weight: bold;}
.join_text{font-size: 18px; padding-top: 20px;}
.join_body{padding: 100px 0px; padding-top: 0px;}
.join_gg{padding: 100px 0px;}
.join_img{margin-top: 39px;}
.join_img_3{margin-top: 35px;}
@media (max-width:1300px) {
.join_img{margin-top: 30px;}
}

@media (max-width:992px) {

}

@media (max-width:768px) {
	.join_body{padding: 30px 0px; padding-top: 0px;}
	.join_img_3{margin-top: 0px;}
	.join_img{margin-top: 10px;}
	.join_img_2{margin-top: 10px; padding-left: 5px; padding-right: 5px;}
	
	.join_img_4{padding-left: 5px; padding-right: 5px; margin-top: 10px;}
	.join_gg{padding: 30px 0px}
	.join_nr{float:left; width: 60%; height: 100px;}
	.join_nr{background: #f3f3f3; padding: 5px 10px; }
	.join_title{font-size: 12px; font-weight: bold;}
    .join_text{font-size:7px; padding-top: 0px;}
}



.sy_title{font-size: 35px ; text-align: center; padding-top: 90px; font-weight: bold;}
.sy_title span{font-size: 18px; color: #333333; font-style:"Arial"; display: block; font-weight: normal;}
.sy_bt_line{border-bottom: #B80201 3px solid; width: 95px; margin: 0 auto; margin-top: 20px}
.sy_text_1{font-size: 25px ; text-align: center; padding-top: 45px; }

.pc_dw_m{display: none;}
.pc_dw{position: relative; }
.vr_img{position: absolute; bottom: 80px; left: 240px; z-index: 6;}
.pc_img{position: absolute; top: 130px; left: 358px; width: 641px; height: 361px;}
.m_img{position: absolute;top: 365px; right: 110px; width: 102px; height: 182px; overflow: hidden;}
.ip_img{position: absolute;top: 270px; left: 107px; width: 196px; height: 260px;}

@media (max-width:1300px) {
	.vr_img{position: absolute; bottom: 60px; left: 160px; width: 140px; z-index: 6;}
	.pc_img{position: absolute; top: 100px; left: 275px; width: 485px; height: 273px;}
	.m_img{position: absolute;top: 277px; right: 87px; width: 78px; height: 138px; overflow: hidden;}
	.ip_img{position: absolute;top: 205px; left: 85px; width: 148px; height: 197px;}
	
}

@media (max-width:992px) {
	.vr_img{position: absolute; bottom: 50px; left: 120px; width: 100px; z-index: 6;}
	.pc_img{position: absolute; top: 75px; left: 215px; width: 372px; height: 209px;}
	.m_img{position: absolute;top: 212px; right: 70px; width: 60px; height: 105px; overflow: hidden;}
	.ip_img{position: absolute;top: 157px; left: 69px; width: 113px; height: 152px;}
}

@media (max-width:768px) {
.pc_dw{position: relative; display: none;}
	.pc_dw_m{display: block;}
	.sy_title{font-size: 24px ; text-align: center; padding-top: 30px; font-weight: bold;}
.sy_title span{font-size: 12px; color: #333333; font-style:"Arial"; display: block; font-weight: normal;}
	.sy_text_1{font-size: 18px ; text-align: center; padding-top: 45px; }
}

.sy_tab_bg{background: #f7f7f7; padding: 50px 0px;}
.sy_text_2{width: 100%; text-align: left; font-size: 35px; color: #000;font-weight: bold;}
.sy_text_2 span{display: block; font-size: 12px; font-style:"Arial"; color: #666666;font-weight: normal;}


.sy_tab{width: 100%; text-align: right; margin-top:20px;}
.sy_tab a{font-size: 23px; margin-left: 15px; padding-bottom: 5px; color: #333;cursor: pointer;
-webkit-transition: all .2s;   
-moz-transition: all .2s;   
-ms-transition: all .2s;   
-o-transition: all .2s;   
transition: all .2s;}
.sy_tab a:hover{ border-bottom: 3px solid #ffe100; text-decoration: none;}
.all_work:hover{color: #ffe100;border-bottom: 0px solid #ffcc66;}

.tab_img div{padding: 0px; overflow: hidden;}
.tab_img_r{position: relative;}
.gif_img { position:relative; position: absolute; top: 0px; left: 0px; z-index: 1; opacity: 0; width:100%; height:100%;}
.gif_img img { width: 100%; height: 100%;}
.tab_img_a{ position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; z-index: 2; text-align:center; background: url(../images/t2.png); color: #fff; }
.sy_case{position:absolute; top: 40%; left: 0px; width: 100%;font-size: 30px; padding: 0px 20px;}
.sy_case span{display: block; font-size: 16px; padding: 20px; line-height: 30px;}
.sy_casea{position:absolute; top: 40%; left: 0px; width: 100%;font-size: 30px; padding: 0px 20px;}
.sy_casea span{display: block; font-size: 16px; padding: 20px; line-height: 30px;}
.tab_img_r img{cursor: pointer;  transition: all 0.6s; overflow: hidden; }
.tab_img_r img:hover{-webkit-transform: scale(1.2); transform: scale(1.2);}

.tab_img_ra img{cursor: pointer;  transition: all 0.6s; overflow: hidden; }
.tab_img_ra img:hover{-webkit-transform: scale(1.2); transform: scale(1.2);}

.tab_img_left{width: 46%; float: left;}
.tab_img_right{ width: 54%; float: left;}

@media (max-width:1300px) {
.sy_text_2{width: 100%; text-align: left; font-size: 30px; color: #000;font-weight: bold;}
.sy_text_2 span{display: block; font-size: 12px; font-style:"Arial"; color: #666666;font-weight: normal;}
.sy_case{position:absolute; top: 20%; left: 0px; width: 100%;font-size: 25px;}
.sy_case span{display: block; font-size: 14px; padding-top: 20px;}
	.sy_casea{position:absolute; top: 20%; left: 0px; width: 100%;font-size: 25px;}
.sy_casea span{display: block; font-size: 14px; padding-top: 20px;}
}

@media (max-width:992px) {
	.sy_case{position:absolute; top: 20%; left: 0px; width: 100%;font-size: 20px;}
.sy_case span{display: block; font-size: 12px; padding-top: 20px;}
		.sy_casea{position:absolute; top: 20%; left: 0px; width: 100%;font-size: 20px;}
.sy_casea span{display: block; font-size: 12px; padding-top: 20px;}
}

@media (max-width:768px) {
	.sy_text_2{width: 100%; text-align:center; font-size: 24px; color: #000;font-weight: bold;}
	.sy_tab{text-align:center;}

	.sy_tab a{font-size: 14px; margin-left: 5px; margin-right: 5px;color: #666;}
	.tab_img_left{width: 100%; float: none;}
	.tab_img_right{ width: 100%; float: none;}
	.tab_img_r{margin-top:0px;}
	.tab_img_ra{margin-top:0px; width: 50%; float: left;}
	.sy_case{position:absolute; top: 5%; left: 0px; width: 100%;font-size: 18px; padding: 0px 20px;}
	.sy_case span{display: block; font-size: 12px; padding-top: 10px; line-height: 20px;}
	.sy_casea{position:absolute; top: 40%; left: 0px; width: 100%;font-size: 18px; padding: 0px 20px;}
	.sy_casea span{display: block; font-size: 12px; padding-top: 10px; line-height: 20px;}
	
}

.both_bg{background: #f1f3f7; padding-bottom: 50px;}
.both_list{margin-top: 30px;}
.both_ico{float: left; width: 143px; text-align: center;}
.both_ico img{width: 100%;}
.both_text{float: left; margin-left: 30px; width: 382px;}
.both_title{font-size: 24px;  color: #333333;  padding-top: 16px; }
.both_title span{color: #fc3; font-size: 40px; padding-left: 5px;}
.both_nr{padding-top: 5px; font-size: 18px; color: #999;}

@media (max-width:1300px) {
	
	.both_title{font-size: 25px;  color: #333333;  padding-top: 0px; }
.both_nr{padding-top: 5px; font-size: 12px; color: #999;}
	.both_title span{color: #fc3; font-size: 30px; padding-left: 5px;}
}

@media (max-width:992px) {
	.both_ico{float: left; width: 103px;}
.both_title{font-size: 20px;  color: #333333;  padding-top: 0px; }
.both_nr{padding-top: 5px; font-size: 12px; color: #999;}
	.both_title span{color: #fc3; font-size: 30px; padding-left: 5px;}
}

@media (max-width:768px) {
	.both_ico{float: none; width: 100%; text-align: center}
	.both_text{float: none; margin-left: 0px; width: 100%; text-align: center}
	.both_title{padding-top: 0px; font-size: 16px;}
	.both_ico img{width: 50%;}
	.both_nr{padding-top: 5px; font-size: 14px; color: #999;}
	.both_title span{ display: none; font-size: 14px;}
	.both_list{width: 50%; float: left;}
	
	.case_m{width: 50%; float: left; padding-left: 5px; padding-right: 5px;}
}
.xcp_bg{padding-bottom: 10px;}
.xcp_list_1{padding-left: 0px; padding-right: 5px;padding-top: 10px;}
.xcp_list_2{padding-left: 5px; padding-right: 0px;padding-top: 10px;}
.xcp_list_3{padding-left: 0px; padding-right: 5px;padding-top: 10px;}
.xcp_list_4{padding-left: 3px; padding-right: 3px;padding-top: 10px;}
.xcp_list_5{padding-left: 5px; padding-right: 0px;padding-top: 10px;}
.xcp_list{position: relative; width: 100%;}
.xcp{position: absolute; width: 100%; background: url(../images/t2.png); bottom: 0px; left: 0px; padding: 30px; color: #fff; font-size: 20px; display:none;}

.sy_text_3{margin-top: 40px; font-size: 18px; font-weight: bold;}
.sy_text_4{margin-top: 10px; font-size: 14px;}

.leo{margin-top: 30px;}
.left_next,.right_next{top: 70%;}

@media (max-width:1300px) {
.left_next,.right_next{top: 75%;}
}

@media (max-width:992px) {
.left_next,.right_next{top: 80%;}
}

@media (max-width:768px) {
.xcp_list_1{padding-left: 0px; padding-right: 3px;padding-top: 6px; width: 50%; float: left;}
.xcp_list_2{padding-left: 3px; padding-right: 0px;padding-top: 6px;width: 50%; float: left;}
.xcp_list_3{padding-left: 0px; padding-right: 3px;padding-top: 6px;width: 33.33333333%; float: left;}
.xcp_list_4{padding-left: 2px; padding-right: 2px;padding-top: 6px;width: 33.33333333%; float: left;}
.xcp_list_5{padding-left: 3px; padding-right: 0px;padding-top: 6px;width: 33.33333333%; float: left;}
	.xcp{position: absolute; width: 100%; background: url(../images/t2.png); bottom: 0px; left: 0px; padding: 10px; color: #fff; font-size: 12px;}
}

.leo_ico_list{width: 40%; float: left; margin-left: 10%;  margin-top: 30px;}
.leo_ico{margin-top: 190px;}
.leo_title{width: 100%; text-align: left; font-size: 24px; color: #000;font-weight: bold;}
.leo_title span{color: #fc3; font-size: 30px; padding-left: 5px;}
.leo_nr{padding-top: 5px; font-size: 18px; color: #999;}


.hz_bg{padding: 0px 0px 100px 0px; background: #f3f3f3;}
.hz_list{float: left; text-align: center; margin-top: 30px;}

@media (max-width:1300px) {

}

@media (max-width:992px) {
	.leo_ico{margin-top: 150px;}
.leo_title{width: 100%; text-align: left; font-size: 24px; color: #000;font-weight: bold;}
.leo_title span{color: #fc3; font-size: 24px; padding-left: 5px;}
.leo_nr{padding-top: 5px; font-size: 14px; color: #999;}
	.hz_list{float: left; text-align: center; margin-top: 30px; padding: 0px 5px;}
	.hz_list img{width: 80%;}
}

@media (max-width:768px) {
.hz_bg{padding: 0px 0px 50px 0px; background: #f3f3f3;}
	.hz_list{float: left; text-align: center; margin-top: 30px; padding: 0px 15px;}
	.hz_list img{width: 100%;}
.leo_ico{margin-top: 20px;}
	.leo_ico_list{width: 50%; float: left;  margin-top: 30px; text-align: center; margin-left: 0px;}
	.leo_title{width: 100%; text-align:center; font-size: 24px; color: #000;font-weight: bold;}
.leo_title span{color: #fc3; font-size: 30px; padding-left: 5px; display: none;}
	.leo_nr{ padding:5px; padding-bottom: 0px;   font-size: 14px; color: #999;}
}
@media (min-width:769px) {
.sj_nav{display: none;}
}
.sj_nav{width: 100%;background: #424242;}
.sj_nav a{display: block; float: left; width: 25%; color: #fff800; font-size: 14px; text-align: center; border-left: #bdbdbd 1px solid; padding: 7px 0px 5px 0px;}
.sj_nav a img{width: 20px;}
.sj_nav a span{display: block; padding-top: 0px;}
.xq { display: none;}

@media (max-width:768px) {
	.sj_nav{position: fixed; bottom: 0px ; left: 0px; display: block; z-index: 999999;}
}
input[readonly],.form-control[readonly]{background-color: #FFF;}
/*分页样式*/
.page_info{text-align:center;margin-top:10px;color:#333;}
.page_info span{padding:0 2px;font-weight:bold;}
.page_list{height:34px;line-height:34px;text-align:center;letter-spacing:0;font-family:"Arial Black";font-size:12px;margin-top:20px;}
.page_list a{display:inline-block;color:#898989;border:1px solid #f2f2f2;background:#f2f2f2;text-align:center;padding:0 13px;margin:0 1px;}
.page_list a:hover{color:#fff;border:1px solid #898989;background:#898989;}
.page_list a.on{color:#FFF;border:1px solid #ffcc00;background:#ffcc00;}
