﻿@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

body {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	/*background-color: #ffffff;*/
	width: 100%;
	height: 100%;
	background: url(../img/body_bg2.jpg) repeat-y;
    background-size: 100%;
	font-family: "微软雅黑";
}

img {
	border: none;
}

a,a:hover {
	text-decoration: none;
}

ul,li {
	list-style-type: none;
}

input,button,select,textarea {
	outline: none;
}

input,select,textarea {
    box-sizing: initial;
}

.clear {
	clear: both;
}

#main .tops {
	min-height: 815px;
	padding-bottom: 40px;
	background: url(../img/top_bg1.jpg) top center no-repeat;
	background-size: 100%;
}

.tops .menu {
	margin: 0 auto;
	background: url(../img/tab_menu.png) top center no-repeat;
    background-size: 100% 100%;
	width: 1066px;
	height: 54px;
}

.tops .menu:after {
	display: block;
	content: "";
	height: 0;
	clear: both;
}

.tops .menu li {
	position: relative;
	float: left;
	width: 16.667%;
	height: 54px;
	line-height: 54px;
	text-align: center;
	z-index: 999;
}

.tops .menus li {
	width: 25%;
}

.tops .menu li a {
	display: block;
	font-size: 22px;
	color: #ffffff;
}

.tops .menu li a:hover {
	background-color: #e99500;
}

.tops .menu .li_1 a:hover {
	background: url(../img/frist_bg.png) top left no-repeat;
	background-size: 100% 100%;
}

.tops .menu .li_6 a:hover, .tops .menu .li_9 a:hover {
	background: url(../img/last_bg.png) top right no-repeat;
	background-size: 100% 100%;
}

.tops .menu li a span {
	display: inline-block;
	padding-left: 35px;
}

.tops .menu .li_1 span {
	background: url(../img/ico0.png) left center no-repeat;
}

.tops .menu .li_2 span {
	background: url(../img/ico1.png) left center no-repeat;
}

.tops .menu .li_3 span {
	background: url(../img/ico2.png) left center no-repeat;
}

.tops .menu .li_4 span {
	background: url(../img/ico3.png) left center no-repeat;
}

.tops .menu .li_5 span {
	background: url(../img/ico4.png) left center no-repeat;
}

.tops .menu .li_6 span {
	background: url(../img/ico5-1.png) left center no-repeat;
}

.tops .menu .li_7 span {
	background: url(../img/ico15.png) left center no-repeat;
}

.tops .menu .li_8 span {
	background: url(../img/ico16.png) left center no-repeat;
}

.tops .menu .li_9 span {
	background: url(../img/ico17.png) left center no-repeat;
}

.tops .menu li ul {
	display: none;
	background-color: #ffa200;
}

.tops .menu li ul li {
	float: none;
	width: 100%;
	height: 54px;
	line-height: 54px;
	text-align: center;
}

.tops .menu li ul li a {
	font-size: 18px;
}

.tops .menu .li_6 ul li a:hover {
	background-color: #e99500;
}

.tops .menu li ul li a:hover {
	background-color: #e99500;
}

.tops .substance {
	background-color: #ffffff;
	width: 1066px;
	height: auto;
	margin: 0 auto;
}

.tops .substance .substance_title {
	padding: 12px 0;
	background: url(../img/line_gray.jpg) 139px center no-repeat;
	width: 100%;
	height: 35px;
	line-height: 35px;
}

.tops .substance .substance_title h3 {
    display: inline-block;
	padding: 0 10px 0 38px;
	background: url(../img/icon9.png) 15px center no-repeat #ffffff;
	font-size: 22px;
	color: #ffa200;
}

.tops .substance .substance_title .searchBox {
    float: right;
    background-color: #ffffff;
	padding: 2px 34px 1px 6px;
    width: 253px;
    height: 32px;
}

.substance_title .searchBox > div {
    background: url(../img/searchBox.png) no-repeat;
    width: 100%;
    height: 100%;
}

.substance_title .searchBox > div > input {
    float: left;
    padding-left: 10px;
    background: none;
    border: none;
    width: 205px;
    height: 100%;
    font-family: "微软雅黑";
    font-size: 14px;
}

.substance_title .searchBox > div > button {
    float: left;
    background: url(../img/button.png) no-repeat;
    border: none;
    width: 38px;
    height: 100%;
    cursor: pointer;
}

.top .list_item {
	padding: 3px 23px 0 27px;
}

.top .list_item ul {
	max-height: 820px;
}

.top .list_item ul:after, .top .list_item ul li:after {
	display: block;
	content: "";
	height: 0;
	clear: both;
	visibility: hidden;
}

.top .list_item ul li {
	padding: 10px 26px 10px 16px;
	background: url(../img/line_dash.png) left bottom no-repeat;
	font-size: 16px;
	color: #999999;
	text-align: right;
}

