.page-container{
    min-width: 1200px;
}
.sub-h3{
    font-size: 32px;
    padding-top: 30px;
    text-align: center;
    font-weight: 700;
}
.container {
    width: 1200px;
    margin: 0 auto;
    min-width: 1200px;
}
.com-header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    background: #fff;
    height: 60px;
    display: flex;
    align-items: center;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, .2)
}
.head-container{
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
}
.head-logo{
    height: 50px;
    width: auto;
}
.head-logo img {
    height: 100%;
    width: auto;
}
.head-nav{
    display: flex;
    align-items: center;
    padding-left: 100px;
}
.head-nav li a {
    padding: 0 20px;
    margin: 0 10px;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
    height: 60px;
    cursor: pointer;
    color: #333;
}
.head-nav li a:hover{
    color: #2A549F;
}
#home .title {
    position: absolute;
    top: 28%;
    left: 0;
    right: 0;
    font-size: 60px;
    color: #fff;
    text-align: center;
    letter-spacing: 8px;
}

#home .sub-title {
    position: absolute;
    bottom: 20%;
    left: 0;
    right: 0;
    font-size: 30px;
    text-align: center;
}
.h-section {
    height: 60px;
    margin-top: -60px;
    overflow: hidden;
    display: block;
}
.com-footer{
    border-top: 10px solid #2A549F;
    background: #404040;
}
.foot-container{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    color: #fff;
}
.foot-container img{
    margin-right: 5px;
}
.foot-container a {
    color: #fff;
}
