/**!
 * 事项办理-填写申请人信息
 * author: wangkai;
 */
.mt8 {
	margin-top: 8px;
}

/* main */

/* 填写申请人信息 */
.handle {
	padding: 0px 20px 50px 20px;
	border: 1px solid #e1e1e1;
	border-radius: 5px;
	font-family: "Microsoft YaHei";
	position: relative;
}

.bandle-hd {
	height: 80px;
	padding: 0px 40px 0px 40px;
}

.bandle-hd img {
	display: block;
	height: 34px;
}

.bandle-hd p {
	height: 46px;
	line-height: 46px;
	font-size: 14px;
	color: #333;
}

.bandle-one1 {
	color: #ff7e00;
}

.bandle-one {
	color: #8dc2ea;
}

.bandle-second {
	color: #ff7e00;
}

.bandle-hd span {
	margin-left: 107px;
}

.bandle-hd .gz {
	margin-left: 142px;
}

.bandle-hd .complete {
	margin-left: 159px;
}

.be-careful {
	height: 66px;
	padding: 20px 0px 0px 20px;
	background: url(../images/ryrd.jpg) 0px 27px no-repeat;
}

.be-careful span {
	display: block;
}

.be-careful-hd {
	line-height: 28px;
	font-size: 18px;
	color: #1177b8;
}

.be-careful-bd {
	line-height: 22px;
	font-size: 14px;
	color: #333;
}

.basic-info {
	margin-top: 20px;
}

.basic-info-hd {
	height: 36px;
	line-height: 36px;
	background-color: #cbb486;
	padding-left: 25px;
	padding-right: 17px;
}

.basic-info-hd a {
	font-size: 16px;
	color: #f5f5f5;
}

.basic-info-bd li {
	height: 32px;
	line-height: 32px;
	padding-left: 25px;
	font-size: 14px;
	color: #333;
}

.even-li {
	background-color: #f4f4f4;
}

.left-span {
	float: left;
}

.applicant-info {
	margin-top: 32px;
}

.basic-info-hd .add-info {
	float: right;
	font-size: 14px;
	color: #0068b7;
	margin-left: 28px;
	text-decoration: underline;
}

.basic-info-hd .add-info:hover {
	color: #d50709;
}

.applicant-info-bd {
	padding-top: 20px;
}

.applicant-info-bd label {
	float: left;
	width: 102px;
	text-align: right;
	line-height: 34px;
	height: 34px;
	font-size: 14px;
	color: #333;
}

.applicant-info-bd input {
	float: left;
	height: 32px;
	line-height: 32px;
	border: 1px solid #c6c6c6;
	font-size: 14px;
	color: #999;
}

.applicant-txt1 {
	padding-left: 15px;
	width: 263px;
}

.required {
	float: left;
	margin-left: 12px;
	line-height: 34px;
	font-size: 14px;
	color: #ff0000;
}

.applicant-code {
	margin-left: 25px;
}

.applicant-txt2 {
	width: 265px;
	padding-left: 13px;
}

.mt15 {
	margin-top: 15px;
}

.applicant-info-bd p {
	display: block;
	height: 45px;
	line-height: 45px;
	padding-left: 102px;
	font-size: 14px;
	color: #999;
}

.address select {
	float: left;
	width: 106px;
	height: 34px;
	line-height: 34px;
	padding-left: 15px;
	font-size: 14px;
	color: #333;
}

.address span {
	float: left;
	width: 37px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	font-size: 14px;
	color: #333;
}

.address .end-address {
	margin-left: 12px;
	width: 80px;
	text-align: left;
}

.applicant-txt3 {
	width: 501px;
	padding-left: 13px;
}

.applicant-info-bd button {
	margin-left: 340px;
	margin-top: 25px;
	width: 280px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	background-color: #0068b7;
	border: 0;
	cursor: pointer;
}

.applicant-info-bd button:hover {
	background-color: #1a87d9;
}

/* 右侧链接 */
.right-problem {
	position: absolute;
	right: -112px;
	bottom: 0;
	width: 95px;
	height: 182px;
}

.problem-bg {
	width: 95px;
	height: 81px;
	background: url(../images/bandle/right-problem-bg.png);
}

.problem-bg:hover {
	background: url(../images/bandle/right-problem-bg1.png);
}

.problem-icon1, .problem-icon2 {
	display: block;
	width: 95px;
	height: 29px;
	padding-top: 52px;
}

.problem-icon1 {
	background: url(../images/bandle/problem1.png) 38px 14px no-repeat;
}

.problem-icon2 {
	background: url(../images/bandle/problem2.png) 35px 17px no-repeat;
}

.problem-title {
	display: block;
	height: 14px;
	line-height: 14px;
	text-align: center;
	font-size: 14px;
	color: #0068b7;
}

.problem-btn {
	position: relative;
}

.problem-blank {
	display: none;
	position: absolute;
	left: -10px;
	bottom: 0;
	width: 10px;
	height: 232px;
	background-color: transparent;
}

.problem-info {
	display: none;
	position: absolute;
	left: -270px;
	bottom: 0;
	padding: 12px 0px 25px 20px;
	width: 240px;
	background-color: #e6f4ff;
	border: 1px solid #cadfef;
}

.problem-btn:hover .problem-blank, .problem-btn:hover .problem-info {
	display: block;
}

.problem-info-hd {
	height: 26px;
	line-height: 26px;
	font-size: 14px;
	color: #0068b7;
}