.top .list_item ul li a {
	float: left;
	display: block;
	padding-left: 13px;
	width: 84%;
	background: url(../img/dot-orange.png) left center no-repeat;
	color: #333333;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.top .list_item ul li:hover a {
	background: url(../img/dot-oranges.png) left center no-repeat;
}

.top .list_item ul li:hover a, .top .list_item ul li:hover span {
	color: #df7118;
}

.tops .page_box {
	padding: 32px 0 29px 0;
	height: 31px;
	line-height: 31px;
	text-align: center;
}

.tops .page_box .pages {
	display: inline-block;
	margin: 0 auto;
	width: auto;
}

.tops .page_box .pages:after {
	display: block;
	content: "";
	height: 0;
	clear: both;
	visibility: hidden;
}

.tops .page_box .pages div {
	float: left;
	padding: 0 10px;
	font-size: 14px;
	color: #333333;
}

.tops .page_box .pages div a {
	color: #f3af3a;
}

.tops .page_box .pages div .prev {
	display: block;
	margin-top: 8px;
	background: url(../img/prev.png) no-repeat;
	width: 12px;
	height: 15px;
}

.tops .page_box .pages div .next {
	display: block;
	margin-top: 8px;
	background: url(../img/next.png) no-repeat;
	width: 12px;
	height: 15px;
}

.tops .page_box .page_list div {
	padding: 0;
}

.tops .page_box .page_list .left {
	background: url(../img/left_off.png) no-repeat;
	width: 12px;
	height: 31px;
}

.tops .page_box .page_list .center {
	padding: 4px 0;
	background: url(../img/center_off.png) repeat-x;
	width: auto;
    min-width: 8px;
	height: 23px;
}

.tops .page_box .page_list .right {
	background: url(../img/right_off.png) no-repeat;
	width: 12px;
	height: 31px;
}

.tops .page_box .pages .page_list a {
    float: left;
	display: block;
	margin: 0 4px;
	width: 23px;
	height: 23px;
	line-height: 23px;
	color: #333333;
}

.tops .page_box .pages .page_list .active, .tops .page_box .pages .page_list a:hover {
	background: url(../img/icon10.png) no-repeat;
	color: #ffffff !important;
}

.tops .substance .substance_menu {
	padding-left: 13px;
	/*border-bottom: 1px solid #e5e5e5;*/
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #666666;
    -moz-box-shadow: 0 5px 10px rgba(210, 210, 210, .4);
	-webkit-box-shadow: 0 5px 10px rgba(210, 210, 210, .4);
	box-shadow: 0 5px 10px rgba(210, 210, 210, .4);
}

.tops .substance .substance_menu:after {
	display: block;
    content: "";
    height: 0;
    clear: both;
    visibility: hidden;
}

.tops .substance .substance_menu a, .tops .substance .substance_menu span {
	color: #f3af3a;
}

.tops .substance .substance_menu a:hover {
	text-decoration: underline;
}

.tops .substance .substance_text {
	padding: 20px 80px 40px;
	min-height: 400px;
	font-size: 14px;
	color: #686868;
}

.tops .substance .substance_text h3 {
	padding: 7px 0;
	font-size: 22px;
	color: #d08400;
	text-align: center;
}

.tops .substance .substance_text h5 {
	padding: 7px 0;
	margin-bottom: 20px;
	font-size: 14px;
	color: #999999;
	text-align: center;
	font-weight: 500;
}

.tops .substance .substance_text img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}


/*发布通知公告图片图标占满一行样式修改*/
.tops .substance .substance_text img{
	display:inline-block;
}

.tops .substance .substance_text .cut {
	background: url(../img/line_orange2.jpg) center center no-repeat;
	height: 40px;
}

.tops .substance .substance_text p {
	line-height: 1.5;
	/*text-indent: 2em;*/
}

.tops .substance .sign_box {
	padding-bottom: 10px;
	margin: 0 auto;
	background-color: #ffffff;
	width: 1066px;
	min-height: 600px;
}

.tops .substance .sign_box .step {
	background: url(../img/step_ico.png) center center no-repeat;
	width: 100%;
	height: 96px;
    /*line-height: 96px;*/
	text-align: center;
}

.tops .substance .sign_box .step:after {
	display: block;
	content: "";
	height: 0;
	clear: both;
	visibility: hidden;
}

.tops .substance .sign_box .step div {
	float: left;
}

.tops .substance .sign_box .step span {
	display: inline-block;
	/*padding-top: 66px;
	margin: 0 102px;*/
    padding-left: 74px;
    margin-top: 26px;
    background: url(../img/step_ico1.png) left center no-repeat;
    height: 50px;
    line-height: 50px;
	font-size: 20px;
	color: #11a296;
}

.tops .substance .sign_box .step .finish {
    background: url(../img/step_ico3-1.png) left center no-repeat;
}

.tops .substance .sign_box .step .active span {
	color: #11a296;
}

.tops .substance .sign_box .step .step1 {
	background: url(../img/step_ico1.png) center 14px no-repeat;
}

.tops .substance .sign_box .step .step2 {
	background: url(../img/step_ico2.png) center 14px no-repeat;
}

