﻿@charset "utf-8";

/* CSS Document */

* {
    font-family: "Microsoft Yahei", 微软雅黑, Simsun, Arial, PingFangSC-Regular, sans-serif;
}

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,
iframe {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}


/*去掉input等聚焦时的蓝色边框*/

fieldset,
img,
input,
button {
    border: none;
    outline-style: none;
}


/*  去掉图片低测默认的3像素空白缝隙，或者用display：block也可以*/

img {
    border: 0;
    vertical-align: middle;
}

ul,
ol,
li {
    list-style: none;
}

input,
img {
    vertical-align: middle;
}

em,
i {
    font-style: normal;
}

input,
select,
form images,
button {
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
    outline: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

a {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover,
a:focus {
    text-decoration: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.w {
    /*版心 提取 */
    width: 1186px;
    margin: 0 auto;
}

.second_searchbox{
    height: 67px !important;
    width: 100% !important;
    left: 0 !important;
    z-index: 10000 !important;
    margin: 0 !important;
    /*//background: #fff !important;*/
    border: none !important;
}