﻿/* 整体设置 */
* {
    margin: 0px;
    padding: 0px;
}

*:focus { outline: none; }

* html .clearfix { height: 1px; }

.clearfix { min-height: 1px; }

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

body {
    color: #000000;
    font-family: "Microsoft YaHei";
    font-size: 12px;
    height: 100%;
}

.bodybg { background: #3184d0 url(../images/front_main_bg.jpg) top center no-repeat; }

img { border: none; }

ul, li {
    list-style-type: none;
    margin: 0 !important;
    padding: 0 !important;
}

/*文字颜色*/

.font_red { color: red; }

.font_green { color: green; }

.font_orange { color: orange; }

.font_purple { color: purple; }

.font_blue { color: blue; }

/* 顶部区域 */

#header {
	min-width: 1200px;
    background: url(../images/header_bg.jpg) center center no-repeat;
    height: 120px;
}

#header .head_box {
    margin: 0 auto;
    width: 1000px;
}

#header .logo { float: left; }

#header .nav {
    border-right: 1px solid #ccc;
    float: right;
}

#header .nav ul { }

#header .nav ul li { float: left; }

#header .nav ul li a {
    border-left: 1px solid #ccc;
    border-right: 1px solid #fff;
    color: #000;
    display: block;
    font-size: 14px;
    height: 120px;
    line-height: 120px;
    padding: 0 16px;
}

#header .nav ul li a:hover { background: url(../images/nav_li_bg.jpg) center center repeat-x; }

#header .nav ul li.active a { background: url(../images/nav_li_bg.jpg) center center repeat-x; }

/* 中部区域 */

#container_main {
    margin: 0 auto;
    padding: 30px 0 0 0;
    width: 1000px;
}

.index_container_main {
	width: 100% !important;
	padding-top: 0 !important;
	min-width: 1200px;
}

/* 登录框 */

#container_main .login_flow {
	width: 100%;
	height: 370px;
	background: url(../images/login_bg.jpg) center center no-repeat;
}

#container_main .login {
	margin: 0 auto;
    width: 1200px;
    height: 370px;
    position: relative;
}

#container_main .login_inner {
	position: absolute;
	top: 20px;
	right: 0;
	width: 332px;
	height: 316px;
	background: #FFF;
	-webkit-box-shadow: 0px 0px 10px #30b4e0;
	-moz-box-shadow: 0px 0px 10px #30b4e0;
	box-shadow: 0px 0px 10px #30b4e0;
	padding: 14px 26px 0 22px;
}

/* 流程区域 */

#container_main .flow {
    width: 1200px;
	margin: 0 auto;
	padding: 25px 0 65px 0;
}

#container_main .flow_title {
    font-size: 24px;
	font-weight: bold;
	color:#252b3a;
    text-align: center;
}

#container_main .flow_step {
	margin-top: 35px;
    text-align: center;
}

#container_main .flow_step img {
	display: block;
	margin: 0 auto;
}

#container_main .flow_btn { text-align: center; }

#container_main .flow_btn button {
    background: url(../images/flow_btn_normal.png) center center no-repeat;
    border: 0;
    height: 50px;
    width: 200px;
}

#container_main .flow_btn button:hover { background: url(../images/flow_btn_hover.png) center center no-repeat; }

/* banner区域 */

.banner {
	width: 100%;
	height: 115px;
	background: url(../images/banner.jpg) center center no-repeat;
}

/* 相关链接 */

.related_links_out {
	width: 100%;
	background: #f6f6f6;
}

.related_links {
	width: 1200px;
	margin: 0 auto;
	padding: 25px 0 20px 0;
	overflow: hidden;
}

.related_links .link_title {
	float: left;
	font-size: 16px;
	line-height: 26px;
	font-weight: bold;
	color: #333333;
}

.related_links .link_list {
	float: left;
	margin-top: 15px !important;
	width: 100%;
	overflow: hidden;
}

.related_links .link_list li {
	float: left;
	width: 20%;
	padding: 4px 0 !important;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
}

.related_links .link_list li a {
	font-size: 14px;
	color: #969696;
}

