@charset "UTF-8";

body {
    background-color: #FFFFFF;
    color: #333333;
    font-family: Verdana;
    font-size: 12px;
    line-height: 170%;
    margin: auto;
    width: 980px;
}

.nav {
    background-color: #1E7FB8;
    border-bottom: 2px solid #DBEEF9;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    padding: 0 10px;
}

.nav .nav-left {
    float: left;
}

.nav ul li {
    color: #999999;
    float: left;
}

.nav ul li a {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    padding: 0 10px;
}

.nav ul li .on {
    color: #ffff00;
}

.nav ul li a:hover {
    color: #ffff00;
    text-decoration: underline;
}

.nav .nav-right {
    float: right;
    color: #999999;
}

.nav .nav-right a {
    color: #fff;
    font-size: 12px;
    padding: 0 10px;
}

.nav .nav-right .on {
    color: #ffff00;
    font-weight: bold;
}

.nav .nav-right a:hover {
    text-decoration: underline;
}

.pc-footer {
    padding-bottom: 15px;
    box-sizing: border-box;
}

.head1 {
    width: 100%;
    height: 110px;
    background: url(../images/top.jpg) no-repeat center center;
    background-size: 100% 100%;
    position: relative;
}

.headEN {
    background: url(../images/topEN.png) no-repeat center center;
    background-size: 100% 100%;
}

.head1 span {
    position: absolute;
    right: 0;
    top: 0;
    margin: 10px 10px 0 0;
    font-size: 12px;
    color: #fff;
}

.foot1 {
    border-top: 1px solid #cccccc;
    display: flex;
    /*justify-content: space-between;*/
    justify-content: space-evenly;
    align-items: center;
    padding: 10px;
}

.foot-link {
    border-top: 1px solid #CCCCCC;
    padding: 10px;
}
.foot-link img{
    border: 1px solid #CCCCCC;
}

.foot-nav {
    background-color: #DBEEF9;
    height: 27px;
    line-height: 27px;
    overflow: hidden;
    padding: 0 10px;
    display: flex;
}

.foot-nav img {
    border: 1px solid #CCCCCC;
}

.foot-nav ul {
    margin: auto;
}

.foot-nav ul li {
    float: left;
    color: #999999;
}

.foot-nav ul li a {
    color: #666666;
    display: inline-block;
    padding: 0 7px;
    text-align: center;
}

.foot-nav ul li a:hover {
    color: #000;
    text-decoration: underline;
}

.foot-cont {
    color: #666666;
    font-size: 12px;
    padding-bottom: 15px;
    padding-top: 10px;
    text-align: center;
    width: 980px;
}

.foot-cont p a {
    color: #1E7FB8;
}

.foot-cont p a:hover {
    color: #FF3300;
    text-decoration: underline;
}