.tops .substance .sign_box .step .active .step2 {
	background: url(../img/step_ico2-1.png) center 14px no-repeat;
}

.tops .substance .sign_box .step .step3 {
	background: url(../img/step_ico3.png) center 14px no-repeat;
}

.tops .substance .sign_box .step .active .step3 {
	background: url(../img/step_ico3-1.png) center 14px no-repeat;
}

.tops .substance .sign_box .step .lines {
	background: url(../img/step_line.png) center center no-repeat;
	width: 95px;
	height: 100%;
}

.tops .substance .sign_box .step .active.lines {
	background: url(../img/step_lines.png) center center no-repeat;
}

.tops .substance .sign_box .info_box {
	padding: 25px 0 15px;
	margin: 0 auto;
	width: 470px;
	font-size: 16px;
	color: #666666;
}

.tops .substance .sign_box .info_box div {
	margin-bottom: 15px;
}

.tops .substance .sign_box .info_box span {
	margin-right: 5px;
	font-size: 20px;
	color: #ed0606;
	vertical-align: middle;
}

.tops .substance .sign_box .info_box font {
	margin-left: 4px;
	font-size: 14px;
	color: #ec1717;
}

.tops .substance .sign_box .info_box font.green {
	color: #11a296;
}

.tops .substance .sign_box .info_box input {
	padding: 5px;
	background: url(../img/ico18.png) no-repeat;
	background-size: 100% 100%;
	border: none;
	width: 469px;
	height: 34px;
	line-height: 34px;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #666666;
}

.tops .substance .sign_box .info_box input[type="file"] {
	background: none;
}

.tops .substance .sign_box .info_box .file {
	position: relative;
	display: inline-block;
	background: url(../img/ico19.png) no-repeat;
	background-size: 100% 100%;
	width: 89px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	overflow: hidden;
	vertical-align: middle;
}

.tops .substance .sign_box .info_box .file input {
	position: absolute;
	font-size: 100px;
	top: 0;
	right: 0;
	opacity: 0;
}

.tops .substance .sign_box .info_box .files {
	display: inline-block;
	margin-left: 6px;
	background: none;
	border: none;
	width: 350px;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #999999;
}

.tops .substance .sign_box .info_box button {
    margin: 40px 0;
	background: url(../img/ico20.png) no-repeat;
	background-size: 100% 100%;
	border: none;
	width: 469px;
	height: 40px;
	line-height: 40px;
	font-family: "微软雅黑";
	font-size: 18px;
	color: #ffffff;
	text-align: center;
	cursor: pointer
}

.tops .substance .sign_box .info_box .login_btn {
	margin-left: 100px;
	background: url(../img/ico22.png) no-repeat;
	background-size: 100% 100%;
	width: 224px;
}

.tops .substance .finish_box {
	padding: 96px 67px 0 0;
	margin: 70px auto 18px;
	background: url(../img/ico_finish.png) no-repeat;
	width: 237px;
	height: 104px;
	font-size: 16px;
	color: #e1c03a;
	text-align: center;
}

/*.tops .substance .sign_box .info_box button:hover {
	background: url(../img/ico21.png) no-repeat;
}*/

.table {
    padding: 20px 0;
	margin: 0 auto;
    width: 978px;
    min-height: 400px;
    text-align: center;
}

.table h3 {
    line-height: 50px;
	font-family: "黑体";
    font-size: 28px;
    font-weight: bold;
}

.table .wraps {
    border: 1px solid #000000;
    width: 976px;
}

.table table {
    table-layout: fixed;
	border-collapse: collapse;
    border-spacing: 0;
    width: 976px;
}

.table table th {
    background: #eeeeee;
	border: 1px solid #000000;
    height: 35px;
    line-height: 20px;
    text-align: center;
    font-weight: 500;
}

.table table td {
	border: 1px solid #000000;
    height: 35px;
    line-height: 20px;
    text-align: center;
}


.top .list_items {
	padding: 3px 0 0 0;
}

/*.tops .list_item .items {
	padding: 0 7px;
}*/

.tops .items .tips {
	padding: 22px 10px 10px;
	/*margin: 0 7px;*/
	font-size: 14px;
	color: #333333;
    text-align: center;
}

.tops .items .tips label {
	margin: 0 6px;
}

.tops .items .tips input {
	padding: 5px;
	margin: 5px 15px 5px 0;
	background: url(../img/icon15.png) no-repeat;
	background-size: 100% 100%;
	border: none;
	width: 150px;
	height: 22px;
	line-height: 22px;
	font-family: "微软雅黑";
	font-size: 14px;
}

.tops .items .tips select {
	position: relative;
	display: inline-block;
	margin: 5px 10px 5px 0;
	background: url(../img/dl_bgs.png) no-repeat;
    border: none;
	width: 160px;
	height: 32px;
	vertical-align: middle;
	z-index: 998;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
}

select::-ms-expand { display: none; }