.related_links .link_list li a:hover {
	text-decoration: underline;
}

/* 栏目标头 */

    #container_main h1.content_title {
        background: url(../images/h1_bg.jpg) center left no-repeat;
        color: #fff;
        font-size: 14px;
        height: 36px;
        line-height: 36px;
        margin: 0 0 15px 0;
        padding: 0 10px;
        width: 595px;
    }

#container_main h2.content_title {
    background: url(../images/h2_bg.jpg) center center no-repeat;
    color: #fff;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    margin: 0 0 15px 0;
    padding: 0 10px;
    width: 263px;
}

#container_main h1.content_title span, #container_main h2 span {
    float: right;
    font-size: 12px;
    font-weight: normal;
}

#container_main h1.content_title span a, #container_main h2 span a { color: #96c4ef; }

#container_main h1.content_title span a:hover, #container_main h2 span a:hover { color: white; }

#container_main h3.content_title {
    color: #fff;
    font-size: 42px;
    font-weight: normal;
    margin-bottom: 20px;
    text-align: center;
}

#container_main h3.content_title span { color: #8ff1f5; }

#container_main h4.content_title {
    background: url(../images/h4_bg.jpg) center center no-repeat;
    background-size: 100% 100%;
    color: #fff;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    margin: 0 0 15px 0;
    padding: 0 10px;
}

/* 备案查询条标题 */

#container_main .title1 { padding: 15px 30px; }

#container_main .title1 span { font-size: 18px; }

#container_main .title2 {
    border-bottom: 1px solid #ccc;
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    text-align: center;
}

#container_main .title2 p.container_ptag {
    font-size: 12px;
    margin-top: 10px;
    color: gray;
}

#container_main .title3 {
    font-size: 18px;
    line-height: 61px;
    text-align: center;
}

#container_main .title4 { margin: 5px 0; }

#container_main .title4::before {
    background: #3083cf;
    border-radius: 100%;
    content: '';
    display: inline-block;
    height: 6px;
    margin-right: 5px;
    width: 6px;
}

#container_main .content { box-shadow: 0 0 20px #333; }

#container_main .content_top1 {
    background: url(../images/content_top1_bg.png) bottom center no-repeat;
    height: 61px;
}

#container_main .content_top2 {
    background: url(../images/content_top2_bg.png) bottom center no-repeat;
    height: 15px;
}

#container_main .content_box { background: url(../images/content_box_bg.jpg) top center repeat-x; }

#container_main .content_area { background: #dadada; }

#container_main .content_inner {
    background: url(../images/content_inner_bg.png) center center repeat-y;
    min-height: 480px;
    padding: 30px;
}

#container_main .content_bottom {
    background: url(../images/content_bottom_bg.png) center center no-repeat;
    height: 15px;
}

#container_main .notice_box {
    float: left;
    width: 615px;
}

#container_main .place_box {
    float: right;
    width: 283px;
}

#container_main .place_box .linkbtn {
    display: block;
    height: 140px;
    margin-bottom: 20px;
    width: 283px;
}

#container_main .place_box .placebg { background: url(../images/place_normal.png) center center no-repeat; }

#container_main .place_box .placebg:hover { background: url(../images/place_hover.png) center center no-repeat; }

#container_main .place_box .regubg { background: url(../images/regu_normal.png) center center no-repeat; }

#container_main .place_box .regubg:hover { background: url(../images/regu_hover.png) center center no-repeat; }

#container_main .box_list {
    float: left;
    margin-right: 50px;
    width: 280px;
}

#container_main .box_list:last-child { margin-right: 0; }

#container_main .box_list2 {
    float: left;
    line-height: 200%;
    margin-bottom: 20px;
    margin-right: 20px;
    width: 450px;
}

#container_main .box_list2 .text { padding: 0 10px; }

#container_main .box_list2::nth-child(even) { margin-right: 0; }

#container_main .link { }

#container_main .link ul { }

#container_main .link ul li {
	padding: 0 0 10px 0 !important;
    margin-bottom: 10px !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
	border-bottom: 1px solid #ccc;
}

