@charset "utf-8";
/*!
 * Agility v1.0 
 * Copyright 2018-2020 ys561.com
 */

@font-face { font-family: 'Estrangelo'; src: url('../font/Estrangelo.eot'); /* IE9 Compat Modes */ src: url('../font/Estrangelo.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../font/Estrangelo.woff') format('woff'), /* Modern Browsers */ url('../font/Estrangelo.ttf') format('truetype'), /* Safari, Android, iOS */ url('../font/Estrangelo.svg#YourWebFontName') format('svg'); /* Legacy iOS */ }


.btn{ position:relative; float:left; margin:0px; height:33px; padding:4px 10px; border:1px solid; border-color:#CCC; border-radius:4px; background-color:#FFF; font-family:'Estrangelo'; font-size:14px; behavior:url(../css/PIE.htc); }
.btn-hover{ background-color:#E6E6E6; }
.btn-visited{ background-color:#D4D4D4; }

.btn-value{ display: inline-block; height:33px; text-align:left; overflow:hidden; }
.caret { display:inline-block; width: 0;  height:38px; margin-left:5px; vertical-align: middle; border-top: 4px dashed; border-top: 4px solid\9; border-right: 4px solid transparent; border-left: 4px solid transparent;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
	display:none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.dropdown-menu {
    font-size: 14px;
    text-align: left;
    list-style: none;
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
	text-decoration:none;
}
.dropdown-menu > li > a:hover { background:#F5F5F5; }
.form-control {
    display: block;
	width:50px;
    height: 23px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	 behavior:url(../css/PIE.htc);
}
.input-group-btn
{
    white-space: nowrap;
}
.input-group-first
{
	border-radius:4px 0 0 4px;
	behavior:url(../css/PIE.htc);
}
.input-group-middle
{
	border-left:0; border-right:0;
	border-radius:0;
	behavior:url(../css/PIE.htc);
}
.input-group-last
{
	border-radius:0 4px 4px 0;
	behavior:url(../css/PIE.htc);
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-pills > li {
    float: left;

}

.nav > li {
    /*position: relative;*/
    display: block;
	overflow:hidden;
	margin-right:5px;
}

.nav-pills > li > a {
    border-radius: 4px;
	behavior:url(../css/PIE.htc);
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
a {
    color: #337ab7;
    text-decoration: none;
}
a {
    background-color: transparent;
}
/*
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #337ab7;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #337ab7;
}
*/
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #92A5B2;
}

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: #eee;
}
/*
.nav > li > a {
    position: relative;
    display: block;
    padding: 8px 20px;
}
*/
.nav > li > a {
    position: relative;
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 134.5px;
}
.nav-pills > li > a {
    border-radius: 4px;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
a:focus, a:hover {
    color: #23527c;
    text-decoration: underline;
}
a {
    color: #337ab7;
    text-decoration: none;
}
.dropdown > a > span{ height:0; }

.row {
   /* margin-right: -15px;
    margin-left: -15px;*/
}

.col-md-4 {
    width: 33.33333333%;
}
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left;
}
.col-sm-6 {
    width: 50%;
}
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    /*border: 1px solid #ddd;*/
    border-radius: 4px;/*圆角边框*/
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;/*鼠标指针移动到元素时的过渡效果*/
}
.thumbnail .caption {
    padding: 9px;
    color: #333;
}
.caption h3 {
    display: block;
    width: 100%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;/*用省略号替代溢出值*/
    font-size: 18px;
}
.caption p {
	padding-top:5px;
    color: #666;
	line-height:24px;
}
.thumbnail a > img, .thumbnail > img {
    margin-right: auto;
    margin-left: auto;
    /*background-color: #e4ecf2;*/
}
.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto;
}
img {
    vertical-align: middle;
	border: 0;
}

.thumbnail_icon {
    display: block;
    margin-bottom: 20px;
    line-height: 1.42857143;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
	color: #333;
}

.thumbnail_icon a > img, .thumbnail_icon > img {
    margin-right: auto;
    margin-left: auto;
	display: block;
    max-width: 100%;
    height: auto;
}


.p-daohang{
	text-align: center;
}
.shadow{
	text-shadow: 1px 1px 2px gray;
}
.shadow_out{
	box-shadow: 0.5px 0.5px 1px 1px gainsboro; outset;
}
.shadow_in{
	box-shadow: 1px 1px 2px 2px gray; inset;
}