.tops .items .tips dl {
	position: relative;
	display: inline-block;
	margin: 5px 10px 5px 0;
	background: url(../img/dl_bgs.png) no-repeat;
	width: 160px;
	height: 32px;
	vertical-align: middle;
	z-index: 998;
}

.tops .items .tips dl dt {
	padding: 0 23px 0 7px;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	color: #333333;
}

.tops .items .tips dl dd {
	display: none;
}

.tops .items .tips dl dd span {
	display: block;
	padding-left: 7px;
	background-color: #ffffff;
	border-left: 1px solid #cbcbcb;
	border-right: 1px solid #cbcbcb;
	line-height: 28px;
	font-size: 14px;
	color: #666666;
	cursor: pointer;
}

.tops .items .tips dl dd span:hover {
	background-color: #f8f8f8;
}

.tops .items .tips dl dd font {
	display: block;
	background: url(../img/icon16.png) no-repeat;
	width: 100%;
	height: 5px;
}

.tops .items .tips .tips_btn {
	display: inline-block;
	margin: 5px 0;
}

.tops .items .tips .tips_btn button {
	display: inline-block;
	margin-left: 4px;
	border: none;
	width: 90px;
	height: 34px;
	line-height: 34px;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
}

.tops .items .tips .tips_btn .btn1 {
	padding-left: 42px;
	background: url(../img/icon18.png) no-repeat;
	background-size: 100%;
	text-align: left;
    cursor: pointer;
}

.tops .items .tips .tips_btn .btn2 {
	background: url(../img/icon19.png) no-repeat;
	background-size: 100%;
    cursor: pointer;
}

.tops .items .admintable {
	margin: 0 7px;
	background-color: #ffffff;
	border-collapse: collapse;
	border-spacing: 0;
	width: 1051px;
	table-layout: fixed;
}

.tops .items .admintable thead {
	background: url(../img/ico9.jpg) repeat-x;
}

.tops .items .admintable thead th {
	border: 1px solid #f8cb16;
	height: 38px;
	line-height: 38px;
	text-align: center;
	font-size: 14px;
}

.tops .items .admintable thead th a {
	color: #ffffff;
}

.tops .items .admintable td {	
	padding: 5px;
	border: 1px solid #e7e7e7;
	height: 28px;
	line-height: 1.5;
	text-align: center;
	font-size: 14px;
	color: #333333;
	word-break: break-all;
}

.tops .items .admintable tr:hover td {	
	background-color: #f1f7fb;
}

.tops .items .admintable td a {	
	color: #0594d0;
}

.tops .items .admintable td a:hover {	
	text-decoration: underline;
}

.tops .items .admintable .row1 td {	
	background-color: #fbfbfb;
}

.tops .items .tab_menus {
	border-top: 1px solid #e8e8e8;
	height: 65px;
	text-align: center;
}

.tops .items .tab_menus a {
	display: inline-block;
	padding: 7px 10px 16px 10px;
	margin-top: 7px;
	width: 90px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #e29c23;
}

.tops .items .tab_menus a.active, .tops .items .tab_menus a:hover {
	background: url(../img/icon20.png) no-repeat;
	color: #ffffff;
}

.tops .items .tab_boxs .sub {
	display: none;
}

.tops .title_box {
    margin-bottom: 37px;
    text-align: center;
}

.tops .title_box span {
    display: inline-block;
    margin: 0 16px;
    background: url(../img/icoimg1.png) no-repeat;
    width: 57px;
    height: 5px;
    vertical-align: middle;
}

.tops .title_box h2 {
    display: inline-block;
    background: url(../img/icoimg2-2.png) left center no-repeat;
    padding-left: 45px;
    height: 32px;
    line-height: 32px;
    font-size: 20px;
    color: #333333;
    vertical-align: middle;
}

.tops .title_box h2.tit {
    background: url(../img/icoimg2.png) left center no-repeat;
}

.tops .tit1 h2 {
    padding-left: 36px;
    background: url(../img/icoimg8.png) left center no-repeat;
}

.tops .tit2 h2 {
    padding-left: 36px;
    background: url(../img/icoimg9.png) left center no-repeat;
}

.tops .tit3 h2 {
    padding-left: 36px;
    background: url(../img/icoimg12.png) left center no-repeat;
}

.tops .tit4 h2 {
    padding-left: 36px;
    background: url(../img/icoimg13.png) left center no-repeat;
}

.tops .tit5 h2 {
    padding-left: 36px;
    background: url(../img/icoimg16.png) left center no-repeat;
}

.tops .tit6 h2 {
    padding-left: 36px;
    background: url(../img/icoimg17.png) left center no-repeat;
}

.tops .talk_box {
    background: url(../img/icoimg3.png) 12px center no-repeat;
    background-size: auto 100%;
    width: 100%;
}

.tops .tip_box {
    margin-bottom: 37px;
}

.tops .talk_box .tit {
    padding-bottom: 8px;
    padding-left: 0;
    margin: 0;
}

.tops .talk_box .tits {
    margin-top: 54px;
}