#container_main .link ul li span {
    color: #999;
    font-weight: normal;
}

#container_main .link ul li a { color: #000; }

#container_main .link ul li a::before {
    background: #3083cf;
    border-radius: 100%;
    content: '';
    display: inline-block;
    height: 6px;
    margin-right: 5px;
    width: 6px;
}

#container_main .list { }

#container_main .list ul { }

#container_main .list ul li { margin-bottom: 6px !important; }

#container_main .list ul li.title { font-weight: bold; }

#container_main .list ul li.title span {
    color: #ff8800;
    font-weight: normal;
}

#container_main .list ul li::before {
    background: #3083cf;
    border-radius: 100%;
    content: '';
    display: inline-block;
    height: 6px;
    margin-right: 5px;
    width: 6px;
}

#container_main .link ul li a:hover { color: #3083cf; }

#container_main .link ul li a span { float: right; }

.container_main {
    background: #fff;
    border: 1px solid #cbcbcb;
    height: 100%;
    margin: 0px 12px 10px 197px;
    overflow: auto;
    position: relative;
    right: 0;
    top: 10px;
}

/*底部区域*/

.footer_top_out {
	width: 100%;
	min-width: 1200px;
	background: #f3f3f3;
	border-top: 1px solid #eae7e7;
	padding: 20px 0 5px 0;
}

.footer_top {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.footer_top1 {
	float: left;
	width: 100%;
	background: url(../images/map.jpg) right top no-repeat;
}

.footer_top2 {
	float: left;
	display: table;
	font-size: 18px;
	color: #000;
	margin-top: 25px;
	background: url(../images/foot_ico.jpg) right center no-repeat;
	padding-right: 21px;
	cursor: pointer;
	line-height: 28px;
}

.footer_top3 {
	float: left;
	width: 100%;
	margin-top: 30px;
	font-size: 14px;
	color: #666666;
	line-height: 30px;
}

.footer_top4 {
	float: left;
}

.footer_top5 {
	float: left;
	width: 100%;
}

.footer_top6 {
	float: left;
	width: 520px;
}

.footer_top7 {
	float: left;
	width: 220px;
}

.footer_top8 {
	float: right;
}

#footer { }

#footer .footer_bottom {
	width: 100%;
	min-width: 1200px;
	background: #f3f3f3;
	border-top: 1px solid #eae7e7;
}

#footer .foot_box {
    color: #f3f3f3;
    height: 50px;
    margin: 0 auto;
    padding: 20px 0;
    text-align: center;
    vertical-align: top;
    width: 1000px;
}

#footer .foot_box_home {
	font-size: 12px;
    color: #f3f3f3;
    height: 50px;
	line-height: 50px;
    margin: 0 auto;
    text-align: center;
    width: 1200px;
}

#footer .foot_box_home .foot_box_r {
	float: right;
	width: 100%;
	color: #737373;
	text-align: center;
}

/*通用表格样式*/

table { border-collapse: collapse; }

/*登录框表格*/

table.table1 { width: 100%; }

table.table1 th {
    font-family: SimSu;
    font-weight: normal;
    padding: 10px;
    text-align: right;
    vertical-align: center;
    width: 50px;
}

table.table1 td {
    font-family: SimSu;
    font-weight: normal;
    padding: 6px 0;
    text-align: left;
    vertical-align: center;
}

table.table1 td span {
    border-bottom: 1px solid #08c;
    margin-left: 5px;
    padding-bottom: 1px;
}

table.table1 td.remember {
    color: #444;
    height: 16px;
}

table.table1 td.remember label {
	font-size: 12px;
	display: inline-block;
	margin-bottom: 0;
}

table.table1 td.remember label:hover {
	color: #2b7eca;
}

table.table1 td.remember a {
	float: right;
	color: #444;
}

table.table1 td.remember a:hover {
	color: #2b7eca;
}

.sel_type {
    border-radius: 90px;
    margin-left: 20px;
    outline: none !important;
    width: 400px;
}

