﻿html,body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
ul li {
    list-style: none;
}
#navbar {
    background: #056cae url("../images/bg-top-menu.jpg") no-repeat scroll left top;
    height: 60px;
    border-width: 0;
    margin-bottom:0;
    border-radius:0;
}
.navbar .navbar-brand {
    font-size: 24px;
    text-shadow: none;
    padding-top: 10px;
    padding-bottom: 10px;
    height: auto;
    color: #fff;
}
.navbar .navbar-brand a:active{
    color:#fff;
}
.navbar-default .navbar-brand,.navbar-default .navbar-brand:hover {
    color: #FFF;
}
.con_box {
	background: url(../images/logo_bg.jpg) no-repeat scroll center top;
	background-size: cover;
	width: 100%;
	height: 61.4vh;
	/*position: fixed;*/
}
.navbar .navbar-brand {
    padding-top: 12px;
}
.login_con .login_l {
    margin-top: 90px;
    position:absolute;
    left:0;
}
.login_con .login_l dt{
    color:#810c0c;
    font-size: 18px;
    font-weight:bold;
}
.login_con .login_l dt b {
    float:left;
    width: 4px;
    height: 19px;
    background-color: #810c0c;
    margin:5px 10px 0 0;
}

.login_con .login_l dd{
    color:#000000;
    font-size:18px;
    margin-top:15px;
    line-height:25px;
}
.login_con .login_l b{
    float:left;
    width: 4px;
	height: 19px;
	background-color: #fff100;
    margin:3px 10px 0 0;
}
.login_con .login_con_r {
    float: right;
    margin: 60px auto 0;
    background-color: rgba(245,245,245,0.75);
    border-radius: 10px;
    
    text-align: center;
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7Ff5f5f5,endcolorstr=#7Ff5f5f5)
}
@media (max-width:1400px) {
	.login_con .login_con_r {
		margin: 25px auto 0;
		
	}
}
.login_con .login_con_r h2{
    font-size: 26px;
    line-height: 50px;
	color: #161616;
}
.login_con .login_con_r .form-group input{
    margin-bottom:15px;
}
.login_con .login_con_r .text-download{
    position:absolute;
    bottom:-28px;
    right:0; 
    left:0;
    margin:0 auto;
    font-size:16px;
}
.login_con .login_con_r .text-download a{
  color:#000;
  text-decoration:underline;
}
.login_con .login_con_r .text-right a{
    border-bottom:1px solid #000;
    margin-bottom:10px;
    display:inline-block;
}
.login_con .login_con_r .text-right a:hover{
    text-decoration:none;
}
.footer {
    font-size: 16px;
    padding-bottom: 15px;
    position: fixed;
    bottom: 0;
    text-align: center;
    width: 100%;
}
.bg-danger {
    background-color: #1ba2a6;
    color: #fff;
}
.widget {
    border-radius: 5px;
    padding: 15px 20px;
    margin-bottom: 10px;
    margin-top: 10px;
    border: 1px solid #ccc;
    transition: .3s;
    -webkit-transition: .3s; /* Safari */
    cursor: pointer;
}


@media only screen and (max-width: 760px){
    .col-sm-6,.col-sm-5{
        width:100%;        
    }
    .login_con .login_l {
        margin-top: 30px;
    }
    .login_con .login_l{
        position:relative;
    }
    .login_con .login_con_r{
        float:none;
        width:100%;
    }
}
.flow{
    padding:16px 10px 0;    
}
.flow .f-title{
    text-align:center; 
    margin-bottom:16px;
}
.flow .f-title h1{
    font-size:26px;
}
.flow .f-title p{
    font-size:18px;
    margin-top:10px;
}
.flow-list {
    margin-left:20px;
 padding-bottom:16px;
}
.flow ul li {
    float: none;
    display: inline-block;
}
.flow ul li span a{
    padding:10px;
    background:#1ba2a6;
    border-radius:5px;
    color:#fff;
    font-size:14px;
    float:left;
}
.flow ul li span a:hover{
    background:#129397;
    text-decoration:none;
}
.flow ul li i{
    float:left;
    color:#1ba2a6;
    margin:8px 10px 0;
}
.flow ul .no span a{
    background:#ccc;
}
.flow ul .no span a:hover{
    background:#ccc;
    cursor:default;
}
.flow ul .no i{
    color:#ccc;
}

