body{
    margin: 0;
    padding: 0;
    width: 100%;
    height:auto;
    text-align: center;
}
/* 瀵艰埅 */
ul{
    list-style:none;
}
a{
    text-decoration : none;
    cursor: pointer;
}
.navbar{
    height: 70px; 
    background: #CCA354  !important; 
    margin: 0 auto; 
    text-align: center; 
    padding:4 20%;
    z-index:999;

}
.navbar-brand img{
    width: 100%; 
    height: 42px; 
    margin-left: 40%;
}
.navbar-brand{
    margin-right: 100px;
}
.navbar-nav{
    margin-left: 20%;
}
.navbar-nav li{
    height: 70px!important; 
    background-color: #CCA354!important;
}
.navbar-nav li:hover{
    /* color: #010101!important; */
    background-color: #FFDC99!important;
    text-decoration : none;
    color:#fff;
}
.navbar-nav>li>a {
    padding-top: 25px;
    padding-bottom: 25px;
    line-height: 24px;
    font-size: 2.4rem;
}
.navbar-default{
    border-color: #CCA354!important;
}
.navbar-nav>li>a {
    padding: 25px!important;
    padding-bottom: 25px!important;
    font-size:2.4rem;
}
.navbar-header{
    height: 70px;
}
.navbar-default .navbar-nav>li>a {
    color: #333!important;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: #FFDC99!important;
}
.navbar-default .navbar-toggle {
    border-color: #fff!important;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff!important;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 15px!important;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

/* 瀵艰埅缁撴潫 */
/* banner */
.banner{
    width: 100%;
    height: auto;
    margin: -18px 0 auto;
    text-align: center;
    background: #FFDC99 ;
    /* min-height: 380px; */
}
.banner img{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
/* 鎺掕姒� */
.phb{
    width: 100%;
    max-width: 1200px;
    height: auto;
    margin:5% auto;
    text-align: center;
}
.bg_php img{
    width: 100%;
    height: auto;
    margin:0 auto;
    text-align: center;
}
.phb ul{
    display: block;
    width: 100%;
    max-width: 1200px;
    height: auto;
    margin: -14% 1% 0 -5%;
    text-align: center;
    z-index:100;

}
.phb ul li {
    display: inline-block;
    font-size: 2rem;
    padding: 1% 4%;
    background: #F4E9D9;
    margin: 2% 1%;
}
.phb ul li:hover{
    /* color: #010101!important; */
    background-color: #CCA354!important;
    text-decoration : none;
    color:#fff;
}
.phb ul li a:hover{
    /* color: #010101!important; */
    background-color: #CCA354!important;
    text-decoration : none;
    color:#fff;
}
.active_phb{
    background: #CCA354!important;
    font-weight: bold!important;
}
.active_phb a{
    color: #fff!important;
}
/* 鎼滅储 */
.form{
    width: 100%;
    display: block;
    max-width: 1200px;
    text-align: center;
    margin: 0 auto;
    height: auto;
}
.form-group{
    display: inline-block;
    margin: 0 auto;
}
.ss_tab{
    font-display: inline-block;
    width: 4%;
    height: 48px;
}
.col-sm-10 input{
    width: 100%!important;
    border: 1px solid #CCA354;
    border-radius: 0;
}
.form-group button{
    width:160px;
    padding:5px 20px;
    background: #CCA354;
    color:#fff ;
    font-size: 2rem;
    border: #CCA354;
}
.form-group button:hover{
    background: #FFDC99;
    color: #333;
    font-weight: bold;
}
/* table */
/*pagelist*/
.pagelist { 
    text-align: center; 
    color: #666; 
    width:100%;  
    max-width:1200px;  
    clear: both; 
    margin:20px auto; 
    font-size: 14px; 
}
.pagelist a { 
    color: #5c626c; 
    margin: 0 5px 10px; 
    padding: 5px 10px; 
    background: #f0f0f0; 
    display: inline-block; 
    text-decoration : none;
}
.pagelist a:hover, .pagelist > b { 
    background:#CCA354; 
    color:#ffffff; 
    text-decoration : none;
}
.pagelist > b { 
    padding: 5px 10px; 
}
/*琛ㄦ牸鏍峰紡*/
table{ 
  line-height:2rem;
  padding: 0.4rem;
  border-collapse: collapse;
  margin-bottom: 10px;
  width: 100%;
  width: 1200px;
}
/*鍥哄畾鍒�*/
.fixed_column {
            position: sticky;
            left: 0;
            z-index: 90;
        }
.color_bg1 {
            background: #CCA354;
            color: #ffffff;
            background: #CCA354;
            color: #fff!important;
        }
.color_bg{
    background: #fff1d7; 
    color:#333!important; 
    font-size: 1.2rem; 
    font-weight: bold;
}        
.fixed_top {
            position: sticky;
            top: 10;
            z-index: 90;
        }

table{
    color:#595959; 
    margin-top: 20px; 
    text-align: center;
}

table tr:nth-child(odd) {
        /* 鍖归厤濂囨暟琛� */
        background-color: rgb(255 255 255 0.5);
        /*color: black;*/
    }

table tr:nth-child(even) {
        /* 鍖归厤鍋舵暟琛� */
        /*background-color: rgb(255,255,255,0.1);*/
        /*background-color: rgba(255, 255, 255, 1);*/
        /*background-color: #fafafa;*/
        background-color: #fffcf5;
        border-bottom: 0.4px solid /*#FFD485*/ rgba(255, 212, 133, 0.4);
        border-top: 0.4px solid /*#FFD485*/ rgba(255, 212, 133, 0.4);
        /*color: white;*/
    }
table tr:hover{ 
    background: #F4E9D9; 
    color:#010101!important; 
    box-shadow: 0px 16px 28px 0px rgba(255, 206, 101, 0.22); 
    font-size: 1.2rem; 
    font-weight: 600;
}

/*table tr:hover{
  cursor:pointer;
  background-color: rgba(255,237,183,1) #b2cfff #dfebff;
  color:#000050;
  box-shadow: 2px 6px 12px 2px rgba(255,237,183, 0.3);
}*/

/*.table-bordered{
  border: 1px solid #000050;
  background-color: #ffedb6 !important; 
  color: #000050; 
  height: 50px; 
  line-height: 50px;
}*/

th,td{
            padding: 1rem !important;
            line-height:1.4rem !important;
            vertical-align: top;
            vertical-align: middle;
            text-align: center;  
            /*border-top: 1px solid #dee2e6 !important;*/
            /*border-bottom: 1px solid #dee2e6;*/
            border: 1px solid #F4E9D9;
            font-size: 1.2rem;
}
/* bottom */
.bottom{
    width: 100%;
    background: #7C5812FF;
    height: auto;
    margin:0 auto;
    overflow: hidden;
    text-align: center;
    padding:2% 5% 10%;
}
.title{
    font-family: Source Han Serif CN;
    font-weight: 800;
    color: #FFEFCF;
    line-height:3rem;
    font-size: 2.4rem;
    text-align: center;
}
.title_line{
    width: 30%;
    height: 2px;
    background: #FFEFCF;
    margin:2% auto;
}
.gsjs{
    width: 100%;
    height: auto;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.gsjs p{
    border: 1px solid #F4E9D9;
    padding: 2% 5%;
    font-size: 1.6rem;
    line-height: 3rem;
    color: #FFEFCF;
    text-align: justify;
    letter-spacing: 1px;
    max-width: 1200px;
    margin: 0 auto;
}
.ewm{
    width: 180px;
    height: 180px;
    background: #FFDC99;
    padding: 2%;
    text-align: center;
    margin: 0 25% 2%;
    vertical-align: middle;
}
.lxfs{
    width: 100%;
    height: auto;
    height: auto;
    display: block;
    margin: 40px auto;
    padding:0 10%;
    text-align: center;

}
.lxfs_l{
    float: left;
    vertical-align: middle;
    text-align: center;
}
.lxfs_r{
    vertical-align: middle;
    display: inline-block;
    font-size: 1.6rem;
    line-height: 3rem;
    color: #FFEFCF;
    letter-spacing: 1px;
    height: auto;
    float: right;
    margin: 0 auto;
}
/* 澶ц禌缁熻 */
.title_light{
    font-family: Source Han Serif CN;
    font-weight: 800;
    color:#4C240AFF;
    line-height:3rem;
    font-size: 2.4rem;
    text-align: center;
    margin: 2% auto;
}
.dstj_box{
    width: 100%;
    max-width: 1200px;
    height: auto;
    border-radius: 24px;
    background: #FFFFFF;
    box-shadow: 0px 24px 60px 0px rgba(185,185,185,0.45);
    background-color: rgba(255, 255, 255, 1);
    border-radius: 24px;
    height: auto;
    border: 1px solid rgba(204, 163, 84, 1);
    margin: 40px auto;
    padding:1px;
}
.tab_title{
    width: 100%;
    max-width: 1200px;
    border-radius: 24px 24px 0 0;
    height: 70px;
    overflow-wrap: break-word;
    font-family: SourceHanSerifCN-Heavy;
    font-weight: 900;
    text-align: left;
    background-color: rgba(204, 163, 84, 1);
    font-size: 3rem;
    padding-left: 5%;
}
.tab_title span{
    line-height: 70px;
    margin:0 2%;
    color: #fff;
}
.text_1{
    font-size: 3rem;
    margin-left: 20%;
}
.text_2{
    font-size:2rem !important;
    margin-left: 10%;
}
.text_4{
    overflow-wrap: break-word;
    color: rgba(76, 36, 10, 1);
    font-size: 1.8rem;
    font-family: SourceHanSerifCN-Heavy;
    font-weight: 900;
    text-align: center;
    white-space: nowrap;
    line-height: 70px;
}
.text_3{
    font-size: 4rem;
    overflow-wrap: break-word;
    color: rgba(76, 36, 10, 1);
    font-family: SourceHanSerifCN-Heavy;
    font-weight: 900;
    text-align: center;
    line-height: 6rem;
    height: 80px;
}
.bab_box{
    width: 90%;
    text-align: center;
    margin:5% auto;
}
.bab_box1{
    width: 90%;
    height: 50px;
    text-align: center;
}
.tab_box2{
    width: 90%;
    height: 120px;
    text-align: center;
}
/* 琛ㄥ崟 */
.csbm_box{
    width: 90%;
    max-width: 1200px;
    height: auto;
    background: #fff7e7;
    text-align: center;
    margin: 5% auto;
    padding:10% 5%;
}
.iinput-cs{
    right: 0;
    width: 40%;
    height: 40px;
}
.tj_tab:hover{
    background: #F4E9D9;
    color: #010101;
}

/* 澶ц禌瑙勫垯 */
.p1{
    width: 100%;
    max-width: 1200px;
    margin: 20px auto;
    padding:1%;
    text-align: center;
    border: 1px solid #F4E9D9;
}
.p1 p{
    padding:1% 2%;
    font-size: 1.8rem;
    line-height: 3.6rem;
    color: #cca354;
    text-align: justify;
    letter-spacing: 1px;
    margin: 0 auto;
}
.icon_box{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.icon_line{
    width:5%;
    height:8px;
    float: left;
    margin: 16px auto;
    background: #CCA354;
}
.icon_title{
    font-size: 2.4rem;
    font-weight: 600;
    font-family: Source Han Serif CN;
    color: #cca354;
    float:left;
    line-height:40px;
    margin: 0 auto;
    margin-left:2%;
}
.p2{
    width: 100%;
    max-width: 1200px;
    margin: 20px auto;
    padding:1%;
    text-align: center;
    border: 1px solid #cca354;
    background: #f4e9d9;
}
.p2 p{
    padding:1% 2%;
    font-size: 1.8rem;
    line-height: 3.6rem;
    color: #4c240a;
    text-align: justify;
    letter-spacing: 1px;
    margin: 0 auto;
}
.p3{
    width: 100%;
    max-width: 1200px;
    margin: 20px auto;
    padding:1%;
    text-align: center;
    border: 1px solid #cca354;
    background: #cca354;
}
.p3 p{
    padding:1% 2%;
    font-size: 1.8rem;
    line-height: 3.6rem;
    color: #fff;
    text-align: justify;
    letter-spacing: 1px;
    margin: 0 auto;
}
.tab_font{
    font-size:1.6rem !important; 
}


/* 寮圭獥 */
/* 寮圭獥 (background) */
.modal {
    display: none; /* 榛樿闅愯棌 */
    position: fixed; /* 鍥哄畾瀹氫綅 */
    z-index: 1; /* 璁剧疆鍦ㄩ《灞� */
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%;
    overflow-y: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4); 
}

/* 寮圭獥鍐呭 */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; 
    padding: 20px;
    border: 1px solid #888;
    width: 80%; 
}


.p4 p{
    font-size: 1.6rem;
    color: #333333;
    text-align: justify;
    letter-spacing: 1px;
    margin: 0 auto;
    padding: 10px 20px;
}