.sel_type:hover { background: #faffff; }

/*输入框*/

.account_select {
	width: 100%;
	height: 37px;
	border: 1px solid #ececec;
	background: #FFF !important;
	font-size: 14px;
	color: #666;
	margin-bottom: 0;
	background: url(../images/login_select.png) 14px center no-repeat !important;
	padding-left: 66px;
}

.account_select:hover {
	background: url(../images/login_select_on.png) 14px center no-repeat !important;
    border: 1px solid #478fd1;
}

.account_select:focus {
	border: 1px solid #478fd1 !important;
}

.input_login {
    border: 1px solid #ececec;
    margin: 0 !important;
    outline: none;
    width: calc(100% - 78px);
	height: 27px !important;
	background: none !important;
	-webkit-box-shadow: 0px 0px 0px #000 !important;
	-moz-box-shadow: 0px 0px 0px #000 !important;
	box-shadow: 0px 0px 0px #000 !important;
}

.input_login:focus {
	border: 1px solid #478fd1 !important;
}

.input_login.input_id {
    background: url(../images/login_id.png) 16px center no-repeat !important;
    border: 1px solid #ececec;
    padding-left: 70px;
}

.input_login.input_id:hover {
    background: url(../images/login_id_on.png) 16px center no-repeat !important;
    border: 1px solid #478fd1;
}

.input_login.input_pwd {
    background: url(../images/login_pwd.png) 18px center no-repeat !important;
    border: 1px solid #ececec;
    padding-left: 70px;
}

.input_login.input_pwd:hover {
    background: url(../images/login_pwd_on.png) 18px center no-repeat !important;
    border: 1px solid #478fd1;
}

.input_login.input_verify {
    background: url(../images/login_verify.png) 18px center no-repeat !important;
    border: 1px solid #ececec;
    padding-left: 70px;
    margin: 0 !important;
    outline: none;
    width: 133px;
}

.input_login.input_verify:hover {
    background: url(../images/login_verify_on.png) 18px center no-repeat !important;
    border: 1px solid #478fd1;
}

.verify_code_img {
	float: right;
	width: 108px;
	height: 35px;
	display: block;
	border: 1px solid #ececec;
	border-radius: 5px;
	cursor: pointer;
}

.register {
	line-height: 30px;
	font-size: 12px;
	color: #999999;
}

.register a:hover {
	text-decoration: underline;
	color: #2b7eca;
}

/*选择样式*/

.select_m { width: 214px; }

/*按钮样式*/

.btn {
    display: inline !important;
    text-shadow: 0 0 0 #fff !important;
}

.btn_login {
    background: #2b7eca;
    display: block;
    width: 100% !important;
    height: 40px;
    font-size: 16px;
    font-family: "微软雅黑";
    color: #FFF;
    border: 0;
}

/*主列表分页样式*/

.pagination {
    display: block;
    height: 25px;
    line-height: 25px;
    margin: 0 !important;
    padding: 5px 50px;
	text-align: center;
}

.pagination > div {
	display: inline-block;
    padding: 0 10px;
}

.pagination ul {
	vertical-align: bottom;
}

.pagination > ul > li { display: inline; }

.pagination > ul > li > a {
    background-color: #f3f3f3;
    border: 1px solid #88a7c7;
    border-radius: 2px;
    float: left;
    line-height: 22px;
    margin-left: 2px;
    padding: 0 8px;
    position: relative;
    text-decoration: none;
}

.pagination > ul > li > a:hover {
    background: #2b7eca;
    color: #fff;
}

.pagination > ul > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus {
    background-color: #428bca;
    border-color: #428bca;
    color: #fff;
    cursor: default;
}

.pagination > ul > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    background-color: #f3f3f3;
    border-color: #88a7c7;
    color: #999;
    cursor: not-allowed;
}

.pagination > span {
    padding-left: 10px;
}

.pagination > span > input {
    background-color: #f3f3f3;
    border: 1px solid #999;
    border-radius: 1px !important;
    font-size: 12px;
    height: 22px;
    margin: 0 2px;
    padding: 0 2px;
    vertical-align: top;
    width: 35px;
}

