
.navigation_div_top{
	width: 90%;
    height: 70px;
    padding: 0 5%;
	background-color: #fff;
    position: fixed;
	z-index: 999;
	top: 0px;
	border-bottom: 2px solid #ccc;
}

.navigation_div_top div{
	float: left;
}

.navigation_div_top ul
{
	list-style-type:none;
	margin:0;
	padding:0;
}

.navigation_div_top ul>li
{
	display: inline;
    float: right;
    margin: 0 15px;
	height: 40px;
    line-height: 40px;
}
.navigation_div_top ul>li>a{
	color: #999;
	font-size: 11px;
    font-weight: 600;
    font-family: "Raleway",sans-serif;
}
.navigation_div_top ul li a:link{text-decoration:none; } 
.navigation_div_top ul li a:hover {
    FILTER: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E27C00', endColorstr='#E27C00');
    COLOR: #E27C00;
}

.t01{position: relative;height: 70px;background:none;}


.button{
	height: 40px;
    padding: 0px 30px;
    margin-left: 20px;
    border: 0px;
    background-color: #E27C00;
    font-weight: 700;
    color: #ffffff;
    border-radius: 5px;
    font-size: 14px;
    line-height: 40px;
    cursor: pointer;
        z-index: 1;
}

.button_operation{
	height: 30px;
    padding: 0px 15px;
    margin-right:10px;
    border: 0px;
    background-color: #E27C00;
    font-weight: 700;
    color: #ffffff;
    border-radius: 5px;
    font-size: 14px;
    line-height: 30px;
    cursor: pointer;
    z-index: 1;
}

.button:hover {
    FILTER: progid:DXImageTransform.Microsoft.gradient(startColorstr='#505c77d9', endColorstr='#505c77d9'); 
    TEXT-DECORATION: none; 
    BACKGROUND-COLOR: #505c77d9;
}


.body_div{
    width: 90%;
    height: 100%;
    padding: 0 5%;
    z-index: 1;
    margin: 20px 0px;
}

.div_class{
    width: 100%;
    height: 100%;
}

#body_div-height{
    height: auto !important;
    min-height: 706px;
}

.body_div .div_row{
	width: 100%;
    height: 45px;
	margin: 20px 0px;
}

.body_div .div_row .div_col{
	float:left;
	width:23%;
	height:100%;
	padding: 0 1%;
}

.body_div .div_row2{
	width: 100%;
	height: 25px;
	margin-bottom: 5px;
}

.body_div .div_row2 .div_col2{
	float:left;
	position: relative;
	width:23%;
	height:100%;
	padding: 0 1%;
}

