html,body,form{
	border: 0px;
	margin: 0px;
	padding: 0px;
  font-size: 14px;
  font-family:微软雅黑,宋体;
  
}

.main-content{
  width:1024px;
  margin: 0 auto;
  padding-top:78px;
}

.left-content{
  float: left;
  width:680px;
}


.page-blockOverlay {
	border: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-image: url(./images/bgpng-1.gif);
	position: absolute;
	display: block;
	Z-INDEX: 99999999;
	filter: alpha(opacity=100);
	-moz-opacity: .75;
	opacity: .70;
}

.page-blockWaitMask {
	background-image: url(./images/dataLoading.gif);
	border: 1px solid #aaa;
	border-radius: 3px;
	width: 202px;
	height: 38px;
	top: 50%;
	left: 50%;
	margin-top: -19px;
	margin-left: -101px;
	position: absolute
}


@font-face {font-family: 'anticon';
	/* IE9*/
	src: url('./images/iconfont.eot'); 
	/* IE6-IE8 */
	src: url('./images/iconfont.eot?#iefix') format('embedded-opentype'), 
	/* chrome、firefox */
	url('./images/iconfont.woff') format('woff'), 
	/* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
	url('./images/iconfont.ttf') format('truetype'), 
	/* iOS 4.1- */
	url('./images/iconfont.svg#iconfont') format('svg'); 
}

@font-face {
 font-family: element-icons;
	src: url(./images/element-icons.eot),
			 /* IE6-IE8 */
			 url('./images/element-icons.eot?#iefix') format('embedded-opentype'), 
			 url(./images/element-icons.woff) format('woff'),
			 url(./images/element-icons.ttf) format('truetype'),
			 url(./images/element-icons.svg?) format('svg');
	font-weight: 400;
	font-style: normal
}
[class*=" el-icon-"],
[class^=el-icon-] {
	font-family: element-icons !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	/* line-height: 1;*/
	vertical-align: bottom;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.elemfont{
	font-family: element-icons!important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: baseline;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
}

.fade-in-enter,
.fade-in-leave-active,
.fade-in-linear-enter,
.fade-in-linear-leave,
.fade-in-linear-leave-active {
    opacity: 0
}

.fade-in-linear-enter-active,
.fade-in-linear-leave-active {
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.fade-in-enter-active,
.fade-in-leave-active {
    -webkit-transition: all .3s cubic-bezier(.55, 0, .1, 1);
    transition: all .3s cubic-bezier(.55, 0, .1, 1)
}

.md-fade-center-enter-active,
.md-fade-center-leave-active {
    -webkit-transition: all .3s cubic-bezier(.55, 0, .1, 1);
    transition: all .3s cubic-bezier(.55, 0, .1, 1)
}

.md-fade-center-enter,
.md-fade-center-leave,
.md-fade-center-leave-active {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0)
}

.md-fade-bottom-enter-active,
.md-fade-bottom-leave-active {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: opacity .3s cubic-bezier(.23, 1, .32, 1) .1s, -webkit-transform .3s cubic-bezier(.23, 1, .32, 1) .1s;
    transition: opacity .3s cubic-bezier(.23, 1, .32, 1) .1s, -webkit-transform .3s cubic-bezier(.23, 1, .32, 1) .1s;
    transition: transform .3s cubic-bezier(.23, 1, .32, 1) .1s, opacity .3s cubic-bezier(.23, 1, .32, 1) .1s;
    transition: transform .3s cubic-bezier(.23, 1, .32, 1) .1s, opacity .3s cubic-bezier(.23, 1, .32, 1) .1s, -webkit-transform .3s cubic-bezier(.23, 1, .32, 1) .1s;
    -webkit-transform-origin: center top;
    transform-origin: center top
}

.md-fade-left-enter-active,
.md-fade-left-leave-active,
.md-fade-top-enter-active,
.md-fade-top-leave-active {
    -webkit-transition: opacity .3s cubic-bezier(.23, 1, .32, 1) .1s, -webkit-transform .3s cubic-bezier(.23, 1, .32, 1) .1s
}

.md-fade-bottom-enter,
.md-fade-bottom-leave,
.md-fade-bottom-leave-active {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0)
}

