/*
 * CSS, fix for IE6-11
 * @author Ikaros
 * @since 2016.05.05
 */

html, body, p{ margin: 0; border: 0; padding: 0;}
body{background: #ffffff; overflow-x: hidden;position:relative;}
.fl{float:left;}
.fr{float: right;}
.clear{clear: both;}
.mt20{margin-top: 20px;}
.mt40{margin-top: 35px;}
.mb10{margin-bottom: 10px;}
.txtR{text-align: right;}
.lineH70{line-height: 70px;}
img{border: 0;}
input, textarea, select{ outline: none;}
a{text-decoration: none;}
iframe{background-color:transparent;}
.login-main{
	position: relative;
	height: 580px;
	min-width: 1000px;
	width:100%;
	margin: 0 auto;
	padding-top: 15px;
}
.login-header{
	/*min-width: 1000px;
	max-width: 1464px;
	width:100%;*/
	 width: 650px;
	height:75px;
	margin: 0 auto;
	position: relative;
	z-index: 50;
	overflow: hidden;
}
.login-header .header-bar-L{
	/*position: absolute;
	left: 50%;
	top: 0px;
	margin-left: -200px;*/
	float: left;
}
.login-header .header-bar-M{
	/*position: absolute;
	left: 50%;
	top: 13px;
	margin-left: 50px;*/
    float: left;
    margin-top: 13px;
    margin-left: 60px;
}
.login-header .header-bar-R{
	position: absolute;
	right: 0px;
	top: 0px;
}
.login-header .header-bar-R a{
	display: block;
	color: black;
	font-size: 14px;
	height: 30px;
	margin-right: 12px;
	border: 1px solid white;
	padding: 3px 8px;
	cursor: pointer;
}
.login-header .header-bar-R a:hover{
	border: 1px solid black;
}
.login-header .header-bar-R span{
	line-height: 30px;
	margin-left: 8px;
}

.login-content{
	width:1000px;
	height: 480px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	/*position: absolute;
	top:81px;
	left: 50%;
	margin-left:-751px;*/
}
#banner-left{
	position: absolute;
	left:95px;
	top:40px;
}
.login-box{
	background: #ffffff;
	width:310px;
	height:300px;
	position: absolute;
	right:95px;
	top:100px;
	text-align: center;
}
.login-box-title{
	width: 218px;
	height: 35px;
	background: url(../img/login-logo.png) no-repeat;
	margin: 44px auto 30px auto;
}
.login-box .login-input{
	width:240px;
	height:23px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 8px;;
	text-align: right;
	font-size: 14px;
	border: 1px solid #cdcdcd;
	border-radius: 1px;
	box-shadow: 0px 0px 1px #cdcdcd;
	background-position: 20px center;
	background-repeat: no-repeat;
}
.login-box .login-inputBG-user{background-image: url(../img/input1.png);}
.login-box .login-inputBG-pwd{background-image: url(../img/input2.png);}
.login-box .login-inputBG-val{background-image: url(../img/input3.png);}

.login-box .login-input input[type="text"],
.login-box .login-input input[type="password"]{
	height:18px;
	width:186px;
	background: transparent;
	font-size: 14px;
	line-height: 18px;
	border: 0;
	margin-right: 5px;
}
#valInfo{
	display: block;
	width:233px;
	height:16px;
	font-size: 12px;
	line-height: 16px;
	color: red;
	margin: 6px auto;
	text-align: left;
	overflow: hidden;
}
.login-box .login-btn{
	background: #209dd5;
	width:240px;
	height:31px;
	margin-left: auto;
	margin-right: auto;
	border: 0;
	font-size: 16px;
	line-height:31px;
	color: #ffffff;
	cursor: pointer;
}
.login-box .login-btn:hover{
	background: #25a3db;
}
.login-box .login-setting{
	letter-spacing: 3px;
	margin-top: 10px;    
	font: 12px/1.4 "\5FAE\8F6F\96C5\9ED1",arial;
}
.login-box .login-setting div,
.login-box .login-setting a{
	color:#414141;
}
.login-box .login-check{
	width: 95px;
	height: 17px;
	overflow: hidden;
	padding-left: 8px;
	line-height: 17px;
	background:url(../img/login-checkbox.png) no-repeat;
	margin: 0 120px 0 39px;
	cursor: default;
}
/*
.login-box .login-setting>label{
	margin-right: 145px;
}*/
/*.content img{
    width: 100%;
    min-width: 1300px;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}*/
.login-footer{
	width: 100%;
	position: absolute;
	bottom: 10px;
	text-align: center;
	font-size: 12px;
	color: #000000;
	font-family: "microsoft yahei",tahoma;
}/*
input[type="checkbox"] {visibility:hidden;width:0;height:0;margin:0;padding:0;}
input[type="checkbox"]+label {background:url(../img/checkbox-none.png) no-repeat;font-size:17px;padding-left:30px;color:#ccc;}
input[type="checkbox"]:checked+label {background:url(../img/checkbox-checked.png) no-repeat;/*background-position-y:-17px;}*/


