@charset "utf-8";

/* CSS Document */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
em,
font,
img,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
button {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Microsoft YaHei", arial;
    font-size: 12px;
    font-weight: normal;
    color: #444;
    min-height: 760px;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 14px;
}

input,
label {
    vertical-align: middle;
}

dl,
ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

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

li {
    list-style: none;
}

input {
    font-family: Microsoft YaHei, Helvetica, Tahoma;
}

img {
    border: none;
}

em {
    font-style: normal;
}

.l {
    float: left;
}

.r {
    float: right;
}

.v {
    vertical-align: middle;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    visibility: hidden;
    clear: both;
}

.clearfix {
    zoom: 1;
    _height: 1px;
}

/*head*/

.head {
    height: 100px;
    min-width: 1200px;
    background: #ffffff;
}

.head .head-center {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    height: 100%;
}

.head .logo {
    float: left;
    margin-top: 33px;
}

.head .logo a {
    display: block;
}


.head .head-link {
    float: right;
    font-size: 16px;
    margin-top: 33px;
    line-height: 40px;
}

.head .head-link li {
    float: left;
    margin-left: 73px;
    position: relative;
}

.head .head-link .active a {
    color: #3a9bff;
    border-bottom: 2px solid #3a9bff;
}

.head .head-link li a {
    display: block;
    font-weight: 700px;
    color: #323250;
}

.head .head-link li a:hover {
    color: #3a9bff;
}


/*foot*/
.foot {
    background: #191919;
    min-width: 1200px;
    height: 200px;
    margin-bottom: 20px;
}

.foot .foot-info {
    width: 1200px;
    margin: 0 auto;
    font-size: 12px;
}

.foot .foot-info .foot-logo {
    padding-top: 40px;
}

.foot .foot-info .link {
    padding-top: 40px;
    margin-left: 24px;
    color: #ffffff;
}

.foot .foot-info .link .link-text {
    display: inline-block;
}

.foot .foot-info .link .link-text a {
    color: #ffffff;
    margin: 0 10px 0;
}

.foot .foot-info .link .link-text a:hover {
    text-decoration: underline;
}

.foot .foot-info .foot-right .link-Partner {
    margin-top: 18px;
}

.foot .foot-info .foot-right {
    padding-top: 40px;
    color: #ffffff;
}

.foot .foot-info .link .telephone {
    padding-top: 20px;
}

.foot .foot-info .word-link {
    color: #fff;
}

.foot .foot-info .word-link:hover {
    text-decoration: underline;
}

.foot .copyright {
    color: #727272;
    text-align: center;
    margin-top: 20px;
}

.foot .copyright a {
    color: #727272;
}

.foot .foot-info .foot-right .link-text .mt {
    display: block;
    padding-top: 14px;
}

/*低版本浏览器提醒*/
.later_ie6tips {
    position: fixed;
    left: 0;
    width: 100%
}

.later_ie6tips {
    top: 50%;
    margin-top: -50px;
    height: 78px;
    padding-top: 30px;
    line-height: 24px;
    color: #151515;
    background: #ffefd7;
    border: 1px solid #151515;
    text-align: center;
    z-index: 9999
}

.later_ie6tips a {
    color: #0090e6;
    margin: 0 3px
}

.mt10 {
    margin-top: 10px;
}