.flow .flow-con{
    display:inline-block;
    width:100%;
    margin-top:20px;
}
.flow .flow-con h2{
    border-bottom:1px solid #ccc;
    font-size:16px;
    line-height:40px;
    font-weight:bold;
}
.flow .flow-con .fk{
    line-height:25px;
    font-size:16px;
    color:#ff0000;
    background:#dedcdc;
    padding:10px;
}
.flow .none,.flow .fa-arrow-down{
    display:none;
}
.flow ul .yellow-bg span a {
    background: #ffd800;
}
.flow ul .yellow-bg span a:hover {
    background: #e4c101;
}
@media only screen and (max-width: 480px) {
    .navbar .navbar-brand {
        font-size: 22px;
    }
    .login_con .login_l dd{
        font-size:14px;
        line-height:19px;
    }
    .login_con .login_con_r{
        margin-top:30px;
    }
    .flow ul{
        text-align:center;
    }
    .flow .fa-arrow-down {
        display: block;
        width: 100%;
        text-align: center;
        margin-top:10px;
    }
    .flow ul li span a{
        float:none;
        display:inline-block;
        width:200px;
    }
    .flow .fa-long-arrow-right {
        display: none;
    }

    .flow ul li, .flow ul li span {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        text-align: center
    }
   
}



.s-side .first_box {
    position: fixed;
    top: 0;
    left: 0;
    width: 260px;
    bottom: 0;
    padding: 10px;
    border-right: 1px solid #ccc;
    overflow: auto;
}

    .s-side .s-firstItem i {
        font-size: 20px;
    }

    .s-side .s-firstItem span {
        display: inline-block;
        margin-left: 10px;
        font-size: 20px;
        text-shadow: 0px 0px 5px #EEEEEE;
        white-space: 10px;
    }

    .s-side .d-firstNav span {
        display: inline-block;
        margin-left: 10px;
    }

    .s-side .d-firstNav i {
        font-size: 25px;
        color: #2d83b9;
        float:left;
    }
    .s-side .d-secondNav i {
        color: #2d83b9;
        float: left;
        font-size: 20px;
        margin-right: 11px;
    }
    .s-side .s-secondNav,
    .s-side .s-secondItem {
        margin-left: 25px;
        margin-top: 5px;
    }

    .s-secondNav:hover, .d-firstNav:hover {
        cursor: pointer
    }

    .s-side .d-secondDrop {
        margin-top:5px;
    }

    .iconRotate {
        transform: rotate(90deg);
        transition: transform 0.5s;
    }

    .s-firstDrop,
    .s-secondDrop {
        display: none;
    }
   .s-thirdItem{
       line-height:30px;
   }
   .s-thirdItem a{
       color:#333;
   }
    .s-thirdItem a:hover{
        text-decoration:underline;
    }
.s-side .tab-bd .con_r, .tabs .tab-bds li{
    display: none;
}
.s-side .tab-bd .thisclass{
    display:block;
}
.s-side .div_right{
    margin-left:280px;
    padding-right:30px;
}

.con {
    margin: 0 auto;
}

    .con .tab-bds {
        padding: 0 20px 30px;
    }

    .con table {
            border-collapse: collapse;
            border-spacing: 0;
            border: 1px solid #ccc;
            width: 100%;
            margin: 0 auto;
            line-height: 35px;
            text-align: center;
            font-size: 14px;
        }

    .con .tab-hds {
        background: #eee;
        padding-left: 15px;
        line-height: 35px;
        border: 1px solid #ccc;
        margin-bottom: 20px;
        display:inline-block;
        width:100%;
    }

        .con .tab-hds li {
            float:left;
            margin-right: 10px;
            cursor: pointer;
        }

    .con .tab-hds li img {
        width: 20px;
        vertical-align: middle;
    }
    .con .tab-hds .actives {
        color: #ff6a00;
        font-weight: 600;
    }
    .con h1 {
        font-size: 24px;
        text-align: center;
        line-height: 80px;
        font-weight: normal;
    }

#table,.vertical table{
    width: 96%;
    margin: 0 auto;
}
    .vertical table{
        margin-top:30px;
    }
    .vertical table td {
        border: 1px solid #ccc;
        line-height: 35px;
        text-align: center;
    }

#files {
    position: fixed;
    top: 0;
    left: 0;
    width: 260px;
    bottom: 0;
    padding: 10px;
    border-right: 1px solid #ccc;
    overflow: auto;
}

.tree, .tree ul, .tree li {
    list-style: none;
    margin: 0;
    padding: 0;
    zoom: 1;
}

    .tree ul {
        margin-left: 8px;
    }

    .tree li a {
        color: #555;
        padding: .1em 7px .1em 27px;
        display: block;
        text-decoration: none;
        border: 1px dashed #fff;
        background: url(../images/icon-file.gif) 5px 50% no-repeat;
    }

        .tree li a.tree-parent {
            background: url(../images/icon-folder-open.gif) 5px 50% no-repeat;
        }

        .tree li a.tree-parent-collapsed {
            background: url(../images/icon-folder.gif) 5px 50% no-repeat;
        }

        .tree li a:hover, .tree li a.tree-parent:hover, .tree li a:focus, .tree li a.tree-parent:focus, .tree li a.tree-item-active {
            color: #000;
            border: 1px solid#eee;
            background-color: #fafafa;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            border-radius: 4px;
        }

        .tree li a:focus, .tree li a.tree-parent:focus, .tree li a.tree-item-active {
            border: 1px solid #e2f3fb;
            background-color: #f2fafd;
        }

    .tree ul.tree-group-collapsed {
        display: none;
    }