.md-fade-top-enter-active,
.md-fade-top-leave-active {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    transition: opacity .3s cubic-bezier(.23, 1, .32, 1) .1s, -webkit-transform .3s cubic-bezier(.23, 1, .32, 1) .1s;
    transition: transform .3s cubic-bezier(.23, 1, .32, 1) .1s, opacity .3s cubic-bezier(.23, 1, .32, 1) .1s;
    transition: transform .3s cubic-bezier(.23, 1, .32, 1) .1s, opacity .3s cubic-bezier(.23, 1, .32, 1) .1s, -webkit-transform .3s cubic-bezier(.23, 1, .32, 1) .1s;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

.md-fade-top-enter,
.md-fade-top-leave,
.md-fade-top-leave-active {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0)
}

.md-fade-left-enter-active,
.md-fade-left-leave-active {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    transition: opacity .3s cubic-bezier(.23, 1, .32, 1) .1s, -webkit-transform .3s cubic-bezier(.23, 1, .32, 1) .1s;
    transition: transform .3s cubic-bezier(.23, 1, .32, 1) .1s, opacity .3s cubic-bezier(.23, 1, .32, 1) .1s;
    transition: transform .3s cubic-bezier(.23, 1, .32, 1) .1s, opacity .3s cubic-bezier(.23, 1, .32, 1) .1s, -webkit-transform .3s cubic-bezier(.23, 1, .32, 1) .1s;
    -webkit-transform-origin: right center;
    transform-origin: right center
}

.md-fade-left-enter,
.md-fade-left-leave,
.md-fade-left-leave-active {
    opacity: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0)
}

.md-fade-right-enter-active,
.md-fade-right-leave-active {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: opacity .3s cubic-bezier(.23, 1, .32, 1) .1s, -webkit-transform .3s cubic-bezier(.23, 1, .32, 1) .1s;
    transition: opacity .3s cubic-bezier(.23, 1, .32, 1) .1s, -webkit-transform .3s cubic-bezier(.23, 1, .32, 1) .1s;
    transition: transform .3s cubic-bezier(.23, 1, .32, 1) .1s, opacity .3s cubic-bezier(.23, 1, .32, 1) .1s;
    transition: transform .3s cubic-bezier(.23, 1, .32, 1) .1s, opacity .3s cubic-bezier(.23, 1, .32, 1) .1s, -webkit-transform .3s cubic-bezier(.23, 1, .32, 1) .1s;
    -webkit-transform-origin: left center;
    transform-origin: left center
}

.md-fade-right-enter,
.md-fade-right-leave,
.md-fade-right-leave-active {
    opacity: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0)
}

.fade-enter-active,
.fade-leave-active {
    -webkit-transition: opacity .3s cubic-bezier(.645, .045, .355, 1);
    transition: opacity .3s cubic-bezier(.645, .045, .355, 1)
}

.fade-enter,
.fade-leave-active {
    opacity: 0
}

.list-enter-active,
.list-leave-active,
.list-move {
    -webkit-transition: all .5s cubic-bezier(.55, 0, .1, 1);
    transition: all .5s cubic-bezier(.55, 0, .1, 1)
}

.list-enter,
.list-leave-active {
    opacity: 0;
    -webkit-transform: translate(0, -30px);
    transform: translate(0, -30px)
}


.iconfont {
  font-family:"anticon" !important;
  font-size:12px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}


.el-icon-arrow-down:before {
    content: "\e600"
}

.el-icon-arrow-left:before {
    content: "\e601"
}

.el-icon-arrow-right:before {
    content: "\e602"
}

.el-icon-arrow-up:before {
    content: "\e603"
}

.el-icon-caret-bottom:before {
    content: "\e604"
}

.el-icon-caret-left:before {
    content: "\e605"
}

.el-icon-caret-right:before {
    content: "\e606"
}

.el-icon-caret-top:before {
    content: "\e607"
}

.el-icon-check:before {
    content: "\e608"
}

.el-icon-circle-check:before {
    content: "\e609"
}

.el-icon-circle-close:before {
    content: "\e60a"
}

.el-icon-circle-cross:before {
    content: "\e60b"
}

.el-icon-close:before {
    content: "\e60c"
}

.el-icon-upload:before {
    content: "\e60d"
}

.el-icon-d-arrow-left:before {
    content: "\e60e"
}

.el-icon-d-arrow-right:before {
    content: "\e60f"
}

.el-icon-d-caret:before {
    content: "\e610"
}

.el-icon-date:before {
    content: "\e611"
}

.el-icon-delete:before {
    content: "\e612"
}

