@charset "UTF-8";
/*
 *@Author: xiaoyan.liang
 *@Date: 2018-06-08
 *@Remark: 公共样式
 */
.wrapper {
    background: #f5f5f5 url(../imgs/index-bg.png) no-repeat center top; 
    padding-bottom:30px;
}
.w-1170{
	width: 1170px;
	margin: 0 auto;
}
.left{
	float:left;
}
.right{
	float:right;
}
ul,li{
	margin:0;
	padding:0;
	list-style:none;
}
a{
	text-decoration: none;
	list-style: none;
	outline:none;
}
a:hover, a:focus{
	text-decoration: none;
	outline:none;
}
*{    
	font-family:  "Microsoft YaHei", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Helvetica Neue", "WenQuanYi Micro Hei", sans-serif;
}
/*阴影*/
.shadow{
	background: url(../imgs/shadow.png) no-repeat bottom;
	width: 100%;
    padding-bottom: 23px;
}
/* 头部  */
.header{ 
	min-width: 1170px; 
	margin: 0 auto;
}
.header .header-top{
	background:#ffffff url(../imgs/bg.png) no-repeat top center;
	height:180px;
}
.header .header-loginbox{
	background: url(../imgs/header-loginbox-bg.png) repeat-x top left;
    height: 33px;
    line-height: 33px;
    color: #333333;
}
.header .header-loginbox > div{
	max-width: 1170px; 
	margin: 0 auto;
}
.header .header-loginbox-left {
    float: left;
    width: 100%;
}
.header .header-loginbox-left a{
	color: #f22e00;
}
.header .header-loginbox-left #home{
	display: none;
}
.header .header-loginbox-left > a > i {
    padding-right: 5px;
}
.header .header-loginbox-left > a {
    color: #333;
}
.header .header-loginbox-right {
    float: right;
}
.header .header-logo{
	height: 147px;
	max-width: 1170px;
    margin: 0 auto;
}
.header .header-logo img{
	padding-top: 40px;
}
/*导航*/
.nav{
	border-top: 3px solid #B63136;
	border-bottom:1px solid #C8C8C8;
	background-color: #fff;
}
.nav .nav-bar{
	overflow:hidden;
	position: relative;
}
/* 左边导航 */
.nav ul.left-nav{
	overflow: hidden;
}
.nav ul.left-nav li{
	position:relative;
	float: left;
	cursor: pointer;
}
.nav ul.left-nav li a{
	display:block;
	height: 35px;
	line-height: 35px;
	margin: 6px 11px 7px 10px;
	padding: 0 20px;
	font-size: 18px;
	color: #323232; 
}
.nav ul.left-nav li a.active{
	background-color: #B33334;
	color: #fff;
}
.nav ul.left-nav li a:hover{
	background-color: #B33334;
	color: #fff;
	text-decoration:none;
}
.nav ul.left-nav li span{
	position: absolute;
	top: 9px;
    right: 0;
    width: 1px;
    height: 30px;
    border-left: 1px solid #DBDBDB;
}
/* 右边搜索条 */
.nav .nav-search{
	height: 41px;
	margin-top: 3px;
	overflow: hidden;
	text-align: center;
	position: absolute;
	right: 0;
	transition: all 0.5s;
	/* width: 330px; */
}
.nav .nav-search input{
	float: left;
	width: 0;
	height: 37px;
	font-size: 16px;
	position: absolute;
	right: 45px;
	background: #FFF;
	top: 1px;
	transition: all 0.5s;
	border: 0;
	padding: 0 20px;
	border: 1px solid #E2E7E3;
	border-right: 0;
}
.nav .nav-search input::-webkit-input-placeholder{
	font-size: 16px;
	color: #868686;
}
.nav .nav-search input:-ms-input-placeholder{
	font-size: 16px;
	color: #868686;
}
.nav .nav-search i{
	position: realtive;
	float: right;
	width: 45px;
	height: 37px;
	line-height: 40px;
	border: 1px solid #E2E7E3;
	cursor: pointer;
	font-size: 18px;
	color: #3C3C3C;
	transition: all 0.5s;
}
.nav .nav-search i:hover,.nav .nav-search:hover i{
	color: #fff;
	background-color: #B33334;
	border: 1px solid #E2E7E3;
	transition: all 0.5s;
}
.nav .nav-search:hover{
	width: 330px;
	transition: all 0.5s;
}
.nav .nav-search:hover input{
	width: 285px;
	padding: 0 20px;
	border: 1px solid #E2E7E3;
	border-right: 0;
	transition: all 0.5s;
}
/*底部*/
.footer{
	height: 115px;
    padding-bottom: 10px;
    padding-top: 24px;
    background: #333333;
    text-align: center;
    color: #ffffff;
    min-width: 1170px;
    margin: 0 auto;
}
.footer p {
    margin: 0;
}
.footer a{
	color: #FFF;
    cursor: pointer;
}
.footer a:hover{
	color:#FFF;
	text-decoration:underline;
}
/*按钮*/
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success:hover {
	background-color:#449d44;
}
.btn-orange {
    color: #fff;
    background: #ff6825;
    border-color: #d43f3a;
}
.btn-orange:hover {
	background: #f14a00;
	color:#fff;
}
.btn-red,
.btn-red:hover,
.btn-red, .btn-red:focus {
    color: #fff;
    background: #ee4b47;
}
.btn-gray {
    color: #666666;
    background: #dadada;
}
.btn-gray:hover {
	background: #c0c0c0;
}
.btn-blue {
    color: #fff;
    background: #4498c2;
}
.btn-blue:hover {
	color: #fff;
	background: #286090;
}

