@charset "utf-8";
/* CSS Document */
.layui-input {
	font-size:14px !important;
	cursor:pointer;
}

/*阿里字库引用*/
.iconfont {
	font-family: "iconfont" !important;
	font-size: 14px;
	font-style: normal;
	color: #262626;
	-webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
/*阿里字库引用结束*/

html {
	padding:0;
	margin:0;
	height:100%;
}

body {
	padding:0;
	margin:0;
	height:100%;
	font-size:14px;
	font-family: "微软雅黑";
	color:#000;
	background-color:#fff;
}

a:link, a:visited {color:#282828; text-decoration:none;}
a:hover, a:active {color:#ff6400; text-decoration:none;}
.act-def, a.act-def {color:#00a2ca !important;}
.act-orange, a.act-orange {color:#ff6400 !important;}

/*字体 字号 f12  颜色 ftc-red 背景色 bgc-red */
.arial {font-family:Arial, Helvetica, sans-serif}
h1 {font-size:36px !important;}
h2 {font-size:24px !important;}
h3 {font-size:18px !important;}
h4 {font-size:14px !important;}
h5,h6 {font-size:12px !important;}
.f12, a.f12 {font-size:12px !important;}
.f14, a.f14 {font-size:14px !important;}
.f16, a.f16 {font-size:16px !important;}
.f18, a.f18 {font-size:18px !important;}
.f20, a.f20 {font-size:20px !important;}
.f22, a.f22 {font-size:22px !important;}
.f24, a.f24 {font-size:24px !important;}
.f26, a.f26 {font-size:26px !important;}
.f28, a.f28 {font-size:28px !important;}
.f30, a.f30 {font-size:30px !important;}
.f32, a.f32 {font-size:32px !important;}
.f36, a.f36 {font-size:36px !important;}
.f40, a.f40 {font-size:40px !important;}
.f44, a.f44 {font-size:44px !important;}
.f50, a.f50 {font-size:50px !important;}


/*文排版*/
.fta-l, a.fta-l {text-align:left !important;}
.fta-c, a.fta-c {text-align:center !important;}
.fta-r, a.fta-r {text-align:right !important;}

/*文字颜色*/
.ftc-blue {color:#008cc0 !important;}
.ftc-blue2 {color:#0ebfdf !important;}
.ftc-green {color:#82d30f !important;}
.ftc-green2 {color:#7cbc29 !important;}
.ftc-green3 {color:#21e2ae !important;}
.ftc-red {color:#ff2400 !important;}
.ftc-red2 {color:#f7564e  !important;}
.ftc-red3 {color:#f97171 !important;}
.ftc-orange {color:#ff6600 !important;}
.ftc-gray {color:#bbbbbb !important;}
.ftc-gray2 {color:#999999 !important;}
.ftc-gray3 {color:#666666 !important;}
.ftc-gray4 {color:#444444 !important;}
.ftc-yellow {color:#ffc62e !important;}
.ftc-white {color:#ffffff !important;}
.ftc-black {color:#262626 !important;}


/*文字加粗*/
.bold {font-weight:bold !important;}
.nobold {font-weight:normal !important;}

/*纯色背景色*/
.bg-no {background:none !important;}
.bgc-gray {background-color:#fafafa !important;}
.bgc-gray2 {background-color:#f8f8f8 !important;}
.bgc-gray3 {background-color:#f5f5f5 !important;}
.bgc-gray4 {background-color:#eeeeee !important;}
.bgc-gray5 {background-color:#eef1f5 !important;}
.bgc-white {background-color:#ffffff !important;}
.bgc-blue {background-color:#E0F9FF !important;}
.bgc-blue2 {background-color:#d0e9f5 !important;}
.bgc-blue3 {background-color:#00a2ca !important; color:#ffffff}
.bgc-blue4 {background-color:#1988a4 !important; color:#ffffff}
.bgc-blue5 {background-color:#156377 !important; color:#ffffff}
.bgc-bluegray {background-color:#e6f0fa !important;}
.bgc-yellow {background-color:#FF9 !important;}
.bgc-yellow2 {background-color:#fcf8e2 !important;}

/*圆角*/
.bd-ri {border-radius:4px !important;}
.nobd-ri {border-radius:0 !important;}

/*----内阴影-----*/
.shadow-gray {
	-webkit-box-shadow:1px 2px 3px #eeeeee inset;
	-moz-box-shadow:1px 2px 3px #eeeeee inset;
	-ms-box-shadow:1px 2px 3px #eeeeee inset;
	-o-box-shadow:1px 2px 3px #eeeeee inset;
	box-shadow:1px 2px 3px #eeeeee inset;
}
.shadow-blue {
	-webkit-box-shadow:1px 2px 3px #d8e6ee inset;
	-moz-box-shadow:1px 2px 3px #d8e6ee inset;
	-ms-box-shadow:1px 2px 3px #d8e6ee inset;
	-o-box-shadow:1px 2px 3px #d8e6ee inset;
	box-shadow:1px 2px 3px #d8e6ee inset;
}
/*----外阴影-----*/
.shadow-gray-out {
	-webkit-box-shadow:0 0 4px #cccccc;
	-moz-box-shadow:0 0 4px #cccccc;
	-ms-box-shadow:0 0 4px #cccccc;
	-o-box-shadow:0 0 4px #cccccc;
	box-shadow:0 0 4px #cccccc;
}


/*渐变背景*/
.bgc-grad-demo {
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#ff2400,endColorStr=#ff6400); /*IE 6 7 8*/ 
	background: -ms-linear-gradient(top, #ff2400,#ff6400); /* IE 10 */
	background:-moz-linear-gradient(top,#ff2400,#ff6400); /*火狐*/ 
	background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#ff2400), to(#ff6400)); /*谷歌*/ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff2400), to(#ff6400));      /* Safari 4-5, Chrome 1-9*/
	background: -webkit-linear-gradient(top, #ff2400, #ff6400);   /*Safari5.1 Chrome 10+*/
	background: -o-linear-gradient(top, #ff2400, #ff6400);  /*Opera 11.10+*/
}


/*灰色渐变*/
.bgc-grad-gray,
a.bgc-grad-gray {
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#f8f8f8,endColorStr=#eeeeee); /*IE 6 7 8*/ 
	background: -ms-linear-gradient(top, #f8f8f8,#eeeeee); /* IE 10 */
	background:-moz-linear-gradient(top,#f8f8f8,#eeeeee); /*火狐*/ 
	background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#f8f8f8), to(#eeeeee)); /*谷歌*/ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f8f8f8), to(#eeeeee));      /* Safari 4-5, Chrome 1-9*/
	background: -webkit-linear-gradient(top, #f8f8f8, #eeeeee);   /*Safari5.1 Chrome 10+*/
	background: -o-linear-gradient(top, #f8f8f8, #eeeeee);  /*Opera 11.10+*/
}
.bgc-grad-gray:hover,
a.bgc-grad-gray:hover  {
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#eeeeee,endColorStr=#ddd); /*IE 6 7 8*/ 
	background: -ms-linear-gradient(top, #eeeeee,#ddd); /* IE 10 */
	background:-moz-linear-gradient(top,#eeeeee,#ddd); /*火狐*/ 
	background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#eeeeee), to(#ddd)); /*谷歌*/ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e6e6e6), to(#ddd));      /* Safari 4-5, Chrome 1-9*/
	background: -webkit-linear-gradient(top, #eeeeee, #ddd);   /*Safari5.1 Chrome 10+*/
	background: -o-linear-gradient(top, #eeeeee, #ddd);  /*Opera 11.10+*/
}
/*end*/


/*兰色渐变*/
.bgc-grad-blue,
a.bgc-grad-blue {
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#0b77c3,endColorStr=#1f93e4); /*IE 6 7 8*/ 
	background: -ms-linear-gradient(top, #0b77c3,#1f93e4); /* IE 10 */
	background:-moz-linear-gradient(top,#0b77c3,#1f93e4); /*火狐*/ 
	background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#0b77c3), to(#1f93e4)); /*谷歌*/ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0b77c3), to(#1f93e4));      /* Safari 4-5, Chrome 1-9*/
	background: -webkit-linear-gradient(top, #0b77c3, #1f93e4);   /*Safari5.1 Chrome 10+*/
	background: -o-linear-gradient(top, #0b77c3, #1f93e4);  /*Opera 11.10+*/
} 

.bgc-grad-blue:hover,
a.bgc-grad-blue:hover  {
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#1f93e4,endColorStr=#2ca0f2); /*IE 6 7 8*/ 
	background: -ms-linear-gradient(top, #1f93e4,#2ca0f2); /* IE 10 */
	background:-moz-linear-gradient(top,#1f93e4,#2ca0f2); /*火狐*/ 
	background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#1f93e4), to(#2ca0f2)); /*谷歌*/ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1f93e4), to(#2ca0f2));      /* Safari 4-5, Chrome 1-9*/
	background: -webkit-linear-gradient(top, #0b77c3, #2ca0f2);   /*Safari5.1 Chrome 10+*/
	background: -o-linear-gradient(top, #1f93e4, #2ca0f2);  /*Opera 11.10+*/
}
/*end*/

/*橙色渐变*/
.bgc-grad-green,
a.bgc-grad-green {
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#ff6600,endColorStr=#ff4400); /*IE 6 7 8*/ 
	background: -ms-linear-gradient(top, #ff6600,#ff4400); /* IE 10 */
	background:-moz-linear-gradient(top,#ff6600,#ff4400); /*火狐*/ 
	background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#ff6600), to(#ff4400)); /*谷歌*/ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff6600), to(#ff4400));      /* Safari 4-5, Chrome 1-9*/
	background: -webkit-linear-gradient(top, #ff6600, #ff4400);   /*Safari5.1 Chrome 10+*/
	background: -o-linear-gradient(top, #ff6600, #ff4400);  /*Opera 11.10+*/
} 

.bgc-grad-green:hover,
a.bgc-grad-green:hover  {
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#ff6400,endColorStr=#ff2400); /*IE 6 7 8*/ 
	background: -ms-linear-gradient(top, #ff6400,#ff2400); /* IE 10 */
	background:-moz-linear-gradient(top,#ff6400,#ff2400); /*火狐*/ 
	background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#ff6400), to(#ff2400)); /*谷歌*/ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff6400), to(#ff2400));      /* Safari 4-5, Chrome 1-9*/
	background: -webkit-linear-gradient(top, #ff6400, #ff2400);   /*Safari5.1 Chrome 10+*/
	background: -o-linear-gradient(top, #ff6400, #ff2400);  /*Opera 11.10+*/
}
/*end*/

/*手形*/
.cursor {cursor:pointer}

/*浮动*/
.fl  {float:left!important;}
.fr {float:right!important;}
.mauto {margin:0 auto!important;}

/*清浮动*/
.cl {clear:both !important;}

/*定义块*/
.blk {display:block !important}
.ilb {display:inline-block !important}

/*隐藏*/
.none {display:none !important;}
.hid {overflow:hidden !important;}
.flx {
	overflow-x:auto !important;
	/*IE8滚动条样式设置*/
	scrollbar-arrow-color: #fff; /**//*三角箭头的颜色*/   
    scrollbar-face-color: #dcdcdc; /**//*立体滚动条的颜色*/   
    scrollbar-3dlight-color: #f2f2f2; /**//*立体滚动条亮边的颜色*/   
    scrollbar-highlight-color: #f2f2f2; /**//*滚动条空白部分的颜色*/   
    scrollbar-shadow-color: #f2f2f2; /**//*立体滚动条阴影的颜色*/   
    scrollbar-darkshadow-color: #f2f2f2; /**//*立体滚动条强阴影的颜色*/   
    scrollbar-track-color: #f2f2f2; /**//*立体滚动条背景颜色*/   
    scrollbar-base-color:#fff; /**//*滚动条的基本颜色*/
	/*IE8滚动条样式设置*/
}
/*高版本浏览器滚动条样式设置*/
.flx::-webkit-scrollbar{/*滚动条整体部分，其中的属性有width,height,background,border等（就和一个块级元素一样）（位置1）*/  
    width:8px;
	background:#f5f5f5
}
.flx::-webkit-scrollbar-button{/*滚动条两端的按钮，可以用display:none让其不显示，也可以添加背景图片，颜色改变显示效果（位置2）*/  
    background:#74D334;
	display:none;
}  
.flx::-webkit-scrollbar-track{/*外层轨道，可以用display:none让其不显示，也可以添加背景图片，颜色改变显示效果（位置3）*/  
    background:#62c0e3;
	display:none;
}  
.flx::-webkit-scrollbar-track-piece{/*内层轨道，滚动条中间部分（位置4）*/  
    background:#f2f2f2;
	border-radius:5px;
}  
.flx::-webkit-scrollbar-thumb{/*滚动条里面可以拖动的那部分（位置5）*/  
    background:#dcdcdc;
    border-radius:5px; 
}  
.flx::-webkit-scrollbar-corner {/*边角（位置6）*/  
    background:#82AFFF;
	display:none;
}  
.flx::-webkit-scrollbar-resizer  {/*定义右下角拖动块的样式（位置7）*/  
    background:#FF0BEE;
	display:none;  
} 
/*高版本浏览器滚动条样式设置*/


.fly {
	overflow-y:auto !important;
	/*IE8滚动条样式设置*/
	scrollbar-arrow-color: #fff; /**//*三角箭头的颜色*/   
    scrollbar-face-color: #dcdcdc; /**//*立体滚动条的颜色*/   
    scrollbar-3dlight-color: #f2f2f2; /**//*立体滚动条亮边的颜色*/   
    scrollbar-highlight-color: #f2f2f2; /**//*滚动条空白部分的颜色*/   
    scrollbar-shadow-color: #f2f2f2; /**//*立体滚动条阴影的颜色*/   
    scrollbar-darkshadow-color: #f2f2f2; /**//*立体滚动条强阴影的颜色*/   
    scrollbar-track-color: #f2f2f2; /**//*立体滚动条背景颜色*/   
    scrollbar-base-color:#fff; /**//*滚动条的基本颜色*/
	/*IE8滚动条样式设置*/
}
/*高版本浏览器滚动条样式设置*/
.fly::-webkit-scrollbar{/*滚动条整体部分，其中的属性有width,height,background,border等（就和一个块级元素一样）（位置1）*/  
    width:8px;
	background:#f5f5f5
}
.fly::-webkit-scrollbar-button{/*滚动条两端的按钮，可以用display:none让其不显示，也可以添加背景图片，颜色改变显示效果（位置2）*/  
    background:#74D334;
	display:none;
}  
.fly::-webkit-scrollbar-track{/*外层轨道，可以用display:none让其不显示，也可以添加背景图片，颜色改变显示效果（位置3）*/  
    background:#62c0e3;
	display:none;
}  
.fly::-webkit-scrollbar-track-piece{/*内层轨道，滚动条中间部分（位置4）*/  
    background:#f2f2f2;
	border-radius:5px;
}  
.fly::-webkit-scrollbar-thumb{/*滚动条里面可以拖动的那部分（位置5）*/  
    background:#dcdcdc;
    border-radius:5px; 
}  
.fly::-webkit-scrollbar-corner {/*边角（位置6）*/  
    background:#82AFFF;
	display:none;
}  
.fly::-webkit-scrollbar-resizer  {/*定义右下角拖动块的样式（位置7）*/  
    background:#FF0BEE;
	display:none;  
} 
/*高版本浏览器滚动条样式设置*/

/*去样式*/
em {font-style:normal;}

/*定位*/
.rlt {position:relative !important}
.abs {position:absolute !important; z-index:8}
.fixed {position:fixed !important; z-index:8}

.tp-1 {top:-1px !important;}
.tp-2 {top:-2px !important;}
.tp-3 {top:-3px !important;}
.tp-4 {top:-4px !important;}
.tp-5 {top:-5px !important;}
.tp-6 {top:-6px !important;}
.tp-7 {top:-7px !important;}
.tp-8 {top:-8px !important;}
.tp-9 {top:-9px !important;}
.tp-10 {top:-10px !important;}
.tp-11 {top:-11px !important;}
.tp-12 {top:-12px !important;}
.tp-13 {top:-13px !important;}
.tp-14 {top:-14px !important;}
.tp-15 {top:-15px !important;}
.tp-20 {top:-20px !important;}
.tp-25 {top:-25px !important;}
.tp-30 {top:-30px !important;}
.tp-35 {top:-35px !important;}
.tp-40 {top:-40px !important;}
.tp-45 {top:-45px !important;}
.tp-50 {top:-50px !important;}
.tp-55 {top:-55px !important;}
.tp-60 {top:-60px !important;}
.tp-65 {top:-65px !important;}
.tp-70 {top:-70px !important;}
.tp-75 {top:-75px !important;}
.tp-80 {top:-80px !important;}
.tp-85 {top:-85px !important;}
.tp-90 {top:-90px !important;}
.tp-95 {top:-95px !important;}
.tp-100 {top:-100px !important;}
.tp-105 {top:-105px !important;}
.tp-110 {top:-110px !important;}
.tp-115 {top:-115px !important;}
.tp-120 {top:-120px !important;}
.tp-125 {top:-125px !important;}
.tp-130 {top:-130px !important;}
.tp-135 {top:-135px !important;}
.tp-140 {top:-140px !important;}
.tp-145 {top:-145px !important;}
.tp-150 {top:-150px !important;}
.tp-155 {top:-155px !important;}
.tp-160 {top:-160px !important;}
.tp-165 {top:-165px !important;}
.tp-170 {top:-170px !important;}


.tp {top:0 !important;}
.tp1 {top:1px !important;}
.tp2 {top:2px !important;}
.tp3 {top:3px !important;}
.tp4 {top:4px !important;}
.tp5 {top:5px !important;}
.tp6 {top:6px !important;}
.tp7 {top:7px !important;}
.tp8 {top:8px !important;}
.tp9 {top:9px !important;}
.tp10 {top:10px !important;}
.tp11 {top:11px !important;}
.tp12 {top:12px !important;}
.tp13 {top:13px !important;}
.tp14 {top:14px !important;}
.tp15 {top:15px !important;}
.tp20 {top:20px !important;}
.tp25 {top:25px !important;}
.tp30 {top:30px !important;}
.tp35 {top:35px !important;}
.tp40 {top:40px !important;}
.tp45 {top:45px !important;}
.tp50 {top:50px !important;}
.tp55 {top:55px !important;}
.tp60 {top:60px !important;}
.tp65 {top:65px !important;}
.tp70 {top:70px !important;}
.tp75 {top:75px !important;}
.tp80 {top:80px !important;}
.tp85 {top:85px !important;}
.tp90 {top:90px !important;}
.tp95 {top:95px !important;}
.tp100 {top:100px !important;}
.tp105 {top:105px !important;}
.tp110 {top:110px !important;}
.tp115 {top:115px !important;}
.tp120 {top:120px !important;}
.tp125 {top:125px !important;}
.tp130 {top:130px !important;}
.tp135 {top:135px !important;}
.tp140 {top:140px !important;}
.tp145 {top:145px !important;}
.tp150 {top:150px !important;}
.tp155 {top:155px !important;}
.tp160 {top:160px !important;}
.tp165 {top:165px !important;}
.tp170 {top:170px !important;}

.rt-1 {right:-1px !important;}
.rt-2 {right:-2px !important;}
.rt-3 {right:-3px !important;}
.rt-4 {right:-4px !important;}
.rt-5 {right:-5px !important;}
.rt-6 {right:-6px !important;}
.rt-7 {right:-7px !important;}
.rt-8 {right:-8px !important;}
.rt-9 {right:-9px !important;}
.rt-10 {right:-10px !important;}
.rt-11 {right:-11px !important;}
.rt-12 {right:-12px !important;}
.rt-13 {right:-13px !important;}
.rt-14 {right:-14px !important;}
.rt-15 {right:-15px !important;}
.rt-20 {right:-20px !important;}
.rt-25 {right:-25px !important;}
.rt-30 {right:-30px !important;}
.rt-35 {right:-35px !important;}
.rt-40 {right:-40px !important;}
.rt-45 {right:-45px !important;}
.rt-50 {right:-50px !important;}
.rt-55 {right:-55px !important;}
.rt-60 {right:-60px !important;}
.rt-65 {right:-65px !important;}
.rt-70 {right:-70px !important;}

.rt {right:0 !important;}
.rt1 {right:1px !important;}
.rt2 {right:2px !important;}
.rt3 {right:3px !important;}
.rt4 {right:4px !important;}
.rt5 {right:5px !important;}
.rt6 {right:6px !important;}
.rt7 {right:7px !important;}
.rt8 {right:8px !important;}
.rt9 {right:9px !important;}
.rt10 {right:10px !important;}
.rt11 {right:11px !important;}
.rt12 {right:12px !important;}
.rt13 {right:13px !important;}
.rt14 {right:14px !important;}
.rt15 {right:15px !important;}
.rt20 {right:20px !important;}
.rt25 {right:25px !important;}
.rt30 {right:30px !important;}
.rt35 {right:35px !important;}
.rt40 {right:40px !important;}
.rt45 {right:45px !important;}
.rt50 {right:50px !important;}
.rt55 {right:55px !important;}
.rt60 {right:60px !important;}
.rt65 {right:65px !important;}
.rt70 {right:70px !important;}
.rt75 {right:75px !important;}
.rt80 {right:80px !important;}
.rt85 {right:85px !important;}
.rt90 {right:90px !important;}
.rt95 {right:95px !important;}
.rt100 {right:100px !important;}
.rt105 {right:105px !important;}
.rt110 {right:110px !important;}
.rt115 {right:115px !important;}
.rt120 {right:120px !important;}
.rt125 {right:125px !important;}
.rt130 {right:130px !important;}
.rt135 {right:135px !important;}
.rt140 {right:140px !important;}
.rt145 {right:145px !important;}
.rt150 {right:150px !important;}
.rt155 {right:155px !important;}
.rt160 {right:160px !important;}
.rt165 {right:165px !important;}
.rt170 {right:170px !important;}

.bm-1 {bottom:-1px !important;}
.bm-2 {bottom:-2px !important;}
.bm-3 {bottom:-3px !important;}
.bm-4 {bottom:-4px !important;}
.bm-5 {bottom:-5px !important;}
.bm-6 {bottom:-6px !important;}
.bm-7 {bottom:-7px !important;}
.bm-8 {bottom:-8px !important;}
.bm-9 {bottom:-9px !important;}
.bm-10 {bottom:-10px !important;}
.bm-11 {bottom:-11px !important;}
.bm-12 {bottom:-12px !important;}
.bm-13 {bottom:-13px !important;}
.bm-14 {bottom:-14px !important;}
.bm-15 {bottom:-15px !important;}
.bm-20 {bottom:-20px !important;}
.bm-25 {bottom:-25px !important;}
.bm-30 {bottom:-30px !important;}
.bm-35 {bottom:-35px !important;}
.bm-40 {bottom:-40px !important;}
.bm-45 {bottom:-45px !important;}
.bm-50 {bottom:-50px !important;}
.bm-55 {bottom:-55px !important;}
.bm-60 {bottom:-60px !important;}
.bm-65 {bottom:-65px !important;}
.bm-70 {bottom:-70px !important;}

.bm {bottom:0 !important;}
.bm1 {bottom:1px !important;}
.bm2 {bottom:2px !important;}
.bm3 {bottom:3px !important;}
.bm4 {bottom:4px !important;}
.bm5 {bottom:5px !important;}
.bm6 {bottom:6px !important;}
.bm7 {bottom:7px !important;}
.bm8 {bottom:8px !important;}
.bm9 {bottom:9px !important;}
.bm10 {bottom:10px !important;}
.bm11 {bottom:11px !important;}
.bm12 {bottom:12px !important;}
.bm13 {bottom:13px !important;}
.bm14 {bottom:14px !important;}
.bm15 {bottom:15px !important;}
.bm20 {bottom:20px !important;}
.bm25 {bottom:25px !important;}
.bm30 {bottom:30px !important;}
.bm35 {bottom:35px !important;}
.bm40 {bottom:40px !important;}
.bm45 {bottom:45px !important;}
.bm50 {bottom:50px !important;}
.bm55 {bottom:55px !important;}
.bm60 {bottom:60px !important;}
.bm65 {bottom:65px !important;}
.bm70 {bottom:70px !important;}
.bm75 {bottom:75px !important;}
.bm80 {bottom:80px !important;}
.bm85 {bottom:85px !important;}
.bm90 {bottom:90px !important;}
.bm95 {bottom:95px !important;}
.bm100 {bottom:100px !important;}
.bm105 {bottom:105px !important;}
.bm110 {bottom:110px !important;}
.bm115 {bottom:115px !important;}
.bm120 {bottom:120px !important;}
.bm125 {bottom:125px !important;}
.bm130 {bottom:130px !important;}
.bm135 {bottom:135px !important;}
.bm140 {bottom:140px !important;}
.bm145 {bottom:145px !important;}
.bm150 {bottom:150px !important;}
.bm155 {bottom:155px !important;}
.bm160 {bottom:160px !important;}
.bm165 {bottom:165px !important;}
.bm170 {bottom:170px !important;}

.lt-1 {left:-1px !important;}
.lt-2 {left:-2px !important;}
.lt-3 {left:-3px !important;}
.lt-4 {left:-4px !important;}
.lt-5 {left:-5px !important;}
.lt-6 {left:-6px !important;}
.lt-7 {left:-7px !important;}
.lt-8 {left:-8px !important;}
.lt-9 {left:-9px !important;}
.lt-10 {left:-10px !important;}
.lt-11 {left:-11px !important;}
.lt-12 {left:-12px !important;}
.lt-13 {left:-13px !important;}
.lt-14 {left:-14px !important;}
.lt-15 {left:-15px !important;}
.lt-20 {left:-20px !important;}
.lt-25 {left:-25px !important;}
.lt-30 {left:-30px !important;}
.lt-35 {left:-35px !important;}
.lt-40 {left:-40px !important;}
.lt-45 {left:-45px !important;}
.lt-50 {left:-50px !important;}
.lt-55 {left:-55px !important;}
.lt-60 {left:-60px !important;}
.lt-65 {left:-65px !important;}
.lt-70 {left:-70px !important;}

.lt {left:0 !important;}
.lt1 {left:1px !important;}
.lt2 {left:2px !important;}
.lt3 {left:3px !important;}
.lt4 {left:4px !important;}
.lt5 {left:5px !important;}
.lt6 {left:6px !important;}
.lt7 {left:7px !important;}
.lt8 {left:8px !important;}
.lt9 {left:9px !important;}
.lt10 {left:10px !important;}
.lt11 {left:11px !important;}
.lt12 {left:12px !important;}
.lt13 {left:13px !important;}
.lt14 {left:14px !important;}
.lt15 {left:15px !important;}
.lt20 {left:20px !important;}
.lt25 {left:25px !important;}
.lt30 {left:30px !important;}
.lt35 {left:35px !important;}
.lt40 {left:40px !important;}
.lt45 {left:45px !important;}
.lt50 {left:50px !important;}
.lt55 {left:55px !important;}
.lt60 {left:60px !important;}
.lt65 {left:65px !important;}
.lt70 {left:70px !important;}
.lt75 {left:75px !important;}
.lt80 {left:80px !important;}
.lt85 {left:85px !important;}
.lt90 {left:90px !important;}
.lt95 {left:95px !important;}
.lt100 {left:100px !important;}
.lt105 {left:105px !important;}
.lt110 {left:110px !important;}
.lt115 {left:115px !important;}
.lt120 {left:120px !important;}
.lt125 {left:125px !important;}
.lt130 {left:130px !important;}
.lt135 {left:135px !important;}
.lt140 {left:140px !important;}
.lt145 {left:145px !important;}
.lt150 {left:150px !important;}
.lt155 {left:155px !important;}
.lt160 {left:160px !important;}
.lt165 {left:165px !important;}
.lt170 {left:170px !important;}


/*-------------表单样式-----------*/
input {
	padding:0 3px;}

/* Mozilla Firefox 4 to 18 */
:-moz-placeholder{
	font-size:12px;
	color:#444444;
	font-family:'微软雅黑';}
	
/* Mozilla Firefox 19+ */
::-moz-placeholder {
	font-size:12px;
	color:#444444;
	font-family:'微软雅黑';}
	
input:-ms-input-placeholder {
	font-size:12px;
	color:#444444;
	font-family:'微软雅黑';}
	
input::-webkit-input-placeholder {
	font-size:12px;
	color:#444444;
	font-family:'微软雅黑';}

.formlisttitle {
	width:auto;
	padding:20px 0 10px 0;
	margin:0 25px 0px 20px;
	/*border-bottom:1px #d1d1d1 dotted;*/
	font-size:14px;
	font-weight:bold;
	position:relative;
	clear:both;}
	
.formlisttitle li {
	padding-left:5px;
	border-left:2px #09C solid;
	height:16px;
	line-height:14px;}
	
.formlistsubtitle {
	width:auto;}
	
.formlistall {
	width:auto;
	position:relative;}

.formlistall td {
	position:relative}
	
.formlistall td em{
	position:absolute;
	top:17px;
	right:10px;
	color:#999999;
	z-index:99}

.formlistall label {
    width:70px;
	padding:0;
	margin:0}

.formlistall input[type="text"],
.formlistall input[type="file"],
.formlistall input[type="password"],
.formlistall textarea,
.formlistall select {
	border:1px #e1e1e1 solid;	
	width:100%;
	box-sizing:border-box;
	border-radius:2px;
	background:#ffffff;
	/*cursor:pointer;*/
}

.formlistall input[type="file"] {
	font-size:12px;}

.formlistall input:hover,
.formlistall textarea:hover,
.formlistall select:hover {
	background:#f8f8f8;
}

input disabled,
input disabled:hover,
textarea disabled,
textarea disabled:hover,
select disabled,
select disabled:hover {
	background:#fff;
}
input[type="checkbox"],
input[type="radio"] {
	box-shadow:none;
}

/*input输入框类型*/
.formlistall input.input-xxs {
	height:20px;
	line-height:20px;
	overflow:hidden;
}

.formlistall input.input-xs {
	height:25px;
	line-height:25px;
	overflow:hidden;
}
.formlistall input.input-sm {
	height:30px;
    line-height:30px;
	overflow:hidden;
}
.formlistall input.input-def {
	height:35px;
	line-height:35px;
	overflow:hidden;
}
.formlistall input.input-md {
	height:40px;
	line-height:40px;
	overflow:hidden;
}
.formlistall input.input-x1 {
	height:45px;
	line-height:45px;
	overflow:hidden;
}
/*end*/

/*开关*/
/*开关样式1*/
.swicthbox input[type="checkbox"] {
	position: absolute;
	top:0;
	left:0;
	display: none!important;
}
.switch-cls1 label {
	float:left;
	font-size:12px;
	padding:4px 5px 0 0;}
	
.switch-cls1 .switch {
	display:block;
	width:75px;
	height:25px;
	border-radius:25px;	
	position:relative !important;
	overflow:hidden;
	cursor:pointer
}
.switch-cls1 .switch.on {
	background:#0C0;
}
.switch-cls1 .switch.off {
	background:#eeeeee;
}

.switch-cls1 .switch .ico {
	display:block;
	width:16px;
	height:16px;
	border-radius:16px;
	position:absolute;	
}
.switch-cls1 .switch .name {
	line-height:25px;
	display:block;
	position:absolute;
	font-size:14px;}

.switch-cls1 .switch.on .ico {
	top:5px;
	left:53px;
	
	background:#ffffff;
	transition:0.3s;
}
.switch-cls1 .switch.on .name {
	color:#ffffff;
	left:15px;
	transition:0.3s;
}
.switch-cls1 .switch.off .ico {
	top:5px;
	left:5px;
	background:#aaaaaa;
	transition:0.3s;
}
.switch-cls1 .switch.off .name {
	color:#666666;
	left:30px;
	transition:0.3s;
}
/*end*/

/*自定义上传*/
.customform {
	position:relative;	
}
.customform input.filename {
	padding-left:2%;
	width:100%;
	height:35px;
	line-height:35px;
	font-size:12px;
	border:1px #d1d1d1 solid;
	border-radius:4px;
}
.customform input[type=button]  {
	position:absolute;
	width:80px;
	height:35px;
	border-radius:0 4px 4px 0;
	background:#666666;
	color:#ffffff;
	font-size:12px;
	top:0;
	right:0;
	z-index:2
}
.customform input[type=file] {
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:100%;
	height:35px;
	line-height:35px;
    border:0;
	z-index:-1;
	filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity: 0;
    opacity:0;
	cursor:pointer
}/*原生file框*/


/*默认自定义上传def */
.customform.def input[type=button] {
	color:#555555;
	border:1px #d1d1d1 solid;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#eeeeee,endColorStr=#dddddd); /*IE 6 7 8*/ 
	background: -ms-linear-gradient(top, #eeeeee,#dddddd); /* IE 10 */
	background:-moz-linear-gradient(top,#eeeeee,#dddddd); /*火狐*/ 
	background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#eeeeee), to(#dddddd)); /*谷歌*/ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eeeeee), to(#dddddd));      /* Safari 4-5, Chrome 1-9*/
	background: -webkit-linear-gradient(top, #eeeeee, #dddddd);   /*Safari5.1 Chrome 10+*/
	background: -o-linear-gradient(top, #eeeeee, #dddddd);  /*Opera 11.10+*/}

.customform.def input[type=button]:hover {
	color:#555555;
	border:1px #d1d1d1 solid;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#dddddd,endColorStr=#eeeeee); /*IE 6 7 8*/ 
	background: -ms-linear-gradient(top, #dddddd,#eeeeee); /* IE 10 */
	background:-moz-linear-gradient(top,#dddddd,#eeeeee); /*火狐*/ 
	background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#dddddd), to(#eeeeee)); /*谷歌*/ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#dddddd), to(#eeeeee));      /* Safari 4-5, Chrome 1-9*/
	background: -webkit-linear-gradient(top, #dddddd, #eeeeee);   /*Safari5.1 Chrome 10+*/
	background: -o-linear-gradient(top, #dddddd, #eeeeee);  /*Opera 11.10+*/}
	
/*默认自定义上传blue */
.customform.blue input[type=button] {
	color:#ffffff;
	border:1px #064884 solid;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#3b75b4 ,endColorStr=#064884); /*IE 6 7 8*/ 
	background: -ms-linear-gradient(top, #3b75b4 ,#064884); /* IE 10 */
	background:-moz-linear-gradient(top,#3b75b4 ,#064884); /*火狐*/ 
	background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#3b75b4 ), to(#064884)); /*谷歌*/ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3b75b4 ), to(#064884));      /* Safari 4-5, Chrome 1-9*/
	background: -webkit-linear-gradient(top, #3b75b4 , #064884);   /*Safari5.1 Chrome 10+*/
	background: -o-linear-gradient(top, #3b75b4 , #064884);  /*Opera 11.10+*/}

.customform.blue input[type=button]:hover {
	color:#ffffff;
	border:1px #064884 solid;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#064884,endColorStr=#3b75b4); /*IE 6 7 8*/ 
	background: -ms-linear-gradient(top, #064884,#3b75b4); /* IE 10 */
	background:-moz-linear-gradient(top,#064884,#3b75b4); /*火狐*/ 
	background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#064884), to(#3b75b4)); /*谷歌*/ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#064884), to(#3b75b4));      /* Safari 4-5, Chrome 1-9*/
	background: -webkit-linear-gradient(top, #064884, #3b75b4);   /*Safari5.1 Chrome 10+*/
	background: -o-linear-gradient(top, #064884, #3b75b4);  /*Opera 11.10+*/}
	
/*默认自定义上传green */
.customform.green input[type=button] {
	color:#ffffff;
	border:1px #93aa4c solid;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#93aa4c ,endColorStr=#7d8f33); /*IE 6 7 8*/ 
	background: -ms-linear-gradient(top, #93aa4c ,#7d8f33); /* IE 10 */
	background:-moz-linear-gradient(top,#93aa4c ,#7d8f33); /*火狐*/ 
	background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#93aa4c ), to(#7d8f33)); /*谷歌*/ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#93aa4c ), to(#7d8f33));      /* Safari 4-5, Chrome 1-9*/
	background: -webkit-linear-gradient(top, #93aa4c , #7d8f33);   /*Safari5.1 Chrome 10+*/
	background: -o-linear-gradient(top, #93aa4c , #7d8f33);  /*Opera 11.10+*/}

.customform.green input[type=button]:hover {
	color:#ffffff;
	border:1px #93aa4c solid;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#7d8f33,endColorStr=#93aa4c); /*IE 6 7 8*/ 
	background: -ms-linear-gradient(top, #7d8f33,#93aa4c); /* IE 10 */
	background:-moz-linear-gradient(top,#7d8f33,#93aa4c); /*火狐*/ 
	background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#7d8f33), to(#93aa4c)); /*谷歌*/ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#7d8f33), to(#93aa4c));      /* Safari 4-5, Chrome 1-9*/
	background: -webkit-linear-gradient(top, #7d8f33, #93aa4c);   /*Safari5.1 Chrome 10+*/
	background: -o-linear-gradient(top, #7d8f33, #93aa4c);  /*Opera 11.10+*/}
	
/*默认自定义上传red */
.customform.red input[type=button] {
	color:#ffffff;
	border:1px #90013f solid;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#b42364,endColorStr=#90013f); /*IE 6 7 8*/ 
	background: -ms-linear-gradient(top, #b42364,#90013f); /* IE 10 */
	background:-moz-linear-gradient(top,#b42364,#90013f); /*火狐*/ 
	background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#b42364), to(#90013f)); /*谷歌*/ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b42364), to(#90013f));      /* Safari 4-5, Chrome 1-9*/
	background: -webkit-linear-gradient(top, #b42364, #90013f);   /*Safari5.1 Chrome 10+*/
	background: -o-linear-gradient(top, #b42364, #90013f);  /*Opera 11.10+*/}

.customform.red input[type=button]:hover {
	color:#ffffff;
	border:1px #90013f solid;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#90013f,endColorStr=#b42364); /*IE 6 7 8*/ 
	background: -ms-linear-gradient(top, #90013f,#b42364); /* IE 10 */
	background:-moz-linear-gradient(top,#90013f,#b42364); /*火狐*/ 
	background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#90013f), to(#b42364)); /*谷歌*/ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#90013f), to(#b42364));      /* Safari 4-5, Chrome 1-9*/
	background: -webkit-linear-gradient(top, #90013f, #b42364);   /*Safari5.1 Chrome 10+*/
	background: -o-linear-gradient(top, #90013f, #b42364);  /*Opera 11.10+*/}
	
/*默认自定义上传orange*/
.customform.orange input[type=button] {
	color:#ffffff;
	border:1px #d54d01 solid;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#f86c1f,endColorStr=#d54d01); /*IE 6 7 8*/ 
	background: -ms-linear-gradient(top, #f86c1f,#d54d01); /* IE 10 */
	background:-moz-linear-gradient(top,#f86c1f,#d54d01); /*火狐*/ 
	background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#f86c1f), to(#d54d01)); /*谷歌*/ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f86c1f), to(#d54d01));      /* Safari 4-5, Chrome 1-9*/
	background: -webkit-linear-gradient(top, #f86c1f, #d54d01);   /*Safari5.1 Chrome 10+*/
	background: -o-linear-gradient(top, #f86c1f, #d54d01);  /*Opera 11.10+*/}

.customform.orange input[type=button]:hover {
	color:#ffffff;
	border:1px #d54d01 solid;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#d54d01,endColorStr=#f86c1f); /*IE 6 7 8*/ 
	background: -ms-linear-gradient(top, #d54d01,#f86c1f); /* IE 10 */
	background:-moz-linear-gradient(top,#d54d01,#f86c1f); /*火狐*/ 
	background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#d54d01), to(#f86c1f)); /*谷歌*/ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d54d01), to(#f86c1f));      /* Safari 4-5, Chrome 1-9*/
	background: -webkit-linear-gradient(top, #d54d01, #f86c1f);   /*Safari5.1 Chrome 10+*/
	background: -o-linear-gradient(top, #d54d01, #f86c1f);  /*Opera 11.10+*/}
	
/*默认自定义上传black*/
.customform.black input[type=button] {
	color:#ffffff;
	border:1px #222222 solid;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#444444,endColorStr=#222222); /*IE 6 7 8*/ 
	background: -ms-linear-gradient(top, #444444,#222222); /* IE 10 */
	background:-moz-linear-gradient(top,#444444,#222222); /*火狐*/ 
	background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#444444), to(#222222)); /*谷歌*/ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#444444), to(#222222));      /* Safari 4-5, Chrome 1-9*/
	background: -webkit-linear-gradient(top, #444444, #222222);   /*Safari5.1 Chrome 10+*/
	background: -o-linear-gradient(top, #444444, #222222);  /*Opera 11.10+*/}

.customform.black input[type=button]:hover {
	color:#ffffff;
	border:1px #222222 solid;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#222222,endColorStr=#444444); /*IE 6 7 8*/ 
	background: -ms-linear-gradient(top, #222222,#444444); /* IE 10 */
	background:-moz-linear-gradient(top,#222222,#444444); /*火狐*/ 
	background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#222222), to(#444444)); /*谷歌*/ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#222222), to(#444444));      /* Safari 4-5, Chrome 1-9*/
	background: -webkit-linear-gradient(top, #222222, #444444);   /*Safari5.1 Chrome 10+*/
	background: -o-linear-gradient(top, #222222, #444444);  /*Opera 11.10+*/}

/*自定义上传*/
/*-------------表单样式结束-----------*/

/*----------搜索层-----------*/
.searchwrap,
.secmore {
	width:auto;
	color:#555;
	font-size:12px;
	position:relative;
	clear:both;
}
.searchwrap ul,
.secmore ul {
	display:block;
}
.searchwrap ul li,
.secmore ul li {float:left;}

.searchwrap input[type=text],
.secmore input[type=text] {
	height:31px;
	line-height:30px;
	border:1px #d7d7d7 solid;
	overflow:hidden;
}
.searchwrap select,
.secmore select {
	padding:5px 0;
	border:1px #d7d7d7 solid;
}
.searchwrap label,
.secmore label {
	display:inline-block;
	padding:6px 15px 0 0;
}
.searchwrap .layui-input,
.secmore .layui-input {
	font-size:12px !important;
}
.secmore {
	padding-top:6px;	
	display:none;
}

.searchwrap ul li span label input[type="radio"] {
	display: none!important;
}
.searchwrap ul li span label em {
	cursor: pointer;
	display: inline-block;
	padding:5px 10px;
	background: #ffffff;
	color:#000000;
	font-size:12px;
	border-radius: 3px;
}
.searchwrap ul li span label em:hover {
	background: #f1f1f1;
}
.searchwrap ul li span label input:checked + em {
	display: inline-block;
	padding:5px 10px;
	background: #008cc0;
	color:#ffffff;
	font-size:12px;
	border-radius: 3px;
}

/*日期选择laydate样式*/
.searchwrap input.laydate-icon,
.secmore input.laydate-icon {
	width:100%;
	height:31px;
	line-height:32px;
	border:1px #d7d7d7 solid;
}
/*----------搜索层end-----------*/



/*边框线类型*/
.bd-solid { border-style:solid !important;}
.bd-solid-t {border-top-style:solid !important;}
.bd-solid-r {border-right-style:solid !important;}
.bd-solid-b {border-bottom-style:solid !important;}
.bd-solid-l {border-left-style:solid !important;}
.bd-solid-tb {border-top-style:solid !important;border-bottom-style:solid !important;}
.bd-solid-lr {border-left-style:solid !important;border-right-style:solid !important;}

.bd-dashed {border-style:dashed !important;}
.bd-dashed-t {border-top-style:dashed !important;}
.bd-dashed-r {border-right-style:dashed !important;}
.bd-dashed-b {border-bottom-style:dashed !important;}
.bd-dashed-l {border-left-style:dashed !important;}
.bd-dashed-tb {border-top-style:dashed !important;border-bottom-style:dashed !important;}
.bd-dashed-lr {border-left-style:dashed !important;border-right-style:dashed !important;}

.bd-dotted {border-style:dotted !important;}
.bd-dotted-t {border-top-style:dotted !important;}
.bd-dotted-r {border-right-style:dotted !important;}
.bd-dotted-b {border-bottom-style:dotted !important;}
.bd-dotted-l {border-left-style:dotted !important;}
.bd-dotted-tb {border-top-style:dotted !important;border-bottom-style:dotted !important;}
.bd-dotted-lr {border-left-style:dotted !important;border-right-style:dotted !important;}

.bd-double {border-style:double !important;}
.bd-double-t {border-top-style:double !important;}
.bd-double-r {border-right-style:double !important;}
.bd-double-b {border-bottom-style:double !important;}
.bd-double-l {border-left-style:double !important;}
.bd-double-tb {border-top-style:double !important;border-bottom-style:double !important;}
.bd-double-lr {border-left-style:double !important;border-right-style:double !important;}

/*边框线粗线*/
.bdw-1 {border-width:1px !important}
.bdw-2 {border-width:2px !important}
.bdw-3 {border-width:3px !important}
.bdw-4 {border-width:4px !important}
.bdw-5 {border-width:5px !important}
.bdw-6 {border-width:6px !important}
.bdw-7 {border-width:7px !important}
.bdw-8 {border-width:8px !important}
.bdw-9 {border-width:9px !important}
.bdw-10 {border-width:10px !important}
.bdw-15 {border-width:15px !important}
.bdw-20 {border-width:20px !important}

/*边框颜色*/
.bdc-white,a.bdc-white {border-color:#fff !important;}
.bdc-gray,a.bdc-gray {border-color:#eeeeee !important;}
.bdc-gray2,a.bdc-gray2 {border-color:#e5e5e5 !important;}
.bdc-gray3,a.bdc-gray3 {border-color:#d7d7d7 !important;}
.bdc-gray4,a.bdc-gray4 {border-color:#d1d1d1 !important;}

.bdc-blue,a.bdc-blue {border-color:#c4e5f1 !important;}
.bdc-blue2,a.bdc-blue2 {border-color:#58bbdb !important;}
.bdc-blue3,a.bdc-blue3 {border-color:#3c8dbc !important;}

.bdc-red,a.bdc-red {border-color:#fdcece !important;}
.bdc-red2,a.bdc-red2 {border-color:#ff2400 !important;}

.bdc-orange,a.bdc-orange {border-color:#ff9999 !important;}
.bdc-orange2,a.bdc-orange2 {border-color:#ff8800 !important;}
.bdc-orange3,a.bdc-orange3 {border-color:#ff6600 !important;}

.bdc-green, a.bdc-green {border-color:#afd86e !important;}
.bdc-green2, a.bdc-green2 {border-color:#80b52b !important;}
.bdc-green3, a.bdc-green3 {border-color:#6b9e1c !important;}



/*去边框*/
.bd-no {border:0 !important;}
.bd-not {border-top:0 !important;}
.bd-nor {border-right:0 !important;}
.bd-nob {border-bottom:0 !important;}
.bd-nol {border-left:0 !important;}

.bd-notb {border-top:0 !important; border-bottom:0 !important}
.bd-nolr {border-left:0 !important; border-right:0 !important}

.bd-notrb {border-top:0 !important; border-right:0 !important; border-bottom:0 !important}
.bd-norbl {border-right:0 !important; border-bottom:0 !important; border-left:0 !important}
.bd-noblt {border-bottom:0 !important; border-left:0 !important; border-top:0 !important}
.bd-noltr {border-left:0 !important; border-top:0 !important; border-right:0 !important}


/*边距*/
.pd-t0 {padding-top:0px !important;}
.pd-t1 {padding-top:1px !important;}
.pd-t2 {padding-top:2px !important;}
.pd-t3 {padding-top:3px !important;}
.pd-t4 {padding-top:4px !important;}
.pd-t5 {padding-top:5px !important;}
.pd-t6 {padding-top:6px !important;}
.pd-t7 {padding-top:7px !important;}
.pd-t8 {padding-top:8px !important;}
.pd-t9 {padding-top:9px !important;}
.pd-t10 {padding-top:10px !important;}
.pd-t11 {padding-top:11px !important;}
.pd-t12 {padding-top:12px !important;}
.pd-t13 {padding-top:13px !important;}
.pd-t14 {padding-top:14px !important;}
.pd-t15 {padding-top:15px !important;}
.pd-t16 {padding-top:16px !important;}
.pd-t17 {padding-top:17px !important;}
.pd-t18 {padding-top:18px !important;}
.pd-t19 {padding-top:19px !important;}
.pd-t20 {padding-top:20px !important;}
.pd-t25 {padding-top:25px !important;}
.pd-t30 {padding-top:30px !important;}
.pd-t35 {padding-top:35px !important;}
.pd-t40 {padding-top:40px !important;}
.pd-t45 {padding-top:45px !important;}
.pd-t50 {padding-top:50px !important;}
.pd-t55 {padding-top:55px !important;}
.pd-t60 {padding-top:60px !important;}
.pd-t65 {padding-top:65px !important;}
.pd-t70 {padding-top:70px !important;}
.pd-t75 {padding-top:75px !important;}
.pd-t80 {padding-top:80px !important;}
.pd-t85 {padding-top:85px !important;}
.pd-t90 {padding-top:90px !important;}
.pd-t95 {padding-top:95px !important;}
.pd-t100 {padding-top:100px !important;}
.pd-t105 {padding-top:105px !important;}
.pd-t110 {padding-top:110px !important;}
.pd-t115 {padding-top:115px !important;}
.pd-t120 {padding-top:120px !important;}
.pd-t125 {padding-top:125px !important;}
.pd-t130 {padding-top:130px !important;}
.pd-t135 {padding-top:135px !important;}
.pd-t140 {padding-top:140px !important;}
.pd-t145 {padding-top:145px !important;}
.pd-t150 {padding-top:150px !important;}
.pd-t155 {padding-top:155px !important;}
.pd-t160 {padding-top:160px !important;}
.pd-t165 {padding-top:165px !important;}
.pd-t170 {padding-top:170px !important;}
.pd-t175 {padding-top:175px !important;}
.pd-t180 {padding-top:180px !important;}
.pd-t185 {padding-top:185px !important;}
.pd-t190 {padding-top:190px !important;}
.pd-t195 {padding-top:195px !important;}
.pd-t200 {padding-top:200px !important;}
.pd-t205 {padding-top:205px !important;}
.pd-t210 {padding-top:210px !important;}
.pd-t215 {padding-top:215px !important;}
.pd-t220 {padding-top:220px !important;}
.pd-t225 {padding-top:225px !important;}
.pd-t230 {padding-top:230px !important;}
.pd-t235 {padding-top:235px !important;}
.pd-t240 {padding-top:240px !important;}
.pd-t245 {padding-top:245px !important;}
.pd-t250 {padding-top:250px !important;}

.pd-r0 {padding-right:0px !important;}
.pd-r1 {padding-right:1px !important;}
.pd-r2 {padding-right:2px !important;}
.pd-r3 {padding-right:3px !important;}
.pd-r4 {padding-right:4px !important;}
.pd-r5 {padding-right:5px !important;}
.pd-r6 {padding-right:6px !important;}
.pd-r7 {padding-right:7px !important;}
.pd-r8 {padding-right:8px !important;}
.pd-r9 {padding-right:9px !important;}
.pd-r10 {padding-right:10px !important;}
.pd-r11 {padding-right:11px !important;}
.pd-r12 {padding-right:12px !important;}
.pd-r13 {padding-right:13px !important;}
.pd-r14 {padding-right:14px !important;}
.pd-r15 {padding-right:15px !important;}
.pd-r16 {padding-right:16px !important;}
.pd-r17 {padding-right:17px !important;}
.pd-r18 {padding-right:18px !important;}
.pd-r19 {padding-right:19px !important;}
.pd-r20 {padding-right:20px !important;}
.pd-r25 {padding-right:25px !important;}
.pd-r30 {padding-right:30px !important;}
.pd-r35 {padding-right:35px !important;}
.pd-r40 {padding-right:40px !important;}
.pd-r45 {padding-right:45px !important;}
.pd-r50 {padding-right:50px !important;}
.pd-r55 {padding-right:55px !important;}
.pd-r60 {padding-right:60px !important;}
.pd-r65 {padding-right:65px !important;}
.pd-r70 {padding-right:70px !important;}
.pd-r75 {padding-right:75px !important;}
.pd-r80 {padding-right:80px !important;}
.pd-r85 {padding-right:85px !important;}
.pd-r90 {padding-right:90px !important;}
.pd-r95 {padding-right:95px !important;}
.pd-r100 {padding-right:100px !important;}
.pd-r105 {padding-right:105px !important;}
.pd-r110 {padding-right:110px !important;}
.pd-r115 {padding-right:115px !important;}
.pd-r120 {padding-right:120px !important;}
.pd-r125 {padding-right:125px !important;}
.pd-r130 {padding-right:130px !important;}
.pd-r135 {padding-right:135px !important;}
.pd-r140 {padding-right:140px !important;}
.pd-r145 {padding-right:145px !important;}
.pd-r150 {padding-right:150px !important;}
.pd-r155 {padding-right:155px !important;}
.pd-r160 {padding-right:160px !important;}
.pd-r165 {padding-right:165px !important;}
.pd-r170 {padding-right:170px !important;}
.pd-r175 {padding-right:175px !important;}
.pd-r180 {padding-right:180px !important;}
.pd-r185 {padding-right:185px !important;}
.pd-r190 {padding-right:190px !important;}
.pd-r195 {padding-right:195px !important;}
.pd-r200 {padding-right:200px !important;}
.pd-r205 {padding-right:205px !important;}
.pd-r210 {padding-right:210px !important;}
.pd-r215 {padding-right:215px !important;}
.pd-r220 {padding-right:220px !important;}
.pd-r225 {padding-right:225px !important;}
.pd-r230 {padding-right:230px !important;}
.pd-r235 {padding-right:235px !important;}
.pd-r240 {padding-right:240px !important;}
.pd-r245 {padding-right:245px !important;}
.pd-r250 {padding-right:250px !important;}

.pd-b0 {padding-bottom:0px !important;}
.pd-b1 {padding-bottom:1px !important;}
.pd-b2 {padding-bottom:2px !important;}
.pd-b3 {padding-bottom:3px !important;}
.pd-b4 {padding-bottom:4px !important;}
.pd-b5 {padding-bottom:5px !important;}
.pd-b6 {padding-bottom:6px !important;}
.pd-b7 {padding-bottom:7px !important;}
.pd-b8 {padding-bottom:8px !important;}
.pd-b9 {padding-bottom:9px !important;}
.pd-b10 {padding-bottom:10px !important;}
.pd-b11 {padding-bottom:11px !important;}
.pd-b12 {padding-bottom:12px !important;}
.pd-b13 {padding-bottom:13px !important;}
.pd-b14 {padding-bottom:14px !important;}
.pd-b15 {padding-bottom:15px !important;}
.pd-b16 {padding-bottom:16px !important;}
.pd-b17 {padding-bottom:17px !important;}
.pd-b18 {padding-bottom:18px !important;}
.pd-b19 {padding-bottom:19px !important;}
.pd-b20 {padding-bottom:20px !important;}
.pd-b25 {padding-bottom:25px !important;}
.pd-b30 {padding-bottom:30px !important;}
.pd-b35 {padding-bottom:35px !important;}
.pd-b40 {padding-bottom:40px !important;}
.pd-b45 {padding-bottom:45px !important;}
.pd-b50 {padding-bottom:50px !important;}
.pd-b55 {padding-bottom:55px !important;}
.pd-b60 {padding-bottom:60px !important;}
.pd-b65 {padding-bottom:65px !important;}
.pd-b70 {padding-bottom:70px !important;}
.pd-b75 {padding-bottom:75px !important;}
.pd-b80 {padding-bottom:80px !important;}
.pd-b85 {padding-bottom:85px !important;}
.pd-b90 {padding-bottom:90px !important;}
.pd-b95 {padding-bottom:95px !important;}
.pd-b100 {padding-bottom:100px !important;}
.pd-b105 {padding-bottom:105px !important;}
.pd-b110 {padding-bottom:110px !important;}
.pd-b115 {padding-bottom:115px !important;}
.pd-b120 {padding-bottom:120px !important;}
.pd-b125 {padding-bottom:125px !important;}
.pd-b130 {padding-bottom:130px !important;}
.pd-b135 {padding-bottom:135px !important;}
.pd-b140 {padding-bottom:140px !important;}
.pd-b145 {padding-bottom:145px !important;}
.pd-b150 {padding-bottom:150px !important;}
.pd-b155 {padding-bottom:155px !important;}
.pd-b160 {padding-bottom:160px !important;}
.pd-b165 {padding-bottom:165px !important;}
.pd-b170 {padding-bottom:170px !important;}
.pd-b175 {padding-bottom:175px !important;}
.pd-b180 {padding-bottom:180px !important;}
.pd-b185 {padding-bottom:185px !important;}
.pd-b190 {padding-bottom:190px !important;}
.pd-b195 {padding-bottom:195px !important;}
.pd-b200 {padding-bottom:200px !important;}
.pd-b205 {padding-bottom:205px !important;}
.pd-b210 {padding-bottom:210px !important;}
.pd-b215 {padding-bottom:215px !important;}
.pd-b220 {padding-bottom:220px !important;}
.pd-b225 {padding-bottom:225px !important;}
.pd-b230 {padding-bottom:230px !important;}
.pd-b235 {padding-bottom:235px !important;}
.pd-b240 {padding-bottom:240px !important;}
.pd-b245 {padding-bottom:245px !important;}
.pd-b250 {padding-bottom:250px !important;}

.pd-l0 {padding-left:0px !important;}
.pd-l1 {padding-left:1px !important;}
.pd-l2 {padding-left:2px !important;}
.pd-l3 {padding-left:3px !important;}
.pd-l4 {padding-left:4px !important;}
.pd-l5 {padding-left:5px !important;}
.pd-l6 {padding-left:6px !important;}
.pd-l7 {padding-left:7px !important;}
.pd-l8 {padding-left:8px !important;}
.pd-l9 {padding-left:9px !important;}
.pd-l10 {padding-left:10px !important;}
.pd-l11 {padding-left:11px !important;}
.pd-l12 {padding-left:12px !important;}
.pd-l13 {padding-left:13px !important;}
.pd-l14 {padding-left:14px !important;}
.pd-l15 {padding-left:15px !important;}
.pd-l16 {padding-left:16px !important;}
.pd-l17 {padding-left:17px !important;}
.pd-l18 {padding-left:18px !important;}
.pd-l19 {padding-left:19px !important;}
.pd-l20 {padding-left:20px !important;}
.pd-l25 {padding-left:25px !important;}
.pd-l30 {padding-left:30px !important;}
.pd-l35 {padding-left:35px !important;}
.pd-l40 {padding-left:40px !important;}
.pd-l45 {padding-left:45px !important;}
.pd-l50 {padding-left:50px !important;}
.pd-l55 {padding-left:55px !important;}
.pd-l60 {padding-left:60px !important;}
.pd-l65 {padding-left:65px !important;}
.pd-l70 {padding-left:70px !important;}
.pd-l75 {padding-left:75px !important;}
.pd-l80 {padding-left:80px !important;}
.pd-l85 {padding-left:85px !important;}
.pd-l90 {padding-left:90px !important;}
.pd-l95 {padding-left:95px !important;}
.pd-l100 {padding-left:100px !important;}
.pd-l105 {padding-left:105px !important;}
.pd-l110 {padding-left:110px !important;}
.pd-l115 {padding-left:115px !important;}
.pd-l120 {padding-left:120px !important;}
.pd-l125 {padding-left:125px !important;}
.pd-l130 {padding-left:130px !important;}
.pd-l135 {padding-left:135px !important;}
.pd-l140 {padding-left:140px !important;}
.pd-l145 {padding-left:145px !important;}
.pd-l150 {padding-left:150px !important;}
.pd-l155 {padding-left:155px !important;}
.pd-l160 {padding-left:160px !important;}
.pd-l165 {padding-left:165px !important;}
.pd-l170 {padding-left:170px !important;}
.pd-l175 {padding-left:175px !important;}
.pd-l180 {padding-left:180px !important;}
.pd-l185 {padding-left:185px !important;}
.pd-l190 {padding-left:190px !important;}
.pd-l195 {padding-left:195px !important;}
.pd-l200 {padding-left:200px !important;}
.pd-l205 {padding-left:205px !important;}
.pd-l210 {padding-left:210px !important;}
.pd-l215 {padding-left:215px !important;}
.pd-l220 {padding-left:220px !important;}
.pd-l225 {padding-left:225px !important;}
.pd-l230 {padding-left:230px !important;}
.pd-l235 {padding-left:235px !important;}
.pd-l240 {padding-left:240px !important;}
.pd-l245 {padding-left:245px !important;}
.pd-l250 {padding-left:250px !important;}

.pd-lr0 {padding-left:0px !important; padding-right:0px !important;}
.pd-lr1 {padding-left:1px !important; padding-right:1px !important;}
.pd-lr2 {padding-left:2px !important; padding-right:2px !important;}
.pd-lr3 {padding-left:3px !important; padding-right:3px !important;}
.pd-lr4 {padding-left:4px !important; padding-right:4px !important;}
.pd-lr5 {padding-left:5px !important; padding-right:5px !important;}
.pd-lr6 {padding-left:6px !important; padding-right:6px !important;}
.pd-lr7 {padding-left:7px !important; padding-right:7px !important;}
.pd-lr8 {padding-left:8px !important; padding-right:8px !important;}
.pd-lr9 {padding-left:9px !important; padding-right:9px !important;}
.pd-lr10 {padding-left:10px !important; padding-right:10px !important;}
.pd-lr11 {padding-left:11px !important; padding-right:11px !important;}
.pd-lr12 {padding-left:12px !important; padding-right:12px !important;}
.pd-lr13 {padding-left:13px !important; padding-right:13px !important;}
.pd-lr14 {padding-left:14px !important; padding-right:14px !important;}
.pd-lr15 {padding-left:15px !important; padding-right:15px !important;}
.pd-lr16 {padding-left:16px !important; padding-right:16px !important;}
.pd-lr17 {padding-left:17px !important; padding-right:17px !important;}
.pd-lr18 {padding-left:18px !important; padding-right:18px !important;}
.pd-lr19 {padding-left:19px !important; padding-right:19px !important;}
.pd-lr20 {padding-left:20px !important; padding-right:20px !important;}
.pd-lr25 {padding-left:25px !important; padding-right:25px !important;}
.pd-lr30 {padding-left:30px !important; padding-right:30px !important;}
.pd-lr35 {padding-left:35px !important; padding-right:35px !important;}
.pd-lr40 {padding-left:40px !important; padding-right:40px !important;}
.pd-lr45 {padding-left:45px !important; padding-right:45px !important;}
.pd-lr50 {padding-left:50px !important; padding-right:50px !important;}
.pd-lr55 {padding-left:55px !important; padding-right:55px !important;}
.pd-lr60 {padding-left:60px !important; padding-right:60px !important;}
.pd-lr65 {padding-left:65px !important; padding-right:65px !important;}
.pd-lr70 {padding-left:70px !important; padding-right:70px !important;}
.pd-lr75 {padding-left:75px !important; padding-right:75px !important;}
.pd-lr80 {padding-left:80px !important; padding-right:80px !important;}
.pd-lr85 {padding-left:85px !important; padding-right:85px !important;}
.pd-lr90 {padding-left:90px !important; padding-right:90px !important;}
.pd-lr95 {padding-left:95px !important; padding-right:95px !important;}
.pd-lr100 {padding-left:100px !important; padding-right:100px !important;}

.pd-tb0 {padding-top:0px !important; padding-bottom:0px !important;}
.pd-tb1 {padding-top:1px !important; padding-bottom:1px !important;}
.pd-tb2 {padding-top:2px !important; padding-bottom:2px !important;}
.pd-tb3 {padding-top:3px !important; padding-bottom:3px !important;}
.pd-tb4 {padding-top:4px !important; padding-bottom:4px !important;}
.pd-tb5 {padding-top:5px !important; padding-bottom:5px !important;}
.pd-tb6 {padding-top:6px !important; padding-bottom:6px !important;}
.pd-tb7 {padding-top:7px !important; padding-bottom:7px !important;}
.pd-tb8 {padding-top:8px !important; padding-bottom:8px !important;}
.pd-tb9 {padding-top:9px !important; padding-bottom:9px !important;}
.pd-tb10 {padding-top:10px !important; padding-bottom:10px !important;}
.pd-tb11 {padding-top:11px !important; padding-bottom:11px !important;}
.pd-tb12 {padding-top:12px !important; padding-bottom:12px !important;}
.pd-tb13 {padding-top:13px !important; padding-bottom:13px !important;}
.pd-tb14 {padding-top:14px !important; padding-bottom:14px !important;}
.pd-tb15 {padding-top:15px !important; padding-bottom:15px !important;}
.pd-tb16 {padding-top:16px !important; padding-bottom:16px !important;}
.pd-tb17 {padding-top:17px !important; padding-bottom:17px !important;}
.pd-tb18 {padding-top:18px !important; padding-bottom:18px !important;}
.pd-tb19 {padding-top:19px !important; padding-bottom:19px !important;}
.pd-tb20 {padding-top:20px !important; padding-bottom:20px !important;}
.pd-tb25 {padding-top:25px !important; padding-bottom:25px !important;}
.pd-tb30 {padding-top:30px !important; padding-bottom:30px !important;}
.pd-tb35 {padding-top:35px !important; padding-bottom:35px !important;}
.pd-tb40 {padding-top:40px !important; padding-bottom:40px !important;}
.pd-tb45 {padding-top:45px !important; padding-bottom:45px !important;}
.pd-tb50 {padding-top:50px !important; padding-bottom:50px !important;}
.pd-tb55 {padding-top:55px !important; padding-bottom:55px !important;}
.pd-tb60 {padding-top:60px !important; padding-bottom:60px !important;}
.pd-tb65 {padding-top:65px !important; padding-bottom:65px !important;}
.pd-tb70 {padding-top:70px !important; padding-bottom:70px !important;}
.pd-tb75 {padding-top:75px !important; padding-bottom:75px !important;}
.pd-tb80 {padding-top:80px !important; padding-bottom:80px !important;}
.pd-tb85 {padding-top:85px !important; padding-bottom:85px !important;}
.pd-tb90 {padding-top:90px !important; padding-bottom:90px !important;}
.pd-tb95 {padding-top:95px !important; padding-bottom:95px !important;}
.pd-tb100 {padding-top:100px !important; padding-bottom:100px !important;}

.pd0 {padding:0px !important;}
.pd1 {padding:1px !important;}
.pd2 {padding:2px !important;}
.pd3 {padding:3px !important;}
.pd4 {padding:4px !important;}
.pd5 {padding:5px !important;}
.pd6 {padding:6px !important;}
.pd7 {padding:7px !important;}
.pd8 {padding:8px !important;}
.pd9 {padding:9px !important;}
.pd10 {padding:10px !important;}
.pd11 {padding:11px !important;}
.pd12 {padding:12px !important;}
.pd13 {padding:13px !important;}
.pd14 {padding:14px !important;}
.pd15 {padding:15px !important;}
.pd16 {padding:16px !important;}
.pd17 {padding:17px !important;}
.pd18 {padding:18px !important;}
.pd19 {padding:19px !important;}
.pd20 {padding:20px !important;}
.pd25 {padding:25px !important;}
.pd30 {padding:30px !important;}
.pd35 {padding:35px !important;}
.pd40 {padding:40px !important;}
.pd45 {padding:45px !important;}
.pd50 {padding:50px !important;}

.mg-t0 {margin-top:0px !important;}
.mg-t1 {margin-top:1px !important;}
.mg-t2 {margin-top:2px !important;}
.mg-t3 {margin-top:3px !important;}
.mg-t4 {margin-top:4px !important;}
.mg-t5 {margin-top:5px !important;}
.mg-t6 {margin-top:6px !important;}
.mg-t7 {margin-top:7px !important;}
.mg-t8 {margin-top:8px !important;}
.mg-t9 {margin-top:9px !important;}
.mg-t10 {margin-top:10px !important;}
.mg-t11 {margin-top:11px !important;}
.mg-t12 {margin-top:12px !important;}
.mg-t13 {margin-top:13px !important;}
.mg-t14 {margin-top:14px !important;}
.mg-t15 {margin-top:15px !important;}
.mg-t16 {margin-top:16px !important;}
.mg-t17 {margin-top:17px !important;}
.mg-t18 {margin-top:18px !important;}
.mg-t19 {margin-top:19px !important;}
.mg-t20 {margin-top:20px !important;}
.mg-t25 {margin-top:25px !important;}
.mg-t30 {margin-top:30px !important;}
.mg-t35 {margin-top:35px !important;}
.mg-t40 {margin-top:40px !important;}
.mg-t45 {margin-top:45px !important;}
.mg-t50 {margin-top:50px !important;}
.mg-t55 {margin-top:55px !important;}
.mg-t60 {margin-top:60px !important;}
.mg-t65 {margin-top:65px !important;}
.mg-t70 {margin-top:70px !important;}
.mg-t75 {margin-top:75px !important;}
.mg-t80 {margin-top:80px !important;}
.mg-t85 {margin-top:85px !important;}
.mg-t90 {margin-top:90px !important;}
.mg-t95 {margin-top:95px !important;}
.mg-t100 {margin-top:100px !important;}
.mg-t105 {margin-top:105px !important;}
.mg-t110 {margin-top:110px !important;}
.mg-t115 {margin-top:115px !important;}
.mg-t120 {margin-top:120px !important;}
.mg-t125 {margin-top:125px !important;}
.mg-t130 {margin-top:130px !important;}
.mg-t135 {margin-top:135px !important;}
.mg-t140 {margin-top:140px !important;}
.mg-t145 {margin-top:145px !important;}
.mg-t150 {margin-top:150px !important;}
.mg-t155 {margin-top:155px !important;}
.mg-t160 {margin-top:160px !important;}
.mg-t165 {margin-top:165px !important;}
.mg-t170 {margin-top:170px !important;}
.mg-t175 {margin-top:175px !important;}
.mg-t180 {margin-top:180px !important;}
.mg-t185 {margin-top:185px !important;}
.mg-t190 {margin-top:190px !important;}
.mg-t195 {margin-top:195px !important;}
.mg-t200 {margin-top:200px !important;}
.mg-t205 {margin-top:205px !important;}
.mg-t210 {margin-top:210px !important;}
.mg-t215 {margin-top:215px !important;}
.mg-t220 {margin-top:220px !important;}
.mg-t225 {margin-top:225px !important;}
.mg-t230 {margin-top:230px !important;}
.mg-t235 {margin-top:235px !important;}
.mg-t240 {margin-top:240px !important;}
.mg-t245 {margin-top:245px !important;}
.mg-t250 {margin-top:250px !important;}


.mg-r0 {margin-right:0px !important;}
.mg-r1 {margin-right:1px !important;}
.mg-r2 {margin-right:2px !important;}
.mg-r3 {margin-right:3px !important;}
.mg-r4 {margin-right:4px !important;}
.mg-r5 {margin-right:5px !important;}
.mg-r6 {margin-right:6px !important;}
.mg-r7 {margin-right:7px !important;}
.mg-r8 {margin-right:8px !important;}
.mg-r9 {margin-right:9px !important;}
.mg-r10 {margin-right:10px !important;}
.mg-r11 {margin-right:11px !important;}
.mg-r12 {margin-right:12px !important;}
.mg-r13 {margin-right:13px !important;}
.mg-r14 {margin-right:14px !important;}
.mg-r15 {margin-right:15px !important;}
.mg-r16 {margin-right:16px !important;}
.mg-r17 {margin-right:17px !important;}
.mg-r18 {margin-right:18px !important;}
.mg-r19 {margin-right:19px !important;}
.mg-r20 {margin-right:20px !important;}
.mg-r25 {margin-right:25px !important;}
.mg-r30 {margin-right:30px !important;}
.mg-r35 {margin-right:35px !important;}
.mg-r40 {margin-right:40px !important;}
.mg-r45 {margin-right:45px !important;}
.mg-r50 {margin-right:50px !important;}
.mg-r55 {margin-right:55px !important;}
.mg-r60 {margin-right:60px !important;}
.mg-r65 {margin-right:65px !important;}
.mg-r70 {margin-right:70px !important;}
.mg-r75 {margin-right:75px !important;}
.mg-r80 {margin-right:80px !important;}
.mg-r85 {margin-right:85px !important;}
.mg-r90 {margin-right:90px !important;}
.mg-r95 {margin-right:95px !important;}
.mg-r100 {margin-right:100px !important;}
.mg-r105 {margin-right:105px !important;}
.mg-r110 {margin-right:110px !important;}
.mg-r115 {margin-right:115px !important;}
.mg-r120 {margin-right:120px !important;}
.mg-r125 {margin-right:125px !important;}
.mg-r130 {margin-right:130px !important;}
.mg-r135 {margin-right:135px !important;}
.mg-r140 {margin-right:140px !important;}
.mg-r145 {margin-right:145px !important;}
.mg-r150 {margin-right:150px !important;}
.mg-r155 {margin-right:155px !important;}
.mg-r160 {margin-right:160px !important;}
.mg-r165 {margin-right:165px !important;}
.mg-r170 {margin-right:170px !important;}
.mg-r175 {margin-right:175px !important;}
.mg-r180 {margin-right:180px !important;}
.mg-r185 {margin-right:185px !important;}
.mg-r190 {margin-right:190px !important;}
.mg-r195 {margin-right:195px !important;}
.mg-r200 {margin-right:200px !important;}
.mg-r205 {margin-right:205px !important;}
.mg-r210 {margin-right:210px !important;}
.mg-r215 {margin-right:215px !important;}
.mg-r220 {margin-right:220px !important;}
.mg-r225 {margin-right:225px !important;}
.mg-r230 {margin-right:230px !important;}
.mg-r235 {margin-right:235px !important;}
.mg-r240 {margin-right:240px !important;}
.mg-r245 {margin-right:245px !important;}
.mg-r250 {margin-right:250px !important;}

.mg-b0 {margin-bottom:0px !important;}
.mg-b1 {margin-bottom:1px !important;}
.mg-b2 {margin-bottom:2px !important;}
.mg-b3 {margin-bottom:3px !important;}
.mg-b4 {margin-bottom:4px !important;}
.mg-b5 {margin-bottom:5px !important;}
.mg-b6 {margin-bottom:6px !important;}
.mg-b7 {margin-bottom:7px !important;}
.mg-b8 {margin-bottom:8px !important;}
.mg-b9 {margin-bottom:9px !important;}
.mg-b10 {margin-bottom:10px !important;}
.mg-b11 {margin-bottom:11px !important;}
.mg-b12 {margin-bottom:12px !important;}
.mg-b13 {margin-bottom:13px !important;}
.mg-b14 {margin-bottom:14px !important;}
.mg-b15 {margin-bottom:15px !important;}
.mg-b16 {margin-bottom:16px !important;}
.mg-b17 {margin-bottom:17px !important;}
.mg-b18 {margin-bottom:18px !important;}
.mg-b19 {margin-bottom:19px !important;}
.mg-b20 {margin-bottom:20px !important;}
.mg-b25 {margin-bottom:25px !important;}
.mg-b30 {margin-bottom:30px !important;}
.mg-b35 {margin-bottom:35px !important;}
.mg-b40 {margin-bottom:40px !important;}
.mg-b45 {margin-bottom:45px !important;}
.mg-b50 {margin-bottom:50px !important;}
.mg-b55 {margin-bottom:55px !important;}
.mg-b60 {margin-bottom:60px !important;}
.mg-b65 {margin-bottom:65px !important;}
.mg-b70 {margin-bottom:70px !important;}
.mg-b75 {margin-bottom:75px !important;}
.mg-b80 {margin-bottom:80px !important;}
.mg-b85 {margin-bottom:85px !important;}
.mg-b90 {margin-bottom:90px !important;}
.mg-b95 {margin-bottom:95px !important;}
.mg-b100 {margin-bottom:100px !important;}
.mg-b105 {margin-bottom:105px !important;}
.mg-b110 {margin-bottom:110px !important;}
.mg-b115 {margin-bottom:115px !important;}
.mg-b120 {margin-bottom:120px !important;}
.mg-b125 {margin-bottom:125px !important;}
.mg-b130 {margin-bottom:130px !important;}
.mg-b135 {margin-bottom:135px !important;}
.mg-b140 {margin-bottom:140px !important;}
.mg-b145 {margin-bottom:145px !important;}
.mg-b150 {margin-bottom:150px !important;}
.mg-b155 {margin-bottom:155px !important;}
.mg-b160 {margin-bottom:160px !important;}
.mg-b165 {margin-bottom:165px !important;}
.mg-b170 {margin-bottom:170px !important;}
.mg-b175 {margin-bottom:175px !important;}
.mg-b180 {margin-bottom:180px !important;}
.mg-b185 {margin-bottom:185px !important;}
.mg-b190 {margin-bottom:190px !important;}
.mg-b195 {margin-bottom:195px !important;}
.mg-b200 {margin-bottom:200px !important;}
.mg-b205 {margin-bottom:205px !important;}
.mg-b210 {margin-bottom:210px !important;}
.mg-b215 {margin-bottom:215px !important;}
.mg-b220 {margin-bottom:220px !important;}
.mg-b225 {margin-bottom:225px !important;}
.mg-b230 {margin-bottom:230px !important;}
.mg-b235 {margin-bottom:235px !important;}
.mg-b240 {margin-bottom:240px !important;}
.mg-b245 {margin-bottom:245px !important;}
.mg-b250 {margin-bottom:250px !important;}

.mg-l0 {margin-left:0px !important;}
.mg-l1 {margin-left:1px !important;}
.mg-l2 {margin-left:2px !important;}
.mg-l3 {margin-left:3px !important;}
.mg-l4 {margin-left:4px !important;}
.mg-l5 {margin-left:5px !important;}
.mg-l6 {margin-left:6px !important;}
.mg-l7 {margin-left:7px !important;}
.mg-l8 {margin-left:8px !important;}
.mg-l9 {margin-left:9px !important;}
.mg-l10 {margin-left:10px !important;}
.mg-l11 {margin-left:11px !important;}
.mg-l12 {margin-left:12px !important;}
.mg-l13 {margin-left:13px !important;}
.mg-l14 {margin-left:14px !important;}
.mg-l15 {margin-left:15px !important;}
.mg-l16 {margin-left:16px !important;}
.mg-l17 {margin-left:17px !important;}
.mg-l18 {margin-left:18px !important;}
.mg-l19 {margin-left:19px !important;}
.mg-l20 {margin-left:20px !important;}
.mg-l25 {margin-left:25px !important;}
.mg-l30 {margin-left:30px !important;}
.mg-l35 {margin-left:35px !important;}
.mg-l40 {margin-left:40px !important;}
.mg-l45 {margin-left:45px !important;}
.mg-l50 {margin-left:50px !important;}
.mg-l55 {margin-left:55px !important;}
.mg-l60 {margin-left:60px !important;}
.mg-l65 {margin-left:65px !important;}
.mg-l70 {margin-left:70px !important;}
.mg-l75 {margin-left:75px !important;}
.mg-l80 {margin-left:80px !important;}
.mg-l85 {margin-left:85px !important;}
.mg-l90 {margin-left:90px !important;}
.mg-l95 {margin-left:95px !important;}
.mg-l100 {margin-left:100px !important;}
.mg-l105 {margin-left:105px !important;}
.mg-l110 {margin-left:110px !important;}
.mg-l115 {margin-left:115px !important;}
.mg-l120 {margin-left:120px !important;}
.mg-l125 {margin-left:125px !important;}
.mg-l130 {margin-left:130px !important;}
.mg-l135 {margin-left:135px !important;}
.mg-l140 {margin-left:140px !important;}
.mg-l145 {margin-left:145px !important;}
.mg-l150 {margin-left:150px !important;}
.mg-l155 {margin-left:155px !important;}
.mg-l160 {margin-left:160px !important;}
.mg-l165 {margin-left:165px !important;}
.mg-l170 {margin-left:170px !important;}
.mg-l175 {margin-left:175px !important;}
.mg-l180 {margin-left:180px !important;}
.mg-l185 {margin-left:185px !important;}
.mg-l190 {margin-left:190px !important;}
.mg-l195 {margin-left:195px !important;}
.mg-l200 {margin-left:200px !important;}
.mg-l205 {margin-left:205px !important;}
.mg-l210 {margin-left:210px !important;}
.mg-l215 {margin-left:215px !important;}
.mg-l220 {margin-left:220px !important;}
.mg-l225 {margin-left:225px !important;}
.mg-l230 {margin-left:230px !important;}
.mg-l235 {margin-left:235px !important;}
.mg-l240 {margin-left:240px !important;}
.mg-l245 {margin-left:245px !important;}
.mg-l250 {margin-left:250px !important;}

.mg-lr0 {margin-left:0px !important; margin-right:0px !important;}
.mg-lr1 {margin-left:1px !important; margin-right:1px !important;}
.mg-lr2 {margin-left:2px !important; margin-right:2px !important;}
.mg-lr3 {margin-left:3px !important; margin-right:3px !important;}
.mg-lr4 {margin-left:4px !important; margin-right:4px !important;}
.mg-lr5 {margin-left:5px !important; margin-right:5px !important;}
.mg-lr6 {margin-left:6px !important; margin-right:6px !important;}
.mg-lr7 {margin-left:7px !important; margin-right:7px !important;}
.mg-lr8 {margin-left:8px !important; margin-right:8px !important;}
.mg-lr9 {margin-left:9px !important; margin-right:9px !important;}
.mg-lr10 {margin-left:10px !important; margin-right:10px !important;}
.mg-lr11 {margin-left:11px !important; margin-right:11px !important;}
.mg-lr12 {margin-left:12px !important; margin-right:12px !important;}
.mg-lr13 {margin-left:13px !important; margin-right:13px !important;}
.mg-lr14 {margin-left:14px !important; margin-right:14px !important;}
.mg-lr15 {margin-left:15px !important; margin-right:15px !important;}
.mg-lr16 {margin-left:16px !important; margin-right:16px !important;}
.mg-lr17 {margin-left:17px !important; margin-right:17px !important;}
.mg-lr18 {margin-left:18px !important; margin-right:18px !important;}
.mg-lr19 {margin-left:19px !important; margin-right:19px !important;}
.mg-lr20 {margin-left:20px !important; margin-right:20px !important;}
.mg-lr25 {margin-left:25px !important; margin-right:25px !important;}
.mg-lr30 {margin-left:30px !important; margin-right:30px !important;}
.mg-lr35 {margin-left:35px !important; margin-right:35px !important;}
.mg-lr40 {margin-left:40px !important; margin-right:40px !important;}
.mg-lr45 {margin-left:45px !important; margin-right:45px !important;}
.mg-lr50 {margin-left:50px !important; margin-right:50px !important;}
.mg-lr55 {margin-left:55px !important; margin-right:55px !important;}
.mg-lr60 {margin-left:60px !important; margin-right:60px !important;}
.mg-lr65 {margin-left:65px !important; margin-right:65px !important;}
.mg-lr70 {margin-left:70px !important; margin-right:70px !important;}
.mg-lr75 {margin-left:75px !important; margin-right:75px !important;}
.mg-lr80 {margin-left:80px !important; margin-right:80px !important;}
.mg-lr85 {margin-left:85px !important; margin-right:85px !important;}
.mg-lr90 {margin-left:90px !important; margin-right:90px !important;}
.mg-lr95 {margin-left:95px !important; margin-right:95px !important;}
.mg-lr100 {margin-left:100px !important; margin-right:100px !important;}


.mg-tb0 {margin-top:0px !important; margin-bottom:0px !important;}
.mg-tb1 {margin-top:1px !important; margin-bottom:1px !important;}
.mg-tb2 {margin-top:2px !important; margin-bottom:2px !important;}
.mg-tb3 {margin-top:3px !important; margin-bottom:3px !important;}
.mg-tb4 {margin-top:4px !important; margin-bottom:4px !important;}
.mg-tb5 {margin-top:5px !important; margin-bottom:5px !important;}
.mg-tb6 {margin-top:6px !important; margin-bottom:6px !important;}
.mg-tb7 {margin-top:7px !important; margin-bottom:7px !important;}
.mg-tb8 {margin-top:8px !important; margin-bottom:8px !important;}
.mg-tb9 {margin-top:9px !important; margin-bottom:9px !important;}
.mg-tb10 {margin-top:10px !important; margin-bottom:10px !important;}
.mg-tb11 {margin-top:11px !important; margin-bottom:11px !important;}
.mg-tb12 {margin-top:12px !important; margin-bottom:12px !important;}
.mg-tb13 {margin-top:13px !important; margin-bottom:13px !important;}
.mg-tb14 {margin-top:14px !important; margin-bottom:14px !important;}
.mg-tb15 {margin-top:15px !important; margin-bottom:15px !important;}
.mg-tb16 {margin-top:16px !important; margin-bottom:16px !important;}
.mg-tb17 {margin-top:17px !important; margin-bottom:17px !important;}
.mg-tb18 {margin-top:18px !important; margin-bottom:18px !important;}
.mg-tb19 {margin-top:19px !important; margin-bottom:19px !important;}
.mg-tb20 {margin-top:20px !important; margin-bottom:20px !important;}
.mg-tb25 {margin-top:25px !important; margin-bottom:25px !important;}
.mg-tb30 {margin-top:30px !important; margin-bottom:30px !important;}
.mg-tb35 {margin-top:35px !important; margin-bottom:35px !important;}
.mg-tb40 {margin-top:40px !important; margin-bottom:40px !important;}
.mg-tb45 {margin-top:45px !important; margin-bottom:45px !important;}
.mg-tb50 {margin-top:50px !important; margin-bottom:50px !important;}
.mg-tb55 {margin-top:55px !important; margin-bottom:55px !important;}
.mg-tb60 {margin-top:60px !important; margin-bottom:60px !important;}
.mg-tb65 {margin-top:65px !important; margin-bottom:65px !important;}
.mg-tb70 {margin-top:70px !important; margin-bottom:70px !important;}
.mg-tb75 {margin-top:75px !important; margin-bottom:75px !important;}
.mg-tb80 {margin-top:80px !important; margin-bottom:80px !important;}
.mg-tb85 {margin-top:85px !important; margin-bottom:85px !important;}
.mg-tb90 {margin-top:90px !important; margin-bottom:90px !important;}
.mg-tb95 {margin-top:95px !important; margin-bottom:95px !important;}
.mg-tb100 {margin-top:100px !important; margin-bottom:100px !important;}

.mg0 {margin:0px !important;}
.mg1 {margin:1px !important;}
.mg2 {margin:2px !important;}
.mg3 {margin:3px !important;}
.mg4 {margin:4px !important;}
.mg5 {margin:5px !important;}
.mg6 {margin:6px !important;}
.mg7 {margin:7px !important;}
.mg8 {margin:8px !important;}
.mg9 {margin:9px !important;}
.mg10 {margin:10px !important;}
.mg11 {margin:11px !important;}
.mg12 {margin:12px !important;}
.mg13 {margin:13px !important;}
.mg14 {margin:14px !important;}
.mg15 {margin:15px !important;}
.mg16 {margin:16px !important;}
.mg17 {margin:17px !important;}
.mg18 {margin:18px !important;}
.mg19 {margin:19px !important;}
.mg20 {margin:20px !important;}
.mg25 {margin:25px !important;}
.mg30 {margin:30px !important;}
.mg35 {margin:35px !important;}
.mg40 {margin:40px !important;}
.mg45 {margin:45px !important;}
.mg50 {margin:50px !important;}


/*---------------------------按钮类型--------------------------*/
/*按钮类型-长方形*/
.btn-xs,
a.btn-xs {
	margin:0 3px;
	padding:3px 8px;
	/*width:45px;*/	
	border-radius:2px;
	border:0;
	text-align:center;
	overflow:hidden;
	font-size:12px;
	display:block;
}
.btn-xs i,a.btn-xs i {
	font-size:14px;
	padding-right:2px;
}

.btn-sm,
a.btn-sm {
	margin:0 3px;
  padding:5px 10px;
	border:0;
	text-align:center;
	overflow:hidden;
	font-size:12px;
	border-radius: 3px!important;
	display:block;
}
.btn-sm i, a.btn-sm i {
	font-size:14px;
	padding-right:2px;}

.btn-def,
a.btn-def {
	margin:0 3px;
	padding:8px 14px;
	border-radius:2px;
	border:0;
	text-align:center;
	overflow:hidden;
	display:block;
	font-size:14px;
	display:block;
}
.btn-def i,a.btn-def i {
	font-size:14px;
	padding-right:2px;}

.btn-md,
a.btn-md {
	margin:0 3px;
	padding:9px 12px;
	border-radius:2px;
	border:0;
	text-align:center;
	overflow:hidden;
	display:block;
	font-size:14px;
}
.btn-md i,a.btn-md i {
	font-size:14px;
	padding-right:2px;}
	
.btn-all,
a.btn-all {
	width:100%;
	padding:9px 0;
	text-align:center;
	overflow:hidden;
	display:block;
	font-size:14px;
	border-radius:2px;
    border:0;
}
.btn-all i,a.btn-all i {
	font-size:14px;
	padding-right:2px;
	position:relative;
	top:2px;}
	
	
/*按钮类型-圆角*/
.btn-ri-xs,
a.btn-ri-xs {
	margin:0 3px;
	padding:3px 10px;
	/*width:45px;*/	
	border-radius:25px;
	border:0;
	text-align:center;
	overflow:hidden;
	font-size:12px;
	display:block;
}
.btn-ri-xs i,a.btn-ri-xs i {
	font-size:12px;
	padding-right:2px;
}

.btn-ri-sm,
a.btn-ri-sm {
	margin:0 3px;
    padding:6px 12px;
	border-radius:30px;
	border:0;
	text-align:center;
	overflow:hidden;
	font-size:12px;
	display:block;
}
.btn-ri-sm i, a.btn-ri-sm i {
	font-size:12px;
	padding-right:2px;}

.btn-ri-def,
a.btn-ri-def {
	margin:0 3px;
	padding:8px 14px;
	border-radius:35px;
	border:0;
	text-align:center;
	overflow:hidden;
	display:block;
	font-size:14px;
	display:block;
}
.btn-ri-def i,a.btn-ri-def i {
	font-size:12px;
	padding-right:2px;}

.btn-ri-md,
a.btn-ri-md {
	margin:0 3px;
	padding:9px 16px;
	border-radius:40px;
	border:0;
	text-align:center;
	overflow:hidden;
	display:block;
	font-size:14px;
}
.btn-ri-md i,a.btn-ri-md i {
	font-size:12px;
	padding-right:2px;}

/*圆形按钮*/
.btn-circular-xxs,
a.btn-circular-xxs {
	margin:0 3px;
	display:block;
	width:25px;
	height:25px;
	text-align:center;
	line-height:23px;
	border-radius:25px;
	-moz-border-radius:25px;
	-ms-border-radius:25px;
	-o-border-radius:25px;
	-webkit-border-radius:25px;
}
.btn-circular-xxs i,
a.btn-circular-xxs i {font-size:12px;}


.btn-circular-xs,
a.btn-circular-xs {
	margin:0 3px;
	display:block;
	width:30px;
	height:30px;
	text-align:center;
	line-height:28px;
	border-radius:30px;
	-moz-border-radius:30px;
	-ms-border-radius:30px;
	-o-border-radius:30px;
	-webkit-border-radius:30px;
}
.btn-circular-xs i,
a.btn-circular-xs i {font-size:14px;}

.btn-circular-sm,
a.btn-circular-sm {
	margin:0 3px;
	display:block;
	width:50px;
	height:50px;
	text-align:center;
	line-height:48px;
	border-radius:50px;
	-moz-border-radius:50px;
	-ms-border-radius:50px;
	-o-border-radius:50px;
	-webkit-border-radius:50px;
	font-size:18px;
}
.btn-circular-sm i,
a.btn-circular-sm i {font-size:22px;}

.btn-circular-def,
a.btn-circular-def {
	margin:0 3px;
	display:block;
	width:60px;
	height:60px;	
	text-align:center;
	line-height:58px;
	border-radius:60px;
	-moz-border-radius:60px;
	-ms-border-radius:60px;
	-o-border-radius:60px;
	-webkit-border-radius:60px;
	font-size:22px;
}
.btn-circular-def i,
a.btn-circular-def i {font-size:26px;}

.btn-circular-md ,
a.btn-circular-md {
	margin:0 3px;
	display:block;
	width:70px;
	height:70px;
	text-align:center;
	line-height:67px;
	border-radius:70px;
	-moz-border-radius:70px;
	-ms-border-radius:70px;
	-o-border-radius:70px;
	-webkit-border-radius:70px;
	font-size:28px;
}
.btn-circular-md i,
a.btn-circular-md i {font-size:30px;}
/*圆形按钮end*/


/*方形按钮*/
.btn-square-xxs,
a.btn-square-xxs {
	margin:0 3px;
	display:block;
	width:25px;
	height:25px;
	text-align:center;
	line-height:23px;
	border-radius:2px;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
	-webkit-border-radius:2px;
}
.btn-square-xxs i,
a.btn-square-xxs i {font-size:12px;}

.btn-square-xs,
a.btn-square-xs {
	margin:0 3px;
	display:block;
	width:30px;
	height:30px;
	text-align:center;
	line-height:28px;
	border-radius:2px;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
	-webkit-border-radius:2px;
}
.btn-square-xs i,
a.btn-square-xs i {font-size:16px;}

.btn-square-sm,
a.btn-square-sm {
	margin:0 3px;
	display:block;
	width:50px;
	height:50px;
	text-align:center;
	line-height:48px;
	border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-webkit-border-radius:3px;
	font-size:18px;
}
.btn-square-sm i,
a.btn-square-sm i {font-size:22px;}

.btn-square-def,
a.btn-square-def {
	margin:0 3px;
	display:block;
	width:60px;
	height:60px;	
	text-align:center;
	line-height:58px;
	border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-webkit-border-radius:3px;
	font-size:22px;
}
.btn-square-def i,
a.btn-square-def i {font-size:26px;}

.btn-square-md ,
a.btn-square-md {
	margin:0 3px;
	display:block;
	width:70px;
	height:70px;
	text-align:center;
	line-height:68px;
	border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	-webkit-border-radius:4px;
	font-size:28px;
}
.btn-square-md i,
a.btn-square-md i {font-size:34px;}
/*方形按钮end*/


/*tabs按钮*/
.btn-tabs,
a.btn-tabs,
.btn-tabs:hover,
a.btn-tabs:hover {
	border-radius:2px 2px 0 0 !important;
	border-bottom:0 !important;
}


/*按钮颜色*/
/*蓝色*/
.btn-bg-blue, a.btn-bg-blue {
	background:#0191c7;
	color:#fff;
	border:1px #0191c7 solid;
}
.btn-bg-blue:hover, a.btn-bg-blue:hover {
	background:#017aa7;
	color:#fff;
	border:1px #017aa7 solid;
}
.btn-bg-blue i, a.btn-bg-blue i {
	color:#fff;
}
/*蓝色2*/
.btn-bg-blue2, a.btn-bg-blue2 {
	background:#58bbdb !important;
	color:#fff !important;
	border:1px #58bbdb solid !important;
}
.btn-bg-blue2:hover, a.btn-bg-blue2:hover {
	background:#4eb0d0 !important;
	color:#fff !important;
	border:1px #4eb0d0 solid !important;
}
.btn-bg-blue2 i, a.btn-bg-blue2 i {
	color:#fff !important;
}
/*蓝色3*/
.btn-bg-blue3, a.btn-bg-blue3 {
	background:#448aca;
	color:#fff;
	border:1px #448aca solid;
}
.btn-bg-blue3:hover, a.btn-bg-blue3:hover {
	background:#3e7eb8;
	color:#fff;
	border:1px #3e7eb8 solid;
}
.btn-bg-blue3 i, a.btn-bg-blue3 i {
	color:#fff;
}


/*绿色*/
.btn-bg-green, a.btn-bg-green {
	background:#5FB878;
	color:#fff;
	border:1px #5FB878 solid;
}
.btn-bg-green:hover, a.btn-bg-green:hover {
	background:#52a369;
	color:#fff;
	border:1px #52a369 solid;
}
.btn-bg-green i, a.btn-bg-green i {
	color:#fff;
}

/*绿色2*/
.btn-bg-green2, a.btn-bg-green2 {
	background:#01a001 !important;
	color:#fff!important;
	border:1px #01a001 solid !important;
}
.btn-bg-green2:hover, a.btn-bg-green2:hover {
	background:#00bb00 !important;
	color:#fff !important;
	border:1px #00bb00 solid !important;
}
.btn-bg-green2 i, a.btn-bg-green2 i {
	color:#fff !important;
}


/*红色*/
.btn-bg-red, a.btn-bg-red {
	background:#ff2400 !important;
	color:#fff!important;
	border:1px #ff2400 solid !important;
}
.btn-bg-red:hover, a.btn-bg-red:hover {
	background:#e22000 !important;
	color:#fff !important;
	border:1px #e22000 solid !important;
}
.btn-bg-red i, a.btn-bg-red i {
	color:#fff !important;
}


/*橙色*/
.btn-bg-orange, a.btn-bg-orange {
	background:#ff6600 !important;
	color:#fff!important;
	border:1px #ff6600 solid !important;
}
.btn-bg-orange:hover, a.btn-bg-orange:hover {
	background:#ff4200 !important;
	color:#fff !important;
	border:1px #ff4200 solid !important;
}
.btn-bg-orange i, a.btn-bg-orange i {
	color:#fff !important;
}


/*黄色*/
.btn-bg-yellow, a.btn-bg-yellow {
	background:#ffc600 !important;
	color:#fff!important;
	border:1px #ffc600 solid !important;
}
.btn-bg-yellow:hover, a.btn-bg-yellow:hover {
	background:#ffdd40 !important;
	color:#fff !important;
	border:1px #ffdd40 solid !important;
}
.btn-bg-yellow i, a.btn-bg-yellow i {
	color:#fff !important;
}

/*灰色*/
.btn-bg-gray, a.btn-bg-gray {
	background:#f9fafb !important;
	color:#555555 !important;
	border:1px #eee solid !important;
}
.btn-bg-gray:hover, a.btn-bg-gray:hover {
	background:#ffffff !important;
	color:#555555 !important;
	border:1px #eee solid !important;
}
.btn-bg-gray i, a.btn-bg-gray i {
	color:#555555 !important;
}

/*灰色2*/
.btn-bg-gray2, a.btn-bg-gray2 {
	background:#f7f7f7 !important;
	color:#555555 !important;
	border:1px #ebeaea solid !important;
}
.btn-bg-gray2:hover, a.btn-bg-gray2:hover {
	background:#ffffff !important;
	color:#555555 !important;
	border:1px #eee solid !important;
}
.btn-bg-gray2 i, a.btn-bg-gray2 i {
	color:#555555 !important;
}

/*灰色3*/
.btn-bg-gray3, a.btn-bg-gray3 {
	background:#f5f5f5 !important;
	color:#555555 !important;
	border:1px #e4e5e9 solid !important;
}
.btn-bg-gray3:hover, a.btn-bg-gray3:hover {
	background:#fafafa !important;
	color:#555555 !important;
	border:1px #ddd solid !important;
}

.btn-bg-gray3 i, a.btn-bg-gray3 i{
	color:#555555 !important;
}


/*灰色4*/
.btn-bg-gray4, a.btn-bg-gray4 {
	background:#ebecf0 !important;
	color:#555555 !important;
	border:1px #e1e2e6 solid !important;
}
.btn-bg-gray4:hover, a.btn-bg-gray4:hover {
	background:#ffffff !important;
	color:#555555 !important;
	border:1px #f1f1f1 solid !important;
}
.btn-bg-gray4 i, a.btn-bg-gray4 i {
	color:#555555 !important;
}


/*白色*/
.btn-bg-white, a.btn-bg-white {
	background:#fff !important;
	color:#282828 !important;
	border:1px #ddd solid !important;
}
.btn-bg-white:hover, a.btn-bg-white:hover {
	background:#f5f5f5 !important;
	color:#282828 !important;
	border:1px #ddd solid !important;
}
.btn-bg-white i, a.btn-bg-white i {
	color:#282828 !important;
}
/*白色2*/
.btn-bg-white2, a.btn-bg-white2 {
	background:#fff !important;
	color:#282828 !important;
	border:1px #7ebbe1 solid !important;
}
.btn-bg-white2:hover, a.btn-bg-white2:hover {
	background:#f8f8f8 !important;
	color:#282828 !important;
	border:1px #7ebbe1 solid !important;
}
.btn-bg-white2 i, a.btn-bg-white2 i {
	color:#282828 !important;
}

/*白色3*/
.btn-bg-white3, a.btn-bg-white3 {
	background:#ffffff !important;
	color:#282828!important;
	border:1px #ffffff solid !important;
}
.btn-bg-white3:hover, a.btn-bg-white3:hover {
	background:#f1f1f1 !important;
	color:#282828 !important;
	border:1px #f1f1f1 solid !important;
}
.btn-bg-white3 i, a.btn-bg-white3 i {
	color:#282828 !important;
}

/*蓝色*/
.btn-bg-primary, a.btn-bg-primary {
	background:#4374e0 !important;
	color:#fff !important;
	border:1px #4374e0 solid !important;
}
.btn-bg-primary:hover, a.btn-bg-primary:hover {
	background:#3d6cd1 !important;
	color:#fff !important;
	border:1px #4374e0 solid !important;
}
.btn-bg-primary i, a.btn-bg-primary i {
	color:#3ca2c3 !important;
}

/*成功*/
.btn-bg-success, a.btn-bg-success {
	background:#00acac !important;
	color:#fff !important;
	border:1px #00acac solid !important;
}
.btn-bg-success:hover, a.btn-bg-success:hover {
	background:#008a8a !important;
	color:#fff !important;
	border:1px #008a8a solid !important;
}
.btn-bg-success i, a.btn-bg-success i {
	color:#fff !important;
}

/*危险*/
.btn-bg-danger, a.btn-bg-danger {
	background:#ff5b57 !important;
	color:#fff !important;
	border:1px #ff5b57 solid !important;
}
.btn-bg-danger:hover, a.btn-bg-danger:hover {
	background:#cc4946 !important;
	color:#fff !important;
	border:1px #cc4946 solid !important;
}
.btn-bg-danger i, a.btn-bg-danger i {
	color:#fff !important;
}

/*信息*/
.btn-bg-info, a.btn-bg-info {
	background:#49b6d6 !important;
	color:#fff !important;
	border:1px #49b6d6 solid !important;
}
.btn-bg-info:hover, a.btn-bg-info:hover {
	background:#3a92ab !important;
	color:#fff !important;
	border:1px #3a92ab solid !important;
}
.btn-bg-info i, a.btn-bg-info i {
	color:#fff !important;
}

.btn-bg-info2, a.btn-bg-info2 {
	background:#189cc2 !important;
	color:#fff !important;
	border:1px #189cc2 solid !important;
}
.btn-bg-info2:hover, a.btn-bg-info2:hover {
	background:#0d85a8 !important;
	color:#fff !important;
	border:1px #0d85a8 solid !important;
}
.btn-bg-info2 i, a.btn-bg-info2 i {
	color:#fff !important;
}

/*--------------------------下拉按钮-----------------------*/
.btn-item-dropdowns {
	position:relative;
}
.btn-item-dropdowns a {
	margin:0 !important;
}
.btn-item-dropdowns a.dropdowns i {
	position:relative;
	right:-2px;
	margin-left:2px;
}

.btn-item-dropdowns ul {
	position:absolute;
	display:block;
	padding:5px 0;
	width:100px;
	background:#fff;
	border:1px #e1e1e1 solid;
	border-radius:3px;
	overflow:hidden;
	z-index:99;
	display:none;
}

.btn-item-dropdowns ul li a {
	display:block;
	padding:7px 10px;
	font-size:12px;
	color:#333;
	border-bottom:1px #eee solid;
}
.btn-item-dropdowns ul li:last-child a {
	border-bottom:0;
}
.btn-item-dropdowns ul li a:hover {
	background:#eee;
	color:#333;
}

/*组按钮*/
.btn-group {
	clear:both;
	border:1px #eeeeee solid;
	border-left:0;
}
.btn-group .btn-xs,
.btn-group .btn-sm,
.btn-group .btn-def,
.btn-group .btn-md {
	margin:0;
	border-radius:3px !important;
	border-left:1px #eeeeee solid !important;
	border-right:0;
}
.btn-group .btn-xs:hover,
.btn-group .btn-sm:hover,
.btn-group .btn-def:hover,
.btn-group .btn-md:hover {
	margin:0;
	border-radius:3px !important;
	border-left:1px #eeeeee solid !important;
	border-right:0;
}
/*组按钮end*/


/*------------------------渐变色按钮-----------------------*/

/*灰色渐变1*/
.btnc-grad-gray,
a.btnc-grad-gray {
	color:#333;
	border:1px #e1e1e1 solid;
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#f8f8f8,endColorStr=#e5e5e5); /*IE 6 7 8*/ 
	background: -ms-linear-gradient(top, #f8f8f8,#e5e5e5); /* IE 10 */
	background:-moz-linear-gradient(top,#f8f8f8,#e5e5e5); /*火狐*/ 
	background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#f8f8f8), to(#e5e5e5)); /*谷歌*/ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f8f8f8), to(#e5e5e5));      /* Safari 4-5, Chrome 1-9*/
	background: -webkit-linear-gradient(top, #f8f8f8, #e5e5e5);   /*Safari5.1 Chrome 10+*/
	background: -o-linear-gradient(top, #f8f8f8, #e5e5e5);  /*Opera 11.10+*/
}
.btnc-grad-gray:hover,
a.btnc-grad-gray:hover  {
	color:#444;
	border:1px #e1e1e1 solid;
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#fafafa,endColorStr=#d4d4d4); /*IE 6 7 8*/ 
	background: -ms-linear-gradient(top, #fafafa,#d4d4d4); /* IE 10 */
	background:-moz-linear-gradient(top,#fafafa,#d4d4d4); /*火狐*/ 
	background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#fafafa), to(#d4d4d4)); /*谷歌*/ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fafafa), to(#d4d4d4));      /* Safari 4-5, Chrome 1-9*/
	background: -webkit-linear-gradient(top, #fafafa, #d4d4d4);   /*Safari5.1 Chrome 10+*/
	background: -o-linear-gradient(top, #fafafa, #d4d4d4);  /*Opera 11.10+*/
}
.btnc-grad-gray i,
a.btnc-grad-gray i {
	color:#444;
	padding-right:3px;}
/*end*/


/*蓝色渐变1*/
.btnc-grad-blue,
a.btnc-grad-blue {
	color:#fff;
	border:1px #58bbdb solid;
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#66c3f3,endColorStr=#35a5ca); /*IE 6 7 8*/ 
	background: -ms-linear-gradient(top, #66c3f3,#35a5ca); /* IE 10 */
	background:-moz-linear-gradient(top,#66c3f3,#35a5ca); /*火狐*/ 
	background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#66c3f3), to(#35a5ca)); /*谷歌*/ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#66c3f3), to(#35a5ca));      /* Safari 4-5, Chrome 1-9*/
	background: -webkit-linear-gradient(top, #66c3f3, #35a5ca);   /*Safari5.1 Chrome 10+*/
	background: -o-linear-gradient(top, #66c3f3, #35a5ca);  /*Opera 11.10+*/
}
.btnc-grad-blue:hover,
a.btnc-grad-blue:hover  {
	color:#fff;
	border:1px #58bbdb solid;
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#58bbdb,endColorStr=#26a3cc); /*IE 6 7 8*/ 
	background: -ms-linear-gradient(top, #58bbdb,#26a3cc); /* IE 10 */
	background:-moz-linear-gradient(top,#58bbdb,#26a3cc); /*火狐*/ 
	background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#58bbdb), to(#26a3cc)); /*谷歌*/ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#58bbdb), to(#26a3cc));      /* Safari 4-5, Chrome 1-9*/
	background: -webkit-linear-gradient(top, #58bbdb, #26a3cc);   /*Safari5.1 Chrome 10+*/
	background: -o-linear-gradient(top, #58bbdb, #26a3cc);  /*Opera 11.10+*/
}
.btnc-grad-blue i,
a.btnc-grad-blue i {
	color:#fff;
	padding-right:3px;}
/*end*/


/*橙色渐变1*/
.btnc-grad-orange,
a.btnc-grad-orange {
	color:#fff;
	border:1px #ff9900 solid;
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#ff9900,endColorStr=#ff7d26); /*IE 6 7 8*/ 
	background: -ms-linear-gradient(top, #ff9900,#ff7d26); /* IE 10 */
	background:-moz-linear-gradient(top,#ff9900,#ff7d26); /*火狐*/ 
	background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#ff9900), to(#ff7d26)); /*谷歌*/ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff9900), to(#ff7d26));      /* Safari 4-5, Chrome 1-9*/
	background: -webkit-linear-gradient(top, #ff9900, #ff7d26);   /*Safari5.1 Chrome 10+*/
	background: -o-linear-gradient(top, #ff9900, #ff7d26);  /*Opera 11.10+*/
}
.btnc-grad-orange:hover,
a.btnc-grad-orange:hover  {
	color:#fff;
	border:1px #ff9900 solid;
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#eb5e00,endColorStr=#ff6600); /*IE 6 7 8*/ 
	background: -ms-linear-gradient(top, #eb5e00,#ff6600); /* IE 10 */
	background:-moz-linear-gradient(top,#eb5e00,#ff6600); /*火狐*/ 
	background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#eb5e00), to(#ff6600)); /*谷歌*/ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eb5e00), to(#ff6600));      /* Safari 4-5, Chrome 1-9*/
	background: -webkit-linear-gradient(top, #eb5e00, #ff6600);   /*Safari5.1 Chrome 10+*/
	background: -o-linear-gradient(top, #eb5e00, #ff6600);  /*Opera 11.10+*/
}
.btnc-grad-orange i,
a.btnc-grad-orange i {
	color:#fff;
	padding-right:3px;}
/*end*/


/*绿色渐变1*/
.btnc-grad-green,
a.btnc-grad-green {
	color:#fff;
	border:1px #62ba21 solid;
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#67c422,endColorStr=#4b9118); /*IE 6 7 8*/ 
	background: -ms-linear-gradient(top, #67c422,#4b9118); /* IE 10 */
	background:-moz-linear-gradient(top,#67c422,#4b9118); /*火狐*/ 
	background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#67c422), to(#4b9118)); /*谷歌*/ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#67c422), to(#4b9118));      /* Safari 4-5, Chrome 1-9*/
	background: -webkit-linear-gradient(top, #67c422, #4b9118);   /*Safari5.1 Chrome 10+*/
	background: -o-linear-gradient(top, #67c422, #4b9118);  /*Opera 11.10+*/
}
.btnc-grad-green:hover,
a.btnc-grad-green:hover  {
	color:#fff;
	border:1px #62ba21 solid;
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#62ba21,endColorStr=#57a51d); /*IE 6 7 8*/ 
	background: -ms-linear-gradient(top, #62ba21,#57a51d); /* IE 10 */
	background:-moz-linear-gradient(top,#62ba21,#57a51d); /*火狐*/ 
	background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#62ba21), to(#57a51d)); /*谷歌*/ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#57a51d), to(#57a51d));      /* Safari 4-5, Chrome 1-9*/
	background: -webkit-linear-gradient(top, #62ba21, #57a51d);   /*Safari5.1 Chrome 10+*/
	background: -o-linear-gradient(top, #62ba21, #57a51d);  /*Opera 11.10+*/
}
.btnc-grad-green i,
a.btnc-grad-green i {
	color:#fff;
	padding-right:3px;}
/*end*/



/*红色渐变1*/
.btnc-grad-red,
a.btnc-grad-red {
	color:#fff;
	border:1px #b80000 solid;
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#dd0000,endColorStr=#b80000); /*IE 6 7 8*/ 
	background: -ms-linear-gradient(top, #dd0000,#b80000); /* IE 10 */
	background:-moz-linear-gradient(top,#dd0000,#b80000); /*火狐*/ 
	background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#dd0000), to(#b80000)); /*谷歌*/ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#dd0000), to(#b80000));      /* Safari 4-5, Chrome 1-9*/
	background: -webkit-linear-gradient(top, #dd0000, #b80000);   /*Safari5.1 Chrome 10+*/
	background: -o-linear-gradient(top, #dd0000, #b80000);  /*Opera 11.10+*/
}
.btnc-grad-red:hover,
a.btnc-grad-red:hover  {
	color:#fff;
	border:1px #b80000 solid;
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#b80000,endColorStr=#dd0000); /*IE 6 7 8*/ 
	background: -ms-linear-gradient(top, #b80000,#dd0000); /* IE 10 */
	background:-moz-linear-gradient(top,#b80000,#dd0000); /*火狐*/ 
	background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#b80000), to(#dd0000)); /*谷歌*/ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b80000), to(#dd0000));      /* Safari 4-5, Chrome 1-9*/
	background: -webkit-linear-gradient(top, #b80000, #dd0000);   /*Safari5.1 Chrome 10+*/
	background: -o-linear-gradient(top, #b80000, #dd0000);  /*Opera 11.10+*/
}
.btnc-grad-red i,
a.btnc-grad-red i {
	color:#fff;
	padding-right:3px;}
/*end*/


/*红色渐变2*/
.btnc-grad-red2,
a.btnc-grad-red2 {
	color:#fff;
	border:1px #ce0f2f solid;
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#e50101,endColorStr=#c20000); /*IE 6 7 8*/ 
	background: -ms-linear-gradient(top, #e50101,#c20000); /* IE 10 */
	background:-moz-linear-gradient(top,#e50101,#c20000); /*火狐*/ 
	background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#e50101), to(#c20000)); /*谷歌*/ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e50101), to(#c20000));      /* Safari 4-5, Chrome 1-9*/
	background: -webkit-linear-gradient(top, #e50101, #c20000);   /*Safari5.1 Chrome 10+*/
	background: -o-linear-gradient(top, #e50101, #c20000);  /*Opera 11.10+*/
}
.btnc-grad-red2:hover,
a.btnc-grad-red2:hover {
	color:#fff;
	border:1px #ce0f2f solid;
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#c20000,endColorStr=#e50101); /*IE 6 7 8*/ 
	background: -ms-linear-gradient(top, #c20000,#e50101); /* IE 10 */
	background:-moz-linear-gradient(top,#c20000,#e50101); /*火狐*/ 
	background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#c20000), to(#e50101)); /*谷歌*/ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#c20000), to(#e50101));      /* Safari 4-5, Chrome 1-9*/
	background: -webkit-linear-gradient(top, #c20000, #e50101);   /*Safari5.1 Chrome 10+*/
	background: -o-linear-gradient(top, #c20000, #e50101);  /*Opera 11.10+*/
}
.btnc-grad-red2 i,
a.btnc-grad-red2 i {
	color:#fff;
	padding-right:3px;}
/*end*/


/*成功渐变*/
.btnc-grad-success,
a.btnc-grad-success {
	color:#fff;
	border:1px #00acac solid;
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#00acac,endColorStr=#008a8a); /*IE 6 7 8*/ 
	background: -ms-linear-gradient(top, #00acac,#008a8a); /* IE 10 */
	background:-moz-linear-gradient(top,#00acac,#008a8a); /*火狐*/ 
	background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#00acac), to(#008a8a)); /*谷歌*/ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#00acac), to(#008a8a));      /* Safari 4-5, Chrome 1-9*/
	background: -webkit-linear-gradient(top, #00acac, #008a8a);   /*Safari5.1 Chrome 10+*/
	background: -o-linear-gradient(top, #00acac, #008a8a);  /*Opera 11.10+*/
}
.btnc-grad-success:hover,
a.btnc-grad-success:hover {
	color:#fff;
	border:1px #008a8a solid;
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#008a8a,endColorStr=#00acac); /*IE 6 7 8*/ 
	background: -ms-linear-gradient(top, #008a8a,#00acac); /* IE 10 */
	background:-moz-linear-gradient(top,#008a8a,#00acac); /*火狐*/ 
	background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#008a8a), to(#00acac)); /*谷歌*/ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#008a8a), to(#00acac));      /* Safari 4-5, Chrome 1-9*/
	background: -webkit-linear-gradient(top, #008a8a, #00acac);   /*Safari5.1 Chrome 10+*/
	background: -o-linear-gradient(top, #008a8a, #00acac);  /*Opera 11.10+*/
}
.btnc-grad-success i,
a.btnc-grad-success i {
	color:#fff;
	padding-right:3px;}
/*end*/

/*危险渐变*/
.btnc-grad-danger,
a.btnc-grad-danger {
	color:#fff;
	border:1px #cc4946 solid;
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#ff5b57,endColorStr=#cc4946); /*IE 6 7 8*/ 
	background: -ms-linear-gradient(top, #ff5b57,#cc4946); /* IE 10 */
	background:-moz-linear-gradient(top,#ff5b57,#cc4946); /*火狐*/ 
	background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#ff5b57), to(#cc4946)); /*谷歌*/ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff5b57), to(#cc4946));      /* Safari 4-5, Chrome 1-9*/
	background: -webkit-linear-gradient(top, #ff5b57, #cc4946);   /*Safari5.1 Chrome 10+*/
	background: -o-linear-gradient(top, #ff5b57, #cc4946);  /*Opera 11.10+*/
}
.btnc-grad-danger:hover,
a.btnc-grad-danger:hover {
	color:#fff;
	border:1px #cc4946 solid;
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#cc4946,endColorStr=#ff5b57); /*IE 6 7 8*/ 
	background: -ms-linear-gradient(top, #cc4946,#ff5b57); /* IE 10 */
	background:-moz-linear-gradient(top,#cc4946,#ff5b57); /*火狐*/ 
	background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#cc4946), to(#ff5b57)); /*谷歌*/ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#cc4946), to(#ff5b57));      /* Safari 4-5, Chrome 1-9*/
	background: -webkit-linear-gradient(top, #cc4946, #ff5b57);   /*Safari5.1 Chrome 10+*/
	background: -o-linear-gradient(top, #cc4946, #ff5b57);  /*Opera 11.10+*/
}
.btnc-grad-danger i,
a.btnc-grad-danger i {
	color:#fff;
	padding-right:3px;}
/*end*/


/*信息渐变*/
.btnc-grad-info,
a.btnc-grad-info {
	color:#fff;
	border:1px #49b6d6 solid;
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#49b6d6,endColorStr=#3a92ab); /*IE 6 7 8*/ 
	background: -ms-linear-gradient(top, #49b6d6,#3a92ab); /* IE 10 */
	background:-moz-linear-gradient(top,#49b6d6,#3a92ab); /*火狐*/ 
	background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#49b6d6), to(#3a92ab)); /*谷歌*/ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#49b6d6), to(#3a92ab));      /* Safari 4-5, Chrome 1-9*/
	background: -webkit-linear-gradient(top, #49b6d6, #3a92ab);   /*Safari5.1 Chrome 10+*/
	background: -o-linear-gradient(top, #49b6d6, #3a92ab);  /*Opera 11.10+*/
}
.btnc-grad-info:hover,
a.btnc-grad-info:hover {
	color:#fff;
	border:1px #49b6d6 solid;
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#3a92ab,endColorStr=#49b6d6); /*IE 6 7 8*/ 
	background: -ms-linear-gradient(top, #3a92ab,#49b6d6); /* IE 10 */
	background:-moz-linear-gradient(top,#3a92ab,#49b6d6); /*火狐*/ 
	background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#3a92ab), to(#49b6d6)); /*谷歌*/ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3a92ab), to(#49b6d6));      /* Safari 4-5, Chrome 1-9*/
	background: -webkit-linear-gradient(top, #3a92ab, #49b6d6);   /*Safari5.1 Chrome 10+*/
	background: -o-linear-gradient(top, #3a92ab, #49b6d6);  /*Opera 11.10+*/
}
.btnc-grad-info i,
a.btnc-grad-info i {
	color:#fff;
	padding-right:3px;}
/*end*/


/*end*/

/*--------------------------按钮结束------------------------*/


/*--------------------------标签--------------------------*/
/*标签样式*/
.label{
	font-size:12px;
	padding:4px 10px;
	-webkit-border-radius:4px!important;
	-webkit-background-clip:padding-box!important;
	-moz-border-radius:4px!important;
	-moz-background-clip:padding!important;
	border-radius:4px!important;
	background-clip:padding-box!important}

.label-badges {
	display:inline-block;
	font-size:12px;
	width:18px;
	height:18px;
	line-height:18px;
	text-align:center;
	-webkit-border-radius:18px!important;
	-webkit-background-clip:padding-box!important;
	-moz-border-radius:18px!important;
	-moz-background-clip:padding!important;
	border-radius:18px!important;
	background-clip:padding-box!important;
	overflow:hidden;}
	
.label-square {
	display:inline-block;
	font-size:12px;
	width:18px;
	height:18px;
	border-radius:3px!important;
	line-height:18px;
	text-align:center;
	-webkit-border-radius:3px!important;
	-webkit-background-clip:padding-box!important;
	-moz-border-radius:3px!important;
	-moz-background-clip:padding!important;	
	background-clip:padding-box!important;
	overflow:hidden;}

/*标签颜色*/
.label-default{background-color:#ccc!important; color:#fff!important;}
.label-white {background-color:#fff!important; border:1px #eeeeee solid; color:#ff2400!important;}
.label-white2 {background-color:#fff!important; border:1px #dddddd solid; color:#333333!important;}
.label-primary{background-color:#4374e0!important; color:#fff!important;}
.label-info{background-color:#57b5e3!important; color:#fff!important;}
.label-danger{background-color:#d73d32!important; color:#fff!important;}
.label-warning{background-color:#f4b400!important; color:#fff!important;}
.label-sky {background-color:#11a9cc!important; color:#fff!important;}
.label-blueberry {background-color:#6f85bf!important; color:#fff!important;}
.label-yellow {background-color:#ffce55!important; color:#fff!important;}
.label-darkorange {background-color:#ed4e2a!important; color:#fff!important;}
.label-magenta {background-color:#bc5679!important; color:#fff!important;}
.label-purple {background-color:#7e3794!important; color:#fff!important;}
.label-maroon {background-color:#981b48!important; color:#fff!important;}
.label-darkpink {background-color:#cc324b!important; color:#fff!important;}
.label-pink {background-color:#e75b8d!important; color:#fff!important;}
.label-azure {background-color:#2dc3e8!important; color:#fff!important;}
.label-orange {background-color:#fb6e52!important; color:#fff!important;}
.label-green {background-color:#48b400!important; color:#fff!important;}
.label-gray {background-color:#f1f1f1!important; color:#262626!important;}
/*标签结束*/

/*----------网格----------*/
.col-12 {width:100% !important; text-overflow:ellipsis;}
.col-11 {width:91.66666667% !important; text-overflow:ellipsis}
.col-10 {width:83.33333333% !important; text-overflow:ellipsis}
.col-9 {width:75% !important; text-overflow:ellipsis}
.col-8 {width:66.66666667% !important; text-overflow:ellipsis;}
.col-7 {width:58.33333333% !important; text-overflow:ellipsis}
.col-6 {width:50% !important; text-overflow:ellipsis}
.col-5 {width:41.66666667% !important; text-overflow:ellipsis}
.col-4 {width:33.33333333% !important; text-overflow:ellipsis}
.col-3 {width:25% !important; text-overflow:ellipsis}
.col-2 {width:16.66666667% !important; text-overflow:ellipsis}
.col-1 {width:8.33333333% !important; text-overflow:ellipsis}

.per1 {width:1% !important; text-overflow:ellipsis}
.per2 {width:2% !important; text-overflow:ellipsis}
.per3 {width:3% !important; text-overflow:ellipsis}
.per4 {width:4% !important; text-overflow:ellipsis}
.per5 {width:5% !important; text-overflow:ellipsis}
.per6 {width:6% !important; text-overflow:ellipsis}
.per7 {width:7% !important; text-overflow:ellipsis}
.per8 {width:8% !important; text-overflow:ellipsis}
.per9 {width:9% !important; text-overflow:ellipsis}

.per10 {width:10% !important; text-overflow:ellipsis}
.per11 {width:11% !important; text-overflow:ellipsis}
.per12 {width:12% !important; text-overflow:ellipsis}
.per13 {width:13% !important; text-overflow:ellipsis}
.per14 {width:14% !important; text-overflow:ellipsis}
.per15 {width:15% !important; text-overflow:ellipsis}
.per16 {width:16% !important; text-overflow:ellipsis}
.per17 {width:17% !important; text-overflow:ellipsis}
.per18 {width:18% !important; text-overflow:ellipsis}
.per19 {width:19% !important; text-overflow:ellipsis}

.per20 {width:20% !important; text-overflow:ellipsis}
.per21 {width:21% !important; text-overflow:ellipsis}
.per22 {width:22% !important; text-overflow:ellipsis}
.per23 {width:23% !important; text-overflow:ellipsis}
.per24 {width:24% !important; text-overflow:ellipsis}
.per25 {width:25% !important; text-overflow:ellipsis}
.per26 {width:26% !important; text-overflow:ellipsis}
.per27 {width:27% !important; text-overflow:ellipsis}
.per28 {width:28% !important; text-overflow:ellipsis}
.per29 {width:29% !important; text-overflow:ellipsis}

.per30 {width:30% !important; text-overflow:ellipsis}
.per31 {width:31% !important; text-overflow:ellipsis}
.per32 {width:32% !important; text-overflow:ellipsis}
.per33 {width:33% !important; text-overflow:ellipsis}
.per34 {width:34% !important; text-overflow:ellipsis}
.per35 {width:35% !important; text-overflow:ellipsis}
.per36 {width:36% !important; text-overflow:ellipsis}
.per37 {width:37% !important; text-overflow:ellipsis}
.per38 {width:38% !important; text-overflow:ellipsis}
.per39 {width:39% !important; text-overflow:ellipsis}

.per40 {width:40% !important; text-overflow:ellipsis}
.per41 {width:41% !important; text-overflow:ellipsis}
.per42 {width:42% !important; text-overflow:ellipsis}
.per43 {width:43% !important; text-overflow:ellipsis}
.per44 {width:44% !important; text-overflow:ellipsis}
.per45 {width:45% !important; text-overflow:ellipsis}
.per46 {width:46% !important; text-overflow:ellipsis}
.per47 {width:47% !important; text-overflow:ellipsis}
.per48 {width:48% !important; text-overflow:ellipsis}
.per49 {width:49% !important; text-overflow:ellipsis}

.per50 {width:50% !important; text-overflow:ellipsis}
.per51 {width:51% !important; text-overflow:ellipsis}
.per52 {width:52% !important; text-overflow:ellipsis}
.per53 {width:53% !important; text-overflow:ellipsis}
.per54 {width:54% !important; text-overflow:ellipsis}
.per55 {width:55% !important; text-overflow:ellipsis}
.per56 {width:56% !important; text-overflow:ellipsis}
.per57 {width:57% !important; text-overflow:ellipsis}
.per58 {width:58% !important; text-overflow:ellipsis}
.per59 {width:59% !important; text-overflow:ellipsis}

.per60 {width:60% !important; text-overflow:ellipsis}
.per61 {width:61% !important; text-overflow:ellipsis}
.per62 {width:62% !important; text-overflow:ellipsis}
.per63 {width:63% !important; text-overflow:ellipsis}
.per64 {width:64% !important; text-overflow:ellipsis}
.per65 {width:65% !important; text-overflow:ellipsis}
.per66 {width:66% !important; text-overflow:ellipsis}
.per67 {width:67% !important; text-overflow:ellipsis}
.per68 {width:68% !important; text-overflow:ellipsis}
.per69 {width:69% !important; text-overflow:ellipsis}

.per70 {width:70% !important; text-overflow:ellipsis}
.per71 {width:71% !important; text-overflow:ellipsis}
.per72 {width:72% !important; text-overflow:ellipsis}
.per73 {width:73% !important; text-overflow:ellipsis}
.per74 {width:74% !important; text-overflow:ellipsis}
.per75 {width:75% !important; text-overflow:ellipsis}
.per76 {width:76% !important; text-overflow:ellipsis}
.per77 {width:77% !important; text-overflow:ellipsis}
.per78 {width:78% !important; text-overflow:ellipsis}
.per79 {width:79% !important; text-overflow:ellipsis}

.per80 {width:80% !important; text-overflow:ellipsis}
.per81 {width:81% !important; text-overflow:ellipsis}
.per82 {width:82% !important; text-overflow:ellipsis}
.per83 {width:83% !important; text-overflow:ellipsis}
.per84 {width:84% !important; text-overflow:ellipsis}
.per85 {width:85% !important; text-overflow:ellipsis}
.per86 {width:86% !important; text-overflow:ellipsis}
.per87 {width:87% !important; text-overflow:ellipsis}
.per88 {width:88% !important; text-overflow:ellipsis}
.per89 {width:89% !important; text-overflow:ellipsis}

.per90 {width:90% !important; text-overflow:ellipsis}
.per91 {width:91% !important; text-overflow:ellipsis}
.per92 {width:92% !important; text-overflow:ellipsis}
.per93 {width:93% !important; text-overflow:ellipsis}
.per94 {width:94% !important; text-overflow:ellipsis}
.per95 {width:95% !important; text-overflow:ellipsis}
.per96 {width:96% !important; text-overflow:ellipsis}
.per97 {width:97% !important; text-overflow:ellipsis}
.per98 {width:98% !important; text-overflow:ellipsis}
.per99 {width:99% !important; text-overflow:ellipsis}

.per100  {width:100% !important; text-overflow:ellipsis}
/*----------网格结束----------*/

/*宽度*/
.wdh-1 {width:10px !important;}
.wdh-1x {width:15px !important;}
.wdh-2 {width:20px !important;}
.wdh-2x {width:25px !important;}
.wdh-3 {width:30px !important;}
.wdh-3x {width:35px !important;}
.wdh-4 {width:40px !important;}
.wdh-4x {width:45px !important;}
.wdh-5 {width:50px !important;}
.wdh-5x {width:55px !important;}
.wdh-6 {width:60px !important;}
.wdh-6x {width:65px !important;}
.wdh-7 {width:70px !important;}
.wdh-7x {width:75px !important;}
.wdh-8 {width:80px !important;}
.wdh-8x {width:85px !important;}
.wdh-9 {width:90px !important;}
.wdh-9x {width:95px !important;}

.wdh-10 {width:100px !important;}
.wdh-10x {width:105px !important;}
.wdh-11 {width:110px !important;}
.wdh-11x {width:115px !important;}
.wdh-12 {width:120px !important;}
.wdh-12x {width:125px !important;}
.wdh-13 {width:130px !important;}
.wdh-13x {width:135px !important;}
.wdh-14 {width:140px !important;}
.wdh-14x {width:145px !important;}
.wdh-15 {width:150px !important;}
.wdh-15x {width:155px !important;}
.wdh-16 {width:160px !important;}
.wdh-16x {width:165px !important;}
.wdh-17 {width:170px !important;}
.wdh-17x {width:175px !important;}
.wdh-18 {width:180px !important;}
.wdh-18x {width:185px !important;}
.wdh-19 {width:190px !important;}
.wdh-19x {width:195px !important;}

.wdh-20 {width:200px !important;}
.wdh-20x {width:205px !important;}
.wdh-21 {width:210px !important;}
.wdh-21x {width:215px !important;}
.wdh-22 {width:220px !important;}
.wdh-22x {width:225px !important;}
.wdh-23 {width:230px !important;}
.wdh-23x {width:235px !important;}
.wdh-24 {width:240px !important;}
.wdh-24x {width:245px !important;}
.wdh-25 {width:250px !important;}
.wdh-25x {width:255px !important;}
.wdh-26 {width:260px !important;}
.wdh-26x {width:265px !important;}
.wdh-27 {width:270px !important;}
.wdh-27x {width:275px !important;}
.wdh-28 {width:280px !important;}
.wdh-28x {width:285px !important;}
.wdh-29 {width:290px !important;}
.wdh-29x {width:295px !important;}

.wdh-30 {width:300px !important;}
.wdh-30x {width:305px !important;}
.wdh-31 {width:310px !important;}
.wdh-31x {width:315px !important;}
.wdh-32 {width:320px !important;}
.wdh-32x {width:325px !important;}
.wdh-33 {width:330px !important;}
.wdh-33x {width:335px !important;}
.wdh-34 {width:340px !important;}
.wdh-34x {width:345px !important;}
.wdh-35 {width:350px !important;}
.wdh-35x {width:355px !important;}
.wdh-36 {width:360px !important;}
.wdh-36x {width:365px !important;}
.wdh-37 {width:370px !important;}
.wdh-37x {width:375px !important;}
.wdh-38 {width:380px !important;}
.wdh-38x {width:385px !important;}
.wdh-39 {width:390px !important;}
.wdh-39x {width:395px !important;}

.wdh-40 {width:400px !important;}
.wdh-40x {width:405px !important;}
.wdh-41 {width:410px !important;}
.wdh-41x {width:415px !important;}
.wdh-42 {width:420px !important;}
.wdh-42x {width:425px !important;}
.wdh-43 {width:430px !important;}
.wdh-43x {width:430px !important;}
.wdh-44 {width:440px !important;}
.wdh-44x {width:445px !important;}
.wdh-45 {width:450px !important;}
.wdh-45x {width:455px !important;}
.wdh-46 {width:460px !important;}
.wdh-46x {width:465px !important;}
.wdh-47 {width:470px !important;}
.wdh-47x {width:475px !important;}
.wdh-48 {width:480px !important;}
.wdh-48x {width:485px !important;}
.wdh-49 {width:490px !important;}
.wdh-49x {width:495px !important;}

.wdh-50 {width:500px !important;}
.wdh-50x {width:505px !important;}
.wdh-51 {width:510px !important;}
.wdh-51x {width:515px !important;}
.wdh-52 {width:520px !important;}
.wdh-52x {width:525px !important;}
.wdh-53 {width:530px !important;}
.wdh-53x {width:535px !important;}
.wdh-54 {width:540px !important;}
.wdh-54x {width:545px !important;}
.wdh-55 {width:550px !important;}
.wdh-55x {width:555px !important;}
.wdh-56 {width:560px !important;}
.wdh-56x {width:565px !important;}
.wdh-57 {width:570px !important;}
.wdh-57x {width:575px !important;}
.wdh-58 {width:580px !important;}
.wdh-58x {width:585px !important;}
.wdh-59 {width:590px !important;}
.wdh-59x {width:595px !important;}

.wdh-60 {width:600px !important;}
.wdh-60x {width:605px !important;}
.wdh-61 {width:610px !important;}
.wdh-61x {width:615px !important;}
.wdh-62 {width:620px !important;}
.wdh-62x {width:625px !important;}
.wdh-63 {width:630px !important;}
.wdh-63x {width:635px !important;}
.wdh-64 {width:640px !important;}
.wdh-64x {width:645px !important;}
.wdh-65 {width:650px !important;}
.wdh-65x {width:655px !important;}
.wdh-66 {width:660px !important;}
.wdh-66x {width:665px !important;}
.wdh-67 {width:670px !important;}
.wdh-67x {width:675px !important;}
.wdh-68 {width:680px !important;}
.wdh-68x {width:685px !important;}
.wdh-69 {width:690px !important;}
.wdh-69x {width:695px !important;}

.wdh-70 {width:700px !important;}
.wdh-70x {width:705px !important;}
.wdh-71 {width:710px !important;}
.wdh-71x {width:715px !important;}
.wdh-72 {width:720px !important;}
.wdh-72x {width:725px !important;}
.wdh-73 {width:730px !important;}
.wdh-73x {width:735px !important;}
.wdh-74 {width:740px !important;}
.wdh-74x {width:745px !important;}
.wdh-75 {width:750px !important;}
.wdh-75x {width:755px !important;}
.wdh-76 {width:760px !important;}
.wdh-76x {width:765px !important;}
.wdh-77 {width:770px !important;}
.wdh-77x {width:775px !important;}
.wdh-78 {width:780px !important;}
.wdh-78x {width:785px !important;}
.wdh-79 {width:790px !important;}
.wdh-79x {width:795px !important;}

.wdh-80 {width:800px !important;}
.wdh-80x {width:805px !important;}
.wdh-81 {width:810px !important;}
.wdh-81x {width:815px !important;}
.wdh-82 {width:820px !important;}
.wdh-82x {width:825px !important;}
.wdh-83 {width:830px !important;}
.wdh-83x {width:835px !important;}
.wdh-84 {width:840px !important;}
.wdh-84x {width:845px !important;}
.wdh-85 {width:850px !important;}
.wdh-85x {width:855px !important;}
.wdh-86 {width:860px !important;}
.wdh-86x {width:865px !important;}
.wdh-87 {width:870px !important;}
.wdh-87x {width:875px !important;}
.wdh-88 {width:880px !important;}
.wdh-88x {width:885px !important;}
.wdh-89 {width:890px !important;}
.wdh-89x {width:895px !important;}

.wdh-90 {width:900px !important;}
.wdh-90x {width:905px !important;}
.wdh-91 {width:910px !important;}
.wdh-91x {width:915px !important;}
.wdh-92 {width:920px !important;}
.wdh-92x {width:925px !important;}
.wdh-93 {width:930px !important;}
.wdh-93x {width:935px !important;}
.wdh-94 {width:940px !important;}
.wdh-94x {width:945px !important;}
.wdh-95 {width:950px !important;}
.wdh-95x {width:955px !important;}
.wdh-96 {width:960px !important;}
.wdh-96x {width:965px !important;}
.wdh-97 {width:970px !important;}
.wdh-97x {width:975px !important;}
.wdh-98 {width:980px !important;}
.wdh-98x {width:985px !important;}
.wdh-99 {width:990px !important;}
.wdh-99x {width:995px !important;}

.wdh-100 {width:1000px !important;}
/*end*/

/*----------高度----------*/
.row-x {height:inherit;}
.row-1 {height:10px!important;}
.row-1x {height:15px!important;}
.row-2 {height:20px!important;}
.row-2x {height:25px!important;}
.row-3 {height:30px!important;}
.row-3x {height:35px!important;}
.row-4 {height:40px!important;}
.row-4x {height:45px!important;}
.row-5 {height:50px!important;}
.row-5x {height:55px!important;}
.row-6 {height:60px!important;}
.row-6x {height:65px!important;}
.row-7 {height:70px!important;}
.row-7x {height:75px!important;}
.row-8 {height:80px!important;}
.row-8x {height:85px!important;}
.row-9 {height:90px!important;}
.row-9x {height:95px!important;}

.row-10 {height:100px!important;}
.row-10x {height:105px!important;}
.row-11 {height:110px!important;}
.row-11x {height:115px!important;}
.row-12 {height:120px!important;}
.row-12x {height:125px!important;}
.row-13 {height:130px!important;}
.row-13x {height:135px!important;}
.row-14 {height:140px!important;}
.row-14x {height:145px!important;}
.row-15 {height:150px!important;}
.row-15x {height:155px!important;}
.row-16 {height:160px!important;}
.row-16x {height:165px!important;}
.row-17 {height:170px!important;}
.row-17x {height:175px!important;}
.row-18 {height:180px!important;}
.row-18x {height:185px!important;}
.row-19 {height:190px!important;}
.row-19x {height:195px!important;}

.row-20 {height:200px!important;}
.row-20x {height:205px!important;}
.row-21 {height:210px!important;}
.row-21x {height:215px!important;}
.row-22 {height:220px!important;}
.row-22x {height:225px!important;}
.row-23 {height:230px!important;}
.row-23x {height:235px!important;}
.row-24 {height:240px!important;}
.row-24x {height:245px!important;}
.row-25 {height:250px!important;}
.row-25x {height:255px!important;}
.row-26 {height:260px!important;}
.row-26x {height:265px!important;}
.row-27 {height:270px!important;}
.row-27x {height:275px!important;}
.row-28 {height:280px!important;}
.row-28x {height:285px!important;}
.row-29 {height:290px!important;}
.row-29x {height:295px!important;}

.row-30 {height:300px!important;}
.row-30x {height:305px!important;}
.row-31 {height:310px!important;}
.row-31x {height:315px!important;}
.row-32 {height:320px!important;}
.row-32x {height:325px!important;}
.row-33 {height:330px!important;}
.row-33x {height:335px!important;}
.row-34 {height:340px!important;}
.row-34x {height:345px!important;}
.row-35 {height:350px!important;}
.row-35x {height:355px!important;}
.row-36 {height:360px!important;}
.row-36x {height:365px!important;}
.row-37 {height:370px!important;}
.row-37x {height:375px!important;}
.row-38 {height:380px!important;}
.row-38x{height:385px!important;}
.row-39 {height:390px!important;}
.row-39x {height:395px!important;}

.row-40 {height:400px!important;}
.row-40x {height:405px!important;}
.row-41 {height:410px!important;}
.row-41x {height:415px!important;}
.row-42 {height:420px!important;}
.row-42x {height:425px!important;}
.row-43 {height:430px!important;}
.row-43x {height:435px!important;}
.row-44 {height:440px!important;}
.row-44x {height:445px!important;}
.row-45 {height:450px!important;}
.row-45x {height:455px!important;}
.row-46 {height:460px!important;}
.row-46x {height:465px!important;}
.row-47 {height:470px!important;}
.row-47x {height:475px!important;}
.row-48 {height:480px!important;}
.row-48x {height:485px!important;}
.row-49 {height:490px!important;}
.row-49x {height:495px!important;}

.row-50 {height:500px!important;}
.row-50x {height:505px!important;}
.row-51 {height:510px!important;}
.row-51x {height:515px!important;}
.row-52 {height:520px!important;}
.row-52x {height:525px!important;}
.row-53 {height:530px!important;}
.row-53x {height:535px!important;}
.row-54 {height:540px!important;}
.row-54x {height:545px!important;}
.row-55 {height:550px!important;}
.row-55x {height:555px!important;}
.row-56 {height:560px!important;}
.row-56x {height:565px!important;}
.row-57 {height:570px!important;}
.row-57x {height:575px!important;}
.row-58 {height:580px!important;}
.row-58x {height:585px!important;}
.row-59 {height:590px!important;}
.row-59x {height:595px!important;}

.row-60 {height:600px!important;}
.row-60x {height:605px!important;}
.row-61 {height:610px!important;}
.row-61x {height:615px!important;}
.row-62 {height:620px!important;}
.row-62x {height:625px!important;}
.row-63 {height:630px!important;}
.row-63x {height:635px!important;}
.row-64 {height:640px!important;}
.row-64x {height:645px!important;}
.row-65 {height:650px!important;}
.row-65x {height:655px!important;}
.row-66 {height:660px!important;}
.row-66x {height:665px!important;}
.row-67 {height:670px!important;}
.row-67x {height:675px!important;}
.row-68 {height:680px!important;}
.row-68x {height:685px!important;}
.row-69 {height:690px!important;}
.row-69x {height:695px!important;}

.row-70 {height:700px!important;}
.row-70x {height:705px!important;}
.row-71 {height:710px!important;}
.row-71x {height:715px!important;}
.row-72 {height:720px!important;}
.row-72x {height:725px!important;}
.row-73 {height:730px!important;}
.row-73x {height:735px!important;}
.row-74 {height:740px!important;}
.row-74x {height:745px!important;}
.row-75 {height:750px!important;}
.row-75x {height:755px!important;}
.row-76 {height:760px!important;}
.row-76x {height:765px!important;}
.row-77 {height:770px!important;}
.row-77x {height:775px!important;}
.row-78 {height:780px!important;}
.row-78x {height:785px!important;}
.row-79 {height:790px!important;}
.row-79x {height:795px!important;}

.row-80 {height:800px!important;}
.row-80x {height:805px!important;}
.row-81 {height:810px!important;}
.row-81x {height:815px!important;}
.row-82 {height:820px!important;}
.row-82x {height:825px!important;}
.row-83 {height:830px!important;}
.row-83x {height:835px!important;}
.row-84 {height:840px!important;}
.row-84x {height:845px!important;}
.row-85 {height:850px!important;}
.row-85x {height:855px!important;}
.row-86 {height:860px!important;}
.row-86x {height:865px!important;}
.row-87 {height:870px!important;}
.row-87x {height:875px!important;}
.row-88 {height:880px!important;}
.row-88x {height:885px!important;}
.row-89 {height:890px!important;}
.row-89x {height:895px!important;}

.row-90 {height:900px!important;}
.row-90x {height:905px!important;}
.row-91 {height:910px!important;}
.row-91x {height:915px!important;}
.row-92 {height:920px!important;}
.row-92x {height:9250px!important;}
.row-93 {height:930px!important;}
.row-93x {height:935px!important;}
.row-94 {height:940px!important;}
.row-94x {height:945px!important;}
.row-95 {height:950px!important;}
.row-95x {height:955px!important;}
.row-96 {height:960px!important;}
.row-96x {height:965px!important;}
.row-97 {height:970px!important;}
.row-97x {height:975px!important;}
.row-98 {height:980px!important;}
.row-98x {height:985px!important;}
.row-99 {height:990px!important;}
.row-99x {height:995px!important;}

.row-100 {height:1000px!important;}
/*----------高度结束----------*/



/*----------行高----------*/
.lht-1 {line-height:10px!important;}
.lht-1x {line-height:15px!important;}
.lht-2 {line-height:20px!important;}
.lht-2x {line-height:25px!important;}
.lht-3 {line-height:30px!important;}
.lht-3x {line-height:35px!important;}
.lht-4 {line-height:40px!important;}
.lht-4x {line-height:45px!important;}
.lht-5 {line-height:50px!important;}
.lht-5x {line-height:55px!important;}
.lht-6 {line-height:60px!important;}
.lht-6x {line-height:65px!important;}
.lht-7 {line-height:70px!important;}
.lht-7x {line-height:75px!important;}
/*----------行高----------*/


/*----------头部样式----------*/
.headerwrap {
	position:fixed;
	top:0;
	width:100%;
	z-index:999999;
}  

.top  {
	width:100%;
	height:28px;
	padding:0 15px;
	/*background-color:#f5f5f5;*/
	line-height:28px;
	overflow:hidden;
	font-size:12px;
	color:#555;
	border-bottom:1px #d7d7d7 solid;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#ffffff,endColorStr=#f9f9f9); /*IE 6 7 8*/ 
	background: -ms-linear-gradient(top, #ffffff,#f9f9f9); /* IE 10 */
	background:-moz-linear-gradient(top,#ffffff,#f9f9f9); /*火狐*/ 
	background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#ffffff), to(#f9f9f9)); /*谷歌*/ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#f9f9f9));      /* Safari 4-5, Chrome 1-9*/
	background: -webkit-linear-gradient(top, #ffffff, #f9f9f9);   /*Safari5.1 Chrome 10+*/
	background: -o-linear-gradient(top, #ffffff, #f9f9f9);  /*Opera 11.10+*/
}
	
.top li {
	float:left;
}
.top li:last-child {
	float:right;}

.top li:last-child a i {
	color:#ff6400;}

.header {
	width:100%;
	height:60px;
	background:#156478;/*默认颜色*/
	/*filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#4a9cd6,endColorStr=#4290c7); /*IE 6 7 8*/ 
	/*background: -ms-linear-gradient(top, #4a9cd6,#4290c7); /* IE 10 */
	/*background:-moz-linear-gradient(top,#4a9cd6,#4290c7); /*火狐*/ 
	/*background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#4a9cd6), to(#4290c7)); /*谷歌*/ 
	/*background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4a9cd6), to(#4290c7));      /* Safari 4-5, Chrome 1-9*/
	/*background: -webkit-linear-gradient(top, #4a9cd6, #4290c7);   /*Safari5.1 Chrome 10+*/
	/*background: -o-linear-gradient(top, #15a3f4, #4290c7);  /*Opera 11.10+*/
}
.syslogo {
	width:80px;
	height:60px;
	margin-left:10px;
	float:left;
	overflow:hidden;
}/*logo*/

.syslogo img {height:60px; margin:0 auto; margin-top:16px; display:block;} /*logo*/
/*头部系统logo*/

.sysname {
	height:60px;
	overflow:hidden;
	color:#fff;
	float:left;
	font-family:"微软雅黑"
}
.sysname span {
	display:block;
	font-size:26px;
	line-height:60px;
	margin-bottom:0;
	padding-bottom:0;
	font-weight:bold;
	color:#fafafa;
	transform: scale(1,1); /*拉长字体*/
    -ms-transform: scale(1,1); /*拉长字体*/
    -webkit-transform: scale(1,1); /*拉长字体*/
    -moz-transform: scale(1,1); /*拉长字体*/
    -o-transform: scale(1,1); /*拉长字体*/
}
.sysname em {
	display:block;
	padding-top:10px;
	font-size:12px;
	line-height:12px;
	color:#98cbf0;
	padding-left:10px;
}
.sysname em p {
	color:#fff;
	font-size:14px;
	line-height:20px;}
/*头部系统名称*/

.sysother {
	padding-left:60px;
	max-width:480px;
	float:left;	
	height:60px;
	overflow:hidden;
}

/*头部导航*/
.navwrap {
	width:auto;
}

.navwrap a {
	display:block;
	width:120px;
	height:60px;
	line-height:60px;
	font-size:14px;
	text-align:center;
	float:left;
	text-decoration:none;
	background:#156479;
	color:#fff;
	border-right:1px #115262 solid;
	border-left:1px #20788e solid;
	transition:0.5s;
	position:relative;
}
.navwrap a:hover {background:#19748a; transition:0.5s}
.navwrap a.active {background:#19748a}
.navwrap a:first-child {
	border-left:1px #115262 solid;}

.navwrap a i {
	/*padding-top:15px;
	margin-bottom:5px;
	display:block;*/
	font-size:17px;
	padding-right:6px;
	color:#fff;
}
.navwrap a em {
	display:block;
	width:19px;
	height:19px;
	border-radius:19px;
	line-height:20px;
	font-family:Arial, Helvetica, sans-serif;
	background:#ff6600;
	color:#ffffff;
	font-size:12px;
	text-align:center;	
	overflow:hidden;
	position:absolute;
	top:5px;
	right:5px;
}
/*头部导航*/

/*头部消息提醒*/
.infowarn {	
	position: relative;
	float:right;
	cursor:pointer;
}

.infowarn dt {
	margin:20px 20px 0 0;
	position: relative;
	width:25px;
	height:25px;
	line-height:25px;
	border-radius: 40px;
	background: #ffffff;
	text-align: center;
}

.infowarn dt i {
	color:#555555
}

.infowarn dt span {
	top:-3px;
	right:-3px;
	position: absolute;
	width:10px;
	height:10px;	
	background-color:#ff6600;
	border-radius:5px;
	z-index: 10;
}

.infowarn dd {
	display: none;
	position: absolute;
	top:60px;
	right:0;
	width:330px;
	max-height:200px;
	padding:15px;
	background: #ffffff;
	box-shadow: 0 3px 5px #aaaaaa;
	border-radius: 0 0 5px 5px;
}
.infowarn dd .informlist {
	width:100%;
}

.infowarn dd .informlist a {
	display: block;
	width:100%;
	height:40px;
	line-height:40px;
	font-size:14px;
	color:#777777;
	border-bottom:1px #e5e5e5 dashed;
}
.infowarn dd .informlist a b {
	color:#f55555;
	font-size:14px;
}
.infowarn dd .nodata {
	padding:20px 0;
	width:100%;
	text-align: center;
	font-size:16px;
}


/*头部手机版二维码*/
.evm-warn {
	width:100px;
	height:60px;
	line-height:60px;
	float:right;
	color:#fff;
	border-right:1px #008cae solid;
	border-left:1px #29b1d3 solid;
	cursor:pointer;
}
.evm-warn:hover {background:#0098bd}

.evm-warn ul {
	display:none;
}
.evm-warn:hover ul {
	display:block;
	background:#fff;
	margin-top:60px;
	border:1px #eee solid;
}
.evm-warn ul li {
	width:120px;
	height:120px;
	padding:10px 0 0 10px;
	background-color:#fff;
	border:1px #eee solid;
	border-top:0;
}
.evm-warn ul li img {width:100px; height:100px;}
.evm-warn > i {
	display:block;
	width:18px;
	height:18px;
	text-align:center;
	line-height:18px;
	border-radius:18px;
	background:#fff;
	color:#ff6400;
	margin-right:5px;
	margin-top:21px;
	font-size:12px;
	overflow:hidden;
	float:right;
}
.evm-warn span {
	display:block;
	padding-top:-15px;
	float:right;
	margin-right:17px;
}

/*头部用户设置*/
.sysuser {
	/*width:180px;*/
	float:right;
	height:60px;
	cursor:pointer;
	line-height:60px;
	text-align:right;
	color:#fff;
	position:relative;
	font-size:12px;	
	/*border-right:1px #008cae solid;
	border-left:1px #29b1d3 solid;*/
}
/*.sysuser:hover {
background:#0098bd}*/

.sysuser > i.usericon {
	display:block;
	width:26px;
	height:26px;
	text-align:center;
	line-height:26px;
	border-radius:35px;
	background:#f5f5f5;
	color:#158DD1;
	margin:18px 5px 0 10px;
	font-size:18px;
	overflow:hidden;
	float:left;
}

.sysuser span {
	display:block;
	min-width:80px;
	max-width:100px;
	height:60px;
	line-height:60px;
	padding-top:-15px;
	margin-right:15px;
	margin-left:5px;
	float:left;
	font-size:14px;
	overflow:hidden;
	text-align:left
}

.sysuser ul {
	width:100%;
	position:absolute;
	background:#fff;
	display:none;
    margin-top:60px;
	/*border:1px #eee solid;*/
	z-index:-1 !important;
	box-shadow:0 2px 4px #eeeeee;
	border:1px #eee solid;
	border-bottom:0;
}

.sysuser ul li {
	border-bottom:1px #eee solid;
}

.sysuser ul li:last-child {
	border-bottom:none
}
.sysuser ul li a {
	display:block;
	width:100%;
	background-color:#fcfcfc;
	height:60px;
	line-height:60px;
	padding-left:15px;
	text-align:left;
	color:#666;
	text-decoration:none;
}

.sysuser ul li a:hover {
	background:#f8f8f8;
}
.sysuser ul li a i {padding-right:8px; color:#ff4400; font-size:14px;}
.sysuser ul li a:hover i {
	color:#ff4400;
}

/*用户设置样式2*/
.sysuser ul.cls1 {
	width:190px;
	background:#fff;
	padding:15px 0 10px 7px;
	border:1px #eeeeee solid;
	right:0;
}
.sysuser ul.cls1 li {
	padding:0px !important;
	margin:0 0 5px 10px !important;
	width:75px;
	height:75px;
	border:0 !important;
	float:left;
}

.sysuser ul.cls1 li a {
	width:100%;
	height:100%;
	padding:0;
	font-size:12px;	
	line-height:38px;
	text-align:center !important;
	background:#ffffff;	
	border-radius:5px;
	color:#333333;
	overflow:hidden}

.sysuser ul.cls1 li a:hover {
	background:#f1f1f1;}

.sysuser ul.cls1 li a i {
	position:relative;
	display:block;
	font-size:24px;
	color:#397a9c;
	left:5px;
	top:8px;}


/*----------主体样式----------*/
.mainwrap {
	width:100%;
	padding-top:60px;
    padding-bottom:40px;
	position:relative
} /*用户中心首页背景*/
	
.submainwrap {
	width:100%;
	padding-bottom:40px;
	position:relative;
}
.main-content {
	width:auto;
	position:relative;
}

/*框架左侧*/
.leftmenubox {
	width:230px;
	height:100%;
	background:#fff;
	position:fixed;
	left:0;
	transition:0.3s;
	z-index:9;
	border-right:1px #d7d7d7 solid;
}
/*.leftmenubox:hover {background:#fafafa;}*/
.leftmenubox2 {
	width:62px;
	height:100%;
	background:#fff;
	position:fixed;
	left:0;
	transition:0.3s;
	padding-bottom:100px;
	z-index:9;
	border-right:1px #d7d7d7 solid;
}
.leftmenu {
	width:220px;
	height:100%;
	padding-bottom:125px;
	/*background:#fafafa;*/
	background:#eaedf1;
	position:fixed;
	left:0;
	transition:0.3s;
	border-right:1px #d7d7d7 solid;
	z-index:9;	
	/*IE8滚动条样式设置*/
	overflow-y:auto;
	scrollbar-arrow-color: #fff; /**//*三角箭头的颜色*/   
    scrollbar-face-color: #4798d2; /**//*立体滚动条的颜色*/   
    scrollbar-3dlight-color: #4798d2; /**//*立体滚动条亮边的颜色*/   
    scrollbar-highlight-color: #4798d2; /**//*滚动条空白部分的颜色*/   
    scrollbar-shadow-color: #4798d2; /**//*立体滚动条阴影的颜色*/   
    scrollbar-darkshadow-color: #4798d2; /**//*立体滚动条强阴影的颜色*/   
    scrollbar-track-color: #235b82; /**//*立体滚动条背景颜色*/   
    scrollbar-base-color:#fff; /**//*滚动条的基本颜色*/
	/*IE8滚动条样式设置*/
}
/*高版本浏览器滚动条样式设置*/
.leftmenu::-webkit-scrollbar{/*滚动条整体部分，其中的属性有width,height,background,border等（就和一个块级元素一样）（位置1）*/  
    width:3px;
	height:10px;
	background:#f5f5f5
}
.leftmenu::-webkit-scrollbar-button{/*滚动条两端的按钮，可以用display:none让其不显示，也可以添加背景图片，颜色改变显示效果（位置2）*/  
    background:#74D334;
	display:none;
}  
.leftmenu::-webkit-scrollbar-track{/*外层轨道，可以用display:none让其不显示，也可以添加背景图片，颜色改变显示效果（位置3）*/ 
    background:#62c0e3;
	display:none;
}  
.leftmenu::-webkit-scrollbar-track-piece{/*内层轨道背景，滚动条中间部分（位置4）*/
    background:#f6f6f6;
	border-radius:5px;
}  
.leftmenu::-webkit-scrollbar-thumb{/*滚动条里面可以拖动的那部分（位置5）*/  
    background:#21768a;
    border-radius:5px; 
}  
.leftmenu::-webkit-scrollbar-corner {/*边角（位置6）*/  
    background:#82AFFF;
	display:none;
}  
.leftmenu::-webkit-scrollbar-resizer  {/*定义右下角拖动块的样式（位置7）*/  
    background:#FF0BEE;
	display:none;  
} 
/*高版本浏览器滚动条样式设置*/

.leftmenu2 {
	width:51px;
	height:100%;
	background:#eaedf1;
	position:fixed;
	left:0;
	transition:0.3s;
	z-index:9;
}
.push {
	width:10px;
	height:46px;
	line-height:42px;
	text-align:center;
	cursor:pointer;
	position:fixed;
	left:220px;
	top:45%;
	z-index:10;
	transition:0.3s;
	cursor:pointer;
	background:#19748a;
	border:1px #4089a9 solid;
	border-left:0;
	overflow:hidden;
}

.push i {
	color:#fff;
	font-size:12px;
	position:relative;
	right:1px;
}

.push:hover {
	background:#19748a;
	border:1px #19748a solid;
	border-left:0;
	color:#fff;
}
.push:hover i {
	transform:rotateX(180deg);
	transition:0.5s}

.push2 {
	width:10px;
	height:40px;
	line-height:40px;
	text-align:center;
	cursor:pointer;
	position:fixed;
	left:51px;
	z-index:999;
	transition:0.3s;
	background:#19748a;
	border:1px #19748a solid;
	border-left:0;
	overflow:hidden
}
/*框架左侧结束*/

/*自定义左侧导航*/
.lmenu-cls1 {
	width:100%;
	/*background:#fafafa;*/
	background:#eaedf1;
}
.lmenu-cls1 ul li {
	position:relative !important}

/*默认一级类CSS*/
.lmenu-cls1 a.link,
.lmenu-cls1 .link {
	display: block;
	width:auto;
	height:48px;
	line-height:48px;
	padding:0 20px 0 15px;
	/*background:#fafafa;*/
	background:#eaedf1;
	color:#444444;
	overflow: hidden;
	font-size:14px;
	border-bottom:1px #f3f6fa solid;
}
.lmenu-cls1 a.link:hover,
.lmenu-cls1 .link:hover {
	background:#f5f5f5;
	color:#444444;
}

.lmenu-cls1 a.link i,
.lmenu-cls1 .link i {
	/*color:#828282;*/
	color:#aaaaaa;
	padding-right:10px;
	font-size:20px;
	position: relative;
	top:2px;
}
.lmenu-cls1 a.link .icon-unfold,
.lmenu-cls1 .link .icon-unfold,
.lmenu-cls1 a.link .icon-fold,
.lmenu-cls1 .link .icon-fold {
	float:right;
	padding-right:0;
	font-size:12px;
	display:none;
}

/*点击一级类并展开下拉后，但未击点其小类时的一级类的css*/
.lmenu-cls1 a.link.click,
.lmenu-cls1 .link.click {
	background:#115262;
	color:#ffffff;
}
.lmenu-cls1 a.link.click i,
.lmenu-cls1 .link.click i {
	color:#ffffff;
}
/*点击一级类并展开下拉后，但未击点其小类时的一级类的css结束*/

/*点击二级类后，一级类高亮css*/
.lmenu-cls1 a.link.active,
.lmenu-cls1 .link.active {
	background:#115262;
	color:#ffffff;
	transition: 0.8s;
}
.lmenu-cls1 a.link.active i,
.lmenu-cls1 .link.active i {
	color:#fff;
}
/*点击二级类后，一级类高亮css结束*/


/*--------------二级类CSS--------------*/
.lmenu-cls1 ul li ul.mysubmenu {
	width:auto;
	display: none;
}
.lmenu-cls1 ul li ul.mysubmenu a {
	display: block;
	width:auto;
	height:45px;
	padding:0 10px 0 15px;
	line-height:45px;
	overflow: hidden;
	background:#fff;
	color:#333333;
	font-size:12px;
	border-bottom:1px #f6f6f6 solid;
}
.lmenu-cls1 ul li ul.mysubmenu a:hover {
	color:#ffffff;
	background:#19748a;
}
.lmenu-cls1 ul li ul.mysubmenu a:hover i {
	color:#ffffff;
}
.lmenu-cls1 ul li ul.mysubmenu a i {
	color:#115262;
	font-size:15px;
	padding-right:5px;
}
.lmenu-cls1 ul li ul.mysubmenu a.active {
	color:#ffffff;
	/*font-weight: bold;*/
	transition: 0.8s;
	background:#115262;
}
.lmenu-cls1 ul li ul.mysubmenu a.active i {
	color:#ffffff;
	font-weight: bold;
	font-size:15px;
}
/*自定义左侧菜单结束*/



/*主体右侧*/
.main-right {
	width:auto;
	min-width:1366px;
	padding-left:230px;
	transition:0.3s;
	border-left:1px #e5e5e5 solid;
}
.main-right2 {
	width:auto;
	height:100%;
	padding-left:58px;
	transition:0.3s;
}


/*----------面包屑导航-----------*/
.crumbs {
	width:100%;
	height:40px;
	line-height:42px;
	background-color:#fff;
	padding:0;
	overflow:hidden;
	color:#666666;
	font-size:12px;
	border-bottom:1px #d7d7d7 solid;
}
.crumbs.cls1 span {
	display:block;
	padding:0 25px 0 10px;
    height: 40px;
	line-height:42px;
	float:left;
	overflow:hidden;
	position:relative;
	background-image:url(../img/jiantou.png);
	background-repeat:no-repeat;
	background-position:right;
}
.crumbs.cls1 span a {
	font-size:12px;
}
.crumbs.cls1 span i {
	font-size:14px;
	padding-right:7px;
	color:#ff6400
}
/*----------面包屑导航结束-----------*/

/*页面标题*/
.pagetitle {
	width:auto;
	height:40px;
	font-size:14px;
	overflow:hidden;
	padding-left:15px;
	border-bottom:1px #eee solid;
	background:#fff;
	box-shadow:2px 2px 2px #eee;
	color:#1ca1d8;
}
.pagetitle a i.icon-tixing6 {
	font-size:28px;
	color:#ff4400;
	padding-right:15px;
	margin-top:2px;
}
.pagetitle span {
	display:block;
	float:left;
	height:40px;
	padding:0 15px;
	border-right:1px #eee solid;
}
/*----------div模拟表格-----------*/

/*可以优化行高*/
.field-scroll {
	width:100%;
	height:34px;
	margin:2px 0;
	overflow-y:auto;
}
.tbl-scroll {
	display:table-cell;
	line-height:34px;
	width:100%;
	height:28px;
}
.tbl-scroll i {color:#ff6400; padding-right:0px; font-size:10px;}
.tbl-scroll i.disable {display:none;}


/*表格列表样式偶数、奇数行样式*/
.evenbg table tbody tr:nth-child(even) td {    
	background:#f9f9f9 !important;
}
.oddbg table tbody tr:nth-child(odd) td {
	background:#f9f9f9 !important;
}

/*----------表格列表样式1-----------*/
.listtable-cls1 {
	width:auto;
}
.listtable-cls1 table {
	width:100%;
}
.listtable-cls1 table tr td {
	border:1px #e1e1e1 solid;
	height:42px;
	font-size:12px;
	text-align:center;
}

.listtable-cls1 table thead tr td {
	background:#f7f7f7;
	font-weight:bold;
	position:relative;
}
.listtable-cls1 table thead tr:last-child {
	border-bottom:2px #218ba4 solid;
}
.listtable-cls1 table tbody tr {
	background:#ffffff;
}
.listtable-cls1 table tbody tr:hover {
	background:#f9f9f9;
}
.listtable-cls1 table tfoot tr {
	background:#f5f5f5;
}
.listtable-cls1 table tr td input[type="checkbox"],
.listtable-cls1 table tr td input[type="radio"] {
	position:relative;
	width:16px;
	height:16px;
}
.listtable-cls1 table td a.title{
	margin:0 auto;
	display:block;
	width:99%;
	height:42px;
	line-height:42px;
	overflow:hidden;
}

.listtable-cls1 table td.key {
	background:#f6f6f6;
	text-align:center;
	font-weight:bold;
}
.listtable-cls1 table td.val {
	text-align:left;
	padding:5px 10px;
	line-height:25px;
}
.listtable-cls1 table tbody span {
	display:block;
	height:40px;
	line-height:40px;
	overflow:hidden;
}
.listtable-cls1 table tbody span.roll {
	display:block;
	height:40px;
	line-height:20px !important;
	overflow-y:auto !important;
	text-align:left;}

.listtable-cls1 table tfoot td {
	display:block;
	height:35px;
	line-height:35px;
	overflow:hidden;
}
/*----------列表样式1-----------*/


/*----------列表样式2-----------*/
.listtable-cls2 {width:auto;}
.listtable-cls2 table {width:100%;}
.listtable-cls2 table tr td {
	height:42px;
	font-size:12px;
	border-bottom:1px #ddd dotted;}
	
.listtable-cls2 thead tr td {
	border-bottom:2px #eee solid;
	font-weight:bold;
	position:relative;}
	
.listtable-cls2 table tbody span {
	display:block;
	height:42px;
	line-height:42px;
	overflow:hidden;
}

.listtable-cls2 input[type="checkbox"],
.listtable-cls2 input[type="radio"] {
	position:relative;
	width:16px;
	height:16px;
}
.listtable-cls2 table tfoot td {
	display:block;
	height:35px;
	line-height:35px;
	overflow:hidden;
}
/*------------end-------------*/


/*----------表格列表样式3-----------*/
.listtable-cls3 {
	width:auto;
}
.listtable-cls3 table {
	width:100%;
}
.listtable-cls3 table thead tr td {
	background:#f5f6fa;	
	border:1px #e1e6eb solid;
	border-bottom:2px #e1e6eb solid;
	text-align:center;
	height:42px;
	font-weight:bold;
	color:#555555;
	font-size:12px;
	position:relative;
}
.listtable-cls3 table tbody tr td {
	background:#fff;
	height:50px;
	padding-top:1px;
	border:1px #e1e6eb solid;
	text-align:center;
	font-size:13px;
}
.listtable-cls3 table tbody tr:hover td {
	background:#fafafa;}
	
.listtable-cls3 table tbody span {
	display:block;
	height:50px;
	line-height:50px;
	overflow:hidden;
}

.listtable-cls3 table tfoot tr td {
	background:#f8f8f8;
	height:35px;
	border:1px #e8e8e8 solid;
	text-align:center;
}
.listtable-cls3 table tr td input[type="checkbox"],
.listtable-cls3 table tr td input[type="radio"] {
	position:relative;
	width:16px;
	height:16px;
}
.listtable-cls3 table td a.title {
	margin:0 auto;
	display:block;
	width:99%;
	height:42px;
	line-height:42px;
	overflow:hidden;
}
/*----------列表样式3结束-----------*/

/*表格中的三角箭头*/
.listtable-cls1 p,
.listtable-cls2 p,
.listtable-cls3 p,
.listtable-cls4 p {
	display:block;
	position:absolute;}


.listtable-cls1 .triangle-top,
.listtable-cls1 .triangle-bottom,

.listtable-cls2 .triangle-top,
.listtable-cls2 .triangle-bottom,

.listtable-cls3 .triangle-top,
.listtable-cls3 .triangle-bottom,

.listtable-cls4 .triangle-top,
.listtable-cls4 .triangle-bottom {
	width:0 !important;
    height:0 !important;	
	border-style: solid;
	border-width: 5px;}

.listtable-cls1 .triangle-top,
.listtable-cls2 .triangle-top,
.listtable-cls3 .triangle-top,
.listtable-cls4 .triangle-top {
	border-color:transparent transparent #cccccc transparent;
	position:relative;
	top:-14px;
	left:5px;
}

.listtable-cls1 .triangle-bottom,
.listtable-cls2 .triangle-bottom,
.listtable-cls3 .triangle-bottom,
.listtable-cls4 .triangle-bottom {
	border-color:#cccccc transparent transparent transparent;
	position:relative;
	top:15px;
	left:-5px;
}

.listtable-cls1 .triangle-top.act,
.listtable-cls2 .triangle-top.act,
.listtable-cls3 .triangle-top.act,
.listtable-cls4 .triangle-top.act {
	border-color:transparent transparent #ff6600 transparent;
}/*选中时*/

.listtable-cls1 .triangle-bottom.act,
.listtable-cls2 .triangle-bottom.act,
.listtable-cls3 .triangle-bottom.act,
.listtable-cls4 .triangle-bottom.act {
	border-color:#ff6600 transparent transparent transparent;
}/*选中时*/

/*表格中的三角箭头*/



/*----------资讯详细页样式1----------*/
.infoviewcls1 {
	width:auto;
	height:inherit;
	margin:15px 15px 60px 15px;
	padding:30px 0 30px 0;
	position:relative;
}
.infoviewcls1 .infotitle {
	width:95%;
	min-height:30px;
	font-size:28px;
	line-height:35px;
	text-align:left;
	padding-bottom:10px;
	margin:0 auto;
	font-weight:bold;
	color:#333;
}
.infoviewcls1 .infosubtitle {
	width:95%;
	height:40px;
	text-align:left;
	line-height:30px;
	overflow:hidden;
	border-bottom:1px #d7d7d7 solid;
	margin:0 auto;
	color:#555;
}
.infoviewcls1 .infocontact {
	width:95%;
	line-height:30px;
	font-size:13px;
	margin:0 auto;
	padding-top:30px;
	padding-bottom:30px;
}
/*----------资讯详细页样式1----------*/


/*----------翻页样式----------*/
.page {
	margin-bottom:20px;
	width: auto;
	clear:both;
	font-size:12px;
	background:#fff;
	clear:both;
}
.page ul li {
	float: left;
	text-align: center;
	margin-left:6px;
}
.page ul li a {
	display: block;
	padding: 4px 8px;
	border: #eee 1px solid;
}
.page ul li a.disabled {
	color: #aaa;
	cursor: default;
}
.page ul li a.active {
	background: #218ba4;
	border: #3498DB 1px solid;
	color: #fff;
}
.page .count {
	font-size:12px;
	color:#218ba4
}
.page .count em {color:#ff6400; font-style:normal;}
.page .jump {width:25px; height:25px; border:1px #e3e3e3 solid; text-align:center}


/*----------翻页样式2----------*/
.page-def {
    text-align: center;
    font-size: 12px;
}

.page-def a, .page-def span {
    border: #eee solid 1px;
    padding: 3px 10px;
    border-radius: 5px;
    transition: all 0.3s;
}

.page-def a:hover,
.page-def a.active {
    color: #fff;
    background-color: #00479d;
	border: #00479d solid 1px;
}

.page-def span.current{
    color: #fff;
    background-color: #00479d;
	border: #00479d solid 1px;
}

.page-def a.disabled, .page-def span.disabled{
    color: #bbb;
    background-color: #fff;
}
.page-def .jump {padding:3px 10px; border:1px #e3e3e3 solid; text-align:center}


/*----------底部样式----------*/
.footerwrap {
	width:100%;
	height:40px;
	color:#f8f8f8;
	text-align:center;
	line-height:40px;
	position:fixed;
	bottom:0;
	overflow:hidden;
	background-color:#156478;
	border-top:1px #156478 solid;
	z-index:10;
	font-size:12px;
	z-index:999999
}
.footerwrap a {
	font-size:12px;
	color:#f8f8f8
}

/*兼容IE8+滚动条自定义样式
需加载divscroll.js
用法：在要有滚动条的DIV上加.item即可,
另一个js已放在application.js中
*/
.item {
	position:relative;
    /*overflow:hidden;*/
	/*overflow-y:hidden;*/
	outline:none;
}
/*滚动条自定义样式*/


/*tabs效果*/
/*样式1*/
.tab-cls1 {
	width:auto;
	clear:both;}
	
.tab-cls1 .tab-btn {
	 width:auto;
	 height:40px;
	 border-bottom:1px #e5e5e5 solid;}

.tab-cls1 .tab-btn a {
	display:block;
	border:1px #ffffff solid;
	border-bottom:0;
	width:auto;
	height:39px;
	padding:0 20px;
	line-height:40px;
	float:left;
	overflow:hidden;
	position:relative;
	color:#333333;
	font-size:12px;
	z-index:99;}
	
.tab-cls1 .tab-btn a.act {
	height:40px;
	border:1px #e5e5e5 solid;
	border-bottom:1px #ffffff solid;
	border-top:2px #39C solid;
	font-weight:bold;
	font-size:14px;}
	
.tab-cls1 .tab-content {
	width:auto;}

.tab-cls1 .tab-content .tab-item {
	border:1px #eeeeee solid;
	border-top:0;}	
/*end*/

/*样式2*/
.tab-cls2 {
	width:auto;
	clear:both;}
	
.tab-cls2 .tab-btn {
	 width:auto;
	 height:40px;
	 border-bottom:1px #eeeeee solid;}

.tab-cls2 .tab-btn a {
	display:block;	
	width:auto;
	height:39px;
	padding:0 20px;
	line-height:40px;
	float:left;
	overflow:hidden;
	position:relative;
	color:#333333;
	font-size:12px;
	z-index:99;}
	
.tab-cls2 .tab-btn a.act {
	height:40px;
	border-bottom:3px #0C0 solid;}
	
.tab-cls2 .tab-content {
	width:auto;}
/*end*/

/*样式3*/
.tab-cls3 {
	width:auto;
	clear:both;}
	
.tab-cls3 .tab-btn {
	 width:auto;
	 height:41px;
	 background:#f7f7f7;
	 border:1px #eeeeee solid;}

.tab-cls3 .tab-btn a {
	display:block;	
	width:auto;
	height:40px;
	padding:0 20px;
	line-height:40px;
	float:left;
	overflow:hidden;
	position:relative;	
	color:#333333;
	font-size:12px;
	z-index:99;}
	
.tab-cls3 .tab-btn a.act {
	height:40px;
	background:#ffffff;
	border-left:1px #eeeeee solid;
	border-right:1px #eeeeee solid;
	border-bottom:3px #0C0 solid;}
	
.tab-cls3 .tab-content {
	width:auto;
	border:1px #eeeeee solid;
	border-top:0;}
/*end*/
/*tabs样式end*/


/*自定义复选框*/
/*样式1*/
/*默认状态*/
.checkbox-cls1 .check {
	width:80px;
	height:30px;
	border:1px #d7d7d7 solid;
	border-radius:2px;
	overflow:hidden;
	cursor:pointer;}

.checkbox-cls1 .check .ico {
	width:28px;
	height:30px;
	text-align:center;
	line-height:26px;
	float:left;}
	
.checkbox-cls1 .check .ico i {font-size:12px;} 

.checkbox-cls1 .check .name {
	width:50px;
	height:30px;
	line-height:30px;
	text-align:center;
	font-size:12px;
	float:left;
	overflow:hidden;}


/*未选中hover时*/
.checkbox-cls1 .check.off:hover .name {
	background:#cccccc;
	color:#666666}

.checkbox-cls1 .check.off:hover .ico i {
	color:#999999}


/*选中时*/
.checkbox-cls1 .check.on {
	border:1px #56c360 solid;
	box-shadow:0px 0px 3px #1a9f26;} 

.checkbox-cls1 .check.on .name {
	background:#56c360;
	color:#ffffff;}
.checkbox-cls1 .check.on .ico i {color:#56c360;}	

/*未选中时*/
.checkbox-cls1 .check.off {
	border:1px #d7d7d7 solid;}
	
.checkbox-cls1 .check.off .name {
	background:#eeeeee;
	color:#555555;}
	
.checkbox-cls1 .check.off .ico i {color:#ffffff;}
/*自定义复选框end*/


/*自定义单选*/
/*样式1*/
/*默认状态*/
.radio-cls1 .radio {
	width:80px;
	height:30px;
	border:1px #d7d7d7 solid;
	border-radius:2px;
	overflow:hidden;
	cursor:pointer;}

.radio-cls1 .radio .ico {
	width:28px;
	height:30px;
	text-align:center;
	line-height:26px;
	float:left;}
	
.radio-cls1 .radio .ico i {font-size:12px;} 

.radio-cls1 .radio .name {
	width:50px;
	height:30px;
	line-height:30px;
	text-align:center;
	font-size:12px;
	float:left;
	overflow:hidden;}


/*未选中hover时*/
.radio-cls1 .radio.off:hover .name {
	background:#cccccc;
	color:#666666}

.radio-cls1 .radio.off:hover .ico i {
	color:#999999}


/*选中时*/
.radio-cls1 .radio.on {
	border:1px #56c360 solid;
	box-shadow:0px 0px 3px #1a9f26;} 

.radio-cls1 .radio.on .name {
	background:#56c360;
	color:#ffffff;}
.radio-cls1 .radio.on .ico i {color:#56c360;}	

/*未选中时*/
.radio-cls1 .radio.off {
	border:1px #d7d7d7 solid;}
	
.radio-cls1 .radio.off .name {
	background:#dddddd;
	color:#555555;}
	
.radio-cls1 .radio.off .ico i {color:#ffffff;}
/*自定义单选end*/


/*搜索自动补全*/
.autocompletion ul {
	clear:both;
}
.autocompletion .downdate {
	padding:5px 0;
	width:100%;
	border:1px #dddddd solid;
	border-top:0;
	display:none;
}
.autocompletion .downdate li {
	padding:7px 10px;
	border-bottom:1px #dddddd dotted;
	cursor:pointer;
}
.autocompletion .downdate li:hover {
	background:#f8f8f8}
/*end*/