﻿body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: "STHeiti Light", "STHeiti", "Microsoft Yahei";
    background: #fff;
    margin: 0;
    padding: 0;
    line-height: 24px;
    color: #333 ！important;
}

div, ul, li, dd, dt, table, hr, h1, h2, h3, h3, h4, h5, h6, p {
    display: block;
    margin: 0;
    padding: 0;
}

a, li, ul {
    text-decoration: none;
    list-style-type: none;
}

p {
    text-align: justify;
}

img {
    border: none;
    margin: 0;
    padding: 0;
}

button, select, input {
    appearance: none;
}

.clear {
    clear: both;
}

.fr {
    float: right
}

/*澶撮儴鏍峰紡*/
.top {
    background: #fff;
    text-align: center;
    box-shadow: 0 -3px 16px rgba(0, 0, 0, .3);
    width: 100%;
    line-height: 80px;
    z-index: 9999999999;
}

.header-top {
    width: 1200px;
    min-width: 320px;
    margin: 0 auto;
    height: 80px;
    line-height: 80px;
}

.tomtop-nav {
    float: right;
}

.tomtop-nav > ul > li {
    width: 105px;
    text-align: center;
    float: left;
    height: 80px;
}

.first-nav-menu > a {
    width: 105px;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;

}

.tomtop-nav > ul > li:hover {
    background-color: #eee;
}

.tomtop-nav > ul > li > ul {
    line-height: 30px \9;
    left: 0;
}

.tomtop-nav .current > a {
    color: #008CB3;
}

.tomtop-nav > ul > li:hover > a {
    color: #008CB3;
}

.tomtop-nav a {
    font-size: 14px;
    color: #666;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nav-placehold-span {
    width: 180px;
    padding: 2px 6px;
    background: #fafafa;
    position: absolute;
    right: 4px;
    top: 50px;
    line-height: 20px;
    border: 1px solid #eee;
    border-radius: 5px;
    font-size: 12px;
    color: #999;
    display: none;
}

.two-subnav {
    position: relative;
    background: white;
}

.two-subnav ul {
    top: 80px;
    left: 55px;
    position: absolute;
    width: 105px;
    z-index: 999;
    background-color: #F7F7F7;
    display: none;
}

.two-subnav ul li {
    padding: 0;
    margin: 0;
    width: 100%;
    line-height: 0;
    display: inline-block;
}

.two-subnav ul li a {
    padding: 0;
    margin: 0;
    line-height: 30px;
    width: 100%;
    display: inline-block;

}

.two-subnav ul li:hover {
    background-color: #008CB3;
}

.two-subnav ul li a:hover {
    color: #fff;
}

.market {
    text-align: center;
}

#flag-sub > li > a {
    padding-left: 10px;
    text-align: center;
}

#flag-sub li a span {
    margin-right: 6px;
}

.C-flag, .E-flag, .F-flag {
    background: url(../images/flag.png) no-repeat;
    width: 16px;
    height: 13px;
    display: inline-block;
}

.C-flag {
    background-position: -16px 0px;
}

.E-flag {
    background-position: 0px 0px;
}

.F-flag {
    background-position: -32px 0px;
}

.col-gray {
    color: #555;
}