.tops .talk_box .tit span {
    display: inline-block;
    margin-right: 5px;
    background: url(../img/icoimg4.png) no-repeat;
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
}

.tops .talk_box .tit font {
    display: inline-block;
    padding: 0 22px;
    background: url(../img/icoimg3.jpg) center center no-repeat;
    background-size: 100% 100%;
    line-height: 23px;
    font-size: 16px;
    color: #ffffff;
    vertical-align: middle;
}

.tops .talk_box .tits font {
    background: url(../img/icoimg4.jpg) center center no-repeat;
    background-size: 100% 100%;
    vertical-align: middle;
}

.tops .talk_box div {
    padding-left: 43px;
    margin-top: 25px;
}

.tops .tip_box div {
    margin-top: 25px;
}

.tops .talk_box div p, .tops .tip_box div p, .tops .tip_box .f {
    float: left;
    margin: 0;
    width: 50%;
}

.tops .talk_box div span, .tops .tip_box div span {
    font-size: 20px;
    color: #ed0606;
    vertical-align: middle;
}

.tops .tip_box div span {
    margin-right: 4px;
}

.tops .talk_box div .red, .tops .tip_box div .red {
    display: block;
    padding-left: 88px;
    font-size: 14px;
    color: #ed0606;
    vertical-align: middle;
}

.tops .talk_box div label, .tops .tip_box div label {
    margin-right: 4px;
    font-size: 16px;
    color: #666666;
}

.tops .tip_box div .max {
    display: inline-block;
    width: 150px;
    text-align: right;
}

.tops .tip_box div .min {
    display: inline-block;
    padding-left: 40px;
    width: 68px;
    text-align: right;
}

.tops .talk_box div input, .tops .tip_box div input {
    padding: 5px;
    background: url(../img/icoimg5.png) center center no-repeat;
    border: none;
    width: 264px;
    height: 34px;
    font-family: "微软雅黑";
    font-size: 14px;
}

.tops .tip_box div select {
    position: relative;
    display: inline-block;
    background: url(../img/icoimg10.png) center center no-repeat;
    background-size: 100%;
    border: none;
    margin: 5px;
    width: 264px;
    height: 34px;
    font-family: "微软雅黑";
    font-size: 14px;
    vertical-align: middle;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
}

.tops .tip_box div dl {
    position: relative;
    display: inline-block;
    background: url(../img/icoimg10.png) center center no-repeat;
    border: none;
    width: 264px;
    height: 34px;
    font-family: "微软雅黑";
    font-size: 14px;
    vertical-align: middle;
}

.tops .tip_box div dl dt {
    padding: 5px 10px;
    height: 24px;
    line-height: 24px;
    font-family: "微软雅黑";
}

.tops .tip_box div dl dd {
    display: none;
    padding-bottom: 3px;
    background: url(../img/icoimg11.png) bottom center no-repeat;
}

.tops .tip_box div dl dd span {
    display: block;
    padding-left: 10px;
    background-color: #ffffff;
    border-left: 1px solid #cbcbcb;
    border-right: 1px solid #cbcbcb;
    width: 252px;
    line-height: 30px;
    font-size: 14px;
    color: #666666;
    cursor: pointer;
}

.tops .tip_box div dl dd span:hover {
    background-color: #f8f8f8;
}

.tops .tip_box div .size {
    background: url(../img/icoimg18.png) center center no-repeat;
    width: 675px;
}

.tops .talk_box div textarea, .tops .tip_box div textarea {
    padding: 5px;
    background: url(../img/icoimg6.png) center center no-repeat;
    border: none;
    width: 675px;
    height: 110px;
    font-family: "微软雅黑";
    font-size: 14px;
    resize: none;
}

.tops .btn_item {
    margin-top: 73px;
    text-align: center;
}

.tops .btn_items {
    margin-top: 39px;
    text-align: center;
}

.tops .btn_item input[type="submit"] {
    background: url(../img/icoimg7.png) center center no-repeat;
    border: none;
    width: 162px;
    height: 40px;
    line-height: 36px;
    font-family: "微软雅黑";
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
}

.tops .btn_items input[type="submit"] {
    background: url(../img/icoimg15.png) center center no-repeat;
    border: none;
    width: 162px;
    height: 40px;
    line-height: 36px;
    font-family: "微软雅黑";
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
}

.tops .btn_items input[type="reset"] {
    background: url(../img/icoimg15.png) center center no-repeat;
    border: none;
    width: 162px;
    height: 40px;
    line-height: 36px;
    font-family: "微软雅黑";
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
}

.tops .tip_box a {
    position: relative;
    display: inline-block;
    background: url(../img/icoimg14.png) no-repeat;
    background-size: 100% 100%;
    width: 89px;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    overflow: hidden;
    vertical-align: middle;
    cursor: pointer;
}

.tops .tip_box a input {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
}

.tops .tip_box .files {
    padding: 0;
    margin-left: 14px;
    background: none;
    width: 550px;
    font-size: 14px;
    color: #999999;
    vertical-align: middle;
}

