﻿img {
  max-width: 100%;
  width: auto\9;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
body {
  margin: 0;
  font-family: 微软雅黑,'Open Sans',"Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.6em;
  color: #333333;
  background-color: #ffffff;
}
ul, ol {
  padding: 0;
}
p {
    margin-bottom: 16px;
}
p > span {
  color: #7ecefd;
}

input,
button,
select,
textarea {
  font-family: 微软雅黑,'Open Sans',"Helvetica Neue", Helvetica, Arial, sans-serif;
}

.well ul {
	list-style:none;
	margin-left:0
}

a {
  color: #6699cc;
  text-decoration: none;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
a:focus{
  outline: 0;
  text-decoration: none;
}
a:hover {
  color: #333333;
  text-decoration: none;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 微软雅黑, sans-serif;
	font-weight:300;
  line-height: 1.5em;
}

h1 {
  font-size: 34px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

h1 small {
  font-size: 24.5px;
}

h2 small {
  font-size: 17.5px;
}

h3 small {
  font-size: 14px;
}

h4 small {
  font-size: 14px;
}

.btn {
  border: none;
  border-radius: 0;
}

.navbar {
  padding: 0;
  border-radius: 0;
  background-color: #ffffff;
  margin-bottom: 10px;
}
.navbar-brand {
  padding: 0;
  margin: 10px 5px 0 0;
}
.navbar-nav {
  margin-top: 20px;
  margin-bottom: 15px;
}

.navbar .navbar-nav > li {
  margin-left: 5px;
}
.navbar .navbar-nav > li > .dropdown-menu {
  margin-top: 2px;
  left: 0;
}
.navbar .navbar-nav > li > .dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px;
}
.navbar .navbar-nav > li > .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 10px;
}
.navbar .navbar-nav > li > .dropdown-menu > li > a,
.navbar .navbar-nav > li > .dropdown-menu > li > a:hover {
  -webkit-transition: all 0 ease;
  -moz-transition: all 0 ease;
  -o-transition: all 0 ease;
  transition: all 0 ease;
}

.navbar .navbar-nav > li > a {
  margin: 0;
  padding: 0;
  color: #3e454c;
  box-shadow: none!important;
  font: 14px/14px 微软雅黑,Arial,Helvetica,sans-serif;
  text-shadow: none;
  text-align: center;
  background: none;
  padding: 10px 14px 11px 14px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0 ease;
  -moz-transition: all 0 ease;
  -o-transition: all 0 ease;
  transition: all 0 ease;
}
.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus {
  color: #ffffff!important;
  box-shadow: none;
  background: #6699cc!important;
}
.navbar .navbar-nav > li > a:hover {
  -webkit-transition: all 0 ease;
  -moz-transition: all 0 ease;
  -o-transition: all 0 ease;
  transition: all 0 ease;
}

.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > .active > a:hover,
.navbar .navbar-nav > .active > a:focus {
  color: #ffffff!important;
  box-shadow: none;
  background: #6699cc!important;
}

.nav-tabs > li > a {
  border-radius: 0;
  color: #333333;
}
.nav-tabs > li > a:hover {
  border-radius: 0;
  color: #6699cc;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  border-top: 2px solid #6699cc;
  font-weight: bold;
}
.tab-content {
  /*border: solid 1px #ddd;*/
  border-top: 0;
  padding: 16px;
}

@media screen and (min-width: 768px) {
  .navbar-nav {
    margin-top: 20px;
    margin-bottom: 15px;
  }
}

.breadcrumb {
  border: 0;
  border-radius: 0;
  background: #ffffff;
  text-align: right;
}
.breadcrumb > li > a {
  color: #333333;
}
.breadcrumb > li > a:hover {
  color: #6699cc;
}

.panel, .label, .well, .well-small {
  border-radius: 0;
}
.well:hover {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.well.box {
 -webkit-transition: margin 0.5s ease-out; 
 -moz-transition: margin 0.5s ease-out; 
 -o-transition: margin 0.5s ease-out;
}
.well.box:hover {
	margin-top:-2px;
}

.dottedwell {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 10px;
  background: #f5f5f5;
  border: 1px dotted #e3e3e3;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.well-primary, .carousel-caption.primary {
	background: #6699cc;
	color:#fff;
}
.well-primary:hover {
	background: #3e454c;
}
.well-main, .carousel-caption.main {
	background: #009cea;
	color:#fff;
}
.well-main:hover {
	background: #0096e1;
}
.well-warning, .carousel-caption.warning {
	background: #ffbb00;
	color:#fff;
}
.well-warning:hover {
	background: #f8b601;
}
.well-info, .carousel-caption.info {
	background: #a903b3;
	color:#fff;
}
.well-info:hover {
	background: #9d02a7;
}
.well-success, .carousel-caption.success {
	background: #7cbb00;
	color:#fff;
}
.well-success:hover {
	background: #78b500;
}
.well-danger, .carousel-caption.danger {
	background: #ec4f13;
	color:#fff;
}
.well-danger:hover {
	background: #e54c12;
}
.box {
	text-align:center;
}

.box img {
	margin:10px 0 10px;
}

.box a, .box a:hover {
	color:#fff;
}
.well-contact {
  background: #f0ad4e;
  color: #fff;
  border: 0;
  border-radius: 0;
}
.well-contact:hover {
  background: #eea236;
}
.well-contact p {
  margin-top: 16px;
  margin-bottom: 16px;
}
.well-contact > .links > a {
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
}
.well-contact > .links > a:hover {
  color: #6699cc;
}
.well-contact > .telephone {
  font-size: 32px;
  line-height: 42px;
}
.well-image {
  padding: 0;
  background: #ffffff;
  border: 1px solid #eeeeee;
}

.btn {
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  border: 1px solid #bbbbbb;
  border-bottom-color: #a2a2a2;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.btn:hover,
.btn:active,
.btn:disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}

.btn:hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}

.btn-large [class^="m-icon-big-"],
.btn-large [class*=" m-icon-big-"] {

	vertical-align: inherit;
}

.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}