/*地图*/

#map {
    height: 600px;
    margin: 0 auto;
    width: 800px;
}

/*弹窗背景*/

.pop_bg { background-color: #FFF; }

.pop_box {
	width:calc(100% - 120px);
    margin: 0 auto;
    padding: 0;
    position: relative;
    text-align: center;
}

.pop_title {
    float: left;
	width: 100%;
	height: 50px;
	border-bottom: 2px solid #eeeeee;
	margin-top: 40px;
}

.pop_title1 {
	float: left;
	height: 26px;
	line-height: 26px;
	font-size: 22px;
	font-weight: bold;
	color: #2b7eca;
}

.pop_title3 {
	float: right;
	line-height: 26px;
	font-size: 14px;
	color: #666666;
	margin-right: 10px;
}

.pop_title2 {
	float: right;
	width: 76px;
	height: 24px;
	line-height: 24px;
	border: 1px solid #059fff;
	cursor: pointer;
	font-size: 14px;
	color: #059fff;
}

.reg_content {
	padding-top: 30px;
	width: 100%;
	overflow: hidden;
}

.reg_content .span1 {
	float: left;
	width: 165px;
	margin-left: 0;
	text-align: right;
	font-size: 16px;
	color: #646464;
	line-height: 40px;
	height: 40px;
}

.reg_content .span1 b {
	color: #ff2626;
}

.reg_content .input1 {
	float: left;
	width: 363px;
	height: 38px;
	border: 1px solid #cccccc;
	background: none;
	outline: none;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #666;
	margin: 0;
	padding: 0 15px;
}

.reg_content .btn_submit {
	float: left;
	width: 240px;
	height: 40px;
	border: 0;
	background: #2b7eca;
	outline: none;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #FFF;
	cursor: pointer;
}

.reg_content .btn_close {
	float: left;
	margin-left: 15px;
	width: 140px;
	height: 40px;
	border: 0;
	background: #747474;
	outline: none;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #FFF;
	cursor: pointer;
}

.pwd_content {
	padding-top: 30px;
	width: 100%;
	overflow: hidden;
}

.pwd_content .span1 {
	float: left;
	width: 85px;
	margin-left: 0;
	text-align: left;
	font-size: 16px;
	color: #646464;
	line-height: 40px;
	height: 40px;
}

.pwd_content .input1 {
	float: left;
	width: 368px;
	height: 38px;
	border: 1px solid #cccccc;
	background: #FFF;
	outline: none;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #666;
	margin: 0;
	padding: 0 15px;
}

.pwd_content .input2 {
	float: left;
	width: 130px;
	height: 38px;
	border: 1px solid #cccccc;
	background: none;
	outline: none;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #666;
	margin: 0;
	padding: 0 15px;
}

.pwd_content .btn_submit {
	float: left;
	width: 245px;
	height: 40px;
	border: 0;
	background: #2b7eca;
	outline: none;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #FFF;
	cursor: pointer;
}

.pwd_content .btn_close {
	float: left;
	margin-left: 15px;
	width: 140px;
	height: 40px;
	border: 0;
	background: #747474;
	outline: none;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #FFF;
	cursor: pointer;
}

.pwd_content .forgetverify_code_img {
	float: left;
	margin-left: 15px;
	width: 120px;
	height: 40px;
	display: block;
}

.pwd_content_tip {
	float: left;
	width: 400px;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #999999;
	text-align: left;
}

.pwd_reset_content {
	width: calc(100% - 230px);
	padding-left: 230px;
}

.reset_question {
	font-size: 16px;
	color: #000;
	line-height: 30px;
	padding: 5px 0;
}

.blank0 {
	width: 100%;
	height: 0;
	clear: both;
}

.blank15 {
	width: 100%;
	height: 15px;
	clear: both;
}

.blank20 {
	width: 100%;
	height: 20px;
	clear: both;
}

.pop_bottom {
    display: inline-block;
    float: left;
    height: 30px;
    margin-top: 100px;
    text-align: center;
    width: 100%;
}