.tops .tip_box .file {
    padding: 0;
    margin-left: 10px;
    background: none;
    width: 186px;
    font-size: 14px;
    color: #999999;
    vertical-align: middle;
}

.tops .procedure {
	padding-left: 92px;
	background: url(../img/step_bg.jpg) no-repeat;
	background-size: cover;
	/*width: 100%;*/
	height: 110px;
}

.tops .procedure:after {
	display: block;
	content: "";
	height: 0;
	clear: both;
	visibility: hidden;
}

.tops .procedure > div {
	float: left;
	display: inline-block;
	height: 100%;
}

.tops .procedure > div span {
	display: block;
	margin: 0 40px;
	padding-top: 76px;
	min-width: 64px;
	height: 34px;
	font-size: 16px;
	color: #d2d2d2;
	text-align: center;
}

.tops .procedure > .steps1 span {
	background: url(../img/step_icon1.png) center 24px no-repeat;
}

.tops .procedure > .steps1 .active {
	background: url(../img/step_icon1-1.png) center 24px no-repeat;
	color: #1cbaad;
}

.tops .procedure > .steps2 span {
	background: url(../img/step_icon2.png) center 24px no-repeat;
}

.tops .procedure > .steps2 .active {
	background: url(../img/step_icon2-2.png) center 24px no-repeat;
	color: #1cbaad;
}

.tops .procedure > .steps3 span {
	background: url(../img/step_icon3.png) center 24px no-repeat;
}

.tops .procedure > .steps3 .active {
	background: url(../img/step_icon3-3.png) center 24px no-repeat;
	color: #1cbaad;
}

.tops .procedure > .steps4 span {
	background: url(../img/step_icon4.png) center 24px no-repeat;
}

.tops .procedure > .steps4 .active {
	background: url(../img/step_icon4-4.png) center 24px no-repeat;
	color: #1cbaad;
}

.tops .procedure > .line {
	background: url(../img/step_line.png) left center no-repeat;
	width: 73px;
}

.tops .procedure > .on {
	background: url(../img/step_lines.png) left center no-repeat;
	width: 73px;
}

.tops .info-box {
	min-height: 660px;
}

.tops .info-box .finishs {
	text-align: center;
}

.tops .info-box .finishs > img {
	display: inline-block;
	padding: 104px 0 30px;
}

.tops .info-box .finishs > p {
	font-size: 16px;
	color: #333333;
}

.tops .info-box .finishs > ul {
	padding-top: 23px;
}

.tops .info-box .finishs > ul li {
	padding: 17px 0 17px 216px;
	background: url(../img/line_dash1.png) center bottom no-repeat;
	font-size: 16px;
	color: #333333;
	text-align: left;
}

.tops .info-box .finishs > ul .indent1 {
	text-indent: 1em;
}

.tops .info-box .finishs > ul .indent2 {
	text-indent: 2em;
}

.tops .info-box .finishs > ul li label span {
	margin-right: 8px;
	font-size: 20px;
	color: #ed0606;
	vertical-align: middle;
}

.tops .info-box .finishs > ul li a {
	display: inline-block;
	position: relative;
	margin: 0 8px;
	background: url(../img/step_add.png) no-repeat;
	width: 110px;
	height: 95px;
	vertical-align: middle;
	overflow: hidden;
	cursor: pointer;
}

.tops .info-box .finishs > ul li a input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*font-size: 78px;*/
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
	cursor: pointer;
}

.tops .info-box .finishs > ul li > .tip {
	background: none;
	border: none;
	vertical-align: middle;
	font-size: 16px;
	color: #999999;
}

.tops .info-box .finishs > ul li > .not {
	padding-left: 21px;
	background: url(../img/ico_not.png) left center no-repeat;
	color: #db1515;
}

.tops .info-box .finishs .choose-box {
	padding: 105px 27px 0 29px;
}

.tops .info-box .finishs .choose-box:after {
	display: block;
	content: "";
	height: 0;
	clear: both;
	visibility: hidden;
}

.tops .info-box .finishs .choose-box > div {
	float: left;
	margin: 0 40px 20px;
	background-color: #ffffff;
	border: 1px solid #eaeaea;
	border-radius: 5px;
	width: 254px;
	height: 274px;
}

.tops .info-box .finishs .choose-box > div:hover {
	border-color: #ffffff;
	-webkit-box-shadow: -10px 0 10px rgba(124, 124, 124, .05), /*左边阴影*/  
    10px 0 10px rgba(124, 124, 124, .05), /*右边阴影*/  
    0 -5px 10px rgba(124, 124, 124, .05), /*顶部阴影*/  
    0 15px 15px rgba(124, 124, 124, .05); /*底边阴影*/
	-moz-box-shadow: -10px 0 10px rgba(124, 124, 124, .05), /*左边阴影*/  
    10px 0 10px rgba(124, 124, 124, .05), /*右边阴影*/  
    0 -5px 10px rgba(124, 124, 124, .05), /*顶部阴影*/  
    0 15px 15px rgba(124, 124, 124, .05); /*底边阴影*/
	box-shadow: -10px 0 10px rgba(124, 124, 124, .05), /*左边阴影*/  
    10px 0 10px rgba(124, 124, 124, .05), /*右边阴影*/  
    0 -5px 10px rgba(124, 124, 124, .05), /*顶部阴影*/  
    0 15px 15px rgba(124, 124, 124, .05); /*底边阴影*/
}