.el-icon-document:before {
    content: "\e613"
}

.el-icon-edit:before {
    content: "\e614"
}

.el-icon-information:before {
    content: "\e615"
}

.el-icon-loading:before {
    content: "\e616"
}

.el-icon-menu:before {
    content: "\e617"
}

.el-icon-message:before {
    content: "\e618"
}

.el-icon-minus:before {
    content: "\e619"
}

.el-icon-more:before {
    content: "\e61a"
}

.el-icon-picture:before {
    content: "\e61b"
}

.el-icon-plus:before {
    content: "\e61c"
}

.el-icon-search:before {
    content: "\e61d"
}

.el-icon-setting:before {
    content: "\e61e"
}

.el-icon-share:before {
    content: "\e61f"
}

.el-icon-star-off:before {
    content: "\e620"
}

.el-icon-star-on:before {
    content: "\e621"
}

.el-icon-time:before {
    content: "\e622"
}

.el-icon-warning:before {
    content: "\e623"
}

.el-icon-delete2:before {
    content: "\e624"
}

.el-icon-upload2:before {
    content: "\e627"
}

.el-icon-view:before {
    content: "\e626"
}

.el-icon-loading {
    -webkit-animation: rotating 1s linear infinite;
    animation: rotating 1s linear infinite
}

@-webkit-keyframes rotating {
    0% {
        -webkit-transform: rotateZ(0);
        transform: rotateZ(0)
    }
    100% {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg)
    }
}

@keyframes rotating {
    0% {
        -webkit-transform: rotateZ(0);
        transform: rotateZ(0)
    }
    100% {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg)
    }
}




