﻿html,body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td { margin:0; padding:0; }   
h1, h2, h3, h4, h5, h6{ font-size:100%; }  
address, cite, dfn, em, var { font-style:normal; }  
code, kbd, pre, samp { font-family:couriernew, courier, monospace; }  
small{ font-size:12px; }  
/* ul, ol { list-style:none; }  
li{list-style: none;} */
a { text-decoration:none; cursor: pointer;}  
a:hover { text-decoration:underline; }  
sup { vertical-align:text-top; }  
sub{ vertical-align:text-bottom; }  
legend { color:#000; }  
fieldset, img { border:0; }  
button, input, select, textarea { font-size:100%; }  
table { border-collapse:collapse; border-spacing:0; }

html{
    width: 100%;
    min-height: 100%;  
    overflow-x: hidden;  
}
body,#app{
    width: 100%;
    height: 100%;
    min-height: 100%;
}
.container{
    /* overflow: hidden; */
    padding: 0!important;
}
@media (min-width:1920px){
    html{
        width: 1920px;
        position: relative;
        top: 0;
        left: 50%;
        margin: 0 0 0 -960px;
    }     
}
@media (min-width:1248px){
    .container{
        width: 1200px!important;
    }
}
@media (min-width:1024px) and (max-width:1248px){
    .container{
        width: calc(100% - 48px)!important;
        /* margin:0 24px!important; */
    }
}
@media (max-width:1024px){
    html{
        overflow-x: scroll;
        width: 1024px;
    }
    #app .header .h_banner,#app .footer{
        width: 1024px!important;
    }
    .container{
        width: 976px!important;
        /* margin:0 24px!important; */
    }
}

/*设置 input 提示字 颜色*/
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { 
    /* WebKit browsers */ 
    color:rgba(0,0,0,0.38);
}  
input:-moz-placeholder, textarea:-moz-placeholder { 
   /* Mozilla Firefox 4 to 18 */ 
    color:rgba(0,0,0,0.38);
} 
input::-moz-placeholder, textarea::-moz-placeholder { 
    /* Mozilla Firefox 19+ */ 
    color:rgba(0,0,0,0.38);
} 
input:-ms-input-placeholder, textarea:-ms-input-placeholder { 
    /* Internet Explorer 10+ */ 
    color:rgba(0,0,0,0.38);
}


/*  */
.title{
    margin-top: 16px;
    width: 100%;
    padding: 4px 0;
    position: relative;
    border-bottom: 1px solid rgba(0,0,0,0.12);
}
.title>span{
    width:2px;
    height:20px;
    display: inline-block;
    margin-top: 8px;
}
.title .span1{
    margin-right: 2px;
    background:rgba(236,165,50,1);
}
.title .span2{
    background:rgba(5,132,201,1);
}
.title>h2{
    display: inline-block;
    position: absolute;
    margin: 3px 0 0 8px;
    font-size:20px;
    font-family:sans-serif;
    font-weight:500;
    color:rgba(5,132,201,1);
    line-height:28px;
}
.title>em{
    position: absolute;
    right: 0;
    margin-top: 13px;
    font-size:12px;
    font-family:sans-serif;
    font-weight:400;
    color:rgba(0,0,0,0.65);
    line-height:17px;
}
.title>em a{
    color:rgba(0,0,0,0.65);
}
.title>em a:hover{
    color:rgba(5,132,201,1); 
    text-decoration: none;   
}

.main,.policy,.policy_details,.contact_us,.scenery,scenery_details,.writing,.data_query{
    min-height: calc(100% - 663px)
}

.query .select_module_con{
    width: 180px;
    float: left;
    margin-right: 24px;
    color:rgba(0,0,0,0.85);
    
}
.policy_con .query .select_module_con{
    color:rgba(0,0,0,0.38);
}    
.query .select_module_con ul {
    width: 180px;
    list-style: none;
}
/*  设置下拉选择框 样式 */
.select_module_con{
    width: 100%;
    background:rgba(255,255,255,1);
    
    font-size:14px;
    font-family:sans-serif;
    font-weight:400;
    color:rgba(0,0,0,0.85);
    /* position: relative; */
    margin-bottom: 8px;
  }
  .select_result {
    width: 180px;
    line-height: 30px;
    text-indent: 8px;
    cursor: pointer;
    box-sizing: border-box;
    border:1px solid rgba(0,0,0,0.85);
  }
  .select_result .triangle {
    width: 14px;
    height: 8px;
    background: url(../images/icon_arrow_down.png) no-repeat center;
    /* position: absolute; */
    float: right;
    margin-top: 11px;
    margin-right: 5px;
    /* pointer-events: none; */
  }
  .select_module_con ul {
    display: none;
    position: absolute;
    width: 100%;
    max-height: 280px;
    background:rgba(255,254,254,1);
    box-shadow:0px 2px 8px 0px rgba(0,0,0,0.24);
    z-index: 99;
    
  }
  .select_module_con .show{
      display: block;
  }
  .select_module_con ul li {
    height: 40px;
    line-height: 40px;
    text-indent: 8px;
    list-style: none;
    cursor: pointer;
  }
  .select_module_con ul li:hover {
    background:rgba(5,132,201,1);
    color:rgba(255,255,255,1);
  }
  .select_module_con ul a{
    color:rgba(0,0,0,0.85);
    width: 100%;
    height: 100%;
    display: block;
  }
  .select_module_con ul a:hover{
    color:rgba(255,255,255,1);
    text-decoration:none;      
  }
  .main_link .select_result{
    line-height: 30px;
  }
  .main_link .select_result .triangle {
    margin-top: 11px;
  }