/*A级景区基本情况*/
.aj_jbqk{
    font-size:15px;
}
.aj_jbqk h1 {
    margin: 50px 0;
}
.aj_jbqk .table table{
    width:100%;
    margin-bottom:10px;
}
.aj_jbqk .table table td,.aj_jbqk .table table th{
    border: 1px solid #ccc;
    line-height:44px;
   text-align:center;
   position:relative;
   height:44px;
}
.aj_jbqk .table table td b{
    text-align:left;
    padding-left:20px;
    float:left;
}
.aj_jbqk .table table td input{
    line-height:30px;
    height:30px;
    width: 100px;
    text-align: center;
    margin:6px 0;
}
.aj_jbqk .xydm {
    margin-bottom:70px;
    position:relative;
}
.aj_jbqk .xydm #USCODE_text{
    position:absolute;
    left:140px;
    top:-8px;
}
.aj_jbqk .t_con #tbnf {
   position:absolute;
   bottom:-120px;
   right:-110px;
   width:auto;
}

.aj_jbqk .bottom{
    margin-bottom:50px;
    display:inline-block;
    width:100%;
}
.aj_jbqk .bottom li {
    float: left;
    width: 20%;
}
.aj_jbqk .bottom li label{
    display:inline-block;
    width:100%;
}
.aj_jbqk .bottom li input{
    width:90%;
}
.aj_jbqk .bottom .text-center{
    margin-top:30px;
    display: inline-block;
    width: 100%;
}
.aj_jbqk h1 select{
    font-size: 16px;
    position: relative;
    top: -6px;
    height: 35px;
    background: #eee;
}
.aj_jbqk h2{
    margin-bottom:20px;
}
#xz_tit, #xz_sy {
    display: none
}
.aj_jbqk #xz_sy table th,.aj_jbqk #zb_qy table th,.aj_jbqk .fb table th,.aj_jbqk table .tc td{
    text-align: center;
    padding: 0;
}
.fb h4{
    margin-bottom:20px;
}
.aj_jbqk .jq-btn{
    margin:20px 0 40px;
}
.aj_jbqk .fa {
    color: #2d83b9;
    margin-left: 5px;
    cursor: pointer
}
.aj_jbqk .table p {
    position: absolute;
    top: 30px;
    right: 0;
    border: 1px solid #ccc;
    padding: 2px 5px;
    border-radius: 2px;
    background: #f3f1f1;
    line-height: normal;
    display: none;
    z-index: 9999;
    text-align: left;
}
.aj_jbqk .table td:hover p{
    display:block;
    
}
.aj_jbqk .table table b {
    cursor: pointer;
}
.aj_jbqk .table table .p_2 {
    padding-left: 50px;
    cursor: pointer;
    text-align:left;
}
.aj_jbqk .table table .p_3 {
    padding-left: 95px;
    cursor: pointer;
    text-align:left;
}
.aj_jbqk .table table .p_4 {
    padding-left: 140px;
    cursor: pointer;
    text-align: left;
}
.rule h4 {
    margin-top: 35px;
    font-weight: bold;
}
.rule dt {
    font-weight: bold;
    margin: 15px 0 5px;
}
.rule dd,.rule ul{
    padding-left:20px;
    line-height:30px;
}
.rule ul{
    margin-top:15px;
}
select.form-control{
    padding:0 5px;
    height:35px;
    font-size:14px;
}
#rbIsOnlineBook_0, #rbIsOnlineBook_1 {
    float: left;
    margin:8px 5px 0 0;
}
#rbIsOnlineBook_1 {
    margin-left:10px;
}
#rbIsOnlineBook {
    position: absolute;
    bottom: -122px;
    left: -35px;
}
#rbIsOnlineBook label{
    background:#ccc;
    padding:5px 20px;
    border-radius:5px;
    margin-right:5px;
    cursor:pointer;
}

#rbIsOnlineBook .ys{
    background:#1ba2a6;
    color:#fff;
}
@media only screen and (max-width:1200px) {
    .aj_jbqk {
        width:100%;
    }
}

.aj_jbqk .zb table{
    float:left;
    width:50%;
}
.l_tab {
    position: relative;
    left: -1px;
}
.ip {
    margin: 20px 0 30px;
    padding: 0 50px;
}
.tk,.tk1 {
    display: none;
}
.ip textarea{
    margin-top:10px;
}
.tk_box {
    position: fixed;
    width: 650px;
    height: 260px;
    top: 50%;
    left: 50%;
    margin-top: -130px;
    margin-left: -325px;
    box-shadow: 1px 1px 50px rgba(0,0,0,.3);
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    z-index: 9999999999;
}
.tk_box .title {
    padding: 0 80px 0 20px;
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    background-color: #F8F8F8;
    border-radius: 2px 2px 0 0;
}