@charset "utf-8";

/* 公共样式 */

* {
    margin: 0;
    padding: 0;
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
    font-size: 12px;
    min-height: 100%;
    min-width: 1200px;
    margin: 0 auto;
    position: relative;
    background: #FFFFFF;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    font-family: 'microsoft yahei', Verdana, Arial, Helvetica, sans-serif;
    background: url("https://shangqi-edu.oss-cn-beijing.aliyuncs.com/office/web_bg1920.jpg") repeat-x top center;
    color: #FFFFFF;
}

a {
    outline: none;
    text-decoration: none;
    -webkit-touch-callout: none;
}

img {
    border: 0;
    display: block;
    max-width: 100%;
    vertical-align: middle;
    -webkit-touch-callout: none;
}

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

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

input,
textarea {
    border: none;
    outline: none;
    -webkit-appearance: none;
}

span,
em,
a,
img,
button,
input,
textarea {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

:focus {
    outline: none !important;
}

.container {
    height: 100%;
    display: flex;
    margin: 0 auto;
    width: 1170px !important;
}
.container2 {
    height: 100%;
    margin: 0 auto;
    width: 1170px !important;
}


/* 公用样式 */

/* 上边 */
.top {
    height: 100px;
    line-height: 86px;
    background: #0b3572;
}
.flex {
    display: flex;
    flex-direction: row;
}
.top_left {
    width: 30%;
}
.top_left h2 {
    font-size: 30px;
}

.top_left img {
    width: 220px;
    height: 52px;
    margin-top: 20px;
}
.top_right {
    width: 70%;
    display: flex;

}
.top_right div{
    width: 180px;
    align-items: center;
    justify-content:end;
    font-size: 18px;
    text-align: center;
}
.top_right div a:link, .top_right div a:visited{
    color: #FFFFFF;
}
.top_right div a:hover{
    color: #FFFFFF;
    text-decoration: underline;
}

/* 中间 */
.middle {
    height:calc(100% - 250px);
}

.middle h1 {
    text-align: right;
    padding-top: 120px;
    font-size: 50px;
    padding-right: 20px;
}
.middle h2 {
    text-align: right;
    padding-top: 20px;
    font-size: 30px;
    padding-right: 30px;
}

/* 底部 */
.footer {
    height: 150px;
    background: #000000;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
}

.footer .container2 div:first-child {
    padding-top: 20px;
}


.footer .container2 a {
    color: #FFFFFF;
}