/*温馨提示*/
.prompt {
	width: 100%;
    height: auto;
    border: 1px dashed #e6e6e6;
    background: #fffbf2;
    display: table;
}
.prompt > p{
	line-height: 40px;
    color: #fa6b01;
    font-weight: 600;
    margin: 0;
}
.prompt > p > i{
	float: left;
    width: 21px;
    height: 22px;
    background: url(../imgs/icons.png) no-repeat 0px -49px;
    margin: 10px;
}
.prompt .text{
	margin-left: 20px;
}
.prompt .text > p{
    border-left: 1px solid #fa6b01;
    color: #fa6b01;
    width: 100%;
    float: left;
}
.prompt .prompt-green{
	color: #26b937;
}
.prompt .prompt-green > i{
	float: left;
    width: 21px;
    height: 22px;
    background: url(../imgs/icons.png) no-repeat 0px -97px;
    margin: 10px;
}
.prompt .text.green > p{
	color: #26b937;
    border-left: 1px solid #26b937;
}

/*表格*/
.table table{
	width: 100%;
    height: 165px;
    border-right: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    background: #fff;
}
.table.shadow{
	background: url(../imgs/shadow.png) no-repeat bottom;
	width: 100%;
    padding-bottom: 23px;
}
.table td {
    border: 1px solid #d5d5d5;
    text-indent: 5px;
    position: relative;
}
.table td .label{
	font-size:13px;
}
.table table td.title-td{
	background: rgb(243, 251, 255);
    text-align: center;
    width: 200px;
    background-clip:padding-box;
    line-height: 30px;
}
.table-list .table td.top-7 .popup{
	top:7px;
}
/*路径导航*/
.breadcrumb-box {
	background: #f5f5f5;
}
.breadcrumb {
	margin: 0 auto;
    width: 1170px;
    padding: 12px 15px;
}
.breadcrumb>li {
    color: #777;
    padding: 0 3px;
    font-size:15px;
}
.breadcrumb>li+li:before {
	content:none;
}
.breadcrumb a {
    font-size: 15px;
    color: #777;
    padding-right: 10px;
    cursor: pointer;
}
.breadcrumb a:hover {
    color: #b43136;
    text-decoration: underline;
    font-size: 15px;
}