.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}

.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.btn-primary.active,
.btn-main.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active,
.btn-orange.active  {
  color: rgba(255, 255, 255, 0.75);
}

.btn-primary {
  color: #ffffff;
  text-shadow: none;
  background: #6699cc;
  border-color: none;
  *background-color: #6699cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #3e454c;
  *background-color: #3e454c;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #3e454c \9;
}

.btn-main {
  color: #ffffff;
  text-shadow: none;
  background: #009cea;
  border-color: none;
  *background-color: #009cea;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.btn-main:hover,
.btn-main:active,
.btn-main.active,
.btn-main.disabled,
.btn-main[disabled] {
  color: #ffffff;
  background-color: #0096e1;
  *background-color: #0096e1;
}

.btn-main:active,
.btn-main.active {
  background-color: #0096e1 \9;
}

.btn-warning {
  color: #ffffff;
  text-shadow: none;
  background: #ffbb00;
  *background-color: #ffbb00;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f8b601;
  *background-color: #f8b601;
}

.btn-warning:active,
.btn-warning.active {
  background-color: #f8b601 \9;
}

.btn-danger {
  color: #ffffff;
  text-shadow:none;
  background: #ec4f13;
  border-color: none;
  *background-color: #ec4f13;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background: #e54c12;
  *background: #e54c12;
}

.btn-danger:active,
.btn-danger.active {
  background: #e54c12 \9;
}

.btn-success {
  color: #ffffff;
  text-shadow: none;
  background: #7cbb00;
  border-color: #7cbb00;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background: #76b200;
  *background: #76b200;
}

.btn-success:active,
.btn-success.active {
  background: #76b200 \9;
}

.btn-info {
  color: #ffffff;
  text-shadow: none;
  background: #a903b3;
  border-color: none;
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background: #9d02a7;
  *background: #9d02a7;
}

.btn-info:active,
.btn-info.active {
  background: #9d02a7 \9;
}

.btn-inverse {
  color: #ffffff;
  text-shadow: none;
  background: #363636;
  border-color: #222222;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background: #222222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background: #222222;
  *background: #151515;
}

.btn-inverse:active,
.btn-inverse.active {
  background: #080808 \9;
}

/* custom color button set */
.btn-orange.active {
  color:#fff;
}

.btn-orange {
  color: #ffffff;
  text-shadow: none;
  background-color: #d5431d;
  *background-color: #f8530b;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-orange:hover,
.btn-orange:active,
.btn-orange.active,
.btn-orange.disabled,
.btn-orange[disabled] {
  color: #ffffff;
  background-color: #d24b27;
  *background-color: #d24b27;
}
.btn-orange:active,
.btn-orange.active {
  background-color: #d24b27 \9;
}
.btn-group.open .btn-orange.dropdown-toggle {
  background-color: #d5431d;
}


/*!
 * CSS3 Microsoft Metro Buttons
 * More icons Syncfusion's Metro Studio.
 * I do not claim ownership on the origin of design and icons.
 * Built by Ace Subido (http://github.com/ace-subido)
 */
 
 [class^="m-icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
   
  margin-top: 0px;
  line-height: 14px;
  
  vertical-align: top;
  background-image: url(default/icons/syncfusion-icons.png);
  background-position: 0 0;
  background-repeat: no-repeat; 
  
}
[class^="m-icon-big-"] {
  display: inline-block;
  width: 30px;
  height: 30px; 
  margin: 6px;
  vertical-align: top;
  background-image: url(default/icons/syncfusion-icons.png);
  background-position: 0 0px;
  background-repeat: no-repeat; 
}
.m-icon-white {
  background-image: url(default/icons/syncfusion-icons-white.png);
}
[class^="big-"]:last-child {
  *margin-left: 0;
}
.m-icon-swapright {
  background-position: -27px -10px;
}
.m-icon-swapdown {
  background-position: -68px -10px;
}
.m-icon-swapleft {
  background-position: -8px -10px;
}
.m-icon-swapup {
  background-position: -47px -10px;
}
.m-icon-big-swapright{
  background-position: -42px -28px;
}
.m-icon-big-swapdown{
  background-position: -115px -28px;
}
.m-icon-big-swapleft{
  background-position: -6px -28px;
}
.m-icon-big-swapup{
  background-position: -78px -28px;
}