@charset "UTF-8";
html,
body,
table,
th,
tr,
td,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
    margin: 0;
    padding: 0;
}


fieldset,
img,
input,
button {
    border: none;
    padding: 0;
    margin: 0;
    /*outline: none;*/
}

ul,
ol,
li{
    list-style: none;

}

input {
    padding-top: 0;
    padding-bottom: 0;

   
}

select,
input {
    vertical-align: middle;
}

select,
input,
textarea {
    font-size: 12px;
    margin: 0;
    outline-style: none;
    padding: 0;
}

textarea {
    resize: none;
    /*outline-style: none;*/
}


/*防止拖动*/

img {
    border: 0;
    vertical-align: middle;
    display: block;
}


/*  去掉图片低测默认的3像素空白缝隙*/

table {
    border-collapse: collapse;
}

body {
    color: #333333;
    font-family: 'Arial';
    font-size: 14px;
    background: #fff;
    overflow-x: hidden;
    margin: 0 auto;
   letter-spacing: 0.8px;
     
    /*解决电脑设置保护色，网页空白处默认淡绿色问题*/
}

/*.clearfix:before,
.clearfix:after {
    content: "";
    display: block;
    overflow: hidden;
}

.clearfix:after {
    clear: both;
}
*/
.clearfix {
    _zoom: 1;
    *zoom: 1;
    /*IE/7/6*/
}

a {
    text-decoration: none;
    color: #333333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-decoration: none;
    font-weight: normal;
    font-size: 100%;
}

s,
i,
em {
    font-style: normal;
    text-decoration: none;
}


/**/





.fl {
    float: left;
}

.fr {
    float: right;
}

ul {
    overflow: hidden;
}

ul li {
    display: block;
}


/*后台参数变化*/

.cc_botton {
    text-align: center;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 30px;
}

#pagination{
    overflow: hidden;
    display: inline-block;
}
#pagination>div{
    float: left;
    
}
#page_left_botton a,
#page_left_botton span{
    display: inline-block;
    padding:0 10px;
    line-height: 30px;
    border: 1px solid #ccc;
    margin:0 5px;
    cursor: pointer;
    
}
#page_left_botton a:hover,
#page_left_botton a{
    background-color: #d6a23e;
    color: #fff;
}

#page_center_botton{
    display: none;
}


/* 内容详情翻页*/
.cc_book{
    padding: 2% 0;
}



/*placeholder字体颜色*/  
::-webkit-input-placeholder { /* WebKit browsers */  
    color:#666666;
    font-weight: bold;  
}  
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */  
    color:#666666;
    font-weight: bold;  
}  
::-moz-placeholder { /* Mozilla Firefox 19+ */  
    color:#666666;
    font-weight: bold;opacity:1;  
}  
:-ms-input-placeholder { /* Internet Explorer 10+ */  
    color:#666666 
    font-weight: bold;!important;  
} 
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition-delay: 9999s;
    -webkit-transition: color 9999s ease-out, background-color 9999s ease-out;
}
/*  地图参数设置  

/*标注名称*/
#map{
    margin: 0 auto;
    margin-top: 32px;
}
.BMapLabel {
    padding: 10px !important;
    font-size: 17px !important;
    border: 2px solid #cccccc !important;
    left: -152px !important;
    top: -56px !important;
 
}


/*左下角百度地图*/
.anchorBL{
    display: none;
}

/*右下角视图*/
 .BMap_omCtrl{
    display: none;
 }

.BMap_stdMpCtrl{
    display: none;
}
/*网页内容公共*/

.ban{
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
}

.h{
    width: 1200px;
    margin: 0 auto;
    overflow: auto;
}

.nav li{
    float: left;
}
/* 验证码 */
.veri{
    margin-bottom: 20px;
    overflow: hidden;
    
}
.veri label{
    float: left;
    line-height: 28px;
    padding-right: 10px;
}
.veri #seccode{
    line-height: 28px;
    width: 56px;
    border:1px solid #ccc;
    margin-right: 10px;
}

.veri .veri_img{
    float: left;
    
}

.veri .fl{
    float: left;
    
}