.problem-info-bd li {
	height: 28px;
	line-height: 28px;
	padding-left: 6px;
	font-size: 14px;
	color: #333;
	vertical-align: top;
	background: url(../images/dian.jpg) 0px 14px no-repeat;
}

.problem-info-bd a {
	color: #333;
	float: left;
	width: 90%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

/* 提交材料 */
.fill-in-hd {
	height: 44px;
	line-height: 44px;
	padding-left: 14px;
	background: url(../images/sxcl.png) 0px 18px no-repeat;
}

.fill-in-hd span {
	font-size: 16px;
	color: #1177b8;
}

.fill-in-bd th {
	background-color: #f4f4f4;
}

.fill-in-bd th, .fill-in-bd td {
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	color: #333;
	text-align: center;
	border: 1px solid #dedede;
}

.fill-wd1 {
	width: 106px;
}

.fill-wd2 {
	width: 449px;
}

.fill-wd3 {
	width: 174px;
}

.fill-wd4 {
	width: 222px;
}

.fill-in-cl1, .fill-in-cl2, .fill-in-cl3 {
	text-decoration: underline;
}

.fill-in-cl1 {
	color: #d71312;
	text-align: center;
	width: 220px;
}

.fill-in-cl2 {
	color: #0068b7;
}

.fill-in-cl3 {
	color: #0068b7;
}

.fill-in-cl1:hover, .fill-in-cl2:hover, .fill-in-cl3:hover {
	font-weight: bold;
}

.fill-in .two-line {
	height: 60px;
}

.two-line span {
	display: block;
	line-height: 30px;
}

.mat-name1 {
	margin-left: 10px;
}

.mat-name2 {
	margin-left: 50px;
}

.mat-name2 a {
	color: #ff7e00;
}

.mat-name2 a:hover {
	color: #d50709;
}

.upload1, .upload2 {
	display: block;
	width: 220px;
	line-height: 30px;
	text-align: center;
}

.upload2 {
	margin-left: 60px;
	color: red;
}

.upload-bd {
	text-align: left !important;
	/*text-align: center;*/
	vertical-align: middle;
}

.upload-bd .first-ulpoad {
	margin-left: 0;
}

.bandle-btn {
	margin-top: 49px;
}

.bandle-btn button {
	float: left;
	margin-left: 279px;
	width: 280px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	background-color: #0068b7;
	border: 0;
	cursor: pointer;
}

.bandle-btn button:hover {
	background-color: #1a87d9;
}

.bandle-btn a {
	float: left;
	margin-left: 32px;
	margin-top: 12px;
	border-bottom: 2px solid #d4dfee;
	color: #0068b7;
	font-size: 18px;
}

.bandle-btn a:hover {
	color: #d50709;
}

/* 盖章 */
.bandle-info li {
	margin-top: 10px;
	height: 104px;
	border: 1px solid #dedede;
}

.bandle-info .first-bandle {
	margin-top: 0;
}

.material-name {
	padding-left: 25px;
	height: 34px;
	line-height: 34px;
	background-color: #f4f4f4;
}

.material-name p {
	font-size: 14px;
	color: #333;
}

.material-name span {
	font-weight: bold;
}

.material-source {
	padding-top: 12px;
	padding-left: 25px;
	height: 57px;
}

.material-source span {
	display: block;
	line-height: 24px;
	font-size: 14px;
	color: #333;
}

.nearby {
	color: #ff7e00;
	text-decoration: underline;
}

.nearby:hover {
	color: #d50709;
}

.seal {
	margin-left: 76px;
	font-weight: bold;
	color: #333;
	cursor: pointer;
}

.seal:hover {
	color: #d50709;
}

.bandle-list {
	position: relative;
}

.seal-bg {
	display: none;
	position: absolute;
	left: 827px;
	top: 20px;
	width: 70px;
	height: 69px;
	background: url(../images/bandle/seal-bg.png);
}

/**/
.complete-bd {
	padding-top: 53px;
}

.complete-bd p {
	line-height: 23px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}

.complete-cl {
	color: #d71312;
}

.wechat {
	margin-top: 52px;
	height: 176px;
	margin-left: 269px;
}

.wechat-block {
	float: left;
	width: 114px;
}

.wechat-block img {
	display: block;
	margin: 0 auto;
	height: 71px;
}

.wechat-block span {
	display: block;
	height: 51px;
	line-height: 51px;
	text-align: center;
	font-size: 16px;
	color: #333;
}

.complete-bd button {
	display: inline-block;
	width: 280px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	background-image: linear-gradient(to right, #E4C995, #B9916A);
	border: 0;
	cursor: pointer;
}

.complete-bd button:hover {
	background: #B9916A;
}

.main .process {
    height: 113px;
    background: url(../images/process-linebg.png) center no-repeat #cbb486;
    border: 1px solid #fff;
}

.main .process li {
    float: left;
    width: 100px;
    margin-top: 18px;
    margin-left: 196px;
}

.process li .icon {
    width: 41px;
    height: 40px;
    margin-bottom: 6px;
    font-size: 18px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    background-image: url(../images/process-nor.png);
}

.process li .name {
    display: inline-block;
    width: 100px;
    margin-left: -28px;
    text-align: center;
    font-size: 16px;
    color: #f5f5f5;
}

.process li a {
    display: inline-block;
    width: 100px;
    text-align: center;
    font-size: 16px;
}

.process li.cur a {
    color: #fa7000;
}

.process li.cur .icon {
    background-image: url(../images/process-cur.png);
}

.process li.cur .name {
    color: #f5f5f5;
}
.importtip{
	color: #FC7A43 !important;
	font-size: 16px !important;
}