.icon-stepforward:before { content: "\e600"; }
.icon-stepbackward:before { content: "\e601"; }
.icon-forward:before { content: "\e602"; }
.icon-banckward:before { content: "\e603"; }
.icon-caretright:before { content: "\e604"; }
.icon-caretleft:before { content: "\e605"; }
.icon-caretdown:before { content: "\e606"; }
.icon-caretup:before { content: "\e607"; }
.icon-rightcircle:before { content: "\e608"; }
.icon-leftcircle:before { content: "\e609"; }
.icon-upcircle:before { content: "\e60a"; }
.icon-downcircle:before { content: "\e60b"; }
.icon-rightcircleo:before { content: "\e60c"; }
.icon-leftcircleo:before { content: "\e60d"; }
.icon-upcircleo:before { content: "\e60e"; }
.icon-downcircleo:before { content: "\e60f"; }
.icon-verticleleft:before { content: "\e610"; }
.icon-verticleright:before { content: "\e611"; }
.icon-rollback:before { content: "\e612"; }
.icon-retweet:before { content: "\e613"; }
.icon-shrink:before { content: "\e614"; }
.icon-arrowsalt:before { content: "\e615"; }
.icon-reload:before { content: "\e616"; }
.icon-doubleright:before { content: "\e617"; }
.icon-doubleleft:before { content: "\e618"; }
.icon-arrowdown:before { content: "\e619"; }
.icon-arrowup:before { content: "\e61a"; }
.icon-arrowright:before { content: "\e61b"; }
.icon-arrowleft:before { content: "\e61c"; }
.icon-down:before { content: "\e61d"; }
.icon-up:before { content: "\e61e"; }
.icon-right:before { content: "\e61f"; }
.icon-left:before { content: "\e620"; }
.icon-minussquareo:before { content: "\e621"; }
.icon-minuscircle:before { content: "\e622"; }
.icon-minuscircleo:before { content: "\e623"; }
.icon-minus:before { content: "\e624"; }
.icon-pluscircleo:before { content: "\e625"; }
.icon-pluscircle:before { content: "\e626"; }
.icon-plus:before { content: "\e627"; }
.icon-infocirlce:before { content: "\e628"; }
.icon-infocirlceo:before { content: "\e629"; }
.icon-info:before { content: "\e62a"; }
.icon-exclamation:before { content: "\e62b"; }
.icon-exclamationcircle:before { content: "\e62c"; }
.icon-exclamationcircleo:before { content: "\e62d"; }
.icon-closecircle:before { content: "\e62e"; }
.icon-closecircleo:before { content: "\e62f"; }
.icon-checkcircle:before { content: "\e630"; }
.icon-checkcircleo:before { content: "\e631"; }
.icon-check:before { content: "\e632"; }
.icon-close:before { content: "\e633"; }
.icon-customerservice:before { content: "\e634"; }
.icon-creditcard:before { content: "\e635"; }
.icon-codesquareo:before { content: "\e636"; }
.icon-book:before { content: "\e637"; }
.icon-barschart:before { content: "\e638"; }
.icon-bars:before { content: "\e639"; }
.icon-question:before { content: "\e63a"; }
.icon-questioncircle:before { content: "\e63b"; }
.icon-questioncircleo:before { content: "\e63c"; }
.icon-pause:before { content: "\e63d"; }
.icon-pausecircle:before { content: "\e63e"; }
.icon-pausecircleo:before { content: "\e63f"; }
.icon-clockcircle:before { content: "\e640"; }
.icon-clockcircleo:before { content: "\e641"; }
.icon-swap:before { content: "\e642"; }
.icon-swapleft:before { content: "\e643"; }
.icon-swapright:before { content: "\e644"; }
.icon-plussquareo:before { content: "\e645"; }
.icon-frown:before { content: "\e646"; }
.icon-ellipsis:before { content: "\e647"; }
.icon-copy:before { content: "\e648"; }
.icon-menufold:before { content: "\e658"; }
.icon-mail:before { content: "\e659"; }
.icon-logout:before { content: "\e65a"; }
.icon-link:before { content: "\e65b"; }
.icon-areachart:before { content: "\e65c"; }
.icon-linechart:before { content: "\e65d"; }
.icon-home:before { content: "\e65e"; }
.icon-laptop:before { content: "\e65f"; }
.icon-star:before { content: "\e660"; }
.icon-staro:before { content: "\e661"; }
.icon-folder:before { content: "\e662"; }
.icon-filter:before { content: "\e663"; }
.icon-file:before { content: "\e664"; }
.icon-exception:before { content: "\e665"; }
.icon-meho:before { content: "\e666"; }
.icon-meh:before { content: "\e667"; }
.icon-shoppingcart:before { content: "\e668"; }
.icon-save:before { content: "\e669"; }
.icon-user:before { content: "\e66a"; }
.icon-videocamera:before { content: "\e66b"; }
.icon-totop:before { content: "\e66c"; }
.icon-team:before { content: "\e66d"; }
.icon-tablet:before { content: "\e66e"; }
.icon-solution:before { content: "\e66f"; }
.icon-search:before { content: "\e670"; }
.icon-sharealt:before { content: "\e671"; }
.icon-setting:before { content: "\e672"; }
.icon-picture:before { content: "\e674"; }
.icon-phone:before { content: "\e675"; }
.icon-paperclip:before { content: "\e676"; }
.icon-notification:before { content: "\e677"; }
.icon-mobile:before { content: "\e678"; }
.icon-menuunfold:before { content: "\e679"; }
.icon-inbox:before { content: "\e67a"; }
.icon-lock:before { content: "\e67b"; }
.icon-qrcode:before { content: "\e67c"; }
.icon-tags:before { content: "\e67d"; }
.icon-tagso:before { content: "\e67e"; }
.icon-cloudo:before { content: "\e67f"; }
.icon-cloud:before { content: "\e680"; }
.icon-cloudupload:before { content: "\e681"; }
.icon-clouddownload:before { content: "\e682"; }
.icon-clouddownloado:before { content: "\e683"; }
.icon-clouduploado:before { content: "\e684"; }
.icon-enviroment:before { content: "\e685"; }
.icon-enviromento:before { content: "\e686"; }
.icon-eye:before { content: "\e687"; }
.icon-eyeo:before { content: "\e688"; }
.icon-camera:before { content: "\e689"; }
.icon-camerao:before { content: "\e68a"; }
.icon-windows:before { content: "\e68b"; }
.icon-apple:before { content: "\e68c"; }
.icon-android:before { content: "\e68d"; }
.icon-aliwangwang:before { content: "\e68e"; }
.icon-aliwangwango:before { content: "\e68f"; }
.icon-export2:before { content: "\e690"; }
.icon-export:before { content: "\e691"; }
.icon-edit:before { content: "\e692"; }
.icon-circledowno:before { content: "\e693"; }
.icon-circledown:before { content: "\e694"; }
.icon-appstoreo:before { content: "\e695"; }
.icon-appstore:before { content: "\e696"; }
.icon-scan:before { content: "\e697"; }
.icon-filetext:before { content: "\e698"; }
.icon-folderopen:before { content: "\e699"; }
.icon-hdd:before { content: "\e69a"; }
.icon-ie:before { content: "\e69b"; }
.icon-jpgfile:before { content: "\e69c"; }
.icon-like:before { content: "\e69d"; }
.icon-dislike:before { content: "\e69e"; }
.icon-delete:before { content: "\e69f"; }
.icon-enter:before { content: "\e6a0"; }
.icon-pushpino:before { content: "\e6a1"; }
.icon-pushpin:before { content: "\e6a2"; }
.icon-heart:before { content: "\e6a3"; }
.icon-hearto:before { content: "\e6a4"; }
.icon-paycirclecircle:before { content: "\e6a5"; }
.icon-paycirclecircleo:before { content: "\e6a6"; }
.icon-smile-circle:before { content: "\e6a7"; }
.icon-smileo:before { content: "\e6a8"; }
.icon-frowno:before { content: "\e6a9"; }
.icon-calculator:before { content: "\e6aa"; }
.icon-message:before { content: "\e6ab"; }
.icon-chrome:before { content: "\e6ac"; }
.icon-github:before { content: "\e6ad"; }
.icon-loading:before { content: "\e6ae"; }
.icon-unknowfile:before { content: "\e6af"; }
.icon-exclefile:before { content: "\e6b0"; }
.icon-pptfile:before { content: "\e6b1"; }
.icon-wordfile:before { content: "\e6b2"; }
.icon-pdffile:before { content: "\e6b3"; }
.icon-iconfontdesktop:before { content: "\e6b4"; }
.icon-caretcircleoup:before { content: "\e6b5"; }
.icon-upload:before { content: "\e6b6"; }
.icon-download:before { content: "\e6b7"; }
.icon-piechart:before { content: "\e6b8"; }
.icon-lock1:before { content: "\e6b9"; }
.icon-unlock:before { content: "\e6ba"; }
.icon-calendar:before { content: "\e6bb"; }
.icon-windowso:before { content: "\e6bc"; }
.icon-dotchart:before { content: "\e6bd"; }
.icon-barchart:before { content: "\e6be"; }
.icon-codesquare:before { content: "\e6bf"; }
.icon-plussquare:before { content: "\e6c0"; }
.icon-minussquare:before { content: "\e6c1"; }
.icon-closesquare:before { content: "\e6c2"; }
.icon-closesquareo:before { content: "\e6c3"; }
.icon-checksquare:before { content: "\e6c4"; }
.icon-checksquareo:before { content: "\e6c5"; }
.icon-fastbackward:before { content: "\e6c6"; }
.icon-fastforward:before { content: "\e6c7"; }
.icon-upsquare:before { content: "\e6c8"; }
.icon-downsquare:before { content: "\e6c9"; }
.icon-leftsquare:before { content: "\e6ca"; }
.icon-rightsquare:before { content: "\e6cb"; }
.icon-rightsquareo:before { content: "\e6cc"; }
.icon-leftsquareo:before { content: "\e6cd"; }
.icon-down-square-o:before { content: "\e6ce"; }
.icon-up-square-o:before { content: "\e6cf"; }
.icon-play:before { content: "\e6d0"; }
.icon-playcircleo:before { content: "\e6d1"; }
.icon-tag:before { content: "\e6d2"; }
.icon-tago:before { content: "\e6d3"; }
.icon-appleo:before { content: "\e6d4"; }
.icon-poweroff:before { content: "\e6d5"; }



.fill-layout-div{
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	overflow:auto;
}
.fill-layout-clear:after{
	content:""; display:block; height:0; visibility:hidden; clear:both;
}
.fill-layout-relative{
	position: relative;
}
.fill-layout-absolute{
	position: absolute;
}
.fill-layout-home{
	left: 0;
	top: 0;
}
.fill-layout-end{
	right: 0;
	bottom: 0;
}
.fill-layout-float{
	float:left;
}
.fill-layout-full{
	width: 100%;
	height: 100%;
    position: relative;
}
.fill-layout-width{
	width:100%;
}
.fill-layout-relative{
    position:relative;
}
.fill-layout-height{
	height:100%;
}
.fill-layout-showborder{
	border: 1px solid #E4E4E4;	
}
.fill-layout-overflow-auto{
	overflow:auto;
}
.fill-layout-overflow-hidden{
	overflow:hidden;
}
.fill-layout-inline{
	display:inline;
}