@charset "utf-8";
/* CSS Document */
body, ul, ol, dl, li, dd, h1, h2, h3, h4, h5, h6, p, input { margin: 0 }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; font-family: "Microsoft YaHei"; }
img { border: none }
input, button, textarea, select {
    *font-size: 100%; border: none; }
body { background: #fff; color: #5e5e5e; font: 14px/24px Microsoft YaHei, SimSun, Arial; }
ul, ol { list-style: none; padding: 0 }
table { border-collapse: collapse; border-spacing: 0 }/*默认a标签样式*/
a:link, a:visited { color: #5e5e5e; text-decoration: none; }
a:hover { /*color:#999;*/ }
a:hover { color: #c9394a; /*text-decoration: underline;*/ }
a:active { color: #666; }/*浮动和清除浮动*/
.fl { float: left }
.fr { float: right }
.clear { zoom: 1 }
.clear:after { content: ""; display: block; height: 0; visibility: visible; clear: both } /*显示隐藏*/
.hide { display: none }
.show { display: block }/*表格table和td有边框*/
.boder_tl { border-top: 1px solid #ccc; border-left: 1px solid #ccc; }
.boder_tl td { border-bottom: 1px solid #ccc; border-right: 1px solid #ccc; }
.boder_bl { border-bottom: 1px solid #ccc; border-left: 1px solid #ccc; }
.boder_bl td { border-top: 1px solid #ccc; border-right: 1px solid #ccc; }
.boder_tr { border-top: 1px solid #ccc; border-right: 1px solid #ccc; }
.boder_tr td { border-bottom: 1px solid #ccc; border-left: 1px solid #ccc; }
.boder_br { border-bottom: 1px solid #ccc; border-right: 1px solid #ccc; }
.boder_br td { border-top: 1px solid #ccc; border-left: 1px solid #ccc; }
.txt_center { text-align: center; }/*表格table和tr有边框*/
.boder_ltr_trborder { border: 1px solid #ccc; border-bottom: none; }
.boder_ltr_trborder tr { border-bottom: 1px solid #ccc; }
div,li,span{
    -moz-user-select:none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
input:focus-visible, textarea:focus-visible, input:focus, textarea:focus {
    outline: none;
}
body{
    font-family: PingFangSC-Medium, PingFang SC;
}
.pr {
    position: relative;
}
.pa {
    position: absolute;
}
.general>.title{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.general>.title span:nth-child(1){
    margin-bottom: 12px;
}
img{
    display: block;
}
.w {
    height: 100%;
    margin: 0 auto;
    max-width: 1200px;
}
/*导航栏*/
.nav {
    width: 100%;
    height: 80px;
    position: absolute;
    top: 0;
    z-index: 9;
}
.nav .left{
    display: flex;
    align-items: center;
}
.nav .left span{
    margin-left: 17px;
    color: #FFFFFF;
    line-height: 22px;
    font-weight: 500;
}
.nav-div {
    max-width: 1200px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav ul {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #FFFFFF;
}

.nav ul li {
    width: 64px;
    margin-right: 33px;
    cursor: pointer;
}

.nav ul li:nth-child(1) {
    margin-right: 17px;
}
.nav ul li:nth-last-child(1){
    margin-right: 0;
}
.nav ul .active {
    text-align: center;
}
.nav ul li:after{
    display: block;
    content: '';
    width: 100%;
    height: 4px;
    border-radius: 2px;
    background-color: transparent;
}
.nav ul .active:after {
    display: block;
    content: '';
    width: 64px;
    height: 4px;
    border-radius: 2px;
    background-color: #fff;

}
/* 底部区域 */
footer{
    width: 100%;
    background: #2A2A32;
    padding: 76px 0;
}
.footer {
    width: 1200px;
    height: 340px;
    /*display: block;*/
    background: #2A2A32;
    /*position: relative;*/
    /*margin: 0 auto;*/
    /*top: 400px;*/
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer >.left >div{
    display: flex;
    margin-bottom: 16px;
}
.footer >.left >div>span:nth-child(1){
    font-size: 18px;
    line-height: 25px;
    color: #C0C0CB;
    font-weight: 500;
}
.footer >.left >div>span:nth-child(2){
    font-size: 18px;
    line-height: 25px;
    color: #A2A2A9;
    font-weight: 400;
    margin-left: 12px;
}
.footer >.right{
    display: flex;
    align-items: center;
}
.footer >.right>div>div:nth-child(1){
    font-size: 18px;
    line-height: 25px;
    color: #C0C0CB;
}
.footer >.right>div>div:nth-child(2){
    font-size: 35px;
    line-height: 41px;
    color: #C0C0CB;
}
.footer>.bottom{
    display: flex;
    width: 100%;
    justify-content: center;
}
.inner {
    width: 80%;
    margin: auto;
}

.foot-content {
    display: block;
    width: 101%;
    margin: 0 auto;
    height: 100px;
    /*padding-top: 130px;*/
    text-align: center;
}

.foot-content img {
    display: inline-block;
}

.left-foot {
    width: 100%;
    height: 250px;
    margin-left: 70px;
}

.foot-left {
    width: 72%;
    height: 250px;
    margin-top: 20px;
}

.qr-img-div {
    width: 50%;
    height: 100%;
    float: left;
}

.qr-desc {
    margin: 0 auto;
    margin-top: 16px;
}

.w10 {
    width: 127px;
}

.w15 {
    width: 100px;
}

.foot-font {
    display: inline;
    letter-spacing: 3px;
    height: 16px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #C7C7C7;
    line-height: 0px;
}

.font-a,
.font-a:hover,
.font-a:visited,
.font-a:link,
.font-a:active {
    display: inline;
    letter-spacing: 3px;
    height: 16px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #C7C7C7;
    line-height: 0px;
    text-decoration: none;
}
body * {
    box-sizing: border-box;
    flex-shrink: 0;
}
body {
    font-family: PingFangSC-Regular, Roboto, Helvetica Neue, Helvetica, Tahoma,
    Arial, PingFang SC-Light, Microsoft YaHei;
}
button {
    margin: 0;
    padding: 0;
    border: 1px solid transparent;
    outline: none;
    background-color: transparent;
}

button:active {
    opacity: 0.6;
}
.flex-col {
    display: flex;
    flex-direction: column;
}
.flex-row {
    display: flex;
    flex-direction: row;
}