.tops .info-box .finishs .choose-box > div > a {
	display: block;
	padding-top: 192px;
	height: 82px;
	font-size: 20px;
	color: #999999;
	text-align: center;
	cursor: pointer;
}

.tops .info-box .finishs .choose-box > div .plan1 {
	background: url(../img/plan1.png) center 41px no-repeat;
}

.tops .info-box .finishs .choose-box > div:hover .plan1 {
	background: url(../img/plan1-1.png) center 41px no-repeat;
	color: #555555;
}

.tops .info-box .finishs .choose-box > div .plan2 {
	background: url(../img/plan2.png) center 41px no-repeat;
}

.tops .info-box .finishs .choose-box > div:hover .plan2 {
	background: url(../img/plan2-2.png) center 41px no-repeat;
	color: #555555;
}

.tops .info-box .finishs .choose-box > div .plan3 {
	background: url(../img/plan3.png) center 35px no-repeat;
}

.tops .info-box .finishs .choose-box > div:hover .plan3 {
	background: url(../img/plan3-3.png) center 35px no-repeat;
	color: #555555;
}

.tops .info-box .finishs .choose-box > div > a span {
	display: inline-block;
	margin-top: 20px;
	background-color: #9d9d9d;
	width: 35px;
	height: 1px;
}

.tops .info-box .finishs .infobox {
	padding-top: 75px;
	text-align: center;
}

.tops .info-box .finishs .infobox p {
	margin-bottom: 32px;
	font-size: 16px;
	color: #666666;
}

.tops .info-box .finishs .infobox label {
	display: inline-block;
	margin-right: 8px;
	vertical-align: middle;
}

.tops .info-box .finishs .infobox label span {
	margin-right: 5px;
	padding-top: 4px;
	font-size: 20px;
	color: #ed0606;
	vertical-align: middle;
}

.tops .info-box .finishs .infobox .last label {
	text-indent: 1em;
}

.tops .info-box .finishs .infobox p input[type="text"] {
	background: url(../img/ico_img20.png) no-repeat;
	border: none;
	width: 400px;
	height: 40px;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #666666;
	text-indent: 5px;
}

.tops .info-box .finishs .infobox .last input[type="text"] {
	margin-right: 14px;
	background: url(../img/ico_img21.png) no-repeat;
	border: none;
	width: 192px;
	height: 40px;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #666666;
	vertical-align: middle;
	text-indent: 5px;
}

.tops .info-box .finishs .infobox .last .code {
	display: inline-block;
	margin-right: 45px;
	width: 145px;
	height: 40px;
	vertical-align: middle;
}

.tops .info-box .finishs .infobox .btn_list {
	padding-left: 124px;
}

.tops .info-box .finishs .infobox .btn {
	background: url(../img/ico_img23.png) no-repeat;
	border: none;
	width: 401px;
	height: 40px;
	font-family: "微软雅黑";
	font-size: 18px;
	color: #ffffff;
	cursor: pointer;
}

.tops .info-box .inquire {
	text-align: center;
}

.tops .info-box .inquire > img {
	display: inline-block;
	margin: 63px auto 10px;
}

.tops .info-box .inquire > p {
	font-size: 18px;
	color: #f1c100;
}

.tops .info-box .inquire .infobox {
	margin: 0 auto;
	padding-top: 42px;
	width: 480px;
	text-align: center;
}

.tops .info-box .inquire .infobox p {
    margin-bottom: 32px;
    font-size: 16px;
    color: #666666;
}

.tops .info-box .inquire .infobox label {
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
}

.tops .info-box .inquire .infobox label span {
    margin-right: 5px;
    padding-top: 4px;
    font-size: 20px;
    color: #ed0606;
    vertical-align: middle;
}

.tops .info-box .inquire .infobox p input[type="text"] {
    background: url(../img/ico_img20.png) no-repeat;
    border: none;
    width: 400px;
    height: 40px;
    font-family: "微软雅黑";
    font-size: 16px;
    color: #666666;
    text-indent: 5px;
}

.tops .info-box .inquire .infobox .btn_list {
    /*padding-left: 124px;*/
   text-align: right;
}

.tops .info-box .inquire .infobox .btn {
    background: url(../img/ico_img23.png) no-repeat;
    border: none;
    width: 401px;
    height: 40px;
    font-family: "微软雅黑";
    font-size: 18px;
    color: #ffffff;
    cursor: pointer;
}