.body_div .div_row .div_col input[type="text"]{
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 0px;
	outline:none;
	border-bottom: 1px dashed #ccc;
	font-size: 14px;
	font-family: robotoregular,Arial,Helvetica,sans-serif;
	color: #34495E;
    border-color: #706363;
    border-style: dotted;
    background-color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.body_div .div_row .div_col select{
	width: 100%;
}

.body_div .div_row .div_col input:focus{
	outline: none;
	border-style: solid;
    border-color: #E27C00;
}

.body_div .div_row .div_col .text_tile{
	position: absolute;
    top: -10px;
    font-size: 13px;
	font-weight: 600;
	z-index: 1;
	font-family: robotoregular,Arial,Helvetica,sans-serif;
    color: #000000;
}

.fieldsetdefault{
	border: none;
    padding: 0;
    margin: 0;
}
.fieldsetdefault legend{
	border: none;
    color: #E27C00;
    font-size: 18px;
    position: static;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 4px solid #E27C00;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: 700;
    width: 100%;
}


.T3{table-layout: fixed; width:100%;border-collapse: collapse;}
.T3 td{color: #34495E;border-left:1px solid #ededed;padding:0 0px;line-height:28px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;text-align:center;}
.T3 th{background:#FFEFD5;text-align:center;border-left:1px solid #ededed;padding:0 0px;font-family:'微软雅黑';line-height:28px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.trSelected{background-color:#FFEE99;  }
.m_t20{margin-top:20px;}
.m_t20{margin-top:20px;}
.even td{background:#FFEFD5;}



.eStep-warp {
	width: 80%;
    position: relative;
    margin: 0 auto;
    margin-top: 30px;
    left: 10%;
}

.eStep-warp .div_text{
	width: 100%;
    height: 40px;
}

.eStep-warp ul{
	margin: 0;
    padding: 0;
}

.eStep-warp .div_text li{
	margin: 0;
    padding: 0;
    list-style: none;
	float:left;
	width:33%;
	height:10px;
	position: relative;
}

.eStep-warp .div_text li label{
	width: 33px;
    height: 33px;
	color: #f7f7f7;
    border-radius: 60%;
    font-size: 13px;
    position: absolute;
    top: -13px;
    left: 0px;
	z-index: 9;
	font-weight: 800;
}

.eStep-warp .div_text li span{
	position: absolute;
    top: 25px;
    left: -5px;
    font-size: 13px;
}

.eStep-warp .bg_hs{
	background-color: #ccc;
}

.eStep-warp .bg_ls{
	background-color: #409eff;
}

.eStep-warp .bgColor_div_show{
	width: 100%;
	height:10px;
	position: absolute;
    top: 0px;
    left: 6px;
    z-index: -1;
}


.eStep-warp .bgColor_div_show li{
	width: 100%;
	height:10px;
	list-style: none;
	float:left;
	width:33%;
}

.eStep-warp .bgimg_0{
	background-image:url(./img/timg.jpg?33);
	background-repeat: no-repeat;
    background-position: -83px -5px;
}

.eStep-warp .bgimg_1{
	background-image:url(./img/timg.jpg?33);
	background-repeat: no-repeat;
    background-position: -44px -5px;
}

.eStep-warp .bgimg_2{
	background-image:url(./img/timg.jpg?33);
	background-repeat: no-repeat;
    background-position: -6px -6px;
}

.eStep-warp .bgimg_ls_0{
	background-image:url(./img/timg.jpg?33);
	background-repeat: no-repeat;
    background-position: -84px -47px;
}

.eStep-warp .bgimg_ls_1{
	background-image:url(./img/timg.jpg?33);
	background-repeat: no-repeat;
    background-position: -44px -47px;
}

.eStep-warp .bgimg_ls_2{
	background-image:url(./img/timg.jpg?33);
	background-repeat: no-repeat;
    background-position: -6px -48px;
}

a {
    text-decoration: none;
    color: #337ab7;
}


.div_row .button_file{
	position: absolute;
    right: 3%;
    z-index: 0;
    width:65px;
    padding:0px 10px;
    top: -2px;
}
.div_row .input_file{
	position: absolute;
    top: 0px;
    opacity: 0;
    z-index: 9;
    filter: alpha(opacity=0);
    -moz-opacity:0;
}
.div_row .input_text{
	position: absolute;
	z-index: 0;
}

.div_class .serviceItems_text{
    border-bottom: 1px solid #E7E7E7;
    margin-bottom: 20px;
}

.div_class .serviceItems_text .label_cal{
    display: inline-block;
    vertical-align: middle;	
    margin-bottom: 2px;
    font-size: 13px;
    font-weight: 600;
    z-index: 1;
    font-family: robotoregular,Arial,Helvetica,sans-serif;
    color: #000000;
}

.div_class .checkInput{
	width: 15px;
    height: 15px;
}

.div_class .user_denglu{
}

.div_class .user_sign_in{
    position: absolute;
    z-index: 2;
    width: 400px;
    border: solid 1px #32a8cf;
    background: rgba(255, 255, 255, 0.5);
    left: 15%;
  	top: 25%;
}

.div_class .user_got_password{
    position: absolute;
    z-index: 2;
    width: 500px;
    border: solid 1px #ebecec;
    background: rgba(255, 255, 255, 0.5);
    left: 30%;
    top: 120px;
    padding-bottom: 30px;
}


.div_class .user_update_password{
    position: absolute;
    z-index: 2;
    width: 500px;
    border: solid 1px #ebecec;
    background: rgba(255, 255, 255, 0.5);
    left: 30%;
    top: 120px;
    padding-bottom: 30px;
}


.div_class .user_denglu .user_tilte{
	height: 35px;
    width: 100%;
    line-height: 35px;
    font-size: 25px;
    text-align: center;
    font-family: "Raleway",sans-serif;
    font-weight: 800;
    color: #496174;
    margin: 10px 0px;
}
		
.div_class .user_denglu .user_table{
	width: 90%;
 	margin: 0 5%;
}
		
.div_class .user_denglu .user_table th{
	font-size: 14px;
    font-family: '΢���ź�';
    color: #414141;
    font-weight: normal;
    text-align: right;
    width: 30%;
    height: 40px;
    line-height: 40px;
    margin-bottom: 22px;
    border-radius: 5px 0 0 5px;
}
		
.div_class .user_denglu .user_table tr{
		}
		
.div_class .user_denglu .user_input{
	height: 20px;
    width: 70%;
    margin-left: 5px;
    padding: 5px 4px;
    border: 1px solid #ccc;
    text-rendering: auto;
    text-indent: 0px;
    display: inline-block;
    text-align: start;
    font: 400 13px Arial;
    border-radius: 5px;
}
		
.div_class .user_denglu .user_div_a{
	width: 130px;
    margin: 0px auto;
    color: #ccc;
    margin-bottom: 10px;
    margin-top: 5px;
}

.user_denglu .sx{
  	position: absolute;
  	padding: 5px 10px;
    background-image:url(./img/timg.jpg?33);
	background-repeat: no-repeat;
    background-position: -127px -50px;
    cursor: pointer;
}

.send_css{
    width: 35%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-right: 10px;
    border: 0px;
    background-color: #E27C00;
    font-weight: 700;
    color: #ffffff;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    display: inline-block;
}