/* 样式初始化 */

html,
body,
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-style: none;
}

ul,
ol {
    list-style: none;
}

input {
    padding-top: 0;
    padding-bottom: 0;
    font-family: "SimSun", "宋体";
}

select,
input {
    vertical-align: middle;
}

select,
input,
textarea {
    font-size: 12px;
    margin: 0;
}

textarea {
    resize: none;
}


/*防止拖动*/

img {
    border: 0;
    vertical-align: middle;
}


/*  去掉图片低测默认的3像素空白缝隙*/

table {
    border-collapse: collapse;
}

body {
    font: 12px/150% Arial, Verdana, "\5b8b\4f53";
    color: #666;
    background: #fff
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
    /*IE/7/6*/
}

a {
    color: #666;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-decoration: none;
    font-weight: normal;
    font-size: 100%;
}

s,
i,
em {
    font-style: normal;
    text-decoration: none;
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    font-family: "微软雅黑";
}

.w {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

i {
    display: block;
}


/* 样式初始化结束 */


/* 底部 */

.footbar {
    background: #2e2e2e;
    min-width: 1200px;
}

.footbar_call {
    background: #fff;
}

.footbar_item {
    float: left;
    width: 60%;
    padding: 20px 0;
}

.footbar_item.footbar_item_last {
    text-align: center;
    width: 38%;
}

.footbar_item>h1 {
    font-size: 15px;
}

.foot_text {
    line-height: 22px;
}

.foot_text.foot_text_mw {
    /* max-width: 165px; */
}

.foot_text a {
    color: #149dcc;
}

.foot_item_item {
    width: 160px;
    margin: 10px auto;
}

.foot_item_item a>img {
    margin-left: 10px;
    margin-bottom: 10px;
}

.foot_item_item a>img:hover {
    opacity: 0.6;
}

.footbar_nav li a {
    color: #149dcc;
}

.footbar_lower {
    text-align: center;
}

.footbar_lower p {
    padding: 10px 0;
}

.footbar_lower hr {
    border-color: #dcdcdc;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.youqing span {
    padding: 0 10px;
}


/* 导航 */

.navbar {
    height: 80px;
    line-height: 80px;
    background: #333333;
    min-width: 1200px;
}

.navbar.narbar_call {
    position: absolute;
    top: 0;
    width: 100%;
    background: none;
    height: 44px;
    line-height: 44px;
    z-index: 55;
}

.navbar ul.navbar_nav {
    float: right;
}

.navbar ul.navbar_nav_a {
    float: right;
    margin-right: 50px;
}

.navbar .navbar_nav li.nav_item {
    float: left;
    margin-left: 20px;
}

.navbar .navbar_nav li.nav_item a {
    color: #fff;
}

.logo {
    float: left;
    margin-top: 15px;
    width:158px;
}

body {
    /* margin-bottom: 300px; */
}