@font-face {
    font-family: 'FZdabiaosong';
    src: url('../font/FZdabiaosong.eot');
    src: url('../font/FZdabiaosong.eot?#iefix') format('embedded-opentype'),
         url('../font/FZdabiaosong.woff2') format('woff2'),
         url('../font/FZdabiaosong.woff') format('woff'),
         url('../font/FZdabiaosong.ttf') format('truetype'),
         url('../font/FZdabiaosong.svg#fzdabiaosong-b06sregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.ins-header{
	height:271px;
	width:1200px;
	background: url(../img/ins-banner.png) no-repeat;
	margin: 0 auto;
	font-family: 'FZdabiaosong';
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	overflow: hidden;
}

.ins-header>div{
	width: 1000px;
	margin: 50px auto 15px auto;
	text-align:left;
	line-height: 35px;
}
.ins-header .ins-banner-btn{
	width: 115px;
	height:32px;
	background: url(../img/ins-banner-btn.png) left top no-repeat;
	margin: 0 auto;
	cursor: pointer;
}


.ins-body{
	width:1200px;
	background: url(../img/ins-footer.png) right bottom repeat-x;
	margin: 0 auto;
	padding-top: 15px;
	padding-bottom: 1px;
	position: relative;
}
.ins-body .ins-title{
	width: 308px;
	height:138px;
	background: url(../img/ins-title.png) no-repeat;
	margin: 0 auto;
}
#ins-top-border{
	position: absolute;
	top:64px;
	left:40px;
	background: url(../img/ins-border.png) left top no-repeat;
	width:339px;
	height:344px;
}
.ins-body .ins-content{
	width: 960px;
	padding: 0 120px;
	margin-bottom: 116px;
	background: url(../img/ins-border2.png) 95% 93% no-repeat;
	font-size: 15px;
	font-family: '微软雅黑';
}
.ins-body .ins-content>p{
	text-indent: 2em;
	line-height: 180%;
}
.ins-body .ins-content>p.ins-orange{
	color: #df660d;
	font-size: 18px;
	font-weight: bold;
	text-indent: 30px;
}
.ins-btn-bar{
	margin-top: 80px;
}
.ins-btn-bar a{
	display: block;
	width:152px;
	height:37px;
	background: url(../img/ins-btn.png) no-repeat;
	margin: 0 auto;
	text-align: center;
	color: #ffffff;
	font-size: 15px;
	font-family: '微软雅黑';
	line-height: 35px;
}
#ins-check{cursor: pointer;}
#ins-check .orange-check{
	width: 20px;
	height: 17px;
	background: url(../img/checkBox-orange.png) left top no-repeat;
	margin: 1px 3px 0px 0px;
}
.orange-box{
	width:278px;
	height:68px;
	border: 1px dashed #df680c;
}
.ins-date{
	margin-top: 18px;
}

.downDoc{
	display: block;
	position: absolute;
	right:3%;
	bottom:-60px;
	height:32px;
	width:auto;
	color: #ffffff;
	padding-left: 28px;
	background: url(../img/downDoc-L.png) no-repeat;
	z-index: 999;
	cursor: pointer;
}
.downDoc .downBtnText{
	height:32px;
	width:auto;
	background: url(../img/downDoc-M.png) repeat-x;
	padding: 0px 10px;
	font-size: 14px;
	line-height: 30px;
}
.downDoc .downBtnR{
	height:32px;
	width:4px;
	background: url(../img/downDoc-R.png) no-repeat;
}

.orange-btn{
	height:30px;
	width: 114px;
	background: #df680c;
	color: #ffffff;
	border: 0;
	cursor: pointer;
}
.disabledBtn{
	cursor: default !important;
	color: #e1e1e1 !important;
}
.ins-input{
	width:118px;
	margin-top: 10px;
	padding: 0px 5px;
	border: 1px solid #df680c;
	height:28px;
	line-height: 28px;
	background: #ffffff;
}

.down-btn{
	display: block;
	height: 24px;
	width:auto;
	min-width: 50px;
	overflow:visible;
	box-shadow: 0px 0px 3px #444444;
	color: #ffffff;
	font-size: 14px;
	background: url(../img/down-btn.png) repeat-x;
	line-height: 24px;
	cursor: pointer;
	padding: 0 10px;
	border: 1px solid #006697;
}



.edit-div{
	width: 598px;
	height: 398px;
	margin: -200px 0px 0px -300px;
	border: 1px solid #0099c0;
	position: fixed;
	left: 50%;
	top: 50%;
	text-align: center;
	font-size: 14px;
}
.edit-header{
	height:39px;
	width: 100%;
	background: url(../img/edit-title.png) left top no-repeat #0099c0;
	color: #ffffff;
}
.edit-body table{
	margin: 0 auto;
	text-align: left;
}
.edit-body table tr{
	height: 36px;
}
.edit-body .diyInput{
	width: 112px;
	height: 22px;
	padding: 5px 10px 0px 30px;
}
.edit-body .diyInput input{
	border: 0px;	
	width: 100%;
}
.edit-body .diyInput1{
	background: url(../img/edit-input1.png) no-repeat;
}
.edit-body .diyInput2{
	background: url(../img/edit-input2.png) no-repeat;
}
.edit-body .diyInput3{
	background: url(../img/edit-input3.png) no-repeat;
}
.edit-body .diyInput4{
	background: url(../img/edit-input4.png) no-repeat;
}
.edit-body .diyInput5{
	background: url(../img/edit-input5.png) no-repeat;
}
