﻿
body {
    margin: 0;
    padding: 0;
    border: 0;
    height: 100%;
    text-align: left;
    font-size: 12px;
    color: #333;
    font-family: "Microsoft YaHei", "微软雅黑";
}

#dropmenu {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 40px;
}

#dropmenu li {
    float: left;
    list-style: none;
    width: 80px;
    hieght: 40px;
    text-align: center;
    font: 16px/50px "Microsoft YaHei", "微软雅黑";

}

#dropmenu li a {
    display: inline-block;
    padding: 0px;
    text-align: center;
    text-decoration: none;
    color: #333;
    white-space: nowrap;
    font: 16px/50px "Microsoft YaHei", "微软雅黑";
}

.CursorLine {
    width: 60px;
    background: #e0241f;
    height: 3px;
    bottom: 0
}
.clear{
    clear: both;
}
.title {
    height: 51px;
    line-height: 51px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.contact {
    font: 12px/20px "Microsoft YaHei", "微软雅黑";
    padding: 20px 5px 0 20px;
    min-height: 200px;
}

.contact p {
    line-height: 13px;
    display: inline-block;

}
.contact span{
    font-size: 14px;
}

.circle {
    float: left;
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 3px solid #e0241f;
    border-radius: 50%;
    background: #f0f0f0;
    margin-right: 10px;
}

div, li, td, p, select, input, textarea, a, button, input {
    font-size: 12px;
    text-decoration: none
}

ul {
    margin: 0px;
    padding: 0px;
}

a:link, a:visited, a:active {
    color: #505050;
    text-decoration: none;
}

a.nomal:link, a.nomal:visited, a.nomal:active {
    color: #505050;
    text-decoration: underline;
}

a:hover {
    color: #10a7ec;
    text-decoration: underline;
}

div.class_en {
    margin: 0;
    padding: 0;
}

a.class_en:link, a.class_en:visited, a.class_en:active {
    display: block;
    text-decoration: none;
    font: 14px "Microsoft YaHei", "微软雅黑";
    height: 35px;
    line-height: 35px;
    text-align: left;
    padding-left: 18px;
    padding-right: 10px;
    margin: 0px;
    border-top: 1px solid #ccc;
}
a.class_en:first-child {
    border: 0;
}

#position {
    width: 1200px;
    text-align: center;
    margin: 20px auto;
    overflow: hidden;

}

#position ul {
    margin: 0 auto;
    width: 1190px;
    text-align: center;
    border: solid 1px #ccc;
    overflow: hidden;
    padding-bottom: 15px;
}

#position li.w1 {
    margin-left: 1px;
    padding-left: 10px;
    width: 450px;
    padding-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#position li.w2 {
    margin-left: 1px;
    padding-left: 10px;
    width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

#position li.w3 {
    margin-left: 1px;
    padding-left: 10px;
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

#position li.w4 {
    margin-left: 1px;
    padding-left: 10px;
    width: 195px;
    text-align: center;
}

#position li.biaotou {
    font-weight: bold;
    font-size: 12px;
    border-bottom: dashed 0px #E6E6E6;
    color: #3a3a3a;
}

#position li, #position li.biaotou {
    list-style-type: none;
    height: 30px;
    line-height: 30px;
    text-align: left;
    float: left;
}

#position li {
    border-bottom: dashed 1px #E6E6E6;
    line-height: 40px;
    height: 40px;
    font-size: 12px;
}

#position li.biaotou {
    font-weight: bold;
    font-size: 12px;
    border-bottom: dashed 0px #E6E6E6;
    color: #3a3a3a;
}

#position li.bgcc {
    background: #EBEBEB;
    text-align: center;
}