.tops .info-box .inquire .tips {
	padding-top: 20px;
	text-align: left;
}

.tops .info-box .inquire .tips:after {
	display: block;
	content: "";
	height: 0;
	clear: both;
	visibility: hidden;
}

.tops .info-box .inquire .tips label {
	text-indent: 1em;
	line-height: 38px;
}

.tops .info-box .inquire .tips > div {
	float: right;
	width: 400px;
	font-size: 12px;
}

.tops .info-box .inquire .tips .red {
    background-color: #f9f9f9;
    border-radius: 5px;
}

.tops .info-box .inquire .tips .red p {
	margin-bottom: 0;
	padding-left: 34px;
	background: url(../img/red_ico.png) 13px center no-repeat;
	line-height: 38px;
	color: #f12200;
}

.tops .info-box .inquire .tips .red p font {
	font-size: 12px;
    color: #666666;
}

.tops .info-box .inquire .tips .red span {
	display: block;
	padding-left: 13px;
    line-height: 20px;
    font-size: 12px;
    color: #666666;
}

.tops .info-box .inquire .tips .red .btn, .tops .info-box .inquire .tips .yellow .btn {
	display: block;
    margin: 10px auto 14px;
	background: url(../img/yellow_ico1.png) center center no-repeat;
    width: 66px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 12px;
    color: #e0b300;
}

.tops .info-box .inquire .tips .yellow {
    background-color: #f9f9f9;
    border-radius: 5px;
	color: #dcb000;
}

.tops .info-box .inquire .tips .yellow p {
	margin-bottom: 0;
	padding-left: 34px;
	background: url(../img/yellow_ico.png) 13px center no-repeat;
	line-height: 38px;
	color: #dcb000;
}

.tops .info-box .inquire .tips .yellow span {
	display: block;
	padding-left: 13px;
    line-height: 20px;
    font-size: 12px;
    color: #666666;
}

.tops .info-box .inquire .tips .yellow p font {
	font-size: 12px;
    color: #666666;
}

.tops .info-box .inquire .tips .yellow span font {
	font-size: 14px;
	font-weight: bold;
}

.tops .info-box .inquire .tips .yellow span a {
	font-size: 14px;
	color: #dcb000;
}

.tops .info-box .inquire .tips .yellow p #checktime {
	font-size: 12px;
    color: #666666;
}

.tops .info-box .inquire .tips .gray {
    background-color: #f9f9f9;
    border-radius: 5px;
	color: #999999;
}

.tops .info-box .inquire .tips .gray p {
	margin-bottom: 0;
	padding-left: 23px;
	background: url(../img/yellow_dot.png) 10px center no-repeat;
	line-height: 38px;
	color: #999999;
}

.mask {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .4);
	width: 100%;
	height: 100%;
	z-index: 10000;
}

.mui-box {
	position: fixed;
	top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: url(../img/box_bg.png) no-repeat;
	width: 549px;
	height: 340px;
	text-align: center;
	z-index: 10001;
}

.mui-box > img {
	display: inline-block;
	padding: 53px 0 23px;
}

.mui-box > p {
	font-size: 16px;
	color: #55555;
}

.mui-box > input[type="button"] {
	margin-top: 48px;
	background: url(../img/ico_img19.png) no-repeat;
	border: none;
	width: 170px;
	height: 40px;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #ffffff;
	cursor: pointer;
}

.mui-box > .close, .codebox > .close, .namebox > .close {
	display: block;
	position: absolute;
	top: 10px;
	right: 11px;
	background: url(../img/ico_close.png) no-repeat;
	width: 20px;
	height: 20px;
	cursor: pointer;
}

.codebox {
	display: none;
	position: fixed;
	top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: url(../img/codebox_bg.png) no-repeat;
	width: 280px;
	height: 140px;
	text-align: center;
	z-index: 10001;
}

.codebox > p {
	padding-top: 42px;
	font-size: 18px;
	color: #333333;
}

.codebox > p span {
	display: inline-block;
	padding-left: 37px;
	background: url(../img/ico_img24.png) left center no-repeat;
	line-height: 32px;
}

.codebox .btn_list {
	padding-top: 22px;
}

.codebox .btn_list input[type="button"] {
	background: url(../img/ico_img25.png) left center no-repeat;
	border: none;
	width: 75px;
	height: 28px;
	line-height: 26px;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #333333;
	cursor: pointer;
}

.namebox {
	display: none;
	position: fixed;
	top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: url(../img/ico_img26.png) no-repeat;
	width: 458px;
	height: 192px;
	text-align: center;
	z-index: 10001;
}

.namebox > div {
	margin-top: 54px;
	padding: 0 43px 0 148px;
	background: url(../img/ico_img27.png) 44px top no-repeat;
	min-height: 84px;
	text-align: left;
}

.namebox > div > p {
	padding-top: 5px;
	font-size: 16px;
	color: #c01616;
}

.namebox > div > span {
	display: inline-block;
	padding-top: 5px;
	font-size: 12px;
	color: #666666;
}