/*分页*/
.paging{
	width: 100%;
	min-height: 40px;
	text-align: center;
}
.pagination.black > li > a,
.pagination.red > li > a {
    padding: 4px 10px;
    color: #000;
    background: #fff;
    margin-left: 5px;
    border-radius: 0;
}
.pagination.black > li.activepage > a {
	color: #fff;
	background:#394043;
	border: 1px solid #394043;
}
.pagination.red > li.activepage > a{
	background: #B33237;
    border: 1px solid #B33237;
    color:#fff;
}
.pagination.red > li > span{
	float: none;
    border: 0;
    display: inline;
    padding: 4px;
    color: #000;
}
.pagination.red>li.total{
	line-height:30px;
	margin-left: 10px;
}
.pagination.red>li input {
    width: 30px;
    height: 25px;
    margin: 0 5px;
    text-align: center;
}
.pagination.red>li.total>a {
    display: inline-block;
    float: none;
    background: #B33237;
    color: #fff;
    border: 1px solid #B33237;
    padding: 2px 10px;
}
.loading {
	position:fixed;
	left:0;
	top:0;
	right:0;
	bottom:0;
	z-index: 10000;
}
.loading > i {
	background-image:url(../imgs/loading.gif);
	width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
}
/*弹出框*/
.dialog-wrapper{
	display:none;
	width: 100%; 
	height: 100%;
	position: fixed;
	left: 0;
	top: 0; 
	background: rgba(0,0,0,.5); 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000, endColorstr=#7F000000); 
	z-index: 9999;
	overflow: hidden; 
}
.dialog{ 
	border-radius:4px;
	width: 440px;
	height: 170px; 
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0; 
	right: 0;
	left: 0;
	background: #fff;
}
.dialog > a{
	position: absolute;
	top: 0;
	right: 0;
	font-size: 30px;
	width: 30px;
	height: 30px;
	color: #e6e6e6;
	cursor: pointer;
}
.dialog > p{
	font-size: 16px;
	text-align: center;
	height: 100px;
    padding: 37px 20px 0;
    word-break: break-word;
}
.dialog > ul{
	margin: 0 auto;
	width: 265px;
	text-align:center;
}
.dialog > ul >li{
	display:inline-block;
	height: 35px;
	width: 110px; 
	text-align: center;
	line-height: 35px;
	margin: 0 10px;
}
.dialog > ul > li > a{
	display:inline-block;
	width:100%;
	height:100%;
	background: #499ac9;
	border-radius:3px;
	color: #fff;
	cursor: pointer;
}
/* tab切换 */
.tab {
	height: 44px;
	background: #f7f8fa;
	border: 1px solid #e0e0e0;
}
.tab>li {
	float: left;
    height: 100%;
    width: 160px;
    line-height: 44px;
    text-align: center;
    background: #f7f8fa;
    border-right: 1px solid #e0e0e0;
}
.tab>li>a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #282828;
    cursor:pointer;
}
.tab>li>.active {
	border-top: 2px solid #b43136;
	background: #fff;
	height: 42px;
}
/*提示信息*/
.popup{
	color:red;
	padding: 0 5px;
}
.nodata-tip {
	font-size: 14px;
    color: #666666;
    line-height: 14px;
    background: #FEFEFE;
    border: 1px solid #DDDDDD;
    padding: 30px;
    text-align: center;
    margin-top: 18px;
}
/*进度条动画*/
@-webkit-keyframes progress-bar-stripes {
  from  { background-position: 40px 0; }
  to    { background-position: 0 0; }
}

@keyframes progress-bar-stripes {
  from  { background-position: 40px 0; }
  to    { background-position: 0 0; }
}

.progress.active .progress-bar,
.progress-bar.active {
  .animation(progress-bar-stripes 2s linear infinite);
}
/*upload file*/
div.upload-btn{
	border: 1px solid #bcf4cb;
    color: #4caf50;
    background: #f6fff8;
    position: relative;
    width: 75px;
    height: 35px;
    line-height: 35px;
    margin-top: 7px;
    margin: 7px auto 0;
    cursor:pointer;
}
div.upload-btn input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    opacity: 0;
    cursor: pointer;
}
/* 缩放比例信息提示框 */
.mod-zoomdetect {
    position: fixed;
    z-index: 999;
    background: #e8f1ef;
    padding: 20px;
    bottom: 15px;
    right: 0px;
    box-shadow: 0px 0px 9px 0px #222;
    width: 40%;
    line-height: 24px;
}
.wzd-btnclose {
    font-size: 0;
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 37%;
    border: 1px solid #dcdcdc;
    background: #e6e6e6;
}
.wzd-btnclose:before {
    content: "";
    border-left: 1px solid #ada9a9;
    width: 90%;
    height: 90%;
    display: block;
    position: absolute;
    transform: rotate(35deg);
    top: 8px;
    left: 11px;
}
.wzd-btnclose:after {
    content: "";
    border-left: 1px solid #ada9a9;
    width: 90%;
    height: 90%;
    display: block;
    position: absolute;
    transform: rotate(-35deg);
    top: -5px;
    left: 12px;
}
.mod-zoomdetect > div {
    width: 85%;
    float: right;
    line-height: 30px;
}