* {
    margin: 0;
    padding: 0;
    font-family: "思源黑体", "Source Han Sans CN";
}
.nav > li > a:hover {
    background-color: rgba(0, 0, 0, 0.01);
}
ul {
    list-style: none;
}
p {
    margin: 0;
}
select {
    outline: none;
}
.clear-float {
    overflow: hidden;
    zoom: 1;
}
img {
    max-width: 100%;
    object-fit: cover;
}
.conBox {
    height: 100%;
}
body {
    font-size: 14px;
    min-width: 1440px;
}
body .content {
    background-color: #fff;
}
body .foot {
    background-color: #A3A496;
}
body .foot a {
    color: #fff;
}
.head {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.head .container {
    padding: 15px;
}
.container {
    width: 1170px;
}
.navbar-brand {
    padding: 0 15px;
    font-weight: 700;
    line-height: 50px;
}
.navbar-toggle > div {
    display: inline-block;
}
.navbar-brand > img {
    display: inline-block;
    width: 60px;
}
.navbar-nav {
    text-align: center;
}
.nav li {
    padding: 0 15px;
}
.nav > li > a {
    padding: 15px 0 5px;
}
/*下拉菜单*/
.menuOut {
    width: 100%;
    text-align: center;
    padding-left: 0;
    position: absolute;
    transition: opacity 1s ease;
    left: -9999px;
    opacity: 0;
    /*display: flex;
     display: -webkit-flex;
     flex-flow: column;*/
    margin-top: 0;
}
ul.menuOut > li {
    background: none;
    width: 100%;
}
.menuOut a {
    white-space: nowrap;
    padding: 15px 0;
    display: block;
    *display: inline;
    *zoom: 1;
    text-decoration: none;
}
.nav li:hover ul {
    left: 0;
    opacity: 1;
    z-index: 99;
}
.nav li:hover ul a {
    background: none;
    border-radius: 0;
}
.nav > li:nth-child(3) {
    background: none;
    cursor: pointer;
}
.head_menu .menuOut li a {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
}
/*下拉菜单结束*/
.head .banner img {
    width: 100%;
}
.head header {
    background-color: rgba(0, 0, 0, 0.3);
}
.head header .navbar-toggle .icon-bar {
    background-color: #333;
}
.head header a {
    color: #fff;
}
.head header .nav > li > a:hover,
.head header .nav > li > a:focus {
    text-decoration: none;
}
.head header .menuOut {
    background-color: rgba(0, 0, 0, 0.3);
}
.head header .navbar-brand {
    color: #fff;
}
.nodata {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    line-height: 460px;
}
.activehead:after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0px;
    width: 100%;
    height: 3px;
    background-color: #fff;
    border-radius: 5px;
}
/*head结束*/
/*head结束*/
.part-name {
    width: 100%;
    text-align: center;
}
.part-name .name-zh {
    font-size: 24px;
    font-weight: 600;
    color: #393728;
}
.part-name .name-en {
    font-size: 18px;
    font-weight: 600;
    color: #B5B5B5;
}
.more {
    text-align: right;
    position: relative;
    top: 0px;
    left: -25px;
}
.more a {
    font-size: 12px;
    font-weight: 600;
    color: #393728;
}
.more .link-icon {
    width: 16px;
    height: 16px;
    margin-bottom: 2px;
}
.legend .text-active {
    display: block;
}
.parent-data .red {
    color: red;
}
.parent-data .green {
    color: green;
}
.allshadow {
    box-shadow: 0px 2px 12px 0px rgba(161, 161, 161, 0.5);
}
@media (min-width: 768px) {
    .col-sm-6 {
        width: 48%;
    }
}
.foot-back {
    height: 250px;
    background: rgba(0, 0, 0, 0.3);
    padding-top: 50px;
}
.foot-back .foot-list {
    height: 100%;
}
.foot-back .foot-list .plink {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
}
.foot-back .foot-list ul li {
    float: left;
    margin-right: 30px;
    margin-top: 20px;
}
.foot-back .foot-list ul li a {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
}
.beian a {
    font-weight: 400;
    color: #FFFFFF;
}
.up {
    color: red;
}
.down {
    color: green;
}
/*# sourceMappingURL=common.css.map */